Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27859 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) > 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 --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" > git rev-list --no-walk 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-26T18:34:19.308Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-26T18:34:19.604Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T18:34:19.708Z] ========================================================= [2021-02-26T18:34:19.708Z] EdgeX Global Pipelines Version Info [2021-02-26T18:34:19.708Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:34:23.442Z] ------------------- [2021-02-26T18:34:23.442Z] stable info: [2021-02-26T18:34:23.442Z] ------------------- [2021-02-26T18:34:23.442Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-26T18:34:23.442Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-26T18:34:23.442Z] Message: update stable to v1.0.181 [2021-02-26T18:34:24.791Z] ------------------- [2021-02-26T18:34:24.791Z] experimental info: [2021-02-26T18:34:24.791Z] ------------------- [2021-02-26T18:34:24.791Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-26T18:34:24.791Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T18:34:24.791Z] Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-26T18:34:25.648Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-26T18:34:25.766Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-26T18:34:25.861Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-26T18:34:25.951Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-26T18:34:26.040Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-26T18:34:26.136Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-26T18:34:26.247Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-26T18:34:26.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-26T18:34:26.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-26T18:34:26.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-26T18:34:26.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-26T18:34:26.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-26T18:34:26.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-26T18:34:26.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-26T18:34:26.977Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T18:34:27.065Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T18:34:27.153Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T18:34:27.245Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T18:34:27.333Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-26T18:34:27.423Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-26T18:34:27.518Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-26T18:34:27.623Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-26T18:34:27.715Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-26T18:34:27.822Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-26T18:34:27.932Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-26T18:34:28.017Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-26T18:34:28.100Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-26T18:34:28.197Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-26T18:34:28.282Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo [2021-02-26T18:34:28.365Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a27a6a [Pipeline] echo [2021-02-26T18:34:28.449Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T18:34:28.616Z] provisioning config files... [2021-02-26T18:34:28.763Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5191725583392713213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:34:29.372Z] ---> docker-login.sh [2021-02-26T18:34:29.372Z] nexus3.edgexfoundry.org:10001 [2021-02-26T18:34:30.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:34:31.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:34:31.378Z] Configure a credential helper to remove this warning. See [2021-02-26T18:34:31.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:34:31.378Z] [2021-02-26T18:34:31.378Z] Login Succeeded [2021-02-26T18:34:31.378Z] nexus3.edgexfoundry.org:10002 [2021-02-26T18:34:32.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:34:32.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:34:32.912Z] Configure a credential helper to remove this warning. See [2021-02-26T18:34:32.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:34:32.912Z] [2021-02-26T18:34:32.912Z] Login Succeeded [2021-02-26T18:34:32.912Z] nexus3.edgexfoundry.org:10003 [2021-02-26T18:34:33.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:34:33.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:34:33.972Z] Configure a credential helper to remove this warning. See [2021-02-26T18:34:33.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:34:33.972Z] [2021-02-26T18:34:33.972Z] Login Succeeded [2021-02-26T18:34:33.972Z] nexus3.edgexfoundry.org:10004 [2021-02-26T18:34:34.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:34:35.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:34:35.001Z] Configure a credential helper to remove this warning. See [2021-02-26T18:34:35.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:34:35.001Z] [2021-02-26T18:34:35.001Z] Login Succeeded [2021-02-26T18:34:35.001Z] docker.io [2021-02-26T18:34:35.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:34:35.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:34:35.953Z] Configure a credential helper to remove this warning. See [2021-02-26T18:34:35.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:34:35.953Z] [2021-02-26T18:34:35.953Z] Login Succeeded [2021-02-26T18:34:35.953Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T18:34:35.998Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T18:34:37.076Z] + git log --format=format:%s -1 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo [2021-02-26T18:34:37.382Z] GIT_COMMIT: 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2, Commit Message: refactor: Update profiles for refactored http export with secret header (#198) [Pipeline] echo [2021-02-26T18:34:37.433Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:34:39.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T18:34:39.080Z] [2021-02-26T18:34:39.080Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:34:39.644Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T18:34:39.645Z] latest: Pulling from edgex-devops/git-semver [2021-02-26T18:34:39.645Z] 31603596830f: Pulling fs layer [2021-02-26T18:34:39.645Z] 2a8b12db71e7: Pulling fs layer [2021-02-26T18:34:39.645Z] 6ca5941a6612: Pulling fs layer [2021-02-26T18:34:39.645Z] ecc8261a40a4: Pulling fs layer [2021-02-26T18:34:39.645Z] ecc8261a40a4: Waiting [2021-02-26T18:34:39.645Z] 2a8b12db71e7: Verifying Checksum [2021-02-26T18:34:39.645Z] 2a8b12db71e7: Download complete [2021-02-26T18:34:40.473Z] 31603596830f: Verifying Checksum [2021-02-26T18:34:40.473Z] 31603596830f: Download complete [2021-02-26T18:34:41.199Z] ecc8261a40a4: Verifying Checksum [2021-02-26T18:34:41.199Z] ecc8261a40a4: Download complete [2021-02-26T18:34:41.199Z] 6ca5941a6612: Verifying Checksum [2021-02-26T18:34:41.199Z] 6ca5941a6612: Download complete [2021-02-26T18:34:41.494Z] 31603596830f: Pull complete [2021-02-26T18:34:42.107Z] 2a8b12db71e7: Pull complete [2021-02-26T18:34:46.090Z] 6ca5941a6612: Pull complete [2021-02-26T18:34:46.090Z] ecc8261a40a4: Pull complete [2021-02-26T18:34:46.090Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-26T18:34:46.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T18:34:46.090Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-26T18:34:46.666Z] prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container [2021-02-26T18:34:46.846Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T18:34:48.899Z] $ docker top 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T18:34:49.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T18:34:49.383Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T18:34:49.832Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T18:34:49.832Z] $ docker exec 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 ssh-agent [2021-02-26T18:34:50.929Z] SSH_AUTH_SOCK=/tmp/ssh-2s0yKn9fgoa0/agent.12 [2021-02-26T18:34:50.929Z] SSH_AGENT_PID=17 [2021-02-26T18:34:50.986Z] Running ssh-add (command line suppressed) [2021-02-26T18:34:51.391Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_804529863762160460.key (/w/workspace/_app-service-configurable_master@tmp/private_key_804529863762160460.key) [2021-02-26T18:34:51.676Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T18:34:53.124Z] + git tag --points-at HEAD [Pipeline] } [2021-02-26T18:34:53.170Z] $ docker exec --env ******** --env ******** 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 ssh-agent -k [2021-02-26T18:34:53.637Z] unset SSH_AUTH_SOCK; [2021-02-26T18:34:53.637Z] unset SSH_AGENT_PID; [2021-02-26T18:34:53.637Z] echo Agent pid 17 killed; [2021-02-26T18:34:53.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-26T18:34:53.972Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T18:34:53.972Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T18:34:54.391Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T18:34:54.390Z] $ docker exec 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 ssh-agent [2021-02-26T18:34:55.402Z] SSH_AUTH_SOCK=/tmp/ssh-XTNznOCiQ1eQ/agent.45 [2021-02-26T18:34:55.402Z] SSH_AGENT_PID=50 [2021-02-26T18:34:55.416Z] Running ssh-add (command line suppressed) [2021-02-26T18:34:56.138Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_781646359312443306.key (/w/workspace/_app-service-configurable_master@tmp/private_key_781646359312443306.key) [2021-02-26T18:34:56.900Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T18:34:57.892Z] + git semver init [2021-02-26T18:34:58.355Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T18:34:58.355Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-26T18:34:58.355Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-26T18:34:58.355Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T18:34:58.355Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T18:34:58.355Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T18:34:58.355Z] # $SEMVER_BRANCH = master [2021-02-26T18:34:58.355Z] # $SEMVER_TEMP = /tmp/semver-686408556 [2021-02-26T18:34:58.355Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-26T18:34:59.096Z] # '/tmp/semver-686408556' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-02-26T18:34:59.096Z] # -> Force: false [2021-02-26T18:34:59.096Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-26T18:34:59.116Z] $ docker exec --env ******** --env ******** 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 ssh-agent -k [2021-02-26T18:34:59.802Z] unset SSH_AUTH_SOCK; [2021-02-26T18:34:59.806Z] unset SSH_AGENT_PID; [2021-02-26T18:34:59.806Z] echo Agent pid 50 killed; [2021-02-26T18:35:00.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T18:35:01.235Z] + git semver [Pipeline] } [2021-02-26T18:35:01.401Z] $ docker stop --time=1 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 [2021-02-26T18:35:03.698Z] $ docker rm -f 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T18:35:05.674Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-26T18:35:07.731Z] Stashed 1 file(s) [Pipeline] echo [2021-02-26T18:35:07.734Z] [edgeXSemver]: initialized semver on version 2.0.0-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 [2021-02-26T18:35:23.244Z] Still waiting to schedule task [2021-02-26T18:35:23.244Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27859’ [2021-02-26T18:35:23.246Z] Still waiting to schedule task [2021-02-26T18:35:23.247Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-26T18:37:08.943Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27860 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-26T18:37:09.001Z] Running in /w/workspace/app-service-configurable/86 [Pipeline] { [Pipeline] checkout [2021-02-26T18:37:14.286Z] using credential edgex-jenkins-ssh [2021-02-26T18:37:14.352Z] Cloning the remote Git repository [2021-02-26T18:37:14.397Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T18:37:14.511Z] > git init /w/workspace/app-service-configurable/86 # timeout=10 [2021-02-26T18:37:14.596Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T18:37:14.597Z] > git --version # timeout=10 [2021-02-26T18:37:14.623Z] > git --version # 'git version 2.17.1' [2021-02-26T18:37:14.625Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T18:37:14.696Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T18:37:16.077Z] Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) [2021-02-26T18:37:15.527Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T18:37:15.545Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T18:37:15.570Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T18:37:15.618Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T18:37:15.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T18:37:15.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T18:37:16.087Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T18:37:16.102Z] > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [2021-02-26T18:37:20.630Z] Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T18:37:22.157Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-26T18:37:22.563Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T18:37:22.907Z] + true [2021-02-26T18:37:22.907Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T18:37:25.653Z] provisioning config files... [2021-02-26T18:37:25.785Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/86@tmp/config3044450813590632423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:37:26.286Z] ---> docker-login.sh [2021-02-26T18:37:26.286Z] nexus3.edgexfoundry.org:10001 [2021-02-26T18:37:27.260Z] Running on prd-centos7-docker-4c-2g-27861 in /w/workspace/_app-service-configurable_master [Pipeline] { [2021-02-26T18:37:27.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] ws [2021-02-26T18:37:27.323Z] Running in /w/workspace/app-service-configurable/86 [Pipeline] { [Pipeline] checkout [2021-02-26T18:37:27.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:27.551Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:27.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:27.551Z] [2021-02-26T18:37:27.551Z] Login Succeeded [2021-02-26T18:37:27.823Z] nexus3.edgexfoundry.org:10002 [2021-02-26T18:37:28.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:37:28.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:28.095Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:28.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:28.095Z] [2021-02-26T18:37:28.095Z] Login Succeeded [2021-02-26T18:37:28.095Z] nexus3.edgexfoundry.org:10003 [2021-02-26T18:37:28.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:37:28.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:28.730Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:28.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:28.730Z] [2021-02-26T18:37:28.730Z] Login Succeeded [2021-02-26T18:37:28.730Z] nexus3.edgexfoundry.org:10004 [2021-02-26T18:37:29.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:37:29.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:29.003Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:29.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:29.003Z] [2021-02-26T18:37:29.003Z] Login Succeeded [2021-02-26T18:37:29.287Z] docker.io [2021-02-26T18:37:29.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:37:29.713Z] using credential edgex-jenkins-ssh [2021-02-26T18:37:29.769Z] Cloning the remote Git repository [2021-02-26T18:37:29.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:29.833Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:29.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:29.833Z] [2021-02-26T18:37:29.833Z] Login Succeeded [2021-02-26T18:37:29.833Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T18:37:29.852Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T18:37:30.313Z] ========================================================= [2021-02-26T18:37:30.313Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-26T18:37:30.313Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:37:29.328Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T18:37:29.405Z] > git init /w/workspace/app-service-configurable/86 # timeout=10 [2021-02-26T18:37:29.473Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T18:37:29.474Z] > git --version # timeout=10 [2021-02-26T18:37:29.483Z] > git --version # 'git version 2.24.3' [2021-02-26T18:37:29.484Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T18:37:29.516Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T18:37:30.068Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T18:37:30.079Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T18:37:30.092Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T18:37:30.110Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T18:37:30.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T18:37:30.115Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T18:37:30.697Z] + 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 . [2021-02-26T18:37:30.697Z] Sending build context to Docker daemon 103.9kB [2021-02-26T18:37:30.905Z] Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) [2021-02-26T18:37:30.973Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T18:37:30.973Z] Step 2/8 : FROM ${BASE} [2021-02-26T18:37:30.973Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-26T18:37:30.973Z] 5f621e34cdf4: Pulling fs layer [2021-02-26T18:37:30.973Z] a4357932f1b6: Pulling fs layer [2021-02-26T18:37:30.973Z] 18c013af1878: Pulling fs layer [2021-02-26T18:37:30.973Z] 00ac8860ef70: Pulling fs layer [2021-02-26T18:37:30.973Z] 63d7cb157983: Pulling fs layer [2021-02-26T18:37:30.973Z] b116817d02f9: Pulling fs layer [2021-02-26T18:37:30.973Z] 745a02a5169b: Pulling fs layer [2021-02-26T18:37:30.973Z] 00ac8860ef70: Waiting [2021-02-26T18:37:30.973Z] 63d7cb157983: Waiting [2021-02-26T18:37:30.973Z] 745a02a5169b: Waiting [2021-02-26T18:37:30.973Z] b116817d02f9: Waiting [2021-02-26T18:37:31.251Z] 18c013af1878: Verifying Checksum [2021-02-26T18:37:31.251Z] 18c013af1878: Download complete [2021-02-26T18:37:31.251Z] a4357932f1b6: Verifying Checksum [2021-02-26T18:37:31.251Z] a4357932f1b6: Download complete [2021-02-26T18:37:31.251Z] 63d7cb157983: Verifying Checksum [2021-02-26T18:37:31.251Z] 63d7cb157983: Download complete [2021-02-26T18:37:31.251Z] b116817d02f9: Download complete [2021-02-26T18:37:31.251Z] 5f621e34cdf4: Download complete [2021-02-26T18:37:30.538Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T18:37:30.545Z] > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [2021-02-26T18:37:31.874Z] 5f621e34cdf4: Pull complete [2021-02-26T18:37:32.477Z] a4357932f1b6: Pull complete [2021-02-26T18:37:32.758Z] 18c013af1878: Pull complete [2021-02-26T18:37:33.739Z] 745a02a5169b: Download complete [2021-02-26T18:37:34.391Z] Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T18:37:35.172Z] 00ac8860ef70: Verifying Checksum [2021-02-26T18:37:35.172Z] 00ac8860ef70: Download complete [2021-02-26T18:37:35.644Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-26T18:37:35.972Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T18:37:36.282Z] + sudo service docker restart [2021-02-26T18:37:36.282Z] + true [2021-02-26T18:37:36.282Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T18:37:37.295Z] provisioning config files... [2021-02-26T18:37:37.353Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/86@tmp/config3152246457514943057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:37:37.743Z] ---> docker-login.sh [2021-02-26T18:37:37.744Z] nexus3.edgexfoundry.org:10001 [2021-02-26T18:37:38.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:37:38.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:38.268Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:38.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:38.268Z] [2021-02-26T18:37:38.268Z] Login Succeeded [2021-02-26T18:37:38.268Z] nexus3.edgexfoundry.org:10002 [2021-02-26T18:37:38.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:37:38.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:38.268Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:38.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:38.268Z] [2021-02-26T18:37:38.268Z] Login Succeeded [2021-02-26T18:37:38.268Z] nexus3.edgexfoundry.org:10003 [2021-02-26T18:37:38.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:37:38.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:38.531Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:38.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:38.531Z] [2021-02-26T18:37:38.531Z] Login Succeeded [2021-02-26T18:37:38.531Z] nexus3.edgexfoundry.org:10004 [2021-02-26T18:37:38.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:37:38.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:38.792Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:38.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:38.792Z] [2021-02-26T18:37:38.792Z] Login Succeeded [2021-02-26T18:37:38.792Z] docker.io [2021-02-26T18:37:38.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:37:39.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:37:39.055Z] Configure a credential helper to remove this warning. See [2021-02-26T18:37:39.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:37:39.055Z] [2021-02-26T18:37:39.055Z] Login Succeeded [2021-02-26T18:37:39.055Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T18:37:39.065Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T18:37:39.390Z] ========================================================= [2021-02-26T18:37:39.390Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-26T18:37:39.390Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:37:39.745Z] + 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 . [2021-02-26T18:37:39.745Z] Sending build context to Docker daemon 103.9kB [2021-02-26T18:37:39.745Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T18:37:39.745Z] Step 2/8 : FROM ${BASE} [2021-02-26T18:37:39.745Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-26T18:37:39.745Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T18:37:39.745Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T18:37:39.745Z] de9db76c5a1d: Pulling fs layer [2021-02-26T18:37:39.745Z] bca2f99d35d6: Pulling fs layer [2021-02-26T18:37:39.745Z] 93359f2a8cfa: Pulling fs layer [2021-02-26T18:37:39.745Z] 7c6f9722023f: Pulling fs layer [2021-02-26T18:37:39.745Z] a35cf1a2eb13: Pulling fs layer [2021-02-26T18:37:39.745Z] 93359f2a8cfa: Waiting [2021-02-26T18:37:39.745Z] 7c6f9722023f: Waiting [2021-02-26T18:37:39.745Z] a35cf1a2eb13: Waiting [2021-02-26T18:37:39.745Z] bca2f99d35d6: Waiting [2021-02-26T18:37:40.007Z] de9db76c5a1d: Verifying Checksum [2021-02-26T18:37:40.007Z] de9db76c5a1d: Download complete [2021-02-26T18:37:40.007Z] 0ef7d3d256c8: Verifying Checksum [2021-02-26T18:37:40.007Z] 0ef7d3d256c8: Download complete [2021-02-26T18:37:40.007Z] 93359f2a8cfa: Verifying Checksum [2021-02-26T18:37:40.007Z] 93359f2a8cfa: Download complete [2021-02-26T18:37:40.007Z] 7c6f9722023f: Verifying Checksum [2021-02-26T18:37:40.007Z] 7c6f9722023f: Download complete [2021-02-26T18:37:40.268Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T18:37:40.268Z] 188c0c94c7c5: Download complete [2021-02-26T18:37:40.531Z] 188c0c94c7c5: Pull complete [2021-02-26T18:37:40.794Z] 0ef7d3d256c8: Pull complete [2021-02-26T18:37:40.794Z] de9db76c5a1d: Pull complete [2021-02-26T18:37:41.742Z] a35cf1a2eb13: Verifying Checksum [2021-02-26T18:37:41.742Z] a35cf1a2eb13: Download complete [2021-02-26T18:37:42.319Z] bca2f99d35d6: Verifying Checksum [2021-02-26T18:37:42.319Z] bca2f99d35d6: Download complete [2021-02-26T18:37:45.363Z] 00ac8860ef70: Pull complete [2021-02-26T18:37:45.363Z] 63d7cb157983: Pull complete [2021-02-26T18:37:45.363Z] b116817d02f9: Pull complete [2021-02-26T18:37:47.652Z] bca2f99d35d6: Pull complete [2021-02-26T18:37:47.918Z] 93359f2a8cfa: Pull complete [2021-02-26T18:37:47.918Z] 7c6f9722023f: Pull complete [2021-02-26T18:37:49.676Z] 745a02a5169b: Pull complete [2021-02-26T18:37:49.676Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-26T18:37:49.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-26T18:37:49.676Z] ---> b7e6874047d6 [2021-02-26T18:37:49.676Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-26T18:37:51.666Z] ---> Running in 75c8f425ea2a [2021-02-26T18:37:52.268Z] Removing intermediate container 75c8f425ea2a [2021-02-26T18:37:52.268Z] ---> 24bdd49dec4c [2021-02-26T18:37:52.268Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T18:37:52.268Z] ---> Running in 49fb745809d5 [2021-02-26T18:37:53.238Z] a35cf1a2eb13: Pull complete [2021-02-26T18:37:53.238Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-26T18:37:53.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-26T18:37:53.238Z] ---> a62c8e92a672 [2021-02-26T18:37:53.238Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-26T18:37:53.238Z] ---> Running in c88e1047d92c [2021-02-26T18:37:53.505Z] Removing intermediate container c88e1047d92c [2021-02-26T18:37:53.505Z] ---> bb7ff35fe05a [2021-02-26T18:37:53.505Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T18:37:53.505Z] ---> Running in 2ba3101a8c20 [2021-02-26T18:37:54.467Z] Removing intermediate container 2ba3101a8c20 [2021-02-26T18:37:54.467Z] ---> 0c27573f0531 [2021-02-26T18:37:54.467Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-26T18:37:54.738Z] ---> Running in 0bbec11adf82 [2021-02-26T18:37:54.895Z] Removing intermediate container 49fb745809d5 [2021-02-26T18:37:54.895Z] ---> 42eec4c31acf [2021-02-26T18:37:54.895Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-26T18:37:54.895Z] ---> Running in 17de140c20a6 [2021-02-26T18:37:55.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T18:37:55.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T18:37:55.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T18:37:56.462Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-26T18:37:56.462Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-26T18:37:56.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T18:37:56.724Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-26T18:37:56.724Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-26T18:37:56.724Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T18:37:56.989Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-26T18:37:56.989Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T18:37:56.989Z] OK: 167 MiB in 45 packages [2021-02-26T18:37:57.574Z] Removing intermediate container 0bbec11adf82 [2021-02-26T18:37:57.574Z] ---> f6a1176fbfba [2021-02-26T18:37:57.574Z] Step 6/8 : WORKDIR /app [2021-02-26T18:37:57.574Z] ---> Running in 1417c0400f11 [2021-02-26T18:37:57.844Z] Removing intermediate container 1417c0400f11 [2021-02-26T18:37:57.844Z] ---> 0beace826670 [2021-02-26T18:37:57.844Z] Step 7/8 : COPY . . [2021-02-26T18:37:57.893Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-26T18:37:57.893Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-26T18:37:58.121Z] ---> 42b9498d7a71 [2021-02-26T18:37:58.121Z] Step 8/8 : RUN go mod download [2021-02-26T18:37:58.121Z] ---> Running in c49d7af8a42c [2021-02-26T18:37:58.162Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-26T18:37:58.162Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-26T18:37:58.162Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T18:37:58.431Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-26T18:37:58.431Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T18:37:58.431Z] OK: 144 MiB in 45 packages [2021-02-26T18:37:59.872Z] Removing intermediate container 17de140c20a6 [2021-02-26T18:37:59.872Z] ---> 49a8784e6c96 [2021-02-26T18:37:59.872Z] Step 6/8 : WORKDIR /app [2021-02-26T18:37:59.872Z] ---> Running in f925260ea518 [2021-02-26T18:38:00.472Z] Removing intermediate container f925260ea518 [2021-02-26T18:38:00.472Z] ---> 4a3e559e870a [2021-02-26T18:38:00.472Z] Step 7/8 : COPY . . [2021-02-26T18:38:01.080Z] ---> 191e2165c390 [2021-02-26T18:38:01.080Z] Step 8/8 : RUN go mod download [2021-02-26T18:38:01.355Z] ---> Running in 652cfc5a0ef4 [2021-02-26T18:38:24.773Z] Removing intermediate container c49d7af8a42c [2021-02-26T18:38:24.773Z] ---> 20252e814878 [2021-02-26T18:38:24.773Z] Successfully built 20252e814878 [2021-02-26T18:38:24.773Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:38:25.095Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T18:38:25.095Z] . [Pipeline] withDockerContainer [2021-02-26T18:38:25.358Z] prd-centos7-docker-4c-2g-27861 does not seem to be running inside a container [2021-02-26T18:38:25.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/86 -v /w/workspace/app-service-configurable/86:/w/workspace/app-service-configurable/86:rw,z -v /w/workspace/app-service-configurable/86@tmp:/w/workspace/app-service-configurable/86@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T18:38:26.439Z] $ docker top f280e6a692758eb20c171b60bd9aff0404d33357360d19f7689a3820bc7d2c9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T18:38:27.027Z] + go version [2021-02-26T18:38:27.027Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-26T18:38:27.041Z] $ docker stop --time=1 f280e6a692758eb20c171b60bd9aff0404d33357360d19f7689a3820bc7d2c9d [2021-02-26T18:38:28.135Z] Removing intermediate container 652cfc5a0ef4 [2021-02-26T18:38:28.135Z] ---> a5a47da8eedf [2021-02-26T18:38:28.135Z] Successfully built a5a47da8eedf [2021-02-26T18:38:28.135Z] Successfully tagged ci-base-image-arm64:latest [2021-02-26T18:38:28.398Z] $ docker rm -f f280e6a692758eb20c171b60bd9aff0404d33357360d19f7689a3820bc7d2c9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:38:29.037Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T18:38:29.038Z] . [Pipeline] withDockerContainer [2021-02-26T18:38:29.196Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T18:38:29.196Z] . [2021-02-26T18:38:29.285Z] prd-ubuntu18.04-docker-arm64-4c-16g-27860 does not seem to be running inside a container [2021-02-26T18:38:29.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/86 -v /w/workspace/app-service-configurable/86:/w/workspace/app-service-configurable/86:rw,z -v /w/workspace/app-service-configurable/86@tmp:/w/workspace/app-service-configurable/86@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-26T18:38:30.830Z] $ docker top b4b956f39e46e7ed0bd94b0b2008705b0df3132f6961ff1a9e8a0b8fd77368d3 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-02-26T18:38:31.284Z] prd-centos7-docker-4c-2g-27861 does not seem to be running inside a container [2021-02-26T18:38:31.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/86 -v /w/workspace/app-service-configurable/86:/w/workspace/app-service-configurable/86:rw,z -v /w/workspace/app-service-configurable/86@tmp:/w/workspace/app-service-configurable/86@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T18:38:31.954Z] $ docker top 0df6dea6c37dc0b38842adc095de7d500b1483119adc6b0621d7aa670818085f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-26T18:38:32.505Z] + make test [2021-02-26T18:38:32.505Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-26T18:38:32.790Z] + go version [2021-02-26T18:38:32.790Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-26T18:38:32.815Z] $ docker stop --time=1 b4b956f39e46e7ed0bd94b0b2008705b0df3132f6961ff1a9e8a0b8fd77368d3 [2021-02-26T18:38:34.698Z] $ docker rm -f b4b956f39e46e7ed0bd94b0b2008705b0df3132f6961ff1a9e8a0b8fd77368d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:38:35.677Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T18:38:35.677Z] . [Pipeline] withDockerContainer [2021-02-26T18:38:35.930Z] prd-ubuntu18.04-docker-arm64-4c-16g-27860 does not seem to be running inside a container [2021-02-26T18:38:36.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/86 -v /w/workspace/app-service-configurable/86:/w/workspace/app-service-configurable/86:rw,z -v /w/workspace/app-service-configurable/86@tmp:/w/workspace/app-service-configurable/86@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-26T18:38:37.466Z] $ docker top c7a5b30dc961e5144844e31e86d0c31098124f4d0e899f100c58e4811d3c1078 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T18:38:38.496Z] + make test [2021-02-26T18:38:38.496Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-26T18:38:47.592Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-26T18:38:47.592Z] CGO_ENABLED=1 go vet ./... [2021-02-26T18:38:49.547Z] gofmt -l . [2021-02-26T18:38:49.547Z] [ "`gofmt -l .`" = "" ] [2021-02-26T18:38:49.547Z] ./bin/test-go-mod-tidy.sh [2021-02-26T18:38:49.823Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-26T18:38:50.420Z] $ docker stop --time=1 0df6dea6c37dc0b38842adc095de7d500b1483119adc6b0621d7aa670818085f [2021-02-26T18:38:53.970Z] $ docker rm -f 0df6dea6c37dc0b38842adc095de7d500b1483119adc6b0621d7aa670818085f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T18:38:54.566Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-26T18:38:54.881Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-26T18:38:57.490Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-26T18:38:57.792Z] + ls -al . [2021-02-26T18:38:57.792Z] total 92 [2021-02-26T18:38:57.792Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 26 18:38 . [2021-02-26T18:38:57.792Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 26 18:37 .. [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 7174 Feb 26 18:37 Attribution.txt [2021-02-26T18:38:57.792Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 26 18:37 bin [2021-02-26T18:38:57.792Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 26 18:38 coverage.out [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 2032 Feb 26 18:37 Dockerfile [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 970 Feb 26 18:37 Dockerfile.build [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 26 18:37 .dockerignore [2021-02-26T18:38:57.792Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 26 18:37 .git [2021-02-26T18:38:57.792Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 26 18:37 .github [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 111 Feb 26 18:37 .gitignore [2021-02-26T18:38:57.792Z] -rw-r--r--. 1 jenkins jenkins 136 Feb 26 18:38 go.mod [2021-02-26T18:38:57.792Z] -rw-r--r--. 1 jenkins jenkins 21022 Feb 26 18:38 go.sum [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 26 18:37 Jenkinsfile [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 26 18:37 LICENSE [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 1522 Feb 26 18:37 main.go [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 1582 Feb 26 18:37 makefile [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 26 18:37 README.md [2021-02-26T18:38:57.792Z] drwxrwxr-x. 10 jenkins jenkins 173 Feb 26 18:37 res [2021-02-26T18:38:57.792Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 26 18:37 snap [2021-02-26T18:38:57.792Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 26 18:35 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:38:58.104Z] + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=amd64 --label version=2.0.0-dev.18 . [2021-02-26T18:38:58.104Z] Sending build context to Docker daemon 128kB [2021-02-26T18:38:58.104Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T18:38:58.104Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-26T18:38:58.104Z] ---> 20252e814878 [2021-02-26T18:38:58.104Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-26T18:38:58.367Z] ---> Running in 1ebffa044e2b [2021-02-26T18:38:58.367Z] Removing intermediate container 1ebffa044e2b [2021-02-26T18:38:58.367Z] ---> dac2bbe23a45 [2021-02-26T18:38:58.367Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-26T18:38:58.629Z] ---> Running in ad04d76c6571 [2021-02-26T18:38:58.629Z] Removing intermediate container ad04d76c6571 [2021-02-26T18:38:58.629Z] ---> e9a7b8500e83 [2021-02-26T18:38:58.629Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T18:38:58.629Z] ---> Running in e615abcc2018 [2021-02-26T18:38:58.891Z] Removing intermediate container e615abcc2018 [2021-02-26T18:38:58.891Z] ---> 8e5d370435c6 [2021-02-26T18:38:58.891Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T18:38:58.891Z] ---> Running in 0526317f7c45 [2021-02-26T18:38:59.845Z] Removing intermediate container 0526317f7c45 [2021-02-26T18:38:59.845Z] ---> 95835bbadbb8 [2021-02-26T18:38:59.845Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-26T18:39:00.112Z] ---> Running in d4df9b0eeb69 [2021-02-26T18:39:00.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T18:39:00.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T18:39:01.531Z] OK: 167 MiB in 45 packages [2021-02-26T18:39:02.106Z] Removing intermediate container d4df9b0eeb69 [2021-02-26T18:39:02.106Z] ---> 86435709f487 [2021-02-26T18:39:02.106Z] Step 8/27 : WORKDIR /app [2021-02-26T18:39:02.106Z] ---> Running in ca306bdbc3ac [2021-02-26T18:39:02.369Z] Removing intermediate container ca306bdbc3ac [2021-02-26T18:39:02.369Z] ---> 92575f385795 [2021-02-26T18:39:02.369Z] Step 9/27 : COPY go.mod . [2021-02-26T18:39:02.369Z] ---> 257327c4a251 [2021-02-26T18:39:02.369Z] Step 10/27 : RUN go mod download [2021-02-26T18:39:02.631Z] ---> Running in 767dcaef3731 [2021-02-26T18:39:03.582Z] Removing intermediate container 767dcaef3731 [2021-02-26T18:39:03.582Z] ---> e2e76a1ee991 [2021-02-26T18:39:03.582Z] Step 11/27 : COPY . . [2021-02-26T18:39:03.845Z] ---> 5bb16c18ffb6 [2021-02-26T18:39:03.845Z] Step 12/27 : ARG MAKE="make build" [2021-02-26T18:39:03.845Z] ---> Running in a93cc8e36bbc [2021-02-26T18:39:04.108Z] Removing intermediate container a93cc8e36bbc [2021-02-26T18:39:04.108Z] ---> 0e1e94ffa910 [2021-02-26T18:39:04.108Z] Step 13/27 : RUN $MAKE [2021-02-26T18:39:04.108Z] ---> Running in 901a860c1cec [2021-02-26T18:39:04.690Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.18" -o app-service-configurable [2021-02-26T18:39:17.529Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-26T18:39:17.529Z] CGO_ENABLED=1 go vet ./... [2021-02-26T18:39:19.733Z] Removing intermediate container 901a860c1cec [2021-02-26T18:39:19.733Z] ---> 701bfad1eb15 [2021-02-26T18:39:19.733Z] Step 14/27 : FROM alpine:3.12 [2021-02-26T18:39:19.733Z] 3.12: Pulling from library/alpine [2021-02-26T18:39:19.733Z] f84cab65f19f: Pulling fs layer [2021-02-26T18:39:19.733Z] f84cab65f19f: Verifying Checksum [2021-02-26T18:39:19.733Z] f84cab65f19f: Download complete [2021-02-26T18:39:19.733Z] f84cab65f19f: Pull complete [2021-02-26T18:39:19.733Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T18:39:19.733Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T18:39:19.733Z] ---> 88dd2752d2ea [2021-02-26T18:39:19.733Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T18:39:19.733Z] ---> Running in f855029b9806 [2021-02-26T18:39:19.733Z] Removing intermediate container f855029b9806 [2021-02-26T18:39:19.733Z] ---> 4c8601209233 [2021-02-26T18:39:19.733Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-26T18:39:19.996Z] ---> Running in 0670f808be30 [2021-02-26T18:39:19.996Z] Removing intermediate container 0670f808be30 [2021-02-26T18:39:19.996Z] ---> 4ecde1dfee82 [2021-02-26T18:39:19.996Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-26T18:39:20.259Z] ---> Running in f7825d6db16c [2021-02-26T18:39:20.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T18:39:20.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T18:39:20.787Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-26T18:39:20.787Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-26T18:39:20.787Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-26T18:39:20.787Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-26T18:39:20.787Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-26T18:39:20.787Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-26T18:39:21.051Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-26T18:39:21.051Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T18:39:21.051Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T18:39:21.051Z] OK: 9 MiB in 21 packages [2021-02-26T18:39:22.008Z] Removing intermediate container f7825d6db16c [2021-02-26T18:39:22.008Z] ---> 41aae6b1eb5f [2021-02-26T18:39:22.008Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-26T18:39:22.270Z] ---> 017c27197c64 [2021-02-26T18:39:22.271Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-26T18:39:23.221Z] ---> 8acb7bec03c6 [2021-02-26T18:39:23.221Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-26T18:39:23.486Z] ---> 295ec98d72b2 [2021-02-26T18:39:23.486Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-26T18:39:24.067Z] ---> dd471a8f44a5 [2021-02-26T18:39:24.068Z] Step 22/27 : EXPOSE 48095 [2021-02-26T18:39:24.262Z] gofmt -l . [2021-02-26T18:39:24.262Z] [ "`gofmt -l .`" = "" ] [2021-02-26T18:39:24.262Z] ./bin/test-go-mod-tidy.sh [2021-02-26T18:39:24.262Z] ./bin/test-attribution-txt.sh [2021-02-26T18:39:24.330Z] ---> Running in c9a83aec70ed [2021-02-26T18:39:24.330Z] Removing intermediate container c9a83aec70ed [2021-02-26T18:39:24.330Z] ---> 288e2b3ffc92 [2021-02-26T18:39:24.330Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-26T18:39:24.593Z] ---> Running in f11262e3b085 [2021-02-26T18:39:24.593Z] Removing intermediate container f11262e3b085 [2021-02-26T18:39:24.593Z] ---> dbc9565e6ac7 [2021-02-26T18:39:24.593Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T18:39:24.856Z] ---> Running in cd37d8b816ec [2021-02-26T18:39:24.856Z] Removing intermediate container cd37d8b816ec [2021-02-26T18:39:24.856Z] ---> f2fbb796363b [2021-02-26T18:39:24.856Z] Step 25/27 : LABEL arch=amd64 [2021-02-26T18:39:24.856Z] ---> Running in 9ef40cd5b0cf [2021-02-26T18:39:25.119Z] Removing intermediate container 9ef40cd5b0cf [2021-02-26T18:39:25.119Z] ---> b8a5ea2ed654 [2021-02-26T18:39:25.119Z] Step 26/27 : LABEL git_sha=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T18:39:25.119Z] ---> Running in a0af413e7601 [2021-02-26T18:39:25.382Z] Removing intermediate container a0af413e7601 [2021-02-26T18:39:25.382Z] ---> e2c88465ca2f [2021-02-26T18:39:25.382Z] Step 27/27 : LABEL version=2.0.0-dev.18 [2021-02-26T18:39:25.382Z] ---> Running in 1e6448213ad6 [2021-02-26T18:39:25.645Z] Removing intermediate container 1e6448213ad6 [2021-02-26T18:39:25.645Z] ---> 2ec81b6d0563 [2021-02-26T18:39:25.645Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-26T18:39:25.645Z] Successfully built 2ec81b6d0563 [2021-02-26T18:39:25.645Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T18:39:25.831Z] $ docker stop --time=1 c7a5b30dc961e5144844e31e86d0c31098124f4d0e899f100c58e4811d3c1078 [2021-02-26T18:39:28.057Z] $ docker rm -f c7a5b30dc961e5144844e31e86d0c31098124f4d0e899f100c58e4811d3c1078 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T18:39:28.764Z] provisioning config files... [2021-02-26T18:39:28.793Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/86@tmp/config6503460120444682433tmp [Pipeline] { [2021-02-26T18:39:28.863Z] + sudo chown -R jenkins:jenkins . [Pipeline] libraryResource [Pipeline] sh [Pipeline] stash [2021-02-26T18:39:29.006Z] Warning: overwriting stash ‘coverage-report’ [2021-02-26T18:39:29.174Z] ---> docker-login.sh [2021-02-26T18:39:29.174Z] nexus3.edgexfoundry.org:10001 [2021-02-26T18:39:29.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:39:29.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:39:29.436Z] Configure a credential helper to remove this warning. See [2021-02-26T18:39:29.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:39:29.436Z] [2021-02-26T18:39:29.436Z] Login Succeeded [2021-02-26T18:39:29.436Z] nexus3.edgexfoundry.org:10002 [2021-02-26T18:39:29.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:39:29.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:39:29.699Z] Configure a credential helper to remove this warning. See [2021-02-26T18:39:29.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:39:29.699Z] [2021-02-26T18:39:29.699Z] Login Succeeded [2021-02-26T18:39:29.699Z] nexus3.edgexfoundry.org:10003 [2021-02-26T18:39:29.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:39:29.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:39:29.699Z] Configure a credential helper to remove this warning. See [2021-02-26T18:39:29.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:39:29.699Z] [2021-02-26T18:39:29.699Z] Login Succeeded [2021-02-26T18:39:29.700Z] nexus3.edgexfoundry.org:10004 [2021-02-26T18:39:29.720Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-26T18:39:29.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:39:29.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:39:29.963Z] Configure a credential helper to remove this warning. See [2021-02-26T18:39:29.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:39:29.963Z] [2021-02-26T18:39:29.963Z] Login Succeeded [2021-02-26T18:39:29.963Z] docker.io [2021-02-26T18:39:29.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T18:39:30.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:39:30.226Z] Configure a credential helper to remove this warning. See [2021-02-26T18:39:30.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:39:30.226Z] [2021-02-26T18:39:30.226Z] Login Succeeded [2021-02-26T18:39:30.226Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T18:39:30.286Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T18:39:30.497Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-02-26T18:39:30.497Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T18:39:30.497Z] latest [2021-02-26T18:39:30.497Z] 2.0.0-dev.18 [2021-02-26T18:39:30.497Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [2021-02-26T18:39:30.497Z] master [2021-02-26T18:39:30.497Z] ===================================================== [2021-02-26T18:39:30.514Z] + sudo chown -R jenkins:jenkins . [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:30.970Z] + ls -al . [2021-02-26T18:39:30.970Z] total 116 [2021-02-26T18:39:30.970Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 26 18:39 . [2021-02-26T18:39:30.970Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 18:37 .. [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 26 18:37 .dockerignore [2021-02-26T18:39:30.970Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 26 18:37 .git [2021-02-26T18:39:30.970Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 18:37 .github [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 111 Feb 26 18:37 .gitignore [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 7174 Feb 26 18:37 Attribution.txt [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 2032 Feb 26 18:37 Dockerfile [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 970 Feb 26 18:37 Dockerfile.build [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 26 18:37 Jenkinsfile [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 26 18:37 LICENSE [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 26 18:37 README.md [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 26 18:35 VERSION [2021-02-26T18:39:30.970Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 18:37 bin [2021-02-26T18:39:30.970Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 26 18:38 coverage.out [2021-02-26T18:39:30.970Z] -rw-r--r-- 1 jenkins jenkins 136 Feb 26 18:39 go.mod [2021-02-26T18:39:30.970Z] -rw-r--r-- 1 jenkins jenkins 21022 Feb 26 18:39 go.sum [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 1522 Feb 26 18:37 main.go [2021-02-26T18:39:30.970Z] -rw-rw-r-- 1 jenkins jenkins 1582 Feb 26 18:37 makefile [2021-02-26T18:39:30.970Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 26 18:37 res [2021-02-26T18:39:30.970Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 18:37 snap [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:31.136Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:31.354Z] + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=arm64 --label version=2.0.0-dev.18 . [2021-02-26T18:39:31.354Z] Sending build context to Docker daemon 128kB [2021-02-26T18:39:31.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T18:39:31.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T18:39:31.439Z] 5da058eccf35: Preparing [2021-02-26T18:39:31.439Z] 8328022a726e: Preparing [2021-02-26T18:39:31.439Z] 91b0f38f7510: Preparing [2021-02-26T18:39:31.439Z] 45fbb1e14604: Preparing [2021-02-26T18:39:31.439Z] 32f3466d37cd: Preparing [2021-02-26T18:39:31.439Z] 33e8713114f8: Preparing [2021-02-26T18:39:31.439Z] 33e8713114f8: Waiting [2021-02-26T18:39:31.644Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T18:39:31.644Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-26T18:39:31.644Z] ---> a5a47da8eedf [2021-02-26T18:39:31.644Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-26T18:39:31.705Z] 45fbb1e14604: Pushed [2021-02-26T18:39:31.705Z] 91b0f38f7510: Pushed [2021-02-26T18:39:31.705Z] 8328022a726e: Pushed [2021-02-26T18:39:31.705Z] 33e8713114f8: Layer already exists [2021-02-26T18:39:31.917Z] ---> Running in 798f5b5a535b [2021-02-26T18:39:31.968Z] 32f3466d37cd: Pushed [2021-02-26T18:39:32.515Z] Removing intermediate container 798f5b5a535b [2021-02-26T18:39:32.515Z] ---> 3013d059f75b [2021-02-26T18:39:32.515Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-26T18:39:32.515Z] ---> Running in ed5da94b6696 [2021-02-26T18:39:32.914Z] 5da058eccf35: Pushed [2021-02-26T18:39:33.112Z] Removing intermediate container ed5da94b6696 [2021-02-26T18:39:33.112Z] ---> 0722f2b4a140 [2021-02-26T18:39:33.112Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T18:39:33.112Z] ---> Running in 5807ae83d39a [2021-02-26T18:39:33.177Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:33.487Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:33.709Z] Removing intermediate container 5807ae83d39a [2021-02-26T18:39:33.709Z] ---> 7e14d864027e [2021-02-26T18:39:33.709Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T18:39:33.709Z] ---> Running in bb64a2837f56 [2021-02-26T18:39:33.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-26T18:39:33.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T18:39:33.791Z] 5da058eccf35: Preparing [2021-02-26T18:39:33.791Z] 8328022a726e: Preparing [2021-02-26T18:39:33.791Z] 91b0f38f7510: Preparing [2021-02-26T18:39:33.791Z] 45fbb1e14604: Preparing [2021-02-26T18:39:33.791Z] 32f3466d37cd: Preparing [2021-02-26T18:39:33.791Z] 33e8713114f8: Preparing [2021-02-26T18:39:33.791Z] 33e8713114f8: Waiting [2021-02-26T18:39:33.791Z] 5da058eccf35: Layer already exists [2021-02-26T18:39:33.791Z] 8328022a726e: Layer already exists [2021-02-26T18:39:33.791Z] 45fbb1e14604: Layer already exists [2021-02-26T18:39:33.791Z] 32f3466d37cd: Layer already exists [2021-02-26T18:39:33.791Z] 91b0f38f7510: Layer already exists [2021-02-26T18:39:33.791Z] 33e8713114f8: Layer already exists [2021-02-26T18:39:33.791Z] latest: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:34.101Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:34.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.18 [2021-02-26T18:39:34.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T18:39:34.407Z] 5da058eccf35: Preparing [2021-02-26T18:39:34.407Z] 8328022a726e: Preparing [2021-02-26T18:39:34.407Z] 91b0f38f7510: Preparing [2021-02-26T18:39:34.407Z] 45fbb1e14604: Preparing [2021-02-26T18:39:34.407Z] 32f3466d37cd: Preparing [2021-02-26T18:39:34.407Z] 33e8713114f8: Preparing [2021-02-26T18:39:34.407Z] 33e8713114f8: Waiting [2021-02-26T18:39:34.407Z] 91b0f38f7510: Layer already exists [2021-02-26T18:39:34.407Z] 8328022a726e: Layer already exists [2021-02-26T18:39:34.407Z] 32f3466d37cd: Layer already exists [2021-02-26T18:39:34.407Z] 45fbb1e14604: Layer already exists [2021-02-26T18:39:34.407Z] 5da058eccf35: Layer already exists [2021-02-26T18:39:34.407Z] 33e8713114f8: Layer already exists [2021-02-26T18:39:34.407Z] 2.0.0-dev.18: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:34.716Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:35.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [2021-02-26T18:39:35.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T18:39:35.022Z] 5da058eccf35: Preparing [2021-02-26T18:39:35.022Z] 8328022a726e: Preparing [2021-02-26T18:39:35.022Z] 91b0f38f7510: Preparing [2021-02-26T18:39:35.022Z] 45fbb1e14604: Preparing [2021-02-26T18:39:35.022Z] 32f3466d37cd: Preparing [2021-02-26T18:39:35.022Z] 33e8713114f8: Preparing [2021-02-26T18:39:35.022Z] 8328022a726e: Layer already exists [2021-02-26T18:39:35.022Z] 91b0f38f7510: Layer already exists [2021-02-26T18:39:35.022Z] 32f3466d37cd: Layer already exists [2021-02-26T18:39:35.022Z] 5da058eccf35: Layer already exists [2021-02-26T18:39:35.022Z] 45fbb1e14604: Layer already exists [2021-02-26T18:39:35.022Z] 33e8713114f8: Layer already exists [2021-02-26T18:39:35.022Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:35.409Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:39:35.683Z] Removing intermediate container bb64a2837f56 [2021-02-26T18:39:35.683Z] ---> 3ac1e89c2df1 [2021-02-26T18:39:35.683Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-26T18:39:35.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-02-26T18:39:35.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T18:39:35.760Z] 5da058eccf35: Preparing [2021-02-26T18:39:35.760Z] 8328022a726e: Preparing [2021-02-26T18:39:35.760Z] 91b0f38f7510: Preparing [2021-02-26T18:39:35.760Z] 45fbb1e14604: Preparing [2021-02-26T18:39:35.760Z] 32f3466d37cd: Preparing [2021-02-26T18:39:35.760Z] 33e8713114f8: Preparing [2021-02-26T18:39:35.760Z] 33e8713114f8: Waiting [2021-02-26T18:39:35.760Z] 8328022a726e: Layer already exists [2021-02-26T18:39:35.760Z] 45fbb1e14604: Layer already exists [2021-02-26T18:39:35.760Z] 32f3466d37cd: Layer already exists [2021-02-26T18:39:35.760Z] 91b0f38f7510: Layer already exists [2021-02-26T18:39:35.760Z] 5da058eccf35: Layer already exists [2021-02-26T18:39:35.760Z] 33e8713114f8: Layer already exists [2021-02-26T18:39:35.760Z] master: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T18:39:35.953Z] ===================================================== [2021-02-26T18:39:35.959Z] ---> Running in bb620fa0371d [Pipeline] echo [2021-02-26T18:39:36.003Z] taggedImages: [2021-02-26T18:39:36.003Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T18:39:36.003Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-26T18:39:36.003Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.18 [2021-02-26T18:39:36.003Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [2021-02-26T18:39:36.003Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:39:36.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T18:39:37.181Z] ---> job-cost.sh [2021-02-26T18:39:37.181Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rSNw [2021-02-26T18:39:37.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T18:39:38.543Z] OK: 144 MiB in 45 packages [2021-02-26T18:39:39.518Z] Removing intermediate container bb620fa0371d [2021-02-26T18:39:39.518Z] ---> 2e2616753353 [2021-02-26T18:39:39.518Z] Step 8/27 : WORKDIR /app [2021-02-26T18:39:39.791Z] ---> Running in 5791789048f1 [2021-02-26T18:39:40.383Z] Removing intermediate container 5791789048f1 [2021-02-26T18:39:40.383Z] ---> ecb63439b854 [2021-02-26T18:39:40.383Z] Step 9/27 : COPY go.mod . [2021-02-26T18:39:40.975Z] ---> f3b2f45ecfe1 [2021-02-26T18:39:40.975Z] Step 10/27 : RUN go mod download [2021-02-26T18:39:41.256Z] ---> Running in e0d98d14a3c2 [2021-02-26T18:39:43.872Z] Removing intermediate container e0d98d14a3c2 [2021-02-26T18:39:43.872Z] ---> 9adda4f2439f [2021-02-26T18:39:43.872Z] Step 11/27 : COPY . . [2021-02-26T18:39:44.150Z] ---> 930560e09cb0 [2021-02-26T18:39:44.150Z] Step 12/27 : ARG MAKE="make build" [2021-02-26T18:39:44.150Z] ---> Running in b4a37fc8c6cc [2021-02-26T18:39:44.745Z] Removing intermediate container b4a37fc8c6cc [2021-02-26T18:39:44.745Z] ---> 2c6770c8bccf [2021-02-26T18:39:44.745Z] Step 13/27 : RUN $MAKE [2021-02-26T18:39:44.745Z] ---> Running in d35fbcdb7770 [2021-02-26T18:39:46.187Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.18" -o app-service-configurable [2021-02-26T18:39:52.117Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T18:40:24.333Z] lf-activate-venv(): INFO: Adding /tmp/venv-rSNw/bin to PATH [2021-02-26T18:40:24.333Z] INFO: No Stack... [2021-02-26T18:40:24.333Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T18:40:24.333Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T18:40:24.652Z] + cat /w/workspace/app-service-configurable/86/archives/cost.csv [2021-02-26T18:40:24.652Z] + cut -d, -f6 [Pipeline] lock [2021-02-26T18:40:24.743Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] [2021-02-26T18:40:24.752Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] did not exist. Created. [2021-02-26T18:40:24.752Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T18:40:25.149Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-26T18:40:25.210Z] Removing intermediate container d35fbcdb7770 [2021-02-26T18:40:25.210Z] ---> 8aaa3081105c [2021-02-26T18:40:25.210Z] Step 14/27 : FROM alpine:3.12 [2021-02-26T18:40:25.210Z] 3.12: Pulling from library/alpine [2021-02-26T18:40:25.210Z] dce8679b510e: Pulling fs layer [2021-02-26T18:40:25.210Z] dce8679b510e: Verifying Checksum [2021-02-26T18:40:25.210Z] dce8679b510e: Download complete [2021-02-26T18:40:25.210Z] dce8679b510e: Pull complete [2021-02-26T18:40:25.210Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T18:40:25.210Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T18:40:25.210Z] ---> d10569e2745f [2021-02-26T18:40:25.210Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T18:40:25.210Z] ---> Running in 1f02d21d1de6 [2021-02-26T18:40:25.210Z] Removing intermediate container 1f02d21d1de6 [2021-02-26T18:40:25.210Z] ---> af868e25bcf5 [2021-02-26T18:40:25.210Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-26T18:40:25.210Z] ---> Running in c34c7264632f [2021-02-26T18:40:25.210Z] Removing intermediate container c34c7264632f [2021-02-26T18:40:25.210Z] ---> 9c046a925b20 [2021-02-26T18:40:25.210Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-26T18:40:25.210Z] ---> Running in 4deefcfa9235 [2021-02-26T18:40:25.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T18:40:25.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T18:40:25.308Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T18:40:25.326Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-26T18:40:25.802Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-26T18:40:25.802Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-26T18:40:25.802Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-26T18:40:25.802Z] (4/7) Installing libsodium (1.0.18-r0) [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T18:40:26.078Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-26T18:40:26.078Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-26T18:40:26.078Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-26T18:40:26.078Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T18:40:26.078Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T18:40:26.078Z] OK: 9 MiB in 21 packages [2021-02-26T18:40:28.052Z] Removing intermediate container 4deefcfa9235 [2021-02-26T18:40:28.052Z] ---> 0f2dec800434 [2021-02-26T18:40:28.052Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-26T18:40:28.650Z] ---> 66cd313d0915 [2021-02-26T18:40:28.650Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-26T18:40:29.247Z] ---> 8b6225c98b3c [2021-02-26T18:40:29.247Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-26T18:40:30.227Z] ---> 112f81d01251 [2021-02-26T18:40:30.227Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-26T18:40:31.659Z] ---> a05d2e45a729 [2021-02-26T18:40:31.659Z] Step 22/27 : EXPOSE 48095 [2021-02-26T18:40:31.659Z] ---> Running in 1b4af35877f1 [2021-02-26T18:40:31.934Z] Removing intermediate container 1b4af35877f1 [2021-02-26T18:40:31.934Z] ---> 3f7fbc80e52b [2021-02-26T18:40:31.934Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-26T18:40:32.206Z] ---> Running in 68fc36e21813 [2021-02-26T18:40:32.804Z] Removing intermediate container 68fc36e21813 [2021-02-26T18:40:32.804Z] ---> 1a95d60c3b0c [2021-02-26T18:40:32.804Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T18:40:32.804Z] ---> Running in 0bdce936f1fb [2021-02-26T18:40:33.077Z] Removing intermediate container 0bdce936f1fb [2021-02-26T18:40:33.077Z] ---> 38ae6cfc7355 [2021-02-26T18:40:33.077Z] Step 25/27 : LABEL arch=arm64 [2021-02-26T18:40:33.350Z] ---> Running in eafa19cf6cf5 [2021-02-26T18:40:33.944Z] Removing intermediate container eafa19cf6cf5 [2021-02-26T18:40:33.944Z] ---> 6e7b043e965a [2021-02-26T18:40:33.944Z] Step 26/27 : LABEL git_sha=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T18:40:33.944Z] ---> Running in 59d3363734fa [2021-02-26T18:40:34.540Z] Removing intermediate container 59d3363734fa [2021-02-26T18:40:34.540Z] ---> a403c7c4e7ca [2021-02-26T18:40:34.540Z] Step 27/27 : LABEL version=2.0.0-dev.18 [2021-02-26T18:40:34.540Z] ---> Running in c4535f90ebd7 [2021-02-26T18:40:35.136Z] Removing intermediate container c4535f90ebd7 [2021-02-26T18:40:35.136Z] ---> baabc846b529 [2021-02-26T18:40:35.136Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-26T18:40:35.136Z] Successfully built baabc846b529 [2021-02-26T18:40:35.136Z] 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 [2021-02-26T18:40:35.627Z] provisioning config files... [2021-02-26T18:40:35.666Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/86@tmp/config7210964368824360270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:40:36.060Z] ---> docker-login.sh [2021-02-26T18:40:36.061Z] nexus3.edgexfoundry.org:10001 [2021-02-26T18:40:36.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:40:36.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:40:36.605Z] Configure a credential helper to remove this warning. See [2021-02-26T18:40:36.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:40:36.605Z] [2021-02-26T18:40:36.605Z] Login Succeeded [2021-02-26T18:40:36.605Z] nexus3.edgexfoundry.org:10002 [2021-02-26T18:40:36.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:40:37.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:40:37.151Z] Configure a credential helper to remove this warning. See [2021-02-26T18:40:37.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:40:37.151Z] [2021-02-26T18:40:37.151Z] Login Succeeded [2021-02-26T18:40:37.151Z] nexus3.edgexfoundry.org:10003 [2021-02-26T18:40:37.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:40:37.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:40:37.708Z] Configure a credential helper to remove this warning. See [2021-02-26T18:40:37.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:40:37.708Z] [2021-02-26T18:40:37.708Z] Login Succeeded [2021-02-26T18:40:37.708Z] nexus3.edgexfoundry.org:10004 [2021-02-26T18:40:37.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:40:38.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:40:38.255Z] Configure a credential helper to remove this warning. See [2021-02-26T18:40:38.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:40:38.255Z] [2021-02-26T18:40:38.255Z] Login Succeeded [2021-02-26T18:40:38.255Z] docker.io [2021-02-26T18:40:38.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T18:40:39.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T18:40:39.123Z] Configure a credential helper to remove this warning. See [2021-02-26T18:40:39.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T18:40:39.123Z] [2021-02-26T18:40:39.123Z] Login Succeeded [2021-02-26T18:40:39.123Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T18:40:39.139Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T18:40:39.377Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-26T18:40:39.377Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T18:40:39.377Z] latest [2021-02-26T18:40:39.377Z] 2.0.0-dev.18 [2021-02-26T18:40:39.377Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [2021-02-26T18:40:39.377Z] master [2021-02-26T18:40:39.377Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:39.924Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:40.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T18:40:40.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T18:40:40.267Z] 5c05ee1c0460: Preparing [2021-02-26T18:40:40.267Z] ee08a79b01c0: Preparing [2021-02-26T18:40:40.267Z] a07f0a074346: Preparing [2021-02-26T18:40:40.267Z] 95f3cddb602d: Preparing [2021-02-26T18:40:40.267Z] 29e95eeeee5d: Preparing [2021-02-26T18:40:40.267Z] 02a88cfff88f: Preparing [2021-02-26T18:40:40.267Z] 02a88cfff88f: Waiting [2021-02-26T18:40:40.565Z] a07f0a074346: Pushed [2021-02-26T18:40:40.565Z] 95f3cddb602d: Pushed [2021-02-26T18:40:40.565Z] ee08a79b01c0: Pushed [2021-02-26T18:40:40.565Z] 02a88cfff88f: Layer already exists [2021-02-26T18:40:41.543Z] 29e95eeeee5d: Pushed [2021-02-26T18:40:44.154Z] 5c05ee1c0460: Pushed [2021-02-26T18:40:44.154Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:44.499Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:44.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-26T18:40:44.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T18:40:44.839Z] 5c05ee1c0460: Preparing [2021-02-26T18:40:44.839Z] ee08a79b01c0: Preparing [2021-02-26T18:40:44.839Z] a07f0a074346: Preparing [2021-02-26T18:40:44.839Z] 95f3cddb602d: Preparing [2021-02-26T18:40:44.839Z] 29e95eeeee5d: Preparing [2021-02-26T18:40:44.839Z] 02a88cfff88f: Preparing [2021-02-26T18:40:44.839Z] 02a88cfff88f: Waiting [2021-02-26T18:40:44.839Z] 29e95eeeee5d: Layer already exists [2021-02-26T18:40:44.839Z] a07f0a074346: Layer already exists [2021-02-26T18:40:44.839Z] 95f3cddb602d: Layer already exists [2021-02-26T18:40:44.839Z] ee08a79b01c0: Layer already exists [2021-02-26T18:40:44.839Z] 5c05ee1c0460: Layer already exists [2021-02-26T18:40:45.110Z] 02a88cfff88f: Layer already exists [2021-02-26T18:40:45.110Z] latest: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:45.455Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:45.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 [2021-02-26T18:40:45.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T18:40:45.794Z] 5c05ee1c0460: Preparing [2021-02-26T18:40:45.794Z] ee08a79b01c0: Preparing [2021-02-26T18:40:45.794Z] a07f0a074346: Preparing [2021-02-26T18:40:45.794Z] 95f3cddb602d: Preparing [2021-02-26T18:40:45.794Z] 29e95eeeee5d: Preparing [2021-02-26T18:40:45.794Z] 02a88cfff88f: Preparing [2021-02-26T18:40:45.794Z] 02a88cfff88f: Waiting [2021-02-26T18:40:45.794Z] 29e95eeeee5d: Layer already exists [2021-02-26T18:40:45.794Z] ee08a79b01c0: Layer already exists [2021-02-26T18:40:45.794Z] a07f0a074346: Layer already exists [2021-02-26T18:40:45.794Z] 5c05ee1c0460: Layer already exists [2021-02-26T18:40:46.065Z] 95f3cddb602d: Layer already exists [2021-02-26T18:40:46.065Z] 02a88cfff88f: Layer already exists [2021-02-26T18:40:46.065Z] 2.0.0-dev.18: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:46.415Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:46.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [2021-02-26T18:40:46.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T18:40:46.753Z] 5c05ee1c0460: Preparing [2021-02-26T18:40:46.753Z] ee08a79b01c0: Preparing [2021-02-26T18:40:46.753Z] a07f0a074346: Preparing [2021-02-26T18:40:46.753Z] 95f3cddb602d: Preparing [2021-02-26T18:40:46.753Z] 29e95eeeee5d: Preparing [2021-02-26T18:40:46.753Z] 02a88cfff88f: Preparing [2021-02-26T18:40:46.753Z] 02a88cfff88f: Waiting [2021-02-26T18:40:46.753Z] 5c05ee1c0460: Layer already exists [2021-02-26T18:40:46.753Z] 29e95eeeee5d: Layer already exists [2021-02-26T18:40:46.753Z] 95f3cddb602d: Layer already exists [2021-02-26T18:40:46.753Z] a07f0a074346: Layer already exists [2021-02-26T18:40:46.753Z] ee08a79b01c0: Layer already exists [2021-02-26T18:40:46.753Z] 02a88cfff88f: Layer already exists [2021-02-26T18:40:47.026Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:47.379Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:40:47.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-02-26T18:40:47.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T18:40:47.741Z] 5c05ee1c0460: Preparing [2021-02-26T18:40:47.741Z] ee08a79b01c0: Preparing [2021-02-26T18:40:47.741Z] a07f0a074346: Preparing [2021-02-26T18:40:47.741Z] 95f3cddb602d: Preparing [2021-02-26T18:40:47.741Z] 29e95eeeee5d: Preparing [2021-02-26T18:40:47.741Z] 02a88cfff88f: Preparing [2021-02-26T18:40:47.741Z] 02a88cfff88f: Waiting [2021-02-26T18:40:47.741Z] ee08a79b01c0: Layer already exists [2021-02-26T18:40:47.741Z] 95f3cddb602d: Layer already exists [2021-02-26T18:40:47.741Z] 29e95eeeee5d: Layer already exists [2021-02-26T18:40:47.741Z] 5c05ee1c0460: Layer already exists [2021-02-26T18:40:47.741Z] a07f0a074346: Layer already exists [2021-02-26T18:40:48.013Z] 02a88cfff88f: Layer already exists [2021-02-26T18:40:48.013Z] master: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T18:40:48.216Z] ===================================================== [Pipeline] echo [2021-02-26T18:40:48.280Z] taggedImages: [2021-02-26T18:40:48.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T18:40:48.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-26T18:40:48.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 [2021-02-26T18:40:48.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [2021-02-26T18:40:48.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:40:48.905Z] ---> job-cost.sh [2021-02-26T18:40:48.905Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3pmz [2021-02-26T18:41:27.949Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T18:43:34.730Z] lf-activate-venv(): INFO: Adding /tmp/venv-3pmz/bin to PATH [2021-02-26T18:43:34.730Z] INFO: No Stack... [2021-02-26T18:43:34.730Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-26T18:43:34.730Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T18:43:35.064Z] + cut -d, -f6 [2021-02-26T18:43:35.064Z] + cat /w/workspace/app-service-configurable/86/archives/cost.csv [Pipeline] lock [2021-02-26T18:43:35.171Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] [2021-02-26T18:43:35.179Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] did not exist. Created. [2021-02-26T18:43:35.179Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T18:43:35.636Z] /w/workspace/app-service-configurable/86@tmp/durable-9bbf0bab/script.sh: 1: /w/workspace/app-service-configurable/86@tmp/durable-9bbf0bab/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-26T18:43:35.981Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-26T18:43:36.000Z] Warning: overwriting stash ‘stack-cost’ [2021-02-26T18:43:36.152Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T18:43:36.170Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] wrap [2021-02-26T18:43:37.534Z] provisioning config files... [2021-02-26T18:43:37.569Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8863306309955789624tmp [Pipeline] { [Pipeline] sh [2021-02-26T18:43:38.079Z] + set +x [2021-02-26T18:43:38.079Z] + curl -s https://codecov.io/bash [2021-02-26T18:43:38.079Z] + bash -s -- [2021-02-26T18:43:38.421Z] [2021-02-26T18:43:38.421Z] _____ _ [2021-02-26T18:43:38.421Z] / ____| | | [2021-02-26T18:43:38.421Z] | | ___ __| | ___ ___ _____ __ [2021-02-26T18:43:38.421Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-26T18:43:38.421Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-26T18:43:38.421Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-26T18:43:38.421Z] Bash-20210226-7100762 [2021-02-26T18:43:38.421Z] [2021-02-26T18:43:38.421Z] [2021-02-26T18:43:38.421Z] ==> git version 2.24.3 found [2021-02-26T18:43:38.421Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-26T18:43:38.421Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-26T18:43:38.421Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-26T18:43:38.421Z] ==> Jenkins CI detected. [2021-02-26T18:43:38.421Z] project root: . [2021-02-26T18:43:38.421Z] --> token set from env [2021-02-26T18:43:38.421Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-26T18:43:38.711Z] ==> Running gcov in . (disable via -X gcov) [2021-02-26T18:43:38.711Z] ==> Python coveragepy not found [2021-02-26T18:43:38.711Z] ==> Searching for coverage reports in: [2021-02-26T18:43:38.711Z] + . [2021-02-26T18:43:38.711Z] -> Found 1 reports [2021-02-26T18:43:38.711Z] ==> Detecting git/mercurial file structure [2021-02-26T18:43:38.711Z] ==> Reading reports [2021-02-26T18:43:38.711Z] + ./coverage.out bytes=10 [2021-02-26T18:43:38.995Z] ==> Appending adjustments [2021-02-26T18:43:38.995Z] https://docs.codecov.io/docs/fixing-reports [2021-02-26T18:43:38.995Z] + Found adjustments [2021-02-26T18:43:38.995Z] ==> Gzipping contents [2021-02-26T18:43:38.995Z] 4.0K /tmp/codecov.NzVffg.gz [2021-02-26T18:43:38.995Z] ==> Uploading reports [2021-02-26T18:43:38.995Z] url: https://codecov.io [2021-02-26T18:43:38.995Z] query: branch=master&commit=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T18:43:38.995Z] -> Pinging Codecov [2021-02-26T18:43:38.995Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T18:43:39.642Z] -> Uploading to [2021-02-26T18:43:39.642Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-26/A97CA9966030D2A3747ED39772930CCE/6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2/f5ed328d-879d-4f33-b54b-0830389eab7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T184339Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=76205011fc54127c9f4b70d77b68ee66ffcbbdfa466a790513053d04f467ee54 [2021-02-26T18:43:39.642Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T18:43:39.642Z] Dload Upload Total Spent Left Speed [2021-02-26T18:43:40.393Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 617 --:--:-- --:--:-- --:--:-- 618 [2021-02-26T18:43:40.393Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] } [2021-02-26T18:43:40.419Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-26T18:43:41.418Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-26T18:43:41.472Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:43:42.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T18:43:42.764Z] [2021-02-26T18:43:42.764Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:43:43.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T18:43:43.217Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-26T18:43:43.217Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T18:43:43.217Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T18:43:43.217Z] de9db76c5a1d: Pulling fs layer [2021-02-26T18:43:43.217Z] 0eba1c9be4d2: Pulling fs layer [2021-02-26T18:43:43.217Z] 0d57e429df01: Pulling fs layer [2021-02-26T18:43:43.217Z] 4e4be7b47b0d: Pulling fs layer [2021-02-26T18:43:43.217Z] e1f770b5df2f: Pulling fs layer [2021-02-26T18:43:43.217Z] 85a0685a4137: Pulling fs layer [2021-02-26T18:43:43.217Z] 0eba1c9be4d2: Waiting [2021-02-26T18:43:43.217Z] 0d57e429df01: Waiting [2021-02-26T18:43:43.217Z] 4e4be7b47b0d: Waiting [2021-02-26T18:43:43.217Z] e1f770b5df2f: Waiting [2021-02-26T18:43:43.217Z] 85a0685a4137: Waiting [2021-02-26T18:43:43.217Z] de9db76c5a1d: Download complete [2021-02-26T18:43:43.494Z] 0ef7d3d256c8: Verifying Checksum [2021-02-26T18:43:43.494Z] 0ef7d3d256c8: Download complete [2021-02-26T18:43:43.494Z] 0d57e429df01: Verifying Checksum [2021-02-26T18:43:43.494Z] 0d57e429df01: Download complete [2021-02-26T18:43:43.494Z] 4e4be7b47b0d: Verifying Checksum [2021-02-26T18:43:43.494Z] 4e4be7b47b0d: Download complete [2021-02-26T18:43:44.652Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T18:43:45.814Z] 188c0c94c7c5: Pull complete [2021-02-26T18:43:46.880Z] 0ef7d3d256c8: Pull complete [2021-02-26T18:43:46.880Z] de9db76c5a1d: Pull complete [2021-02-26T18:43:47.166Z] e1f770b5df2f: Verifying Checksum [2021-02-26T18:43:47.166Z] e1f770b5df2f: Download complete [2021-02-26T18:43:58.023Z] 0eba1c9be4d2: Verifying Checksum [2021-02-26T18:43:58.023Z] 0eba1c9be4d2: Download complete [2021-02-26T18:43:59.099Z] 85a0685a4137: Verifying Checksum [2021-02-26T18:43:59.099Z] 85a0685a4137: Download complete [2021-02-26T18:44:15.274Z] 0eba1c9be4d2: Pull complete [2021-02-26T18:44:15.274Z] 0d57e429df01: Pull complete [2021-02-26T18:44:15.274Z] 4e4be7b47b0d: Pull complete [2021-02-26T18:44:20.075Z] e1f770b5df2f: Pull complete [2021-02-26T18:44:43.098Z] 85a0685a4137: Pull complete [2021-02-26T18:44:43.098Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-26T18:44:43.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T18:44:43.098Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-26T18:44:44.206Z] prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container [2021-02-26T18:44:44.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-26T18:44:47.900Z] $ docker top a627bbdbccb8fc86d3c89bbdd6b8f3148914c411e84d88c7f937a23a491431f5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T18:44:48.403Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-26T18:44:49.596Z] + set -o pipefail [2021-02-26T18:44:49.596Z] + snyk monitor '--org=edgex-jenkins' [2021-02-26T18:45:29.854Z] [2021-02-26T18:45:29.854Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-02-26T18:45:29.854Z] [2021-02-26T18:45:29.854Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/fb03a5c0-e2c7-43a2-b360-e2cabe1af086 [2021-02-26T18:45:29.854Z] [2021-02-26T18:45:29.854Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-26T18:45:29.854Z] [2021-02-26T18:45:30.124Z] [2021-02-26T18:45:30.124Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-26T18:45:30.124Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-26T18:45:30.170Z] $ docker stop --time=1 a627bbdbccb8fc86d3c89bbdd6b8f3148914c411e84d88c7f937a23a491431f5 [2021-02-26T18:45:33.739Z] $ docker rm -f a627bbdbccb8fc86d3c89bbdd6b8f3148914c411e84d88c7f937a23a491431f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T18:45:36.404Z] + git log --format=format:%s -1 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:45:36.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T18:45:37.206Z] . [Pipeline] withDockerContainer [2021-02-26T18:45:37.859Z] prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container [2021-02-26T18:45:38.006Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T18:45:41.917Z] $ docker top ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T18:45:43.086Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T18:45:43.087Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T18:45:44.805Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T18:45:44.810Z] $ docker exec ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 ssh-agent [2021-02-26T18:45:46.167Z] SSH_AUTH_SOCK=/tmp/ssh-dz9gxbCMya6g/agent.11 [2021-02-26T18:45:46.167Z] SSH_AGENT_PID=16 [2021-02-26T18:45:46.182Z] Running ssh-add (command line suppressed) [2021-02-26T18:45:46.975Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5777236533929800237.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5777236533929800237.key) [2021-02-26T18:45:47.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T18:45:48.607Z] + git semver tag [2021-02-26T18:45:48.608Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T18:45:48.608Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-26T18:45:48.608Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-26T18:45:48.608Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T18:45:48.608Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T18:45:48.608Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T18:45:48.608Z] # $SEMVER_BRANCH = master [2021-02-26T18:45:48.608Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-26T18:45:48.608Z] # 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 HEAD [2021-02-26T18:45:48.875Z] # -> Force: false [2021-02-26T18:45:48.875Z] # 3a404de8098e5b19199ba73bddef10112413616f refs/tags/v2.0.0-dev.18 [Pipeline] } [2021-02-26T18:45:48.894Z] $ docker exec --env ******** --env ******** ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 ssh-agent -k [2021-02-26T18:45:49.415Z] unset SSH_AUTH_SOCK; [2021-02-26T18:45:49.415Z] unset SSH_AGENT_PID; [2021-02-26T18:45:49.415Z] echo Agent pid 16 killed; [2021-02-26T18:45:49.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T18:45:51.084Z] + git semver [Pipeline] } [2021-02-26T18:45:51.183Z] $ docker stop --time=1 ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 [2021-02-26T18:45:54.099Z] $ docker rm -f ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:45:55.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T18:45:55.469Z] [2021-02-26T18:45:55.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:45:55.991Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T18:45:56.276Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-26T18:45:56.276Z] ab5ef0e58194: Pulling fs layer [2021-02-26T18:45:56.276Z] 9712f1f96733: Pulling fs layer [2021-02-26T18:45:56.276Z] 63f879dbbcfc: Pulling fs layer [2021-02-26T18:45:56.276Z] 0d9ebad4ef96: Pulling fs layer [2021-02-26T18:45:56.276Z] e9a5061849ea: Pulling fs layer [2021-02-26T18:45:56.276Z] d747dcd14b5f: Pulling fs layer [2021-02-26T18:45:56.276Z] 2de7ff778b66: Pulling fs layer [2021-02-26T18:45:56.276Z] 0d9ebad4ef96: Waiting [2021-02-26T18:45:56.276Z] e9a5061849ea: Waiting [2021-02-26T18:45:56.276Z] d747dcd14b5f: Waiting [2021-02-26T18:45:56.276Z] 2de7ff778b66: Waiting [2021-02-26T18:45:56.550Z] 9712f1f96733: Verifying Checksum [2021-02-26T18:45:56.550Z] 9712f1f96733: Download complete [2021-02-26T18:46:07.649Z] 63f879dbbcfc: Verifying Checksum [2021-02-26T18:46:07.649Z] 63f879dbbcfc: Download complete [2021-02-26T18:46:07.929Z] e9a5061849ea: Verifying Checksum [2021-02-26T18:46:07.930Z] e9a5061849ea: Download complete [2021-02-26T18:46:07.930Z] d747dcd14b5f: Download complete [2021-02-26T18:46:10.637Z] 2de7ff778b66: Verifying Checksum [2021-02-26T18:46:10.637Z] 2de7ff778b66: Download complete [2021-02-26T18:46:11.705Z] 0d9ebad4ef96: Verifying Checksum [2021-02-26T18:46:11.705Z] 0d9ebad4ef96: Download complete [2021-02-26T18:46:11.705Z] ab5ef0e58194: Verifying Checksum [2021-02-26T18:46:11.705Z] ab5ef0e58194: Download complete [2021-02-26T18:46:22.619Z] ab5ef0e58194: Pull complete [2021-02-26T18:46:22.892Z] 9712f1f96733: Pull complete [2021-02-26T18:46:28.959Z] 63f879dbbcfc: Pull complete [2021-02-26T18:46:51.669Z] 0d9ebad4ef96: Pull complete [2021-02-26T18:46:51.669Z] e9a5061849ea: Pull complete [2021-02-26T18:46:52.350Z] d747dcd14b5f: Pull complete [2021-02-26T18:46:59.432Z] 2de7ff778b66: Pull complete [2021-02-26T18:46:59.432Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-26T18:46:59.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T18:46:59.432Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-26T18:47:00.294Z] prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container [2021-02-26T18:47:01.215Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-26T18:47:09.456Z] $ docker top 81ca956cd6c05f4b7a7e2268e46795c90282ea2b968f36e7d5ca036eaeeed83d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-26T18:47:10.814Z] provisioning config files... [2021-02-26T18:47:10.834Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config3907037925298248972tmp [2021-02-26T18:47:10.902Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2398079289816020508tmp [2021-02-26T18:47:10.933Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8479499262058658470tmp [Pipeline] { [Pipeline] echo [2021-02-26T18:47:11.047Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:47:12.228Z] ---> sigul-configuration.sh [2021-02-26T18:47:12.228Z] gpg: directory `/root/.gnupg' created [2021-02-26T18:47:12.228Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-26T18:47:12.228Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-26T18:47:12.228Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-26T18:47:12.228Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-26T18:47:12.228Z] gpg: CAST5 encrypted data [2021-02-26T18:47:12.797Z] gpg: encrypted with 1 passphrase [2021-02-26T18:47:12.797Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-26T18:47:14.885Z] + mkdir /home/jenkins [2021-02-26T18:47:14.885Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-26T18:47:16.441Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-26T18:47:16.464Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:47:17.642Z] ---> sigul-install.sh [2021-02-26T18:47:30.593Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-26T18:47:32.281Z] + git tag --list [2021-02-26T18:47:32.281Z] v1.0.0 [2021-02-26T18:47:32.281Z] v1.1.0 [2021-02-26T18:47:32.281Z] v1.2.0 [2021-02-26T18:47:32.281Z] v1.3.0 [2021-02-26T18:47:32.281Z] v1.3.1 [2021-02-26T18:47:32.281Z] v1.3.1-dev.1 [2021-02-26T18:47:32.281Z] v1.3.1-dev.2 [2021-02-26T18:47:32.281Z] v1.3.1-dev.3 [2021-02-26T18:47:32.281Z] v2.0.0-dev.1 [2021-02-26T18:47:32.281Z] v2.0.0-dev.10 [2021-02-26T18:47:32.281Z] v2.0.0-dev.11 [2021-02-26T18:47:32.281Z] v2.0.0-dev.12 [2021-02-26T18:47:32.281Z] v2.0.0-dev.13 [2021-02-26T18:47:32.281Z] v2.0.0-dev.14 [2021-02-26T18:47:32.281Z] v2.0.0-dev.15 [2021-02-26T18:47:32.281Z] v2.0.0-dev.16 [2021-02-26T18:47:32.281Z] v2.0.0-dev.17 [2021-02-26T18:47:32.281Z] v2.0.0-dev.18 [2021-02-26T18:47:32.281Z] v2.0.0-dev.2 [2021-02-26T18:47:32.281Z] v2.0.0-dev.3 [2021-02-26T18:47:32.281Z] v2.0.0-dev.4 [2021-02-26T18:47:32.281Z] v2.0.0-dev.5 [2021-02-26T18:47:32.281Z] v2.0.0-dev.6 [2021-02-26T18:47:32.281Z] v2.0.0-dev.7 [2021-02-26T18:47:32.281Z] v2.0.0-dev.8 [2021-02-26T18:47:32.281Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-26T18:47:33.703Z] + lftools sign git-tag v2.0.0-dev.18 [2021-02-26T18:47:36.502Z] Signing Git tag with Sigul... [2021-02-26T18:47:36.502Z] Signing v2.0.0-dev.18 [Pipeline] echo [2021-02-26T18:47:37.486Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:47:38.249Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-26T18:47:38.295Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-26T18:47:38.452Z] $ docker stop --time=1 81ca956cd6c05f4b7a7e2268e46795c90282ea2b968f36e7d5ca036eaeeed83d [2021-02-26T18:47:41.253Z] $ docker rm -f 81ca956cd6c05f4b7a7e2268e46795c90282ea2b968f36e7d5ca036eaeeed83d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:47:42.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T18:47:43.192Z] . [Pipeline] withDockerContainer [2021-02-26T18:47:43.780Z] prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container [2021-02-26T18:47:43.961Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T18:47:46.907Z] $ docker top 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T18:47:47.702Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T18:47:47.702Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T18:47:48.973Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T18:47:48.980Z] $ docker exec 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef ssh-agent [2021-02-26T18:47:50.006Z] SSH_AUTH_SOCK=/tmp/ssh-cGHDTStD061f/agent.11 [2021-02-26T18:47:50.006Z] SSH_AGENT_PID=16 [2021-02-26T18:47:50.019Z] Running ssh-add (command line suppressed) [2021-02-26T18:47:50.793Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5645270301965784276.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5645270301965784276.key) [2021-02-26T18:47:51.217Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T18:47:51.703Z] + git semver bump pre [2021-02-26T18:47:51.997Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T18:47:51.997Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-26T18:47:51.997Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-26T18:47:51.997Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T18:47:51.997Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T18:47:51.997Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T18:47:51.997Z] # $SEMVER_BRANCH = master [2021-02-26T18:47:51.997Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-26T18:47:51.997Z] 2.0.0-dev.19 [Pipeline] } [2021-02-26T18:47:52.014Z] $ docker exec --env ******** --env ******** 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef ssh-agent -k [2021-02-26T18:47:53.299Z] unset SSH_AUTH_SOCK; [2021-02-26T18:47:53.299Z] unset SSH_AGENT_PID; [2021-02-26T18:47:53.300Z] echo Agent pid 16 killed; [2021-02-26T18:47:53.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T18:47:55.743Z] + git semver [Pipeline] } [2021-02-26T18:47:55.791Z] $ docker stop --time=1 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef [2021-02-26T18:47:58.608Z] $ docker rm -f 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:47:59.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T18:48:00.044Z] . [Pipeline] withDockerContainer [2021-02-26T18:48:00.665Z] prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container [2021-02-26T18:48:00.865Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T18:48:03.890Z] $ docker top 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T18:48:04.614Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T18:48:04.614Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T18:48:05.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T18:48:05.371Z] $ docker exec 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 ssh-agent [2021-02-26T18:48:06.992Z] SSH_AUTH_SOCK=/tmp/ssh-chKqTTGGXIDY/agent.11 [2021-02-26T18:48:06.992Z] SSH_AGENT_PID=16 [2021-02-26T18:48:07.021Z] Running ssh-add (command line suppressed) [2021-02-26T18:48:08.211Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1999242108900816414.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1999242108900816414.key) [2021-02-26T18:48:08.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T18:48:09.872Z] + git semver push [2021-02-26T18:48:10.157Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T18:48:10.157Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-26T18:48:10.157Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-26T18:48:10.157Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T18:48:10.157Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T18:48:10.157Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T18:48:10.157Z] # $SEMVER_BRANCH = master [2021-02-26T18:48:10.157Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-26T18:48:16.152Z] $ docker exec --env ******** --env ******** 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 ssh-agent -k [2021-02-26T18:48:17.009Z] unset SSH_AUTH_SOCK; [2021-02-26T18:48:17.023Z] unset SSH_AGENT_PID; [2021-02-26T18:48:17.023Z] echo Agent pid 16 killed; [2021-02-26T18:48:17.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T18:48:18.049Z] + git semver [Pipeline] } [2021-02-26T18:48:18.086Z] $ docker stop --time=1 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 [2021-02-26T18:48:20.309Z] $ docker rm -f 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 [2021-02-26T18:48:22.565Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:48:24.035Z] ---> package-listing.sh [2021-02-26T18:48:24.035Z] ++ facter osfamily [2021-02-26T18:48:24.035Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-26T18:48:24.320Z] + OS_FAMILY=redhat [2021-02-26T18:48:24.320Z] + workspace=/w/workspace/_app-service-configurable_master [2021-02-26T18:48:24.320Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-26T18:48:24.320Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-26T18:48:24.320Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-26T18:48:24.320Z] + PACKAGES=/tmp/packages_start.txt [2021-02-26T18:48:24.320Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-26T18:48:24.320Z] + PACKAGES=/tmp/packages_end.txt [2021-02-26T18:48:24.320Z] + case "${OS_FAMILY}" in [2021-02-26T18:48:24.320Z] + rpm -qa [2021-02-26T18:48:24.320Z] + sort [2021-02-26T18:48:31.946Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-26T18:48:31.946Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-26T18:48:31.946Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-26T18:48:31.946Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-26T18:48:31.946Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-02-26T18:48:31.946Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-02-26T18:48:31.963Z] 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 [2021-02-26T18:48:32.381Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:48:33.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T18:48:33.657Z] [2021-02-26T18:48:33.657Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-26T18:48:34.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T18:48:35.365Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-26T18:48:35.365Z] df20fa9351a1: Pulling fs layer [2021-02-26T18:48:35.365Z] 36b3adc4ff6f: Pulling fs layer [2021-02-26T18:48:35.365Z] 8ad3a11d3b57: Pulling fs layer [2021-02-26T18:48:35.365Z] 46f8f816bc3b: Pulling fs layer [2021-02-26T18:48:35.365Z] 93b61091891f: Pulling fs layer [2021-02-26T18:48:35.365Z] 93b9cdb0e59b: Pulling fs layer [2021-02-26T18:48:35.365Z] 5e14af77c1be: Pulling fs layer [2021-02-26T18:48:35.365Z] 01666e4c0597: Pulling fs layer [2021-02-26T18:48:35.365Z] aa168da1d23b: Pulling fs layer [2021-02-26T18:48:35.365Z] 93b9cdb0e59b: Waiting [2021-02-26T18:48:35.365Z] 01666e4c0597: Waiting [2021-02-26T18:48:35.365Z] 5e14af77c1be: Waiting [2021-02-26T18:48:35.365Z] aa168da1d23b: Waiting [2021-02-26T18:48:35.365Z] 46f8f816bc3b: Waiting [2021-02-26T18:48:35.365Z] 93b61091891f: Waiting [2021-02-26T18:48:35.649Z] 36b3adc4ff6f: Verifying Checksum [2021-02-26T18:48:35.649Z] 36b3adc4ff6f: Download complete [2021-02-26T18:48:35.649Z] 46f8f816bc3b: Verifying Checksum [2021-02-26T18:48:35.649Z] 46f8f816bc3b: Download complete [2021-02-26T18:48:35.930Z] df20fa9351a1: Verifying Checksum [2021-02-26T18:48:35.930Z] df20fa9351a1: Download complete [2021-02-26T18:48:35.930Z] 93b9cdb0e59b: Verifying Checksum [2021-02-26T18:48:35.930Z] 93b9cdb0e59b: Download complete [2021-02-26T18:48:35.930Z] 93b61091891f: Verifying Checksum [2021-02-26T18:48:35.930Z] 93b61091891f: Download complete [2021-02-26T18:48:35.930Z] 5e14af77c1be: Verifying Checksum [2021-02-26T18:48:35.930Z] 5e14af77c1be: Download complete [2021-02-26T18:48:35.930Z] 01666e4c0597: Verifying Checksum [2021-02-26T18:48:35.930Z] 01666e4c0597: Download complete [2021-02-26T18:48:37.455Z] 8ad3a11d3b57: Verifying Checksum [2021-02-26T18:48:37.455Z] 8ad3a11d3b57: Download complete [2021-02-26T18:48:37.730Z] df20fa9351a1: Pull complete [2021-02-26T18:48:37.996Z] 36b3adc4ff6f: Pull complete [2021-02-26T18:48:40.195Z] 8ad3a11d3b57: Pull complete [2021-02-26T18:48:40.195Z] 46f8f816bc3b: Pull complete [2021-02-26T18:48:41.689Z] 93b61091891f: Pull complete [2021-02-26T18:48:42.039Z] 93b9cdb0e59b: Pull complete [2021-02-26T18:48:42.879Z] 5e14af77c1be: Pull complete [2021-02-26T18:48:43.591Z] 01666e4c0597: Pull complete [2021-02-26T18:48:49.139Z] aa168da1d23b: Verifying Checksum [2021-02-26T18:48:49.139Z] aa168da1d23b: Download complete [2021-02-26T18:49:05.717Z] aa168da1d23b: Pull complete [2021-02-26T18:49:05.717Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-26T18:49:05.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T18:49:05.717Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-26T18:49:06.591Z] prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container [2021-02-26T18:49:06.956Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-26T18:49:13.363Z] $ docker top 9adabb3045246590d857341322fbc6db7bc8c8e414ce6e5695851e39abf5676d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T18:49:14.885Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-26T18:49:15.482Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-26T18:49:16.791Z] + ls /var/log/sa-host [2021-02-26T18:49:16.791Z] + sadf -c /var/log/sa-host/sa23 [2021-02-26T18:49:16.791Z] file_magic: OK [2021-02-26T18:49:16.791Z] HZ: Using current value: 100 [2021-02-26T18:49:16.791Z] file_header: OK [2021-02-26T18:49:16.791Z] 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 [2021-02-26T18:49:16.791Z] Statistics: [2021-02-26T18:49:16.791Z] Hnuu...uuuununununu... [2021-02-26T18:49:16.791Z] File successfully converted to sysstat format version 12.2.1 [2021-02-26T18:49:16.791Z] + sadf -c /var/log/sa-host/sa26 [2021-02-26T18:49:16.791Z] file_magic: OK [2021-02-26T18:49:16.791Z] HZ: Using current value: 100 [2021-02-26T18:49:16.791Z] file_header: OK [2021-02-26T18:49:16.791Z] 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 [2021-02-26T18:49:16.791Z] Statistics: [2021-02-26T18:49:16.791Z] 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... [2021-02-26T18:49:16.791Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T18:49:17.093Z] provisioning config files... [2021-02-26T18:49:17.124Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config716100503105366553tmp [Pipeline] { [Pipeline] echo [2021-02-26T18:49:17.221Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:49:18.397Z] ---> create-netrc.sh [Pipeline] } [2021-02-26T18:49:18.432Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-26T18:49:18.531Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:49:20.303Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-26T18:49:20.380Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:49:21.560Z] ---> sudo-logs.sh [2021-02-26T18:49:21.560Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-26T18:49:21.624Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:49:22.345Z] ---> job-cost.sh [2021-02-26T18:49:22.646Z] lf-activate-venv: SKIPPING [2021-02-26T18:49:22.646Z] DEBUG: total: 0.20999999344348907 [2021-02-26T18:49:22.646Z] INFO: Retrieving Stack Cost... [2021-02-26T18:49:23.700Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T18:49:24.456Z] INFO: Archiving Costs [Pipeline] echo [2021-02-26T18:49:24.643Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T18:49:26.664Z] ---> logs-deploy.sh [2021-02-26T18:49:26.664Z] lf-activate-venv: SKIPPING [2021-02-26T18:49:26.664Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/86 [2021-02-26T18:49:26.664Z] INFO: archiving workspace using pattern(s): [2021-02-26T18:49:29.397Z] Archives upload complete. [2021-02-26T18:49:29.712Z] INFO: archiving logs to Nexus [2021-02-26T18:49:31.456Z] ---> uname -a: [2021-02-26T18:49:31.456Z] Linux prd-centos7-docker-4c-2g-27859.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-26T18:49:31.456Z] [2021-02-26T18:49:31.456Z] [2021-02-26T18:49:31.456Z] ---> lscpu: [2021-02-26T18:49:31.456Z] Architecture: x86_64 [2021-02-26T18:49:31.456Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-26T18:49:31.456Z] Byte Order: Little Endian [2021-02-26T18:49:31.456Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-26T18:49:31.456Z] CPU(s): 4 [2021-02-26T18:49:31.456Z] On-line CPU(s) list: 0-3 [2021-02-26T18:49:31.456Z] Thread(s) per core: 1 [2021-02-26T18:49:31.456Z] Core(s) per socket: 1 [2021-02-26T18:49:31.456Z] Socket(s): 4 [2021-02-26T18:49:31.456Z] NUMA node(s): 1 [2021-02-26T18:49:31.456Z] Vendor ID: GenuineIntel [2021-02-26T18:49:31.456Z] CPU family: 6 [2021-02-26T18:49:31.456Z] Model: 44 [2021-02-26T18:49:31.456Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-26T18:49:31.456Z] Stepping: 1 [2021-02-26T18:49:31.456Z] CPU MHz: 2933.438 [2021-02-26T18:49:31.456Z] BogoMIPS: 5866.87 [2021-02-26T18:49:31.456Z] Virtualization: VT-x [2021-02-26T18:49:31.456Z] Hypervisor vendor: KVM [2021-02-26T18:49:31.456Z] Virtualization type: full [2021-02-26T18:49:31.456Z] L1d cache: 128 KiB [2021-02-26T18:49:31.456Z] L1i cache: 128 KiB [2021-02-26T18:49:31.456Z] L2 cache: 16 MiB [2021-02-26T18:49:31.456Z] L3 cache: 64 MiB [2021-02-26T18:49:31.456Z] NUMA node0 CPU(s): 0-3 [2021-02-26T18:49:31.456Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-26T18:49:31.456Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-26T18:49:31.456Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-26T18:49:31.456Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-26T18:49:31.456Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-26T18:49:31.456Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-26T18:49:31.456Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-26T18:49:31.456Z] Vulnerability Srbds: Not affected [2021-02-26T18:49:31.456Z] Vulnerability Tsx async abort: Not affected [2021-02-26T18:49:31.456Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-26T18:49:31.456Z] [2021-02-26T18:49:31.456Z] [2021-02-26T18:49:31.456Z] ---> nproc: [2021-02-26T18:49:31.456Z] 4 [2021-02-26T18:49:31.456Z] [2021-02-26T18:49:31.456Z] [2021-02-26T18:49:31.456Z] ---> df -h: [2021-02-26T18:49:31.456Z] Filesystem Size Used Available Use% Mounted on [2021-02-26T18:49:31.456Z] overlay 50.0G 8.2G 41.8G 16% / [2021-02-26T18:49:31.456Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-26T18:49:31.456Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-26T18:49:31.456Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master@tmp [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2021-02-26T18:49:31.456Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure [2021-02-26T18:49:31.456Z] [2021-02-26T18:49:31.456Z]