[artix-build-failures] [gremlins] Failure: openrc

jenkins at artixlinux.org jenkins at artixlinux.org
Sun May 24 17:57:45 CEST 2020


   Failure

   Build: repos/testing-x86_64

   Packages:

   openrc-0.42.1-9906-x86_64.pkg.tar.zst
   openrc-bash-completions-0.42.1-9906-x86_64.pkg.tar.zst
   openrc-zsh-completions-0.42.1-9906-x86_64.pkg.tar.zst

   authorName: artoo

   authorEmail: artoo at artixlinux.org

   [1]https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/maste
   r/267/

References

   1. https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/master/267/
-------------- next part --------------
Started by user artoo
Replayed gremlins
Running as artoo
[Gitea] Notifying branch build status: PENDING Build started...
ERROR: Could not send notifications
org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
{"context":"jenkins-dev/devel/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/master/267/display/redirect"}
	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCompletedListener.onStarted(GiteaNotifier.java:334)
	at hudson.model.listeners.RunListener.fireStarted(RunListener.java:238)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:301)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Querying the current revision of branch master...
Current revision of branch master is cddf4e80203e039f4c4f8a335246cbedfb291764
Obtained Jenkinsfile from cddf4e80203e039f4c4f8a335246cbedfb291764
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library artix-ci at next
Attempting to resolve next from remote references...
 > git --version # timeout=10
 > git ls-remote -- https://gitea.artixlinux.org/artix/pipeline-libs.git # timeout=10
Found match: refs/heads/next revision 391a0489d13bb0f1d1b2ff464b2cde5b2e7c9da2
Warning: CredentialId "artix-ci" could not be found.
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitea.artixlinux.org/artix/pipeline-libs.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitea.artixlinux.org/artix/pipeline-libs.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress -- https://gitea.artixlinux.org/artix/pipeline-libs.git +refs/heads/next:refs/remotes/origin/next # timeout=10
Checking out Revision 391a0489d13bb0f1d1b2ff464b2cde5b2e7c9da2 (next)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 391a0489d13bb0f1d1b2ff464b2cde5b2e7c9da2 # timeout=10
Commit message: "tweak error handling"
[Gitea] Notifying branch build status: PENDING Build started...
ERROR: Could not send notifications
org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
{"context":"jenkins-dev/devel/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/master/267/display/redirect"}
	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
	at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.lambda$doRetrieve$1(SCMSourceRetriever.java:157)
	at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.retrySCMOperation(SCMSourceRetriever.java:107)
	at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.doRetrieve(SCMSourceRetriever.java:156)
	at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.retrieve(SCMSourceRetriever.java:96)
	at org.jenkinsci.plugins.workflow.libs.LibraryAdder.retrieve(LibraryAdder.java:157)
	at org.jenkinsci.plugins.workflow.libs.LibraryAdder.add(LibraryAdder.java:138)
	at org.jenkinsci.plugins.workflow.libs.LibraryDecorator$1.call(LibraryDecorator.java:125)
	at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1065)
	at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:603)
	at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581)
	at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558)
	at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
	at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
	at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688)
	at groovy.lang.GroovyShell.parse(GroovyShell.java:700)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:142)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:127)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:561)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:522)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:337)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Replacing contents of vars/NotifyRepoRemove.groovy
