Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 Running in Durability level: PERFORMANCE_OPTIMIZED 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9022 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 Commit message: "feat(snap): added startup and duration interval values (#132)" > git rev-list --no-walk 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T23:59:36.527Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T23:59:36.845Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T23:59:36.958Z] ========================================================= [2020-10-26T23:59:36.958Z] EdgeX Global Pipelines Version Info [2020-10-26T23:59:36.958Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:59:39.411Z] ------------------- [2020-10-26T23:59:39.411Z] stable info: [2020-10-26T23:59:39.411Z] ------------------- [2020-10-26T23:59:39.411Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T23:59:39.411Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T23:59:39.411Z] Message: update stable to v1.0.148 [2020-10-26T23:59:40.519Z] ------------------- [2020-10-26T23:59:40.519Z] experimental info: [2020-10-26T23:59:40.519Z] ------------------- [2020-10-26T23:59:40.519Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T23:59:40.519Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T23:59:40.519Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-26T23:59:41.035Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-10-26T23:59:41.184Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-10-26T23:59:41.289Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T23:59:41.400Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T23:59:41.502Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T23:59:41.614Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T23:59:41.715Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T23:59:41.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T23:59:41.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-26T23:59:42.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T23:59:42.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T23:59:42.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-10-26T23:59:42.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T23:59:42.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T23:59:42.572Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T23:59:42.674Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T23:59:42.778Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T23:59:42.899Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T23:59:43.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-26T23:59:43.099Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-26T23:59:43.198Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-26T23:59:43.344Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-26T23:59:43.514Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-26T23:59:43.644Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-26T23:59:43.737Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-26T23:59:43.839Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T23:59:43.943Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T23:59:44.050Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T23:59:44.149Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] echo [2020-10-26T23:59:44.254Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6aed5cd [Pipeline] echo [2020-10-26T23:59:44.353Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-26T23:59:45.012Z] + git log --format=format:%s -1 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] echo [2020-10-26T23:59:45.088Z] GIT_COMMIT: 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17, Commit Message: feat(snap): added startup and duration interval values (#132) [Pipeline] echo [2020-10-26T23:59:45.139Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:59:46.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T23:59:46.422Z] [2020-10-26T23:59:46.423Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:59:46.799Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T23:59:46.799Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T23:59:46.799Z] 31603596830f: Pulling fs layer [2020-10-26T23:59:46.799Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T23:59:46.799Z] 6ca5941a6612: Pulling fs layer [2020-10-26T23:59:46.799Z] ecc8261a40a4: Pulling fs layer [2020-10-26T23:59:46.799Z] ecc8261a40a4: Waiting [2020-10-26T23:59:47.078Z] 2a8b12db71e7: Verifying Checksum [2020-10-26T23:59:47.078Z] 2a8b12db71e7: Download complete [2020-10-26T23:59:47.078Z] 31603596830f: Verifying Checksum [2020-10-26T23:59:47.078Z] 31603596830f: Download complete [2020-10-26T23:59:47.357Z] ecc8261a40a4: Verifying Checksum [2020-10-26T23:59:47.357Z] ecc8261a40a4: Download complete [2020-10-26T23:59:47.357Z] 6ca5941a6612: Verifying Checksum [2020-10-26T23:59:47.357Z] 6ca5941a6612: Download complete [2020-10-26T23:59:47.953Z] 31603596830f: Pull complete [2020-10-26T23:59:47.953Z] 2a8b12db71e7: Pull complete [2020-10-26T23:59:49.403Z] 6ca5941a6612: Pull complete [2020-10-26T23:59:49.995Z] ecc8261a40a4: Pull complete [2020-10-26T23:59:49.995Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T23:59:49.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T23:59:49.995Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T23:59:50.183Z] prd-centos7-docker-4c-2g-9022 does not seem to be running inside a container [2020-10-26T23:59:50.289Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T23:59:52.354Z] $ docker top ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T23:59:52.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T23:59:52.780Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T23:59:53.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T23:59:53.174Z] $ docker exec ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b ssh-agent [2020-10-26T23:59:53.581Z] SSH_AUTH_SOCK=/tmp/ssh-1OVV2MXskL6P/agent.12 [2020-10-26T23:59:53.581Z] SSH_AGENT_PID=17 [2020-10-26T23:59:53.607Z] Running ssh-add (command line suppressed) [2020-10-26T23:59:53.902Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_787755612250118765.key (/w/workspace/_app-service-configurable_master@tmp/private_key_787755612250118765.key) [2020-10-26T23:59:53.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T23:59:54.326Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T23:59:54.416Z] $ docker exec --env ******** --env ******** ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b ssh-agent -k [2020-10-26T23:59:54.633Z] unset SSH_AUTH_SOCK; [2020-10-26T23:59:54.633Z] unset SSH_AGENT_PID; [2020-10-26T23:59:54.633Z] echo Agent pid 17 killed; [2020-10-26T23:59:54.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T23:59:54.902Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T23:59:54.902Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T23:59:55.254Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T23:59:55.266Z] $ docker exec ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b ssh-agent [2020-10-26T23:59:55.534Z] SSH_AUTH_SOCK=/tmp/ssh-fPP7LyJodTAZ/agent.46 [2020-10-26T23:59:55.534Z] SSH_AGENT_PID=51 [2020-10-26T23:59:55.599Z] Running ssh-add (command line suppressed) [2020-10-26T23:59:55.810Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5267441277361661768.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5267441277361661768.key) [2020-10-26T23:59:55.912Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T23:59:56.326Z] + git semver init [2020-10-26T23:59:56.326Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T23:59:56.326Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-26T23:59:56.326Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-26T23:59:56.326Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T23:59:56.326Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T23:59:56.326Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T23:59:56.326Z] # $SEMVER_BRANCH = master [2020-10-26T23:59:56.326Z] # $SEMVER_TEMP = /tmp/semver-358286538 [2020-10-26T23:59:56.326Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-10-26T23:59:56.989Z] # '/tmp/semver-358286538' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-10-26T23:59:56.989Z] # -> Force: false [2020-10-26T23:59:56.989Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-10-26T23:59:57.253Z] $ docker exec --env ******** --env ******** ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b ssh-agent -k [2020-10-26T23:59:57.521Z] unset SSH_AUTH_SOCK; [2020-10-26T23:59:57.522Z] unset SSH_AGENT_PID; [2020-10-26T23:59:57.522Z] echo Agent pid 51 killed; [2020-10-26T23:59:57.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T23:59:58.223Z] + git semver [Pipeline] } [2020-10-26T23:59:58.258Z] $ docker stop --time=1 ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b [2020-10-26T23:59:59.839Z] $ docker rm -f ea88465dbab74c2fac61d8da7231290ec8c4c97f9e27e6a30a4bfd9b7948b72b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T00:00:00.536Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T00:00:01.283Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T00:00:01.287Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.18 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-27T00:00:17.037Z] Still waiting to schedule task [2020-10-27T00:00:17.037Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-27T00:00:17.041Z] Still waiting to schedule task [2020-10-27T00:00:17.041Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-27T00:02:16.657Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9023 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-27T00:02:16.722Z] Running in /w/workspace/app-service-configurable/55 [Pipeline] { [Pipeline] checkout [2020-10-27T00:02:21.663Z] using credential edgex-jenkins-ssh [2020-10-27T00:02:21.728Z] Cloning the remote Git repository [2020-10-27T00:02:21.799Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T00:02:21.921Z] > git init /w/workspace/app-service-configurable/55 # timeout=10 [2020-10-27T00:02:21.998Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T00:02:21.999Z] > git --version # timeout=10 [2020-10-27T00:02:22.020Z] > git --version # 'git version 2.17.1' [2020-10-27T00:02:22.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:02:22.098Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T00:02:22.855Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T00:02:22.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T00:02:22.904Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T00:02:22.940Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T00:02:22.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:02:22.953Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T00:02:23.422Z] Checking out Revision 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (master) [2020-10-27T00:02:23.442Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T00:02:23.453Z] > git checkout -f 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 [2020-10-27T00:02:27.750Z] Commit message: "feat(snap): added startup and duration interval values (#132)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T00:02:28.981Z] ========================================================= [2020-10-27T00:02:28.981Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T00:02:28.981Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:02:29.883Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-27T00:02:30.485Z] Sending build context to Docker daemon 98.3kB [2020-10-27T00:02:30.760Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T00:02:30.760Z] Step 2/8 : FROM ${BASE} [2020-10-27T00:02:31.036Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T00:02:31.036Z] b538f80385f9: Pulling fs layer [2020-10-27T00:02:31.036Z] 74f711af9a0d: Pulling fs layer [2020-10-27T00:02:31.036Z] 99f96fe45779: Pulling fs layer [2020-10-27T00:02:31.036Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T00:02:31.036Z] 45590311c82a: Pulling fs layer [2020-10-27T00:02:31.036Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T00:02:31.036Z] 209524e5b208: Pulling fs layer [2020-10-27T00:02:31.036Z] 8529a6b9a6be: Waiting [2020-10-27T00:02:31.036Z] 45590311c82a: Waiting [2020-10-27T00:02:31.036Z] 69ca0ff8b7b3: Waiting [2020-10-27T00:02:31.036Z] 209524e5b208: Waiting [2020-10-27T00:02:31.036Z] 99f96fe45779: Download complete [2020-10-27T00:02:31.036Z] 74f711af9a0d: Verifying Checksum [2020-10-27T00:02:31.036Z] 45590311c82a: Download complete [2020-10-27T00:02:31.036Z] 69ca0ff8b7b3: Download complete [2020-10-27T00:02:31.036Z] b538f80385f9: Verifying Checksum [2020-10-27T00:02:31.036Z] b538f80385f9: Download complete [2020-10-27T00:02:32.017Z] b538f80385f9: Pull complete [2020-10-27T00:02:32.290Z] 74f711af9a0d: Pull complete [2020-10-27T00:02:32.888Z] 99f96fe45779: Pull complete [2020-10-27T00:02:33.869Z] 209524e5b208: Download complete [2020-10-27T00:02:34.896Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T00:02:34.896Z] 8529a6b9a6be: Download complete [2020-10-27T00:02:45.058Z] 8529a6b9a6be: Pull complete [2020-10-27T00:02:45.331Z] 45590311c82a: Pull complete [2020-10-27T00:02:45.616Z] 69ca0ff8b7b3: Pull complete [2020-10-27T00:02:49.940Z] 209524e5b208: Pull complete [2020-10-27T00:02:49.940Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T00:02:49.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T00:02:49.940Z] ---> 5bddaf1c2fca [2020-10-27T00:02:49.941Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T00:02:51.921Z] ---> Running in 2d3af6129d19 [2020-10-27T00:02:52.515Z] Removing intermediate container 2d3af6129d19 [2020-10-27T00:02:52.515Z] ---> cee10f815061 [2020-10-27T00:02:52.515Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:02:52.515Z] ---> Running in 7d22569a0e91 [2020-10-27T00:02:55.147Z] Removing intermediate container 7d22569a0e91 [2020-10-27T00:02:55.147Z] ---> 0c0490a9ba2b [2020-10-27T00:02:55.147Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-27T00:02:55.419Z] ---> Running in d091654cdca4 [2020-10-27T00:02:56.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:02:57.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:02:58.040Z] Running on prd-centos7-docker-4c-2g-9024 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-27T00:02:58.100Z] Running in /w/workspace/app-service-configurable/55 [Pipeline] { [Pipeline] checkout [2020-10-27T00:02:58.431Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-27T00:02:58.431Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-27T00:02:58.707Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-27T00:02:58.707Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-27T00:02:58.982Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T00:02:58.982Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-27T00:02:59.255Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T00:02:59.255Z] OK: 144 MiB in 45 packages [2020-10-27T00:03:01.257Z] Removing intermediate container d091654cdca4 [2020-10-27T00:03:01.257Z] ---> d3284df01040 [2020-10-27T00:03:01.257Z] Step 6/8 : WORKDIR /app [2020-10-27T00:03:01.257Z] ---> Running in d6c963fb082a [2020-10-27T00:03:01.257Z] Removing intermediate container d6c963fb082a [2020-10-27T00:03:01.257Z] ---> c9cd0c884f14 [2020-10-27T00:03:01.257Z] Step 7/8 : COPY . . [2020-10-27T00:03:01.850Z] ---> fa03975c0ca4 [2020-10-27T00:03:01.850Z] Step 8/8 : RUN go mod download [2020-10-27T00:03:01.850Z] ---> Running in 8debe7c824eb [2020-10-27T00:03:01.884Z] using credential edgex-jenkins-ssh [2020-10-27T00:03:01.947Z] Cloning the remote Git repository [2020-10-27T00:03:01.984Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T00:03:02.081Z] > git init /w/workspace/app-service-configurable/55 # timeout=10 [2020-10-27T00:03:02.149Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T00:03:02.149Z] > git --version # timeout=10 [2020-10-27T00:03:02.156Z] > git --version # 'git version 2.16.5' [2020-10-27T00:03:02.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:03:02.194Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T00:03:03.688Z] Checking out Revision 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (master) [2020-10-27T00:03:03.296Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T00:03:03.302Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T00:03:03.313Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T00:03:03.326Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T00:03:03.326Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T00:03:03.331Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T00:03:03.702Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T00:03:03.709Z] > git checkout -f 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 [2020-10-27T00:03:07.363Z] Commit message: "feat(snap): added startup and duration interval values (#132)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T00:03:08.155Z] ========================================================= [2020-10-27T00:03:08.155Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T00:03:08.155Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:03:08.866Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-27T00:03:08.866Z] Sending build context to Docker daemon 98.3kB [2020-10-27T00:03:09.131Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T00:03:09.131Z] Step 2/8 : FROM ${BASE} [2020-10-27T00:03:09.131Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T00:03:09.131Z] df20fa9351a1: Pulling fs layer [2020-10-27T00:03:09.131Z] ed8968b2872e: Pulling fs layer [2020-10-27T00:03:09.131Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T00:03:09.131Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T00:03:09.131Z] e73272ec9a57: Pulling fs layer [2020-10-27T00:03:09.131Z] 1e910a182e73: Pulling fs layer [2020-10-27T00:03:09.131Z] 4e634b169226: Pulling fs layer [2020-10-27T00:03:09.131Z] e871e8e8d7a9: Waiting [2020-10-27T00:03:09.131Z] e73272ec9a57: Waiting [2020-10-27T00:03:09.131Z] 1e910a182e73: Waiting [2020-10-27T00:03:09.131Z] 4e634b169226: Waiting [2020-10-27T00:03:09.131Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T00:03:09.131Z] a92cc7c5fd73: Download complete [2020-10-27T00:03:09.131Z] ed8968b2872e: Download complete [2020-10-27T00:03:09.131Z] e73272ec9a57: Verifying Checksum [2020-10-27T00:03:09.131Z] e73272ec9a57: Download complete [2020-10-27T00:03:09.131Z] 1e910a182e73: Verifying Checksum [2020-10-27T00:03:09.131Z] 1e910a182e73: Download complete [2020-10-27T00:03:09.395Z] df20fa9351a1: Verifying Checksum [2020-10-27T00:03:09.395Z] df20fa9351a1: Download complete [2020-10-27T00:03:09.395Z] df20fa9351a1: Pull complete [2020-10-27T00:03:09.658Z] ed8968b2872e: Pull complete [2020-10-27T00:03:09.921Z] a92cc7c5fd73: Pull complete [2020-10-27T00:03:11.325Z] 4e634b169226: Verifying Checksum [2020-10-27T00:03:11.325Z] 4e634b169226: Download complete [2020-10-27T00:03:12.274Z] e871e8e8d7a9: Download complete [2020-10-27T00:03:17.592Z] e871e8e8d7a9: Pull complete [2020-10-27T00:03:17.592Z] e73272ec9a57: Pull complete [2020-10-27T00:03:17.862Z] 1e910a182e73: Pull complete [2020-10-27T00:03:22.100Z] 4e634b169226: Pull complete [2020-10-27T00:03:22.100Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T00:03:22.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T00:03:22.100Z] ---> f7629b54cfaa [2020-10-27T00:03:22.100Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T00:03:22.366Z] ---> Running in 932a0cc1b79c [2020-10-27T00:03:22.630Z] Removing intermediate container 932a0cc1b79c [2020-10-27T00:03:22.630Z] ---> 84081fcaa448 [2020-10-27T00:03:22.630Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:03:22.630Z] ---> Running in 5e19694c88e9 [2020-10-27T00:03:24.028Z] Removing intermediate container 5e19694c88e9 [2020-10-27T00:03:24.028Z] ---> a83bffe40c9e [2020-10-27T00:03:24.028Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-27T00:03:24.028Z] ---> Running in 68f15d8be38f [2020-10-27T00:03:24.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:03:25.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:03:26.127Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-27T00:03:26.127Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-27T00:03:26.127Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-27T00:03:26.390Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-27T00:03:26.390Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T00:03:26.390Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-27T00:03:26.652Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T00:03:26.652Z] OK: 167 MiB in 45 packages [2020-10-27T00:03:27.230Z] Removing intermediate container 68f15d8be38f [2020-10-27T00:03:27.230Z] ---> 6d8db3c36a8b [2020-10-27T00:03:27.230Z] Step 6/8 : WORKDIR /app [2020-10-27T00:03:27.495Z] ---> Running in 1f0d6d16ac64 [2020-10-27T00:03:27.495Z] Removing intermediate container 1f0d6d16ac64 [2020-10-27T00:03:27.495Z] ---> 245cb934cd91 [2020-10-27T00:03:27.495Z] Step 7/8 : COPY . . [2020-10-27T00:03:27.757Z] ---> 9b4d0280c1da [2020-10-27T00:03:27.758Z] Step 8/8 : RUN go mod download [2020-10-27T00:03:28.027Z] ---> Running in 3a912a7bf3f4 [2020-10-27T00:03:34.201Z] Removing intermediate container 8debe7c824eb [2020-10-27T00:03:34.201Z] ---> edc99cbf418f [2020-10-27T00:03:34.201Z] Successfully built edc99cbf418f [2020-10-27T00:03:34.201Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:03:34.629Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T00:03:34.630Z] . [Pipeline] withDockerContainer [2020-10-27T00:03:34.901Z] prd-ubuntu18.04-docker-arm64-4c-16g-9023 does not seem to be running inside a container [2020-10-27T00:03:34.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-27T00:03:36.870Z] $ docker top 2a60030594c37b18424058c648a82b900aa1bd29e7903a4160f4420ddab3d088 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T00:03:38.403Z] + go version [2020-10-27T00:03:38.403Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T00:03:38.426Z] $ docker stop --time=1 2a60030594c37b18424058c648a82b900aa1bd29e7903a4160f4420ddab3d088 [2020-10-27T00:03:40.337Z] $ docker rm -f 2a60030594c37b18424058c648a82b900aa1bd29e7903a4160f4420ddab3d088 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T00:03:43.874Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-27T00:03:44.210Z] + ls -al . [2020-10-27T00:03:44.210Z] total 96 [2020-10-27T00:03:44.210Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 27 00:02 . [2020-10-27T00:03:44.210Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 00:02 .. [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 27 00:02 .dockerignore [2020-10-27T00:03:44.210Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 00:02 .git [2020-10-27T00:03:44.210Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 00:02 .github [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 93 Oct 27 00:02 .gitignore [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 6568 Oct 27 00:02 Attribution.txt [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 2002 Oct 27 00:02 Dockerfile [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 966 Oct 27 00:02 Dockerfile.build [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 687 Oct 27 00:02 Jenkinsfile [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 27 00:02 LICENSE [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 1277 Oct 27 00:02 README.md [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 27 00:00 VERSION [2020-10-27T00:03:44.210Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 00:02 bin [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 180 Oct 27 00:02 docker-compose.debug.yml [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 27 00:02 docker-compose.yml [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 27 00:02 go.mod [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 1519 Oct 27 00:02 main.go [2020-10-27T00:03:44.210Z] -rw-rw-r-- 1 jenkins jenkins 1573 Oct 27 00:02 makefile [2020-10-27T00:03:44.210Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 27 00:02 res [2020-10-27T00:03:44.210Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 00:02 snap [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:03:44.555Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 --label arch=arm64 --label version=1.2.1-dev.18 . [2020-10-27T00:03:44.555Z] Sending build context to Docker daemon 99.33kB [2020-10-27T00:03:44.829Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-27T00:03:44.829Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-27T00:03:44.829Z] ---> edc99cbf418f [2020-10-27T00:03:44.829Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-27T00:03:45.104Z] ---> Running in 9b27a1369911 [2020-10-27T00:03:45.699Z] Removing intermediate container 9b27a1369911 [2020-10-27T00:03:45.699Z] ---> d6b5936ea9c5 [2020-10-27T00:03:45.699Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-27T00:03:45.699Z] ---> Running in 1a02c4bb4277 [2020-10-27T00:03:45.976Z] Removing intermediate container 1a02c4bb4277 [2020-10-27T00:03:45.976Z] ---> d2e69eb02e7e [2020-10-27T00:03:45.976Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T00:03:46.249Z] ---> Running in 38b02b029c22 [2020-10-27T00:03:46.857Z] Removing intermediate container 38b02b029c22 [2020-10-27T00:03:46.857Z] ---> 1ada829d85c7 [2020-10-27T00:03:46.857Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:03:46.857Z] ---> Running in 7ac051e65280 [2020-10-27T00:03:49.474Z] Removing intermediate container 7ac051e65280 [2020-10-27T00:03:49.474Z] ---> 046fb824fb92 [2020-10-27T00:03:49.474Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-27T00:03:49.474Z] ---> Running in 748de7e14df2 [2020-10-27T00:03:50.134Z] Removing intermediate container 3a912a7bf3f4 [2020-10-27T00:03:50.134Z] ---> ee466959e727 [2020-10-27T00:03:50.134Z] Successfully built ee466959e727 [2020-10-27T00:03:50.134Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:03:50.496Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T00:03:50.496Z] . [Pipeline] withDockerContainer [2020-10-27T00:03:50.600Z] prd-centos7-docker-4c-2g-9024 does not seem to be running inside a container [2020-10-27T00:03:50.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T00:03:50.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:03:51.425Z] $ docker top 155602ac66159fdded58fbcfcd2d893fc79156cf1f6a04a7aa8902dc6d64b4c7 -eo pid,comm [2020-10-27T00:03:51.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-10-27T00:03:51.952Z] + go version [2020-10-27T00:03:51.952Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T00:03:51.968Z] $ docker stop --time=1 155602ac66159fdded58fbcfcd2d893fc79156cf1f6a04a7aa8902dc6d64b4c7 [2020-10-27T00:03:52.463Z] OK: 144 MiB in 45 packages [2020-10-27T00:03:53.314Z] $ docker rm -f 155602ac66159fdded58fbcfcd2d893fc79156cf1f6a04a7aa8902dc6d64b4c7 [2020-10-27T00:03:53.441Z] Removing intermediate container 748de7e14df2 [2020-10-27T00:03:53.441Z] ---> bf0391b6b752 [2020-10-27T00:03:53.441Z] Step 8/27 : WORKDIR /app [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-27T00:03:53.718Z] ---> Running in 54dd886c8e0a [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-27T00:03:54.314Z] Removing intermediate container 54dd886c8e0a [2020-10-27T00:03:54.314Z] ---> 48b63c024899 [2020-10-27T00:03:54.314Z] Step 9/27 : COPY go.mod . [2020-10-27T00:03:54.361Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-27T00:03:54.665Z] + ls -al . [2020-10-27T00:03:54.665Z] total 72 [2020-10-27T00:03:54.665Z] drwxrwxr-x. 7 jenkins jenkins 4096 Oct 27 00:03 . [2020-10-27T00:03:54.665Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 27 00:03 .. [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 6568 Oct 27 00:03 Attribution.txt [2020-10-27T00:03:54.665Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 27 00:03 bin [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 180 Oct 27 00:03 docker-compose.debug.yml [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 27 00:03 docker-compose.yml [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 2002 Oct 27 00:03 Dockerfile [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 966 Oct 27 00:03 Dockerfile.build [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 119 Oct 27 00:03 .dockerignore [2020-10-27T00:03:54.665Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 27 00:03 .git [2020-10-27T00:03:54.665Z] drwxrwxr-x. 2 jenkins jenkins 81 Oct 27 00:03 .github [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 93 Oct 27 00:03 .gitignore [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 27 00:03 go.mod [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 687 Oct 27 00:03 Jenkinsfile [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 27 00:03 LICENSE [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 1519 Oct 27 00:03 main.go [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 1573 Oct 27 00:03 makefile [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 1277 Oct 27 00:03 README.md [2020-10-27T00:03:54.665Z] drwxrwxr-x. 10 jenkins jenkins 171 Oct 27 00:03 res [2020-10-27T00:03:54.665Z] drwxrwxr-x. 4 jenkins jenkins 71 Oct 27 00:03 snap [2020-10-27T00:03:54.665Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 27 00:00 VERSION [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:03:54.925Z] ---> 55b490309b95 [2020-10-27T00:03:54.925Z] Step 10/27 : RUN go mod download [2020-10-27T00:03:54.925Z] ---> Running in adc1d1cfd271 [2020-10-27T00:03:54.983Z] + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 --label arch=amd64 --label version=1.2.1-dev.18 . [2020-10-27T00:03:54.983Z] Sending build context to Docker daemon 99.33kB [2020-10-27T00:03:54.983Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-27T00:03:54.983Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-27T00:03:54.983Z] ---> ee466959e727 [2020-10-27T00:03:54.983Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-27T00:03:54.983Z] ---> Running in 8f5e0d83e171 [2020-10-27T00:03:55.246Z] Removing intermediate container 8f5e0d83e171 [2020-10-27T00:03:55.246Z] ---> 12b8071f66f8 [2020-10-27T00:03:55.246Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-27T00:03:55.822Z] ---> Running in e8fe98351679 [2020-10-27T00:03:55.822Z] Removing intermediate container e8fe98351679 [2020-10-27T00:03:55.822Z] ---> 928d070e1ed0 [2020-10-27T00:03:55.822Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T00:03:55.822Z] ---> Running in 95eb5229f528 [2020-10-27T00:03:56.085Z] Removing intermediate container 95eb5229f528 [2020-10-27T00:03:56.085Z] ---> 5c27f4416028 [2020-10-27T00:03:56.085Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T00:03:56.085Z] ---> Running in 7cc5eb1023c6 [2020-10-27T00:03:57.034Z] Removing intermediate container 7cc5eb1023c6 [2020-10-27T00:03:57.034Z] ---> a8d5d5f082aa [2020-10-27T00:03:57.034Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-27T00:03:57.034Z] ---> Running in 89a2bc2820ef [2020-10-27T00:03:57.553Z] Removing intermediate container adc1d1cfd271 [2020-10-27T00:03:57.553Z] ---> f21e9fa4d5dc [2020-10-27T00:03:57.553Z] Step 11/27 : COPY . . [2020-10-27T00:03:57.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T00:03:58.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T00:03:58.530Z] ---> bdc9babf9507 [2020-10-27T00:03:58.530Z] Step 12/27 : ARG MAKE="make build" [2020-10-27T00:03:58.530Z] ---> Running in 2c9a853fac2e [2020-10-27T00:03:58.761Z] OK: 167 MiB in 45 packages [2020-10-27T00:03:58.803Z] Removing intermediate container 2c9a853fac2e [2020-10-27T00:03:58.803Z] ---> 1d1b0995ece7 [2020-10-27T00:03:58.803Z] Step 13/27 : RUN $MAKE [2020-10-27T00:03:59.024Z] Removing intermediate container 89a2bc2820ef [2020-10-27T00:03:59.024Z] ---> 65a829f83771 [2020-10-27T00:03:59.024Z] Step 8/27 : WORKDIR /app [2020-10-27T00:03:59.075Z] ---> Running in c146773d9b38 [2020-10-27T00:03:59.287Z] ---> Running in 7ae21310c714 [2020-10-27T00:03:59.287Z] Removing intermediate container 7ae21310c714 [2020-10-27T00:03:59.287Z] ---> 979b2ed30e1b [2020-10-27T00:03:59.287Z] Step 9/27 : COPY go.mod . [2020-10-27T00:03:59.554Z] ---> 000310c531c9 [2020-10-27T00:03:59.554Z] Step 10/27 : RUN go mod download [2020-10-27T00:03:59.554Z] ---> Running in 21097e32de07 [2020-10-27T00:04:00.507Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.18" -o app-service-configurable [2020-10-27T00:04:00.951Z] Removing intermediate container 21097e32de07 [2020-10-27T00:04:00.951Z] ---> ad31c2617f28 [2020-10-27T00:04:00.951Z] Step 11/27 : COPY . . [2020-10-27T00:04:00.951Z] ---> f30350dc1cb6 [2020-10-27T00:04:00.951Z] Step 12/27 : ARG MAKE="make build" [2020-10-27T00:04:00.951Z] ---> Running in 025a2cdabd3c [2020-10-27T00:04:01.217Z] Removing intermediate container 025a2cdabd3c [2020-10-27T00:04:01.217Z] ---> d8382c7ead1c [2020-10-27T00:04:01.217Z] Step 13/27 : RUN $MAKE [2020-10-27T00:04:01.217Z] ---> Running in aad402286efb [2020-10-27T00:04:01.791Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.18" -o app-service-configurable [2020-10-27T00:04:20.041Z] Removing intermediate container aad402286efb [2020-10-27T00:04:20.041Z] ---> 63b7ccc17a67 [2020-10-27T00:04:20.041Z] Step 14/27 : FROM alpine:latest [2020-10-27T00:04:20.041Z] latest: Pulling from library/alpine [2020-10-27T00:04:20.307Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T00:04:20.307Z] error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/d6/d6e46aa2470df1d32034c6707c8041158b652f38d2a9ae3d7ad7e7532d22ebe0/data?verify=1603760060-c65bFuSy8g7HbA3PXQ6Zp6sdxD4%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T00:04:21.657Z] Failed in branch amd64 [2020-10-27T00:04:47.535Z] Removing intermediate container c146773d9b38 [2020-10-27T00:04:47.535Z] ---> 33645a8fb00b [2020-10-27T00:04:47.535Z] Step 14/27 : FROM alpine:latest [2020-10-27T00:04:47.805Z] latest: Pulling from library/alpine [2020-10-27T00:04:48.078Z] 5f621e34cdf4: Pulling fs layer [2020-10-27T00:04:48.352Z] 5f621e34cdf4: Download complete [2020-10-27T00:04:49.319Z] 5f621e34cdf4: Pull complete [2020-10-27T00:04:49.589Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T00:04:49.861Z] Status: Downloaded newer image for alpine:latest [2020-10-27T00:04:49.861Z] ---> 2e77e061c27f [2020-10-27T00:04:49.861Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T00:04:51.288Z] ---> Running in b1be3720876d [2020-10-27T00:04:52.258Z] Removing intermediate container b1be3720876d [2020-10-27T00:04:52.258Z] ---> 4fe7e15e71b9 [2020-10-27T00:04:52.258Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-27T00:04:52.849Z] ---> Running in 980c5c58da63 [2020-10-27T00:04:53.829Z] Removing intermediate container 980c5c58da63 [2020-10-27T00:04:53.829Z] ---> f7db1156eab3 [2020-10-27T00:04:53.829Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-27T00:04:54.810Z] ---> Running in afad84df0349 [2020-10-27T00:04:56.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T00:04:56.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T00:04:57.123Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-27T00:04:57.123Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-27T00:04:57.123Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-27T00:04:57.123Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-27T00:04:57.123Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T00:04:57.123Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-27T00:04:57.123Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T00:04:57.123Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T00:04:57.395Z] OK: 9 MiB in 20 packages [2020-10-27T00:04:59.372Z] Removing intermediate container afad84df0349 [2020-10-27T00:04:59.372Z] ---> 06d0bc0d8211 [2020-10-27T00:04:59.372Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-27T00:04:59.646Z] ---> 71b093148f30 [2020-10-27T00:04:59.646Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-27T00:05:00.629Z] ---> fd756b37b330 [2020-10-27T00:05:00.629Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-27T00:05:01.227Z] ---> 683421436fc0 [2020-10-27T00:05:01.228Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-27T00:05:02.678Z] ---> 97a5f0711b25 [2020-10-27T00:05:02.678Z] Step 22/27 : EXPOSE 48095 [2020-10-27T00:05:02.678Z] ---> Running in e8dc37a726ce [2020-10-27T00:05:03.275Z] Removing intermediate container e8dc37a726ce [2020-10-27T00:05:03.275Z] ---> 7e9b139990bd [2020-10-27T00:05:03.275Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-27T00:05:03.275Z] ---> Running in 51feb65a79c2 [2020-10-27T00:05:03.548Z] Removing intermediate container 51feb65a79c2 [2020-10-27T00:05:03.548Z] ---> 4856e561f9fa [2020-10-27T00:05:03.548Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T00:05:03.823Z] ---> Running in cbec6602ff2f [2020-10-27T00:05:04.099Z] Removing intermediate container cbec6602ff2f [2020-10-27T00:05:04.099Z] ---> 9463be87c3a0 [2020-10-27T00:05:04.099Z] Step 25/27 : LABEL arch=arm64 [2020-10-27T00:05:04.379Z] ---> Running in 7d90134bb684 [2020-10-27T00:05:04.653Z] Removing intermediate container 7d90134bb684 [2020-10-27T00:05:04.653Z] ---> f7e3261bf9b0 [2020-10-27T00:05:04.653Z] Step 26/27 : LABEL git_sha=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T00:05:04.925Z] ---> Running in e45a2cc3f48b [2020-10-27T00:05:05.199Z] Removing intermediate container e45a2cc3f48b [2020-10-27T00:05:05.199Z] ---> a1e856304134 [2020-10-27T00:05:05.199Z] Step 27/27 : LABEL version=1.2.1-dev.18 [2020-10-27T00:05:05.475Z] ---> Running in 8fb9c7a160f9 [2020-10-27T00:05:05.748Z] Removing intermediate container 8fb9c7a160f9 [2020-10-27T00:05:05.748Z] ---> 21179618f76f [2020-10-27T00:05:05.748Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-27T00:05:05.748Z] Successfully built 21179618f76f [2020-10-27T00:05:05.748Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-27T00:05:06.373Z] provisioning config files... [2020-10-27T00:05:06.473Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/55@tmp/config6274918312965450631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:05:06.966Z] ---> docker-login.sh [2020-10-27T00:05:06.966Z] nexus3.edgexfoundry.org:10001 [2020-10-27T00:05:07.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T00:05:07.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T00:05:07.529Z] Configure a credential helper to remove this warning. See [2020-10-27T00:05:07.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T00:05:07.529Z] [2020-10-27T00:05:07.529Z] Login Succeeded [2020-10-27T00:05:07.529Z] nexus3.edgexfoundry.org:10002 [2020-10-27T00:05:08.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T00:05:08.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T00:05:08.136Z] Configure a credential helper to remove this warning. See [2020-10-27T00:05:08.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T00:05:08.136Z] [2020-10-27T00:05:08.136Z] Login Succeeded [2020-10-27T00:05:08.136Z] nexus3.edgexfoundry.org:10003 [2020-10-27T00:05:08.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T00:05:08.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T00:05:08.749Z] Configure a credential helper to remove this warning. See [2020-10-27T00:05:08.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T00:05:08.749Z] [2020-10-27T00:05:08.749Z] Login Succeeded [2020-10-27T00:05:08.749Z] nexus3.edgexfoundry.org:10004 [2020-10-27T00:05:09.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T00:05:09.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T00:05:09.349Z] Configure a credential helper to remove this warning. See [2020-10-27T00:05:09.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T00:05:09.349Z] [2020-10-27T00:05:09.349Z] Login Succeeded [2020-10-27T00:05:09.349Z] docker.io [2020-10-27T00:05:09.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T00:05:10.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T00:05:10.221Z] Configure a credential helper to remove this warning. See [2020-10-27T00:05:10.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T00:05:10.221Z] [2020-10-27T00:05:10.221Z] Login Succeeded [2020-10-27T00:05:10.221Z] ---> docker-login.sh ends [Pipeline] } [2020-10-27T00:05:10.239Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T00:05:10.495Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-10-27T00:05:10.495Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T00:05:10.495Z] latest [2020-10-27T00:05:10.495Z] 1.2.1-dev.18 [2020-10-27T00:05:10.495Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [2020-10-27T00:05:10.495Z] master [2020-10-27T00:05:10.495Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:11.072Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:11.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T00:05:11.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T00:05:11.410Z] 5b5c41382b06: Preparing [2020-10-27T00:05:11.410Z] 76fa1cb7d602: Preparing [2020-10-27T00:05:11.410Z] 8e9747397b09: Preparing [2020-10-27T00:05:11.410Z] c9dca0d18eb6: Preparing [2020-10-27T00:05:11.410Z] 57e95a3d64d4: Preparing [2020-10-27T00:05:11.410Z] cd3761cfa1d9: Preparing [2020-10-27T00:05:11.410Z] cd3761cfa1d9: Waiting [2020-10-27T00:05:11.684Z] 76fa1cb7d602: Pushed [2020-10-27T00:05:11.684Z] c9dca0d18eb6: Pushed [2020-10-27T00:05:11.960Z] 8e9747397b09: Pushed [2020-10-27T00:05:11.960Z] cd3761cfa1d9: Layer already exists [2020-10-27T00:05:12.559Z] 57e95a3d64d4: Pushed [2020-10-27T00:05:15.930Z] 5b5c41382b06: Pushed [2020-10-27T00:05:15.930Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:16.281Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:16.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-27T00:05:16.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T00:05:16.616Z] 5b5c41382b06: Preparing [2020-10-27T00:05:16.616Z] 76fa1cb7d602: Preparing [2020-10-27T00:05:16.616Z] 8e9747397b09: Preparing [2020-10-27T00:05:16.616Z] c9dca0d18eb6: Preparing [2020-10-27T00:05:16.617Z] 57e95a3d64d4: Preparing [2020-10-27T00:05:16.617Z] cd3761cfa1d9: Preparing [2020-10-27T00:05:16.617Z] cd3761cfa1d9: Waiting [2020-10-27T00:05:16.888Z] 8e9747397b09: Layer already exists [2020-10-27T00:05:16.888Z] 5b5c41382b06: Layer already exists [2020-10-27T00:05:16.888Z] 57e95a3d64d4: Layer already exists [2020-10-27T00:05:16.888Z] 76fa1cb7d602: Layer already exists [2020-10-27T00:05:16.888Z] c9dca0d18eb6: Layer already exists [2020-10-27T00:05:16.888Z] cd3761cfa1d9: Layer already exists [2020-10-27T00:05:16.888Z] latest: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:17.234Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:17.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.18 [2020-10-27T00:05:17.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T00:05:17.574Z] 5b5c41382b06: Preparing [2020-10-27T00:05:17.574Z] 76fa1cb7d602: Preparing [2020-10-27T00:05:17.574Z] 8e9747397b09: Preparing [2020-10-27T00:05:17.574Z] c9dca0d18eb6: Preparing [2020-10-27T00:05:17.574Z] 57e95a3d64d4: Preparing [2020-10-27T00:05:17.574Z] cd3761cfa1d9: Preparing [2020-10-27T00:05:17.574Z] cd3761cfa1d9: Waiting [2020-10-27T00:05:17.850Z] 57e95a3d64d4: Layer already exists [2020-10-27T00:05:17.850Z] c9dca0d18eb6: Layer already exists [2020-10-27T00:05:17.850Z] 8e9747397b09: Layer already exists [2020-10-27T00:05:17.850Z] 76fa1cb7d602: Layer already exists [2020-10-27T00:05:17.850Z] 5b5c41382b06: Layer already exists [2020-10-27T00:05:17.850Z] cd3761cfa1d9: Layer already exists [2020-10-27T00:05:17.850Z] 1.2.1-dev.18: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:18.198Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:18.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [2020-10-27T00:05:18.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T00:05:18.542Z] 5b5c41382b06: Preparing [2020-10-27T00:05:18.542Z] 76fa1cb7d602: Preparing [2020-10-27T00:05:18.542Z] 8e9747397b09: Preparing [2020-10-27T00:05:18.542Z] c9dca0d18eb6: Preparing [2020-10-27T00:05:18.542Z] 57e95a3d64d4: Preparing [2020-10-27T00:05:18.542Z] cd3761cfa1d9: Preparing [2020-10-27T00:05:18.542Z] cd3761cfa1d9: Waiting [2020-10-27T00:05:18.814Z] 76fa1cb7d602: Layer already exists [2020-10-27T00:05:18.814Z] 57e95a3d64d4: Layer already exists [2020-10-27T00:05:18.814Z] c9dca0d18eb6: Layer already exists [2020-10-27T00:05:18.814Z] 5b5c41382b06: Layer already exists [2020-10-27T00:05:18.814Z] 8e9747397b09: Layer already exists [2020-10-27T00:05:18.814Z] cd3761cfa1d9: Layer already exists [2020-10-27T00:05:18.814Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:19.156Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:19.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-10-27T00:05:19.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T00:05:19.489Z] 5b5c41382b06: Preparing [2020-10-27T00:05:19.489Z] 76fa1cb7d602: Preparing [2020-10-27T00:05:19.489Z] 8e9747397b09: Preparing [2020-10-27T00:05:19.489Z] c9dca0d18eb6: Preparing [2020-10-27T00:05:19.489Z] 57e95a3d64d4: Preparing [2020-10-27T00:05:19.489Z] cd3761cfa1d9: Preparing [2020-10-27T00:05:19.489Z] cd3761cfa1d9: Waiting [2020-10-27T00:05:19.760Z] 76fa1cb7d602: Layer already exists [2020-10-27T00:05:19.760Z] 57e95a3d64d4: Layer already exists [2020-10-27T00:05:19.760Z] 5b5c41382b06: Layer already exists [2020-10-27T00:05:19.760Z] c9dca0d18eb6: Layer already exists [2020-10-27T00:05:19.760Z] 8e9747397b09: Layer already exists [2020-10-27T00:05:19.760Z] cd3761cfa1d9: Layer already exists [2020-10-27T00:05:19.760Z] master: digest: sha256:63924e28bf362289bd291f5dfe89e0c501979b6610ec32d13494abd855a1ad76 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T00:05:20.009Z] ===================================================== [Pipeline] echo [2020-10-27T00:05:20.068Z] taggedImages: [2020-10-27T00:05:20.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T00:05:20.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-27T00:05:20.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.18 [2020-10-27T00:05:20.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [2020-10-27T00:05:20.068Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:05:24.806Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:05:25.427Z] ---> package-listing.sh [2020-10-27T00:05:25.427Z] ++ facter osfamily [2020-10-27T00:05:25.427Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T00:05:25.709Z] + OS_FAMILY=redhat [2020-10-27T00:05:25.709Z] + workspace=/w/workspace/_app-service-configurable_master [2020-10-27T00:05:25.709Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T00:05:25.709Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T00:05:25.709Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T00:05:25.709Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T00:05:25.709Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-27T00:05:25.709Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T00:05:25.709Z] + case "${OS_FAMILY}" in [2020-10-27T00:05:25.709Z] + rpm -qa [2020-10-27T00:05:25.709Z] + sort [2020-10-27T00:05:30.023Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T00:05:30.023Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T00:05:30.023Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T00:05:30.023Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-27T00:05:30.023Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-10-27T00:05:30.023Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2020-10-27T00:05:30.039Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-27T00:05:30.368Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:30.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T00:05:30.977Z] [2020-10-27T00:05:30.977Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T00:05:31.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T00:05:31.348Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T00:05:31.348Z] df20fa9351a1: Pulling fs layer [2020-10-27T00:05:31.348Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T00:05:31.348Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T00:05:31.348Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T00:05:31.348Z] 93b61091891f: Pulling fs layer [2020-10-27T00:05:31.348Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T00:05:31.348Z] 5e14af77c1be: Pulling fs layer [2020-10-27T00:05:31.348Z] 01666e4c0597: Pulling fs layer [2020-10-27T00:05:31.348Z] aa168da1d23b: Pulling fs layer [2020-10-27T00:05:31.348Z] 93b61091891f: Waiting [2020-10-27T00:05:31.348Z] 93b9cdb0e59b: Waiting [2020-10-27T00:05:31.348Z] 5e14af77c1be: Waiting [2020-10-27T00:05:31.348Z] 01666e4c0597: Waiting [2020-10-27T00:05:31.348Z] aa168da1d23b: Waiting [2020-10-27T00:05:31.348Z] 46f8f816bc3b: Waiting [2020-10-27T00:05:31.348Z] 36b3adc4ff6f: Download complete [2020-10-27T00:05:31.348Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T00:05:31.348Z] 46f8f816bc3b: Download complete [2020-10-27T00:05:31.630Z] df20fa9351a1: Verifying Checksum [2020-10-27T00:05:31.630Z] df20fa9351a1: Download complete [2020-10-27T00:05:31.630Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T00:05:31.630Z] 93b9cdb0e59b: Download complete [2020-10-27T00:05:31.630Z] 5e14af77c1be: Verifying Checksum [2020-10-27T00:05:31.630Z] 5e14af77c1be: Download complete [2020-10-27T00:05:31.630Z] 01666e4c0597: Download complete [2020-10-27T00:05:31.630Z] 93b61091891f: Verifying Checksum [2020-10-27T00:05:31.630Z] 93b61091891f: Download complete [2020-10-27T00:05:32.289Z] df20fa9351a1: Pull complete [2020-10-27T00:05:32.601Z] 36b3adc4ff6f: Pull complete [2020-10-27T00:05:32.601Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T00:05:32.601Z] 8ad3a11d3b57: Download complete [2020-10-27T00:05:33.602Z] 8ad3a11d3b57: Pull complete [2020-10-27T00:05:33.603Z] 46f8f816bc3b: Pull complete [2020-10-27T00:05:34.262Z] 93b61091891f: Pull complete [2020-10-27T00:05:34.262Z] 93b9cdb0e59b: Pull complete [2020-10-27T00:05:34.572Z] 5e14af77c1be: Pull complete [2020-10-27T00:05:34.573Z] 01666e4c0597: Pull complete [2020-10-27T00:05:37.330Z] aa168da1d23b: Verifying Checksum [2020-10-27T00:05:37.330Z] aa168da1d23b: Download complete [2020-10-27T00:05:47.775Z] aa168da1d23b: Pull complete [2020-10-27T00:05:47.775Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T00:05:47.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T00:05:47.775Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T00:05:48.166Z] prd-centos7-docker-4c-2g-9022 does not seem to be running inside a container [2020-10-27T00:05:48.383Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-27T00:05:54.539Z] $ docker top 2714b400f1aafadf8c89c4d2701625ca87f10236456714b201bb20720cbfb775 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T00:05:55.664Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T00:05:56.078Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T00:05:56.413Z] + ls /var/log/sa-host [2020-10-27T00:05:56.413Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T00:05:56.413Z] file_magic: OK [2020-10-27T00:05:56.414Z] HZ: Using current value: 100 [2020-10-27T00:05:56.414Z] file_header: OK [2020-10-27T00:05:56.414Z] 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-10-27T00:05:56.414Z] Statistics: [2020-10-27T00:05:56.414Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T00:05:56.414Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T00:05:56.414Z] + sadf -c /var/log/sa-host/sa26 [2020-10-27T00:05:56.414Z] file_magic: OK [2020-10-27T00:05:56.414Z] HZ: Using current value: 100 [2020-10-27T00:05:56.414Z] file_header: OK [2020-10-27T00:05:56.414Z] 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-10-27T00:05:56.414Z] Statistics: [2020-10-27T00:05:56.414Z] HRHnuu...uuuununununu... [2020-10-27T00:05:56.414Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T00:05:56.414Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T00:05:56.414Z] file_magic: OK [2020-10-27T00:05:56.414Z] HZ: Using current value: 100 [2020-10-27T00:05:56.414Z] file_header: OK [2020-10-27T00:05:56.414Z] 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-10-27T00:05:56.414Z] Statistics: [2020-10-27T00:05:56.414Z] Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T00:05:56.414Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T00:05:57.037Z] provisioning config files... [2020-10-27T00:05:57.063Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8924478149202000337tmp [Pipeline] { [Pipeline] echo [2020-10-27T00:05:57.154Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:05:57.805Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T00:05:57.818Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T00:05:57.915Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:05:58.277Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T00:05:58.310Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:05:58.707Z] ---> sudo-logs.sh [2020-10-27T00:05:58.707Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T00:05:58.732Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:05:59.095Z] ---> job-cost.sh [2020-10-27T00:05:59.095Z] lf-activate-venv: SKIPPING [2020-10-27T00:05:59.095Z] INFO: No Stack... [2020-10-27T00:06:01.063Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T00:06:01.650Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T00:06:01.666Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T00:06:01.988Z] ---> logs-deploy.sh [2020-10-27T00:06:01.988Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/55 [2020-10-27T00:06:01.988Z] INFO: archiving workspace using pattern(s): [2020-10-27T00:06:04.567Z] Archives upload complete. [2020-10-27T00:06:04.567Z] INFO: archiving logs to Nexus