Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from be356fede91d318a218d09271abaffbad81fcd9d 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30605 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 > 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 Checking out Revision be356fede91d318a218d09271abaffbad81fcd9d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f be356fede91d318a218d09271abaffbad81fcd9d # timeout=10 Commit message: "refactor: Updated profiles to use service keys for Client names (#217)" > git rev-list --no-walk b49824f9ec169793e39571ce4fd98f03f09d482e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T19:12:07.154Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T19:12:07.452Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T19:12:07.563Z] ========================================================= [2021-03-19T19:12:07.563Z] EdgeX Global Pipelines Version Info [2021-03-19T19:12:07.563Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:12:09.437Z] ------------------- [2021-03-19T19:12:09.437Z] stable info: [2021-03-19T19:12:09.437Z] ------------------- [2021-03-19T19:12:09.437Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T19:12:09.437Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T19:12:09.437Z] Message: update stable to v1.0.186 [2021-03-19T19:12:10.384Z] ------------------- [2021-03-19T19:12:10.384Z] experimental info: [2021-03-19T19:12:10.384Z] ------------------- [2021-03-19T19:12:10.384Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T19:12:10.384Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T19:12:10.384Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T19:12:10.702Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-03-19T19:12:10.833Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-03-19T19:12:11.427Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T19:12:11.520Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T19:12:11.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T19:12:11.715Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T19:12:11.805Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T19:12:11.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T19:12:11.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-19T19:12:12.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T19:12:12.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T19:12:12.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-03-19T19:12:12.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T19:12:12.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T19:12:12.647Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T19:12:12.737Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T19:12:12.825Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T19:12:12.918Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T19:12:13.013Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T19:12:13.105Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T19:12:13.226Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-19T19:12:13.336Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-19T19:12:13.421Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-19T19:12:13.509Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-19T19:12:13.596Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-19T19:12:13.695Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T19:12:13.805Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-19T19:12:13.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-19T19:12:13.993Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-19T19:12:14.089Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] echo [2021-03-19T19:12:14.244Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be356fe [Pipeline] echo [2021-03-19T19:12:14.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T19:12:14.516Z] provisioning config files... [2021-03-19T19:12:14.580Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config634975948805764621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:12:14.948Z] ---> docker-login.sh [2021-03-19T19:12:14.948Z] nexus3.edgexfoundry.org:10001 [2021-03-19T19:12:15.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:12:15.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:12:15.473Z] Configure a credential helper to remove this warning. See [2021-03-19T19:12:15.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:12:15.473Z] [2021-03-19T19:12:15.473Z] Login Succeeded [2021-03-19T19:12:15.473Z] nexus3.edgexfoundry.org:10002 [2021-03-19T19:12:15.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:12:15.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:12:15.738Z] Configure a credential helper to remove this warning. See [2021-03-19T19:12:15.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:12:15.738Z] [2021-03-19T19:12:15.738Z] Login Succeeded [2021-03-19T19:12:15.738Z] nexus3.edgexfoundry.org:10003 [2021-03-19T19:12:15.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:12:15.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:12:15.738Z] Configure a credential helper to remove this warning. See [2021-03-19T19:12:15.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:12:15.738Z] [2021-03-19T19:12:15.738Z] Login Succeeded [2021-03-19T19:12:15.738Z] nexus3.edgexfoundry.org:10004 [2021-03-19T19:12:16.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:12:16.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:12:16.002Z] Configure a credential helper to remove this warning. See [2021-03-19T19:12:16.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:12:16.002Z] [2021-03-19T19:12:16.002Z] Login Succeeded [2021-03-19T19:12:16.002Z] docker.io [2021-03-19T19:12:16.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:12:16.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:12:16.263Z] Configure a credential helper to remove this warning. See [2021-03-19T19:12:16.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:12:16.263Z] [2021-03-19T19:12:16.263Z] Login Succeeded [2021-03-19T19:12:16.263Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T19:12:16.274Z] 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-03-19T19:12:17.095Z] + git log --format=format:%s -1 be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] echo [2021-03-19T19:12:17.158Z] GIT_COMMIT: be356fede91d318a218d09271abaffbad81fcd9d, Commit Message: refactor: Updated profiles to use service keys for Client names (#217) [Pipeline] echo [2021-03-19T19:12:17.202Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:12:18.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T19:12:18.030Z] [2021-03-19T19:12:18.030Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:12:18.383Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T19:12:18.383Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T19:12:18.383Z] 31603596830f: Pulling fs layer [2021-03-19T19:12:18.383Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T19:12:18.383Z] 6ca5941a6612: Pulling fs layer [2021-03-19T19:12:18.383Z] ecc8261a40a4: Pulling fs layer [2021-03-19T19:12:18.383Z] ecc8261a40a4: Waiting [2021-03-19T19:12:18.383Z] 2a8b12db71e7: Verifying Checksum [2021-03-19T19:12:18.383Z] 2a8b12db71e7: Download complete [2021-03-19T19:12:18.647Z] 31603596830f: Verifying Checksum [2021-03-19T19:12:18.647Z] 31603596830f: Download complete [2021-03-19T19:12:18.647Z] 6ca5941a6612: Verifying Checksum [2021-03-19T19:12:18.647Z] 6ca5941a6612: Download complete [2021-03-19T19:12:18.647Z] ecc8261a40a4: Verifying Checksum [2021-03-19T19:12:18.647Z] ecc8261a40a4: Download complete [2021-03-19T19:12:18.913Z] 31603596830f: Pull complete [2021-03-19T19:12:19.177Z] 2a8b12db71e7: Pull complete [2021-03-19T19:12:20.122Z] 6ca5941a6612: Pull complete [2021-03-19T19:12:20.122Z] ecc8261a40a4: Pull complete [2021-03-19T19:12:20.122Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T19:12:20.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T19:12:20.122Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T19:12:20.304Z] prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container [2021-03-19T19:12:20.356Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T19:12:22.385Z] $ docker top dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T19:12:22.869Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T19:12:22.869Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T19:12:23.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T19:12:23.168Z] $ docker exec dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b ssh-agent [2021-03-19T19:12:23.366Z] SSH_AUTH_SOCK=/tmp/ssh-8YXOLs6hXHxr/agent.11 [2021-03-19T19:12:23.366Z] SSH_AGENT_PID=17 [2021-03-19T19:12:23.384Z] Running ssh-add (command line suppressed) [2021-03-19T19:12:23.516Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7568296224343355908.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7568296224343355908.key) [2021-03-19T19:12:23.576Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T19:12:23.929Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T19:12:23.960Z] $ docker exec --env ******** --env ******** dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b ssh-agent -k [2021-03-19T19:12:24.079Z] unset SSH_AUTH_SOCK; [2021-03-19T19:12:24.080Z] unset SSH_AGENT_PID; [2021-03-19T19:12:24.080Z] echo Agent pid 17 killed; [2021-03-19T19:12:24.138Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T19:12:24.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T19:12:24.318Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T19:12:24.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T19:12:24.505Z] $ docker exec dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b ssh-agent [2021-03-19T19:12:24.686Z] SSH_AUTH_SOCK=/tmp/ssh-U3A0NmsmPz0I/agent.46 [2021-03-19T19:12:24.686Z] SSH_AGENT_PID=51 [2021-03-19T19:12:24.695Z] Running ssh-add (command line suppressed) [2021-03-19T19:12:24.813Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2766156999843100297.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2766156999843100297.key) [2021-03-19T19:12:24.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T19:12:25.244Z] + git semver init [2021-03-19T19:12:25.244Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T19:12:25.244Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-19T19:12:25.244Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-19T19:12:25.244Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T19:12:25.244Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T19:12:25.244Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T19:12:25.244Z] # $SEMVER_BRANCH = master [2021-03-19T19:12:25.244Z] # $SEMVER_TEMP = /tmp/semver-647865328 [2021-03-19T19:12:25.244Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-03-19T19:12:25.834Z] # '/tmp/semver-647865328' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-03-19T19:12:25.834Z] # -> Force: false [2021-03-19T19:12:25.834Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-19T19:12:25.848Z] $ docker exec --env ******** --env ******** dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b ssh-agent -k [2021-03-19T19:12:25.977Z] unset SSH_AUTH_SOCK; [2021-03-19T19:12:25.977Z] unset SSH_AGENT_PID; [2021-03-19T19:12:25.977Z] echo Agent pid 51 killed; [2021-03-19T19:12:26.023Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T19:12:26.565Z] + git semver [Pipeline] } [2021-03-19T19:12:26.583Z] $ docker stop --time=1 dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b [2021-03-19T19:12:28.091Z] $ docker rm -f dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T19:12:28.566Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T19:12:29.179Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T19:12:29.182Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.25 [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-03-19T19:12:44.727Z] Still waiting to schedule task [2021-03-19T19:12:44.727Z] ‘prd-centos7-builder-2c-1g-30604’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30599’ is offline; ‘prd-centos7-docker-4c-2g-30606’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-19T19:12:44.729Z] Still waiting to schedule task [2021-03-19T19:12:44.730Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-19T19:15:40.216Z] Running on prd-centos7-docker-4c-2g-30608 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-19T19:15:40.278Z] Running in /w/workspace/app-service-configurable/95 [Pipeline] { [Pipeline] checkout [2021-03-19T19:15:42.753Z] using credential edgex-jenkins-ssh [2021-03-19T19:15:42.827Z] Cloning the remote Git repository [2021-03-19T19:15:42.846Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-19T19:15:42.918Z] > git init /w/workspace/app-service-configurable/95 # timeout=10 [2021-03-19T19:15:42.987Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-19T19:15:42.988Z] > git --version # timeout=10 [2021-03-19T19:15:42.998Z] > git --version # 'git version 2.24.3' [2021-03-19T19:15:42.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:15:43.030Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T19:15:44.477Z] Checking out Revision be356fede91d318a218d09271abaffbad81fcd9d (master) [2021-03-19T19:15:44.048Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-19T19:15:44.054Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T19:15:44.066Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-19T19:15:44.082Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-19T19:15:44.082Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:15:44.087Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T19:15:44.488Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T19:15:44.493Z] > git checkout -f be356fede91d318a218d09271abaffbad81fcd9d # timeout=10 [2021-03-19T19:15:48.272Z] Commit message: "refactor: Updated profiles to use service keys for Client names (#217)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T19:15:49.747Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T19:15:50.084Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T19:15:50.384Z] + sudo service docker restart [2021-03-19T19:15:50.384Z] + true [2021-03-19T19:15:50.384Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T19:15:51.404Z] provisioning config files... [2021-03-19T19:15:51.485Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/95@tmp/config2227364132633714478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:15:51.875Z] ---> docker-login.sh [2021-03-19T19:15:51.875Z] nexus3.edgexfoundry.org:10001 [2021-03-19T19:15:52.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:15:52.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:15:52.140Z] Configure a credential helper to remove this warning. See [2021-03-19T19:15:52.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:15:52.140Z] [2021-03-19T19:15:52.140Z] Login Succeeded [2021-03-19T19:15:52.140Z] nexus3.edgexfoundry.org:10002 [2021-03-19T19:15:52.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:15:52.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:15:52.402Z] Configure a credential helper to remove this warning. See [2021-03-19T19:15:52.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:15:52.402Z] [2021-03-19T19:15:52.402Z] Login Succeeded [2021-03-19T19:15:52.402Z] nexus3.edgexfoundry.org:10003 [2021-03-19T19:15:52.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:15:52.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:15:52.664Z] Configure a credential helper to remove this warning. See [2021-03-19T19:15:52.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:15:52.664Z] [2021-03-19T19:15:52.664Z] Login Succeeded [2021-03-19T19:15:52.664Z] nexus3.edgexfoundry.org:10004 [2021-03-19T19:15:52.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:15:52.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:15:52.664Z] Configure a credential helper to remove this warning. See [2021-03-19T19:15:52.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:15:52.664Z] [2021-03-19T19:15:52.664Z] Login Succeeded [2021-03-19T19:15:52.664Z] docker.io [2021-03-19T19:15:52.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:15:53.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:15:53.190Z] Configure a credential helper to remove this warning. See [2021-03-19T19:15:53.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:15:53.190Z] [2021-03-19T19:15:53.190Z] Login Succeeded [2021-03-19T19:15:53.190Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T19:15:53.201Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T19:15:53.608Z] ========================================================= [2021-03-19T19:15:53.608Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T19:15:53.608Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:15:53.958Z] + 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-03-19T19:15:53.958Z] Sending build context to Docker daemon 97.28kB [2021-03-19T19:15:53.958Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T19:15:53.958Z] Step 2/8 : FROM ${BASE} [2021-03-19T19:15:53.958Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T19:15:53.958Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T19:15:53.958Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T19:15:53.958Z] de9db76c5a1d: Pulling fs layer [2021-03-19T19:15:53.958Z] bca2f99d35d6: Pulling fs layer [2021-03-19T19:15:53.958Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T19:15:53.958Z] 7c6f9722023f: Pulling fs layer [2021-03-19T19:15:53.958Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T19:15:53.959Z] 7c6f9722023f: Waiting [2021-03-19T19:15:53.959Z] a35cf1a2eb13: Waiting [2021-03-19T19:15:53.959Z] 93359f2a8cfa: Waiting [2021-03-19T19:15:53.959Z] bca2f99d35d6: Waiting [2021-03-19T19:15:54.226Z] de9db76c5a1d: Verifying Checksum [2021-03-19T19:15:54.226Z] de9db76c5a1d: Download complete [2021-03-19T19:15:54.226Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T19:15:54.226Z] 0ef7d3d256c8: Download complete [2021-03-19T19:15:54.226Z] 93359f2a8cfa: Download complete [2021-03-19T19:15:54.226Z] 7c6f9722023f: Verifying Checksum [2021-03-19T19:15:54.226Z] 7c6f9722023f: Download complete [2021-03-19T19:15:54.226Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T19:15:54.226Z] 188c0c94c7c5: Download complete [2021-03-19T19:15:54.490Z] 188c0c94c7c5: Pull complete [2021-03-19T19:15:54.490Z] 0ef7d3d256c8: Pull complete [2021-03-19T19:15:54.752Z] de9db76c5a1d: Pull complete [2021-03-19T19:15:57.376Z] bca2f99d35d6: Verifying Checksum [2021-03-19T19:15:57.376Z] bca2f99d35d6: Download complete [2021-03-19T19:15:57.376Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T19:15:57.376Z] a35cf1a2eb13: Download complete [2021-03-19T19:15:58.493Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30607 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-19T19:15:58.547Z] Running in /w/workspace/app-service-configurable/95 [Pipeline] { [Pipeline] checkout [2021-03-19T19:16:02.752Z] bca2f99d35d6: Pull complete [2021-03-19T19:16:02.753Z] 93359f2a8cfa: Pull complete [2021-03-19T19:16:02.753Z] 7c6f9722023f: Pull complete [2021-03-19T19:16:04.018Z] using credential edgex-jenkins-ssh [2021-03-19T19:16:04.081Z] Cloning the remote Git repository [2021-03-19T19:16:04.136Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-19T19:16:04.243Z] > git init /w/workspace/app-service-configurable/95 # timeout=10 [2021-03-19T19:16:04.317Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-19T19:16:04.318Z] > git --version # timeout=10 [2021-03-19T19:16:04.334Z] > git --version # 'git version 2.17.1' [2021-03-19T19:16:04.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:16:04.425Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T19:16:05.650Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-19T19:16:05.679Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T19:16:05.705Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-19T19:16:05.760Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-19T19:16:05.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T19:16:05.774Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T19:16:06.230Z] Checking out Revision be356fede91d318a218d09271abaffbad81fcd9d (master) [2021-03-19T19:16:06.246Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T19:16:06.266Z] > git checkout -f be356fede91d318a218d09271abaffbad81fcd9d # timeout=10 [2021-03-19T19:16:10.695Z] Commit message: "refactor: Updated profiles to use service keys for Client names (#217)" [2021-03-19T19:16:10.957Z] a35cf1a2eb13: Pull complete [2021-03-19T19:16:10.958Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T19:16:10.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T19:16:10.958Z] ---> a62c8e92a672 [2021-03-19T19:16:10.958Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-19T19:16:10.958Z] ---> Running in 90ccb0d47578 [2021-03-19T19:16:10.958Z] Removing intermediate container 90ccb0d47578 [2021-03-19T19:16:10.958Z] ---> 83a33fa236b5 [2021-03-19T19:16:10.958Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:16:10.958Z] ---> Running in 1700409f9586 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T19:16:11.540Z] Removing intermediate container 1700409f9586 [2021-03-19T19:16:11.540Z] ---> 989801f66186 [2021-03-19T19:16:11.540Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-19T19:16:11.540Z] ---> Running in cdef48e230a8 [2021-03-19T19:16:12.316Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T19:16:12.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:16:12.744Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T19:16:13.102Z] + sudo service docker restart [2021-03-19T19:16:13.102Z] + true [2021-03-19T19:16:13.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:16:14.018Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-19T19:16:14.018Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-19T19:16:14.018Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-19T19:16:14.018Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-19T19:16:14.279Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T19:16:14.279Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-19T19:16:14.279Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:16:14.279Z] OK: 167 MiB in 45 packages [2021-03-19T19:16:14.854Z] Removing intermediate container cdef48e230a8 [2021-03-19T19:16:14.854Z] ---> 0289eb05820d [2021-03-19T19:16:14.854Z] Step 6/8 : WORKDIR /app [2021-03-19T19:16:14.854Z] ---> Running in e008f16c125d [2021-03-19T19:16:15.119Z] Removing intermediate container e008f16c125d [2021-03-19T19:16:15.119Z] ---> 8af3562167f5 [2021-03-19T19:16:15.119Z] Step 7/8 : COPY . . [2021-03-19T19:16:15.383Z] ---> 390757ed6d64 [2021-03-19T19:16:15.383Z] Step 8/8 : RUN go mod download [2021-03-19T19:16:15.383Z] ---> Running in 9e0083472e7c [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T19:16:15.807Z] provisioning config files... [2021-03-19T19:16:15.843Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/95@tmp/config8642403195998396614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:16:16.348Z] ---> docker-login.sh [2021-03-19T19:16:16.348Z] nexus3.edgexfoundry.org:10001 [2021-03-19T19:16:17.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:16:17.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:16:17.619Z] Configure a credential helper to remove this warning. See [2021-03-19T19:16:17.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:16:17.619Z] [2021-03-19T19:16:17.619Z] Login Succeeded [2021-03-19T19:16:17.619Z] nexus3.edgexfoundry.org:10002 [2021-03-19T19:16:17.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:16:17.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:16:17.896Z] Configure a credential helper to remove this warning. See [2021-03-19T19:16:17.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:16:17.896Z] [2021-03-19T19:16:17.896Z] Login Succeeded [2021-03-19T19:16:17.896Z] nexus3.edgexfoundry.org:10003 [2021-03-19T19:16:18.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:16:18.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:16:18.488Z] Configure a credential helper to remove this warning. See [2021-03-19T19:16:18.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:16:18.488Z] [2021-03-19T19:16:18.488Z] Login Succeeded [2021-03-19T19:16:18.488Z] nexus3.edgexfoundry.org:10004 [2021-03-19T19:16:18.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:16:19.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:16:19.030Z] Configure a credential helper to remove this warning. See [2021-03-19T19:16:19.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:16:19.030Z] [2021-03-19T19:16:19.030Z] Login Succeeded [2021-03-19T19:16:19.030Z] docker.io [2021-03-19T19:16:19.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:16:19.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:16:19.574Z] Configure a credential helper to remove this warning. See [2021-03-19T19:16:19.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:16:19.574Z] [2021-03-19T19:16:19.574Z] Login Succeeded [2021-03-19T19:16:19.574Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T19:16:19.592Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T19:16:20.188Z] ========================================================= [2021-03-19T19:16:20.188Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T19:16:20.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:16:20.602Z] + 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-03-19T19:16:20.602Z] Sending build context to Docker daemon 97.28kB [2021-03-19T19:16:20.877Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T19:16:20.877Z] Step 2/8 : FROM ${BASE} [2021-03-19T19:16:21.156Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T19:16:21.156Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T19:16:21.156Z] a4357932f1b6: Pulling fs layer [2021-03-19T19:16:21.156Z] 18c013af1878: Pulling fs layer [2021-03-19T19:16:21.156Z] 00ac8860ef70: Pulling fs layer [2021-03-19T19:16:21.156Z] 63d7cb157983: Pulling fs layer [2021-03-19T19:16:21.156Z] b116817d02f9: Pulling fs layer [2021-03-19T19:16:21.156Z] 745a02a5169b: Pulling fs layer [2021-03-19T19:16:21.156Z] 63d7cb157983: Waiting [2021-03-19T19:16:21.156Z] b116817d02f9: Waiting [2021-03-19T19:16:21.156Z] 00ac8860ef70: Waiting [2021-03-19T19:16:21.156Z] 745a02a5169b: Waiting [2021-03-19T19:16:21.156Z] 18c013af1878: Download complete [2021-03-19T19:16:21.156Z] a4357932f1b6: Verifying Checksum [2021-03-19T19:16:21.156Z] a4357932f1b6: Download complete [2021-03-19T19:16:21.156Z] 63d7cb157983: Verifying Checksum [2021-03-19T19:16:21.156Z] 63d7cb157983: Download complete [2021-03-19T19:16:21.156Z] b116817d02f9: Verifying Checksum [2021-03-19T19:16:21.156Z] b116817d02f9: Download complete [2021-03-19T19:16:21.156Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T19:16:21.156Z] 5f621e34cdf4: Download complete [2021-03-19T19:16:22.153Z] 5f621e34cdf4: Pull complete [2021-03-19T19:16:22.770Z] a4357932f1b6: Pull complete [2021-03-19T19:16:23.053Z] 18c013af1878: Pull complete [2021-03-19T19:16:23.660Z] 745a02a5169b: Verifying Checksum [2021-03-19T19:16:23.660Z] 745a02a5169b: Download complete [2021-03-19T19:16:24.645Z] 00ac8860ef70: Verifying Checksum [2021-03-19T19:16:24.645Z] 00ac8860ef70: Download complete [2021-03-19T19:16:34.842Z] 00ac8860ef70: Pull complete [2021-03-19T19:16:35.114Z] 63d7cb157983: Pull complete [2021-03-19T19:16:35.390Z] b116817d02f9: Pull complete [2021-03-19T19:16:37.427Z] Removing intermediate container 9e0083472e7c [2021-03-19T19:16:37.428Z] ---> 5e58979feb05 [2021-03-19T19:16:37.428Z] Successfully built 5e58979feb05 [2021-03-19T19:16:37.428Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:16:37.963Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T19:16:37.963Z] . [Pipeline] withDockerContainer [2021-03-19T19:16:38.079Z] prd-centos7-docker-4c-2g-30608 does not seem to be running inside a container [2021-03-19T19:16:38.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/95 -v /w/workspace/app-service-configurable/95:/w/workspace/app-service-configurable/95:rw,z -v /w/workspace/app-service-configurable/95@tmp:/w/workspace/app-service-configurable/95@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 ******** ci-base-image-x86_64 cat [2021-03-19T19:16:38.892Z] $ docker top 9338b8aeb8e62330f95a7d345ee542f25a2c0974ddce001551afaabf8bdb5991 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:16:39.391Z] + go version [2021-03-19T19:16:39.391Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T19:16:39.402Z] $ docker stop --time=1 9338b8aeb8e62330f95a7d345ee542f25a2c0974ddce001551afaabf8bdb5991 [2021-03-19T19:16:39.703Z] 745a02a5169b: Pull complete [2021-03-19T19:16:39.703Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T19:16:39.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T19:16:39.703Z] ---> b7e6874047d6 [2021-03-19T19:16:39.703Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-19T19:16:40.779Z] $ docker rm -f 9338b8aeb8e62330f95a7d345ee542f25a2c0974ddce001551afaabf8bdb5991 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:16:41.632Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T19:16:41.633Z] . [Pipeline] withDockerContainer [2021-03-19T19:16:41.731Z] prd-centos7-docker-4c-2g-30608 does not seem to be running inside a container [2021-03-19T19:16:41.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/95 -v /w/workspace/app-service-configurable/95:/w/workspace/app-service-configurable/95:rw,z -v /w/workspace/app-service-configurable/95@tmp:/w/workspace/app-service-configurable/95@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 ******** ci-base-image-x86_64 cat [2021-03-19T19:16:42.330Z] ---> Running in fcaec4dceb96 [2021-03-19T19:16:42.330Z] Removing intermediate container fcaec4dceb96 [2021-03-19T19:16:42.330Z] ---> 00ceb2fb394c [2021-03-19T19:16:42.330Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:16:42.330Z] ---> Running in fe542d82e771 [2021-03-19T19:16:42.380Z] $ docker top d0dead40c3e14e478e6ab22d1b55072b93629361c12250e06775e1b1dfd4931f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:16:42.892Z] + make test [2021-03-19T19:16:42.892Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-19T19:16:44.989Z] Removing intermediate container fe542d82e771 [2021-03-19T19:16:44.989Z] ---> 3163fbae3350 [2021-03-19T19:16:44.989Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-19T19:16:44.989Z] ---> Running in 486666074d48 [2021-03-19T19:16:46.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:16:47.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:16:47.639Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-19T19:16:47.640Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-19T19:16:47.913Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-19T19:16:47.913Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-19T19:16:47.913Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T19:16:48.195Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-19T19:16:48.195Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:16:48.195Z] OK: 144 MiB in 45 packages [2021-03-19T19:16:49.646Z] Removing intermediate container 486666074d48 [2021-03-19T19:16:49.646Z] ---> b970871daa2a [2021-03-19T19:16:49.646Z] Step 6/8 : WORKDIR /app [2021-03-19T19:16:49.922Z] ---> Running in b711bda9dce6 [2021-03-19T19:16:50.519Z] Removing intermediate container b711bda9dce6 [2021-03-19T19:16:50.520Z] ---> cba407528879 [2021-03-19T19:16:50.520Z] Step 7/8 : COPY . . [2021-03-19T19:16:51.501Z] ---> bc5b69f25c94 [2021-03-19T19:16:51.501Z] Step 8/8 : RUN go mod download [2021-03-19T19:16:51.501Z] ---> Running in 1849444121be [2021-03-19T19:16:57.926Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-19T19:16:57.926Z] CGO_ENABLED=1 go vet ./... [2021-03-19T19:17:00.525Z] gofmt -l . [2021-03-19T19:17:00.525Z] [ "`gofmt -l .`" = "" ] [2021-03-19T19:17:00.525Z] ./bin/test-go-mod-tidy.sh [2021-03-19T19:17:01.114Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-03-19T19:17:01.395Z] $ docker stop --time=1 d0dead40c3e14e478e6ab22d1b55072b93629361c12250e06775e1b1dfd4931f [2021-03-19T19:17:03.847Z] $ docker rm -f d0dead40c3e14e478e6ab22d1b55072b93629361c12250e06775e1b1dfd4931f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T19:17:04.462Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-19T19:17:04.814Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-19T19:17:06.079Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-19T19:17:06.384Z] + ls -al . [2021-03-19T19:17:06.384Z] total 92 [2021-03-19T19:17:06.384Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 19 19:17 . [2021-03-19T19:17:06.384Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 19 19:15 .. [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 7174 Mar 19 19:15 Attribution.txt [2021-03-19T19:17:06.384Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 19 19:15 bin [2021-03-19T19:17:06.384Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 19 19:16 coverage.out [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 2032 Mar 19 19:15 Dockerfile [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 970 Mar 19 19:15 Dockerfile.build [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 119 Mar 19 19:15 .dockerignore [2021-03-19T19:17:06.384Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 19 19:15 .git [2021-03-19T19:17:06.384Z] drwxrwxr-x. 2 jenkins jenkins 81 Mar 19 19:15 .github [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 111 Mar 19 19:15 .gitignore [2021-03-19T19:17:06.384Z] -rw-r--r--. 1 jenkins jenkins 136 Mar 19 19:17 go.mod [2021-03-19T19:17:06.384Z] -rw-r--r--. 1 jenkins jenkins 21134 Mar 19 19:17 go.sum [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 687 Mar 19 19:15 Jenkinsfile [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 10174 Mar 19 19:15 LICENSE [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 1467 Mar 19 19:15 main.go [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 1582 Mar 19 19:15 makefile [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 1277 Mar 19 19:15 README.md [2021-03-19T19:17:06.384Z] drwxrwxr-x. 10 jenkins jenkins 173 Mar 19 19:15 res [2021-03-19T19:17:06.384Z] drwxrwxr-x. 4 jenkins jenkins 71 Mar 19 19:15 snap [2021-03-19T19:17:06.384Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 19 19:12 VERSION [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:06.697Z] + 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=be356fede91d318a218d09271abaffbad81fcd9d --label arch=amd64 --label version=2.0.0-dev.25 . [2021-03-19T19:17:06.697Z] Sending build context to Docker daemon 121.3kB [2021-03-19T19:17:06.697Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T19:17:06.697Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-19T19:17:06.697Z] ---> 5e58979feb05 [2021-03-19T19:17:06.698Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-19T19:17:06.960Z] ---> Running in 09169a56449c [2021-03-19T19:17:07.223Z] Removing intermediate container 09169a56449c [2021-03-19T19:17:07.223Z] ---> 10dc75e27619 [2021-03-19T19:17:07.223Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-19T19:17:07.223Z] ---> Running in c8bc1d883882 [2021-03-19T19:17:07.223Z] Removing intermediate container c8bc1d883882 [2021-03-19T19:17:07.223Z] ---> a4c79a341190 [2021-03-19T19:17:07.223Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-19T19:17:07.487Z] ---> Running in f9c5d136c121 [2021-03-19T19:17:07.487Z] Removing intermediate container f9c5d136c121 [2021-03-19T19:17:07.487Z] ---> 5e54f22fa4fb [2021-03-19T19:17:07.487Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:17:07.757Z] ---> Running in 903dbff4b79b [2021-03-19T19:17:08.714Z] Removing intermediate container 903dbff4b79b [2021-03-19T19:17:08.714Z] ---> 063125658b20 [2021-03-19T19:17:08.714Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-19T19:17:08.714Z] ---> Running in de889cf52573 [2021-03-19T19:17:09.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:17:09.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:17:10.444Z] OK: 167 MiB in 45 packages [2021-03-19T19:17:11.033Z] Removing intermediate container de889cf52573 [2021-03-19T19:17:11.033Z] ---> 06ced2b4e8e5 [2021-03-19T19:17:11.033Z] Step 8/27 : WORKDIR /app [2021-03-19T19:17:11.033Z] ---> Running in 6b0aa9bb2d8e [2021-03-19T19:17:11.296Z] Removing intermediate container 6b0aa9bb2d8e [2021-03-19T19:17:11.296Z] ---> 1d55495f64c7 [2021-03-19T19:17:11.296Z] Step 9/27 : COPY go.mod . [2021-03-19T19:17:11.296Z] ---> 26ac32b65722 [2021-03-19T19:17:11.296Z] Step 10/27 : RUN go mod download [2021-03-19T19:17:11.560Z] ---> Running in 55ac04a4d1f9 [2021-03-19T19:17:12.513Z] Removing intermediate container 55ac04a4d1f9 [2021-03-19T19:17:12.513Z] ---> 02392ae0bbba [2021-03-19T19:17:12.513Z] Step 11/27 : COPY . . [2021-03-19T19:17:12.777Z] ---> 208bc3bdc9a5 [2021-03-19T19:17:12.777Z] Step 12/27 : ARG MAKE="make build" [2021-03-19T19:17:12.777Z] ---> Running in ad022f05465a [2021-03-19T19:17:13.047Z] Removing intermediate container ad022f05465a [2021-03-19T19:17:13.047Z] ---> 838a8b522e41 [2021-03-19T19:17:13.047Z] Step 13/27 : RUN $MAKE [2021-03-19T19:17:13.047Z] ---> Running in 243f5fa71f9f [2021-03-19T19:17:13.635Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.25" -o app-service-configurable [2021-03-19T19:17:18.298Z] Removing intermediate container 1849444121be [2021-03-19T19:17:18.298Z] ---> 2a77b1d3e151 [2021-03-19T19:17:18.298Z] Successfully built 2a77b1d3e151 [2021-03-19T19:17:18.298Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:18.643Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T19:17:18.643Z] . [Pipeline] withDockerContainer [2021-03-19T19:17:18.943Z] prd-ubuntu18.04-docker-arm64-4c-16g-30607 does not seem to be running inside a container [2021-03-19T19:17:19.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/95 -v /w/workspace/app-service-configurable/95:/w/workspace/app-service-configurable/95:rw,z -v /w/workspace/app-service-configurable/95@tmp:/w/workspace/app-service-configurable/95@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 ******** -e ******** ci-base-image-arm64 cat [2021-03-19T19:17:20.641Z] $ docker top ea03028cb163521b4a8dda85736706eea039c386b6becf3677536c148ba089c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:17:21.639Z] + go version [2021-03-19T19:17:21.639Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T19:17:21.663Z] $ docker stop --time=1 ea03028cb163521b4a8dda85736706eea039c386b6becf3677536c148ba089c9 [2021-03-19T19:17:23.615Z] $ docker rm -f ea03028cb163521b4a8dda85736706eea039c386b6becf3677536c148ba089c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:24.602Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T19:17:24.602Z] . [Pipeline] withDockerContainer [2021-03-19T19:17:24.882Z] prd-ubuntu18.04-docker-arm64-4c-16g-30607 does not seem to be running inside a container [2021-03-19T19:17:24.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/95 -v /w/workspace/app-service-configurable/95:/w/workspace/app-service-configurable/95:rw,z -v /w/workspace/app-service-configurable/95@tmp:/w/workspace/app-service-configurable/95@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 ******** -e ******** ci-base-image-arm64 cat [2021-03-19T19:17:26.616Z] $ docker top c7e0e01541ae79026a8fe9a2241913a9a83849b9aeb5a180731e358d7a06e908 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:17:27.609Z] + make test [2021-03-19T19:17:27.609Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-19T19:17:28.668Z] Removing intermediate container 243f5fa71f9f [2021-03-19T19:17:28.668Z] ---> a14e5f67f72b [2021-03-19T19:17:28.668Z] Step 14/27 : FROM alpine:3.12 [2021-03-19T19:17:28.668Z] 3.12: Pulling from library/alpine [2021-03-19T19:17:28.668Z] f84cab65f19f: Pulling fs layer [2021-03-19T19:17:28.668Z] f84cab65f19f: Verifying Checksum [2021-03-19T19:17:28.668Z] f84cab65f19f: Download complete [2021-03-19T19:17:28.668Z] f84cab65f19f: Pull complete [2021-03-19T19:17:28.668Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T19:17:28.668Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T19:17:28.668Z] ---> 88dd2752d2ea [2021-03-19T19:17:28.668Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-19T19:17:28.668Z] ---> Running in 65e1ba3e50f8 [2021-03-19T19:17:28.668Z] Removing intermediate container 65e1ba3e50f8 [2021-03-19T19:17:28.668Z] ---> 720ae18c692b [2021-03-19T19:17:28.668Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-19T19:17:28.668Z] ---> Running in 2130a230d2df [2021-03-19T19:17:29.619Z] Removing intermediate container 2130a230d2df [2021-03-19T19:17:29.619Z] ---> 56751a274909 [2021-03-19T19:17:29.619Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-19T19:17:29.619Z] ---> Running in 05465b892121 [2021-03-19T19:17:30.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T19:17:30.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T19:17:30.198Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-19T19:17:30.459Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-19T19:17:30.460Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-19T19:17:30.460Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-19T19:17:30.460Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-19T19:17:30.460Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-19T19:17:30.460Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-19T19:17:30.460Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:17:30.460Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T19:17:30.460Z] OK: 9 MiB in 21 packages [2021-03-19T19:17:32.036Z] Removing intermediate container 05465b892121 [2021-03-19T19:17:32.036Z] ---> ce95f2058289 [2021-03-19T19:17:32.036Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-19T19:17:32.036Z] ---> 7879ae0c0911 [2021-03-19T19:17:32.036Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-19T19:17:32.313Z] ---> d3ec0ee3b27c [2021-03-19T19:17:32.313Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-19T19:17:32.313Z] ---> 5512159b43ff [2021-03-19T19:17:32.313Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-19T19:17:33.263Z] ---> 4c06e1d811f7 [2021-03-19T19:17:33.263Z] Step 22/27 : EXPOSE 48095 [2021-03-19T19:17:33.263Z] ---> Running in ef7c8526cb3f [2021-03-19T19:17:33.263Z] Removing intermediate container ef7c8526cb3f [2021-03-19T19:17:33.263Z] ---> 9ddb0325d7a4 [2021-03-19T19:17:33.263Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-19T19:17:33.263Z] ---> Running in 952d4a9bfda7 [2021-03-19T19:17:33.526Z] Removing intermediate container 952d4a9bfda7 [2021-03-19T19:17:33.526Z] ---> 7a1e2bbe3d12 [2021-03-19T19:17:33.526Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:17:33.526Z] ---> Running in 1383f16bb09d [2021-03-19T19:17:33.787Z] Removing intermediate container 1383f16bb09d [2021-03-19T19:17:33.787Z] ---> 133b7c94ffce [2021-03-19T19:17:33.787Z] Step 25/27 : LABEL arch=amd64 [2021-03-19T19:17:33.787Z] ---> Running in 2eea5a28bd36 [2021-03-19T19:17:34.058Z] Removing intermediate container 2eea5a28bd36 [2021-03-19T19:17:34.058Z] ---> 8b1ef257eb15 [2021-03-19T19:17:34.058Z] Step 26/27 : LABEL git_sha=be356fede91d318a218d09271abaffbad81fcd9d [2021-03-19T19:17:34.058Z] ---> Running in 9a9560810325 [2021-03-19T19:17:34.059Z] Removing intermediate container 9a9560810325 [2021-03-19T19:17:34.059Z] ---> cf1bfea79629 [2021-03-19T19:17:34.059Z] Step 27/27 : LABEL version=2.0.0-dev.25 [2021-03-19T19:17:34.319Z] ---> Running in 50510ae209e3 [2021-03-19T19:17:34.319Z] Removing intermediate container 50510ae209e3 [2021-03-19T19:17:34.319Z] ---> 51ab4438d49d [2021-03-19T19:17:34.319Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-19T19:17:34.319Z] Successfully built 51ab4438d49d [2021-03-19T19:17:34.319Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T19:17:34.698Z] provisioning config files... [2021-03-19T19:17:34.726Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/95@tmp/config7086391136443174771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:17:35.127Z] ---> docker-login.sh [2021-03-19T19:17:35.127Z] nexus3.edgexfoundry.org:10001 [2021-03-19T19:17:35.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:17:35.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:17:35.389Z] Configure a credential helper to remove this warning. See [2021-03-19T19:17:35.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:17:35.389Z] [2021-03-19T19:17:35.389Z] Login Succeeded [2021-03-19T19:17:35.389Z] nexus3.edgexfoundry.org:10002 [2021-03-19T19:17:35.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:17:35.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:17:35.389Z] Configure a credential helper to remove this warning. See [2021-03-19T19:17:35.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:17:35.389Z] [2021-03-19T19:17:35.389Z] Login Succeeded [2021-03-19T19:17:35.389Z] nexus3.edgexfoundry.org:10003 [2021-03-19T19:17:35.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:17:35.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:17:35.651Z] Configure a credential helper to remove this warning. See [2021-03-19T19:17:35.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:17:35.651Z] [2021-03-19T19:17:35.651Z] Login Succeeded [2021-03-19T19:17:35.651Z] nexus3.edgexfoundry.org:10004 [2021-03-19T19:17:35.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:17:35.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:17:35.914Z] Configure a credential helper to remove this warning. See [2021-03-19T19:17:35.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:17:35.914Z] [2021-03-19T19:17:35.914Z] Login Succeeded [2021-03-19T19:17:35.914Z] docker.io [2021-03-19T19:17:35.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:17:36.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:17:36.175Z] Configure a credential helper to remove this warning. See [2021-03-19T19:17:36.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:17:36.175Z] [2021-03-19T19:17:36.175Z] Login Succeeded [2021-03-19T19:17:36.175Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T19:17:36.184Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T19:17:36.396Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-03-19T19:17:36.396Z] be356fede91d318a218d09271abaffbad81fcd9d [2021-03-19T19:17:36.396Z] latest [2021-03-19T19:17:36.396Z] 2.0.0-dev.25 [2021-03-19T19:17:36.396Z] be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [2021-03-19T19:17:36.396Z] master [2021-03-19T19:17:36.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:36.905Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:37.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d [2021-03-19T19:17:37.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-19T19:17:37.207Z] bef0d29084a9: Preparing [2021-03-19T19:17:37.207Z] 8a149de99fc0: Preparing [2021-03-19T19:17:37.207Z] 725a24f6279a: Preparing [2021-03-19T19:17:37.207Z] b77b0e615881: Preparing [2021-03-19T19:17:37.207Z] 4937c6d8c518: Preparing [2021-03-19T19:17:37.207Z] 33e8713114f8: Preparing [2021-03-19T19:17:37.207Z] 33e8713114f8: Waiting [2021-03-19T19:17:37.469Z] 8a149de99fc0: Pushed [2021-03-19T19:17:37.469Z] 725a24f6279a: Pushed [2021-03-19T19:17:37.469Z] b77b0e615881: Pushed [2021-03-19T19:17:37.469Z] 33e8713114f8: Layer already exists [2021-03-19T19:17:37.736Z] 4937c6d8c518: Pushed [2021-03-19T19:17:38.681Z] bef0d29084a9: Pushed [2021-03-19T19:17:38.943Z] be356fede91d318a218d09271abaffbad81fcd9d: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:39.266Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:39.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-19T19:17:39.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-19T19:17:39.567Z] bef0d29084a9: Preparing [2021-03-19T19:17:39.567Z] 8a149de99fc0: Preparing [2021-03-19T19:17:39.567Z] 725a24f6279a: Preparing [2021-03-19T19:17:39.567Z] b77b0e615881: Preparing [2021-03-19T19:17:39.567Z] 4937c6d8c518: Preparing [2021-03-19T19:17:39.567Z] 33e8713114f8: Preparing [2021-03-19T19:17:39.567Z] 33e8713114f8: Waiting [2021-03-19T19:17:39.567Z] 4937c6d8c518: Layer already exists [2021-03-19T19:17:39.567Z] 8a149de99fc0: Layer already exists [2021-03-19T19:17:39.567Z] b77b0e615881: Layer already exists [2021-03-19T19:17:39.567Z] bef0d29084a9: Layer already exists [2021-03-19T19:17:39.567Z] 725a24f6279a: Layer already exists [2021-03-19T19:17:39.567Z] 33e8713114f8: Layer already exists [2021-03-19T19:17:39.567Z] latest: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:39.876Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:40.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.25 [2021-03-19T19:17:40.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-19T19:17:40.178Z] bef0d29084a9: Preparing [2021-03-19T19:17:40.178Z] 8a149de99fc0: Preparing [2021-03-19T19:17:40.178Z] 725a24f6279a: Preparing [2021-03-19T19:17:40.178Z] b77b0e615881: Preparing [2021-03-19T19:17:40.178Z] 4937c6d8c518: Preparing [2021-03-19T19:17:40.178Z] 33e8713114f8: Preparing [2021-03-19T19:17:40.178Z] 33e8713114f8: Waiting [2021-03-19T19:17:40.178Z] b77b0e615881: Layer already exists [2021-03-19T19:17:40.178Z] 4937c6d8c518: Layer already exists [2021-03-19T19:17:40.178Z] 8a149de99fc0: Layer already exists [2021-03-19T19:17:40.178Z] bef0d29084a9: Layer already exists [2021-03-19T19:17:40.178Z] 725a24f6279a: Layer already exists [2021-03-19T19:17:40.178Z] 33e8713114f8: Layer already exists [2021-03-19T19:17:40.178Z] 2.0.0-dev.25: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:40.486Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:40.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [2021-03-19T19:17:40.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-19T19:17:40.794Z] bef0d29084a9: Preparing [2021-03-19T19:17:40.794Z] 8a149de99fc0: Preparing [2021-03-19T19:17:40.794Z] 725a24f6279a: Preparing [2021-03-19T19:17:40.794Z] b77b0e615881: Preparing [2021-03-19T19:17:40.794Z] 4937c6d8c518: Preparing [2021-03-19T19:17:40.794Z] 33e8713114f8: Preparing [2021-03-19T19:17:40.794Z] 33e8713114f8: Waiting [2021-03-19T19:17:40.794Z] bef0d29084a9: Layer already exists [2021-03-19T19:17:40.794Z] 8a149de99fc0: Layer already exists [2021-03-19T19:17:40.794Z] 725a24f6279a: Layer already exists [2021-03-19T19:17:40.794Z] 4937c6d8c518: Layer already exists [2021-03-19T19:17:40.794Z] b77b0e615881: Layer already exists [2021-03-19T19:17:40.794Z] 33e8713114f8: Layer already exists [2021-03-19T19:17:40.794Z] be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:41.102Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:17:41.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-03-19T19:17:41.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-19T19:17:41.405Z] bef0d29084a9: Preparing [2021-03-19T19:17:41.405Z] 8a149de99fc0: Preparing [2021-03-19T19:17:41.405Z] 725a24f6279a: Preparing [2021-03-19T19:17:41.405Z] b77b0e615881: Preparing [2021-03-19T19:17:41.405Z] 4937c6d8c518: Preparing [2021-03-19T19:17:41.405Z] 33e8713114f8: Preparing [2021-03-19T19:17:41.405Z] 33e8713114f8: Waiting [2021-03-19T19:17:41.405Z] 725a24f6279a: Layer already exists [2021-03-19T19:17:41.405Z] bef0d29084a9: Layer already exists [2021-03-19T19:17:41.405Z] b77b0e615881: Layer already exists [2021-03-19T19:17:41.405Z] 8a149de99fc0: Layer already exists [2021-03-19T19:17:41.405Z] 4937c6d8c518: Layer already exists [2021-03-19T19:17:41.405Z] 33e8713114f8: Layer already exists [2021-03-19T19:17:41.405Z] master: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T19:17:41.653Z] ===================================================== [Pipeline] echo [2021-03-19T19:17:41.709Z] taggedImages: [2021-03-19T19:17:41.709Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d [2021-03-19T19:17:41.709Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-19T19:17:41.709Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.25 [2021-03-19T19:17:41.709Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [2021-03-19T19:17:41.709Z] - 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-03-19T19:17:42.699Z] ---> job-cost.sh [2021-03-19T19:17:42.700Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-D6Cc [2021-03-19T19:17:57.764Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T19:18:07.702Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-19T19:18:07.974Z] CGO_ENABLED=1 go vet ./... [2021-03-19T19:18:18.130Z] gofmt -l . [2021-03-19T19:18:18.130Z] [ "`gofmt -l .`" = "" ] [2021-03-19T19:18:18.130Z] ./bin/test-go-mod-tidy.sh [2021-03-19T19:18:18.130Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-03-19T19:18:19.126Z] $ docker stop --time=1 c7e0e01541ae79026a8fe9a2241913a9a83849b9aeb5a180731e358d7a06e908 [2021-03-19T19:18:21.487Z] $ docker rm -f c7e0e01541ae79026a8fe9a2241913a9a83849b9aeb5a180731e358d7a06e908 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T19:18:22.497Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-19T19:18:22.518Z] Warning: overwriting stash ‘coverage-report’ [2021-03-19T19:18:23.250Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T19:18:24.012Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-19T19:18:24.410Z] lf-activate-venv(): INFO: Adding /tmp/venv-D6Cc/bin to PATH [2021-03-19T19:18:24.410Z] INFO: No Stack... [2021-03-19T19:18:24.456Z] + ls -al . [2021-03-19T19:18:24.456Z] total 116 [2021-03-19T19:18:24.456Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 19:18 . [2021-03-19T19:18:24.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 19:16 .. [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 19 19:16 .dockerignore [2021-03-19T19:18:24.456Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 19:16 .git [2021-03-19T19:18:24.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 19:16 .github [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 111 Mar 19 19:16 .gitignore [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 7174 Mar 19 19:16 Attribution.txt [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 2032 Mar 19 19:16 Dockerfile [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 970 Mar 19 19:16 Dockerfile.build [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 19 19:16 Jenkinsfile [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 19 19:16 LICENSE [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 1277 Mar 19 19:16 README.md [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 19 19:12 VERSION [2021-03-19T19:18:24.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 19:16 bin [2021-03-19T19:18:24.456Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 19 19:17 coverage.out [2021-03-19T19:18:24.456Z] -rw-r--r-- 1 jenkins jenkins 136 Mar 19 19:18 go.mod [2021-03-19T19:18:24.456Z] -rw-r--r-- 1 jenkins jenkins 21134 Mar 19 19:18 go.sum [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 1467 Mar 19 19:16 main.go [2021-03-19T19:18:24.456Z] -rw-rw-r-- 1 jenkins jenkins 1582 Mar 19 19:16 makefile [2021-03-19T19:18:24.456Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 19:16 res [2021-03-19T19:18:24.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 19:16 snap [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:18:24.832Z] + 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=be356fede91d318a218d09271abaffbad81fcd9d --label arch=arm64 --label version=2.0.0-dev.25 . [2021-03-19T19:18:24.832Z] Sending build context to Docker daemon 121.3kB [2021-03-19T19:18:25.105Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T19:18:25.105Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-19T19:18:25.105Z] ---> 2a77b1d3e151 [2021-03-19T19:18:25.105Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-19T19:18:25.375Z] ---> Running in 665a672147e2 [2021-03-19T19:18:25.805Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T19:18:25.969Z] Removing intermediate container 665a672147e2 [2021-03-19T19:18:25.969Z] ---> 7483993574ce [2021-03-19T19:18:25.969Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-19T19:18:25.969Z] ---> Running in ca22909b5567 [2021-03-19T19:18:26.240Z] Removing intermediate container ca22909b5567 [2021-03-19T19:18:26.240Z] ---> c839df067a38 [2021-03-19T19:18:26.240Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-19T19:18:26.378Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T19:18:26.512Z] ---> Running in aa71f5b6af8b [2021-03-19T19:18:26.688Z] + cat /w/workspace/app-service-configurable/95/archives/cost.csv [2021-03-19T19:18:26.689Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T19:18:26.785Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] [2021-03-19T19:18:26.797Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] did not exist. Created. [2021-03-19T19:18:26.797Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T19:18:27.105Z] Removing intermediate container aa71f5b6af8b [2021-03-19T19:18:27.105Z] ---> 30854b8a14b8 [2021-03-19T19:18:27.105Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T19:18:27.105Z] ---> Running in d2660e0a74eb [2021-03-19T19:18:27.206Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-19T19:18:27.323Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T19:18:27.333Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T19:18:29.083Z] Removing intermediate container d2660e0a74eb [2021-03-19T19:18:29.083Z] ---> f0a923a3d62b [2021-03-19T19:18:29.083Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-19T19:18:29.083Z] ---> Running in 37c24c8456a5 [2021-03-19T19:18:30.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:18:31.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:18:32.025Z] OK: 144 MiB in 45 packages [2021-03-19T19:18:33.010Z] Removing intermediate container 37c24c8456a5 [2021-03-19T19:18:33.010Z] ---> 30b691f49195 [2021-03-19T19:18:33.010Z] Step 8/27 : WORKDIR /app [2021-03-19T19:18:33.291Z] ---> Running in fbe1cb308b60 [2021-03-19T19:18:33.889Z] Removing intermediate container fbe1cb308b60 [2021-03-19T19:18:33.889Z] ---> d71cb62f01f4 [2021-03-19T19:18:33.889Z] Step 9/27 : COPY go.mod . [2021-03-19T19:18:34.487Z] ---> e1ffa2e59ea6 [2021-03-19T19:18:34.487Z] Step 10/27 : RUN go mod download [2021-03-19T19:18:34.487Z] ---> Running in 8996c12443e2 [2021-03-19T19:18:37.142Z] Removing intermediate container 8996c12443e2 [2021-03-19T19:18:37.142Z] ---> eb971c9e817d [2021-03-19T19:18:37.142Z] Step 11/27 : COPY . . [2021-03-19T19:18:37.738Z] ---> 2d1a38eb2450 [2021-03-19T19:18:37.738Z] Step 12/27 : ARG MAKE="make build" [2021-03-19T19:18:37.738Z] ---> Running in 69a52d1a596b [2021-03-19T19:18:38.335Z] Removing intermediate container 69a52d1a596b [2021-03-19T19:18:38.335Z] ---> 4024c7aba912 [2021-03-19T19:18:38.335Z] Step 13/27 : RUN $MAKE [2021-03-19T19:18:38.335Z] ---> Running in 0ef6804af943 [2021-03-19T19:18:39.786Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.25" -o app-service-configurable [2021-03-19T19:19:18.805Z] Removing intermediate container 0ef6804af943 [2021-03-19T19:19:18.805Z] ---> 06e9f544248d [2021-03-19T19:19:18.805Z] Step 14/27 : FROM alpine:3.12 [2021-03-19T19:19:18.805Z] 3.12: Pulling from library/alpine [2021-03-19T19:19:18.805Z] dce8679b510e: Pulling fs layer [2021-03-19T19:19:18.805Z] dce8679b510e: Verifying Checksum [2021-03-19T19:19:18.805Z] dce8679b510e: Download complete [2021-03-19T19:19:18.805Z] dce8679b510e: Pull complete [2021-03-19T19:19:18.805Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T19:19:18.805Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T19:19:18.805Z] ---> d10569e2745f [2021-03-19T19:19:18.805Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-19T19:19:18.805Z] ---> Running in ed37bb127da3 [2021-03-19T19:19:18.805Z] Removing intermediate container ed37bb127da3 [2021-03-19T19:19:18.805Z] ---> 1fdf05401be8 [2021-03-19T19:19:18.805Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-19T19:19:18.805Z] ---> Running in e37a7ab67dae [2021-03-19T19:19:18.805Z] Removing intermediate container e37a7ab67dae [2021-03-19T19:19:18.805Z] ---> 5c66fd3927b2 [2021-03-19T19:19:18.805Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-19T19:19:18.805Z] ---> Running in f0b45e9a4554 [2021-03-19T19:19:19.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T19:19:19.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T19:19:20.376Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-19T19:19:20.647Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-19T19:19:20.647Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-19T19:19:20.647Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-19T19:19:20.647Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-19T19:19:20.647Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-19T19:19:20.647Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-19T19:19:20.647Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T19:19:20.647Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T19:19:20.921Z] OK: 9 MiB in 21 packages [2021-03-19T19:19:22.936Z] Removing intermediate container f0b45e9a4554 [2021-03-19T19:19:22.937Z] ---> 9f0c6513928b [2021-03-19T19:19:22.937Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-19T19:19:23.213Z] ---> 31d62de6a1b8 [2021-03-19T19:19:23.213Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-19T19:19:24.210Z] ---> f35e2399ea6e [2021-03-19T19:19:24.210Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-19T19:19:24.818Z] ---> b69f211f4f4c [2021-03-19T19:19:24.818Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-19T19:19:26.272Z] ---> 6188c389afda [2021-03-19T19:19:26.272Z] Step 22/27 : EXPOSE 48095 [2021-03-19T19:19:26.272Z] ---> Running in 5bbd13c394ee [2021-03-19T19:19:26.883Z] Removing intermediate container 5bbd13c394ee [2021-03-19T19:19:26.883Z] ---> 54ec85e83fe4 [2021-03-19T19:19:26.883Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-19T19:19:26.883Z] ---> Running in 2d7bf1c5a4df [2021-03-19T19:19:27.157Z] Removing intermediate container 2d7bf1c5a4df [2021-03-19T19:19:27.157Z] ---> 48841d5fecb6 [2021-03-19T19:19:27.157Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T19:19:27.432Z] ---> Running in 89f4f198d027 [2021-03-19T19:19:28.028Z] Removing intermediate container 89f4f198d027 [2021-03-19T19:19:28.028Z] ---> 8d85706b92bc [2021-03-19T19:19:28.028Z] Step 25/27 : LABEL arch=arm64 [2021-03-19T19:19:28.028Z] ---> Running in 200a701c1172 [2021-03-19T19:19:28.302Z] Removing intermediate container 200a701c1172 [2021-03-19T19:19:28.302Z] ---> bf0b1b3a33ad [2021-03-19T19:19:28.302Z] Step 26/27 : LABEL git_sha=be356fede91d318a218d09271abaffbad81fcd9d [2021-03-19T19:19:28.577Z] ---> Running in 0b42415ca1c6 [2021-03-19T19:19:29.176Z] Removing intermediate container 0b42415ca1c6 [2021-03-19T19:19:29.176Z] ---> 6cc7d1972481 [2021-03-19T19:19:29.176Z] Step 27/27 : LABEL version=2.0.0-dev.25 [2021-03-19T19:19:29.176Z] ---> Running in 921cbf89533a [2021-03-19T19:19:29.447Z] Removing intermediate container 921cbf89533a [2021-03-19T19:19:29.447Z] ---> febdb6c6e00c [2021-03-19T19:19:29.447Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-19T19:19:29.447Z] Successfully built febdb6c6e00c [2021-03-19T19:19:29.719Z] 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-03-19T19:19:30.199Z] provisioning config files... [2021-03-19T19:19:30.240Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/95@tmp/config7676482184133693476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:19:30.674Z] ---> docker-login.sh [2021-03-19T19:19:30.675Z] nexus3.edgexfoundry.org:10001 [2021-03-19T19:19:30.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:19:31.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:19:31.225Z] Configure a credential helper to remove this warning. See [2021-03-19T19:19:31.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:19:31.225Z] [2021-03-19T19:19:31.225Z] Login Succeeded [2021-03-19T19:19:31.225Z] nexus3.edgexfoundry.org:10002 [2021-03-19T19:19:31.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:19:31.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:19:31.770Z] Configure a credential helper to remove this warning. See [2021-03-19T19:19:31.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:19:31.770Z] [2021-03-19T19:19:31.770Z] Login Succeeded [2021-03-19T19:19:31.770Z] nexus3.edgexfoundry.org:10003 [2021-03-19T19:19:32.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:19:32.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:19:32.043Z] Configure a credential helper to remove this warning. See [2021-03-19T19:19:32.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:19:32.043Z] [2021-03-19T19:19:32.043Z] Login Succeeded [2021-03-19T19:19:32.043Z] nexus3.edgexfoundry.org:10004 [2021-03-19T19:19:32.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:19:32.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:19:32.642Z] Configure a credential helper to remove this warning. See [2021-03-19T19:19:32.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:19:32.642Z] [2021-03-19T19:19:32.642Z] Login Succeeded [2021-03-19T19:19:32.642Z] docker.io [2021-03-19T19:19:33.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T19:19:33.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T19:19:33.517Z] Configure a credential helper to remove this warning. See [2021-03-19T19:19:33.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T19:19:33.517Z] [2021-03-19T19:19:33.517Z] Login Succeeded [2021-03-19T19:19:33.517Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T19:19:33.534Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T19:19:33.741Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-03-19T19:19:33.741Z] be356fede91d318a218d09271abaffbad81fcd9d [2021-03-19T19:19:33.741Z] latest [2021-03-19T19:19:33.741Z] 2.0.0-dev.25 [2021-03-19T19:19:33.741Z] be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [2021-03-19T19:19:33.741Z] master [2021-03-19T19:19:33.741Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:34.286Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:34.631Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d [2021-03-19T19:19:34.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-19T19:19:34.631Z] 6f5a670fb5ce: Preparing [2021-03-19T19:19:34.631Z] f4520f04cc6a: Preparing [2021-03-19T19:19:34.631Z] c9781a712de9: Preparing [2021-03-19T19:19:34.631Z] 3dfd0d656e58: Preparing [2021-03-19T19:19:34.631Z] 431d740f300e: Preparing [2021-03-19T19:19:34.631Z] 02a88cfff88f: Preparing [2021-03-19T19:19:34.631Z] 02a88cfff88f: Waiting [2021-03-19T19:19:34.904Z] 3dfd0d656e58: Pushed [2021-03-19T19:19:34.904Z] c9781a712de9: Pushed [2021-03-19T19:19:34.904Z] f4520f04cc6a: Pushed [2021-03-19T19:19:34.904Z] 02a88cfff88f: Layer already exists [2021-03-19T19:19:35.883Z] 431d740f300e: Pushed [2021-03-19T19:19:38.506Z] 6f5a670fb5ce: Pushed [2021-03-19T19:19:38.506Z] be356fede91d318a218d09271abaffbad81fcd9d: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:39.125Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:39.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-19T19:19:39.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-19T19:19:39.462Z] 6f5a670fb5ce: Preparing [2021-03-19T19:19:39.462Z] f4520f04cc6a: Preparing [2021-03-19T19:19:39.462Z] c9781a712de9: Preparing [2021-03-19T19:19:39.462Z] 3dfd0d656e58: Preparing [2021-03-19T19:19:39.462Z] 431d740f300e: Preparing [2021-03-19T19:19:39.462Z] 02a88cfff88f: Preparing [2021-03-19T19:19:39.462Z] 02a88cfff88f: Waiting [2021-03-19T19:19:39.462Z] 6f5a670fb5ce: Layer already exists [2021-03-19T19:19:39.462Z] 431d740f300e: Layer already exists [2021-03-19T19:19:39.462Z] c9781a712de9: Layer already exists [2021-03-19T19:19:39.462Z] f4520f04cc6a: Layer already exists [2021-03-19T19:19:39.462Z] 3dfd0d656e58: Layer already exists [2021-03-19T19:19:39.462Z] 02a88cfff88f: Layer already exists [2021-03-19T19:19:39.734Z] latest: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:40.076Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:40.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.25 [2021-03-19T19:19:40.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-19T19:19:40.415Z] 6f5a670fb5ce: Preparing [2021-03-19T19:19:40.415Z] f4520f04cc6a: Preparing [2021-03-19T19:19:40.415Z] c9781a712de9: Preparing [2021-03-19T19:19:40.415Z] 3dfd0d656e58: Preparing [2021-03-19T19:19:40.415Z] 431d740f300e: Preparing [2021-03-19T19:19:40.415Z] 02a88cfff88f: Preparing [2021-03-19T19:19:40.415Z] 02a88cfff88f: Waiting [2021-03-19T19:19:40.415Z] 6f5a670fb5ce: Layer already exists [2021-03-19T19:19:40.415Z] 3dfd0d656e58: Layer already exists [2021-03-19T19:19:40.415Z] c9781a712de9: Layer already exists [2021-03-19T19:19:40.415Z] f4520f04cc6a: Layer already exists [2021-03-19T19:19:40.688Z] 431d740f300e: Layer already exists [2021-03-19T19:19:40.688Z] 02a88cfff88f: Layer already exists [2021-03-19T19:19:40.688Z] 2.0.0-dev.25: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:41.040Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:41.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [2021-03-19T19:19:41.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-19T19:19:41.385Z] 6f5a670fb5ce: Preparing [2021-03-19T19:19:41.385Z] f4520f04cc6a: Preparing [2021-03-19T19:19:41.385Z] c9781a712de9: Preparing [2021-03-19T19:19:41.385Z] 3dfd0d656e58: Preparing [2021-03-19T19:19:41.385Z] 431d740f300e: Preparing [2021-03-19T19:19:41.385Z] 02a88cfff88f: Preparing [2021-03-19T19:19:41.385Z] 02a88cfff88f: Waiting [2021-03-19T19:19:41.658Z] f4520f04cc6a: Layer already exists [2021-03-19T19:19:41.658Z] 431d740f300e: Layer already exists [2021-03-19T19:19:41.658Z] 6f5a670fb5ce: Layer already exists [2021-03-19T19:19:41.658Z] 3dfd0d656e58: Layer already exists [2021-03-19T19:19:41.658Z] c9781a712de9: Layer already exists [2021-03-19T19:19:41.658Z] 02a88cfff88f: Layer already exists [2021-03-19T19:19:41.658Z] be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:42.017Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:19:42.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-03-19T19:19:42.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-19T19:19:42.405Z] 6f5a670fb5ce: Preparing [2021-03-19T19:19:42.405Z] f4520f04cc6a: Preparing [2021-03-19T19:19:42.405Z] c9781a712de9: Preparing [2021-03-19T19:19:42.405Z] 3dfd0d656e58: Preparing [2021-03-19T19:19:42.405Z] 431d740f300e: Preparing [2021-03-19T19:19:42.405Z] 02a88cfff88f: Preparing [2021-03-19T19:19:42.405Z] 02a88cfff88f: Waiting [2021-03-19T19:19:42.405Z] 6f5a670fb5ce: Layer already exists [2021-03-19T19:19:42.405Z] f4520f04cc6a: Layer already exists [2021-03-19T19:19:42.405Z] c9781a712de9: Layer already exists [2021-03-19T19:19:42.405Z] 431d740f300e: Layer already exists [2021-03-19T19:19:42.680Z] 3dfd0d656e58: Layer already exists [2021-03-19T19:19:42.680Z] 02a88cfff88f: Layer already exists [2021-03-19T19:19:42.680Z] master: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T19:19:42.899Z] ===================================================== [Pipeline] echo [2021-03-19T19:19:42.945Z] taggedImages: [2021-03-19T19:19:42.945Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d [2021-03-19T19:19:42.945Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-19T19:19:42.945Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.25 [2021-03-19T19:19:42.945Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [2021-03-19T19:19:42.945Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:19:43.521Z] ---> job-cost.sh [2021-03-19T19:19:43.521Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2lkL [2021-03-19T19:20:30.588Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T19:22:22.464Z] lf-activate-venv(): INFO: Adding /tmp/venv-2lkL/bin to PATH [2021-03-19T19:22:22.464Z] INFO: No Stack... [2021-03-19T19:22:22.464Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T19:22:22.464Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T19:22:22.915Z] + + cut -d, -f6 [2021-03-19T19:22:22.915Z] cat /w/workspace/app-service-configurable/95/archives/cost.csv [Pipeline] lock [2021-03-19T19:22:23.225Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] [2021-03-19T19:22:23.235Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] did not exist. Created. [2021-03-19T19:22:23.235Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T19:22:23.793Z] /w/workspace/app-service-configurable/95@tmp/durable-576d9cfe/script.sh: 1: /w/workspace/app-service-configurable/95@tmp/durable-576d9cfe/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-19T19:22:24.195Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T19:22:24.265Z] Warning: overwriting stash ‘stack-cost’ [2021-03-19T19:22:24.431Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T19:22:24.443Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-95-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-03-19T19:22:25.967Z] provisioning config files... [2021-03-19T19:22:25.984Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3185033810451061205tmp [Pipeline] { [Pipeline] sh [2021-03-19T19:22:26.382Z] + set +x [2021-03-19T19:22:26.382Z] + curl -s https://codecov.io/bash [2021-03-19T19:22:26.382Z] + bash -s -- [2021-03-19T19:22:26.677Z] [2021-03-19T19:22:26.677Z] _____ _ [2021-03-19T19:22:26.677Z] / ____| | | [2021-03-19T19:22:26.677Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T19:22:26.677Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T19:22:26.677Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T19:22:26.677Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T19:22:26.677Z] Bash-20210309-2b87ace [2021-03-19T19:22:26.677Z] [2021-03-19T19:22:26.677Z] [2021-03-19T19:22:26.677Z] ==> git version 2.24.3 found [2021-03-19T19:22:26.677Z] ==> 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-03-19T19:22:26.677Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T19:22:26.677Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T19:22:26.677Z] ==> Jenkins CI detected. [2021-03-19T19:22:26.677Z] project root: . [2021-03-19T19:22:26.677Z] --> token set from env [2021-03-19T19:22:26.677Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T19:22:26.677Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T19:22:26.677Z] ==> Python coveragepy not found [2021-03-19T19:22:26.677Z] ==> Searching for coverage reports in: [2021-03-19T19:22:26.677Z] + . [2021-03-19T19:22:26.677Z] -> Found 1 reports [2021-03-19T19:22:26.677Z] ==> Detecting git/mercurial file structure [2021-03-19T19:22:26.677Z] ==> Reading reports [2021-03-19T19:22:26.677Z] + ./coverage.out bytes=10 [2021-03-19T19:22:26.677Z] ==> Appending adjustments [2021-03-19T19:22:26.677Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T19:22:26.677Z] + Found adjustments [2021-03-19T19:22:26.677Z] ==> Gzipping contents [2021-03-19T19:22:26.677Z] 4.0K /tmp/codecov.K054gC.gz [2021-03-19T19:22:26.677Z] ==> Uploading reports [2021-03-19T19:22:26.677Z] url: https://codecov.io [2021-03-19T19:22:26.677Z] query: branch=master&commit=be356fede91d318a218d09271abaffbad81fcd9d&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-19T19:22:26.677Z] -> Pinging Codecov [2021-03-19T19:22:26.677Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=be356fede91d318a218d09271abaffbad81fcd9d&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-19T19:22:27.283Z] -> Uploading to [2021-03-19T19:22:27.283Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/A97CA9966030D2A3747ED39772930CCE/be356fede91d318a218d09271abaffbad81fcd9d/7235deaf-ac3e-401c-8874-3267b7f964df.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T192227Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1d0193fb95eae6caca43955905d32a84106e19ad563fb8708e14750a5ec624c0 [2021-03-19T19:22:27.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T19:22:27.283Z] Dload Upload Total Spent Left Speed [2021-03-19T19:22:27.547Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 807 --:--:-- --:--:-- --:--:-- 806 100 396 0 0 100 396 0 806 --:--:-- --:--:-- --:--:-- 806 [2021-03-19T19:22:27.547Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] } [2021-03-19T19:22:27.559Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-19T19:22:28.405Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-19T19:22:28.468Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:22:28.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T19:22:28.825Z] [2021-03-19T19:22:28.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:22:29.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T19:22:29.288Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-19T19:22:29.288Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T19:22:29.288Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T19:22:29.288Z] de9db76c5a1d: Pulling fs layer [2021-03-19T19:22:29.288Z] 0eba1c9be4d2: Pulling fs layer [2021-03-19T19:22:29.288Z] 0d57e429df01: Pulling fs layer [2021-03-19T19:22:29.288Z] 4e4be7b47b0d: Pulling fs layer [2021-03-19T19:22:29.288Z] e1f770b5df2f: Pulling fs layer [2021-03-19T19:22:29.288Z] 85a0685a4137: Pulling fs layer [2021-03-19T19:22:29.288Z] 4e4be7b47b0d: Waiting [2021-03-19T19:22:29.288Z] 0eba1c9be4d2: Waiting [2021-03-19T19:22:29.288Z] e1f770b5df2f: Waiting [2021-03-19T19:22:29.288Z] 0d57e429df01: Waiting [2021-03-19T19:22:29.288Z] 85a0685a4137: Waiting [2021-03-19T19:22:29.288Z] de9db76c5a1d: Verifying Checksum [2021-03-19T19:22:29.288Z] de9db76c5a1d: Download complete [2021-03-19T19:22:29.288Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T19:22:29.288Z] 0ef7d3d256c8: Download complete [2021-03-19T19:22:29.288Z] 0d57e429df01: Verifying Checksum [2021-03-19T19:22:29.288Z] 0d57e429df01: Download complete [2021-03-19T19:22:29.288Z] 4e4be7b47b0d: Verifying Checksum [2021-03-19T19:22:29.288Z] 4e4be7b47b0d: Download complete [2021-03-19T19:22:29.288Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T19:22:29.288Z] 188c0c94c7c5: Download complete [2021-03-19T19:22:29.886Z] 188c0c94c7c5: Pull complete [2021-03-19T19:22:30.150Z] 0ef7d3d256c8: Pull complete [2021-03-19T19:22:30.150Z] de9db76c5a1d: Pull complete [2021-03-19T19:22:31.100Z] e1f770b5df2f: Verifying Checksum [2021-03-19T19:22:31.101Z] e1f770b5df2f: Download complete [2021-03-19T19:22:33.720Z] 85a0685a4137: Verifying Checksum [2021-03-19T19:22:33.720Z] 85a0685a4137: Download complete [2021-03-19T19:22:33.989Z] 0eba1c9be4d2: Download complete [2021-03-19T19:22:40.806Z] 0eba1c9be4d2: Pull complete [2021-03-19T19:22:40.806Z] 0d57e429df01: Pull complete [2021-03-19T19:22:40.806Z] 4e4be7b47b0d: Pull complete [2021-03-19T19:22:42.882Z] e1f770b5df2f: Pull complete [2021-03-19T19:22:49.688Z] 85a0685a4137: Pull complete [2021-03-19T19:22:49.688Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-19T19:22:49.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T19:22:49.688Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-19T19:22:49.978Z] prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container [2021-03-19T19:22:50.115Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-19T19:22:51.554Z] $ docker top fe87561d2764da209182c4beaa1f0cdcfbc75a18f8fa96cbc9f8c967682fcb35 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T19:22:51.806Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-19T19:22:52.132Z] + set -o pipefail [2021-03-19T19:22:52.133Z] + snyk monitor '--org=edgex-jenkins' [2021-03-19T19:23:18.955Z] [2021-03-19T19:23:18.955Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-03-19T19:23:18.955Z] [2021-03-19T19:23:18.955Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/f5abb475-f27a-4b04-8ad2-f688ecf58457 [2021-03-19T19:23:18.955Z] [2021-03-19T19:23:18.955Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-19T19:23:18.955Z] [2021-03-19T19:23:18.955Z] [Pipeline] } [2021-03-19T19:23:18.996Z] $ docker stop --time=1 fe87561d2764da209182c4beaa1f0cdcfbc75a18f8fa96cbc9f8c967682fcb35 [2021-03-19T19:23:21.958Z] $ docker rm -f fe87561d2764da209182c4beaa1f0cdcfbc75a18f8fa96cbc9f8c967682fcb35 [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-03-19T19:23:23.905Z] + git log --format=format:%s -1 be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:23:24.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T19:23:24.290Z] . [Pipeline] withDockerContainer [2021-03-19T19:23:24.460Z] prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container [2021-03-19T19:23:24.607Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T19:23:25.394Z] $ docker top 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T19:23:25.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T19:23:25.726Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T19:23:25.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T19:23:25.926Z] $ docker exec 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd ssh-agent [2021-03-19T19:23:26.094Z] SSH_AUTH_SOCK=/tmp/ssh-YnRo1OjNdbbf/agent.11 [2021-03-19T19:23:26.094Z] SSH_AGENT_PID=16 [2021-03-19T19:23:26.105Z] Running ssh-add (command line suppressed) [2021-03-19T19:23:26.239Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1832509878988487325.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1832509878988487325.key) [2021-03-19T19:23:26.317Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T19:23:26.700Z] + git semver tag [2021-03-19T19:23:26.700Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T19:23:26.700Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-19T19:23:26.700Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-19T19:23:26.700Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T19:23:26.700Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T19:23:26.700Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T19:23:26.700Z] # $SEMVER_BRANCH = master [2021-03-19T19:23:26.700Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-19T19:23:26.700Z] # be356fede91d318a218d09271abaffbad81fcd9d HEAD [2021-03-19T19:23:26.700Z] # -> Force: false [2021-03-19T19:23:26.700Z] # 108bf4c12a8148cf29be13b69db99ee68e1c6730 refs/tags/v2.0.0-dev.25 [Pipeline] } [2021-03-19T19:23:26.718Z] $ docker exec --env ******** --env ******** 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd ssh-agent -k [2021-03-19T19:23:26.841Z] unset SSH_AUTH_SOCK; [2021-03-19T19:23:26.841Z] unset SSH_AGENT_PID; [2021-03-19T19:23:26.841Z] echo Agent pid 16 killed; [2021-03-19T19:23:26.893Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T19:23:27.380Z] + git semver [Pipeline] } [2021-03-19T19:23:27.422Z] $ docker stop --time=1 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd [2021-03-19T19:23:28.790Z] $ docker rm -f 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:23:29.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T19:23:29.476Z] [2021-03-19T19:23:29.476Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:23:29.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T19:23:29.836Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-19T19:23:29.836Z] ab5ef0e58194: Pulling fs layer [2021-03-19T19:23:29.836Z] 9712f1f96733: Pulling fs layer [2021-03-19T19:23:29.836Z] 63f879dbbcfc: Pulling fs layer [2021-03-19T19:23:29.836Z] 0d9ebad4ef96: Pulling fs layer [2021-03-19T19:23:29.836Z] e9a5061849ea: Pulling fs layer [2021-03-19T19:23:29.836Z] d747dcd14b5f: Pulling fs layer [2021-03-19T19:23:29.836Z] 2de7ff778b66: Pulling fs layer [2021-03-19T19:23:29.836Z] d747dcd14b5f: Waiting [2021-03-19T19:23:29.836Z] 2de7ff778b66: Waiting [2021-03-19T19:23:29.836Z] 0d9ebad4ef96: Waiting [2021-03-19T19:23:29.836Z] e9a5061849ea: Waiting [2021-03-19T19:23:29.836Z] 9712f1f96733: Verifying Checksum [2021-03-19T19:23:29.836Z] 9712f1f96733: Download complete [2021-03-19T19:23:31.822Z] 63f879dbbcfc: Verifying Checksum [2021-03-19T19:23:31.822Z] 63f879dbbcfc: Download complete [2021-03-19T19:23:31.822Z] e9a5061849ea: Verifying Checksum [2021-03-19T19:23:31.822Z] e9a5061849ea: Download complete [2021-03-19T19:23:31.822Z] d747dcd14b5f: Download complete [2021-03-19T19:23:32.088Z] 2de7ff778b66: Verifying Checksum [2021-03-19T19:23:32.088Z] 2de7ff778b66: Download complete [2021-03-19T19:23:32.352Z] 0d9ebad4ef96: Verifying Checksum [2021-03-19T19:23:32.352Z] 0d9ebad4ef96: Download complete [2021-03-19T19:23:32.625Z] ab5ef0e58194: Verifying Checksum [2021-03-19T19:23:32.625Z] ab5ef0e58194: Download complete [2021-03-19T19:23:37.597Z] ab5ef0e58194: Pull complete [2021-03-19T19:23:37.597Z] 9712f1f96733: Pull complete [2021-03-19T19:23:39.813Z] 63f879dbbcfc: Pull complete [2021-03-19T19:23:45.332Z] 0d9ebad4ef96: Pull complete [2021-03-19T19:23:47.270Z] e9a5061849ea: Pull complete [2021-03-19T19:23:47.270Z] d747dcd14b5f: Pull complete [2021-03-19T19:23:49.853Z] 2de7ff778b66: Pull complete [2021-03-19T19:23:49.853Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-19T19:23:49.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T19:23:49.853Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-19T19:23:50.094Z] prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container [2021-03-19T19:23:50.164Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-19T19:23:54.114Z] $ docker top 107cc6a033b519ec4fad684d1e2a01f3d9a89028a8a13cd469a677c0d4c4f3c9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-19T19:23:54.431Z] provisioning config files... [2021-03-19T19:23:54.452Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8492742418171801452tmp [2021-03-19T19:23:54.476Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config979039832289104603tmp [2021-03-19T19:23:54.508Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2447429945115157406tmp [Pipeline] { [Pipeline] echo [2021-03-19T19:23:54.576Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:23:54.938Z] ---> sigul-configuration.sh [2021-03-19T19:23:54.938Z] gpg: directory `/root/.gnupg' created [2021-03-19T19:23:54.938Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-19T19:23:54.938Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-19T19:23:54.938Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-19T19:23:54.938Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-19T19:23:54.938Z] gpg: CAST5 encrypted data [2021-03-19T19:23:55.202Z] gpg: encrypted with 1 passphrase [2021-03-19T19:23:55.202Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-19T19:23:55.516Z] + mkdir /home/jenkins [2021-03-19T19:23:55.516Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-19T19:23:55.845Z] + 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-03-19T19:23:55.857Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:23:56.161Z] ---> sigul-install.sh [2021-03-19T19:24:02.961Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-19T19:24:03.287Z] + git tag --list [2021-03-19T19:24:03.288Z] v1.0.0 [2021-03-19T19:24:03.288Z] v1.1.0 [2021-03-19T19:24:03.288Z] v1.2.0 [2021-03-19T19:24:03.288Z] v1.3.0 [2021-03-19T19:24:03.288Z] v1.3.1 [2021-03-19T19:24:03.288Z] v1.3.1-dev.1 [2021-03-19T19:24:03.288Z] v1.3.1-dev.2 [2021-03-19T19:24:03.288Z] v1.3.1-dev.3 [2021-03-19T19:24:03.288Z] v2.0.0-dev.1 [2021-03-19T19:24:03.288Z] v2.0.0-dev.10 [2021-03-19T19:24:03.288Z] v2.0.0-dev.11 [2021-03-19T19:24:03.288Z] v2.0.0-dev.12 [2021-03-19T19:24:03.288Z] v2.0.0-dev.13 [2021-03-19T19:24:03.288Z] v2.0.0-dev.14 [2021-03-19T19:24:03.288Z] v2.0.0-dev.15 [2021-03-19T19:24:03.288Z] v2.0.0-dev.16 [2021-03-19T19:24:03.288Z] v2.0.0-dev.17 [2021-03-19T19:24:03.288Z] v2.0.0-dev.18 [2021-03-19T19:24:03.288Z] v2.0.0-dev.19 [2021-03-19T19:24:03.288Z] v2.0.0-dev.2 [2021-03-19T19:24:03.288Z] v2.0.0-dev.20 [2021-03-19T19:24:03.288Z] v2.0.0-dev.21 [2021-03-19T19:24:03.288Z] v2.0.0-dev.22 [2021-03-19T19:24:03.288Z] v2.0.0-dev.23 [2021-03-19T19:24:03.288Z] v2.0.0-dev.24 [2021-03-19T19:24:03.288Z] v2.0.0-dev.25 [2021-03-19T19:24:03.288Z] v2.0.0-dev.3 [2021-03-19T19:24:03.288Z] v2.0.0-dev.4 [2021-03-19T19:24:03.288Z] v2.0.0-dev.5 [2021-03-19T19:24:03.288Z] v2.0.0-dev.6 [2021-03-19T19:24:03.288Z] v2.0.0-dev.7 [2021-03-19T19:24:03.288Z] v2.0.0-dev.8 [2021-03-19T19:24:03.288Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-19T19:24:03.599Z] + lftools sign git-tag v2.0.0-dev.25 [2021-03-19T19:24:04.997Z] Signing Git tag with Sigul... [2021-03-19T19:24:04.997Z] Signing v2.0.0-dev.25 [Pipeline] echo [2021-03-19T19:24:05.956Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:24:06.257Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-19T19:24:06.267Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-19T19:24:06.454Z] $ docker stop --time=1 107cc6a033b519ec4fad684d1e2a01f3d9a89028a8a13cd469a677c0d4c4f3c9 [2021-03-19T19:24:08.622Z] $ docker rm -f 107cc6a033b519ec4fad684d1e2a01f3d9a89028a8a13cd469a677c0d4c4f3c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:24:09.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T19:24:09.605Z] . [Pipeline] withDockerContainer [2021-03-19T19:24:09.749Z] prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container [2021-03-19T19:24:09.827Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T19:24:10.589Z] $ docker top fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T19:24:10.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T19:24:10.996Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T19:24:11.225Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T19:24:11.227Z] $ docker exec fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 ssh-agent [2021-03-19T19:24:11.413Z] SSH_AUTH_SOCK=/tmp/ssh-6C93LEe21pnl/agent.13 [2021-03-19T19:24:11.413Z] SSH_AGENT_PID=18 [2021-03-19T19:24:11.421Z] Running ssh-add (command line suppressed) [2021-03-19T19:24:11.550Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8640094708486521628.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8640094708486521628.key) [2021-03-19T19:24:11.613Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T19:24:11.957Z] + git semver bump pre [2021-03-19T19:24:11.957Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T19:24:11.957Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-19T19:24:11.957Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-19T19:24:11.957Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T19:24:11.957Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T19:24:11.957Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T19:24:11.957Z] # $SEMVER_BRANCH = master [2021-03-19T19:24:11.957Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-19T19:24:11.957Z] 2.0.0-dev.26 [Pipeline] } [2021-03-19T19:24:11.969Z] $ docker exec --env ******** --env ******** fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 ssh-agent -k [2021-03-19T19:24:12.088Z] unset SSH_AUTH_SOCK; [2021-03-19T19:24:12.089Z] unset SSH_AGENT_PID; [2021-03-19T19:24:12.089Z] echo Agent pid 18 killed; [2021-03-19T19:24:12.141Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T19:24:12.641Z] + git semver [Pipeline] } [2021-03-19T19:24:12.658Z] $ docker stop --time=1 fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 [2021-03-19T19:24:14.035Z] $ docker rm -f fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:24:14.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T19:24:14.639Z] . [Pipeline] withDockerContainer [2021-03-19T19:24:14.780Z] prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container [2021-03-19T19:24:14.851Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T19:24:15.637Z] $ docker top feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T19:24:15.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T19:24:15.980Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T19:24:16.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T19:24:16.214Z] $ docker exec feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c ssh-agent [2021-03-19T19:24:16.401Z] SSH_AUTH_SOCK=/tmp/ssh-ze7WfPR0cChU/agent.13 [2021-03-19T19:24:16.401Z] SSH_AGENT_PID=18 [2021-03-19T19:24:16.410Z] Running ssh-add (command line suppressed) [2021-03-19T19:24:16.542Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7191061172184417974.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7191061172184417974.key) [2021-03-19T19:24:16.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T19:24:16.952Z] + git semver push [2021-03-19T19:24:16.953Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T19:24:16.953Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-19T19:24:16.953Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-19T19:24:16.953Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T19:24:16.953Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T19:24:16.953Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T19:24:16.953Z] # $SEMVER_BRANCH = master [2021-03-19T19:24:16.953Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-19T19:24:20.282Z] $ docker exec --env ******** --env ******** feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c ssh-agent -k [2021-03-19T19:24:20.430Z] unset SSH_AUTH_SOCK; [2021-03-19T19:24:20.430Z] unset SSH_AGENT_PID; [2021-03-19T19:24:20.431Z] echo Agent pid 18 killed; [2021-03-19T19:24:20.497Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T19:24:21.015Z] + git semver [Pipeline] } [2021-03-19T19:24:21.052Z] $ docker stop --time=1 feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c [2021-03-19T19:24:22.412Z] $ docker rm -f feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c [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-03-19T19:24:24.180Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:24:24.787Z] ---> package-listing.sh [2021-03-19T19:24:24.787Z] ++ facter osfamily [2021-03-19T19:24:24.787Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T19:24:24.787Z] + OS_FAMILY=redhat [2021-03-19T19:24:24.787Z] + workspace=/w/workspace/_app-service-configurable_master [2021-03-19T19:24:24.787Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T19:24:24.787Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T19:24:24.787Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T19:24:24.787Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T19:24:24.787Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-19T19:24:24.787Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T19:24:24.787Z] + case "${OS_FAMILY}" in [2021-03-19T19:24:24.787Z] + rpm -qa [2021-03-19T19:24:24.787Z] + sort [2021-03-19T19:24:30.140Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T19:24:30.140Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T19:24:30.140Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T19:24:30.140Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-19T19:24:30.140Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-03-19T19:24:30.140Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-03-19T19:24:30.157Z] 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-03-19T19:24:30.468Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:24:30.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T19:24:30.781Z] [2021-03-19T19:24:30.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T19:24:31.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T19:24:31.135Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T19:24:31.135Z] df20fa9351a1: Pulling fs layer [2021-03-19T19:24:31.135Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T19:24:31.135Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T19:24:31.135Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T19:24:31.135Z] 93b61091891f: Pulling fs layer [2021-03-19T19:24:31.135Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T19:24:31.135Z] 5e14af77c1be: Pulling fs layer [2021-03-19T19:24:31.135Z] 01666e4c0597: Pulling fs layer [2021-03-19T19:24:31.135Z] aa168da1d23b: Pulling fs layer [2021-03-19T19:24:31.135Z] 46f8f816bc3b: Waiting [2021-03-19T19:24:31.135Z] 93b61091891f: Waiting [2021-03-19T19:24:31.135Z] 93b9cdb0e59b: Waiting [2021-03-19T19:24:31.135Z] 01666e4c0597: Waiting [2021-03-19T19:24:31.135Z] aa168da1d23b: Waiting [2021-03-19T19:24:31.135Z] 5e14af77c1be: Waiting [2021-03-19T19:24:31.135Z] 36b3adc4ff6f: Download complete [2021-03-19T19:24:31.135Z] 46f8f816bc3b: Download complete [2021-03-19T19:24:31.401Z] df20fa9351a1: Download complete [2021-03-19T19:24:31.401Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T19:24:31.401Z] 93b9cdb0e59b: Download complete [2021-03-19T19:24:31.401Z] 5e14af77c1be: Verifying Checksum [2021-03-19T19:24:31.401Z] 5e14af77c1be: Download complete [2021-03-19T19:24:31.401Z] 93b61091891f: Verifying Checksum [2021-03-19T19:24:31.401Z] 93b61091891f: Download complete [2021-03-19T19:24:31.401Z] 01666e4c0597: Verifying Checksum [2021-03-19T19:24:31.401Z] 01666e4c0597: Download complete [2021-03-19T19:24:31.671Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T19:24:31.671Z] 8ad3a11d3b57: Download complete [2021-03-19T19:24:31.671Z] df20fa9351a1: Pull complete [2021-03-19T19:24:31.935Z] 36b3adc4ff6f: Pull complete [2021-03-19T19:24:33.350Z] 8ad3a11d3b57: Pull complete [2021-03-19T19:24:33.616Z] aa168da1d23b: Verifying Checksum [2021-03-19T19:24:33.616Z] aa168da1d23b: Download complete [2021-03-19T19:24:33.616Z] 46f8f816bc3b: Pull complete [2021-03-19T19:24:34.571Z] 93b61091891f: Pull complete [2021-03-19T19:24:34.571Z] 93b9cdb0e59b: Pull complete [2021-03-19T19:24:34.836Z] 5e14af77c1be: Pull complete [2021-03-19T19:24:35.104Z] 01666e4c0597: Pull complete [2021-03-19T19:24:43.332Z] aa168da1d23b: Pull complete [2021-03-19T19:24:43.333Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T19:24:43.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T19:24:43.333Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T19:24:43.533Z] prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container [2021-03-19T19:24:43.612Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-19T19:24:46.587Z] $ docker top f7814c71371f3ceb5720fc8348beac82df781d8cbe7cadadf47a2845b1797d34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T19:24:47.175Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T19:24:47.539Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T19:24:47.875Z] + ls /var/log/sa-host [2021-03-19T19:24:47.875Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T19:24:47.875Z] file_magic: OK [2021-03-19T19:24:47.875Z] HZ: Using current value: 100 [2021-03-19T19:24:47.875Z] file_header: OK [2021-03-19T19:24:47.875Z] 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-03-19T19:24:47.875Z] Statistics: [2021-03-19T19:24:47.875Z] 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... [2021-03-19T19:24:47.875Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T19:24:47.875Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T19:24:47.875Z] file_magic: OK [2021-03-19T19:24:47.875Z] HZ: Using current value: 100 [2021-03-19T19:24:47.875Z] file_header: OK [2021-03-19T19:24:47.875Z] 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-03-19T19:24:47.875Z] Statistics: [2021-03-19T19:24:47.875Z] Hnuu...uuuununununu... [2021-03-19T19:24:47.875Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T19:24:48.499Z] provisioning config files... [2021-03-19T19:24:48.516Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7043055974976787597tmp [Pipeline] { [Pipeline] echo [2021-03-19T19:24:48.607Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:24:48.986Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T19:24:49.003Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T19:24:49.104Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:24:49.448Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T19:24:49.459Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:24:49.773Z] ---> sudo-logs.sh [2021-03-19T19:24:49.773Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T19:24:49.841Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:24:50.188Z] ---> job-cost.sh [2021-03-19T19:24:50.188Z] lf-activate-venv: SKIPPING [2021-03-19T19:24:50.188Z] DEBUG: total: 0.20999999344348907 [2021-03-19T19:24:50.188Z] INFO: Retrieving Stack Cost... [2021-03-19T19:24:51.178Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T19:24:51.766Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T19:24:51.792Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T19:24:52.167Z] ---> logs-deploy.sh [2021-03-19T19:24:52.167Z] lf-activate-venv: SKIPPING [2021-03-19T19:24:52.167Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/95 [2021-03-19T19:24:52.167Z] INFO: archiving workspace using pattern(s): [2021-03-19T19:24:53.600Z] Archives upload complete. [2021-03-19T19:24:53.871Z] INFO: archiving logs to Nexus [2021-03-19T19:24:54.853Z] ---> uname -a: [2021-03-19T19:24:54.853Z] Linux prd-centos7-docker-4c-2g-30605.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-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] ---> lscpu: [2021-03-19T19:24:54.853Z] Architecture: x86_64 [2021-03-19T19:24:54.853Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-19T19:24:54.853Z] Byte Order: Little Endian [2021-03-19T19:24:54.853Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-19T19:24:54.853Z] CPU(s): 4 [2021-03-19T19:24:54.853Z] On-line CPU(s) list: 0-3 [2021-03-19T19:24:54.853Z] Thread(s) per core: 1 [2021-03-19T19:24:54.853Z] Core(s) per socket: 1 [2021-03-19T19:24:54.853Z] Socket(s): 4 [2021-03-19T19:24:54.853Z] NUMA node(s): 1 [2021-03-19T19:24:54.853Z] Vendor ID: GenuineIntel [2021-03-19T19:24:54.853Z] CPU family: 6 [2021-03-19T19:24:54.853Z] Model: 44 [2021-03-19T19:24:54.853Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-19T19:24:54.853Z] Stepping: 1 [2021-03-19T19:24:54.853Z] CPU MHz: 2933.438 [2021-03-19T19:24:54.853Z] BogoMIPS: 5866.87 [2021-03-19T19:24:54.853Z] Virtualization: VT-x [2021-03-19T19:24:54.853Z] Hypervisor vendor: KVM [2021-03-19T19:24:54.853Z] Virtualization type: full [2021-03-19T19:24:54.853Z] L1d cache: 128 KiB [2021-03-19T19:24:54.853Z] L1i cache: 128 KiB [2021-03-19T19:24:54.853Z] L2 cache: 16 MiB [2021-03-19T19:24:54.853Z] L3 cache: 64 MiB [2021-03-19T19:24:54.853Z] NUMA node0 CPU(s): 0-3 [2021-03-19T19:24:54.853Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-19T19:24:54.853Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-19T19:24:54.853Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-19T19:24:54.853Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-19T19:24:54.853Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-19T19:24:54.853Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-19T19:24:54.853Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-19T19:24:54.853Z] Vulnerability Srbds: Not affected [2021-03-19T19:24:54.853Z] Vulnerability Tsx async abort: Not affected [2021-03-19T19:24:54.853Z] 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-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] ---> nproc: [2021-03-19T19:24:54.853Z] 4 [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] ---> df -h: [2021-03-19T19:24:54.853Z] Filesystem Size Used Available Use% Mounted on [2021-03-19T19:24:54.853Z] overlay 50.0G 8.5G 41.4G 17% / [2021-03-19T19:24:54.853Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-19T19:24:54.853Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-19T19:24:54.853Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-03-19T19:24:54.853Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] ---> free -m: [2021-03-19T19:24:54.853Z] total used free shared buff/cache available [2021-03-19T19:24:54.853Z] Mem: 1837 819 144 0 874 954 [2021-03-19T19:24:54.853Z] Swap: 1023 3 1020 [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] ---> ip addr: [2021-03-19T19:24:54.853Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-19T19:24:54.853Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-19T19:24:54.853Z] inet 127.0.0.1/8 scope host lo [2021-03-19T19:24:54.853Z] valid_lft forever preferred_lft forever [2021-03-19T19:24:54.853Z] inet6 ::1/128 scope host [2021-03-19T19:24:54.853Z] valid_lft forever preferred_lft forever [2021-03-19T19:24:54.853Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-19T19:24:54.853Z] link/ether fa:16:3e:f6:bf:d0 brd ff:ff:ff:ff:ff:ff [2021-03-19T19:24:54.853Z] inet 10.30.122.187/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-19T19:24:54.853Z] valid_lft 85596sec preferred_lft 85596sec [2021-03-19T19:24:54.853Z] inet6 fe80::f816:3eff:fef6:bfd0/64 scope link [2021-03-19T19:24:54.853Z] valid_lft forever preferred_lft forever [2021-03-19T19:24:54.853Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-19T19:24:54.853Z] link/ether 02:42:eb:7b:43:32 brd ff:ff:ff:ff:ff:ff [2021-03-19T19:24:54.853Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-19T19:24:54.853Z] valid_lft forever preferred_lft forever [2021-03-19T19:24:54.853Z] inet6 fe80::42:ebff:fe7b:4332/64 scope link [2021-03-19T19:24:54.853Z] valid_lft forever preferred_lft forever [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] ---> sar -b -r -n DEV: [2021-03-19T19:24:54.853Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] 19:11:19 LINUX RESTART (4 CPU) [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] 19:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-19T19:24:54.853Z] 19:13:01 46.85 12.07 34.78 0.00 4502.08 3090.79 0.00 [2021-03-19T19:24:54.853Z] 19:14:01 1.50 0.00 1.50 0.00 0.00 23.96 0.00 [2021-03-19T19:24:54.853Z] 19:15:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 [2021-03-19T19:24:54.853Z] 19:16:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 [2021-03-19T19:24:54.853Z] 19:17:01 0.25 0.00 0.25 0.00 0.00 3.51 0.00 [2021-03-19T19:24:54.853Z] 19:18:01 0.37 0.00 0.37 0.00 0.00 5.58 0.00 [2021-03-19T19:24:54.853Z] 19:19:01 0.28 0.00 0.28 0.00 0.00 3.60 0.00 [2021-03-19T19:24:54.853Z] 19:20:01 0.20 0.00 0.20 0.00 0.00 2.56 0.00 [2021-03-19T19:24:54.853Z] 19:21:01 0.22 0.00 0.22 0.00 0.00 2.03 0.00 [2021-03-19T19:24:54.853Z] 19:22:01 0.30 0.00 0.30 0.00 0.00 3.27 0.00 [2021-03-19T19:24:54.853Z] 19:23:01 227.48 131.03 96.45 0.00 6927.56 33488.28 0.00 [2021-03-19T19:24:54.853Z] 19:24:01 241.74 91.36 150.37 0.00 4636.78 33693.79 0.00 [2021-03-19T19:24:54.853Z] Average: 43.38 19.57 23.81 0.00 1341.21 5870.85 0.00 [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] 19:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-19T19:24:54.853Z] 19:13:01 164980 0 589644 31.34 2620 1124300 1097384 37.45 440204 1078080 12 [2021-03-19T19:24:54.853Z] 19:14:01 171160 0 583456 31.01 2620 1124308 1073068 36.62 436732 1076340 8 [2021-03-19T19:24:54.853Z] 19:15:01 169128 0 585484 31.12 2620 1124312 1073132 36.62 435948 1078948 12 [2021-03-19T19:24:54.853Z] 19:16:01 168556 0 586056 31.15 2620 1124312 1073252 36.63 450256 1065332 8 [2021-03-19T19:24:54.853Z] 19:17:01 167284 0 587320 31.21 2620 1124320 1073288 36.63 450268 1066732 8 [2021-03-19T19:24:54.853Z] 19:18:01 167668 0 586932 31.19 2620 1124324 1073252 36.63 456996 1059648 8 [2021-03-19T19:24:54.853Z] 19:19:01 168284 0 586312 31.16 2620 1124328 1073132 36.62 456324 1059644 8 [2021-03-19T19:24:54.853Z] 19:20:01 168448 0 586144 31.15 2620 1124332 1073132 36.62 456212 1059644 8 [2021-03-19T19:24:54.853Z] 19:21:01 167612 0 586972 31.20 2620 1124340 1073264 36.63 457196 1059644 8 [2021-03-19T19:24:54.853Z] 19:22:01 168056 0 586524 31.17 2620 1124344 1073228 36.63 457008 1059644 8 [2021-03-19T19:24:54.853Z] 19:23:01 100844 0 725252 38.55 2596 1052852 1336104 45.60 516888 1012552 1076 [2021-03-19T19:24:54.853Z] 19:24:01 63696 0 794840 42.24 1492 1021516 1254216 42.80 621292 857880 77596 [2021-03-19T19:24:54.853Z] Average: 153810 0 615411 32.71 2524 1109799 1112204 37.96 469610 1044507 6563 [2021-03-19T19:24:54.853Z] [2021-03-19T19:24:54.853Z] 19:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-19T19:24:54.853Z] 19:13:01 eth0 180.96 118.96 473.90 56.93 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:13:01 docker0 2.18 1.76 0.50 4.85 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:15:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:16:01 eth0 1.02 0.47 0.32 0.21 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:17:01 eth0 1.45 0.50 0.47 0.27 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:18:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:19:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:21:01 eth0 1.02 0.43 0.32 0.21 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:22:01 eth0 0.27 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:23:01 eth0 449.12 385.72 4099.41 35.01 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:23:01 vethfb8e257 16.49 18.46 1.84 15.54 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:23:01 docker0 16.49 18.33 1.62 15.53 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:24:01 vethc80e3ff 49.89 89.13 3.33 236.35 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:24:01 eth0 524.90 424.41 3679.23 87.11 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] 19:24:01 docker0 79.35 120.77 5.07 454.62 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] Average: vethc80e3ff 4.17 7.44 0.28 19.73 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] Average: eth0 96.86 77.74 689.09 15.03 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.853Z] Average: docker0 8.18 11.76 0.60 39.66 0.00 0.00 0.00 0.00 [2021-03-19T19:24:54.854Z] [2021-03-19T19:24:54.854Z] [2021-03-19T19:24:54.854Z] ---> sar -P ALL: [2021-03-19T19:24:54.854Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T19:24:54.854Z] [2021-03-19T19:24:54.854Z] 19:11:19 LINUX RESTART (4 CPU) [2021-03-19T19:24:54.854Z] [2021-03-19T19:24:54.854Z] 19:12:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T19:24:54.854Z] 19:13:01 all 3.80 0.00 2.54 1.10 0.10 92.45 [2021-03-19T19:24:54.854Z] 19:13:01 0 3.54 0.00 2.51 0.32 0.08 93.54 [2021-03-19T19:24:54.854Z] 19:13:01 1 3.73 0.00 2.74 2.42 0.17 90.94 [2021-03-19T19:24:54.854Z] 19:13:01 2 4.22 0.00 2.60 1.01 0.07 92.10 [2021-03-19T19:24:54.854Z] 19:13:01 3 3.73 0.00 2.32 0.66 0.08 93.21 [2021-03-19T19:24:54.854Z] 19:14:01 all 0.15 0.00 0.05 0.00 0.01 99.78 [2021-03-19T19:24:54.854Z] 19:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-19T19:24:54.854Z] 19:14:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-03-19T19:24:54.854Z] 19:14:01 2 0.07 0.00 0.12 0.00 0.02 99.80 [2021-03-19T19:24:54.854Z] 19:14:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-19T19:24:54.854Z] 19:15:01 all 0.12 0.00 0.18 0.00 0.01 99.68 [2021-03-19T19:24:54.854Z] 19:15:01 0 0.07 0.00 0.23 0.00 0.00 99.70 [2021-03-19T19:24:54.854Z] 19:15:01 1 0.27 0.00 0.15 0.00 0.00 99.58 [2021-03-19T19:24:54.854Z] 19:15:01 2 0.10 0.00 0.22 0.00 0.03 99.65 [2021-03-19T19:24:54.854Z] 19:15:01 3 0.05 0.00 0.13 0.00 0.02 99.80 [2021-03-19T19:24:54.854Z] 19:16:01 all 0.17 0.00 0.08 0.00 0.04 99.70 [2021-03-19T19:24:54.854Z] 19:16:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2021-03-19T19:24:54.854Z] 19:16:01 1 0.55 0.00 0.10 0.00 0.03 99.32 [2021-03-19T19:24:54.854Z] 19:16:01 2 0.08 0.00 0.10 0.00 0.07 99.75 [2021-03-19T19:24:54.854Z] 19:16:01 3 0.03 0.00 0.08 0.00 0.03 99.85 [2021-03-19T19:24:54.854Z] 19:17:01 all 0.18 0.00 0.05 0.00 0.01 99.76 [2021-03-19T19:24:54.854Z] 19:17:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-19T19:24:54.854Z] 19:17:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-19T19:24:54.854Z] 19:17:01 2 0.58 0.00 0.05 0.00 0.03 99.33 [2021-03-19T19:24:54.854Z] 19:17:01 3 0.08 0.00 0.08 0.00 0.02 99.82 [2021-03-19T19:24:54.854Z] 19:18:01 all 0.17 0.00 0.07 0.00 0.02 99.75 [2021-03-19T19:24:54.854Z] 19:18:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-19T19:24:54.854Z] 19:18:01 1 0.05 0.00 0.12 0.00 0.02 99.82 [2021-03-19T19:24:54.854Z] 19:18:01 2 0.53 0.00 0.07 0.00 0.02 99.38 [2021-03-19T19:24:54.854Z] 19:18:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2021-03-19T19:24:54.854Z] 19:19:01 all 0.15 0.00 0.03 0.00 0.01 99.80 [2021-03-19T19:24:54.854Z] 19:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T19:24:54.854Z] 19:19:01 1 0.05 0.00 0.08 0.00 0.02 99.85 [2021-03-19T19:24:54.854Z] 19:19:01 2 0.50 0.00 0.02 0.00 0.02 99.47 [2021-03-19T19:24:54.854Z] 19:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T19:24:54.854Z] 19:20:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-03-19T19:24:54.854Z] 19:20:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-03-19T19:24:54.854Z] 19:20:01 1 0.42 0.00 0.02 0.00 0.02 99.55 [2021-03-19T19:24:54.854Z] 19:20:01 2 0.17 0.00 0.03 0.00 0.02 99.78 [2021-03-19T19:24:54.854Z] 19:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-19T19:24:54.854Z] 19:21:01 all 0.17 0.00 0.03 0.00 0.02 99.79 [2021-03-19T19:24:54.854Z] 19:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T19:24:54.854Z] 19:21:01 1 0.52 0.00 0.02 0.00 0.02 99.45 [2021-03-19T19:24:54.854Z] 19:21:01 2 0.10 0.00 0.07 0.00 0.03 99.80 [2021-03-19T19:24:54.854Z] 19:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-19T19:24:54.854Z] 19:22:01 all 0.14 0.00 0.03 0.00 0.01 99.82 [2021-03-19T19:24:54.854Z] 19:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2021-03-19T19:24:54.854Z] 19:22:01 1 0.47 0.00 0.05 0.00 0.00 99.47 [2021-03-19T19:24:54.854Z] 19:22:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2021-03-19T19:24:54.854Z] 19:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T19:24:54.854Z] 19:23:01 all 8.45 0.00 5.89 1.49 0.09 84.08 [2021-03-19T19:24:54.854Z] 19:23:01 0 7.79 0.00 5.37 1.60 0.07 85.17 [2021-03-19T19:24:54.854Z] 19:23:01 1 8.13 0.00 6.68 1.93 0.09 83.19 [2021-03-19T19:24:54.854Z] 19:23:01 2 9.96 0.00 5.91 1.24 0.09 82.81 [2021-03-19T19:24:54.854Z] 19:23:01 3 7.91 0.00 5.61 1.18 0.12 85.18 [2021-03-19T19:24:54.854Z] [2021-03-19T19:24:54.854Z] 19:23:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T19:24:54.854Z] 19:24:01 all 11.24 0.00 8.51 3.56 0.10 76.59 [2021-03-19T19:24:54.854Z] 19:24:01 0 9.57 0.00 8.28 7.17 0.09 74.89 [2021-03-19T19:24:54.854Z] 19:24:01 1 10.46 0.00 8.14 1.83 0.14 79.44 [2021-03-19T19:24:54.854Z] 19:24:01 2 11.15 0.00 8.96 2.68 0.09 77.12 [2021-03-19T19:24:54.854Z] 19:24:01 3 13.79 0.00 8.68 2.58 0.09 74.86 [2021-03-19T19:24:54.854Z] Average: all 2.04 0.00 1.43 0.50 0.04 95.99 [2021-03-19T19:24:54.854Z] Average: 0 1.72 0.00 1.35 0.74 0.03 96.16 [2021-03-19T19:24:54.854Z] Average: 1 2.07 0.00 1.49 0.51 0.04 95.88 [2021-03-19T19:24:54.854Z] Average: 2 2.26 0.00 1.49 0.41 0.04 95.80 [2021-03-19T19:24:54.854Z] Average: 3 2.11 0.00 1.40 0.36 0.03 96.10 [2021-03-19T19:24:54.854Z] [2021-03-19T19:24:54.854Z] [2021-03-19T19:24:54.854Z]