Replacing contents of vars/PostBuild.groovy
Replacing contents of vars/CheckOut.groovy
Replacing contents of vars/RepoAdd.groovy
Replacing contents of vars/BuildPkg.groovy
Replacing contents of vars/RepoRemove.groovy
Replacing contents of vars/NotifyFail.groovy
Replacing contents of src/org/artixlinux/RepoPackage.groovy
Replacing contents of vars/NotifyRepoAdd.groovy
Replacing contents of vars/PackagePipeline.groovy
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/jenkins-dev_devel_master
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] checkout
[2020-05-24T15:57:05.746Z] Warning: CredentialId "artix-ci" could not be found.
[2020-05-24T15:57:05.748Z]  > git rev-parse --is-inside-work-tree # timeout=10
[2020-05-24T15:57:05.756Z] Fetching changes from the remote Git repository
[2020-05-24T15:57:05.757Z]  > git config remote.origin.url https://290c0afd9211d207ab2494a94dec7307f98f90d7@gitea.artixlinux.org/jenkins-dev/devel.git # timeout=10
[2020-05-24T15:57:05.764Z] Cleaning workspace
[2020-05-24T15:57:05.766Z]  > git rev-parse --verify HEAD # timeout=10
[2020-05-24T15:57:05.773Z] Resetting working tree
[2020-05-24T15:57:05.774Z]  > git reset --hard # timeout=10
[2020-05-24T15:57:05.784Z]  > git clean -ffdx # timeout=10
[2020-05-24T15:57:05.793Z] Fetching without tags
[2020-05-24T15:57:05.793Z] Fetching upstream changes from https://290c0afd9211d207ab2494a94dec7307f98f90d7@gitea.artixlinux.org/jenkins-dev/devel.git
[2020-05-24T15:57:05.793Z]  > git --version # timeout=10
[2020-05-24T15:57:05.801Z]  > git fetch --no-tags --force --progress -- https://290c0afd9211d207ab2494a94dec7307f98f90d7@gitea.artixlinux.org/jenkins-dev/devel.git +refs/heads/master:refs/remotes/origin/master # timeout=10
[2020-05-24T15:57:05.976Z] Checking out Revision cddf4e80203e039f4c4f8a335246cbedfb291764 (master)
[2020-05-24T15:57:05.976Z]  > git config core.sparsecheckout # timeout=10
[2020-05-24T15:57:05.984Z]  > git checkout -f cddf4e80203e039f4c4f8a335246cbedfb291764 # timeout=10
[2020-05-24T15:57:05.996Z] Commit message: "testing fail build"
[2020-05-24T15:57:05.996Z]  > git rev-list --no-walk cddf4e80203e039f4c4f8a335246cbedfb291764 # timeout=10
[2020-05-24T15:57:06.019Z] [Gitea] Notifying branch build status: PENDING Build started...
[2020-05-24T15:57:06.061Z] ERROR: Could not send notifications
[2020-05-24T15:57:06.062Z] org.jenkinsci.plugin.gitea.client.api.GiteaHttpStatusException: HTTP 401/Unauthorized
[2020-05-24T15:57:06.062Z] {"context":"jenkins-dev/devel/pipeline/head","description":"Build started...","state":"pending","status":"pending","target_url":"https://andromeda.artixlinux.org/job/jenkins-dev/job/devel/job/master/267/display/redirect"}
[2020-05-24T15:57:06.062Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.post(DefaultGiteaConnection.java:911)
[2020-05-24T15:57:06.062Z] 	at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.createCommitStatus(DefaultGiteaConnection.java:597)
[2020-05-24T15:57:06.062Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.sendNotifications(GiteaNotifier.java:153)
[2020-05-24T15:57:06.062Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier.access$400(GiteaNotifier.java:67)
[2020-05-24T15:57:06.062Z] 	at org.jenkinsci.plugin.gitea.GiteaNotifier$JobCheckOutListener.onCheckout(GiteaNotifier.java:302)
[2020-05-24T15:57:06.062Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:150)
[2020-05-24T15:57:06.062Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2020-05-24T15:57:06.062Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2020-05-24T15:57:06.062Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2020-05-24T15:57:06.062Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-05-24T15:57:06.062Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-05-24T15:57:06.062Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-05-24T15:57:06.062Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-05-24T15:57:06.062Z] 	at java.lang.Thread.run(Thread.java:748)
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] libraryResource
[Pipeline] readYaml
[Pipeline] sh
[2020-05-24T15:57:06.391Z] + git rev-parse @
[Pipeline] sh
[2020-05-24T15:57:06.656Z] + git show -s --format=%an cddf4e80203e039f4c4f8a335246cbedfb291764
[Pipeline] sh
[2020-05-24T15:57:06.922Z] + git show -s --format=%ae cddf4e80203e039f4c4f8a335246cbedfb291764
[Pipeline] sh
[2020-05-24T15:57:07.189Z] + git show --pretty=format: --name-status cddf4e80203e039f4c4f8a335246cbedfb291764
[Pipeline] fileExists
[Pipeline] sh
[2020-05-24T15:57:07.551Z] + pkg2yaml -d repos/testing-x86_64
[Pipeline] readYaml
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withCredentials
[2020-05-24T15:57:07.748Z] Masking supported pattern matches of $BUILDBOT_GPGP
[Pipeline] {
[Pipeline] echo
[2020-05-24T15:57:07.848Z] isLibBump: false
[Pipeline] dir
[2020-05-24T15:57:07.859Z] Running in /home/jenkins/workspace/jenkins-dev_devel_master/repos/testing-x86_64
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[2020-05-24T15:57:08.142Z] + buildpkg -C -d gremlins
[2020-05-24T15:57:13.345Z] :: Synchronizing package databases...
[2020-05-24T15:57:13.897Z]  gremlins is up to date
[2020-05-24T15:57:13.897Z]  system is up to date
[2020-05-24T15:57:13.897Z]  world is up to date
[2020-05-24T15:57:13.897Z]  galaxy-gremlins is up to date
[2020-05-24T15:57:13.897Z]  galaxy is up to date
[2020-05-24T15:57:13.897Z]  testing is up to date
[2020-05-24T15:57:13.897Z]  extra is up to date
[2020-05-24T15:57:13.897Z]  community-testing is up to date
[2020-05-24T15:57:13.897Z] downloading community.db...
[2020-05-24T15:57:14.448Z] :: Starting full system upgrade...
[2020-05-24T15:57:14.699Z]  there is nothing to do
[2020-05-24T15:57:15.250Z] ==> Building in chroot for [gremlins] (x86_64)...
[2020-05-24T15:57:15.802Z] ==> Synchronizing chroot copy [/var/lib/buildpkg/gremlins-x86_64/root] -> [jenkins]...done
[2020-05-24T15:57:20.999Z] ==> Making package: openrc 0.42.1-9906 (Sun May 24 15:57:20 2020)
[2020-05-24T15:57:20.999Z] ==> Retrieving sources...
[2020-05-24T15:57:20.999Z]   -> Found openrc-0.42.1.tar.gz
[2020-05-24T15:57:20.999Z]   -> Found openrc.logrotate
[2020-05-24T15:57:20.999Z]   -> Found openrc-hook
[2020-05-24T15:57:20.999Z]   -> Found openrc-install.hook
[2020-05-24T15:57:20.999Z]   -> Found 30-openrc-upgrade.hook
[2020-05-24T15:57:20.999Z]   -> Found openrc-remove.hook
[2020-05-24T15:57:20.999Z]   -> Found 30-sysctl.hook
[2020-05-24T15:57:20.999Z]   -> Found sysctl.conf
[2020-05-24T15:57:20.999Z]   -> Found 30-binfmt.hook
[2020-05-24T15:57:20.999Z]   -> Found opentmpfiles-dev.initd
[2020-05-24T15:57:20.999Z]   -> Found opentmpfiles-setup.initd
[2020-05-24T15:57:20.999Z]   -> Found opentmpfiles-dev.confd
[2020-05-24T15:57:20.999Z]   -> Found opentmpfiles-setup.confd
[2020-05-24T15:57:20.999Z]   -> Found opensysusers.initd
[2020-05-24T15:57:20.999Z]   -> Found kmod-static-nodes.initd
[2020-05-24T15:57:20.999Z]   -> Found gcc-10-fix.patch
[2020-05-24T15:57:20.999Z]   -> Found supervise-daemon-fix.patch
[2020-05-24T15:57:20.999Z]   -> Found openrc-shutdown-fix.patch
[2020-05-24T15:57:20.999Z]   -> Found posix-compliant-grep.patch
[2020-05-24T15:57:20.999Z]   -> Found binfmt-fix.patch
[2020-05-24T15:57:20.999Z]   -> Found cgroup2-verify.patch
[2020-05-24T15:57:20.999Z] ==> Validating source files with sha256sums...
[2020-05-24T15:57:20.999Z]     openrc-0.42.1.tar.gz ... Passed
[2020-05-24T15:57:20.999Z]     openrc.logrotate ... Passed
[2020-05-24T15:57:20.999Z]     openrc-hook ... Passed
[2020-05-24T15:57:20.999Z]     openrc-install.hook ... Passed
[2020-05-24T15:57:20.999Z]     30-openrc-upgrade.hook ... Passed
[2020-05-24T15:57:20.999Z]     openrc-remove.hook ... Passed
[2020-05-24T15:57:20.999Z]     30-sysctl.hook ... Passed
[2020-05-24T15:57:20.999Z]     sysctl.conf ... Passed
[2020-05-24T15:57:20.999Z]     30-binfmt.hook ... Passed
[2020-05-24T15:57:20.999Z]     opentmpfiles-dev.initd ... Passed
[2020-05-24T15:57:20.999Z]     opentmpfiles-setup.initd ... Passed
[2020-05-24T15:57:20.999Z]     opentmpfiles-dev.confd ... Passed
[2020-05-24T15:57:20.999Z]     opentmpfiles-setup.confd ... Passed
[2020-05-24T15:57:21.250Z]     opensysusers.initd ... Passed
[2020-05-24T15:57:21.250Z]     kmod-static-nodes.initd ... Passed
[2020-05-24T15:57:21.250Z]     gcc-10-fix.patch ... Passed
[2020-05-24T15:57:21.250Z]     supervise-daemon-fix.patch ... Passed
[2020-05-24T15:57:21.250Z]     openrc-shutdown-fix.patch ... Passed
[2020-05-24T15:57:21.250Z]     posix-compliant-grep.patch ... Passed
[2020-05-24T15:57:21.250Z]     binfmt-fix.patch ... Passed
[2020-05-24T15:57:21.250Z]     cgroup2-verify.patch ... Passed
[2020-05-24T15:57:33.351Z] ==> Making package: openrc 0.42.1-9906 (Sun 24 May 2020 03:57:32 PM UTC)
[2020-05-24T15:57:33.351Z] ==> Checking runtime dependencies...
[2020-05-24T15:57:33.351Z] ==> Checking buildtime dependencies...
[2020-05-24T15:57:33.351Z] ==> Installing missing dependencies...
[2020-05-24T15:57:33.351Z] resolving dependencies...
[2020-05-24T15:57:33.351Z] looking for conflicting packages...
[2020-05-24T15:57:33.351Z] 
[2020-05-24T15:57:33.351Z] Package (9)          New Version  Net Change
[2020-05-24T15:57:33.351Z] 
[2020-05-24T15:57:33.351Z] system/eudev         3.2.9-4        7.57 MiB
[2020-05-24T15:57:33.351Z] system/eudev-openrc  32-7           0.03 MiB
[2020-05-24T15:57:33.351Z] system/hwids         20200306-1     1.74 MiB
[2020-05-24T15:57:33.351Z] system/kbd           2.2.0-5        2.85 MiB
[2020-05-24T15:57:33.351Z] system/kmod          27-1           0.28 MiB
[2020-05-24T15:57:33.351Z] system/netifrc       0.7.1-1        0.29 MiB
[2020-05-24T15:57:33.351Z] system/opentmpfiles  0.2-7          0.01 MiB
[2020-05-24T15:57:33.351Z] system/psmisc        23.3-2         0.54 MiB
[2020-05-24T15:57:33.351Z] world/zsh            5.8-1          6.22 MiB
[2020-05-24T15:57:33.351Z] 
[2020-05-24T15:57:33.351Z] Total Installed Size:  19.53 MiB
[2020-05-24T15:57:33.351Z] 
[2020-05-24T15:57:33.351Z] :: Proceed with installation? [Y/n] 
[2020-05-24T15:57:33.351Z] checking keyring...
[2020-05-24T15:57:33.351Z] checking package integrity...
[2020-05-24T15:57:33.902Z] loading package files...
[2020-05-24T15:57:33.902Z] checking for file conflicts...
[2020-05-24T15:57:33.902Z] checking available disk space...
[2020-05-24T15:57:33.902Z] :: Processing package changes...
[2020-05-24T15:57:33.902Z] installing psmisc...
[2020-05-24T15:57:33.902Z] installing kbd...
[2020-05-24T15:57:33.902Z] installing kmod...
[2020-05-24T15:57:34.153Z] installing hwids...
[2020-05-24T15:57:34.153Z] installing eudev...
[2020-05-24T15:57:34.153Z] Optional dependencies for eudev
[2020-05-24T15:57:34.153Z]     eudev-openrc: udev starup scripts for openrc [pending]
[2020-05-24T15:57:34.153Z] installing eudev-openrc...
[2020-05-24T15:57:34.153Z] installing netifrc...
[2020-05-24T15:57:34.404Z] installing opentmpfiles...
[2020-05-24T15:57:34.404Z] installing zsh...
[2020-05-24T15:57:34.955Z] :: Running post-transaction hooks...
[2020-05-24T15:57:34.955Z] (1/2) Updating udev Hardware Database...
[2020-05-24T15:57:35.507Z] (2/2) Reloading device manager configuration...
[2020-05-24T15:57:35.507Z]   Skipped: Device manager is not running.
[2020-05-24T15:57:35.507Z] ==> Retrieving sources...
[2020-05-24T15:57:35.507Z]   -> Found openrc-0.42.1.tar.gz
[2020-05-24T15:57:35.507Z]   -> Found openrc.logrotate
[2020-05-24T15:57:35.507Z]   -> Found openrc-hook
[2020-05-24T15:57:35.507Z]   -> Found openrc-install.hook
[2020-05-24T15:57:35.507Z]   -> Found 30-openrc-upgrade.hook
[2020-05-24T15:57:35.507Z]   -> Found openrc-remove.hook
[2020-05-24T15:57:35.507Z]   -> Found 30-sysctl.hook
[2020-05-24T15:57:35.507Z]   -> Found sysctl.conf
[2020-05-24T15:57:35.507Z]   -> Found 30-binfmt.hook
[2020-05-24T15:57:35.758Z]   -> Found opentmpfiles-dev.initd
[2020-05-24T15:57:35.758Z]   -> Found opentmpfiles-setup.initd
[2020-05-24T15:57:35.758Z]   -> Found opentmpfiles-dev.confd
[2020-05-24T15:57:35.758Z]   -> Found opentmpfiles-setup.confd
[2020-05-24T15:57:35.758Z]   -> Found opensysusers.initd
[2020-05-24T15:57:35.758Z]   -> Found kmod-static-nodes.initd
[2020-05-24T15:57:35.758Z]   -> Found gcc-10-fix.patch
[2020-05-24T15:57:35.758Z]   -> Found supervise-daemon-fix.patch
[2020-05-24T15:57:35.758Z]   -> Found openrc-shutdown-fix.patch
[2020-05-24T15:57:35.758Z]   -> Found posix-compliant-grep.patch
[2020-05-24T15:57:35.758Z]   -> Found binfmt-fix.patch
[2020-05-24T15:57:35.758Z]   -> Found cgroup2-verify.patch
[2020-05-24T15:57:35.758Z] ==> WARNING: Skipping all source file integrity checks.
[2020-05-24T15:57:35.758Z] ==> Extracting sources...
[2020-05-24T15:57:35.758Z]   -> Extracting openrc-0.42.1.tar.gz with bsdtar
[2020-05-24T15:57:36.670Z] ==> Starting prepare()...
[2020-05-24T15:57:36.670Z] patching file src/rc/supervise-daemon.c
[2020-05-24T15:57:36.670Z] patching file src/rc/openrc-shutdown.c
[2020-05-24T15:57:36.670Z] patching file sh/init-early.sh.Linux.in
[2020-05-24T15:57:36.670Z] patching file sh/binfmt.sh.in
[2020-05-24T15:57:36.670Z] patching file sh/rc-cgroup.sh
[2020-05-24T15:57:36.670Z] ==> Starting build()...
[2020-05-24T15:57:36.920Z] ===> conf.d (all)
[2020-05-24T15:57:36.920Z] make[1]: Entering directory '/build/openrc/src/openrc-0.42.1/conf.d'
[2020-05-24T15:57:36.920Z] make[1]: Nothing to be done for 'all'.
[2020-05-24T15:57:36.920Z] make[1]: Leaving directory '/build/openrc/src/openrc-0.42.1/conf.d'
[2020-05-24T15:57:36.920Z] ===> etc (all)
[2020-05-24T15:57:36.920Z] make[1]: Entering directory '/build/openrc/src/openrc-0.42.1/etc'
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g' -e 's:@TERM@:wsvt25:g' rc.in > rc
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g' -e 's:@TERM@:wsvt25:g' rc.shutdown.in > rc.shutdown
[2020-05-24T15:57:36.921Z] make[1]: Leaving directory '/build/openrc/src/openrc-0.42.1/etc'
[2020-05-24T15:57:36.921Z] ===> init.d (all)
[2020-05-24T15:57:36.921Z] make[1]: Entering directory '/build/openrc/src/openrc-0.42.1/init.d'
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  bootmisc.in > bootmisc
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  fsck.in > fsck
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  hostname.in > hostname
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  local.in > local
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  localmount.in > localmount
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  loopback.in > loopback
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  netmount.in > netmount
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  osclock.in > osclock
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  root.in > root
[2020-05-24T15:57:36.921Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  savecache.in > savecache
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  swap.in > swap
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  swclock.in > swclock
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  sysctl.in > sysctl
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  runsvdir.in > runsvdir
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  urandom.in > urandom
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  s6-svscan.in > s6-svscan
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  agetty.in > agetty
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  binfmt.in > binfmt
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  devfs.in > devfs
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  cgroups.in > cgroups
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  dmesg.in > dmesg
[2020-05-24T15:57:36.922Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  hwclock.in > hwclock
[2020-05-24T15:57:37.173Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  consolefont.in > consolefont
[2020-05-24T15:57:37.173Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  keymaps.in > keymaps
[2020-05-24T15:57:37.173Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  killprocs.in > killprocs
[2020-05-24T15:57:37.173Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  modules.in > modules
[2020-05-24T15:57:37.173Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  mount-ro.in > mount-ro
[2020-05-24T15:57:37.173Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  mtab.in > mtab
[2020-05-24T15:57:37.173Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  numlock.in > numlock
[2020-05-24T15:57:37.173Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  procfs.in > procfs
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  net-online.in > net-online
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  save-keymaps.in > save-keymaps
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  save-termencoding.in > save-termencoding
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  sysfs.in > sysfs
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  termencoding.in > termencoding
[2020-05-24T15:57:37.174Z] make[1]: Leaving directory '/build/openrc/src/openrc-0.42.1/init.d'
[2020-05-24T15:57:37.174Z] ===> local.d (all)
[2020-05-24T15:57:37.174Z] make[1]: Entering directory '/build/openrc/src/openrc-0.42.1/local.d'
[2020-05-24T15:57:37.174Z] make[1]: Nothing to be done for 'all'.
[2020-05-24T15:57:37.174Z] make[1]: Leaving directory '/build/openrc/src/openrc-0.42.1/local.d'
[2020-05-24T15:57:37.174Z] ===> man (all)
[2020-05-24T15:57:37.174Z] make[1]: Entering directory '/build/openrc/src/openrc-0.42.1/man'
[2020-05-24T15:57:37.174Z] make[1]: Nothing to be done for 'all'.
[2020-05-24T15:57:37.174Z] make[1]: Leaving directory '/build/openrc/src/openrc-0.42.1/man'
[2020-05-24T15:57:37.174Z] ===> scripts (all)
[2020-05-24T15:57:37.174Z] make[1]: Entering directory '/build/openrc/src/openrc-0.42.1/scripts'
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  rc-sstat.in > rc-sstat
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  halt.in > halt
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  poweroff.in > poweroff
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  reboot.in > reboot
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  shutdown.in > shutdown
[2020-05-24T15:57:37.174Z] make[1]: Leaving directory '/build/openrc/src/openrc-0.42.1/scripts'
[2020-05-24T15:57:37.174Z] ===> sh (all)
[2020-05-24T15:57:37.174Z] make[1]: Entering directory '/build/openrc/src/openrc-0.42.1/sh'
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  init.sh.Linux.in > init.sh
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  functions.sh.in > functions.sh
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  gendepends.sh.in > gendepends.sh
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  openrc-run.sh.in > openrc-run.sh
[2020-05-24T15:57:37.174Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  binfmt.sh.in > binfmt.sh
[2020-05-24T15:57:37.175Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  cgroup-release-agent.sh.in > cgroup-release-agent.sh
[2020-05-24T15:57:37.175Z] sed -e 's:@SHELL@:/bin/sh:' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@PREFIX@:/usr:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:@PKG_PREFIX@::g' -e 's:@LOCAL_PREFIX@:/usr/local:g'  init-early.sh.Linux.in > init-early.sh
[2020-05-24T15:57:37.425Z] make[1]: Leaving directory '/build/openrc/src/openrc-0.42.1/sh'
[2020-05-24T15:57:37.425Z] ===> src (all)
[2020-05-24T15:57:37.425Z] make[1]: Entering directory '/build/openrc/src/openrc-0.42.1/src'
[2020-05-24T15:57:37.425Z] ===> src/libeinfo (all)
[2020-05-24T15:57:37.425Z] make[2]: Entering directory '/build/openrc/src/openrc-0.42.1/src/libeinfo'
[2020-05-24T15:57:37.976Z] rm -f .depend
[2020-05-24T15:57:37.977Z] cc -I../includes -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -MM libeinfo.c > .depend
[2020-05-24T15:57:38.528Z] cc  -I../includes -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -c libeinfo.c -o libeinfo.o
[2020-05-24T15:57:38.528Z] cc -fPIC -DPIC  -I../includes -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -c libeinfo.c -o libeinfo.So
[2020-05-24T15:57:38.528Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:38.528Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:38.528Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:38.528Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:38.528Z] libeinfo.c:18:19: warning: ‘libeinfo_copyright’ defined but not used [-Wunused-const-variable=]
[2020-05-24T15:57:38.528Z]    18 | static const char libeinfo_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
[2020-05-24T15:57:38.528Z]       |                   ^~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:38.528Z] libeinfo.c:18:19: warning: ‘libeinfo_copyright’ defined but not used [-Wunused-const-variable=]
[2020-05-24T15:57:38.528Z]    18 | static const char libeinfo_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
[2020-05-24T15:57:38.528Z]       |                   ^~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:39.080Z] building shared library libeinfo.so.1
[2020-05-24T15:57:39.080Z] cc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration    -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,--version-script=einfo.map  -shared -Wl,-x \
[2020-05-24T15:57:39.080Z] -o libeinfo.so.1 -Wl,-soname,libeinfo.so.1 \
[2020-05-24T15:57:39.080Z] libeinfo.So -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lncursesw 
[2020-05-24T15:57:39.080Z] building static library libeinfo.a
[2020-05-24T15:57:39.080Z] ar rc libeinfo.a libeinfo.o
[2020-05-24T15:57:39.080Z] ranlib libeinfo.a
[2020-05-24T15:57:39.080Z] make[2]: Leaving directory '/build/openrc/src/openrc-0.42.1/src/libeinfo'
[2020-05-24T15:57:39.080Z] ===> src/librc (all)
[2020-05-24T15:57:39.080Z] make[2]: Entering directory '/build/openrc/src/openrc-0.42.1/src/librc'
[2020-05-24T15:57:39.631Z] sed -e 's:@PREFIX@:/usr:g' -e 's:@LIB@:lib:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/usr/lib/openrc:g' -e 's:@BINDIR@:/usr/bin:g' -e 's:@SBINDIR@:/usr/bin:g' -e 's:.*@PKG_PREFIX at .*:#undef RC_PKG_PREFIX:g' -e 's:@LOCAL_PREFIX@:/usr/local:g' rc.h.in > rc.h
[2020-05-24T15:57:39.631Z] rm -f .depend
[2020-05-24T15:57:39.631Z] cc -I../includes -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -MM librc.c librc-daemon.c librc-depend.c librc-misc.c librc-stringlist.c > .depend
[2020-05-24T15:57:40.543Z] cc  -I../includes -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -c librc.c -o librc.o
[2020-05-24T15:57:40.543Z] cc  -I../includes -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -c librc-daemon.c -o librc-daemon.o
[2020-05-24T15:57:40.543Z] cc  -I../includes -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -c librc-depend.c -o librc-depend.o
[2020-05-24T15:57:40.544Z] cc  -I../includes -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -c librc-misc.c -o librc-misc.o
[2020-05-24T15:57:40.544Z] cc  -I../includes -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -c librc-stringlist.c -o librc-stringlist.o
[2020-05-24T15:57:40.544Z] cc -fPIC -DPIC  -I../includes -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -c librc.c -o librc.So
[2020-05-24T15:57:40.544Z] cc -fPIC -DPIC  -I../includes -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -c librc-daemon.c -o librc-daemon.So
[2020-05-24T15:57:40.544Z] cc -fPIC -DPIC  -I../includes -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -c librc-depend.c -o librc-depend.So
[2020-05-24T15:57:40.544Z] cc -fPIC -DPIC  -I../includes -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -c librc-misc.c -o librc-misc.So
[2020-05-24T15:57:40.544Z] librc.c:18:19: warning: ‘librc_copyright’ defined but not used [-Wunused-const-variable=]
[2020-05-24T15:57:40.544Z]    18 | static const char librc_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
[2020-05-24T15:57:40.544Z]       |                   ^~~~~~~~~~~~~~~
[2020-05-24T15:57:40.544Z] librc.c:18:19: warning: ‘librc_copyright’ defined but not used [-Wunused-const-variable=]
[2020-05-24T15:57:40.544Z]    18 | static const char librc_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
[2020-05-24T15:57:40.544Z]       |                   ^~~~~~~~~~~~~~~
[2020-05-24T15:57:40.544Z] cc -fPIC -DPIC  -I../includes -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -c librc-stringlist.c -o librc-stringlist.So
[2020-05-24T15:57:41.096Z] librc.c: In function ‘rc_service_mark’:
[2020-05-24T15:57:41.096Z] librc.c:799:37: warning: ‘/’ directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
[2020-05-24T15:57:41.096Z]   799 |    snprintf(was, sizeof(was), "%s/%s/%s",
[2020-05-24T15:57:41.096Z]       |                                     ^
[2020-05-24T15:57:41.096Z] In file included from /usr/include/stdio.h:867,
[2020-05-24T15:57:41.096Z]                  from librc.h:40,
[2020-05-24T15:57:41.096Z]                  from librc.c:21:
[2020-05-24T15:57:41.096Z] /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 3 or more bytes (assuming 4098) into a destination of size 4096
[2020-05-24T15:57:41.096Z]    67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[2020-05-24T15:57:41.096Z]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:41.096Z]    68 |        __bos (__s), __fmt, __va_arg_pack ());
[2020-05-24T15:57:41.096Z]       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:41.096Z] librc.c:804:37: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
[2020-05-24T15:57:41.096Z]   804 |    snprintf(was, sizeof(was), "%s/%s", file, dir->value);
[2020-05-24T15:57:41.096Z]       |                                     ^
[2020-05-24T15:57:41.096Z] In file included from /usr/include/stdio.h:867,
[2020-05-24T15:57:41.096Z]                  from librc.h:40,
[2020-05-24T15:57:41.096Z]                  from librc.c:21:
[2020-05-24T15:57:41.096Z] /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 4097) into a destination of size 4096
[2020-05-24T15:57:41.096Z]    67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[2020-05-24T15:57:41.096Z]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:41.096Z]    68 |        __bos (__s), __fmt, __va_arg_pack ());
[2020-05-24T15:57:41.096Z]       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:41.096Z] librc.c: In function ‘rc_service_mark’:
[2020-05-24T15:57:41.096Z] librc.c:799:37: warning: ‘/’ directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
[2020-05-24T15:57:41.096Z]   799 |    snprintf(was, sizeof(was), "%s/%s/%s",
[2020-05-24T15:57:41.096Z]       |                                     ^
[2020-05-24T15:57:41.096Z] In file included from /usr/include/stdio.h:867,
[2020-05-24T15:57:41.096Z]                  from librc.h:40,
[2020-05-24T15:57:41.096Z]                  from librc.c:21:
[2020-05-24T15:57:41.096Z] /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 3 or more bytes (assuming 4098) into a destination of size 4096
[2020-05-24T15:57:41.097Z]    67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[2020-05-24T15:57:41.097Z]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:41.097Z]    68 |        __bos (__s), __fmt, __va_arg_pack ());
[2020-05-24T15:57:41.097Z]       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:41.097Z] librc.c:804:37: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
[2020-05-24T15:57:41.097Z]   804 |    snprintf(was, sizeof(was), "%s/%s", file, dir->value);
[2020-05-24T15:57:41.097Z]       |                                     ^
[2020-05-24T15:57:41.097Z] In file included from /usr/include/stdio.h:867,
[2020-05-24T15:57:41.097Z]                  from librc.h:40,
[2020-05-24T15:57:41.097Z]                  from librc.c:21:
[2020-05-24T15:57:41.097Z] /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 4097) into a destination of size 4096
[2020-05-24T15:57:41.097Z]    67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
[2020-05-24T15:57:41.097Z]       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:41.097Z]    68 |        __bos (__s), __fmt, __va_arg_pack ());
[2020-05-24T15:57:41.097Z]       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:41.348Z] building static library librc.a
[2020-05-24T15:57:41.348Z] ar rc librc.a librc.o librc-daemon.o librc-depend.o librc-misc.o librc-stringlist.o
[2020-05-24T15:57:41.348Z] ranlib librc.a
[2020-05-24T15:57:41.348Z] building shared library librc.so.1
[2020-05-24T15:57:41.348Z] cc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration    -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,--version-script=rc.map  -shared -Wl,-x \
[2020-05-24T15:57:41.348Z] -o librc.so.1 -Wl,-soname,librc.so.1 \
[2020-05-24T15:57:41.348Z] librc.So librc-daemon.So librc-depend.So librc-misc.So librc-stringlist.So 
[2020-05-24T15:57:41.348Z] make[2]: Leaving directory '/build/openrc/src/openrc-0.42.1/src/librc'
[2020-05-24T15:57:41.348Z] ===> src/rc (all)
[2020-05-24T15:57:41.348Z] make[2]: Entering directory '/build/openrc/src/openrc-0.42.1/src/rc'
[2020-05-24T15:57:41.899Z] echo "#define VERSION \"0.42.1\"" >version.h.tmp
[2020-05-24T15:57:41.899Z] if test -n "Artix Linux"; then \
[2020-05-24T15:57:41.900Z] 	echo "#define BRANDING \"Artix Linux\"" >> version.h.tmp; \
[2020-05-24T15:57:41.900Z] fi
[2020-05-24T15:57:41.900Z] cmp -s version.h.tmp version.h && rm version.h.tmp || mv version.h.tmp version.h
[2020-05-24T15:57:41.900Z] rm -f .depend
[2020-05-24T15:57:41.900Z] cc -I../includes -I../librc -I../libeinfo -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -MM checkpath.c do_e.c do_mark_service.c do_service.c do_value.c fstabinfo.c is_newer_than.c is_older_than.c mountinfo.c openrc-run.c rc-abort.c rc.c rc-depend.c rc-logger.c rc-misc.c rc-pipes.c rc-plugin.c rc-service.c rc-status.c rc-update.c shell_var.c start-stop-daemon.c supervise-daemon.c swclock.c _usage.c kill_all.c openrc-init.c openrc-shutdown.c rc-sysvinit.c broadcast.c rc-wtmp.c > .depend
[2020-05-24T15:57:43.763Z] echo "#define VERSION \"0.42.1\"" >version.h.tmp
[2020-05-24T15:57:43.763Z] if test -n "Artix Linux"; then \
[2020-05-24T15:57:43.763Z] 	echo "#define BRANDING \"Artix Linux\"" >> version.h.tmp; \
[2020-05-24T15:57:43.763Z] fi
[2020-05-24T15:57:43.763Z] cmp -s version.h.tmp version.h && rm version.h.tmp || mv version.h.tmp version.h
[2020-05-24T15:57:43.763Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-status.c -o rc-status.o
[2020-05-24T15:57:43.763Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c _usage.c -o _usage.o
[2020-05-24T15:57:43.763Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-misc.c -o rc-misc.o
[2020-05-24T15:57:43.764Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc.c -o rc.o
[2020-05-24T15:57:43.764Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-logger.c -o rc-logger.o
[2020-05-24T15:57:43.764Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-plugin.c -o rc-plugin.o
[2020-05-24T15:57:43.764Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c openrc-run.c -o openrc-run.o
[2020-05-24T15:57:43.764Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-service.c -o rc-service.o
[2020-05-24T15:57:43.764Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-update.c -o rc-update.o
[2020-05-24T15:57:43.764Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.764Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.764Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.765Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.765Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.765Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.765Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.765Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.765Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.765Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.765Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.765Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.765Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.765Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.765Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.765Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.765Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.765Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.765Z] rc-plugin.c: In function ‘rc_plugin_load’:
[2020-05-24T15:57:43.765Z] rc-plugin.c:96:10: warning: cast between incompatible function types from ‘dlfunc_t’ {aka ‘void (*)(struct __dlfunc_arg)’} to ‘int (*)(RC_HOOK,  const char *)’ [-Wcast-function-type]
[2020-05-24T15:57:43.765Z]    96 |   fptr = (int (*)(RC_HOOK, const char *))
[2020-05-24T15:57:43.765Z]       |          ^
[2020-05-24T15:57:43.765Z] rc.c:23:19: warning: ‘rc_copyright’ defined but not used [-Wunused-const-variable=]
[2020-05-24T15:57:43.765Z]    23 | static const char rc_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
[2020-05-24T15:57:43.765Z]       |                   ^~~~~~~~~~~~
[2020-05-24T15:57:43.765Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c start-stop-daemon.c -o start-stop-daemon.o
[2020-05-24T15:57:43.765Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:43.765Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:43.765Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-pipes.c -o rc-pipes.o
[2020-05-24T15:57:44.016Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.016Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.016Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-schedules.c -o rc-schedules.o
[2020-05-24T15:57:44.017Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c supervise-daemon.c -o supervise-daemon.o
[2020-05-24T15:57:44.017Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c openrc-init.c -o openrc-init.o
[2020-05-24T15:57:44.017Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.017Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.017Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.017Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.017Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.017Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.017Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-wtmp.c -o rc-wtmp.o
[2020-05-24T15:57:44.017Z] rc-misc.c: In function ‘_rc_deptree_load’:
[2020-05-24T15:57:44.017Z] rc-misc.c:392:5: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
[2020-05-24T15:57:44.017Z]   392 |     eerror("Clock skew detected with `%s'", file);
[2020-05-24T15:57:44.017Z]       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2020-05-24T15:57:44.017Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.017Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.017Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c openrc-shutdown.c -o openrc-shutdown.o
[2020-05-24T15:57:44.017Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.017Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.018Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c broadcast.c -o broadcast.o
[2020-05-24T15:57:44.018Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.018Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.018Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-sysvinit.c -o rc-sysvinit.o
[2020-05-24T15:57:44.018Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.018Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.269Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c do_e.c -o do_e.o
[2020-05-24T15:57:44.269Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.269Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.269Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c checkpath.c -o checkpath.o
[2020-05-24T15:57:44.269Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c fstabinfo.c -o fstabinfo.o
[2020-05-24T15:57:44.269Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.269Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.269Z] broadcast.c: In function ‘broadcast’:
[2020-05-24T15:57:44.269Z] broadcast.c:131:8: warning: variable ‘tp’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
[2020-05-24T15:57:44.269Z]   131 |  FILE *tp;
[2020-05-24T15:57:44.269Z]       |        ^~
[2020-05-24T15:57:44.269Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.269Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.270Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c mountinfo.c -o mountinfo.o
[2020-05-24T15:57:44.270Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.270Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.270Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-depend.c -o rc-depend.o
[2020-05-24T15:57:44.270Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.270Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.270Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c is_newer_than.c -o is_newer_than.o
[2020-05-24T15:57:44.270Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c is_older_than.c -o is_older_than.o
[2020-05-24T15:57:44.270Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.270Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.521Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.521Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.521Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c do_value.c -o do_value.o
[2020-05-24T15:57:44.521Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c do_service.c -o do_service.o
[2020-05-24T15:57:44.522Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c shell_var.c -o shell_var.o
[2020-05-24T15:57:44.522Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.522Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.522Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.522Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.522Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c kill_all.c -o kill_all.o
[2020-05-24T15:57:44.522Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.522Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.522Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c do_mark_service.c -o do_mark_service.o
[2020-05-24T15:57:44.522Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.522Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.522Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c rc-abort.c -o rc-abort.o
[2020-05-24T15:57:44.522Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.522Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.522Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.522Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.522Z] cc  -I../includes -I../librc -I../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE  -DHAVE_TERMCAP -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DHAVE_PAM -c swclock.c -o swclock.o
[2020-05-24T15:57:44.523Z] <command-line>: warning: "_XOPEN_SOURCE" redefined
[2020-05-24T15:57:44.523Z] <command-line>: note: this is the location of the previous definition
[2020-05-24T15:57:44.523Z] cc  -L../librc -L../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -Wl,-rpath=/usr/lib   -o rc-status rc-status.o _usage.o rc-misc.o -lutil -lrc -leinfo -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lncursesw  -Wl,-Bdynamic -ldl  -lpam
[2020-05-24T15:57:44.523Z] cc  -L../librc -L../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -Wl,-rpath=/usr/lib   -o openrc rc.o rc-logger.o rc-misc.o rc-plugin.o _usage.o -lutil -lrc -leinfo -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lncursesw  -Wl,-Bdynamic -ldl  -lpam
[2020-05-24T15:57:44.523Z] cc  -L../librc -L../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -Wl,-rpath=/usr/lib   -o openrc-run openrc-run.o _usage.o rc-misc.o rc-plugin.o -lutil -lrc -leinfo -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lncursesw  -Wl,-Bdynamic -ldl  -lpam
[2020-05-24T15:57:44.523Z] /usr/bin/ld: rc-logger.o:(.data+0x14): multiple definition of `rc_logger_pid'; rc.o:(.bss+0x24): first defined here
[2020-05-24T15:57:44.523Z] /usr/bin/ld: rc-logger.o:(.data+0x10): multiple definition of `rc_logger_tty'; rc.o:(.bss+0x20): first defined here
[2020-05-24T15:57:44.523Z] cc  -L../librc -L../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -Wl,-rpath=/usr/lib   -o rc rc.o rc-logger.o rc-misc.o rc-plugin.o _usage.o -lutil -lrc -leinfo -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lncursesw  -Wl,-Bdynamic -ldl  -lpam
[2020-05-24T15:57:44.523Z] cc  -L../librc -L../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -Wl,-rpath=/usr/lib   -o rc-service rc-service.o _usage.o rc-misc.o -lutil -lrc -leinfo -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lncursesw  -Wl,-Bdynamic -ldl  -lpam
[2020-05-24T15:57:44.523Z] /usr/bin/ld: rc-logger.o:(.data+0x14): multiple definition of `rc_logger_pid'; rc.o:(.bss+0x24): first defined here
[2020-05-24T15:57:44.523Z] /usr/bin/ld: rc-logger.o:(.data+0x10): multiple definition of `rc_logger_tty'; rc.o:(.bss+0x20): first defined here
[2020-05-24T15:57:44.523Z] cc  -L../librc -L../libeinfo -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point -Werror=implicit-function-declaration   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now  -Wl,-rpath=/usr/lib   -o rc-update rc-update.o _usage.o rc-misc.o -lutil -lrc -leinfo -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lncursesw  -Wl,-Bdynamic -ldl  -lpam
[2020-05-24T15:57:44.523Z] collect2: error: ld returned 1 exit status
[2020-05-24T15:57:44.524Z] make[2]: *** [Makefile:136: openrc] Error 1
[2020-05-24T15:57:44.524Z] make[2]: *** Waiting for unfinished jobs....
[2020-05-24T15:57:44.524Z] collect2: error: ld returned 1 exit status
[2020-05-24T15:57:44.524Z] make[2]: *** [Makefile:136: rc] Error 1
[2020-05-24T15:57:44.774Z] make[2]: Leaving directory '/build/openrc/src/openrc-0.42.1/src/rc'
[2020-05-24T15:57:44.774Z] make[1]: *** [../mk/subdir.mk:26: all] Error 2
[2020-05-24T15:57:44.774Z] make[1]: Leaving directory '/build/openrc/src/openrc-0.42.1/src'
[2020-05-24T15:57:44.774Z] make: *** [/build/openrc/src/openrc-0.42.1//mk/subdir.mk:26: all] Error 2
[2020-05-24T15:57:44.774Z] ==> ERROR: A failure occurred in build().
[2020-05-24T15:57:44.774Z]     Aborting...
[2020-05-24T15:57:45.326Z] ==> ERROR: Build failed, check /var/lib/buildpkg/gremlins-x86_64/jenkins/build
[Pipeline] }
[2020-05-24T15:57:45.332Z] ERROR: Errors occurred.
[2020-05-24T15:57:45.332Z] ERROR: script returned exit code 255
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] emailext
[2020-05-24T15:57:45.630Z] Sending email to: artix-build-failures at artixlinux.org


More information about the artix-build-failures mailing list