Pull request #147 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/ci-build-images Obtained Jenkinsfile from 11e5fc05745aeb26e193447ced75078f136d5258+e924d01ce673e04d5199475fe01cf1d72dd1be79 (dcd094f8d0a357384c361746225642d8a6a28052) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/PR-147/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-golang-base, mavenSettings:ci-build-images-settings, dockerImageName:edgex-golang-base, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[1.13-alpine], releaseBranchOverride:golang-1.13] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: ci-build-images-settings PROJECT: edgex-golang-base USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-golang-base DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-golang-base-archive.tar.gz SEMVER_BUMP_LEVEL: pre RELEASE_BRANCH_OVERRIDE: golang-1.13 DOCKER_CUSTOM_TAGS: 1.13-alpine [Pipeline] node Running on prd-centos7-docker-4c-2g-1329 in /w/workspace/exfoundry_ci-build-images_PR-147 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/exfoundry_ci-build-images_PR-147 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 Fetching without tags Merging remotes/origin/golang-1.15 commit e924d01ce673e04d5199475fe01cf1d72dd1be79 into PR head commit 11e5fc05745aeb26e193447ced75078f136d5258 Merge succeeded, producing 11e5fc05745aeb26e193447ced75078f136d5258 Checking out Revision 11e5fc05745aeb26e193447ced75078f136d5258 (PR-147) > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/147/head:refs/remotes/origin/PR-147 # timeout=10 > git config --add remote.origin.fetch +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11e5fc05745aeb26e193447ced75078f136d5258 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e924d01ce673e04d5199475fe01cf1d72dd1be79 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11e5fc05745aeb26e193447ced75078f136d5258 # timeout=10 Commit message: "feat: initial commit of golang-1.15 base builder image" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-03T21:22:52.802Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-03T21:22:53.110Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-03T21:22:53.288Z] ========================================================= [2020-09-03T21:22:53.289Z] EdgeX Global Pipelines Version Info [2020-09-03T21:22:53.289Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-03T21:22:54.741Z] ------------------- [2020-09-03T21:22:54.741Z] stable info: [2020-09-03T21:22:54.741Z] ------------------- [2020-09-03T21:22:54.741Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T21:22:54.741Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T21:22:54.741Z] Message: update stable to v1.0.117 [2020-09-03T21:22:55.720Z] ------------------- [2020-09-03T21:22:55.720Z] experimental info: [2020-09-03T21:22:55.720Z] ------------------- [2020-09-03T21:22:55.720Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T21:22:55.720Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T21:22:55.720Z] Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-03T21:22:56.124Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo [2020-09-03T21:22:56.225Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-golang-base [Pipeline] echo [2020-09-03T21:22:56.345Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo [2020-09-03T21:22:56.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-03T21:22:56.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-03T21:22:56.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-golang-base [Pipeline] echo [2020-09-03T21:22:56.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo [2020-09-03T21:22:56.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2020-09-03T21:22:57.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2020-09-03T21:22:57.116Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-03T21:22:57.218Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2020-09-03T21:22:57.335Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-golang-base-archive.tar.gz [Pipeline] echo [2020-09-03T21:22:57.447Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-03T21:22:57.549Z] [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = golang-1.13 [Pipeline] echo [2020-09-03T21:22:57.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 1.13-alpine [Pipeline] echo [2020-09-03T21:22:57.777Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-147 [Pipeline] echo [2020-09-03T21:22:57.883Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-147 [Pipeline] echo [2020-09-03T21:22:57.989Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-147 [Pipeline] echo [2020-09-03T21:22:58.088Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11e5fc05745aeb26e193447ced75078f136d5258 [Pipeline] echo [2020-09-03T21:22:58.214Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11e5fc0 [Pipeline] echo [2020-09-03T21:22:58.321Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-09-03T21:22:59.379Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1336 in /w/workspace/exfoundry_ci-build-images_PR-147 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-03T21:23:02.840Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-03T21:23:03.150Z] + ls -al . [2020-09-03T21:23:03.150Z] total 12 [2020-09-03T21:23:03.150Z] drwxrwxr-x. 3 jenkins jenkins 76 Sep 3 21:22 . [2020-09-03T21:23:03.150Z] drwxrwxr-x. 4 jenkins jenkins 112 Sep 3 21:22 .. [2020-09-03T21:23:03.150Z] -rw-rw-r--. 1 jenkins jenkins 386 Sep 3 21:22 Dockerfile [2020-09-03T21:23:03.150Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 3 21:22 .git [2020-09-03T21:23:03.150Z] -rw-rw-r--. 1 jenkins jenkins 585 Sep 3 21:22 .golangci.yml [2020-09-03T21:23:03.150Z] -rw-rw-r--. 1 jenkins jenkins 894 Sep 3 21:22 Jenkinsfile [Pipeline] isUnix [Pipeline] sh [2020-09-03T21:23:03.817Z] + docker build -t edgex-devops/edgex-golang-base -f Dockerfile --build-arg ARCH=amd64 --label git_sha=11e5fc05745aeb26e193447ced75078f136d5258 --label arch=amd64 . [2020-09-03T21:23:04.061Z] using credential edgex-jenkins-ssh [2020-09-03T21:23:04.083Z] Sending build context to Docker daemon 209.9kB [2020-09-03T21:23:04.083Z] Step 1/6 : FROM golang:1.15-alpine [2020-09-03T21:23:04.110Z] Cloning the remote Git repository [2020-09-03T21:23:04.110Z] Cloning with configured refspecs honoured and without tags [2020-09-03T21:23:04.346Z] 1.15-alpine: Pulling from library/golang [2020-09-03T21:23:04.165Z] Cloning repository git@github.com:edgexfoundry/ci-build-images.git [2020-09-03T21:23:04.330Z] > git init /w/workspace/exfoundry_ci-build-images_PR-147 # timeout=10 [2020-09-03T21:23:04.608Z] df20fa9351a1: Pulling fs layer [2020-09-03T21:23:04.608Z] ed8968b2872e: Pulling fs layer [2020-09-03T21:23:04.608Z] a92cc7c5fd73: Pulling fs layer [2020-09-03T21:23:04.608Z] d484aaef8981: Pulling fs layer [2020-09-03T21:23:04.608Z] 1021cfc6e55c: Pulling fs layer [2020-09-03T21:23:04.608Z] d484aaef8981: Waiting [2020-09-03T21:23:04.608Z] 1021cfc6e55c: Waiting [2020-09-03T21:23:04.608Z] a92cc7c5fd73: Verifying Checksum [2020-09-03T21:23:04.608Z] a92cc7c5fd73: Download complete [2020-09-03T21:23:04.608Z] ed8968b2872e: Verifying Checksum [2020-09-03T21:23:04.608Z] ed8968b2872e: Download complete [2020-09-03T21:23:04.608Z] df20fa9351a1: Download complete [2020-09-03T21:23:04.870Z] 1021cfc6e55c: Verifying Checksum [2020-09-03T21:23:04.870Z] 1021cfc6e55c: Download complete [2020-09-03T21:23:04.870Z] df20fa9351a1: Pull complete [2020-09-03T21:23:05.133Z] ed8968b2872e: Pull complete [2020-09-03T21:23:05.261Z] Fetching without tags [2020-09-03T21:23:05.394Z] a92cc7c5fd73: Pull complete [2020-09-03T21:23:04.480Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-09-03T21:23:04.483Z] > git --version # timeout=10 [2020-09-03T21:23:04.535Z] > git --version # 'git version 2.17.1' [2020-09-03T21:23:04.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T21:23:04.614Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 [2020-09-03T21:23:05.170Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-09-03T21:23:05.198Z] > git config --add remote.origin.fetch +refs/pull/147/head:refs/remotes/origin/PR-147 # timeout=10 [2020-09-03T21:23:05.215Z] > git config --add remote.origin.fetch +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 [2020-09-03T21:23:05.239Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-09-03T21:23:05.272Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-09-03T21:23:05.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T21:23:05.289Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 [2020-09-03T21:23:05.724Z] Merging remotes/origin/golang-1.15 commit e924d01ce673e04d5199475fe01cf1d72dd1be79 into PR head commit 11e5fc05745aeb26e193447ced75078f136d5258 [2020-09-03T21:23:05.891Z] Merge succeeded, producing 11e5fc05745aeb26e193447ced75078f136d5258 [2020-09-03T21:23:05.891Z] Checking out Revision 11e5fc05745aeb26e193447ced75078f136d5258 (PR-147) [2020-09-03T21:23:06.799Z] d484aaef8981: Download complete [2020-09-03T21:23:05.746Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T21:23:05.761Z] > git checkout -f 11e5fc05745aeb26e193447ced75078f136d5258 # timeout=10 [2020-09-03T21:23:05.822Z] > git remote # timeout=10 [2020-09-03T21:23:05.838Z] > git config --get remote.origin.url # timeout=10 [2020-09-03T21:23:05.850Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T21:23:05.860Z] > git merge e924d01ce673e04d5199475fe01cf1d72dd1be79 # timeout=10 [2020-09-03T21:23:05.880Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-03T21:23:05.898Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T21:23:05.911Z] > git checkout -f 11e5fc05745aeb26e193447ced75078f136d5258 # timeout=10 [2020-09-03T21:23:10.057Z] Commit message: "feat: initial commit of golang-1.15 base builder image" [2020-09-03T21:23:10.114Z] > git --version # timeout=10 [2020-09-03T21:23:10.128Z] > git --version # 'git version 2.17.1' [2020-09-03T21:23:10.144Z] fatal: bad object 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-03T21:23:12.134Z] d484aaef8981: Pull complete [2020-09-03T21:23:12.134Z] 1021cfc6e55c: Pull complete [2020-09-03T21:23:12.134Z] Digest: sha256:bc6f2b94340ed84ec22dab364505b0d1a339ecff99b583a63372ecf966129be2 [2020-09-03T21:23:12.134Z] Status: Downloaded newer image for golang:1.15-alpine [2020-09-03T21:23:12.134Z] ---> f328e14e69e4 [2020-09-03T21:23:12.134Z] Step 2/6 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-09-03T21:23:12.496Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-03T21:23:12.906Z] + ls -al . [2020-09-03T21:23:12.906Z] total 24 [2020-09-03T21:23:12.906Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 21:23 . [2020-09-03T21:23:12.906Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 21:23 .. [2020-09-03T21:23:12.906Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 21:23 .git [2020-09-03T21:23:12.906Z] -rw-rw-r-- 1 jenkins jenkins 585 Sep 3 21:23 .golangci.yml [2020-09-03T21:23:12.906Z] -rw-rw-r-- 1 jenkins jenkins 386 Sep 3 21:23 Dockerfile [2020-09-03T21:23:12.906Z] -rw-rw-r-- 1 jenkins jenkins 894 Sep 3 21:23 Jenkinsfile [Pipeline] isUnix [Pipeline] sh [2020-09-03T21:23:13.278Z] + docker build -t edgex-devops/edgex-golang-base-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=11e5fc05745aeb26e193447ced75078f136d5258 --label arch=arm64 . [2020-09-03T21:23:13.872Z] Sending build context to Docker daemon 209.9kB [2020-09-03T21:23:14.150Z] Step 1/6 : FROM golang:1.15-alpine [2020-09-03T21:23:14.722Z] ---> Running in 2d1b814bd3bf [2020-09-03T21:23:14.722Z] Removing intermediate container 2d1b814bd3bf [2020-09-03T21:23:14.722Z] ---> ca7c5dbd6b35 [2020-09-03T21:23:14.722Z] Step 3/6 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T21:23:14.722Z] ---> Running in b117abd2d4c6 [2020-09-03T21:23:14.757Z] 1.15-alpine: Pulling from library/golang [2020-09-03T21:23:14.757Z] b538f80385f9: Pulling fs layer [2020-09-03T21:23:14.757Z] 74f711af9a0d: Pulling fs layer [2020-09-03T21:23:14.757Z] 99f96fe45779: Pulling fs layer [2020-09-03T21:23:14.757Z] 2fa47eeccf08: Pulling fs layer [2020-09-03T21:23:14.757Z] b13c98676afe: Pulling fs layer [2020-09-03T21:23:14.757Z] 2fa47eeccf08: Waiting [2020-09-03T21:23:14.757Z] b13c98676afe: Waiting [2020-09-03T21:23:15.033Z] 99f96fe45779: Download complete [2020-09-03T21:23:15.033Z] b538f80385f9: Verifying Checksum [2020-09-03T21:23:15.033Z] b538f80385f9: Download complete [2020-09-03T21:23:15.033Z] 74f711af9a0d: Download complete [2020-09-03T21:23:15.307Z] b13c98676afe: Verifying Checksum [2020-09-03T21:23:15.307Z] b13c98676afe: Download complete [2020-09-03T21:23:15.585Z] b538f80385f9: Pull complete [2020-09-03T21:23:15.673Z] Removing intermediate container b117abd2d4c6 [2020-09-03T21:23:15.673Z] ---> ee8de7c81478 [2020-09-03T21:23:15.673Z] Step 4/6 : RUN apk add --update --no-cache git linux-headers make gcc musl-dev curl bash [2020-09-03T21:23:15.938Z] ---> Running in beb62d277dd4 [2020-09-03T21:23:16.195Z] 74f711af9a0d: Pull complete [2020-09-03T21:23:16.474Z] 99f96fe45779: Pull complete [2020-09-03T21:23:16.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T21:23:17.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T21:23:18.855Z] (1/24) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-09-03T21:23:18.855Z] (2/24) Installing ncurses-libs (6.2_p20200523-r0) [2020-09-03T21:23:19.121Z] (3/24) Installing readline (8.0.4-r0) [2020-09-03T21:23:19.121Z] (4/24) Installing bash (5.0.17-r0) [2020-09-03T21:23:19.695Z] Executing bash-5.0.17-r0.post-install [2020-09-03T21:23:19.695Z] (5/24) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T21:23:19.884Z] 2fa47eeccf08: Verifying Checksum [2020-09-03T21:23:19.884Z] 2fa47eeccf08: Download complete [2020-09-03T21:23:19.957Z] (6/24) Installing libcurl (7.69.1-r0) [2020-09-03T21:23:20.221Z] (7/24) Installing curl (7.69.1-r0) [2020-09-03T21:23:20.483Z] (8/24) Installing libgcc (9.3.0-r2) [2020-09-03T21:23:20.483Z] (9/24) Installing libstdc++ (9.3.0-r2) [2020-09-03T21:23:21.441Z] (10/24) Installing binutils (2.34-r1) [2020-09-03T21:23:24.003Z] (11/24) Installing gmp (6.2.0-r0) [2020-09-03T21:23:24.003Z] (12/24) Installing isl (0.18-r0) [2020-09-03T21:23:24.578Z] (13/24) Installing libgomp (9.3.0-r2) [2020-09-03T21:23:24.842Z] (14/24) Installing libatomic (9.3.0-r2) [2020-09-03T21:23:24.842Z] (15/24) Installing libgphobos (9.3.0-r2) [2020-09-03T21:23:26.255Z] (16/24) Installing mpfr4 (4.0.2-r4) [2020-09-03T21:23:26.533Z] (17/24) Installing mpc1 (1.1.0-r1) [2020-09-03T21:23:26.533Z] (18/24) Installing gcc (9.3.0-r2) [2020-09-03T21:23:30.070Z] 2fa47eeccf08: Pull complete [2020-09-03T21:23:30.346Z] b13c98676afe: Pull complete [2020-09-03T21:23:30.346Z] Digest: sha256:bc6f2b94340ed84ec22dab364505b0d1a339ecff99b583a63372ecf966129be2 [2020-09-03T21:23:30.346Z] Status: Downloaded newer image for golang:1.15-alpine [2020-09-03T21:23:30.346Z] ---> c1b7bbd91889 [2020-09-03T21:23:30.346Z] Step 2/6 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-09-03T21:23:32.370Z] ---> Running in 9c0af1ae8275 [2020-09-03T21:23:32.652Z] Removing intermediate container 9c0af1ae8275 [2020-09-03T21:23:32.652Z] ---> debb80dd51b9 [2020-09-03T21:23:32.652Z] Step 3/6 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-03T21:23:32.652Z] ---> Running in 69b49a79ad6d [2020-09-03T21:23:35.380Z] Removing intermediate container 69b49a79ad6d [2020-09-03T21:23:35.380Z] ---> f792e9b733e1 [2020-09-03T21:23:35.380Z] Step 4/6 : RUN apk add --update --no-cache git linux-headers make gcc musl-dev curl bash [2020-09-03T21:23:35.380Z] ---> Running in 73a0184bdde6 [2020-09-03T21:23:36.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T21:23:37.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T21:23:38.376Z] (1/24) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-09-03T21:23:38.376Z] (2/24) Installing ncurses-libs (6.2_p20200523-r0) [2020-09-03T21:23:38.652Z] (3/24) Installing readline (8.0.4-r0) [2020-09-03T21:23:38.652Z] (4/24) Installing bash (5.0.17-r0) [2020-09-03T21:23:38.855Z] (19/24) Installing expat (2.2.9-r1) [2020-09-03T21:23:38.855Z] (20/24) Installing pcre2 (10.35-r0) [2020-09-03T21:23:38.855Z] (21/24) Installing git (2.26.2-r0) [2020-09-03T21:23:38.934Z] Executing bash-5.0.17-r0.post-install [2020-09-03T21:23:38.934Z] (5/24) Installing nghttp2-libs (1.41.0-r0) [2020-09-03T21:23:38.934Z] (6/24) Installing libcurl (7.69.1-r0) [2020-09-03T21:23:39.220Z] (7/24) Installing curl (7.69.1-r0) [2020-09-03T21:23:39.220Z] (8/24) Installing libgcc (9.3.0-r2) [2020-09-03T21:23:39.499Z] (9/24) Installing libstdc++ (9.3.0-r2) [2020-09-03T21:23:39.776Z] (10/24) Installing binutils (2.34-r1) [2020-09-03T21:23:40.813Z] (22/24) Installing linux-headers (5.4.5-r1) [2020-09-03T21:23:41.230Z] (11/24) Installing gmp (6.2.0-r0) [2020-09-03T21:23:41.418Z] (23/24) Installing make (4.3-r0) [2020-09-03T21:23:41.419Z] (24/24) Installing musl-dev (1.1.24-r9) [2020-09-03T21:23:41.517Z] (12/24) Installing isl (0.18-r0) [2020-09-03T21:23:41.803Z] (13/24) Installing libgomp (9.3.0-r2) [2020-09-03T21:23:42.082Z] (14/24) Installing libatomic (9.3.0-r2) [2020-09-03T21:23:42.082Z] (15/24) Installing libgphobos (9.3.0-r2) [2020-09-03T21:23:42.848Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T21:23:42.848Z] OK: 166 MiB in 39 packages [2020-09-03T21:23:43.062Z] (16/24) Installing mpfr4 (4.0.2-r4) [2020-09-03T21:23:43.337Z] (17/24) Installing mpc1 (1.1.0-r1) [2020-09-03T21:23:43.337Z] (18/24) Installing gcc (9.3.0-r2) [2020-09-03T21:23:48.227Z] Removing intermediate container beb62d277dd4 [2020-09-03T21:23:48.228Z] ---> 4f7fea6e258e [2020-09-03T21:23:48.228Z] Step 5/6 : LABEL arch=amd64 [2020-09-03T21:23:48.228Z] ---> Running in 6cd3ff8142e0 [2020-09-03T21:23:48.228Z] Removing intermediate container 6cd3ff8142e0 [2020-09-03T21:23:48.228Z] ---> 1a887f73a17d [2020-09-03T21:23:48.228Z] Step 6/6 : LABEL git_sha=11e5fc05745aeb26e193447ced75078f136d5258 [2020-09-03T21:23:48.228Z] ---> Running in 5ecdf1be8bcc [2020-09-03T21:23:48.228Z] Removing intermediate container 5ecdf1be8bcc [2020-09-03T21:23:48.228Z] ---> 56e29ad30a45 [2020-09-03T21:23:48.228Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-03T21:23:48.228Z] Successfully built 56e29ad30a45 [2020-09-03T21:23:48.228Z] Successfully tagged edgex-devops/edgex-golang-base:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-03T21:23:58.480Z] (19/24) Installing expat (2.2.9-r1) [2020-09-03T21:23:58.480Z] (20/24) Installing pcre2 (10.35-r0) [2020-09-03T21:23:58.480Z] (21/24) Installing git (2.26.2-r0) [2020-09-03T21:23:59.452Z] (22/24) Installing linux-headers (5.4.5-r1) [2020-09-03T21:24:00.047Z] (23/24) Installing make (4.3-r0) [2020-09-03T21:24:00.047Z] (24/24) Installing musl-dev (1.1.24-r9) [2020-09-03T21:24:01.017Z] Executing busybox-1.31.1-r16.trigger [2020-09-03T21:24:01.017Z] OK: 142 MiB in 39 packages [2020-09-03T21:24:07.710Z] Removing intermediate container 73a0184bdde6 [2020-09-03T21:24:07.710Z] ---> 53d3e36c17b9 [2020-09-03T21:24:07.710Z] Step 5/6 : LABEL arch=arm64 [2020-09-03T21:24:07.710Z] ---> Running in 3a79ae810687 [2020-09-03T21:24:07.710Z] Removing intermediate container 3a79ae810687 [2020-09-03T21:24:07.710Z] ---> 2dd19588c8f7 [2020-09-03T21:24:07.710Z] Step 6/6 : LABEL git_sha=11e5fc05745aeb26e193447ced75078f136d5258 [2020-09-03T21:24:07.983Z] ---> Running in 25878b43a750 [2020-09-03T21:24:08.259Z] Removing intermediate container 25878b43a750 [2020-09-03T21:24:08.259Z] ---> 94d230b86d1e [2020-09-03T21:24:08.259Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-03T21:24:08.533Z] Successfully built 94d230b86d1e [2020-09-03T21:24:08.533Z] Successfully tagged edgex-devops/edgex-golang-base-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-03T21:24:11.899Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T21:24:12.509Z] ---> package-listing.sh [2020-09-03T21:24:12.509Z] ++ facter osfamily [2020-09-03T21:24:12.509Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-03T21:24:12.509Z] + OS_FAMILY=redhat [2020-09-03T21:24:12.509Z] + workspace=/w/workspace/exfoundry_ci-build-images_PR-147 [2020-09-03T21:24:12.509Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-03T21:24:12.509Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-03T21:24:12.509Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-03T21:24:12.509Z] + PACKAGES=/tmp/packages_start.txt [2020-09-03T21:24:12.509Z] + '[' /w/workspace/exfoundry_ci-build-images_PR-147 ']' [2020-09-03T21:24:12.509Z] + PACKAGES=/tmp/packages_end.txt [2020-09-03T21:24:12.509Z] + case "${OS_FAMILY}" in [2020-09-03T21:24:12.509Z] + rpm -qa [2020-09-03T21:24:12.509Z] + sort [2020-09-03T21:24:16.727Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-03T21:24:16.727Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-03T21:24:16.727Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-03T21:24:16.727Z] + '[' /w/workspace/exfoundry_ci-build-images_PR-147 ']' [2020-09-03T21:24:16.727Z] + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-147/archives/ [2020-09-03T21:24:16.727Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_ci-build-images_PR-147/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-03T21:24:17.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T21:24:17.618Z] [2020-09-03T21:24:17.618Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-03T21:24:17.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T21:24:17.990Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-03T21:24:17.990Z] df20fa9351a1: Already exists [2020-09-03T21:24:17.990Z] 36b3adc4ff6f: Pulling fs layer [2020-09-03T21:24:17.990Z] 8ad3a11d3b57: Pulling fs layer [2020-09-03T21:24:17.990Z] 46f8f816bc3b: Pulling fs layer [2020-09-03T21:24:17.990Z] 0dadc02b9964: Pulling fs layer [2020-09-03T21:24:17.990Z] ce6a7cf60c04: Pulling fs layer [2020-09-03T21:24:17.990Z] 7a184a31f384: Pulling fs layer [2020-09-03T21:24:17.990Z] 0879bd2ef858: Pulling fs layer [2020-09-03T21:24:17.990Z] ce6a7cf60c04: Waiting [2020-09-03T21:24:17.990Z] 0879bd2ef858: Waiting [2020-09-03T21:24:17.990Z] 7a184a31f384: Waiting [2020-09-03T21:24:17.990Z] 0dadc02b9964: Waiting [2020-09-03T21:24:17.990Z] 46f8f816bc3b: Verifying Checksum [2020-09-03T21:24:17.990Z] 46f8f816bc3b: Download complete [2020-09-03T21:24:17.990Z] 36b3adc4ff6f: Verifying Checksum [2020-09-03T21:24:17.990Z] 36b3adc4ff6f: Download complete [2020-09-03T21:24:17.990Z] ce6a7cf60c04: Download complete [2020-09-03T21:24:17.990Z] 7a184a31f384: Download complete [2020-09-03T21:24:17.990Z] 0dadc02b9964: Verifying Checksum [2020-09-03T21:24:17.990Z] 0dadc02b9964: Download complete [2020-09-03T21:24:18.272Z] 8ad3a11d3b57: Verifying Checksum [2020-09-03T21:24:18.272Z] 8ad3a11d3b57: Download complete [2020-09-03T21:24:18.272Z] 36b3adc4ff6f: Pull complete [2020-09-03T21:24:18.543Z] 0879bd2ef858: Verifying Checksum [2020-09-03T21:24:18.543Z] 0879bd2ef858: Download complete [2020-09-03T21:24:18.806Z] 8ad3a11d3b57: Pull complete [2020-09-03T21:24:19.070Z] 46f8f816bc3b: Pull complete [2020-09-03T21:24:19.334Z] 0dadc02b9964: Pull complete [2020-09-03T21:24:19.596Z] ce6a7cf60c04: Pull complete [2020-09-03T21:24:19.596Z] 7a184a31f384: Pull complete [2020-09-03T21:24:22.162Z] 0879bd2ef858: Pull complete [2020-09-03T21:24:22.162Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-03T21:24:22.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T21:24:22.162Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-03T21:24:22.339Z] prd-centos7-docker-4c-2g-1329 does not seem to be running inside a container [2020-09-03T21:24:22.398Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_ci-build-images_PR-147 -v /w/workspace/exfoundry_ci-build-images_PR-147:/w/workspace/exfoundry_ci-build-images_PR-147:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-147@tmp:/w/workspace/exfoundry_ci-build-images_PR-147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-03T21:24:28.709Z] $ docker top a94be41a09a2aea27250c178e8862f160fc54dc7690b0644c017de5cced37604 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T21:24:29.315Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-03T21:24:29.630Z] + ls /var/log/sa-host [2020-09-03T21:24:29.630Z] + sadf -c /var/log/sa-host/sa03 [2020-09-03T21:24:29.630Z] file_magic: OK [2020-09-03T21:24:29.630Z] HZ: Using current value: 100 [2020-09-03T21:24:29.630Z] file_header: OK [2020-09-03T21:24:29.630Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T21:24:29.630Z] Statistics: [2020-09-03T21:24:29.630Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T21:24:29.630Z] File successfully converted to sysstat format version 12.2.1 [2020-09-03T21:24:29.630Z] + sadf -c /var/log/sa-host/sa05 [2020-09-03T21:24:29.630Z] file_magic: OK [2020-09-03T21:24:29.630Z] HZ: Using current value: 100 [2020-09-03T21:24:29.630Z] file_header: OK [2020-09-03T21:24:29.630Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T21:24:29.630Z] Statistics: [2020-09-03T21:24:29.630Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T21:24:29.630Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T21:24:29.732Z] provisioning config files... [2020-09-03T21:24:29.751Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-147@tmp/config1644239299024977876tmp [Pipeline] { [Pipeline] echo [2020-09-03T21:24:29.854Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T21:24:30.189Z] ---> create-netrc.sh [Pipeline] echo [2020-09-03T21:24:30.216Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T21:24:30.541Z] ---> logs-deploy.sh [2020-09-03T21:24:30.541Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-147/1 [2020-09-03T21:24:30.541Z] INFO: archiving workspace using pattern(s): [2020-09-03T21:24:31.925Z] Archives upload complete. [2020-09-03T21:24:31.925Z] INFO: archiving logs to Nexus