Pull request #3761 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 452bc479f5ebbbd11b623b1cf411819c55beaf5f+f045366f2d64fe6e0c14912db4a22971d4c550bb (7a2d2f845082e91348e76624f0946d3a45794f25) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3301924550176368144.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8615474383436337633.key > 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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3761/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3761/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3682000154306451570.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3645822863545566247.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3761/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3761/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8710524932521494688.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: 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 Running on prd-centos7-docker-4c-2g-12 in /w/workspace/edgexfoundry_edgex-go_PR-3761 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh6403892724294734797.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f045366f2d64fe6e0c14912db4a22971d4c550bb into PR head commit 452bc479f5ebbbd11b623b1cf411819c55beaf5f Merge succeeded, producing 943c01eb7717edc9dede6c7f284d9c212c5cc3bc Checking out Revision 943c01eb7717edc9dede6c7f284d9c212c5cc3bc (PR-3761) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh7616853419545600915.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3761/head:refs/remotes/origin/PR-3761 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 452bc479f5ebbbd11b623b1cf411819c55beaf5f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh5981803135501435098.key > git merge f045366f2d64fe6e0c14912db4a22971d4c550bb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 943c01eb7717edc9dede6c7f284d9c212c5cc3bc # timeout=10 Commit message: "Merge commit 'f045366f2d64fe6e0c14912db4a22971d4c550bb' into HEAD" > git rev-list --no-walk 452bc479f5ebbbd11b623b1cf411819c55beaf5f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-19T13:14:59.729Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-19T13:14:59.761Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-19T13:14:59.774Z] ========================================================= [2021-10-19T13:14:59.774Z] EdgeX Global Pipelines Version Info [2021-10-19T13:14:59.774Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:15:00.948Z] ------------------- [2021-10-19T13:15:00.948Z] stable info: [2021-10-19T13:15:00.948Z] ------------------- [2021-10-19T13:15:00.948Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-19T13:15:00.948Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-19T13:15:00.948Z] Message: update stable to v1.0.210 [2021-10-19T13:15:01.905Z] ------------------- [2021-10-19T13:15:01.905Z] experimental info: [2021-10-19T13:15:01.905Z] ------------------- [2021-10-19T13:15:01.905Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-19T13:15:01.905Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-19T13:15:01.905Z] Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-19T13:15:01.984Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-10-19T13:15:01.994Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-10-19T13:15:02.025Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-19T13:15:02.032Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-19T13:15:02.039Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-19T13:15:02.046Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-19T13:15:02.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-19T13:15:02.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-10-19T13:15:02.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-10-19T13:15:02.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-10-19T13:15:02.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-19T13:15:02.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-19T13:15:02.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-19T13:15:02.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-19T13:15:02.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-19T13:15:02.112Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-19T13:15:02.118Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-19T13:15:02.124Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-19T13:15:02.131Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-19T13:15:02.137Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-19T13:15:02.150Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-10-19T13:15:02.159Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-19T13:15:02.168Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3761 [Pipeline] echo [2021-10-19T13:15:02.178Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3761 [Pipeline] echo [2021-10-19T13:15:02.187Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3761 [Pipeline] echo [2021-10-19T13:15:02.196Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 943c01eb7717edc9dede6c7f284d9c212c5cc3bc [Pipeline] echo [2021-10-19T13:15:02.204Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 943c01e [Pipeline] echo [2021-10-19T13:15:02.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-19T13:15:02.257Z] provisioning config files... [2021-10-19T13:15:02.272Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8366961673308172231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:15:02.578Z] ---> docker-login.sh [2021-10-19T13:15:02.578Z] nexus3.edgexfoundry.org:10001 [2021-10-19T13:15:02.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:15:02.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:15:02.850Z] Configure a credential helper to remove this warning. See [2021-10-19T13:15:02.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:15:02.850Z] [2021-10-19T13:15:02.850Z] Login Succeeded [2021-10-19T13:15:02.850Z] nexus3.edgexfoundry.org:10002 [2021-10-19T13:15:02.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:15:02.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:15:02.850Z] Configure a credential helper to remove this warning. See [2021-10-19T13:15:02.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:15:02.850Z] [2021-10-19T13:15:02.850Z] Login Succeeded [2021-10-19T13:15:02.850Z] nexus3.edgexfoundry.org:10003 [2021-10-19T13:15:03.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:15:03.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:15:03.123Z] Configure a credential helper to remove this warning. See [2021-10-19T13:15:03.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:15:03.123Z] [2021-10-19T13:15:03.123Z] Login Succeeded [2021-10-19T13:15:03.123Z] nexus3.edgexfoundry.org:10004 [2021-10-19T13:15:03.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:15:03.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:15:03.123Z] Configure a credential helper to remove this warning. See [2021-10-19T13:15:03.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:15:03.123Z] [2021-10-19T13:15:03.123Z] Login Succeeded [2021-10-19T13:15:03.123Z] docker.io [2021-10-19T13:15:03.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:15:03.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:15:03.693Z] Configure a credential helper to remove this warning. See [2021-10-19T13:15:03.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:15:03.693Z] [2021-10-19T13:15:03.693Z] Login Succeeded [2021-10-19T13:15:03.693Z] ---> docker-login.sh ends [Pipeline] } [2021-10-19T13:15:03.700Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-19T13:15:04.004Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-10-19T13:15:04.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-19T13:15:04.004Z] ++ dirname cmd/core-command/Dockerfile [2021-10-19T13:15:04.004Z] ++ cut -d/ -f2 [2021-10-19T13:15:04.004Z] + echo core-command,cmd/core-command/Dockerfile [2021-10-19T13:15:04.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-19T13:15:04.004Z] ++ dirname cmd/core-data/Dockerfile [2021-10-19T13:15:04.004Z] ++ cut -d/ -f2 [2021-10-19T13:15:04.004Z] + echo core-data,cmd/core-data/Dockerfile [2021-10-19T13:15:04.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-19T13:15:04.004Z] ++ dirname cmd/core-metadata/Dockerfile [2021-10-19T13:15:04.004Z] ++ cut -d/ -f2 [2021-10-19T13:15:04.004Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-10-19T13:15:04.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-19T13:15:04.004Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-10-19T13:15:04.004Z] ++ cut -d/ -f2 [2021-10-19T13:15:04.004Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-10-19T13:15:04.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-19T13:15:04.004Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-10-19T13:15:04.004Z] ++ cut -d/ -f2 [2021-10-19T13:15:04.004Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-10-19T13:15:04.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-19T13:15:04.004Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-10-19T13:15:04.004Z] ++ cut -d/ -f2 [2021-10-19T13:15:04.004Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-10-19T13:15:04.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-19T13:15:04.004Z] ++ dirname cmd/support-notifications/Dockerfile [2021-10-19T13:15:04.004Z] ++ cut -d/ -f2 [2021-10-19T13:15:04.004Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-10-19T13:15:04.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-19T13:15:04.004Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-10-19T13:15:04.004Z] ++ cut -d/ -f2 [2021-10-19T13:15:04.004Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-10-19T13:15:04.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-19T13:15:04.004Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-10-19T13:15:04.004Z] ++ cut -d/ -f2 [2021-10-19T13:15:04.004Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-10-19T13:15:04.049Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:15:04.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-19T13:15:04.596Z] [2021-10-19T13:15:04.596Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:15:04.898Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-19T13:15:05.162Z] latest: Pulling from edgex-devops/git-semver [2021-10-19T13:15:05.162Z] a0d0a0d46f8b: Pulling fs layer [2021-10-19T13:15:05.162Z] 3e5f54012d9b: Pulling fs layer [2021-10-19T13:15:05.162Z] 4c7163046ea9: Pulling fs layer [2021-10-19T13:15:05.162Z] 0c2d73faf560: Pulling fs layer [2021-10-19T13:15:05.162Z] 0c2d73faf560: Waiting [2021-10-19T13:15:05.162Z] 3e5f54012d9b: Verifying Checksum [2021-10-19T13:15:05.162Z] 3e5f54012d9b: Download complete [2021-10-19T13:15:05.162Z] a0d0a0d46f8b: Verifying Checksum [2021-10-19T13:15:05.162Z] a0d0a0d46f8b: Download complete [2021-10-19T13:15:05.162Z] 0c2d73faf560: Verifying Checksum [2021-10-19T13:15:05.162Z] 0c2d73faf560: Download complete [2021-10-19T13:15:05.162Z] 4c7163046ea9: Verifying Checksum [2021-10-19T13:15:05.162Z] 4c7163046ea9: Download complete [2021-10-19T13:15:05.431Z] a0d0a0d46f8b: Pull complete [2021-10-19T13:15:05.431Z] 3e5f54012d9b: Pull complete [2021-10-19T13:15:05.695Z] 4c7163046ea9: Pull complete [2021-10-19T13:15:05.956Z] 0c2d73faf560: Pull complete [2021-10-19T13:15:05.956Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-19T13:15:05.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-19T13:15:05.956Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-19T13:15:06.040Z] prd-centos7-docker-4c-2g-12 does not seem to be running inside a container [2021-10-19T13:15:06.091Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-19T13:15:06.808Z] $ docker top a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-19T13:15:06.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-19T13:15:06.914Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-19T13:15:07.034Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-19T13:15:07.037Z] $ docker exec a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 ssh-agent [2021-10-19T13:15:07.143Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBPalhM/agent.15 [2021-10-19T13:15:07.143Z] SSH_AGENT_PID=21 [2021-10-19T13:15:07.150Z] Running ssh-add (command line suppressed) [2021-10-19T13:15:07.240Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3023148595354176854.key (/w/workspace/edgex-go/2@tmp/private_key_3023148595354176854.key) [2021-10-19T13:15:07.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-19T13:15:07.545Z] + git tag --points-at HEAD [Pipeline] } [2021-10-19T13:15:07.560Z] $ docker exec --env ******** --env ******** a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 ssh-agent -k [2021-10-19T13:15:07.690Z] unset SSH_AUTH_SOCK; [2021-10-19T13:15:07.690Z] unset SSH_AGENT_PID; [2021-10-19T13:15:07.690Z] echo Agent pid 21 killed; [2021-10-19T13:15:07.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-19T13:15:07.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-19T13:15:07.726Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-19T13:15:07.850Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-19T13:15:07.852Z] $ docker exec a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 ssh-agent [2021-10-19T13:15:07.977Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOKKigC/agent.55 [2021-10-19T13:15:07.977Z] SSH_AGENT_PID=62 [2021-10-19T13:15:07.984Z] Running ssh-add (command line suppressed) [2021-10-19T13:15:08.088Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7954438491406215783.key (/w/workspace/edgex-go/2@tmp/private_key_7954438491406215783.key) [2021-10-19T13:15:08.107Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-19T13:15:08.410Z] + git semver init [2021-10-19T13:15:08.410Z] # -> Open(): unable to determine branch for HEAD [2021-10-19T13:15:08.410Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-10-19T13:15:08.410Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-10-19T13:15:08.410Z] # $SEMVER_REMOTE_NAME = origin [2021-10-19T13:15:08.410Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-19T13:15:08.410Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-19T13:15:08.410Z] # $SEMVER_BRANCH = PR-3761 [2021-10-19T13:15:08.410Z] # $SEMVER_TEMP = /tmp/semver-259518582 [2021-10-19T13:15:08.410Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-10-19T13:15:23.389Z] # '/tmp/semver-259518582' -> '/w/workspace/edgex-go/2/.semver' [2021-10-19T13:15:23.389Z] # -> Force: false [2021-10-19T13:15:23.389Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-10-19T13:15:23.399Z] $ docker exec --env ******** --env ******** a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 ssh-agent -k [2021-10-19T13:15:23.497Z] unset SSH_AUTH_SOCK; [2021-10-19T13:15:23.498Z] unset SSH_AGENT_PID; [2021-10-19T13:15:23.498Z] echo Agent pid 62 killed; [2021-10-19T13:15:23.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-19T13:15:23.823Z] + git semver [Pipeline] } [2021-10-19T13:15:23.836Z] $ docker stop --time=1 a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 [2021-10-19T13:15:25.721Z] $ docker rm -f a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-19T13:15:26.084Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-19T13:15:26.346Z] Stashed 1 file(s) [Pipeline] echo [2021-10-19T13:15:26.348Z] [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-10-19T13:15:26.599Z] ========================================================= [2021-10-19T13:15:26.599Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-19T13:15:26.599Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-19T13:15:26.889Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-19T13:15:26.889Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-19T13:15:26.889Z] a0d0a0d46f8b: Already exists [2021-10-19T13:15:26.889Z] 31adcdaf11c8: Pulling fs layer [2021-10-19T13:15:26.889Z] b8b176561691: Pulling fs layer [2021-10-19T13:15:26.889Z] 4527c011a84f: Pulling fs layer [2021-10-19T13:15:26.889Z] 5d74067f8e1e: Pulling fs layer [2021-10-19T13:15:26.889Z] e0aca202a116: Pulling fs layer [2021-10-19T13:15:26.889Z] 3a43be97a3b4: Pulling fs layer [2021-10-19T13:15:26.889Z] 34cad66bf833: Pulling fs layer [2021-10-19T13:15:26.889Z] b4e3c513aaa6: Pulling fs layer [2021-10-19T13:15:26.889Z] 5d74067f8e1e: Waiting [2021-10-19T13:15:26.889Z] e0aca202a116: Waiting [2021-10-19T13:15:26.889Z] 3a43be97a3b4: Waiting [2021-10-19T13:15:26.889Z] 34cad66bf833: Waiting [2021-10-19T13:15:26.889Z] b4e3c513aaa6: Waiting [2021-10-19T13:15:26.889Z] b8b176561691: Verifying Checksum [2021-10-19T13:15:26.889Z] b8b176561691: Download complete [2021-10-19T13:15:26.889Z] 31adcdaf11c8: Download complete [2021-10-19T13:15:26.889Z] 5d74067f8e1e: Verifying Checksum [2021-10-19T13:15:26.889Z] 5d74067f8e1e: Download complete [2021-10-19T13:15:26.889Z] e0aca202a116: Verifying Checksum [2021-10-19T13:15:26.889Z] e0aca202a116: Download complete [2021-10-19T13:15:26.889Z] 3a43be97a3b4: Verifying Checksum [2021-10-19T13:15:26.889Z] 3a43be97a3b4: Download complete [2021-10-19T13:15:27.151Z] 31adcdaf11c8: Pull complete [2021-10-19T13:15:27.151Z] 34cad66bf833: Verifying Checksum [2021-10-19T13:15:27.151Z] 34cad66bf833: Download complete [2021-10-19T13:15:27.151Z] b8b176561691: Pull complete [2021-10-19T13:15:27.414Z] 4527c011a84f: Verifying Checksum [2021-10-19T13:15:27.414Z] 4527c011a84f: Download complete [2021-10-19T13:15:27.414Z] b4e3c513aaa6: Verifying Checksum [2021-10-19T13:15:27.414Z] b4e3c513aaa6: Download complete [2021-10-19T13:15:31.687Z] 4527c011a84f: Pull complete [2021-10-19T13:15:31.687Z] 5d74067f8e1e: Pull complete [2021-10-19T13:15:31.687Z] e0aca202a116: Pull complete [2021-10-19T13:15:31.687Z] 3a43be97a3b4: Pull complete [2021-10-19T13:15:31.687Z] 34cad66bf833: Pull complete [2021-10-19T13:15:34.271Z] b4e3c513aaa6: Pull complete [2021-10-19T13:15:34.271Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-19T13:15:34.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-19T13:15:34.271Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-19T13:15:34.576Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-19T13:15:34.576Z] WORKDIR /edgex [2021-10-19T13:15:34.576Z] COPY go.mod . [2021-10-19T13:15:34.576Z] RUN go mod download' [2021-10-19T13:15:34.576Z] + docker build -t ci-base-image-x86_64 -f - . [2021-10-19T13:15:36.563Z] Sending build context to Docker daemon 329.4MB [2021-10-19T13:15:36.563Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-19T13:15:36.563Z] ---> 9f6097aaca64 [2021-10-19T13:15:36.563Z] Step 2/4 : WORKDIR /edgex [2021-10-19T13:15:37.948Z] ---> Running in 0c6b93eda98b [2021-10-19T13:15:37.948Z] Removing intermediate container 0c6b93eda98b [2021-10-19T13:15:37.948Z] ---> a77cb0e05c84 [2021-10-19T13:15:37.948Z] Step 3/4 : COPY go.mod . [2021-10-19T13:15:38.220Z] ---> 2173fb26474f [2021-10-19T13:15:38.220Z] Step 4/4 : RUN go mod download [2021-10-19T13:15:38.220Z] ---> Running in 8fc1ce523f49 [2021-10-19T13:15:41.572Z] Still waiting to schedule task [2021-10-19T13:15:41.572Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-11’ is offline [2021-10-19T13:16:10.426Z] Removing intermediate container 8fc1ce523f49 [2021-10-19T13:16:10.426Z] ---> b39538a32a9b [2021-10-19T13:16:10.426Z] Successfully built b39538a32a9b [2021-10-19T13:16:10.426Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:16:10.730Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-19T13:16:10.730Z] . [Pipeline] withDockerContainer [2021-10-19T13:16:10.803Z] prd-centos7-docker-4c-2g-12 does not seem to be running inside a container [2021-10-19T13:16:10.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-19T13:16:11.281Z] $ docker top 52e89ead057405c361e595aa2cb03d30303fd9640eebf54f0c977789cb070304 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-19T13:16:11.663Z] + go version [2021-10-19T13:16:11.664Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-19T13:16:11.675Z] $ docker stop --time=1 52e89ead057405c361e595aa2cb03d30303fd9640eebf54f0c977789cb070304 [2021-10-19T13:16:12.890Z] $ docker rm -f 52e89ead057405c361e595aa2cb03d30303fd9640eebf54f0c977789cb070304 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:16:13.362Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-19T13:16:13.362Z] . [Pipeline] withDockerContainer [2021-10-19T13:16:13.428Z] prd-centos7-docker-4c-2g-12 does not seem to be running inside a container [2021-10-19T13:16:13.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-19T13:16:13.782Z] $ docker top 49785aa0a7939c210851f03f7a0fd3b512949c81c6e69d0a86dda73f3be81a8c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-19T13:16:13.863Z] ========================================================= [2021-10-19T13:16:13.863Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-19T13:16:13.863Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-19T13:16:14.163Z] + make test [2021-10-19T13:16:14.163Z] go mod tidy [2021-10-19T13:16:14.434Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-19T13:16:21.113Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-19T13:16:39.432Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-19T13:16:46.087Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-19T13:16:46.087Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-19T13:16:46.087Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-19T13:16:48.658Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-19T13:16:49.233Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-19T13:16:49.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-19T13:16:49.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-19T13:16:50.081Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-19T13:16:50.364Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-19T13:16:50.640Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-19T13:16:50.640Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-19T13:16:50.640Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-19T13:16:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-19T13:16:52.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.047s coverage: 28.7% of statements [2021-10-19T13:16:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-19T13:16:52.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-19T13:16:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.060s coverage: 98.5% of statements [2021-10-19T13:16:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-19T13:16:53.862Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.080s coverage: 46.3% of statements [2021-10-19T13:16:53.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-19T13:16:53.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-19T13:16:54.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.117s coverage: 90.1% of statements [2021-10-19T13:16:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-19T13:16:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-19T13:16:56.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.057s coverage: 84.4% of statements [2021-10-19T13:16:56.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-19T13:16:56.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-19T13:16:56.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-19T13:16:56.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-19T13:16:56.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-19T13:16:56.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.251s coverage: 94.2% of statements [2021-10-19T13:16:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-19T13:16:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-19T13:16:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.064s coverage: 59.1% of statements [2021-10-19T13:16:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-19T13:16:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-19T13:16:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-19T13:16:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-19T13:16:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-19T13:16:57.060Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.052s coverage: 60.0% of statements [2021-10-19T13:16:57.060Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-19T13:16:57.060Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-19T13:16:57.060Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-19T13:16:58.010Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.069s coverage: 1.0% of statements [2021-10-19T13:16:58.010Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-19T13:16:58.010Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-10-19T13:16:58.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 21.7% of statements [2021-10-19T13:16:58.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-19T13:16:58.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2021-10-19T13:16:58.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements [2021-10-19T13:16:59.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-10-19T13:16:59.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements [2021-10-19T13:16:59.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-10-19T13:17:11.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements [2021-10-19T13:17:11.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-10-19T13:17:15.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.211s coverage: 82.5% of statements [2021-10-19T13:17:15.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-19T13:17:37.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements [2021-10-19T13:17:37.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 58.8% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.149s coverage: 91.2% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.137s coverage: 64.4% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.255s coverage: 70.4% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 43.4% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-19T13:17:37.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements [2021-10-19T13:17:37.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-19T13:17:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 19.5% of statements [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-19T13:17:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.153s coverage: 92.0% of statements [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-19T13:17:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-19T13:17:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.086s coverage: 97.7% of statements [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-19T13:17:44.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-19T13:17:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-19T13:17:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-19T13:17:44.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2021-10-19T13:17:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-19T13:17:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-19T13:17:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-19T13:17:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-19T13:17:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-19T13:17:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-19T13:17:44.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-10-19T13:17:44.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2021-10-19T13:17:44.483Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-10-19T13:18:23.359Z] GO111MODULE=on go vet ./... [2021-10-19T13:18:28.671Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-19T13:18:28.671Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-19T13:18:28.671Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-19T13:18:28.969Z] + ls -al . [2021-10-19T13:18:28.970Z] total 612 [2021-10-19T13:18:28.970Z] drwxrwxr-x 10 1001 1001 4096 Oct 19 13:18 . [2021-10-19T13:18:28.970Z] drwxr-xr-x 4 root root 28 Oct 19 13:16 .. [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 11 Oct 19 13:14 .dockerignore [2021-10-19T13:18:28.970Z] drwxrwxr-x 8 1001 1001 179 Oct 19 13:14 .git [2021-10-19T13:18:28.970Z] drwxrwxr-x 4 1001 1001 142 Oct 19 13:14 .github [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 804 Oct 19 13:14 .gitignore [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 42 Oct 19 13:14 .golangci.yml [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 76 Oct 19 13:14 .hadolint.yml [2021-10-19T13:18:28.970Z] drwx------ 3 1001 1001 58 Oct 19 13:15 .semver [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 166 Oct 19 13:14 .sonarcloud.properties [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 1171 Oct 19 13:14 ADOPTERS.md [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 8608 Oct 19 13:14 Attribution.txt [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 43881 Oct 19 13:14 CHANGELOG.md [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 3804 Oct 19 13:14 CONTRIBUTING.md [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 677 Oct 19 13:14 GOVERNANCE.md [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 849 Oct 19 13:14 Jenkinsfile [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 10775 Oct 19 13:14 LICENSE [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 6508 Oct 19 13:14 Makefile [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 582 Oct 19 13:14 OWNERS.md [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 8256 Oct 19 13:14 README.md [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 6912 Oct 19 13:14 SECURITY.md [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 5 Oct 19 13:15 VERSION [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 4131 Oct 19 13:14 ZMQWindows.md [2021-10-19T13:18:28.970Z] drwxrwxr-x 2 1001 1001 37 Oct 19 13:14 bin [2021-10-19T13:18:28.970Z] drwxrwxr-x 14 1001 1001 4096 Oct 19 13:14 cmd [2021-10-19T13:18:28.970Z] -rw-r--r-- 1 root root 403932 Oct 19 13:17 coverage.out [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 829 Oct 19 13:14 go.mod [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 50143 Oct 19 13:14 go.sum [2021-10-19T13:18:28.970Z] drwxrwxr-x 8 1001 1001 124 Oct 19 13:14 internal [2021-10-19T13:18:28.970Z] drwxrwxr-x 3 1001 1001 16 Oct 19 13:14 openapi [2021-10-19T13:18:28.970Z] drwxrwxr-x 4 1001 1001 71 Oct 19 13:14 snap [2021-10-19T13:18:28.970Z] -rw-rw-r-- 1 1001 1001 204 Oct 19 13:14 version.go [Pipeline] sh [2021-10-19T13:18:29.263Z] + '[' -e coverage.out ] [2021-10-19T13:18:29.263Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-19T13:18:29.356Z] Stashed 1 file(s) [Pipeline] sh [2021-10-19T13:18:29.657Z] + make build [2021-10-19T13:18:29.658Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-10-19T13:18:31.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-10-19T13:18:37.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-10-19T13:18:38.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-10-19T13:18:39.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-10-19T13:18:39.881Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-10-19T13:18:40.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-10-19T13:18:41.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-10-19T13:18:42.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-19T13:18:44.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-10-19T13:18:45.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-10-19T13:18:46.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-10-19T13:18:47.726Z] $ docker stop --time=1 49785aa0a7939c210851f03f7a0fd3b512949c81c6e69d0a86dda73f3be81a8c [2021-10-19T13:18:49.420Z] $ docker rm -f 49785aa0a7939c210851f03f7a0fd3b512949c81c6e69d0a86dda73f3be81a8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:18:50.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-19T13:18:50.608Z] [2021-10-19T13:18:50.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:18:50.909Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-19T13:18:50.909Z] latest: Pulling from edgex-devops/edgex-compose [2021-10-19T13:18:50.909Z] cbdbe7a5bc2a: Pulling fs layer [2021-10-19T13:18:50.909Z] ca9280d653b3: Pulling fs layer [2021-10-19T13:18:50.909Z] 7e9c9ca2126c: Pulling fs layer [2021-10-19T13:18:51.171Z] cbdbe7a5bc2a: Verifying Checksum [2021-10-19T13:18:51.171Z] cbdbe7a5bc2a: Download complete [2021-10-19T13:18:51.172Z] ca9280d653b3: Verifying Checksum [2021-10-19T13:18:51.172Z] ca9280d653b3: Download complete [2021-10-19T13:18:51.441Z] cbdbe7a5bc2a: Pull complete [2021-10-19T13:18:51.441Z] 7e9c9ca2126c: Verifying Checksum [2021-10-19T13:18:51.441Z] 7e9c9ca2126c: Download complete [2021-10-19T13:18:52.036Z] ca9280d653b3: Pull complete [2021-10-19T13:18:56.266Z] 7e9c9ca2126c: Pull complete [2021-10-19T13:18:56.266Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-10-19T13:18:56.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-19T13:18:56.266Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-10-19T13:18:56.337Z] prd-centos7-docker-4c-2g-12 does not seem to be running inside a container [2021-10-19T13:18:56.377Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-19T13:18:56.866Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13 in /w/workspace/edgexfoundry_edgex-go_PR-3761 [2021-10-19T13:18:59.087Z] $ docker top d2e2b5dc332bb7c336e5ce51633962477a267271d222eb4114e01851b8864188 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-10-19T13:18:59.205Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-19T13:18:59.464Z] + docker-compose build --help [2021-10-19T13:18:59.464Z] + grep parallel [2021-10-19T13:19:00.034Z] --parallel Build images in parallel. [Pipeline] } [2021-10-19T13:19:01.010Z] $ docker stop --time=1 d2e2b5dc332bb7c336e5ce51633962477a267271d222eb4114e01851b8864188 [2021-10-19T13:19:01.374Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-19T13:19:01.374Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-19T13:19:01.374Z] Dload Upload Total Spent Left Speed [2021-10-19T13:19:01.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 109k 0 --:--:-- --:--:-- --:--:-- 108k [2021-10-19T13:19:02.205Z] $ docker rm -f d2e2b5dc332bb7c336e5ce51633962477a267271d222eb4114e01851b8864188 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:19:02.634Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-19T13:19:02.668Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-19T13:19:02.668Z] . [Pipeline] withDockerContainer [2021-10-19T13:19:02.822Z] prd-centos7-docker-4c-2g-12 does not seem to be running inside a container [2021-10-19T13:19:02.864Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-19T13:19:03.025Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2021-10-19T13:19:03.025Z] /etc/docker/daemon.new [2021-10-19T13:19:03.025Z] { [2021-10-19T13:19:03.025Z] "registry-mirrors": [ [2021-10-19T13:19:03.025Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-19T13:19:03.025Z] ], [2021-10-19T13:19:03.025Z] "bip": "10.250.0.254/24", [2021-10-19T13:19:03.025Z] "hosts": [ [2021-10-19T13:19:03.025Z] "tcp://0.0.0.0:5555", [2021-10-19T13:19:03.025Z] "unix:///var/run/docker.sock" [2021-10-19T13:19:03.025Z] ], [2021-10-19T13:19:03.025Z] "mtu": 1458, [2021-10-19T13:19:03.025Z] "selinux-enabled": true, [2021-10-19T13:19:03.025Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-19T13:19:03.025Z] } [2021-10-19T13:19:03.244Z] $ docker top fe14e40ba71c2284177ac00f48310e02e0de2d54c4a6e2e3db3cf6825febfe22 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-10-19T13:19:03.699Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2021-10-19T13:19:03.718Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh [2021-10-19T13:19:04.078Z] + sudo service docker restart [2021-10-19T13:19:04.290Z] Building core-command ... [2021-10-19T13:19:04.290Z] Building core-data ... [2021-10-19T13:19:04.290Z] Building core-metadata ... [2021-10-19T13:19:04.290Z] Building security-bootstrapper ... [2021-10-19T13:19:04.290Z] Building security-proxy-setup ... [2021-10-19T13:19:04.290Z] Building security-secretstore-setup ... [2021-10-19T13:19:04.290Z] Building support-notifications ... [2021-10-19T13:19:04.290Z] Building support-scheduler ... [2021-10-19T13:19:04.290Z] Building sys-mgmt-agent ... [2021-10-19T13:19:04.290Z] Building support-notifications [2021-10-19T13:19:04.290Z] Building sys-mgmt-agent [2021-10-19T13:19:04.290Z] Building security-bootstrapper [2021-10-19T13:19:04.290Z] Building security-secretstore-setup [2021-10-19T13:19:04.290Z] Building core-command [2021-10-19T13:19:14.296Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-19T13:19:14.296Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-19T13:19:14.296Z] ---> b39538a32a9b [2021-10-19T13:19:14.296Z] Step 3/22 : WORKDIR /edgex-go [2021-10-19T13:19:14.296Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-19T13:19:14.296Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-19T13:19:14.296Z] ---> b39538a32a9b [2021-10-19T13:19:14.296Z] Step 3/22 : WORKDIR /edgex-go [2021-10-19T13:19:19.592Z] ---> Running in 61448b54b419 [2021-10-19T13:19:19.592Z] ---> Running in 165bcede3708 [2021-10-19T13:19:22.350Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-19T13:19:22.350Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-19T13:19:22.350Z] ---> b39538a32a9b [2021-10-19T13:19:22.350Z] Step 3/30 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-19T13:19:22.505Z] provisioning config files... [2021-10-19T13:19:22.539Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6043591417724101632tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:19:22.938Z] ---> docker-login.sh [2021-10-19T13:19:22.938Z] nexus3.edgexfoundry.org:10001 [2021-10-19T13:19:24.297Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-19T13:19:24.298Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-19T13:19:24.298Z] ---> b39538a32a9b [2021-10-19T13:19:24.298Z] Step 3/21 : WORKDIR /edgex-go [2021-10-19T13:19:24.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:19:24.564Z] ---> Running in 0d20e31a1915 [2021-10-19T13:19:24.564Z] ---> Running in 4d25fd7b56e8 [2021-10-19T13:19:24.564Z] Removing intermediate container 61448b54b419 [2021-10-19T13:19:24.564Z] ---> 34cdef7e4fa5 [2021-10-19T13:19:24.564Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:19:24.564Z] Removing intermediate container 165bcede3708 [2021-10-19T13:19:24.564Z] ---> 578b96535de4 [2021-10-19T13:19:24.564Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:19:24.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:19:24.668Z] Configure a credential helper to remove this warning. See [2021-10-19T13:19:24.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:19:24.668Z] [2021-10-19T13:19:24.668Z] Login Succeeded [2021-10-19T13:19:24.825Z] ---> Running in 32a837be03c6 [2021-10-19T13:19:24.825Z] ---> Running in c30469a4d117 [2021-10-19T13:19:24.825Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-19T13:19:24.825Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-19T13:19:24.825Z] ---> b39538a32a9b [2021-10-19T13:19:24.825Z] Step 3/24 : WORKDIR /edgex-go [2021-10-19T13:19:24.825Z] ---> Using cache [2021-10-19T13:19:24.825Z] ---> 578b96535de4 [2021-10-19T13:19:24.825Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:19:24.825Z] ---> Running in 1ca0625c1932 [2021-10-19T13:19:24.825Z] Removing intermediate container 4d25fd7b56e8 [2021-10-19T13:19:24.825Z] ---> ac7c50e02156 [2021-10-19T13:19:24.825Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:19:24.825Z] Removing intermediate container 0d20e31a1915 [2021-10-19T13:19:24.825Z] ---> ce0ea4bc9f7c [2021-10-19T13:19:24.825Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:19:24.825Z] ---> Running in 93b93a6cdf62 [2021-10-19T13:19:24.825Z] ---> Running in b918a39aead1 [2021-10-19T13:19:24.949Z] nexus3.edgexfoundry.org:10002 [2021-10-19T13:19:25.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:19:25.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:19:25.226Z] Configure a credential helper to remove this warning. See [2021-10-19T13:19:25.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:19:25.226Z] [2021-10-19T13:19:25.226Z] Login Succeeded [2021-10-19T13:19:25.226Z] nexus3.edgexfoundry.org:10003 [2021-10-19T13:19:25.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:19:25.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:19:25.833Z] Configure a credential helper to remove this warning. See [2021-10-19T13:19:25.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:19:25.833Z] [2021-10-19T13:19:25.833Z] Login Succeeded [2021-10-19T13:19:25.833Z] nexus3.edgexfoundry.org:10004 [2021-10-19T13:19:26.226Z] Removing intermediate container c30469a4d117 [2021-10-19T13:19:26.226Z] ---> ad2abcfea8d2 [2021-10-19T13:19:26.226Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-19T13:19:26.226Z] ---> Running in 9b21aae3b516 [2021-10-19T13:19:26.226Z] Removing intermediate container 32a837be03c6 [2021-10-19T13:19:26.226Z] ---> ca2c63eaa9eb [2021-10-19T13:19:26.226Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-19T13:19:26.226Z] Removing intermediate container 1ca0625c1932 [2021-10-19T13:19:26.226Z] ---> eeb0bc0df37b [2021-10-19T13:19:26.226Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-19T13:19:26.226Z] ---> Running in 3632707eb0bb [2021-10-19T13:19:26.226Z] Removing intermediate container b918a39aead1 [2021-10-19T13:19:26.226Z] ---> ae702f50b5d6 [2021-10-19T13:19:26.226Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-19T13:19:26.226Z] ---> Running in 410934113cdc [2021-10-19T13:19:26.226Z] ---> Running in be5c95be7666 [2021-10-19T13:19:26.226Z] Removing intermediate container 93b93a6cdf62 [2021-10-19T13:19:26.226Z] ---> f4ab56c5cb69 [2021-10-19T13:19:26.226Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-19T13:19:26.226Z] ---> Running in 7a0c52f37899 [2021-10-19T13:19:26.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:19:26.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:19:26.438Z] Configure a credential helper to remove this warning. See [2021-10-19T13:19:26.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:19:26.438Z] [2021-10-19T13:19:26.438Z] Login Succeeded [2021-10-19T13:19:26.438Z] docker.io [2021-10-19T13:19:26.487Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:26.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T13:19:26.752Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:27.012Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:27.012Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:27.012Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:27.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T13:19:27.327Z] Configure a credential helper to remove this warning. See [2021-10-19T13:19:27.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T13:19:27.327Z] [2021-10-19T13:19:27.327Z] Login Succeeded [2021-10-19T13:19:27.327Z] ---> docker-login.sh ends [Pipeline] } [2021-10-19T13:19:27.349Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-10-19T13:19:27.590Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:27.590Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:27.854Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:27.854Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:27.854Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:19:27.854Z] OK: 220 MiB in 52 packages [Pipeline] echo [2021-10-19T13:19:28.074Z] ========================================================= [2021-10-19T13:19:28.074Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-19T13:19:28.074Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-19T13:19:28.423Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-19T13:19:28.464Z] OK: 220 MiB in 52 packages [2021-10-19T13:19:28.464Z] OK: 220 MiB in 52 packages [2021-10-19T13:19:28.464Z] OK: 220 MiB in 52 packages [2021-10-19T13:19:28.464Z] OK: 220 MiB in 52 packages [2021-10-19T13:19:28.705Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-19T13:19:28.705Z] 552d1f2373af: Pulling fs layer [2021-10-19T13:19:28.705Z] ea3f2d53f512: Pulling fs layer [2021-10-19T13:19:28.706Z] 9e70ebbbe112: Pulling fs layer [2021-10-19T13:19:28.706Z] 7a9cfe048b4a: Pulling fs layer [2021-10-19T13:19:28.706Z] 72dc09318566: Pulling fs layer [2021-10-19T13:19:28.706Z] f4f7b4309257: Pulling fs layer [2021-10-19T13:19:28.706Z] 0ac9a79272e3: Pulling fs layer [2021-10-19T13:19:28.706Z] b78e95d17946: Pulling fs layer [2021-10-19T13:19:28.706Z] f4f7b4309257: Waiting [2021-10-19T13:19:28.706Z] 0ac9a79272e3: Waiting [2021-10-19T13:19:28.706Z] b78e95d17946: Waiting [2021-10-19T13:19:28.706Z] 7a9cfe048b4a: Waiting [2021-10-19T13:19:28.706Z] 72dc09318566: Waiting [2021-10-19T13:19:28.706Z] 9e70ebbbe112: Verifying Checksum [2021-10-19T13:19:28.706Z] 9e70ebbbe112: Download complete [2021-10-19T13:19:28.706Z] ea3f2d53f512: Verifying Checksum [2021-10-19T13:19:28.706Z] ea3f2d53f512: Download complete [2021-10-19T13:19:28.706Z] 72dc09318566: Download complete [2021-10-19T13:19:28.706Z] 552d1f2373af: Verifying Checksum [2021-10-19T13:19:28.706Z] 552d1f2373af: Download complete [2021-10-19T13:19:28.706Z] f4f7b4309257: Verifying Checksum [2021-10-19T13:19:28.706Z] f4f7b4309257: Download complete [2021-10-19T13:19:28.706Z] 0ac9a79272e3: Verifying Checksum [2021-10-19T13:19:28.706Z] 0ac9a79272e3: Download complete [2021-10-19T13:19:28.731Z] Removing intermediate container 9b21aae3b516 [2021-10-19T13:19:28.731Z] ---> 56c562d4c4b4 [2021-10-19T13:19:28.731Z] Step 6/22 : COPY . . [2021-10-19T13:19:29.302Z] Removing intermediate container be5c95be7666 [2021-10-19T13:19:29.302Z] ---> 6935e0e67744 [2021-10-19T13:19:29.302Z] Step 6/21 : COPY . . [2021-10-19T13:19:29.717Z] 552d1f2373af: Pull complete [2021-10-19T13:19:30.340Z] ea3f2d53f512: Pull complete [2021-10-19T13:19:30.621Z] b78e95d17946: Verifying Checksum [2021-10-19T13:19:30.621Z] b78e95d17946: Download complete [2021-10-19T13:19:30.621Z] 9e70ebbbe112: Pull complete [2021-10-19T13:19:31.237Z] 7a9cfe048b4a: Download complete [2021-10-19T13:19:31.863Z] Removing intermediate container 410934113cdc [2021-10-19T13:19:31.863Z] ---> 7756726acf64 [2021-10-19T13:19:31.863Z] Step 6/24 : COPY . . [2021-10-19T13:19:31.863Z] Removing intermediate container 3632707eb0bb [2021-10-19T13:19:31.863Z] ---> 97b6d5ff72e3 [2021-10-19T13:19:31.863Z] Step 6/22 : COPY . . [2021-10-19T13:19:32.125Z] Removing intermediate container 7a0c52f37899 [2021-10-19T13:19:32.125Z] ---> b86b0d7ea5de [2021-10-19T13:19:32.125Z] Step 6/30 : COPY . . [2021-10-19T13:19:38.727Z] ---> 70274e4ca9db [2021-10-19T13:19:38.727Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T13:19:38.727Z] ---> cf212d27dcea [2021-10-19T13:19:38.727Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T13:19:39.297Z] ---> Running in 1724d5db74b9 [2021-10-19T13:19:39.297Z] ---> Running in 55ea0ff00dd6 [2021-10-19T13:19:39.297Z] ---> bff946ca1508 [2021-10-19T13:19:39.297Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T13:19:39.560Z] ---> Running in bf9b56a158a0 [2021-10-19T13:19:41.473Z] 7a9cfe048b4a: Pull complete [2021-10-19T13:19:41.473Z] 72dc09318566: Pull complete [2021-10-19T13:19:41.755Z] f4f7b4309257: Pull complete [2021-10-19T13:19:42.042Z] 0ac9a79272e3: Pull complete [2021-10-19T13:19:46.174Z] Removing intermediate container 1724d5db74b9 [2021-10-19T13:19:46.174Z] ---> 40b196bfe454 [2021-10-19T13:19:46.174Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-19T13:19:46.174Z] Removing intermediate container bf9b56a158a0 [2021-10-19T13:19:46.174Z] ---> 1fae50b961a7 [2021-10-19T13:19:46.174Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-19T13:19:46.174Z] Removing intermediate container 55ea0ff00dd6 [2021-10-19T13:19:46.174Z] ---> 010c59e55c77 [2021-10-19T13:19:46.174Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-19T13:19:46.174Z] ---> Running in fa76da7e8052 [2021-10-19T13:19:46.174Z] ---> Running in 3106db5e472e [2021-10-19T13:19:46.174Z] ---> Running in 874da168a9c4 [2021-10-19T13:19:46.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-10-19T13:19:46.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-10-19T13:19:46.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-10-19T13:19:48.838Z] b78e95d17946: Pull complete [2021-10-19T13:19:48.838Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-19T13:19:48.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-19T13:19:48.838Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-19T13:19:49.218Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:19:49.582Z] + docker inspect -f . ci-base-image-arm64 [2021-10-19T13:19:49.583Z] . [Pipeline] withDockerContainer [2021-10-19T13:19:49.887Z] prd-ubuntu18.04-docker-arm64-4c-16g-13 does not seem to be running inside a container [2021-10-19T13:19:50.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-19T13:19:51.868Z] ---> 55135681403f [2021-10-19T13:19:51.868Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T13:19:51.868Z] ---> Running in 8a870fe521f6 [2021-10-19T13:19:51.868Z] ---> 156facf711fa [2021-10-19T13:19:51.868Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T13:19:51.868Z] ---> Running in b74cd724b6ea [2021-10-19T13:19:53.820Z] Removing intermediate container b74cd724b6ea [2021-10-19T13:19:53.821Z] ---> 17e45b0a0078 [2021-10-19T13:19:53.821Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-19T13:19:53.821Z] Removing intermediate container 8a870fe521f6 [2021-10-19T13:19:53.821Z] ---> ee43f4b184c9 [2021-10-19T13:19:53.821Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-19T13:19:53.821Z] ---> Running in a140d5fa7088 [2021-10-19T13:19:53.821Z] ---> Running in ef9d3f57b23d [2021-10-19T13:19:54.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-10-19T13:19:54.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-10-19T13:19:56.086Z] $ docker top dfda87be8f6f2818b296980d8338c08cf47cb51cabbe0d0824b64b79cd703161 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-19T13:19:57.113Z] + go version [2021-10-19T13:19:57.113Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-19T13:19:57.145Z] $ docker stop --time=1 dfda87be8f6f2818b296980d8338c08cf47cb51cabbe0d0824b64b79cd703161 [2021-10-19T13:19:58.954Z] $ docker rm -f dfda87be8f6f2818b296980d8338c08cf47cb51cabbe0d0824b64b79cd703161 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:19:59.702Z] + docker inspect -f . ci-base-image-arm64 [2021-10-19T13:19:59.702Z] . [Pipeline] withDockerContainer [2021-10-19T13:19:59.951Z] prd-ubuntu18.04-docker-arm64-4c-16g-13 does not seem to be running inside a container [2021-10-19T13:20:00.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-19T13:20:01.641Z] $ docker top 1d6281295ca91fca084b1637537dd196d5f52c44e7cb50400134ac3f5925f600 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-19T13:20:01.974Z] ========================================================= [2021-10-19T13:20:01.974Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-19T13:20:01.974Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-19T13:20:02.646Z] + go mod tidy [2021-10-19T13:20:02.646Z] go: go.mod file not found in current directory or any parent directory; see 'go help modules' [Pipeline] } [2021-10-19T13:20:02.679Z] $ docker stop --time=1 1d6281295ca91fca084b1637537dd196d5f52c44e7cb50400134ac3f5925f600 [2021-10-19T13:20:04.598Z] $ docker rm -f 1d6281295ca91fca084b1637537dd196d5f52c44e7cb50400134ac3f5925f600 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:20:05.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-19T13:20:05.903Z] [2021-10-19T13:20:05.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:20:06.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-19T13:20:06.630Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-19T13:20:06.630Z] 448f6bf000e3: Pulling fs layer [2021-10-19T13:20:06.630Z] f757da607395: Pulling fs layer [2021-10-19T13:20:06.630Z] 05883995daec: Pulling fs layer [2021-10-19T13:20:06.630Z] 8603b9c90790: Pulling fs layer [2021-10-19T13:20:06.630Z] 1560dd03e051: Pulling fs layer [2021-10-19T13:20:06.630Z] 27f5ce0e4adf: Pulling fs layer [2021-10-19T13:20:06.630Z] c2d8d7efcc4b: Pulling fs layer [2021-10-19T13:20:06.630Z] 1560dd03e051: Waiting [2021-10-19T13:20:06.630Z] 27f5ce0e4adf: Waiting [2021-10-19T13:20:06.630Z] c2d8d7efcc4b: Waiting [2021-10-19T13:20:06.630Z] 8603b9c90790: Waiting [2021-10-19T13:20:06.918Z] f757da607395: Verifying Checksum [2021-10-19T13:20:06.918Z] f757da607395: Download complete [2021-10-19T13:20:06.918Z] 8603b9c90790: Verifying Checksum [2021-10-19T13:20:06.918Z] 8603b9c90790: Download complete [2021-10-19T13:20:07.202Z] 05883995daec: Verifying Checksum [2021-10-19T13:20:07.202Z] 05883995daec: Download complete [2021-10-19T13:20:07.202Z] 1560dd03e051: Verifying Checksum [2021-10-19T13:20:07.202Z] 1560dd03e051: Download complete [2021-10-19T13:20:07.202Z] 27f5ce0e4adf: Verifying Checksum [2021-10-19T13:20:07.202Z] 27f5ce0e4adf: Download complete [2021-10-19T13:20:07.202Z] 448f6bf000e3: Verifying Checksum [2021-10-19T13:20:07.202Z] 448f6bf000e3: Download complete [2021-10-19T13:20:10.755Z] c2d8d7efcc4b: Verifying Checksum [2021-10-19T13:20:10.755Z] c2d8d7efcc4b: Download complete [2021-10-19T13:20:11.367Z] 448f6bf000e3: Pull complete [2021-10-19T13:20:11.977Z] f757da607395: Pull complete [2021-10-19T13:20:13.986Z] 05883995daec: Pull complete [2021-10-19T13:20:13.986Z] 8603b9c90790: Pull complete [2021-10-19T13:20:14.985Z] 1560dd03e051: Pull complete [2021-10-19T13:20:15.268Z] 27f5ce0e4adf: Pull complete [2021-10-19T13:20:26.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-19T13:20:26.819Z] Removing intermediate container 874da168a9c4 [2021-10-19T13:20:26.819Z] ---> 14921b95c653 [2021-10-19T13:20:26.819Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-19T13:20:27.092Z] ---> Running in a559d77e79f9 [2021-10-19T13:20:27.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-10-19T13:20:29.644Z] Removing intermediate container a559d77e79f9 [2021-10-19T13:20:29.644Z] ---> a6ce1c69307d [2021-10-19T13:20:29.644Z] [2021-10-19T13:20:29.644Z] Step 10/22 : FROM docker:20.10.8 [2021-10-19T13:20:30.246Z] 20.10.8: Pulling from library/docker [2021-10-19T13:20:30.407Z] c2d8d7efcc4b: Pull complete [2021-10-19T13:20:30.407Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-19T13:20:30.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-19T13:20:30.407Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-19T13:20:30.707Z] prd-ubuntu18.04-docker-arm64-4c-16g-13 does not seem to be running inside a container [2021-10-19T13:20:30.822Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-19T13:20:31.674Z] Removing intermediate container 3106db5e472e [2021-10-19T13:20:31.674Z] ---> e0b6afc7eca5 [2021-10-19T13:20:31.674Z] [2021-10-19T13:20:31.674Z] Step 9/24 : FROM alpine:3.14 [2021-10-19T13:20:31.942Z] 3.14: Pulling from library/alpine [2021-10-19T13:20:31.942Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-19T13:20:31.942Z] Status: Downloaded newer image for alpine:3.14 [2021-10-19T13:20:31.942Z] ---> 14119a10abf4 [2021-10-19T13:20:31.942Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-19T13:20:32.521Z] ---> Running in 0d96a4c81e12 [2021-10-19T13:20:33.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:33.937Z] Removing intermediate container fa76da7e8052 [2021-10-19T13:20:33.937Z] ---> a78e519b9f8e [2021-10-19T13:20:33.937Z] [2021-10-19T13:20:33.937Z] Step 9/21 : FROM alpine:3.14 [2021-10-19T13:20:33.937Z] ---> 14119a10abf4 [2021-10-19T13:20:33.937Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-19T13:20:33.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:34.196Z] ---> Running in 0dd6b4476c6b [2021-10-19T13:20:34.196Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-19T13:20:34.196Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-19T13:20:34.196Z] (3/3) Installing su-exec (0.2-r1) [2021-10-19T13:20:34.196Z] Executing busybox-1.33.1-r3.trigger [2021-10-19T13:20:34.196Z] Executing ca-certificates-20191127-r5.trigger [2021-10-19T13:20:34.463Z] OK: 6 MiB in 17 packages [2021-10-19T13:20:35.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:35.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:35.392Z] Removing intermediate container 0d96a4c81e12 [2021-10-19T13:20:35.392Z] ---> c01c47582157 [2021-10-19T13:20:35.392Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-19T13:20:35.392Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-19T13:20:35.670Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-19T13:20:35.670Z] Executing busybox-1.33.1-r3.trigger [2021-10-19T13:20:35.670Z] Executing ca-certificates-20191127-r5.trigger [2021-10-19T13:20:35.670Z] OK: 6 MiB in 16 packages [2021-10-19T13:20:35.670Z] ---> Running in 6f20c0f704a9 [2021-10-19T13:20:35.934Z] Removing intermediate container a140d5fa7088 [2021-10-19T13:20:35.934Z] ---> 472d30db6528 [2021-10-19T13:20:35.934Z] [2021-10-19T13:20:35.934Z] Step 9/22 : FROM alpine:3.14 [2021-10-19T13:20:35.934Z] ---> 14119a10abf4 [2021-10-19T13:20:35.934Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-19T13:20:35.934Z] Removing intermediate container 6f20c0f704a9 [2021-10-19T13:20:35.934Z] ---> bafaa4e9cde1 [2021-10-19T13:20:35.934Z] Step 12/24 : WORKDIR / [2021-10-19T13:20:36.083Z] $ docker top c01df363a522b68c247776d5a4e23c50703b4e6b29334fdd8b4fba57010456c2 -eo pid,comm [2021-10-19T13:20:36.206Z] ---> Running in 3948c8aeb0c6 [2021-10-19T13:20:36.206Z] ---> Running in 35f4a1276288 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:20:36.478Z] Removing intermediate container 0dd6b4476c6b [2021-10-19T13:20:36.478Z] ---> f374884bbe78 [2021-10-19T13:20:36.478Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-19T13:20:36.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:36.743Z] ---> Running in e408685bad99 [2021-10-19T13:20:36.743Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:36.743Z] Removing intermediate container 35f4a1276288 [2021-10-19T13:20:36.743Z] ---> bc107eb79b2b [2021-10-19T13:20:36.743Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-10-19T13:20:37.012Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-19T13:20:37.012Z] Executing busybox-1.33.1-r3.trigger [2021-10-19T13:20:37.012Z] OK: 6 MiB in 15 packages [2021-10-19T13:20:37.146Z] ---> job-cost.sh [2021-10-19T13:20:37.146Z] lf-activate-venv: SKIPPING [2021-10-19T13:20:37.146Z] INFO: No Stack... [2021-10-19T13:20:37.285Z] Removing intermediate container e408685bad99 [2021-10-19T13:20:37.285Z] ---> 7d6c0d59c700 [2021-10-19T13:20:37.285Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-19T13:20:37.285Z] Removing intermediate container ef9d3f57b23d [2021-10-19T13:20:37.285Z] ---> 22be0b84fc29 [2021-10-19T13:20:37.285Z] [2021-10-19T13:20:37.285Z] Step 9/30 : FROM alpine:3.14 [2021-10-19T13:20:37.285Z] ---> 14119a10abf4 [2021-10-19T13:20:37.285Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-19T13:20:37.285Z] ---> Running in 18fee3cdcd26 [2021-10-19T13:20:37.285Z] ---> c90af06fe5f9 [2021-10-19T13:20:37.285Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-10-19T13:20:37.554Z] ---> Running in 89977398fb10 [2021-10-19T13:20:37.554Z] Removing intermediate container 18fee3cdcd26 [2021-10-19T13:20:37.554Z] ---> 4f20f1b7d5a3 [2021-10-19T13:20:37.554Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-19T13:20:37.554Z] Removing intermediate container 89977398fb10 [2021-10-19T13:20:37.554Z] ---> 8d23ef4facdc [2021-10-19T13:20:37.554Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-19T13:20:37.823Z] ---> 725892b72abf [2021-10-19T13:20:37.823Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-19T13:20:37.823Z] Removing intermediate container 3948c8aeb0c6 [2021-10-19T13:20:37.823Z] ---> 8a6fa2e9283d [2021-10-19T13:20:37.823Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-19T13:20:37.823Z] ---> Running in 0df64add31b5 [2021-10-19T13:20:37.823Z] ---> Running in 0df0c1be6dfd [2021-10-19T13:20:37.823Z] ---> Running in cd9d4d853631 [2021-10-19T13:20:37.823Z] Removing intermediate container 0df64add31b5 [2021-10-19T13:20:37.823Z] ---> a1c5da2e87ce [2021-10-19T13:20:37.823Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-19T13:20:38.109Z] ---> 8f35599f46f8 [2021-10-19T13:20:38.109Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-10-19T13:20:38.109Z] Removing intermediate container 0df0c1be6dfd [2021-10-19T13:20:38.109Z] ---> 9439593a954a [2021-10-19T13:20:38.109Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-19T13:20:38.109Z] ---> Running in 16595fb4675f [2021-10-19T13:20:38.411Z] ---> a668f31409ae [2021-10-19T13:20:38.411Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-19T13:20:38.411Z] Removing intermediate container 16595fb4675f [2021-10-19T13:20:38.411Z] ---> 09fcc5e391e5 [2021-10-19T13:20:38.411Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-19T13:20:38.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:38.411Z] ---> Running in 85cc5799c792 [2021-10-19T13:20:38.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:38.411Z] ---> ac2faf2f2cba [2021-10-19T13:20:38.411Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-19T13:20:38.682Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-19T13:20:38.682Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-19T13:20:38.682Z] ---> bc6c0ffef665 [2021-10-19T13:20:38.682Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-10-19T13:20:38.682Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-19T13:20:38.682Z] (2/2) Installing su-exec (0.2-r1) [2021-10-19T13:20:38.682Z] Executing busybox-1.33.1-r3.trigger [2021-10-19T13:20:38.682Z] OK: 6 MiB in 16 packages [2021-10-19T13:20:38.682Z] ---> 1ef77a577250 [2021-10-19T13:20:38.682Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-19T13:20:38.682Z] ---> Running in 059411bc8819 [2021-10-19T13:20:38.682Z] Removing intermediate container 85cc5799c792 [2021-10-19T13:20:38.682Z] ---> e3cecd6845d8 [2021-10-19T13:20:38.682Z] Step 14/22 : WORKDIR / [2021-10-19T13:20:38.950Z] ---> Running in faaff6d0800e [2021-10-19T13:20:38.950Z] ---> 5312a87a485c [2021-10-19T13:20:38.950Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-19T13:20:38.950Z] Removing intermediate container 059411bc8819 [2021-10-19T13:20:38.950Z] ---> e0bcf485c5d1 [2021-10-19T13:20:38.950Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-10-19T13:20:38.950Z] ---> Running in 99d0abdcbedb [2021-10-19T13:20:38.950Z] ---> ade5c8d6c41b [2021-10-19T13:20:38.950Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-19T13:20:38.950Z] Removing intermediate container faaff6d0800e [2021-10-19T13:20:38.950Z] ---> 74c96191cd29 [2021-10-19T13:20:38.950Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-19T13:20:39.213Z] ---> Running in 4dbe1a214af2 [2021-10-19T13:20:39.213Z] Removing intermediate container cd9d4d853631 [2021-10-19T13:20:39.213Z] ---> 7dfead4bab26 [2021-10-19T13:20:39.213Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-19T13:20:39.213Z] ---> Running in eae02611b42a [2021-10-19T13:20:39.213Z] Removing intermediate container 4dbe1a214af2 [2021-10-19T13:20:39.213Z] ---> 38d7fa478c44 [2021-10-19T13:20:39.213Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-19T13:20:39.482Z] ---> 872ea3b4c750 [2021-10-19T13:20:39.482Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-19T13:20:39.482Z] ---> dcb3be25db6e [2021-10-19T13:20:39.482Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-19T13:20:39.482Z] ---> Running in b1065a297162 [2021-10-19T13:20:39.482Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:39.482Z] Removing intermediate container eae02611b42a [2021-10-19T13:20:39.482Z] ---> 239a903f8f0c [2021-10-19T13:20:39.482Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-19T13:20:39.482Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:39.482Z] ---> Running in 37e79384e0ad [2021-10-19T13:20:39.482Z] Removing intermediate container b1065a297162 [2021-10-19T13:20:39.482Z] ---> c1647c559889 [2021-10-19T13:20:39.482Z] Step 19/21 : LABEL arch=x86_64 [2021-10-19T13:20:39.746Z] ---> Running in ac83193e0d0e [2021-10-19T13:20:39.746Z] Removing intermediate container 37e79384e0ad [2021-10-19T13:20:39.746Z] ---> 4ee8aa847d4d [2021-10-19T13:20:39.746Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-19T13:20:39.746Z] (1/42) Installing readline (8.1.0-r0) [2021-10-19T13:20:39.746Z] (2/42) Installing bash (5.1.4-r0) [2021-10-19T13:20:39.746Z] Executing bash-5.1.4-r0.post-install [2021-10-19T13:20:39.746Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-19T13:20:39.746Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-19T13:20:39.746Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-19T13:20:39.746Z] (6/42) Installing curl (7.79.1-r0) [2021-10-19T13:20:39.746Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-19T13:20:39.746Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-19T13:20:39.746Z] (9/42) Installing expat (2.4.1-r0) [2021-10-19T13:20:39.746Z] (10/42) Installing libffi (3.3-r2) [2021-10-19T13:20:39.746Z] (11/42) Installing gdbm (1.19-r0) [2021-10-19T13:20:39.746Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-19T13:20:39.746Z] ---> c4562a91ba22 [2021-10-19T13:20:39.746Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-10-19T13:20:39.746Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-19T13:20:39.746Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-19T13:20:39.746Z] ---> Running in 51aef13e6634 [2021-10-19T13:20:39.746Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-19T13:20:39.746Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-19T13:20:39.746Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-19T13:20:39.746Z] Removing intermediate container ac83193e0d0e [2021-10-19T13:20:39.746Z] ---> 8ece9c4f8afc [2021-10-19T13:20:39.746Z] Step 20/21 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc [2021-10-19T13:20:39.746Z] ---> Running in d229da4ad68a [2021-10-19T13:20:40.343Z] ---> c5d5d22a035d [2021-10-19T13:20:40.343Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-19T13:20:40.343Z] ---> Running in 9a11deaa1a4f [2021-10-19T13:20:40.343Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-19T13:20:40.343Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-19T13:20:40.343Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-19T13:20:40.343Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-19T13:20:40.343Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-19T13:20:40.343Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-19T13:20:40.343Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-19T13:20:40.343Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-19T13:20:40.343Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-19T13:20:40.343Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-19T13:20:40.343Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-19T13:20:40.343Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-19T13:20:40.941Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-19T13:20:40.941Z] ---> 7010a35e0815 [2021-10-19T13:20:40.941Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-19T13:20:40.941Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-19T13:20:40.941Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-19T13:20:40.941Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-19T13:20:40.941Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-19T13:20:40.941Z] Removing intermediate container 9a11deaa1a4f [2021-10-19T13:20:40.941Z] ---> afdd5d4bf410 [2021-10-19T13:20:40.941Z] Step 21/21 : LABEL version=0.0.0 [2021-10-19T13:20:40.941Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-19T13:20:40.941Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-19T13:20:40.941Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-19T13:20:40.941Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-19T13:20:40.941Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-19T13:20:40.941Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-19T13:20:40.941Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-19T13:20:40.941Z] ---> Running in 42d3672a2043 [2021-10-19T13:20:41.203Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-19T13:20:41.203Z] ---> Running in 22c5a1b624ac [2021-10-19T13:20:41.472Z] Executing busybox-1.33.1-r3.trigger [2021-10-19T13:20:41.472Z] Removing intermediate container 42d3672a2043 [2021-10-19T13:20:41.472Z] ---> d2ea2103b0f6 [2021-10-19T13:20:41.472Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-19T13:20:41.472Z] OK: 84 MiB in 64 packages [2021-10-19T13:20:41.489Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-19T13:20:41.489Z] INFO: Archiving Costs [Pipeline] sh [2021-10-19T13:20:41.735Z] Removing intermediate container 22c5a1b624ac [2021-10-19T13:20:41.735Z] ---> 70426d1e3d65 [2021-10-19T13:20:41.735Z] [2021-10-19T13:20:41.735Z] ---> Running in 3887121600d8 [2021-10-19T13:20:42.001Z] Successfully built 70426d1e3d65 [2021-10-19T13:20:42.001Z] Removing intermediate container d229da4ad68a [2021-10-19T13:20:42.001Z] ---> f86948d57125 [2021-10-19T13:20:42.001Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-19T13:20:42.001Z] Successfully tagged support-notifications:latest [2021-10-19T13:20:42.001Z] Building support-scheduler [2021-10-19T13:20:42.001Z]  Building support-notifications ... done Removing intermediate container 51aef13e6634 [2021-10-19T13:20:42.001Z] ---> 58653e9fcf81 [2021-10-19T13:20:42.001Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-19T13:20:42.001Z] Removing intermediate container 3887121600d8 [2021-10-19T13:20:42.001Z] ---> 41c4c56d74e1 [2021-10-19T13:20:42.001Z] Step 20/22 : LABEL arch=x86_64 [2021-10-19T13:20:42.001Z] ---> Running in e546a47db124 [2021-10-19T13:20:42.001Z] ---> Running in b5e10643e0fb [2021-10-19T13:20:42.001Z] ---> Running in 8e3fc44c2fbf [2021-10-19T13:20:42.174Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-10-19T13:20:42.174Z] + cut -d, -f6 [Pipeline] lock [2021-10-19T13:20:42.262Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3761-2-stack-cost] [2021-10-19T13:20:42.267Z] Collecting docker-compose==1.23.2 [2021-10-19T13:20:42.267Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-19T13:20:42.267Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3761-2-stack-cost] did not exist. Created. [2021-10-19T13:20:42.267Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3761-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-19T13:20:42.528Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-10-19T13:20:42.528Z] Removing intermediate container e546a47db124 [2021-10-19T13:20:42.528Z] ---> 22ce3054a595 [2021-10-19T13:20:42.528Z] Step 22/24 : LABEL arch=x86_64 [2021-10-19T13:20:42.528Z] Collecting PyYAML<4,>=3.10 [2021-10-19T13:20:42.528Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-19T13:20:42.790Z] Removing intermediate container b5e10643e0fb [2021-10-19T13:20:42.790Z] ---> bace59bf3fe1 [2021-10-19T13:20:42.790Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-19T13:20:42.958Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-19T13:20:43.051Z] Removing intermediate container 8e3fc44c2fbf [2021-10-19T13:20:43.052Z] ---> 124c6f296b48 [2021-10-19T13:20:43.052Z] Step 21/22 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc [2021-10-19T13:20:43.323Z] ---> Running in 495ad2415645 [2021-10-19T13:20:43.323Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-19T13:20:43.323Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-19T13:20:43.323Z] Collecting docker<4.0,>=3.6.0 [2021-10-19T13:20:43.323Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-19T13:20:43.614Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-19T13:20:43.614Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-19T13:20:43.614Z] ---> Running in 4d8967901761 [2021-10-19T13:20:43.657Z] Stashed 1 file(s) [Pipeline] } [2021-10-19T13:20:43.664Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3761-2-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-19T13:20:43.687Z] $ docker stop --time=1 c01df363a522b68c247776d5a4e23c50703b4e6b29334fdd8b4fba57010456c2 [2021-10-19T13:20:43.898Z] Collecting docopt<0.7,>=0.6.1 [2021-10-19T13:20:43.898Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-19T13:20:44.171Z] ---> f067ad5aef62 [2021-10-19T13:20:44.171Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-19T13:20:44.171Z] Collecting texttable<0.10,>=0.9.0 [2021-10-19T13:20:44.171Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-19T13:20:44.171Z] Removing intermediate container 495ad2415645 [2021-10-19T13:20:44.171Z] ---> 346013cfd6e0 [2021-10-19T13:20:44.171Z] Step 23/24 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc [2021-10-19T13:20:44.171Z] Removing intermediate container 4d8967901761 [2021-10-19T13:20:44.171Z] ---> db7e7d720739 [2021-10-19T13:20:44.171Z] Step 22/22 : LABEL version=0.0.0 [2021-10-19T13:20:44.171Z] ---> Running in d0d78ab65e50 [2021-10-19T13:20:44.451Z] ---> Running in 552cbfabec07 [2021-10-19T13:20:44.452Z] ---> Running in 61eb08cd9523 [2021-10-19T13:20:44.452Z] Removing intermediate container 552cbfabec07 [2021-10-19T13:20:44.452Z] ---> ab09f9453d95 [2021-10-19T13:20:44.452Z] Step 24/24 : LABEL version=0.0.0 [2021-10-19T13:20:44.716Z] Removing intermediate container 61eb08cd9523 [2021-10-19T13:20:44.716Z] ---> f71e6a7e6bc9 [2021-10-19T13:20:44.716Z] [2021-10-19T13:20:44.716Z] ---> Running in 67720412a1f8 [2021-10-19T13:20:44.716Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-19T13:20:44.716Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-19T13:20:44.716Z] Collecting jsonschema<3,>=2.5.1 [2021-10-19T13:20:44.716Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-19T13:20:44.716Z] Successfully built f71e6a7e6bc9 [2021-10-19T13:20:44.716Z] Successfully tagged core-command:latest [2021-10-19T13:20:44.716Z] Building core-data [2021-10-19T13:20:44.994Z] Collecting cached-property<2,>=1.2.0 [2021-10-19T13:20:44.994Z]  Building core-command ... done  Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-19T13:20:44.994Z] Removing intermediate container 67720412a1f8 [2021-10-19T13:20:44.994Z] ---> e51d598f1661 [2021-10-19T13:20:44.994Z] [2021-10-19T13:20:44.994Z] Collecting docker-pycreds>=0.4.0 [2021-10-19T13:20:44.994Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-19T13:20:44.994Z] Successfully built e51d598f1661 [2021-10-19T13:20:44.994Z] Successfully tagged security-secretstore-setup:latest [2021-10-19T13:20:45.274Z]  Building security-secretstore-setup ... done Building core-metadata [2021-10-19T13:20:45.274Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2021-10-19T13:20:45.274Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-19T13:20:45.274Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-19T13:20:45.274Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-19T13:20:45.274Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-19T13:20:45.274Z] Collecting idna<2.8,>=2.5 [2021-10-19T13:20:45.274Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-19T13:20:45.274Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-19T13:20:45.274Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-19T13:20:45.274Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-19T13:20:45.274Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-19T13:20:45.357Z] $ docker rm -f c01df363a522b68c247776d5a4e23c50703b4e6b29334fdd8b4fba57010456c2 [2021-10-19T13:20:45.550Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-19T13:20:45.550Z] Attempting uninstall: urllib3 [2021-10-19T13:20:45.550Z] Found existing installation: urllib3 1.26.5 [2021-10-19T13:20:45.550Z] Uninstalling urllib3-1.26.5: [2021-10-19T13:20:45.550Z] Successfully uninstalled urllib3-1.26.5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-19T13:20:45.773Z] Failed in branch arm64 [2021-10-19T13:20:46.985Z] Attempting uninstall: idna [2021-10-19T13:20:46.985Z] Found existing installation: idna 3.2 [2021-10-19T13:20:46.985Z] Uninstalling idna-3.2: [2021-10-19T13:20:46.985Z] Successfully uninstalled idna-3.2 [2021-10-19T13:20:47.263Z] Attempting uninstall: chardet [2021-10-19T13:20:47.263Z] Found existing installation: chardet 4.0.0 [2021-10-19T13:20:47.263Z] Uninstalling chardet-4.0.0: [2021-10-19T13:20:47.263Z] Successfully uninstalled chardet-4.0.0 [2021-10-19T13:20:48.217Z] Removing intermediate container d0d78ab65e50 [2021-10-19T13:20:48.217Z] ---> 51576c6449df [2021-10-19T13:20:48.217Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-19T13:20:48.477Z] Attempting uninstall: requests [2021-10-19T13:20:48.477Z] Found existing installation: requests 2.25.1 [2021-10-19T13:20:48.477Z] Uninstalling requests-2.25.1: [2021-10-19T13:20:48.738Z] Successfully uninstalled requests-2.25.1 [2021-10-19T13:20:49.314Z] Running setup.py install for texttable: started [2021-10-19T13:20:51.238Z] Running setup.py install for texttable: finished with status 'done' [2021-10-19T13:20:51.238Z] Running setup.py install for PyYAML: started [2021-10-19T13:20:51.810Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-19T13:20:52.416Z] Running setup.py install for docopt: started [2021-10-19T13:20:52.416Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-19T13:20:52.416Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-19T13:20:52.416Z] ---> b39538a32a9b [2021-10-19T13:20:52.416Z] Step 3/22 : WORKDIR /edgex-go [2021-10-19T13:20:52.416Z] ---> Using cache [2021-10-19T13:20:52.416Z] ---> ce0ea4bc9f7c [2021-10-19T13:20:52.416Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:20:52.416Z] ---> Using cache [2021-10-19T13:20:52.416Z] ---> ae702f50b5d6 [2021-10-19T13:20:52.416Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-19T13:20:52.416Z] ---> a10cda1839ed [2021-10-19T13:20:52.416Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-19T13:20:52.684Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-19T13:20:52.684Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-19T13:20:52.684Z] ---> b39538a32a9b [2021-10-19T13:20:52.684Z] Step 3/22 : WORKDIR /edgex-go [2021-10-19T13:20:52.684Z] ---> Using cache [2021-10-19T13:20:52.684Z] ---> ce0ea4bc9f7c [2021-10-19T13:20:52.684Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:20:52.684Z] ---> Using cache [2021-10-19T13:20:52.684Z] ---> ae702f50b5d6 [2021-10-19T13:20:52.684Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-19T13:20:52.944Z] Running setup.py install for docopt: finished with status 'done' [2021-10-19T13:20:52.944Z] Running setup.py install for dockerpty: started [2021-10-19T13:20:53.206Z] ---> Running in cdc979b7a86e [2021-10-19T13:20:53.206Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-19T13:20:53.468Z] ---> Running in 1d82e54494c9 [2021-10-19T13:20:54.043Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-10-19T13:20:55.443Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:55.444Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:55.706Z] ---> c44b1fbaaf4b [2021-10-19T13:20:55.706Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-19T13:20:55.968Z] ---> 8508ca21b756 [2021-10-19T13:20:55.968Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-19T13:20:55.968Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-19T13:20:55.968Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-19T13:20:55.968Z] ---> b39538a32a9b [2021-10-19T13:20:55.968Z] Step 3/23 : WORKDIR /edgex-go [2021-10-19T13:20:55.968Z] ---> Using cache [2021-10-19T13:20:55.968Z] ---> ce0ea4bc9f7c [2021-10-19T13:20:55.968Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:20:55.968Z] ---> Using cache [2021-10-19T13:20:55.968Z] ---> ae702f50b5d6 [2021-10-19T13:20:55.968Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-19T13:20:55.968Z] ---> Running in 22e0c2f5388e [2021-10-19T13:20:56.234Z] ---> 7115319c3a24 [2021-10-19T13:20:56.234Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-19T13:20:56.234Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:56.515Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:56.777Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:56.777Z] OK: 220 MiB in 52 packages [2021-10-19T13:20:56.777Z] ---> 7116be3b035e [2021-10-19T13:20:56.777Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-19T13:20:56.777Z] OK: 220 MiB in 52 packages [2021-10-19T13:20:57.744Z] ---> Running in c5488fea086d [2021-10-19T13:20:57.744Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:20:57.744Z] Removing intermediate container 1d82e54494c9 [2021-10-19T13:20:57.744Z] ---> c936bdda46f9 [2021-10-19T13:20:57.744Z] Step 6/22 : COPY . . [2021-10-19T13:20:58.021Z] OK: 220 MiB in 52 packages [2021-10-19T13:20:58.021Z] Removing intermediate container cdc979b7a86e [2021-10-19T13:20:58.021Z] ---> 8c4eae69b680 [2021-10-19T13:20:58.021Z] Step 6/22 : COPY . . [2021-10-19T13:20:58.021Z] Removing intermediate container c5488fea086d [2021-10-19T13:20:58.021Z] ---> 2cf0b6ec61e3 [2021-10-19T13:20:58.021Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-19T13:20:59.420Z] ---> b657b1a10da3 [2021-10-19T13:20:59.420Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-19T13:21:01.338Z] Removing intermediate container 22e0c2f5388e [2021-10-19T13:21:01.338Z] ---> aedc605a0255 [2021-10-19T13:21:01.338Z] Step 6/23 : COPY go.mod . [2021-10-19T13:21:01.622Z] Removing intermediate container 99d0abdcbedb [2021-10-19T13:21:01.622Z] ---> 9445bb03bed1 [2021-10-19T13:21:01.622Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-19T13:21:01.622Z] ---> Running in cd33d32cbe92 [2021-10-19T13:21:01.622Z] ---> d1a8daa29e0b [2021-10-19T13:21:01.622Z] Step 7/23 : RUN go mod download [2021-10-19T13:21:01.622Z] ---> Running in f45f8ca11efa [2021-10-19T13:21:01.895Z] ---> Running in 983787651ac7 [2021-10-19T13:21:01.895Z] Removing intermediate container f45f8ca11efa [2021-10-19T13:21:01.895Z] ---> dcbc60981dd4 [2021-10-19T13:21:01.895Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-19T13:21:02.179Z] ---> Running in d2226373684f [2021-10-19T13:21:02.779Z] Removing intermediate container d2226373684f [2021-10-19T13:21:02.779Z] ---> aa3267e19a7d [2021-10-19T13:21:02.779Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-19T13:21:03.354Z] Removing intermediate container cd33d32cbe92 [2021-10-19T13:21:03.354Z] ---> 71d898b66e93 [2021-10-19T13:21:03.354Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-19T13:21:03.947Z] ---> Running in 05f7b274a0ae [2021-10-19T13:21:03.947Z] ---> 36ee3593bdd5 [2021-10-19T13:21:03.947Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-19T13:21:04.208Z] Removing intermediate container 05f7b274a0ae [2021-10-19T13:21:04.208Z] ---> f68bd7496878 [2021-10-19T13:21:04.208Z] Step 27/30 : CMD ["gate"] [2021-10-19T13:21:04.208Z] ---> 7def03afbba1 [2021-10-19T13:21:04.208Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-19T13:21:04.471Z] ---> Running in f3e1b3e74ab1 [2021-10-19T13:21:04.471Z] Removing intermediate container 983787651ac7 [2021-10-19T13:21:04.471Z] ---> ffabfde590d9 [2021-10-19T13:21:04.471Z] Step 8/23 : COPY . . [2021-10-19T13:21:04.739Z] ---> 161f4e89040f [2021-10-19T13:21:04.739Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T13:21:06.170Z] Removing intermediate container f3e1b3e74ab1 [2021-10-19T13:21:06.170Z] ---> 5e19787ba50e [2021-10-19T13:21:06.170Z] Step 28/30 : LABEL arch=x86_64 [2021-10-19T13:21:06.435Z] ---> Running in d0e368a47eef [2021-10-19T13:21:06.435Z] ---> ef54bf2e6225 [2021-10-19T13:21:06.435Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-19T13:21:06.435Z] ---> ef0085956fc7 [2021-10-19T13:21:06.435Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T13:21:06.696Z] ---> Running in 238f19b4c43e [2021-10-19T13:21:06.696Z] ---> Running in b05b28c33cdf [2021-10-19T13:21:06.696Z] ---> Running in 79195cdf01b8 [2021-10-19T13:21:06.956Z] Removing intermediate container 238f19b4c43e [2021-10-19T13:21:06.956Z] ---> 977954c17874 [2021-10-19T13:21:06.956Z] Step 29/30 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc [2021-10-19T13:21:06.956Z] Removing intermediate container b05b28c33cdf [2021-10-19T13:21:06.956Z] ---> 799dc93f5ac0 [2021-10-19T13:21:06.956Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-19T13:21:06.956Z] ---> Running in 33ef42f9a976 [2021-10-19T13:21:07.221Z] ---> Running in f1874c1c3bd8 [2021-10-19T13:21:07.492Z] Removing intermediate container 33ef42f9a976 [2021-10-19T13:21:07.492Z] ---> 7f1dd21cea04 [2021-10-19T13:21:07.492Z] Step 30/30 : LABEL version=0.0.0 [2021-10-19T13:21:07.492Z] Removing intermediate container f1874c1c3bd8 [2021-10-19T13:21:07.492Z] ---> 8f821af94240 [2021-10-19T13:21:07.492Z] Step 20/22 : LABEL arch=x86_64 [2021-10-19T13:21:07.757Z] ---> Running in 446eeeb41724 [2021-10-19T13:21:07.757Z] ---> Running in f78c1c358c45 [2021-10-19T13:21:08.027Z] Removing intermediate container 446eeeb41724 [2021-10-19T13:21:08.027Z] ---> 0cdf1e1cb916 [2021-10-19T13:21:08.027Z] [2021-10-19T13:21:08.027Z] Removing intermediate container f78c1c358c45 [2021-10-19T13:21:08.027Z] ---> 56eede81fa17 [2021-10-19T13:21:08.027Z] Step 21/22 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc [2021-10-19T13:21:08.027Z] Removing intermediate container d0e368a47eef [2021-10-19T13:21:08.027Z] ---> d57a741910f9 [2021-10-19T13:21:08.027Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-19T13:21:08.027Z] Successfully built 0cdf1e1cb916 [2021-10-19T13:21:08.027Z] Successfully tagged security-bootstrapper:latest [2021-10-19T13:21:08.027Z] Building security-proxy-setup [2021-10-19T13:21:08.027Z] ---> Running in 7a80c061fb66 [2021-10-19T13:21:08.287Z]  Building security-bootstrapper ... done  ---> Running in 1031efa948d0 [2021-10-19T13:21:08.287Z] Removing intermediate container 79195cdf01b8 [2021-10-19T13:21:08.287Z] ---> e6083f5a566e [2021-10-19T13:21:08.287Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-19T13:21:10.213Z] ---> Running in 766d1b72daea [2021-10-19T13:21:10.213Z] Removing intermediate container 7a80c061fb66 [2021-10-19T13:21:10.213Z] ---> 4e6ce4560ac9 [2021-10-19T13:21:10.213Z] Step 22/22 : LABEL version=0.0.0 [2021-10-19T13:21:10.489Z] ---> 6d754634a729 [2021-10-19T13:21:10.489Z] Step 9/23 : RUN go mod tidy [2021-10-19T13:21:10.489Z] ---> Running in abf1fcb29345 [2021-10-19T13:21:10.489Z] ---> Running in 2d6d856e96ae [2021-10-19T13:21:10.759Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-10-19T13:21:10.759Z] Removing intermediate container abf1fcb29345 [2021-10-19T13:21:10.759Z] ---> 4d6d76182633 [2021-10-19T13:21:10.759Z] [2021-10-19T13:21:10.759Z] Successfully built 4d6d76182633 [2021-10-19T13:21:10.759Z] Successfully tagged sys-mgmt-agent:latest [2021-10-19T13:21:11.033Z]  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-10-19T13:21:12.981Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-19T13:21:12.981Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-19T13:21:12.981Z] ---> b39538a32a9b [2021-10-19T13:21:12.981Z] Step 3/20 : WORKDIR /edgex-go [2021-10-19T13:21:12.981Z] ---> Using cache [2021-10-19T13:21:12.981Z] ---> ce0ea4bc9f7c [2021-10-19T13:21:12.981Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:21:12.981Z] ---> Using cache [2021-10-19T13:21:12.981Z] ---> ae702f50b5d6 [2021-10-19T13:21:12.981Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-19T13:21:12.981Z] ---> Using cache [2021-10-19T13:21:12.981Z] ---> aedc605a0255 [2021-10-19T13:21:12.981Z] Step 6/20 : COPY . . [2021-10-19T13:21:18.497Z] Removing intermediate container 2d6d856e96ae [2021-10-19T13:21:18.497Z] ---> 7a7d021272ef [2021-10-19T13:21:18.497Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-19T13:21:18.497Z] ---> 1d3f484fe0c9 [2021-10-19T13:21:18.497Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T13:21:18.497Z] ---> Running in b7664e59fd1f [2021-10-19T13:21:18.497Z] ---> Running in e3a2ef16af9c [2021-10-19T13:21:18.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-10-19T13:21:19.468Z] Removing intermediate container b7664e59fd1f [2021-10-19T13:21:19.468Z] ---> 6c7b001b4cb1 [2021-10-19T13:21:19.468Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-19T13:21:19.468Z] ---> Running in 1561a7a32d67 [2021-10-19T13:21:20.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-10-19T13:21:46.753Z] Removing intermediate container 766d1b72daea [2021-10-19T13:21:46.753Z] ---> ab3955db63b7 [2021-10-19T13:21:46.753Z] [2021-10-19T13:21:46.753Z] Step 9/22 : FROM alpine:3.14 [2021-10-19T13:21:46.753Z] ---> 14119a10abf4 [2021-10-19T13:21:46.753Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-19T13:21:46.753Z] ---> Using cache [2021-10-19T13:21:46.753Z] ---> 8a6fa2e9283d [2021-10-19T13:21:46.753Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-19T13:21:46.753Z] ---> Using cache [2021-10-19T13:21:46.753Z] ---> 9439593a954a [2021-10-19T13:21:46.753Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-19T13:21:46.753Z] ---> Running in 438e68312999 [2021-10-19T13:21:46.753Z] Removing intermediate container 438e68312999 [2021-10-19T13:21:46.753Z] ---> 6698451979c6 [2021-10-19T13:21:46.753Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-19T13:21:46.753Z] ---> Running in 3f23fce7d1a5 [2021-10-19T13:21:46.753Z] Removing intermediate container 3f23fce7d1a5 [2021-10-19T13:21:46.753Z] ---> e584b1306ee2 [2021-10-19T13:21:46.753Z] Step 14/22 : WORKDIR / [2021-10-19T13:21:46.753Z] ---> Running in 9ce493b2a543 [2021-10-19T13:21:46.753Z] Removing intermediate container 9ce493b2a543 [2021-10-19T13:21:46.753Z] ---> c6faa001b532 [2021-10-19T13:21:46.753Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-19T13:21:47.015Z] ---> 8731f1d9aa9d [2021-10-19T13:21:47.015Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-19T13:21:47.958Z] ---> b8425e902762 [2021-10-19T13:21:47.958Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-19T13:21:48.218Z] ---> 1e1747d7b866 [2021-10-19T13:21:48.218Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-19T13:21:48.218Z] ---> Running in 4b6fbce3abbb [2021-10-19T13:21:48.485Z] Removing intermediate container 4b6fbce3abbb [2021-10-19T13:21:48.485Z] ---> 9dc69dedfbde [2021-10-19T13:21:48.485Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-19T13:21:48.485Z] ---> Running in cc0532b19af4 [2021-10-19T13:21:48.747Z] Removing intermediate container cc0532b19af4 [2021-10-19T13:21:48.747Z] ---> e7d5115ed691 [2021-10-19T13:21:48.747Z] Step 20/22 : LABEL arch=x86_64 [2021-10-19T13:21:48.747Z] ---> Running in 7c1761405f5a [2021-10-19T13:21:48.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-10-19T13:21:48.747Z] Removing intermediate container 7c1761405f5a [2021-10-19T13:21:48.747Z] ---> a453949c477c [2021-10-19T13:21:48.747Z] Step 21/22 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc [2021-10-19T13:21:49.021Z] ---> Running in 8025f24d22ba [2021-10-19T13:21:49.288Z] Removing intermediate container 8025f24d22ba [2021-10-19T13:21:49.288Z] ---> e6a935704ecb [2021-10-19T13:21:49.288Z] Step 22/22 : LABEL version=0.0.0 [2021-10-19T13:21:49.552Z] ---> Running in 643a6b30e863 [2021-10-19T13:21:49.552Z] Removing intermediate container 643a6b30e863 [2021-10-19T13:21:49.552Z] ---> 401f11c506f2 [2021-10-19T13:21:49.552Z] [2021-10-19T13:21:49.828Z] Successfully built 401f11c506f2 [2021-10-19T13:21:49.828Z] Successfully tagged core-metadata:latest [2021-10-19T13:21:51.763Z]  Building core-metadata ... done Removing intermediate container 1031efa948d0 [2021-10-19T13:21:51.763Z] ---> 097620ec5de0 [2021-10-19T13:21:51.763Z] [2021-10-19T13:21:51.763Z] Step 9/22 : FROM alpine:3.14 [2021-10-19T13:21:51.763Z] ---> 14119a10abf4 [2021-10-19T13:21:51.763Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-19T13:21:51.763Z] Removing intermediate container e3a2ef16af9c [2021-10-19T13:21:51.763Z] ---> 79dbb61fad88 [2021-10-19T13:21:51.763Z] [2021-10-19T13:21:51.763Z] Step 11/23 : FROM alpine:3.14 [2021-10-19T13:21:51.763Z] ---> 14119a10abf4 [2021-10-19T13:21:51.763Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-19T13:21:51.763Z] ---> Using cache [2021-10-19T13:21:51.763Z] ---> 8a6fa2e9283d [2021-10-19T13:21:51.763Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-19T13:21:51.763Z] ---> Using cache [2021-10-19T13:21:51.763Z] ---> 9439593a954a [2021-10-19T13:21:51.763Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-19T13:21:51.763Z] ---> Running in 6769ba77837b [2021-10-19T13:21:51.763Z] ---> Running in 8f13c99d1057 [2021-10-19T13:21:51.763Z] Removing intermediate container 8f13c99d1057 [2021-10-19T13:21:51.763Z] ---> b399f0e2ee44 [2021-10-19T13:21:51.763Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-19T13:21:51.763Z] Removing intermediate container 6769ba77837b [2021-10-19T13:21:51.763Z] ---> f3fd54a59e92 [2021-10-19T13:21:51.763Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-19T13:21:51.763Z] ---> Running in 7bb621ba341e [2021-10-19T13:21:51.763Z] ---> Running in b52795465ff5 [2021-10-19T13:21:52.022Z] Removing intermediate container 7bb621ba341e [2021-10-19T13:21:52.022Z] ---> fc1e1d4bc1c5 [2021-10-19T13:21:52.022Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-19T13:21:52.022Z] Removing intermediate container b52795465ff5 [2021-10-19T13:21:52.022Z] ---> 56656c4881a5 [2021-10-19T13:21:52.022Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-19T13:21:52.022Z] ---> Running in 49a52d82670f [2021-10-19T13:21:52.022Z] ---> 0caab5a6a5ed [2021-10-19T13:21:52.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-19T13:21:52.022Z] Removing intermediate container 1561a7a32d67 [2021-10-19T13:21:52.022Z] ---> 09bbc14f85b3 [2021-10-19T13:21:52.022Z] [2021-10-19T13:21:52.022Z] Step 9/20 : FROM alpine:3.14 [2021-10-19T13:21:52.022Z] ---> 14119a10abf4 [2021-10-19T13:21:52.022Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-19T13:21:52.022Z] ---> Running in fbe8387db48e [2021-10-19T13:21:52.283Z] Removing intermediate container 49a52d82670f [2021-10-19T13:21:52.283Z] ---> c5af5a880a23 [2021-10-19T13:21:52.283Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T13:21:52.283Z] ---> Running in cb6b0caef571 [2021-10-19T13:21:52.545Z] ---> b1a0a7df5906 [2021-10-19T13:21:52.545Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-19T13:21:52.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:21:52.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:21:52.545Z] ---> bd5c070587ef [2021-10-19T13:21:52.545Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-19T13:21:52.818Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-19T13:21:52.818Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-19T13:21:52.818Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-19T13:21:52.818Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-19T13:21:52.818Z] ---> Running in 21c6373977ed [2021-10-19T13:21:53.079Z] (5/5) Installing curl (7.79.1-r0) [2021-10-19T13:21:53.079Z] Executing busybox-1.33.1-r3.trigger [2021-10-19T13:21:53.079Z] Executing ca-certificates-20191127-r5.trigger [2021-10-19T13:21:53.079Z] OK: 8 MiB in 19 packages [2021-10-19T13:21:53.079Z] Removing intermediate container 21c6373977ed [2021-10-19T13:21:53.079Z] ---> be79f0039a5f [2021-10-19T13:21:53.079Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-19T13:21:53.079Z] Removing intermediate container cb6b0caef571 [2021-10-19T13:21:53.079Z] ---> c43cf9235454 [2021-10-19T13:21:53.079Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-19T13:21:53.079Z] ---> Running in 5e5fe603de27 [2021-10-19T13:21:53.079Z] ---> Running in f74ed59d01c6 [2021-10-19T13:21:53.339Z] Removing intermediate container 5e5fe603de27 [2021-10-19T13:21:53.339Z] ---> d6433fee4560 [2021-10-19T13:21:53.339Z] Step 21/23 : LABEL arch=x86_64 [2021-10-19T13:21:53.339Z] ---> Running in 87e88d8c016f [2021-10-19T13:21:53.339Z] Removing intermediate container fbe8387db48e [2021-10-19T13:21:53.339Z] ---> 6dd8d67f7d21 [2021-10-19T13:21:53.339Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-19T13:21:53.339Z] ---> Running in f3dff830fa8a [2021-10-19T13:21:53.339Z] Removing intermediate container 87e88d8c016f [2021-10-19T13:21:53.339Z] ---> e47ff4eb25b4 [2021-10-19T13:21:53.339Z] Step 22/23 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc [2021-10-19T13:21:53.603Z] ---> Running in 56f866a76067 [2021-10-19T13:21:53.603Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T13:21:53.603Z] Removing intermediate container f3dff830fa8a [2021-10-19T13:21:53.603Z] ---> 038096a5fc71 [2021-10-19T13:21:53.603Z] Step 12/20 : WORKDIR /edgex [2021-10-19T13:21:53.603Z] ---> Running in e69446812f9f [2021-10-19T13:21:53.603Z] Removing intermediate container 56f866a76067 [2021-10-19T13:21:53.603Z] ---> 2cef4eb6f60a [2021-10-19T13:21:53.603Z] Step 23/23 : LABEL version=0.0.0 [2021-10-19T13:21:53.603Z] ---> Running in 53a7f6a2eba1 [2021-10-19T13:21:53.603Z] Removing intermediate container e69446812f9f [2021-10-19T13:21:53.603Z] ---> fe9f851255f0 [2021-10-19T13:21:53.603Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-19T13:21:53.603Z] Removing intermediate container 53a7f6a2eba1 [2021-10-19T13:21:53.603Z] ---> 61ccf4e4f820 [2021-10-19T13:21:53.603Z] [2021-10-19T13:21:53.864Z] Successfully built 61ccf4e4f820 [2021-10-19T13:21:53.864Z] Successfully tagged support-scheduler:latest [2021-10-19T13:21:53.864Z]  Building support-scheduler ... done  ---> 52af6b411aa1 [2021-10-19T13:21:53.864Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-19T13:21:54.133Z] ---> 46041491ec5c [2021-10-19T13:21:54.133Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-19T13:21:54.397Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T13:21:54.397Z] ---> 658a65fc5399 [2021-10-19T13:21:54.397Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-19T13:21:54.397Z] ---> Running in 30844ec9981b [2021-10-19T13:21:54.657Z] Removing intermediate container 30844ec9981b [2021-10-19T13:21:54.657Z] ---> 29afcc30e4c0 [2021-10-19T13:21:54.657Z] Step 17/20 : CMD ["--init=true"] [2021-10-19T13:21:54.657Z] ---> Running in 93d08134db2c [2021-10-19T13:21:54.657Z] Removing intermediate container 93d08134db2c [2021-10-19T13:21:54.657Z] ---> edd666f37601 [2021-10-19T13:21:54.657Z] Step 18/20 : LABEL arch=x86_64 [2021-10-19T13:21:54.657Z] ---> Running in 2ec281e2ec68 [2021-10-19T13:21:54.657Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-19T13:21:54.657Z] Removing intermediate container 2ec281e2ec68 [2021-10-19T13:21:54.657Z] ---> 18d0916b0e41 [2021-10-19T13:21:54.657Z] Step 19/20 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc [2021-10-19T13:21:54.917Z] ---> Running in 75d3268e1efa [2021-10-19T13:21:54.917Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-19T13:21:54.917Z] Removing intermediate container 75d3268e1efa [2021-10-19T13:21:54.917Z] ---> d2959dab441b [2021-10-19T13:21:54.917Z] Step 20/20 : LABEL version=0.0.0 [2021-10-19T13:21:54.917Z] ---> Running in bf3ca4314fad [2021-10-19T13:21:54.917Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-19T13:21:54.917Z] Removing intermediate container bf3ca4314fad [2021-10-19T13:21:54.917Z] ---> 73b92289ba23 [2021-10-19T13:21:54.917Z] [2021-10-19T13:21:54.917Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-19T13:21:54.917Z] Successfully built 73b92289ba23 [2021-10-19T13:21:55.242Z] Successfully tagged security-proxy-setup:latest [2021-10-19T13:21:55.242Z]  Building security-proxy-setup ... done (5/6) Installing libzmq (4.3.4-r0) [2021-10-19T13:21:55.242Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-19T13:21:55.242Z] Executing busybox-1.33.1-r3.trigger [2021-10-19T13:21:55.554Z] OK: 8 MiB in 20 packages [2021-10-19T13:21:55.554Z] Removing intermediate container f74ed59d01c6 [2021-10-19T13:21:55.554Z] ---> b5533a1266fa [2021-10-19T13:21:55.554Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-19T13:21:55.876Z] ---> 33de70f68356 [2021-10-19T13:21:55.876Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-19T13:21:56.168Z] ---> f586e7a14451 [2021-10-19T13:21:56.168Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-19T13:21:56.168Z] ---> 8d466ee503d7 [2021-10-19T13:21:56.168Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-19T13:21:56.485Z] ---> Running in 1dfffb413962 [2021-10-19T13:21:56.485Z] Removing intermediate container 1dfffb413962 [2021-10-19T13:21:56.485Z] ---> f63e35e5e7ad [2021-10-19T13:21:56.485Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-19T13:21:56.485Z] ---> Running in a3f940bb99ac [2021-10-19T13:21:56.485Z] Removing intermediate container a3f940bb99ac [2021-10-19T13:21:56.485Z] ---> f91b25dc7542 [2021-10-19T13:21:56.485Z] Step 20/22 : LABEL arch=x86_64 [2021-10-19T13:21:56.485Z] ---> Running in 5e771ebacc0e [2021-10-19T13:21:56.771Z] Removing intermediate container 5e771ebacc0e [2021-10-19T13:21:56.771Z] ---> 64d96e066dcf [2021-10-19T13:21:56.771Z] Step 21/22 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc [2021-10-19T13:21:56.771Z] ---> Running in b85ca10bd609 [2021-10-19T13:21:56.771Z] Removing intermediate container b85ca10bd609 [2021-10-19T13:21:56.771Z] ---> f75b8e2cfd4f [2021-10-19T13:21:56.771Z] Step 22/22 : LABEL version=0.0.0 [2021-10-19T13:21:56.771Z] ---> Running in 6b13e96d7f7e [2021-10-19T13:21:56.771Z] Removing intermediate container 6b13e96d7f7e [2021-10-19T13:21:56.771Z] ---> 6a8879622bda [2021-10-19T13:21:56.771Z] [2021-10-19T13:21:57.095Z] Successfully built 6a8879622bda [2021-10-19T13:21:57.095Z] Successfully tagged core-data:latest [2021-10-19T13:21:57.134Z]  Building core-data ... done  [Pipeline] } [2021-10-19T13:21:57.140Z] $ docker stop --time=1 fe14e40ba71c2284177ac00f48310e02e0de2d54c4a6e2e3db3cf6825febfe22 [2021-10-19T13:21:58.418Z] $ docker rm -f fe14e40ba71c2284177ac00f48310e02e0de2d54c4a6e2e3db3cf6825febfe22 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-19T13:21:58.774Z] + docker images [2021-10-19T13:21:58.775Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-19T13:21:58.775Z] core-data latest 6a8879622bda 2 seconds ago 20.5MB [2021-10-19T13:21:58.775Z] security-proxy-setup latest 73b92289ba23 4 seconds ago 26.7MB [2021-10-19T13:21:58.775Z] support-scheduler latest 61ccf4e4f820 5 seconds ago 16.1MB [2021-10-19T13:21:58.775Z] 09bbc14f85b3 7 seconds ago 1.76GB [2021-10-19T13:21:58.775Z] 79dbb61fad88 7 seconds ago 1.75GB [2021-10-19T13:21:58.775Z] 097620ec5de0 8 seconds ago 1.76GB [2021-10-19T13:21:58.775Z] core-metadata latest 401f11c506f2 9 seconds ago 16.8MB [2021-10-19T13:21:58.775Z] ab3955db63b7 13 seconds ago 1.76GB [2021-10-19T13:21:58.775Z] sys-mgmt-agent latest 4d6d76182633 48 seconds ago 294MB [2021-10-19T13:21:58.775Z] security-bootstrapper latest 0cdf1e1cb916 51 seconds ago 18.8MB [2021-10-19T13:21:58.775Z] security-secretstore-setup latest e51d598f1661 About a minute ago 28.2MB [2021-10-19T13:21:58.775Z] core-command latest f71e6a7e6bc9 About a minute ago 16MB [2021-10-19T13:21:58.775Z] support-notifications latest 70426d1e3d65 About a minute ago 16.8MB [2021-10-19T13:21:58.775Z] 22be0b84fc29 About a minute ago 1.75GB [2021-10-19T13:21:58.775Z] 472d30db6528 About a minute ago 1.75GB [2021-10-19T13:21:58.775Z] a78e519b9f8e About a minute ago 1.76GB [2021-10-19T13:21:58.775Z] e0b6afc7eca5 About a minute ago 1.76GB [2021-10-19T13:21:58.775Z] a6ce1c69307d About a minute ago 1.75GB [2021-10-19T13:21:58.775Z] ci-base-image-x86_64 latest b39538a32a9b 5 minutes ago 1.25GB [2021-10-19T13:21:58.775Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 5 days ago 548MB [2021-10-19T13:21:58.775Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 11 days ago 34.5MB [2021-10-19T13:21:58.775Z] docker 20.10.8 bc6c0ffef665 6 weeks ago 214MB [2021-10-19T13:21:58.775Z] alpine 3.14 14119a10abf4 7 weeks ago 5.6MB [2021-10-19T13:21:58.775Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 15 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-10-19T13:22:14.019Z] Still waiting to schedule task [2021-10-19T13:22:14.019Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-10-19T13:22:52.314Z] Running on prd-ubuntu18.04-docker-8c-8g-15 in /w/workspace/edgexfoundry_edgex-go_PR-3761 [Pipeline] { [Pipeline] ws [2021-10-19T13:22:52.324Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:22:53.064Z] + echo snap-build.sh [2021-10-19T13:22:53.064Z] snap-build.sh [2021-10-19T13:22:53.064Z] + SNAP_BASE_DIR=. [2021-10-19T13:22:53.064Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-10-19T13:22:53.064Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-10-19T13:22:53.064Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-10-19T13:22:53.064Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-10-19T13:22:53.064Z] + cd /w/workspace/edgex-go/2 [2021-10-19T13:22:53.064Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-10-19T13:22:53.064Z] Reading package lists... [2021-10-19T13:22:53.064Z] Building dependency tree... [2021-10-19T13:22:53.064Z] Reading state information... [2021-10-19T13:22:53.064Z] The following packages were automatically installed and are no longer required: [2021-10-19T13:22:53.064Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-10-19T13:22:53.064Z] uidmap xdelta3 [2021-10-19T13:22:53.064Z] Use 'sudo apt autoremove' to remove them. [2021-10-19T13:22:53.064Z] The following packages will be REMOVED: [2021-10-19T13:22:53.064Z] lxd* lxd-client* [2021-10-19T13:22:53.328Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-10-19T13:22:53.328Z] After this operation, 31.7 MB disk space will be freed. [2021-10-19T13:22:53.852Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) [2021-10-19T13:22:53.852Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-19T13:22:54.796Z] Removing lxd dnsmasq configuration [2021-10-19T13:22:54.796Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-10-19T13:22:54.796Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-10-19T13:22:55.370Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-19T13:22:55.632Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) [2021-10-19T13:22:55.632Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-19T13:22:57.021Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-10-19T13:22:57.021Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-10-19T13:22:57.601Z] + sudo snap remove --purge lxd [2021-10-19T13:22:57.601Z] snap "lxd" is not installed [2021-10-19T13:22:57.601Z] + sudo groupadd --force --system lxd [2021-10-19T13:22:57.601Z] ++ whoami [2021-10-19T13:22:57.601Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-10-19T13:22:57.601Z] + newgrp - lxd [2021-10-19T13:22:57.601Z] + sudo snap install lxd [2021-10-19T13:23:09.850Z] 2021-10-19T13:23:07Z INFO Waiting for automatic snapd restart... [2021-10-19T13:23:31.826Z] lxd 4.19 from Canonical* installed [2021-10-19T13:23:31.826Z] + sudo lxd init --auto [2021-10-19T13:23:39.981Z] + sudo snap install --classic snapcraft [2021-10-19T13:23:52.220Z] snapcraft 5.0 from Canonical* installed [2021-10-19T13:23:52.220Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-10-19T13:23:52.220Z] + sudo snapcraft prime --use-lxd [2021-10-19T13:23:54.135Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-10-19T13:23:54.135Z] Could not find snap/snapcraft.yaml. Are you sure you are in the right directory? [2021-10-19T13:23:54.135Z] To start a new project, use `snapcraft init` [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-19T13:23:54.671Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-10-19T13:23:55.682Z] + '[' -d /w/workspace/edgex-go/2/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:23:55.986Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:23:56.550Z] ---> package-listing.sh [2021-10-19T13:23:56.550Z] ++ facter osfamily [2021-10-19T13:23:56.550Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-19T13:23:56.814Z] + OS_FAMILY=redhat [2021-10-19T13:23:56.815Z] + workspace=/w/workspace/edgex-go/2 [2021-10-19T13:23:56.815Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-19T13:23:56.815Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-19T13:23:56.815Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-19T13:23:56.815Z] + PACKAGES=/tmp/packages_start.txt [2021-10-19T13:23:56.815Z] + '[' /w/workspace/edgex-go/2 ']' [2021-10-19T13:23:56.815Z] + PACKAGES=/tmp/packages_end.txt [2021-10-19T13:23:56.815Z] + case "${OS_FAMILY}" in [2021-10-19T13:23:56.815Z] + rpm -qa [2021-10-19T13:23:56.815Z] + sort [2021-10-19T13:24:00.106Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-19T13:24:00.106Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-19T13:24:00.106Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-19T13:24:00.106Z] + '[' /w/workspace/edgex-go/2 ']' [2021-10-19T13:24:00.106Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-10-19T13:24:00.106Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-10-19T13:24:00.118Z] 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/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-19T13:24:00.410Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:24:00.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-19T13:24:00.967Z] [2021-10-19T13:24:00.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-19T13:24:01.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-19T13:24:01.268Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-19T13:24:01.268Z] b4d181a07f80: Pulling fs layer [2021-10-19T13:24:01.268Z] a1111a8f2ec3: Pulling fs layer [2021-10-19T13:24:01.268Z] ed53099fbce6: Pulling fs layer [2021-10-19T13:24:01.268Z] dc539afda2c1: Pulling fs layer [2021-10-19T13:24:01.268Z] 77bc0d833cb6: Pulling fs layer [2021-10-19T13:24:01.268Z] 9065ff56babe: Pulling fs layer [2021-10-19T13:24:01.268Z] d287ab97295c: Pulling fs layer [2021-10-19T13:24:01.268Z] dc539afda2c1: Waiting [2021-10-19T13:24:01.268Z] 77bc0d833cb6: Waiting [2021-10-19T13:24:01.268Z] 9065ff56babe: Waiting [2021-10-19T13:24:01.268Z] d287ab97295c: Waiting [2021-10-19T13:24:01.534Z] a1111a8f2ec3: Verifying Checksum [2021-10-19T13:24:01.534Z] a1111a8f2ec3: Download complete [2021-10-19T13:24:01.534Z] dc539afda2c1: Verifying Checksum [2021-10-19T13:24:01.534Z] dc539afda2c1: Download complete [2021-10-19T13:24:01.534Z] ed53099fbce6: Verifying Checksum [2021-10-19T13:24:01.534Z] ed53099fbce6: Download complete [2021-10-19T13:24:01.534Z] 9065ff56babe: Verifying Checksum [2021-10-19T13:24:01.534Z] 9065ff56babe: Download complete [2021-10-19T13:24:01.534Z] 77bc0d833cb6: Verifying Checksum [2021-10-19T13:24:01.534Z] 77bc0d833cb6: Download complete [2021-10-19T13:24:01.534Z] b4d181a07f80: Verifying Checksum [2021-10-19T13:24:01.534Z] b4d181a07f80: Download complete [2021-10-19T13:24:02.110Z] d287ab97295c: Verifying Checksum [2021-10-19T13:24:02.110Z] d287ab97295c: Download complete [2021-10-19T13:24:03.508Z] b4d181a07f80: Pull complete [2021-10-19T13:24:03.508Z] a1111a8f2ec3: Pull complete [2021-10-19T13:24:04.086Z] ed53099fbce6: Pull complete [2021-10-19T13:24:04.086Z] dc539afda2c1: Pull complete [2021-10-19T13:24:04.348Z] 77bc0d833cb6: Pull complete [2021-10-19T13:24:04.348Z] 9065ff56babe: Pull complete [2021-10-19T13:24:10.984Z] d287ab97295c: Pull complete [2021-10-19T13:24:10.984Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-19T13:24:10.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-19T13:24:10.984Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-19T13:24:11.062Z] prd-centos7-docker-4c-2g-12 does not seem to be running inside a container [2021-10-19T13:24:11.100Z] $ 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/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-19T13:24:14.258Z] $ docker top c27908d1706bb1bb651298e6ddf4b0700a0e6404e3a718897ec96b6a329e4e2e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-19T13:24:14.626Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-19T13:24:14.928Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-19T13:24:15.220Z] + ls /var/log/sa-host [2021-10-19T13:24:15.220Z] + sadf -c /var/log/sa-host/sa19 [2021-10-19T13:24:15.220Z] file_magic: OK [2021-10-19T13:24:15.220Z] HZ: Using current value: 100 [2021-10-19T13:24:15.220Z] file_header: OK [2021-10-19T13:24:15.220Z] 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-10-19T13:24:15.220Z] Statistics: [2021-10-19T13:24:15.220Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-19T13:24:15.220Z] File successfully converted to sysstat format version 12.0.3 [2021-10-19T13:24:15.220Z] + sadf -c /var/log/sa-host/sa30 [2021-10-19T13:24:15.220Z] file_magic: OK [2021-10-19T13:24:15.220Z] HZ: Using current value: 100 [2021-10-19T13:24:15.220Z] file_header: OK [2021-10-19T13:24:15.220Z] 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-10-19T13:24:15.220Z] Statistics: [2021-10-19T13:24:15.220Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-19T13:24:15.220Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-19T13:24:15.481Z] provisioning config files... [2021-10-19T13:24:15.491Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6250709074929395806tmp [Pipeline] { [Pipeline] echo [2021-10-19T13:24:15.502Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:24:15.787Z] ---> create-netrc.sh [Pipeline] } [2021-10-19T13:24:15.793Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:24:16.150Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-19T13:24:16.159Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:24:16.449Z] ---> sudo-logs.sh [2021-10-19T13:24:16.449Z] Archiving 'sudo' log.. [2021-10-19T13:24:16.450Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-12.novalocal: Name or service not known [2021-10-19T13:24:16.450Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-12.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-19T13:24:16.501Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:24:16.800Z] ---> job-cost.sh [2021-10-19T13:24:16.800Z] lf-activate-venv: SKIPPING [2021-10-19T13:24:16.800Z] DEBUG: total: 0.10999999940395355 [2021-10-19T13:24:16.801Z] INFO: Retrieving Stack Cost... [2021-10-19T13:24:17.372Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-19T13:24:17.632Z] INFO: Archiving Costs [Pipeline] echo [2021-10-19T13:24:17.644Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T13:24:17.935Z] ---> logs-deploy.sh [2021-10-19T13:24:17.935Z] lf-activate-venv: SKIPPING [2021-10-19T13:24:17.935Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3761/2 [2021-10-19T13:24:17.935Z] INFO: archiving workspace using pattern(s): [2021-10-19T13:24:18.506Z] Archives upload complete. [2021-10-19T13:24:18.767Z] INFO: archiving logs to Nexus