[Librem5-builds] [arm02] SUCCESS Builds » Byzantium Debs » deb-cron-byzantium-aarch64 #2

noreply at puri.sm noreply at puri.sm
Mon Oct 25 10:47:27 PDT 2021


Started by user Guido Günther
Running as Guido Günther
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64
[Pipeline] {
[Pipeline] properties
[Pipeline] stage
[Pipeline] { (Build Debian Package)
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64 at 2
[Pipeline] {
[Pipeline] checkout
WARNING: Unknown parameter(s) found for class type 'hudson.plugins.git.GitSCM': changelog,poll
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=60
Fetching changes from the remote Git repository
 > git config remote.origin.url https://source.puri.sm/pureos/packages/cron.git # timeout=60
Fetching upstream changes from https://source.puri.sm/pureos/packages/cron.git
 > git --version # timeout=60
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://source.puri.sm/pureos/packages/cron.git +refs/tags/pureos/*:refs/remotes/origin/tags/pureos/* # timeout=60
Seen branch in repository origin/master
Seen branch in repository origin/pristine-tar
Seen branch in repository origin/pureos/latest
Seen branch in repository origin/tags/pureos/3.0pl1-137pureos1
Seen branch in repository origin/upstream
Seen 5 remote branches
 > git show-ref --tags -d # timeout=60
Checking out Revision 034d8b65e806fc3564caf796243f191ab60b0b84 (refs/tags/pureos/3.0pl1-137pureos1)
 > git config core.sparsecheckout # timeout=60
 > git checkout -f 034d8b65e806fc3564caf796243f191ab60b0b84 # timeout=60
Commit message: "Document changes and release 3.0pl1-137pureos1"
First time build. Skipping changelog.
[Pipeline] sh
+ rm -f *.deb *.changes *.dsc *.upload *.tar.* *.buildinfo *.build
+ cd build
+ git submodule update --init --recursive
+ git clean -dfx
+ git checkout -f
+ git describe --exact-match HEAD
+ head_tag=pureos/3.0pl1-137pureos1
+ git tag -v pureos/3.0pl1-137pureos1
gpg: Signature made Mon 25 Oct 2021 05:28:03 PM CEST
gpg:                using RSA key 5877345AC538423FFB2ACA941D7BC105FFE9A4BC
gpg: Good signature from "Carsten Schoenert (Purism) <carsten.schoenert at puri.sm>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 5877 345A C538 423F FB2A  CA94 1D7B C105 FFE9 A4BC
object 034d8b65e806fc3564caf796243f191ab60b0b84
type commit
tag pureos/3.0pl1-137pureos1
tagger Carsten Schoenert <carsten.schoenert at puri.sm> 1635175683 +0200

cron Debian release 3.0pl1-137pureos1
+ dpkg-parsechangelog -S Distribution
+ echo Distribution: byzantium
Distribution: byzantium
+ dpkg-parsechangelog -S Version
+ echo Version: 3.0pl1-137pureos1
Version: 3.0pl1-137pureos1
+ dpkg-parsechangelog -S Distribution
+ grep -qsE ^(byzantium|landing)$
+ dpkg-parsechangelog -S Version
+ grep -qs pureos
+ grep -qs (native) debian/source/format
+ git fetch origin pristine-tar
>From https://source.puri.sm/pureos/packages/cron
 * branch            pristine-tar -> FETCH_HEAD
+ gbp export-orig --pristine-tar
gbp:warning: Pristine-tar branch "pristine-tar" not found
gbp:info: Creating /var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64 at 2/cron_3.0pl1.orig.tar.gz
+ export DEB_BUILD_OPTIONS=
+ export DEB_BUILD_PROFILES=
+ export GIT_PBUILDER_OPTIONS=--source-only-changes
+ echo Building cron tag: pureos/3.0pl1-137pureos1
Building cron tag: pureos/3.0pl1-137pureos1
+ gbp buildpackage --git-dist=byzantium --git-no-create-orig --git-pbuilder --git-ignore-new --git-ignore-branch -nc --build=full -sa
gbp:info: Building with (cowbuilder) for byzantium
gbp:info: Performing the build
Building with cowbuilder for distribution byzantium
W: /home/jenkins/.pbuilderrc does not exist
I: using cowbuilder as pbuilder
dpkg-checkbuilddeps: error: Unmet build dependencies: libpam0g-dev libaudit-dev
W: Unmet build-dependency in source
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying fixes/Legacy-porting-issues.patch
dpkg-source: info: applying fixes/Hurd-MAXPATHLEN-workaround.patch
dpkg-source: info: applying fixes/Miscellaneous-coding-errors.patch
dpkg-source: info: applying fixes/Memory-allocation-issues.patch
dpkg-source: info: applying fixes/Use-safe-string-functions.patch
dpkg-source: info: applying fixes/Entry-symbolic-name-fixes.patch
dpkg-source: info: applying fixes/Limit-number-of-command-arguments.patch
dpkg-source: info: applying fixes/Validate-MAILTO-input.patch
dpkg-source: info: applying fixes/Manpage-corrections-and-improvements.patch
dpkg-source: info: applying fixes/cron-report-missing-newline-before-EOF.patch
dpkg-source: info: applying fixes/crontab-entry-parsing-fixes.patch
dpkg-source: info: applying fixes/crontab-detect-missing-eol.patch
dpkg-source: info: applying fixes/crontab-allow-deny-logic-fix.patch
dpkg-source: info: applying fixes/Entry-time-range-check.patch
dpkg-source: info: applying fixes/Abort-processing-of-crontabs-with-errors.patch
dpkg-source: info: applying fixes/Check-privilege-drop-results-CVE-2006-2607.patch
dpkg-source: info: applying fixes/Drop-privileges-when-sending-mail.patch
dpkg-source: info: applying fixes/Proper-use-of-error-functions.patch
dpkg-source: info: applying fixes/Ensure-stdin-is-open.patch
dpkg-source: info: applying fixes/Redirect-daemon-standard-streams-to-dev-null.patch
dpkg-source: info: applying fixes/Handle-escapes-in-job-input.patch
dpkg-source: info: applying fixes/Tolerate-empty-EDITOR-and-VISUAL-envvars.patch
dpkg-source: info: applying fixes/Use-strftime-to-print-time.patch
dpkg-source: info: applying fixes/fsync-to-check-for-full-disk.patch
dpkg-source: info: applying fixes/Signal-handling-issues.patch
dpkg-source: info: applying fixes/Improve-waiting-for-spawned-editor.patch
dpkg-source: info: applying fixes/Avoid-predictable-filenames.patch
dpkg-source: info: applying fixes/Cleanup-tmpfiles.patch
dpkg-source: info: applying fixes/Set-umask-while-editing-crontab.patch
dpkg-source: info: applying fixes/crontab-must-be-regular-file.patch
dpkg-source: info: applying fixes/Allow-editors-with-tmpfiles.patch
dpkg-source: info: applying fixes/Improve-retry-prompt.patch
dpkg-source: info: applying fixes/Dont-die-on-missing-spool-dir.patch
dpkg-source: info: applying fixes/Improve-mode-checks-for-crontabs.patch
dpkg-source: info: applying fixes/Enforce-maximum-crontab-line-count.patch
dpkg-source: info: applying fixes/Swap-both-uid-and-gid.patch
dpkg-source: info: applying fixes/Dont-run-reboot-jobs-on-restart.patch
dpkg-source: info: applying fixes/Backport-crontab-envparser-from-v4.1.patch
dpkg-source: info: applying fixes/Send-proper-8-bit-emails.patch
dpkg-source: info: applying fixes/Dont-silently-truncate-commands.patch
dpkg-source: info: applying fixes/Use-basename-for-syslog-tag.patch
dpkg-source: info: applying fixes/Improve-denied-user-warning.patch
dpkg-source: info: applying fixes/Permit-user-to-use--u-option-on-self.patch
dpkg-source: info: applying fixes/crontab-wo-arguments-reads-from-stdin.patch
dpkg-source: info: applying features/Debian-build-process-customizations.patch
dpkg-source: info: applying features/Debian-manpage-and-doc-updates.patch
dpkg-source: info: applying features/Debian-paths-and-commands.patch
dpkg-source: info: applying features/Debian-sendmail-options.patch
dpkg-source: info: applying features/Improved-debugging-options-handling.patch
dpkg-source: info: applying features/PAM-support-for-jobs.patch
dpkg-source: info: applying features/PAM-pam_env-support-for-jobs.patch
dpkg-source: info: applying features/SELinux-support.patch
dpkg-source: info: applying features/Linux-Audit-support.patch
dpkg-source: info: applying features/Drop-in-drop.d-directory-support.patch
dpkg-source: info: applying features/Better-timeskip-handling.patch
dpkg-source: info: applying features/Logging-enhancements.patch
dpkg-source: info: applying features/Make-crontab-SGID-crontab.patch
dpkg-source: info: applying features/Enable-setting-content-headers-in-email.patch
dpkg-source: info: applying features/Open-close-syslog-on-every-call.patch
dpkg-source: info: applying features/Enable-running-daemon-in-foreground.patch
dpkg-source: info: applying features/Suppress-crontab-header-by-default.patch
dpkg-source: info: applying features/Prompt-on-crontab-deletion.patch
dpkg-source: info: applying features/Add-helpful-header-to-new-crontab.patch
dpkg-source: info: applying features/Avoid-a-mailcmd-timeout.patch
dpkg-source: info: applying features/Dont-fail-on-missing-MTA.patch
dpkg-source: info: applying features/Recover-from-crontab-errors.patch
dpkg-source: info: applying features/Selective-logging.patch
dpkg-source: info: applying features/Check-orphaned-crontabs-for-adoption.patch
dpkg-source: info: applying features/Add-option-to-include-FQDN-in-email.patch
dpkg-source: info: applying features/Add-MAILFROM-environment-variable.patch
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building cron using existing ./cron_3.0pl1.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building cron in cron_3.0pl1-137pureos1.debian.tar.xz
dpkg-source: info: building cron in cron_3.0pl1-137pureos1.dsc
I: Generated dsc will be overwritten by build result; not generating changes file
dpkg-source: info: unapplying features/Add-MAILFROM-environment-variable.patch
dpkg-source: info: unapplying features/Add-option-to-include-FQDN-in-email.patch
dpkg-source: info: unapplying features/Check-orphaned-crontabs-for-adoption.patch
dpkg-source: info: unapplying features/Selective-logging.patch
dpkg-source: info: unapplying features/Recover-from-crontab-errors.patch
dpkg-source: info: unapplying features/Dont-fail-on-missing-MTA.patch
dpkg-source: info: unapplying features/Avoid-a-mailcmd-timeout.patch
dpkg-source: info: unapplying features/Add-helpful-header-to-new-crontab.patch
dpkg-source: info: unapplying features/Prompt-on-crontab-deletion.patch
dpkg-source: info: unapplying features/Suppress-crontab-header-by-default.patch
dpkg-source: info: unapplying features/Enable-running-daemon-in-foreground.patch
dpkg-source: info: unapplying features/Open-close-syslog-on-every-call.patch
dpkg-source: info: unapplying features/Enable-setting-content-headers-in-email.patch
dpkg-source: info: unapplying features/Make-crontab-SGID-crontab.patch
dpkg-source: info: unapplying features/Logging-enhancements.patch
dpkg-source: info: unapplying features/Better-timeskip-handling.patch
dpkg-source: info: unapplying features/Drop-in-drop.d-directory-support.patch
dpkg-source: info: unapplying features/Linux-Audit-support.patch
dpkg-source: info: unapplying features/SELinux-support.patch
dpkg-source: info: unapplying features/PAM-pam_env-support-for-jobs.patch
dpkg-source: info: unapplying features/PAM-support-for-jobs.patch
dpkg-source: info: unapplying features/Improved-debugging-options-handling.patch
dpkg-source: info: unapplying features/Debian-sendmail-options.patch
dpkg-source: info: unapplying features/Debian-paths-and-commands.patch
dpkg-source: info: unapplying features/Debian-manpage-and-doc-updates.patch
dpkg-source: info: unapplying features/Debian-build-process-customizations.patch
dpkg-source: info: unapplying fixes/crontab-wo-arguments-reads-from-stdin.patch
dpkg-source: info: unapplying fixes/Permit-user-to-use--u-option-on-self.patch
dpkg-source: info: unapplying fixes/Improve-denied-user-warning.patch
dpkg-source: info: unapplying fixes/Use-basename-for-syslog-tag.patch
dpkg-source: info: unapplying fixes/Dont-silently-truncate-commands.patch
dpkg-source: info: unapplying fixes/Send-proper-8-bit-emails.patch
dpkg-source: info: unapplying fixes/Backport-crontab-envparser-from-v4.1.patch
dpkg-source: info: unapplying fixes/Dont-run-reboot-jobs-on-restart.patch
dpkg-source: info: unapplying fixes/Swap-both-uid-and-gid.patch
dpkg-source: info: unapplying fixes/Enforce-maximum-crontab-line-count.patch
dpkg-source: info: unapplying fixes/Improve-mode-checks-for-crontabs.patch
dpkg-source: info: unapplying fixes/Dont-die-on-missing-spool-dir.patch
dpkg-source: info: unapplying fixes/Improve-retry-prompt.patch
dpkg-source: info: unapplying fixes/Allow-editors-with-tmpfiles.patch
dpkg-source: info: unapplying fixes/crontab-must-be-regular-file.patch
dpkg-source: info: unapplying fixes/Set-umask-while-editing-crontab.patch
dpkg-source: info: unapplying fixes/Cleanup-tmpfiles.patch
dpkg-source: info: unapplying fixes/Avoid-predictable-filenames.patch
dpkg-source: info: unapplying fixes/Improve-waiting-for-spawned-editor.patch
dpkg-source: info: unapplying fixes/Signal-handling-issues.patch
dpkg-source: info: unapplying fixes/fsync-to-check-for-full-disk.patch
dpkg-source: info: unapplying fixes/Use-strftime-to-print-time.patch
dpkg-source: info: unapplying fixes/Tolerate-empty-EDITOR-and-VISUAL-envvars.patch
dpkg-source: info: unapplying fixes/Handle-escapes-in-job-input.patch
dpkg-source: info: unapplying fixes/Redirect-daemon-standard-streams-to-dev-null.patch
dpkg-source: info: unapplying fixes/Ensure-stdin-is-open.patch
dpkg-source: info: unapplying fixes/Proper-use-of-error-functions.patch
dpkg-source: info: unapplying fixes/Drop-privileges-when-sending-mail.patch
dpkg-source: info: unapplying fixes/Check-privilege-drop-results-CVE-2006-2607.patch
dpkg-source: info: unapplying fixes/Abort-processing-of-crontabs-with-errors.patch
dpkg-source: info: unapplying fixes/Entry-time-range-check.patch
dpkg-source: info: unapplying fixes/crontab-allow-deny-logic-fix.patch
dpkg-source: info: unapplying fixes/crontab-detect-missing-eol.patch
dpkg-source: info: unapplying fixes/crontab-entry-parsing-fixes.patch
dpkg-source: info: unapplying fixes/cron-report-missing-newline-before-EOF.patch
dpkg-source: info: unapplying fixes/Manpage-corrections-and-improvements.patch
dpkg-source: info: unapplying fixes/Validate-MAILTO-input.patch
dpkg-source: info: unapplying fixes/Limit-number-of-command-arguments.patch
dpkg-source: info: unapplying fixes/Entry-symbolic-name-fixes.patch
dpkg-source: info: unapplying fixes/Use-safe-string-functions.patch
dpkg-source: info: unapplying fixes/Memory-allocation-issues.patch
dpkg-source: info: unapplying fixes/Miscellaneous-coding-errors.patch
dpkg-source: info: unapplying fixes/Hurd-MAXPATHLEN-workaround.patch
dpkg-source: info: unapplying fixes/Legacy-porting-issues.patch
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.293217
I: forking: cp -al /var/cache/pbuilder/base-byzantium.cow /var/cache/pbuilder/build/cow.293217
I: unlink for ilistfile /var/cache/pbuilder/build/cow.293217/.ilist failed, it didn't exist?
I: forking: chroot /var/cache/pbuilder/build/cow.293217 cowdancer-ilistcreate /.ilist 'find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a -links +1 -print0 \) | xargs -0 stat --format '%d %i ''
I: Invoking pbuilder
I: forking: pbuilder build --debbuildopts  --debbuildopts '  '-nc' '--build=full' '-sa'' --source-only-changes --buildplace /var/cache/pbuilder/build/cow.293217 --buildresult /var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64 at 2 --mirror http://deb.debian.org/debian --distribution sid --no-targz --internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.293217 cow-shell' /var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64 at 2/cron_3.0pl1-137pureos1.dsc
W: /home/jenkins/.pbuilderrc does not exist
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Mon Oct 25 19:45:11 CEST 2021
I: pbuilder-time-stamp: 1635183911
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [/var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64 at 2/cron_3.0pl1-137pureos1.dsc]
I: copying [/var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64 at 2/cron_3.0pl1.orig.tar.gz]
I: copying [/var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64 at 2/cron_3.0pl1-137pureos1.debian.tar.xz]
I: Extracting source
dpkg-source: warning: extracting unsigned source package (cron_3.0pl1-137pureos1.dsc)
dpkg-source: info: extracting cron in cron-3.0pl1
dpkg-source: info: unpacking cron_3.0pl1.orig.tar.gz
dpkg-source: info: unpacking cron_3.0pl1-137pureos1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying fixes/Legacy-porting-issues.patch
dpkg-source: info: applying fixes/Hurd-MAXPATHLEN-workaround.patch
dpkg-source: info: applying fixes/Miscellaneous-coding-errors.patch
dpkg-source: info: applying fixes/Memory-allocation-issues.patch
dpkg-source: info: applying fixes/Use-safe-string-functions.patch
dpkg-source: info: applying fixes/Entry-symbolic-name-fixes.patch
dpkg-source: info: applying fixes/Limit-number-of-command-arguments.patch
dpkg-source: info: applying fixes/Validate-MAILTO-input.patch
dpkg-source: info: applying fixes/Manpage-corrections-and-improvements.patch
dpkg-source: info: applying fixes/cron-report-missing-newline-before-EOF.patch
dpkg-source: info: applying fixes/crontab-entry-parsing-fixes.patch
dpkg-source: info: applying fixes/crontab-detect-missing-eol.patch
dpkg-source: info: applying fixes/crontab-allow-deny-logic-fix.patch
dpkg-source: info: applying fixes/Entry-time-range-check.patch
dpkg-source: info: applying fixes/Abort-processing-of-crontabs-with-errors.patch
dpkg-source: info: applying fixes/Check-privilege-drop-results-CVE-2006-2607.patch
dpkg-source: info: applying fixes/Drop-privileges-when-sending-mail.patch
dpkg-source: info: applying fixes/Proper-use-of-error-functions.patch
dpkg-source: info: applying fixes/Ensure-stdin-is-open.patch
dpkg-source: info: applying fixes/Redirect-daemon-standard-streams-to-dev-null.patch
dpkg-source: info: applying fixes/Handle-escapes-in-job-input.patch
dpkg-source: info: applying fixes/Tolerate-empty-EDITOR-and-VISUAL-envvars.patch
dpkg-source: info: applying fixes/Use-strftime-to-print-time.patch
dpkg-source: info: applying fixes/fsync-to-check-for-full-disk.patch
dpkg-source: info: applying fixes/Signal-handling-issues.patch
dpkg-source: info: applying fixes/Improve-waiting-for-spawned-editor.patch
dpkg-source: info: applying fixes/Avoid-predictable-filenames.patch
dpkg-source: info: applying fixes/Cleanup-tmpfiles.patch
dpkg-source: info: applying fixes/Set-umask-while-editing-crontab.patch
dpkg-source: info: applying fixes/crontab-must-be-regular-file.patch
dpkg-source: info: applying fixes/Allow-editors-with-tmpfiles.patch
dpkg-source: info: applying fixes/Improve-retry-prompt.patch
dpkg-source: info: applying fixes/Dont-die-on-missing-spool-dir.patch
dpkg-source: info: applying fixes/Improve-mode-checks-for-crontabs.patch
dpkg-source: info: applying fixes/Enforce-maximum-crontab-line-count.patch
dpkg-source: info: applying fixes/Swap-both-uid-and-gid.patch
dpkg-source: info: applying fixes/Dont-run-reboot-jobs-on-restart.patch
dpkg-source: info: applying fixes/Backport-crontab-envparser-from-v4.1.patch
dpkg-source: info: applying fixes/Send-proper-8-bit-emails.patch
dpkg-source: info: applying fixes/Dont-silently-truncate-commands.patch
dpkg-source: info: applying fixes/Use-basename-for-syslog-tag.patch
dpkg-source: info: applying fixes/Improve-denied-user-warning.patch
dpkg-source: info: applying fixes/Permit-user-to-use--u-option-on-self.patch
dpkg-source: info: applying fixes/crontab-wo-arguments-reads-from-stdin.patch
dpkg-source: info: applying features/Debian-build-process-customizations.patch
dpkg-source: info: applying features/Debian-manpage-and-doc-updates.patch
dpkg-source: info: applying features/Debian-paths-and-commands.patch
dpkg-source: info: applying features/Debian-sendmail-options.patch
dpkg-source: info: applying features/Improved-debugging-options-handling.patch
dpkg-source: info: applying features/PAM-support-for-jobs.patch
dpkg-source: info: applying features/PAM-pam_env-support-for-jobs.patch
dpkg-source: info: applying features/SELinux-support.patch
dpkg-source: info: applying features/Linux-Audit-support.patch
dpkg-source: info: applying features/Drop-in-drop.d-directory-support.patch
dpkg-source: info: applying features/Better-timeskip-handling.patch
dpkg-source: info: applying features/Logging-enhancements.patch
dpkg-source: info: applying features/Make-crontab-SGID-crontab.patch
dpkg-source: info: applying features/Enable-setting-content-headers-in-email.patch
dpkg-source: info: applying features/Open-close-syslog-on-every-call.patch
dpkg-source: info: applying features/Enable-running-daemon-in-foreground.patch
dpkg-source: info: applying features/Suppress-crontab-header-by-default.patch
dpkg-source: info: applying features/Prompt-on-crontab-deletion.patch
dpkg-source: info: applying features/Add-helpful-header-to-new-crontab.patch
dpkg-source: info: applying features/Avoid-a-mailcmd-timeout.patch
dpkg-source: info: applying features/Dont-fail-on-missing-MTA.patch
dpkg-source: info: applying features/Recover-from-crontab-errors.patch
dpkg-source: info: applying features/Selective-logging.patch
dpkg-source: info: applying features/Check-orphaned-crontabs-for-adoption.patch
dpkg-source: info: applying features/Add-option-to-include-FQDN-in-email.patch
dpkg-source: info: applying features/Add-MAILFROM-environment-variable.patch
I: Not using root during the build.
I: Installing the build-deps
I: user script /var/cache/pbuilder/build/cow.293217/tmp/hooks/D80no-man-db-rebuild starting
I: Preseed man-db/auto-update to false
I: user script /var/cache/pbuilder/build/cow.293217/tmp/hooks/D80no-man-db-rebuild finished
I: user script /var/cache/pbuilder/build/cow.293217/tmp/hooks/D99_update starting
Update package information
Get:1 https://repo.pureos.net/pureos byzantium-updates InRelease [4580 B]
Get:2 https://repo.pureos.net/pureos byzantium-security InRelease [4581 B]
Get:3 https://repo.pureos.net/pureos byzantium InRelease [5851 B]
Get:4 https://repo.pureos.net/pureos byzantium-updates/main arm64 Packages [2004 B]
Get:5 https://repo.pureos.net/pureos byzantium-security/main arm64 Packages [70.3 kB]
Get:6 https://repo.pureos.net/pureos byzantium/main arm64 Packages [6947 kB]
Fetched 7035 kB in 4s (1998 kB/s)
Reading package lists...
I: user script /var/cache/pbuilder/build/cow.293217/tmp/hooks/D99_update finished
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: arm64
Maintainer: Debian Pbuilder Team <pbuilder-maint at lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper-compat (= 12), libpam0g-dev, libselinux1-dev, libaudit-dev
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 12960 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper-compat (= 12); however:
  Package debhelper-compat is not installed.
 pbuilder-satisfydepends-dummy depends on libpam0g-dev; however:
  Package libpam0g-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libselinux1-dev; however:
  Package libselinux1-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libaudit-dev; however:
  Package libaudit-dev is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
The following NEW packages will be installed:
  autoconf{a} automake{a} autopoint{a} autotools-dev{a} bsdextrautils{a} debhelper{a} dh-autoreconf{a} dh-strip-nondeterminism{a} dwz{a} file{a} gettext{a} gettext-base{a} groff-base{a} intltool-debian{a} libarchive-zip-perl{a} libaudit-dev{a} libcap-ng-dev{a} libdebhelper-perl{a} libelf1{a} libfile-stripnondeterminism-perl{a} libicu67{a} libmagic-mgc{a} libmagic1{a} libpam0g-dev{a} libpcre2-16-0{a} libpcre2-32-0{a} libpcre2-dev{a} libpcre2-posix2{a} libpipeline1{a} libselinux1-dev{a} libsepol1-dev{a} libsigsegv2{a} libsub-override-perl{a} libtool{a} libuchardet0{a} libxml2{a} m4{a} man-db{a} po-debconf{a} sensible-utils{a} 
The following packages will be upgraded:
  libpam0g 
The following packages are RECOMMENDED but will NOT be installed:
  curl libarchive-cpio-perl libltdl-dev libmail-sendmail-perl lynx wget 
1 packages upgraded, 40 newly installed, 0 to remove and 19 not upgraded.
Need to get 425 kB/19.9 MB of archives. After unpacking 73.9 MB will be used.
Writing extended state information...
Get: 1 https://repo.pureos.net/pureos byzantium/main arm64 libpam0g arm64 1.4.0-9+deb11u1 [128 kB]
Get: 2 https://repo.pureos.net/pureos byzantium/main arm64 libcap-ng-dev arm64 0.7.9-2.2+b1 [27.2 kB]
Get: 3 https://repo.pureos.net/pureos byzantium/main arm64 libaudit-dev arm64 1:3.0-2 [78.9 kB]
Get: 4 https://repo.pureos.net/pureos byzantium/main arm64 libpam0g-dev arm64 1.4.0-9+deb11u1 [191 kB]
Fetched 425 kB in 0s (1425 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package bsdextrautils.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12960 files and directories currently installed.)
Preparing to unpack .../0-bsdextrautils_2.36-2pureos1_arm64.deb ...
Unpacking bsdextrautils (2.36-2pureos1) ...
Selecting previously unselected package libuchardet0:arm64.
Preparing to unpack .../1-libuchardet0_0.0.7-1_arm64.deb ...
Unpacking libuchardet0:arm64 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../2-groff-base_1.22.4-6_arm64.deb ...
Unpacking groff-base (1.22.4-6) ...
Selecting previously unselected package libpipeline1:arm64.
Preparing to unpack .../3-libpipeline1_1.5.3-1_arm64.deb ...
Unpacking libpipeline1:arm64 (1.5.3-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../4-man-db_2.9.4-2_arm64.deb ...
Unpacking man-db (2.9.4-2) ...
Preparing to unpack .../5-libpam0g_1.4.0-9+deb11u1_arm64.deb ...
Unpacking libpam0g:arm64 (1.4.0-9+deb11u1) over (1.4.0-9) ...
Setting up libpam0g:arm64 (1.4.0-9+deb11u1) ...
Selecting previously unselected package sensible-utils.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 13530 files and directories currently installed.)
Preparing to unpack .../00-sensible-utils_0.0.14_all.deb ...
Unpacking sensible-utils (0.0.14) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ...
Unpacking libmagic-mgc (1:5.39-3) ...
Selecting previously unselected package libmagic1:arm64.
Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ...
Unpacking libmagic1:arm64 (1:5.39-3) ...
Selecting previously unselected package file.
Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ...
Unpacking file (1:5.39-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../04-gettext-base_0.21-4_arm64.deb ...
Unpacking gettext-base (0.21-4) ...
Selecting previously unselected package libsigsegv2:arm64.
Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ...
Unpacking libsigsegv2:arm64 (2.13-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ...
Unpacking m4 (1.4.18-5) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
Unpacking autoconf (2.69-14) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
Unpacking autotools-dev (20180224.1+nmu1) ...
Selecting previously unselected package automake.
Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
Unpacking automake (1:1.16.3-2) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../10-autopoint_0.21-4_all.deb ...
Unpacking autopoint (0.21-4) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../11-libdebhelper-perl_13.3.4_all.deb ...
Unpacking libdebhelper-perl (13.3.4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../12-libtool_2.4.6-15_all.deb ...
Unpacking libtool (2.4.6-15) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../13-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../14-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../15-libsub-override-perl_0.09-2_all.deb ...
Unpacking libsub-override-perl (0.09-2) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../16-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../17-dh-strip-nondeterminism_1.12.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.12.0-1) ...
Selecting previously unselected package libelf1:arm64.
Preparing to unpack .../18-libelf1_0.183-1_arm64.deb ...
Unpacking libelf1:arm64 (0.183-1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../19-dwz_0.13+20210201-1_arm64.deb ...
Unpacking dwz (0.13+20210201-1) ...
Selecting previously unselected package libicu67:arm64.
Preparing to unpack .../20-libicu67_67.1-7_arm64.deb ...
Unpacking libicu67:arm64 (67.1-7) ...
Selecting previously unselected package libxml2:arm64.
Preparing to unpack .../21-libxml2_2.9.10+dfsg-6.7_arm64.deb ...
Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ...
Selecting previously unselected package gettext.
Preparing to unpack .../22-gettext_0.21-4_arm64.deb ...
Unpacking gettext (0.21-4) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../23-intltool-debian_0.35.0+20060710.5_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.5) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../24-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../25-debhelper_13.3.4_all.deb ...
Unpacking debhelper (13.3.4) ...
Selecting previously unselected package libcap-ng-dev.
Preparing to unpack .../26-libcap-ng-dev_0.7.9-2.2+b1_arm64.deb ...
Unpacking libcap-ng-dev (0.7.9-2.2+b1) ...
Selecting previously unselected package libaudit-dev:arm64.
Preparing to unpack .../27-libaudit-dev_1%3a3.0-2_arm64.deb ...
Unpacking libaudit-dev:arm64 (1:3.0-2) ...
Selecting previously unselected package libpam0g-dev:arm64.
Preparing to unpack .../28-libpam0g-dev_1.4.0-9+deb11u1_arm64.deb ...
Unpacking libpam0g-dev:arm64 (1.4.0-9+deb11u1) ...
Selecting previously unselected package libpcre2-16-0:arm64.
Preparing to unpack .../29-libpcre2-16-0_10.36-2_arm64.deb ...
Unpacking libpcre2-16-0:arm64 (10.36-2) ...
Selecting previously unselected package libpcre2-32-0:arm64.
Preparing to unpack .../30-libpcre2-32-0_10.36-2_arm64.deb ...
Unpacking libpcre2-32-0:arm64 (10.36-2) ...
Selecting previously unselected package libpcre2-posix2:arm64.
Preparing to unpack .../31-libpcre2-posix2_10.36-2_arm64.deb ...
Unpacking libpcre2-posix2:arm64 (10.36-2) ...
Selecting previously unselected package libpcre2-dev:arm64.
Preparing to unpack .../32-libpcre2-dev_10.36-2_arm64.deb ...
Unpacking libpcre2-dev:arm64 (10.36-2) ...
Selecting previously unselected package libsepol1-dev:arm64.
Preparing to unpack .../33-libsepol1-dev_3.1-1_arm64.deb ...
Unpacking libsepol1-dev:arm64 (3.1-1) ...
Selecting previously unselected package libselinux1-dev:arm64.
Preparing to unpack .../34-libselinux1-dev_3.1-3_arm64.deb ...
Unpacking libselinux1-dev:arm64 (3.1-3) ...
Setting up libpipeline1:arm64 (1.5.3-1) ...
Setting up bsdextrautils (2.36-2pureos1) ...
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
Setting up libicu67:arm64 (67.1-7) ...
Setting up libpam0g-dev:arm64 (1.4.0-9+deb11u1) ...
Setting up libmagic-mgc (1:5.39-3) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libdebhelper-perl (13.3.4) ...
Setting up libmagic1:arm64 (1:5.39-3) ...
Setting up libsepol1-dev:arm64 (3.1-1) ...
Setting up gettext-base (0.21-4) ...
Setting up file (1:5.39-3) ...
Setting up libpcre2-16-0:arm64 (10.36-2) ...
Setting up autotools-dev (20180224.1+nmu1) ...
Setting up libpcre2-32-0:arm64 (10.36-2) ...
Setting up libsigsegv2:arm64 (2.13-1) ...
Setting up autopoint (0.21-4) ...
Setting up libpcre2-posix2:arm64 (10.36-2) ...
Setting up sensible-utils (0.0.14) ...
Setting up libuchardet0:arm64 (0.0.7-1) ...
Setting up libcap-ng-dev (0.7.9-2.2+b1) ...
Setting up libsub-override-perl (0.09-2) ...
Setting up libelf1:arm64 (0.183-1) ...
Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ...
Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
Setting up gettext (0.21-4) ...
Setting up libpcre2-dev:arm64 (10.36-2) ...
Setting up libtool (2.4.6-15) ...
Setting up libselinux1-dev:arm64 (3.1-3) ...
Setting up libaudit-dev:arm64 (1:3.0-2) ...
Setting up m4 (1.4.18-5) ...
Setting up intltool-debian (0.35.0+20060710.5) ...
Setting up autoconf (2.69-14) ...
Setting up dh-strip-nondeterminism (1.12.0-1) ...
Setting up dwz (0.13+20210201-1) ...
Setting up groff-base (1.22.4-6) ...
Setting up automake (1:1.16.3-2) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up po-debconf (1.0.21+nmu1) ...
Setting up man-db (2.9.4-2) ...
Not building database; man-db/auto-update is not 'true'.
Setting up dh-autoreconf (20) ...
Setting up debhelper (13.3.4) ...
Processing triggers for libc-bin (2.31-13) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
I: Copying back the cached apt archive contents
I: new cache content 'libcap-ng-dev_0.7.9-2.2+b1_arm64.deb' added
I: new cache content 'libpam0g_1.4.0-9+deb11u1_arm64.deb' added
I: new cache content 'libpam0g-dev_1.4.0-9+deb11u1_arm64.deb' added
I: new cache content 'libaudit-dev_1%3a3.0-2_arm64.deb' added
I: Building the package
I: Running cd /build/cron-3.0pl1/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-buildpackage -us -uc   '-nc' '--build=full' '-sa' && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-genchanges -S '-sa' > ../cron_3.0pl1-137pureos1_source.changes
dpkg-buildpackage: info: source package cron
dpkg-buildpackage: info: source version 3.0pl1-137pureos1
dpkg-buildpackage: info: source distribution byzantium
dpkg-buildpackage: info: source changed by Carsten Schoenert <carsten.schoenert at puri.sm>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
dpkg-buildpackage: warning: building a source package without cleaning up as you asked; it might contain undesired files
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building cron using existing ./cron_3.0pl1.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building cron in cron_3.0pl1-137pureos1.debian.tar.xz
dpkg-source: info: building cron in cron_3.0pl1-137pureos1.dsc
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
	make -j32 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/build/cron-3.0pl1'
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o cron.o cron.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o database.o database.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o user.o user.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o entry.o entry.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o job.o job.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o do_command.o do_command.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o misc.o misc.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o env.o env.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o popen.o popen.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o compat.o compat.c
cc -g -O2 -ffile-prefix-map=/build/cron-3.0pl1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-unused -Wno-comment -I. -DPOSIX -DDEBUGGING=0 -DUSE_PAM -DWITH_SELINUX  -Wdate-time -D_FORTIFY_SOURCE=2  -c -o crontab.o crontab.c
In file included from do_command.c:23:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
In file included from entry.c:29:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
In file included from env.c:23:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
In file included from database.c:26:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
In file included from misc.c:27:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
In file included from job.c:23:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
In file included from popen.c:31:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
In file included from cron.c:26:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
In file included from crontab.c:31:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
In file included from compat.c:27:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
popen.c: In function 'cron_popen':
popen.c:150:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  150 |   chdir(env_get("HOME", e->envp));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cron.c: In function 'main':
cron.c:132:4: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result]
  132 |    freopen("/dev/null", "r", stdin);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cron.c:133:4: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result]
  133 |    freopen("/dev/null", "w", stdout);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cron.c:134:4: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result]
  134 |    freopen("/dev/null", "w", stderr);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
do_command.c: In function 'safe_p':
do_command.c:699:10: warning: passing argument 1 of 'log_it' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  699 |   log_it(usernm, getpid(), "UNSAFE MAIL", s);
      |          ^~~~~~
In file included from /usr/include/features.h:461,
                 from /usr/include/aarch64-linux-gnu/sys/types.h:25,
                 from cron.h:29,
                 from do_command.c:23:
cron.h:241:15: note: expected 'char *' but argument is of type 'const char *'
  241 |   log_it __P((char *, int, char *, char *)),
      |               ^~~~~~
do_command.c:699:43: warning: passing argument 4 of 'log_it' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  699 |   log_it(usernm, getpid(), "UNSAFE MAIL", s);
      |                                           ^
In file included from /usr/include/features.h:461,
                 from /usr/include/aarch64-linux-gnu/sys/types.h:25,
                 from cron.h:29,
                 from do_command.c:23:
cron.h:241:36: note: expected 'char *' but argument is of type 'const char *'
  241 |   log_it __P((char *, int, char *, char *)),
      |                                    ^~~~~~
misc.c: In function 'acquire_daemonlock':
misc.c:313:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  313 |    fscanf(fp, "%d", &otherpid);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
misc.c:328:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
  328 |  (void) ftruncate(fileno(fp), ftell(fp));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
do_command.c: In function 'child_process':
do_command.c:175:2: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
  175 |  pipe(stdin_pipe); /* child's stdin */
      |  ^~~~~~~~~~~~~~~~
do_command.c:314:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  314 |   chdir(env_get("HOME", e->envp));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crontab.c: In function 'delete_cmd':
crontab.c:371:11: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  371 |    (void) fgets(q, sizeof q, stdin);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~
crontab.c: In function 'edit_cmd':
crontab.c:753:11: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  753 |    (void) fgets(q, sizeof q, stdin);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from user.c:28:
cron.h:208:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
  208 |  security_context_t scontext;    /* SELinux security context */
      |  ^~~~~~~~~~~~~~~~~~
user.c:37:5: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
   37 |     *rcontext, char *tabname) {
      |     ^
user.c: In function 'get_security_context':
user.c:38:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
   38 |  security_context_t *context_list = NULL;
      |  ^~~~~~~~~~~~~~~~~~
user.c:39:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
   39 |  security_context_t current_con;
      |  ^~~~~~~~~~~~~~~~~~
user.c:41:2: warning: 'security_context_t' is deprecated [-Wdeprecated-declarations]
   41 |  security_context_t  file_context=NULL;
      |  ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from externs.h:21,
                 from cron.h:41,
                 from cron.c:26:
In function 'strncpy',
    inlined from 'main' at cron.c:110:3:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 1000 equals destination size [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Wl,-z,relro -Wl,-z,now -o cron cron.o database.o user.o entry.o job.o do_command.o misc.o env.o popen.o compat.o -lpam -lselinux 
cc -Wl,-z,relro -Wl,-z,now -o crontab crontab.o misc.o entry.o env.o compat.o -lpam -lselinux 
make[1]: Leaving directory '/build/cron-3.0pl1'
   dh_auto_test
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory '/build/cron-3.0pl1'
# Empty target to bypass the auto-detected install target in Makefile
make[1]: Leaving directory '/build/cron-3.0pl1'
   debian/rules override_dh_install
make[1]: Entering directory '/build/cron-3.0pl1'
dh_install
install -m 644 debian/crontab.main debian/cron/etc/crontab
install -m 644 debian/placeholder debian/cron/etc/cron.d/.placeholder
install -m 644 debian/placeholder debian/cron/etc/cron.hourly/.placeholder
install -m 644 debian/placeholder debian/cron/etc/cron.daily/.placeholder
install -m 644 debian/placeholder debian/cron/etc/cron.weekly/.placeholder
install -m 644 debian/placeholder debian/cron/etc/cron.monthly/.placeholder
make[1]: Leaving directory '/build/cron-3.0pl1'
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_installinit
   dh_installsystemd
   dh_installpam
   dh_bugfiles
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_dwz
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'cron' in '../cron_3.0pl1-137pureos1_arm64.deb'.
dpkg-deb: building package 'cron-dbgsym' in '../cron-dbgsym_3.0pl1-137pureos1_arm64.deb'.
 dpkg-genbuildinfo --build=full
 dpkg-genchanges -sa --build=full >../cron_3.0pl1-137pureos1_arm64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
dpkg-genchanges: info: including full source code in upload
I: copying local configuration
I: Copying back the cached apt archive contents
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: Current time: Mon Oct 25 19:47:16 CEST 2021
I: pbuilder-time-stamp: 1635184036
I: Cleaning COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.293217
[Pipeline] stash
Stashed 8 file(s)
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Save Artifacts)
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64 at 2
[Pipeline] {
[Pipeline] unstash
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Upload Debian Packages)
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/Builds/debs-byzantium/deb-cron-byzantium-aarch64 at 2
[Pipeline] {
[Pipeline] unstash
[Pipeline] sh
+ sudo /usr/bin/gpg --batch --pinentry-mode loopback --passphrase-file /home/jenkins/.secret_key -o /dev/null --decrypt /home/jenkins/.workaround.gpg
gpg: encrypted with 3072-bit RSA key, ID F8EBA08E4A7AC4F7, created 2019-09-12
      "Jenkins <jenkins at arm02.puri.sm>"
+ ls ./cron_3.0pl1-137pureos1_source.changes
+ changes_file=./cron_3.0pl1-137pureos1_source.changes
+ echo ./cron_3.0pl1-137pureos1_source.changes
+ wc -w
+ [ 1 -eq 1 ]
+ sudo /usr/bin/debsign -k 1CBB2345A7F02749 ./cron_3.0pl1-137pureos1_source.changes
long key IDs are discouraged; please use key fingerprints instead
 signfile dsc cron_3.0pl1-137pureos1.dsc 1CBB2345A7F02749

 fixup_buildinfo cron_3.0pl1-137pureos1.dsc cron_3.0pl1-137pureos1_arm64.buildinfo
 signfile buildinfo cron_3.0pl1-137pureos1_arm64.buildinfo 1CBB2345A7F02749

 fixup_changes dsc cron_3.0pl1-137pureos1.dsc ./cron_3.0pl1-137pureos1_source.changes
 fixup_changes buildinfo cron_3.0pl1-137pureos1_arm64.buildinfo ./cron_3.0pl1-137pureos1_source.changes
 signfile changes ./cron_3.0pl1-137pureos1_source.changes 1CBB2345A7F02749

Successfully signed dsc, buildinfo, changes files
+ dput -c /etc/dput.cf pureos-ftp ./cron_3.0pl1-137pureos1_source.changes
Uploading cron using ftp to pureos-ftp (host: upload.pureos.net; directory: ~/incoming/)
running allowed-distribution: check whether a local profile permits uploads to the target distribution
running checksum: verify checksums before uploading
running suite-mismatch: check the target distribution for common errors
running gpg: check GnuPG signatures before the upload
Not checking GPG signature due to allow_unsigned_uploads being set.
Uploading cron_3.0pl1-137pureos1.dsc
Uploading cron_3.0pl1.orig.tar.gz
Uploading cron_3.0pl1-137pureos1.debian.tar.xz
Uploading cron_3.0pl1-137pureos1_arm64.buildinfo
Uploading cron_3.0pl1-137pureos1_source.changes
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] emailext
Sending email to: librem5-builds at lists.community.puri.sm


More information about the Librem5-builds mailing list