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 13:14:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:14:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:14:59 ========================================================= 13:14:59 EdgeX Global Pipelines Version Info 13:14:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:15:00 ------------------- 13:15:00 stable info: 13:15:00 ------------------- 13:15:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:15:00 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 13:15:00 Message: update stable to v1.0.210 13:15:01 ------------------- 13:15:01 experimental info: 13:15:01 ------------------- 13:15:01 Commited By: **** collab-it+edgex@linuxfoundation.org 13:15:01 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 13:15:01 Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:15:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:15:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3761 [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3761 [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3761 [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 943c01eb7717edc9dede6c7f284d9c212c5cc3bc [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 943c01e [Pipeline] echo 13:15:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:15:02 provisioning config files... 13:15:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8366961673308172231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:15:02 ---> docker-login.sh 13:15:02 nexus3.edgexfoundry.org:10001 13:15:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:15:02 Configure a credential helper to remove this warning. See 13:15:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:15:02 13:15:02 Login Succeeded 13:15:02 nexus3.edgexfoundry.org:10002 13:15:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:15:02 Configure a credential helper to remove this warning. See 13:15:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:15:02 13:15:02 Login Succeeded 13:15:02 nexus3.edgexfoundry.org:10003 13:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:15:03 Configure a credential helper to remove this warning. See 13:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:15:03 13:15:03 Login Succeeded 13:15:03 nexus3.edgexfoundry.org:10004 13:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:15:03 Configure a credential helper to remove this warning. See 13:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:15:03 13:15:03 Login Succeeded 13:15:03 docker.io 13:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:15:03 Configure a credential helper to remove this warning. See 13:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:15:03 13:15:03 Login Succeeded 13:15:03 ---> docker-login.sh ends [Pipeline] } 13:15:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:15:04 ++ 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 13:15:04 + for file in '`ls cmd/**/Dockerfile`' 13:15:04 ++ dirname cmd/core-command/Dockerfile 13:15:04 ++ cut -d/ -f2 13:15:04 + echo core-command,cmd/core-command/Dockerfile 13:15:04 + for file in '`ls cmd/**/Dockerfile`' 13:15:04 ++ dirname cmd/core-data/Dockerfile 13:15:04 ++ cut -d/ -f2 13:15:04 + echo core-data,cmd/core-data/Dockerfile 13:15:04 + for file in '`ls cmd/**/Dockerfile`' 13:15:04 ++ dirname cmd/core-metadata/Dockerfile 13:15:04 ++ cut -d/ -f2 13:15:04 + echo core-metadata,cmd/core-metadata/Dockerfile 13:15:04 + for file in '`ls cmd/**/Dockerfile`' 13:15:04 ++ dirname cmd/security-bootstrapper/Dockerfile 13:15:04 ++ cut -d/ -f2 13:15:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:15:04 + for file in '`ls cmd/**/Dockerfile`' 13:15:04 ++ dirname cmd/security-proxy-setup/Dockerfile 13:15:04 ++ cut -d/ -f2 13:15:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:15:04 + for file in '`ls cmd/**/Dockerfile`' 13:15:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:15:04 ++ cut -d/ -f2 13:15:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:15:04 + for file in '`ls cmd/**/Dockerfile`' 13:15:04 ++ dirname cmd/support-notifications/Dockerfile 13:15:04 ++ cut -d/ -f2 13:15:04 + echo support-notifications,cmd/support-notifications/Dockerfile 13:15:04 + for file in '`ls cmd/**/Dockerfile`' 13:15:04 ++ dirname cmd/support-scheduler/Dockerfile 13:15:04 ++ cut -d/ -f2 13:15:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:15:04 + for file in '`ls cmd/**/Dockerfile`' 13:15:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:15:04 ++ cut -d/ -f2 13:15:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:15:04 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 13:15:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:15:04 13:15:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:15:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:15:05 latest: Pulling from edgex-devops/git-semver 13:15:05 a0d0a0d46f8b: Pulling fs layer 13:15:05 3e5f54012d9b: Pulling fs layer 13:15:05 4c7163046ea9: Pulling fs layer 13:15:05 0c2d73faf560: Pulling fs layer 13:15:05 0c2d73faf560: Waiting 13:15:05 3e5f54012d9b: Verifying Checksum 13:15:05 3e5f54012d9b: Download complete 13:15:05 a0d0a0d46f8b: Verifying Checksum 13:15:05 a0d0a0d46f8b: Download complete 13:15:05 0c2d73faf560: Verifying Checksum 13:15:05 0c2d73faf560: Download complete 13:15:05 4c7163046ea9: Verifying Checksum 13:15:05 4c7163046ea9: Download complete 13:15:05 a0d0a0d46f8b: Pull complete 13:15:05 3e5f54012d9b: Pull complete 13:15:05 4c7163046ea9: Pull complete 13:15:05 0c2d73faf560: Pull complete 13:15:05 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 13:15:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:15:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:15:06 prd-centos7-docker-4c-2g-12 does not seem to be running inside a container 13:15:06 $ 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 13:15:06 $ docker top a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:15:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:15:06 [ssh-agent] Looking for ssh-agent implementation... 13:15:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:15:07 $ docker exec a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 ssh-agent 13:15:07 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBPalhM/agent.15 13:15:07 SSH_AGENT_PID=21 13:15:07 Running ssh-add (command line suppressed) 13:15:07 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3023148595354176854.key (/w/workspace/edgex-go/2@tmp/private_key_3023148595354176854.key) 13:15:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:15:07 + git tag --points-at HEAD [Pipeline] } 13:15:07 $ docker exec --env ******** --env ******** a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 ssh-agent -k 13:15:07 unset SSH_AUTH_SOCK; 13:15:07 unset SSH_AGENT_PID; 13:15:07 echo Agent pid 21 killed; 13:15:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:15:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:15:07 [ssh-agent] Looking for ssh-agent implementation... 13:15:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:15:07 $ docker exec a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 ssh-agent 13:15:07 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOKKigC/agent.55 13:15:07 SSH_AGENT_PID=62 13:15:07 Running ssh-add (command line suppressed) 13:15:08 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7954438491406215783.key (/w/workspace/edgex-go/2@tmp/private_key_7954438491406215783.key) 13:15:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:15:08 + git semver init 13:15:08 # -> Open(): unable to determine branch for HEAD 13:15:08 # $GIT_DIR = /w/workspace/edgex-go/2/.git 13:15:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 13:15:08 # $SEMVER_REMOTE_NAME = origin 13:15:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:15:08 # $SEMVER_USER_NAME = edgex-jenkins 13:15:08 # $SEMVER_BRANCH = PR-3761 13:15:08 # $SEMVER_TEMP = /tmp/semver-259518582 13:15:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:15:23 # '/tmp/semver-259518582' -> '/w/workspace/edgex-go/2/.semver' 13:15:23 # -> Force: false 13:15:23 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 13:15:23 $ docker exec --env ******** --env ******** a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 ssh-agent -k 13:15:23 unset SSH_AUTH_SOCK; 13:15:23 unset SSH_AGENT_PID; 13:15:23 echo Agent pid 62 killed; 13:15:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:15:23 + git semver [Pipeline] } 13:15:23 $ docker stop --time=1 a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 13:15:25 $ docker rm -f a6e0f973cb9adadaf428640c06d18c5ab1657080c053f6309bcb1816622b6882 [Pipeline] // withDockerContainer [Pipeline] sh 13:15:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:15:26 Stashed 1 file(s) [Pipeline] echo 13:15:26 [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 13:15:26 ========================================================= 13:15:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 13:15:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:15:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 13:15:26 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 13:15:26 a0d0a0d46f8b: Already exists 13:15:26 31adcdaf11c8: Pulling fs layer 13:15:26 b8b176561691: Pulling fs layer 13:15:26 4527c011a84f: Pulling fs layer 13:15:26 5d74067f8e1e: Pulling fs layer 13:15:26 e0aca202a116: Pulling fs layer 13:15:26 3a43be97a3b4: Pulling fs layer 13:15:26 34cad66bf833: Pulling fs layer 13:15:26 b4e3c513aaa6: Pulling fs layer 13:15:26 5d74067f8e1e: Waiting 13:15:26 e0aca202a116: Waiting 13:15:26 3a43be97a3b4: Waiting 13:15:26 34cad66bf833: Waiting 13:15:26 b4e3c513aaa6: Waiting 13:15:26 b8b176561691: Verifying Checksum 13:15:26 b8b176561691: Download complete 13:15:26 31adcdaf11c8: Download complete 13:15:26 5d74067f8e1e: Verifying Checksum 13:15:26 5d74067f8e1e: Download complete 13:15:26 e0aca202a116: Verifying Checksum 13:15:26 e0aca202a116: Download complete 13:15:26 3a43be97a3b4: Verifying Checksum 13:15:26 3a43be97a3b4: Download complete 13:15:27 31adcdaf11c8: Pull complete 13:15:27 34cad66bf833: Verifying Checksum 13:15:27 34cad66bf833: Download complete 13:15:27 b8b176561691: Pull complete 13:15:27 4527c011a84f: Verifying Checksum 13:15:27 4527c011a84f: Download complete 13:15:27 b4e3c513aaa6: Verifying Checksum 13:15:27 b4e3c513aaa6: Download complete 13:15:31 4527c011a84f: Pull complete 13:15:31 5d74067f8e1e: Pull complete 13:15:31 e0aca202a116: Pull complete 13:15:31 3a43be97a3b4: Pull complete 13:15:31 34cad66bf833: Pull complete 13:15:34 b4e3c513aaa6: Pull complete 13:15:34 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 13:15:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 13:15:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 13:15:34 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 13:15:34 WORKDIR /edgex 13:15:34 COPY go.mod . 13:15:34 RUN go mod download' 13:15:34 + docker build -t ci-base-image-x86_64 -f - . 13:15:36 Sending build context to Docker daemon 329.4MB 13:15:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 13:15:36 ---> 9f6097aaca64 13:15:36 Step 2/4 : WORKDIR /edgex 13:15:37 ---> Running in 0c6b93eda98b 13:15:37 Removing intermediate container 0c6b93eda98b 13:15:37 ---> a77cb0e05c84 13:15:37 Step 3/4 : COPY go.mod . 13:15:38 ---> 2173fb26474f 13:15:38 Step 4/4 : RUN go mod download 13:15:38 ---> Running in 8fc1ce523f49 13:15:41 Still waiting to schedule task 13:15:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-11’ is offline 13:16:10 Removing intermediate container 8fc1ce523f49 13:16:10 ---> b39538a32a9b 13:16:10 Successfully built b39538a32a9b 13:16:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:16:10 + docker inspect -f . ci-base-image-x86_64 13:16:10 . [Pipeline] withDockerContainer 13:16:10 prd-centos7-docker-4c-2g-12 does not seem to be running inside a container 13:16:10 $ 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 13:16:11 $ docker top 52e89ead057405c361e595aa2cb03d30303fd9640eebf54f0c977789cb070304 -eo pid,comm [Pipeline] { [Pipeline] sh 13:16:11 + go version 13:16:11 go version go1.16.8 linux/amd64 [Pipeline] } 13:16:11 $ docker stop --time=1 52e89ead057405c361e595aa2cb03d30303fd9640eebf54f0c977789cb070304 13:16:12 $ docker rm -f 52e89ead057405c361e595aa2cb03d30303fd9640eebf54f0c977789cb070304 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:16:13 + docker inspect -f . ci-base-image-x86_64 13:16:13 . [Pipeline] withDockerContainer 13:16:13 prd-centos7-docker-4c-2g-12 does not seem to be running inside a container 13:16:13 $ 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 13:16:13 $ docker top 49785aa0a7939c210851f03f7a0fd3b512949c81c6e69d0a86dda73f3be81a8c -eo pid,comm [Pipeline] { [Pipeline] echo 13:16:13 ========================================================= 13:16:13 [edgeXBuildGoParallel] Running Tests and Build... 13:16:13 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:16:14 + make test 13:16:14 go mod tidy 13:16:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:16:21 ? github.com/edgexfoundry/edgex-go [no test files] 13:16:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:16:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:16:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:16:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:16:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:16:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:16:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:16:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:16:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:16:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:16:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:16:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:16:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:16:50 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 13:16:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.047s coverage: 28.7% of statements 13:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:16:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.060s coverage: 98.5% of statements 13:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 13:16:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.080s coverage: 46.3% of statements 13:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:16:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:16:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.117s coverage: 90.1% of statements 13:16:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 13:16:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 13:16:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.057s coverage: 84.4% of statements 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:16:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.251s coverage: 94.2% of statements 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 13:16:56 ok github.com/edgexfoundry/edgex-go/internal/io 0.064s coverage: 59.1% of statements 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:16:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:16:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.052s coverage: 60.0% of statements 13:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:16:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:16:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.069s coverage: 1.0% of statements 13:16:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 13:16:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 13:16:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 21.7% of statements 13:16:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:16:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 13:16:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements 13:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements 13:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements 13:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 13:17:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements 13:17:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 13:17:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.211s coverage: 82.5% of statements 13:17:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 58.8% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.149s coverage: 91.2% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.137s coverage: 64.4% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.255s coverage: 70.4% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 43.4% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 13:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 13:17:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 19.5% of statements 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:17:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.153s coverage: 92.0% of statements 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 13:17:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:17:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.086s coverage: 97.7% of statements 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 13:17:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 13:17:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:17:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 13:17:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 13:17:44 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 13:18:23 GO111MODULE=on go vet ./... 13:18:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:18:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:18:28 ./bin/test-attribution-txt.sh [Pipeline] sh 13:18:28 + ls -al . 13:18:28 total 612 13:18:28 drwxrwxr-x 10 1001 1001 4096 Oct 19 13:18 . 13:18:28 drwxr-xr-x 4 root root 28 Oct 19 13:16 .. 13:18:28 -rw-rw-r-- 1 1001 1001 11 Oct 19 13:14 .dockerignore 13:18:28 drwxrwxr-x 8 1001 1001 179 Oct 19 13:14 .git 13:18:28 drwxrwxr-x 4 1001 1001 142 Oct 19 13:14 .github 13:18:28 -rw-rw-r-- 1 1001 1001 804 Oct 19 13:14 .gitignore 13:18:28 -rw-rw-r-- 1 1001 1001 42 Oct 19 13:14 .golangci.yml 13:18:28 -rw-rw-r-- 1 1001 1001 76 Oct 19 13:14 .hadolint.yml 13:18:28 drwx------ 3 1001 1001 58 Oct 19 13:15 .semver 13:18:28 -rw-rw-r-- 1 1001 1001 166 Oct 19 13:14 .sonarcloud.properties 13:18:28 -rw-rw-r-- 1 1001 1001 1171 Oct 19 13:14 ADOPTERS.md 13:18:28 -rw-rw-r-- 1 1001 1001 8608 Oct 19 13:14 Attribution.txt 13:18:28 -rw-rw-r-- 1 1001 1001 43881 Oct 19 13:14 CHANGELOG.md 13:18:28 -rw-rw-r-- 1 1001 1001 3804 Oct 19 13:14 CONTRIBUTING.md 13:18:28 -rw-rw-r-- 1 1001 1001 677 Oct 19 13:14 GOVERNANCE.md 13:18:28 -rw-rw-r-- 1 1001 1001 849 Oct 19 13:14 Jenkinsfile 13:18:28 -rw-rw-r-- 1 1001 1001 10775 Oct 19 13:14 LICENSE 13:18:28 -rw-rw-r-- 1 1001 1001 6508 Oct 19 13:14 Makefile 13:18:28 -rw-rw-r-- 1 1001 1001 582 Oct 19 13:14 OWNERS.md 13:18:28 -rw-rw-r-- 1 1001 1001 8256 Oct 19 13:14 README.md 13:18:28 -rw-rw-r-- 1 1001 1001 6912 Oct 19 13:14 SECURITY.md 13:18:28 -rw-rw-r-- 1 1001 1001 5 Oct 19 13:15 VERSION 13:18:28 -rw-rw-r-- 1 1001 1001 4131 Oct 19 13:14 ZMQWindows.md 13:18:28 drwxrwxr-x 2 1001 1001 37 Oct 19 13:14 bin 13:18:28 drwxrwxr-x 14 1001 1001 4096 Oct 19 13:14 cmd 13:18:28 -rw-r--r-- 1 root root 403932 Oct 19 13:17 coverage.out 13:18:28 -rw-rw-r-- 1 1001 1001 829 Oct 19 13:14 go.mod 13:18:28 -rw-rw-r-- 1 1001 1001 50143 Oct 19 13:14 go.sum 13:18:28 drwxrwxr-x 8 1001 1001 124 Oct 19 13:14 internal 13:18:28 drwxrwxr-x 3 1001 1001 16 Oct 19 13:14 openapi 13:18:28 drwxrwxr-x 4 1001 1001 71 Oct 19 13:14 snap 13:18:28 -rw-rw-r-- 1 1001 1001 204 Oct 19 13:14 version.go [Pipeline] sh 13:18:29 + '[' -e coverage.out ] 13:18:29 + chown 1001:1001 coverage.out [Pipeline] stash 13:18:29 Stashed 1 file(s) [Pipeline] sh 13:18:29 + make build 13:18:29 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 13:18:31 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 13:18:37 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 13:18:38 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 13:18:39 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 13:18:39 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 13:18:40 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 13:18:41 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 13:18:42 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 13:18:44 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 13:18:45 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 13:18:46 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] } 13:18:47 $ docker stop --time=1 49785aa0a7939c210851f03f7a0fd3b512949c81c6e69d0a86dda73f3be81a8c 13:18:49 $ docker rm -f 49785aa0a7939c210851f03f7a0fd3b512949c81c6e69d0a86dda73f3be81a8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:18:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:18:50 13:18:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:18:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:18:50 latest: Pulling from edgex-devops/edgex-compose 13:18:50 cbdbe7a5bc2a: Pulling fs layer 13:18:50 ca9280d653b3: Pulling fs layer 13:18:50 7e9c9ca2126c: Pulling fs layer 13:18:51 cbdbe7a5bc2a: Verifying Checksum 13:18:51 cbdbe7a5bc2a: Download complete 13:18:51 ca9280d653b3: Verifying Checksum 13:18:51 ca9280d653b3: Download complete 13:18:51 cbdbe7a5bc2a: Pull complete 13:18:51 7e9c9ca2126c: Verifying Checksum 13:18:51 7e9c9ca2126c: Download complete 13:18:52 ca9280d653b3: Pull complete 13:18:56 7e9c9ca2126c: Pull complete 13:18:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:18:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:18:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:18:56 prd-centos7-docker-4c-2g-12 does not seem to be running inside a container 13:18:56 $ 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 13:18:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13 in /w/workspace/edgexfoundry_edgex-go_PR-3761 13:18:59 $ docker top d2e2b5dc332bb7c336e5ce51633962477a267271d222eb4114e01851b8864188 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 13:18:59 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:18:59 + docker-compose build --help 13:18:59 + grep parallel 13:19:00 --parallel Build images in parallel. [Pipeline] } 13:19:01 $ docker stop --time=1 d2e2b5dc332bb7c336e5ce51633962477a267271d222eb4114e01851b8864188 13:19:01 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:19:01 % Total % Received % Xferd Average Speed Time Time Time Current 13:19:01 Dload Upload Total Spent Left Speed 13:19:01 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 13:19:02 $ docker rm -f d2e2b5dc332bb7c336e5ce51633962477a267271d222eb4114e01851b8864188 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:19:02 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:19:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:19:02 . [Pipeline] withDockerContainer 13:19:02 prd-centos7-docker-4c-2g-12 does not seem to be running inside a container 13:19:02 $ 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 13:19:03 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 13:19:03 /etc/docker/daemon.new 13:19:03 { 13:19:03 "registry-mirrors": [ 13:19:03 "https://nexus3.edgexfoundry.org:10001" 13:19:03 ], 13:19:03 "bip": "10.250.0.254/24", 13:19:03 "hosts": [ 13:19:03 "tcp://0.0.0.0:5555", 13:19:03 "unix:///var/run/docker.sock" 13:19:03 ], 13:19:03 "mtu": 1458, 13:19:03 "selinux-enabled": true, 13:19:03 "seccomp-profile": "/etc/docker/seccomp.json" 13:19:03 } 13:19:03 $ docker top fe14e40ba71c2284177ac00f48310e02e0de2d54c4a6e2e3db3cf6825febfe22 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 13:19:03 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 13:19:03 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh 13:19:04 + sudo service docker restart 13:19:04 Building core-command ... 13:19:04 Building core-data ... 13:19:04 Building core-metadata ... 13:19:04 Building security-bootstrapper ... 13:19:04 Building security-proxy-setup ... 13:19:04 Building security-secretstore-setup ... 13:19:04 Building support-notifications ... 13:19:04 Building support-scheduler ... 13:19:04 Building sys-mgmt-agent ... 13:19:04 Building support-notifications 13:19:04 Building sys-mgmt-agent 13:19:04 Building security-bootstrapper 13:19:04 Building security-secretstore-setup 13:19:04 Building core-command 13:19:14 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 13:19:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:19:14 ---> b39538a32a9b 13:19:14 Step 3/22 : WORKDIR /edgex-go 13:19:14 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 13:19:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:19:14 ---> b39538a32a9b 13:19:14 Step 3/22 : WORKDIR /edgex-go 13:19:19 ---> Running in 61448b54b419 13:19:19 ---> Running in 165bcede3708 13:19:22 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 13:19:22 Step 2/30 : FROM ${BUILDER_BASE} AS builder 13:19:22 ---> b39538a32a9b 13:19:22 Step 3/30 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:19:22 provisioning config files... 13:19:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6043591417724101632tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:19:22 ---> docker-login.sh 13:19:22 nexus3.edgexfoundry.org:10001 13:19:24 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 13:19:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:19:24 ---> b39538a32a9b 13:19:24 Step 3/21 : WORKDIR /edgex-go 13:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:24 ---> Running in 0d20e31a1915 13:19:24 ---> Running in 4d25fd7b56e8 13:19:24 Removing intermediate container 61448b54b419 13:19:24 ---> 34cdef7e4fa5 13:19:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:24 Removing intermediate container 165bcede3708 13:19:24 ---> 578b96535de4 13:19:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:24 Configure a credential helper to remove this warning. See 13:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:24 13:19:24 Login Succeeded 13:19:24 ---> Running in 32a837be03c6 13:19:24 ---> Running in c30469a4d117 13:19:24 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 13:19:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:19:24 ---> b39538a32a9b 13:19:24 Step 3/24 : WORKDIR /edgex-go 13:19:24 ---> Using cache 13:19:24 ---> 578b96535de4 13:19:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:24 ---> Running in 1ca0625c1932 13:19:24 Removing intermediate container 4d25fd7b56e8 13:19:24 ---> ac7c50e02156 13:19:24 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:24 Removing intermediate container 0d20e31a1915 13:19:24 ---> ce0ea4bc9f7c 13:19:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:19:24 ---> Running in 93b93a6cdf62 13:19:24 ---> Running in b918a39aead1 13:19:24 nexus3.edgexfoundry.org:10002 13:19:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:25 Configure a credential helper to remove this warning. See 13:19:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:25 13:19:25 Login Succeeded 13:19:25 nexus3.edgexfoundry.org:10003 13:19:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:25 Configure a credential helper to remove this warning. See 13:19:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:25 13:19:25 Login Succeeded 13:19:25 nexus3.edgexfoundry.org:10004 13:19:26 Removing intermediate container c30469a4d117 13:19:26 ---> ad2abcfea8d2 13:19:26 Step 5/22 : RUN apk add --update --no-cache make bash git 13:19:26 ---> Running in 9b21aae3b516 13:19:26 Removing intermediate container 32a837be03c6 13:19:26 ---> ca2c63eaa9eb 13:19:26 Step 5/22 : RUN apk add --update --no-cache make git 13:19:26 Removing intermediate container 1ca0625c1932 13:19:26 ---> eeb0bc0df37b 13:19:26 Step 5/24 : RUN apk add --update --no-cache make git 13:19:26 ---> Running in 3632707eb0bb 13:19:26 Removing intermediate container b918a39aead1 13:19:26 ---> ae702f50b5d6 13:19:26 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 13:19:26 ---> Running in 410934113cdc 13:19:26 ---> Running in be5c95be7666 13:19:26 Removing intermediate container 93b93a6cdf62 13:19:26 ---> f4ab56c5cb69 13:19:26 Step 5/30 : RUN apk add --update --no-cache make git 13:19:26 ---> Running in 7a0c52f37899 13:19:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:26 Configure a credential helper to remove this warning. See 13:19:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:26 13:19:26 Login Succeeded 13:19:26 docker.io 13:19:26 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:19:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:19:26 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:19:27 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:19:27 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:19:27 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:19:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:19:27 Configure a credential helper to remove this warning. See 13:19:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:19:27 13:19:27 Login Succeeded 13:19:27 ---> docker-login.sh ends [Pipeline] } 13:19:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 13:19:27 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:19:27 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:19:27 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:19:27 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:19:27 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:19:27 OK: 220 MiB in 52 packages [Pipeline] echo 13:19:28 ========================================================= 13:19:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 13:19:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:19:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 13:19:28 OK: 220 MiB in 52 packages 13:19:28 OK: 220 MiB in 52 packages 13:19:28 OK: 220 MiB in 52 packages 13:19:28 OK: 220 MiB in 52 packages 13:19:28 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:19:28 552d1f2373af: Pulling fs layer 13:19:28 ea3f2d53f512: Pulling fs layer 13:19:28 9e70ebbbe112: Pulling fs layer 13:19:28 7a9cfe048b4a: Pulling fs layer 13:19:28 72dc09318566: Pulling fs layer 13:19:28 f4f7b4309257: Pulling fs layer 13:19:28 0ac9a79272e3: Pulling fs layer 13:19:28 b78e95d17946: Pulling fs layer 13:19:28 f4f7b4309257: Waiting 13:19:28 0ac9a79272e3: Waiting 13:19:28 b78e95d17946: Waiting 13:19:28 7a9cfe048b4a: Waiting 13:19:28 72dc09318566: Waiting 13:19:28 9e70ebbbe112: Verifying Checksum 13:19:28 9e70ebbbe112: Download complete 13:19:28 ea3f2d53f512: Verifying Checksum 13:19:28 ea3f2d53f512: Download complete 13:19:28 72dc09318566: Download complete 13:19:28 552d1f2373af: Verifying Checksum 13:19:28 552d1f2373af: Download complete 13:19:28 f4f7b4309257: Verifying Checksum 13:19:28 f4f7b4309257: Download complete 13:19:28 0ac9a79272e3: Verifying Checksum 13:19:28 0ac9a79272e3: Download complete 13:19:28 Removing intermediate container 9b21aae3b516 13:19:28 ---> 56c562d4c4b4 13:19:28 Step 6/22 : COPY . . 13:19:29 Removing intermediate container be5c95be7666 13:19:29 ---> 6935e0e67744 13:19:29 Step 6/21 : COPY . . 13:19:29 552d1f2373af: Pull complete 13:19:30 ea3f2d53f512: Pull complete 13:19:30 b78e95d17946: Verifying Checksum 13:19:30 b78e95d17946: Download complete 13:19:30 9e70ebbbe112: Pull complete 13:19:31 7a9cfe048b4a: Download complete 13:19:31 Removing intermediate container 410934113cdc 13:19:31 ---> 7756726acf64 13:19:31 Step 6/24 : COPY . . 13:19:31 Removing intermediate container 3632707eb0bb 13:19:31 ---> 97b6d5ff72e3 13:19:31 Step 6/22 : COPY . . 13:19:32 Removing intermediate container 7a0c52f37899 13:19:32 ---> b86b0d7ea5de 13:19:32 Step 6/30 : COPY . . 13:19:38 ---> 70274e4ca9db 13:19:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:19:38 ---> cf212d27dcea 13:19:38 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:19:39 ---> Running in 1724d5db74b9 13:19:39 ---> Running in 55ea0ff00dd6 13:19:39 ---> bff946ca1508 13:19:39 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:19:39 ---> Running in bf9b56a158a0 13:19:41 7a9cfe048b4a: Pull complete 13:19:41 72dc09318566: Pull complete 13:19:41 f4f7b4309257: Pull complete 13:19:42 0ac9a79272e3: Pull complete 13:19:46 Removing intermediate container 1724d5db74b9 13:19:46 ---> 40b196bfe454 13:19:46 Step 8/21 : RUN make cmd/support-notifications/support-notifications 13:19:46 Removing intermediate container bf9b56a158a0 13:19:46 ---> 1fae50b961a7 13:19:46 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:19:46 Removing intermediate container 55ea0ff00dd6 13:19:46 ---> 010c59e55c77 13:19:46 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:19:46 ---> Running in fa76da7e8052 13:19:46 ---> Running in 3106db5e472e 13:19:46 ---> Running in 874da168a9c4 13:19:46 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 13:19:46 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 13:19:46 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 13:19:48 b78e95d17946: Pull complete 13:19:48 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 13:19:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 13:19:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh 13:19:49 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh 13:19:49 + docker inspect -f . ci-base-image-arm64 13:19:49 . [Pipeline] withDockerContainer 13:19:49 prd-ubuntu18.04-docker-arm64-4c-16g-13 does not seem to be running inside a container 13:19:50 $ 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 13:19:51 ---> 55135681403f 13:19:51 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:19:51 ---> Running in 8a870fe521f6 13:19:51 ---> 156facf711fa 13:19:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:19:51 ---> Running in b74cd724b6ea 13:19:53 Removing intermediate container b74cd724b6ea 13:19:53 ---> 17e45b0a0078 13:19:53 Step 8/22 : RUN make cmd/core-command/core-command 13:19:53 Removing intermediate container 8a870fe521f6 13:19:53 ---> ee43f4b184c9 13:19:53 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:19:53 ---> Running in a140d5fa7088 13:19:53 ---> Running in ef9d3f57b23d 13:19:54 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 13:19:54 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 13:19:56 $ docker top dfda87be8f6f2818b296980d8338c08cf47cb51cabbe0d0824b64b79cd703161 -eo pid,comm [Pipeline] { [Pipeline] sh 13:19:57 + go version 13:19:57 go version go1.16.8 linux/arm64 [Pipeline] } 13:19:57 $ docker stop --time=1 dfda87be8f6f2818b296980d8338c08cf47cb51cabbe0d0824b64b79cd703161 13:19:58 $ docker rm -f dfda87be8f6f2818b296980d8338c08cf47cb51cabbe0d0824b64b79cd703161 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:19:59 + docker inspect -f . ci-base-image-arm64 13:19:59 . [Pipeline] withDockerContainer 13:19:59 prd-ubuntu18.04-docker-arm64-4c-16g-13 does not seem to be running inside a container 13:20:00 $ 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 13:20:01 $ docker top 1d6281295ca91fca084b1637537dd196d5f52c44e7cb50400134ac3f5925f600 -eo pid,comm [Pipeline] { [Pipeline] echo 13:20:01 ========================================================= 13:20:01 [edgeXBuildGoParallel] Running Tests and Build... 13:20:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 13:20:02 + go mod tidy 13:20:02 go: go.mod file not found in current directory or any parent directory; see 'go help modules' [Pipeline] } 13:20:02 $ docker stop --time=1 1d6281295ca91fca084b1637537dd196d5f52c44e7cb50400134ac3f5925f600 13:20:04 $ 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 13:20:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:20:05 13:20:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 13:20:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:20:06 arm64: Pulling from edgex-lftools-log-publisher 13:20:06 448f6bf000e3: Pulling fs layer 13:20:06 f757da607395: Pulling fs layer 13:20:06 05883995daec: Pulling fs layer 13:20:06 8603b9c90790: Pulling fs layer 13:20:06 1560dd03e051: Pulling fs layer 13:20:06 27f5ce0e4adf: Pulling fs layer 13:20:06 c2d8d7efcc4b: Pulling fs layer 13:20:06 1560dd03e051: Waiting 13:20:06 27f5ce0e4adf: Waiting 13:20:06 c2d8d7efcc4b: Waiting 13:20:06 8603b9c90790: Waiting 13:20:06 f757da607395: Verifying Checksum 13:20:06 f757da607395: Download complete 13:20:06 8603b9c90790: Verifying Checksum 13:20:06 8603b9c90790: Download complete 13:20:07 05883995daec: Verifying Checksum 13:20:07 05883995daec: Download complete 13:20:07 1560dd03e051: Verifying Checksum 13:20:07 1560dd03e051: Download complete 13:20:07 27f5ce0e4adf: Verifying Checksum 13:20:07 27f5ce0e4adf: Download complete 13:20:07 448f6bf000e3: Verifying Checksum 13:20:07 448f6bf000e3: Download complete 13:20:10 c2d8d7efcc4b: Verifying Checksum 13:20:10 c2d8d7efcc4b: Download complete 13:20:11 448f6bf000e3: Pull complete 13:20:11 f757da607395: Pull complete 13:20:13 05883995daec: Pull complete 13:20:13 8603b9c90790: Pull complete 13:20:14 1560dd03e051: Pull complete 13:20:15 27f5ce0e4adf: Pull complete 13:20:26 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 13:20:26 Removing intermediate container 874da168a9c4 13:20:26 ---> 14921b95c653 13:20:26 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:20:27 ---> Running in a559d77e79f9 13:20:27 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 13:20:29 Removing intermediate container a559d77e79f9 13:20:29 ---> a6ce1c69307d 13:20:29 13:20:29 Step 10/22 : FROM docker:20.10.8 13:20:30 20.10.8: Pulling from library/docker 13:20:30 c2d8d7efcc4b: Pull complete 13:20:30 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 13:20:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:20:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 13:20:30 prd-ubuntu18.04-docker-arm64-4c-16g-13 does not seem to be running inside a container 13:20:30 $ 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 13:20:31 Removing intermediate container 3106db5e472e 13:20:31 ---> e0b6afc7eca5 13:20:31 13:20:31 Step 9/24 : FROM alpine:3.14 13:20:31 3.14: Pulling from library/alpine 13:20:31 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 13:20:31 Status: Downloaded newer image for alpine:3.14 13:20:31 ---> 14119a10abf4 13:20:31 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 13:20:32 ---> Running in 0d96a4c81e12 13:20:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:20:33 Removing intermediate container fa76da7e8052 13:20:33 ---> a78e519b9f8e 13:20:33 13:20:33 Step 9/21 : FROM alpine:3.14 13:20:33 ---> 14119a10abf4 13:20:33 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 13:20:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:20:34 ---> Running in 0dd6b4476c6b 13:20:34 (1/3) Installing ca-certificates (20191127-r5) 13:20:34 (2/3) Installing dumb-init (1.2.5-r1) 13:20:34 (3/3) Installing su-exec (0.2-r1) 13:20:34 Executing busybox-1.33.1-r3.trigger 13:20:34 Executing ca-certificates-20191127-r5.trigger 13:20:34 OK: 6 MiB in 17 packages 13:20:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:20:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:20:35 Removing intermediate container 0d96a4c81e12 13:20:35 ---> c01c47582157 13:20:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:20:35 (1/2) Installing ca-certificates (20191127-r5) 13:20:35 (2/2) Installing dumb-init (1.2.5-r1) 13:20:35 Executing busybox-1.33.1-r3.trigger 13:20:35 Executing ca-certificates-20191127-r5.trigger 13:20:35 OK: 6 MiB in 16 packages 13:20:35 ---> Running in 6f20c0f704a9 13:20:35 Removing intermediate container a140d5fa7088 13:20:35 ---> 472d30db6528 13:20:35 13:20:35 Step 9/22 : FROM alpine:3.14 13:20:35 ---> 14119a10abf4 13:20:35 Step 10/22 : RUN apk add --update --no-cache dumb-init 13:20:35 Removing intermediate container 6f20c0f704a9 13:20:35 ---> bafaa4e9cde1 13:20:35 Step 12/24 : WORKDIR / 13:20:36 $ docker top c01df363a522b68c247776d5a4e23c50703b4e6b29334fdd8b4fba57010456c2 -eo pid,comm 13:20:36 ---> Running in 3948c8aeb0c6 13:20:36 ---> Running in 35f4a1276288 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:20:36 Removing intermediate container 0dd6b4476c6b 13:20:36 ---> f374884bbe78 13:20:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:20:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:20:36 ---> Running in e408685bad99 13:20:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:20:36 Removing intermediate container 35f4a1276288 13:20:36 ---> bc107eb79b2b 13:20:36 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:20:37 (1/1) Installing dumb-init (1.2.5-r1) 13:20:37 Executing busybox-1.33.1-r3.trigger 13:20:37 OK: 6 MiB in 15 packages 13:20:37 ---> job-cost.sh 13:20:37 lf-activate-venv: SKIPPING 13:20:37 INFO: No Stack... 13:20:37 Removing intermediate container e408685bad99 13:20:37 ---> 7d6c0d59c700 13:20:37 Step 12/21 : ENV APP_PORT=59860 13:20:37 Removing intermediate container ef9d3f57b23d 13:20:37 ---> 22be0b84fc29 13:20:37 13:20:37 Step 9/30 : FROM alpine:3.14 13:20:37 ---> 14119a10abf4 13:20:37 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:20:37 ---> Running in 18fee3cdcd26 13:20:37 ---> c90af06fe5f9 13:20:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:20:37 ---> Running in 89977398fb10 13:20:37 Removing intermediate container 18fee3cdcd26 13:20:37 ---> 4f20f1b7d5a3 13:20:37 Step 13/21 : EXPOSE $APP_PORT 13:20:37 Removing intermediate container 89977398fb10 13:20:37 ---> 8d23ef4facdc 13:20:37 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 13:20:37 ---> 725892b72abf 13:20:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:20:37 Removing intermediate container 3948c8aeb0c6 13:20:37 ---> 8a6fa2e9283d 13:20:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:20:37 ---> Running in 0df64add31b5 13:20:37 ---> Running in 0df0c1be6dfd 13:20:37 ---> Running in cd9d4d853631 13:20:37 Removing intermediate container 0df64add31b5 13:20:37 ---> a1c5da2e87ce 13:20:37 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 13:20:38 ---> 8f35599f46f8 13:20:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 13:20:38 Removing intermediate container 0df0c1be6dfd 13:20:38 ---> 9439593a954a 13:20:38 Step 12/22 : ENV APP_PORT=59882 13:20:38 ---> Running in 16595fb4675f 13:20:38 ---> a668f31409ae 13:20:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:20:38 Removing intermediate container 16595fb4675f 13:20:38 ---> 09fcc5e391e5 13:20:38 Step 13/22 : EXPOSE $APP_PORT 13:20:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:20:38 ---> Running in 85cc5799c792 13:20:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:20:38 ---> ac2faf2f2cba 13:20:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:20:38 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 13:20:38 Status: Downloaded newer image for docker:20.10.8 13:20:38 ---> bc6c0ffef665 13:20:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:20:38 (1/2) Installing dumb-init (1.2.5-r1) 13:20:38 (2/2) Installing su-exec (0.2-r1) 13:20:38 Executing busybox-1.33.1-r3.trigger 13:20:38 OK: 6 MiB in 16 packages 13:20:38 ---> 1ef77a577250 13:20:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:20:38 ---> Running in 059411bc8819 13:20:38 Removing intermediate container 85cc5799c792 13:20:38 ---> e3cecd6845d8 13:20:38 Step 14/22 : WORKDIR / 13:20:38 ---> Running in faaff6d0800e 13:20:38 ---> 5312a87a485c 13:20:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:20:38 Removing intermediate container 059411bc8819 13:20:38 ---> e0bcf485c5d1 13:20:38 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 13:20:38 ---> Running in 99d0abdcbedb 13:20:38 ---> ade5c8d6c41b 13:20:38 Step 17/21 : ENTRYPOINT ["/support-notifications"] 13:20:38 Removing intermediate container faaff6d0800e 13:20:38 ---> 74c96191cd29 13:20:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:20:39 ---> Running in 4dbe1a214af2 13:20:39 Removing intermediate container cd9d4d853631 13:20:39 ---> 7dfead4bab26 13:20:39 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 13:20:39 ---> Running in eae02611b42a 13:20:39 Removing intermediate container 4dbe1a214af2 13:20:39 ---> 38d7fa478c44 13:20:39 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:20:39 ---> 872ea3b4c750 13:20:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:20:39 ---> dcb3be25db6e 13:20:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:20:39 ---> Running in b1065a297162 13:20:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:20:39 Removing intermediate container eae02611b42a 13:20:39 ---> 239a903f8f0c 13:20:39 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:20:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:20:39 ---> Running in 37e79384e0ad 13:20:39 Removing intermediate container b1065a297162 13:20:39 ---> c1647c559889 13:20:39 Step 19/21 : LABEL arch=x86_64 13:20:39 ---> Running in ac83193e0d0e 13:20:39 Removing intermediate container 37e79384e0ad 13:20:39 ---> 4ee8aa847d4d 13:20:39 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:20:39 (1/42) Installing readline (8.1.0-r0) 13:20:39 (2/42) Installing bash (5.1.4-r0) 13:20:39 Executing bash-5.1.4-r0.post-install 13:20:39 (3/42) Installing brotli-libs (1.0.9-r5) 13:20:39 (4/42) Installing nghttp2-libs (1.43.0-r0) 13:20:39 (5/42) Installing libcurl (7.79.1-r0) 13:20:39 (6/42) Installing curl (7.79.1-r0) 13:20:39 (7/42) Installing dumb-init (1.2.5-r1) 13:20:39 (8/42) Installing libbz2 (1.0.8-r1) 13:20:39 (9/42) Installing expat (2.4.1-r0) 13:20:39 (10/42) Installing libffi (3.3-r2) 13:20:39 (11/42) Installing gdbm (1.19-r0) 13:20:39 (12/42) Installing xz-libs (5.2.5-r0) 13:20:39 ---> c4562a91ba22 13:20:39 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/ 13:20:39 (13/42) Installing libgcc (10.3.1_git20210424-r2) 13:20:39 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 13:20:39 ---> Running in 51aef13e6634 13:20:39 (15/42) Installing mpdecimal (2.5.1-r1) 13:20:39 (16/42) Installing sqlite-libs (3.35.5-r0) 13:20:39 (17/42) Installing python3 (3.9.5-r1) 13:20:39 Removing intermediate container ac83193e0d0e 13:20:39 ---> 8ece9c4f8afc 13:20:39 Step 20/21 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc 13:20:39 ---> Running in d229da4ad68a 13:20:40 ---> c5d5d22a035d 13:20:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:20:40 ---> Running in 9a11deaa1a4f 13:20:40 (18/42) Installing py3-appdirs (1.4.4-r2) 13:20:40 (19/42) Installing py3-chardet (4.0.0-r2) 13:20:40 (20/42) Installing py3-idna (3.2-r0) 13:20:40 (21/42) Installing py3-urllib3 (1.26.5-r0) 13:20:40 (22/42) Installing py3-certifi (2020.12.5-r1) 13:20:40 (23/42) Installing py3-requests (2.25.1-r4) 13:20:40 (24/42) Installing py3-msgpack (1.0.2-r1) 13:20:40 (25/42) Installing py3-lockfile (0.12.2-r4) 13:20:40 (26/42) Installing py3-cachecontrol (0.12.6-r1) 13:20:40 (27/42) Installing py3-colorama (0.4.4-r1) 13:20:40 (28/42) Installing py3-contextlib2 (0.6.0-r1) 13:20:40 (29/42) Installing py3-distlib (0.3.1-r3) 13:20:40 (30/42) Installing py3-distro (1.5.0-r3) 13:20:40 ---> 7010a35e0815 13:20:40 Step 18/22 : ENTRYPOINT ["/core-command"] 13:20:40 (31/42) Installing py3-six (1.15.0-r1) 13:20:40 (32/42) Installing py3-webencodings (0.5.1-r4) 13:20:40 (33/42) Installing py3-html5lib (1.1-r1) 13:20:40 (34/42) Installing py3-parsing (2.4.7-r2) 13:20:40 Removing intermediate container 9a11deaa1a4f 13:20:40 ---> afdd5d4bf410 13:20:40 Step 21/21 : LABEL version=0.0.0 13:20:40 (35/42) Installing py3-packaging (20.9-r1) 13:20:40 (36/42) Installing py3-toml (0.10.2-r2) 13:20:40 (37/42) Installing py3-pep517 (0.10.0-r2) 13:20:40 (38/42) Installing py3-progress (1.5-r2) 13:20:40 (39/42) Installing py3-retrying (1.3.3-r1) 13:20:40 (40/42) Installing py3-ordered-set (4.0.2-r1) 13:20:40 (41/42) Installing py3-setuptools (52.0.0-r3) 13:20:40 ---> Running in 42d3672a2043 13:20:41 (42/42) Installing py3-pip (20.3.4-r1) 13:20:41 ---> Running in 22c5a1b624ac 13:20:41 Executing busybox-1.33.1-r3.trigger 13:20:41 Removing intermediate container 42d3672a2043 13:20:41 ---> d2ea2103b0f6 13:20:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:20:41 OK: 84 MiB in 64 packages 13:20:41 INFO: Retrieving Pricing Info for: v3-standard-4 13:20:41 INFO: Archiving Costs [Pipeline] sh 13:20:41 Removing intermediate container 22c5a1b624ac 13:20:41 ---> 70426d1e3d65 13:20:41 13:20:41 ---> Running in 3887121600d8 13:20:42 Successfully built 70426d1e3d65 13:20:42 Removing intermediate container d229da4ad68a 13:20:42 ---> f86948d57125 13:20:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:20:42 Successfully tagged support-notifications:latest 13:20:42 Building support-scheduler 13:20:42  Building support-notifications ... done Removing intermediate container 51aef13e6634 13:20:42 ---> 58653e9fcf81 13:20:42 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 13:20:42 Removing intermediate container 3887121600d8 13:20:42 ---> 41c4c56d74e1 13:20:42 Step 20/22 : LABEL arch=x86_64 13:20:42 ---> Running in e546a47db124 13:20:42 ---> Running in b5e10643e0fb 13:20:42 ---> Running in 8e3fc44c2fbf 13:20:42 + cat /w/workspace/edgex-go/2/archives/cost.csv 13:20:42 + cut -d, -f6 [Pipeline] lock 13:20:42 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3761-2-stack-cost] 13:20:42 Collecting docker-compose==1.23.2 13:20:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:20:42 Resource [jenkins-edgexfoundry-edgex-go-PR-3761-2-stack-cost] did not exist. Created. 13:20:42 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3761-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:20:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 13:20:42 Removing intermediate container e546a47db124 13:20:42 ---> 22ce3054a595 13:20:42 Step 22/24 : LABEL arch=x86_64 13:20:42 Collecting PyYAML<4,>=3.10 13:20:42 Downloading PyYAML-3.13.tar.gz (270 kB) 13:20:42 Removing intermediate container b5e10643e0fb 13:20:42 ---> bace59bf3fe1 13:20:42 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:20:42 + echo total: 0.10999999940395355 [Pipeline] stash 13:20:43 Removing intermediate container 8e3fc44c2fbf 13:20:43 ---> 124c6f296b48 13:20:43 Step 21/22 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc 13:20:43 ---> Running in 495ad2415645 13:20:43 Collecting websocket-client<1.0,>=0.32.0 13:20:43 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 13:20:43 Collecting docker<4.0,>=3.6.0 13:20:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:20:43 Collecting dockerpty<0.5,>=0.4.1 13:20:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:20:43 ---> Running in 4d8967901761 13:20:43 Stashed 1 file(s) [Pipeline] } 13:20:43 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3761-2-stack-cost] [Pipeline] // lock [Pipeline] } 13:20:43 $ docker stop --time=1 c01df363a522b68c247776d5a4e23c50703b4e6b29334fdd8b4fba57010456c2 13:20:43 Collecting docopt<0.7,>=0.6.1 13:20:43 Downloading docopt-0.6.2.tar.gz (25 kB) 13:20:44 ---> f067ad5aef62 13:20:44 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:20:44 Collecting texttable<0.10,>=0.9.0 13:20:44 Downloading texttable-0.9.1.tar.gz (11 kB) 13:20:44 Removing intermediate container 495ad2415645 13:20:44 ---> 346013cfd6e0 13:20:44 Step 23/24 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc 13:20:44 Removing intermediate container 4d8967901761 13:20:44 ---> db7e7d720739 13:20:44 Step 22/22 : LABEL version=0.0.0 13:20:44 ---> Running in d0d78ab65e50 13:20:44 ---> Running in 552cbfabec07 13:20:44 ---> Running in 61eb08cd9523 13:20:44 Removing intermediate container 552cbfabec07 13:20:44 ---> ab09f9453d95 13:20:44 Step 24/24 : LABEL version=0.0.0 13:20:44 Removing intermediate container 61eb08cd9523 13:20:44 ---> f71e6a7e6bc9 13:20:44 13:20:44 ---> Running in 67720412a1f8 13:20:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:20:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:20:44 Collecting jsonschema<3,>=2.5.1 13:20:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:20:44 Successfully built f71e6a7e6bc9 13:20:44 Successfully tagged core-command:latest 13:20:44 Building core-data 13:20:44 Collecting cached-property<2,>=1.2.0 13:20:44  Building core-command ... done  Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:20:44 Removing intermediate container 67720412a1f8 13:20:44 ---> e51d598f1661 13:20:44 13:20:44 Collecting docker-pycreds>=0.4.0 13:20:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:20:44 Successfully built e51d598f1661 13:20:44 Successfully tagged security-secretstore-setup:latest 13:20:45  Building security-secretstore-setup ... done Building core-metadata 13:20:45 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) 13:20:45 Collecting urllib3<1.25,>=1.21.1 13:20:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:20:45 Collecting chardet<3.1.0,>=3.0.2 13:20:45 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 13:20:45 Collecting idna<2.8,>=2.5 13:20:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:20:45 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 13:20:45 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 13:20:45 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 13:20:45 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 13:20:45 $ docker rm -f c01df363a522b68c247776d5a4e23c50703b4e6b29334fdd8b4fba57010456c2 13:20:45 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 13:20:45 Attempting uninstall: urllib3 13:20:45 Found existing installation: urllib3 1.26.5 13:20:45 Uninstalling urllib3-1.26.5: 13:20:45 Successfully uninstalled urllib3-1.26.5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:20:45 Failed in branch arm64 13:20:46 Attempting uninstall: idna 13:20:46 Found existing installation: idna 3.2 13:20:46 Uninstalling idna-3.2: 13:20:46 Successfully uninstalled idna-3.2 13:20:47 Attempting uninstall: chardet 13:20:47 Found existing installation: chardet 4.0.0 13:20:47 Uninstalling chardet-4.0.0: 13:20:47 Successfully uninstalled chardet-4.0.0 13:20:48 Removing intermediate container d0d78ab65e50 13:20:48 ---> 51576c6449df 13:20:48 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 13:20:48 Attempting uninstall: requests 13:20:48 Found existing installation: requests 2.25.1 13:20:48 Uninstalling requests-2.25.1: 13:20:48 Successfully uninstalled requests-2.25.1 13:20:49 Running setup.py install for texttable: started 13:20:51 Running setup.py install for texttable: finished with status 'done' 13:20:51 Running setup.py install for PyYAML: started 13:20:51 Running setup.py install for PyYAML: finished with status 'done' 13:20:52 Running setup.py install for docopt: started 13:20:52 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 13:20:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:20:52 ---> b39538a32a9b 13:20:52 Step 3/22 : WORKDIR /edgex-go 13:20:52 ---> Using cache 13:20:52 ---> ce0ea4bc9f7c 13:20:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:20:52 ---> Using cache 13:20:52 ---> ae702f50b5d6 13:20:52 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:20:52 ---> a10cda1839ed 13:20:52 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:20:52 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 13:20:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:20:52 ---> b39538a32a9b 13:20:52 Step 3/22 : WORKDIR /edgex-go 13:20:52 ---> Using cache 13:20:52 ---> ce0ea4bc9f7c 13:20:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:20:52 ---> Using cache 13:20:52 ---> ae702f50b5d6 13:20:52 Step 5/22 : RUN apk add --update --no-cache make git 13:20:52 Running setup.py install for docopt: finished with status 'done' 13:20:52 Running setup.py install for dockerpty: started 13:20:53 ---> Running in cdc979b7a86e 13:20:53 Running setup.py install for dockerpty: finished with status 'done' 13:20:53 ---> Running in 1d82e54494c9 13:20:54 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 13:20:55 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:20:55 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:20:55 ---> c44b1fbaaf4b 13:20:55 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:20:55 ---> 8508ca21b756 13:20:55 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:20:55 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 13:20:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:20:55 ---> b39538a32a9b 13:20:55 Step 3/23 : WORKDIR /edgex-go 13:20:55 ---> Using cache 13:20:55 ---> ce0ea4bc9f7c 13:20:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:20:55 ---> Using cache 13:20:55 ---> ae702f50b5d6 13:20:55 Step 5/23 : RUN apk add --update --no-cache make git 13:20:55 ---> Running in 22e0c2f5388e 13:20:56 ---> 7115319c3a24 13:20:56 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:20:56 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:20:56 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:20:56 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:20:56 OK: 220 MiB in 52 packages 13:20:56 ---> 7116be3b035e 13:20:56 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 13:20:56 OK: 220 MiB in 52 packages 13:20:57 ---> Running in c5488fea086d 13:20:57 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:20:57 Removing intermediate container 1d82e54494c9 13:20:57 ---> c936bdda46f9 13:20:57 Step 6/22 : COPY . . 13:20:58 OK: 220 MiB in 52 packages 13:20:58 Removing intermediate container cdc979b7a86e 13:20:58 ---> 8c4eae69b680 13:20:58 Step 6/22 : COPY . . 13:20:58 Removing intermediate container c5488fea086d 13:20:58 ---> 2cf0b6ec61e3 13:20:58 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:20:59 ---> b657b1a10da3 13:20:59 Step 25/30 : RUN chmod +x /entrypoint.sh 13:21:01 Removing intermediate container 22e0c2f5388e 13:21:01 ---> aedc605a0255 13:21:01 Step 6/23 : COPY go.mod . 13:21:01 Removing intermediate container 99d0abdcbedb 13:21:01 ---> 9445bb03bed1 13:21:01 Step 13/22 : ENV APP_PORT=58890 13:21:01 ---> Running in cd33d32cbe92 13:21:01 ---> d1a8daa29e0b 13:21:01 Step 7/23 : RUN go mod download 13:21:01 ---> Running in f45f8ca11efa 13:21:01 ---> Running in 983787651ac7 13:21:01 Removing intermediate container f45f8ca11efa 13:21:01 ---> dcbc60981dd4 13:21:01 Step 14/22 : EXPOSE $APP_PORT 13:21:02 ---> Running in d2226373684f 13:21:02 Removing intermediate container d2226373684f 13:21:02 ---> aa3267e19a7d 13:21:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:21:03 Removing intermediate container cd33d32cbe92 13:21:03 ---> 71d898b66e93 13:21:03 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 13:21:03 ---> Running in 05f7b274a0ae 13:21:03 ---> 36ee3593bdd5 13:21:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:21:04 Removing intermediate container 05f7b274a0ae 13:21:04 ---> f68bd7496878 13:21:04 Step 27/30 : CMD ["gate"] 13:21:04 ---> 7def03afbba1 13:21:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:21:04 ---> Running in f3e1b3e74ab1 13:21:04 Removing intermediate container 983787651ac7 13:21:04 ---> ffabfde590d9 13:21:04 Step 8/23 : COPY . . 13:21:04 ---> 161f4e89040f 13:21:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:21:06 Removing intermediate container f3e1b3e74ab1 13:21:06 ---> 5e19787ba50e 13:21:06 Step 28/30 : LABEL arch=x86_64 13:21:06 ---> Running in d0e368a47eef 13:21:06 ---> ef54bf2e6225 13:21:06 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 13:21:06 ---> ef0085956fc7 13:21:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:21:06 ---> Running in 238f19b4c43e 13:21:06 ---> Running in b05b28c33cdf 13:21:06 ---> Running in 79195cdf01b8 13:21:06 Removing intermediate container 238f19b4c43e 13:21:06 ---> 977954c17874 13:21:06 Step 29/30 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc 13:21:06 Removing intermediate container b05b28c33cdf 13:21:06 ---> 799dc93f5ac0 13:21:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:21:06 ---> Running in 33ef42f9a976 13:21:07 ---> Running in f1874c1c3bd8 13:21:07 Removing intermediate container 33ef42f9a976 13:21:07 ---> 7f1dd21cea04 13:21:07 Step 30/30 : LABEL version=0.0.0 13:21:07 Removing intermediate container f1874c1c3bd8 13:21:07 ---> 8f821af94240 13:21:07 Step 20/22 : LABEL arch=x86_64 13:21:07 ---> Running in 446eeeb41724 13:21:07 ---> Running in f78c1c358c45 13:21:08 Removing intermediate container 446eeeb41724 13:21:08 ---> 0cdf1e1cb916 13:21:08 13:21:08 Removing intermediate container f78c1c358c45 13:21:08 ---> 56eede81fa17 13:21:08 Step 21/22 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc 13:21:08 Removing intermediate container d0e368a47eef 13:21:08 ---> d57a741910f9 13:21:08 Step 8/22 : RUN make cmd/core-data/core-data 13:21:08 Successfully built 0cdf1e1cb916 13:21:08 Successfully tagged security-bootstrapper:latest 13:21:08 Building security-proxy-setup 13:21:08 ---> Running in 7a80c061fb66 13:21:08  Building security-bootstrapper ... done  ---> Running in 1031efa948d0 13:21:08 Removing intermediate container 79195cdf01b8 13:21:08 ---> e6083f5a566e 13:21:08 Step 8/22 : RUN make cmd/core-metadata/core-metadata 13:21:10 ---> Running in 766d1b72daea 13:21:10 Removing intermediate container 7a80c061fb66 13:21:10 ---> 4e6ce4560ac9 13:21:10 Step 22/22 : LABEL version=0.0.0 13:21:10 ---> 6d754634a729 13:21:10 Step 9/23 : RUN go mod tidy 13:21:10 ---> Running in abf1fcb29345 13:21:10 ---> Running in 2d6d856e96ae 13:21:10 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 13:21:10 Removing intermediate container abf1fcb29345 13:21:10 ---> 4d6d76182633 13:21:10 13:21:10 Successfully built 4d6d76182633 13:21:10 Successfully tagged sys-mgmt-agent:latest 13:21:11  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 13:21:12 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 13:21:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 13:21:12 ---> b39538a32a9b 13:21:12 Step 3/20 : WORKDIR /edgex-go 13:21:12 ---> Using cache 13:21:12 ---> ce0ea4bc9f7c 13:21:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:21:12 ---> Using cache 13:21:12 ---> ae702f50b5d6 13:21:12 Step 5/20 : RUN apk add --update --no-cache make git 13:21:12 ---> Using cache 13:21:12 ---> aedc605a0255 13:21:12 Step 6/20 : COPY . . 13:21:18 Removing intermediate container 2d6d856e96ae 13:21:18 ---> 7a7d021272ef 13:21:18 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 13:21:18 ---> 1d3f484fe0c9 13:21:18 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:21:18 ---> Running in b7664e59fd1f 13:21:18 ---> Running in e3a2ef16af9c 13:21:18 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 13:21:19 Removing intermediate container b7664e59fd1f 13:21:19 ---> 6c7b001b4cb1 13:21:19 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:21:19 ---> Running in 1561a7a32d67 13:21:20 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 13:21:46 Removing intermediate container 766d1b72daea 13:21:46 ---> ab3955db63b7 13:21:46 13:21:46 Step 9/22 : FROM alpine:3.14 13:21:46 ---> 14119a10abf4 13:21:46 Step 10/22 : RUN apk add --update --no-cache dumb-init 13:21:46 ---> Using cache 13:21:46 ---> 8a6fa2e9283d 13:21:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:21:46 ---> Using cache 13:21:46 ---> 9439593a954a 13:21:46 Step 12/22 : ENV APP_PORT=59881 13:21:46 ---> Running in 438e68312999 13:21:46 Removing intermediate container 438e68312999 13:21:46 ---> 6698451979c6 13:21:46 Step 13/22 : EXPOSE $APP_PORT 13:21:46 ---> Running in 3f23fce7d1a5 13:21:46 Removing intermediate container 3f23fce7d1a5 13:21:46 ---> e584b1306ee2 13:21:46 Step 14/22 : WORKDIR / 13:21:46 ---> Running in 9ce493b2a543 13:21:46 Removing intermediate container 9ce493b2a543 13:21:46 ---> c6faa001b532 13:21:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:21:47 ---> 8731f1d9aa9d 13:21:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:21:47 ---> b8425e902762 13:21:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:21:48 ---> 1e1747d7b866 13:21:48 Step 18/22 : ENTRYPOINT ["/core-metadata"] 13:21:48 ---> Running in 4b6fbce3abbb 13:21:48 Removing intermediate container 4b6fbce3abbb 13:21:48 ---> 9dc69dedfbde 13:21:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:21:48 ---> Running in cc0532b19af4 13:21:48 Removing intermediate container cc0532b19af4 13:21:48 ---> e7d5115ed691 13:21:48 Step 20/22 : LABEL arch=x86_64 13:21:48 ---> Running in 7c1761405f5a 13:21:48 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 13:21:48 Removing intermediate container 7c1761405f5a 13:21:48 ---> a453949c477c 13:21:48 Step 21/22 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc 13:21:49 ---> Running in 8025f24d22ba 13:21:49 Removing intermediate container 8025f24d22ba 13:21:49 ---> e6a935704ecb 13:21:49 Step 22/22 : LABEL version=0.0.0 13:21:49 ---> Running in 643a6b30e863 13:21:49 Removing intermediate container 643a6b30e863 13:21:49 ---> 401f11c506f2 13:21:49 13:21:49 Successfully built 401f11c506f2 13:21:49 Successfully tagged core-metadata:latest 13:21:51  Building core-metadata ... done Removing intermediate container 1031efa948d0 13:21:51 ---> 097620ec5de0 13:21:51 13:21:51 Step 9/22 : FROM alpine:3.14 13:21:51 ---> 14119a10abf4 13:21:51 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:21:51 Removing intermediate container e3a2ef16af9c 13:21:51 ---> 79dbb61fad88 13:21:51 13:21:51 Step 11/23 : FROM alpine:3.14 13:21:51 ---> 14119a10abf4 13:21:51 Step 12/23 : RUN apk add --update --no-cache dumb-init 13:21:51 ---> Using cache 13:21:51 ---> 8a6fa2e9283d 13:21:51 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:21:51 ---> Using cache 13:21:51 ---> 9439593a954a 13:21:51 Step 14/23 : ENV APP_PORT=59861 13:21:51 ---> Running in 6769ba77837b 13:21:51 ---> Running in 8f13c99d1057 13:21:51 Removing intermediate container 8f13c99d1057 13:21:51 ---> b399f0e2ee44 13:21:51 Step 15/23 : EXPOSE $APP_PORT 13:21:51 Removing intermediate container 6769ba77837b 13:21:51 ---> f3fd54a59e92 13:21:51 Step 11/22 : ENV APP_PORT=59880 13:21:51 ---> Running in 7bb621ba341e 13:21:51 ---> Running in b52795465ff5 13:21:52 Removing intermediate container 7bb621ba341e 13:21:52 ---> fc1e1d4bc1c5 13:21:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:21:52 Removing intermediate container b52795465ff5 13:21:52 ---> 56656c4881a5 13:21:52 Step 12/22 : EXPOSE $APP_PORT 13:21:52 ---> Running in 49a52d82670f 13:21:52 ---> 0caab5a6a5ed 13:21:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:21:52 Removing intermediate container 1561a7a32d67 13:21:52 ---> 09bbc14f85b3 13:21:52 13:21:52 Step 9/20 : FROM alpine:3.14 13:21:52 ---> 14119a10abf4 13:21:52 Step 10/20 : RUN apk add --update --no-cache curl 13:21:52 ---> Running in fbe8387db48e 13:21:52 Removing intermediate container 49a52d82670f 13:21:52 ---> c5af5a880a23 13:21:52 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:21:52 ---> Running in cb6b0caef571 13:21:52 ---> b1a0a7df5906 13:21:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:21:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:21:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:21:52 ---> bd5c070587ef 13:21:52 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 13:21:52 (1/5) Installing ca-certificates (20191127-r5) 13:21:52 (2/5) Installing brotli-libs (1.0.9-r5) 13:21:52 (3/5) Installing nghttp2-libs (1.43.0-r0) 13:21:52 (4/5) Installing libcurl (7.79.1-r0) 13:21:52 ---> Running in 21c6373977ed 13:21:53 (5/5) Installing curl (7.79.1-r0) 13:21:53 Executing busybox-1.33.1-r3.trigger 13:21:53 Executing ca-certificates-20191127-r5.trigger 13:21:53 OK: 8 MiB in 19 packages 13:21:53 Removing intermediate container 21c6373977ed 13:21:53 ---> be79f0039a5f 13:21:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:21:53 Removing intermediate container cb6b0caef571 13:21:53 ---> c43cf9235454 13:21:53 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 13:21:53 ---> Running in 5e5fe603de27 13:21:53 ---> Running in f74ed59d01c6 13:21:53 Removing intermediate container 5e5fe603de27 13:21:53 ---> d6433fee4560 13:21:53 Step 21/23 : LABEL arch=x86_64 13:21:53 ---> Running in 87e88d8c016f 13:21:53 Removing intermediate container fbe8387db48e 13:21:53 ---> 6dd8d67f7d21 13:21:53 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:21:53 ---> Running in f3dff830fa8a 13:21:53 Removing intermediate container 87e88d8c016f 13:21:53 ---> e47ff4eb25b4 13:21:53 Step 22/23 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc 13:21:53 ---> Running in 56f866a76067 13:21:53 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 13:21:53 Removing intermediate container f3dff830fa8a 13:21:53 ---> 038096a5fc71 13:21:53 Step 12/20 : WORKDIR /edgex 13:21:53 ---> Running in e69446812f9f 13:21:53 Removing intermediate container 56f866a76067 13:21:53 ---> 2cef4eb6f60a 13:21:53 Step 23/23 : LABEL version=0.0.0 13:21:53 ---> Running in 53a7f6a2eba1 13:21:53 Removing intermediate container e69446812f9f 13:21:53 ---> fe9f851255f0 13:21:53 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:21:53 Removing intermediate container 53a7f6a2eba1 13:21:53 ---> 61ccf4e4f820 13:21:53 13:21:53 Successfully built 61ccf4e4f820 13:21:53 Successfully tagged support-scheduler:latest 13:21:53  Building support-scheduler ... done  ---> 52af6b411aa1 13:21:53 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:21:54 ---> 46041491ec5c 13:21:54 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:21:54 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 13:21:54 ---> 658a65fc5399 13:21:54 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:21:54 ---> Running in 30844ec9981b 13:21:54 Removing intermediate container 30844ec9981b 13:21:54 ---> 29afcc30e4c0 13:21:54 Step 17/20 : CMD ["--init=true"] 13:21:54 ---> Running in 93d08134db2c 13:21:54 Removing intermediate container 93d08134db2c 13:21:54 ---> edd666f37601 13:21:54 Step 18/20 : LABEL arch=x86_64 13:21:54 ---> Running in 2ec281e2ec68 13:21:54 (1/6) Installing dumb-init (1.2.5-r1) 13:21:54 Removing intermediate container 2ec281e2ec68 13:21:54 ---> 18d0916b0e41 13:21:54 Step 19/20 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc 13:21:54 ---> Running in 75d3268e1efa 13:21:54 (2/6) Installing libgcc (10.3.1_git20210424-r2) 13:21:54 Removing intermediate container 75d3268e1efa 13:21:54 ---> d2959dab441b 13:21:54 Step 20/20 : LABEL version=0.0.0 13:21:54 ---> Running in bf3ca4314fad 13:21:54 (3/6) Installing libsodium (1.0.18-r0) 13:21:54 Removing intermediate container bf3ca4314fad 13:21:54 ---> 73b92289ba23 13:21:54 13:21:54 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 13:21:54 Successfully built 73b92289ba23 13:21:55 Successfully tagged security-proxy-setup:latest 13:21:55  Building security-proxy-setup ... done (5/6) Installing libzmq (4.3.4-r0) 13:21:55 (6/6) Installing zeromq (4.3.4-r0) 13:21:55 Executing busybox-1.33.1-r3.trigger 13:21:55 OK: 8 MiB in 20 packages 13:21:55 Removing intermediate container f74ed59d01c6 13:21:55 ---> b5533a1266fa 13:21:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:21:55 ---> 33de70f68356 13:21:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:21:56 ---> f586e7a14451 13:21:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:21:56 ---> 8d466ee503d7 13:21:56 Step 18/22 : ENTRYPOINT ["/core-data"] 13:21:56 ---> Running in 1dfffb413962 13:21:56 Removing intermediate container 1dfffb413962 13:21:56 ---> f63e35e5e7ad 13:21:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:21:56 ---> Running in a3f940bb99ac 13:21:56 Removing intermediate container a3f940bb99ac 13:21:56 ---> f91b25dc7542 13:21:56 Step 20/22 : LABEL arch=x86_64 13:21:56 ---> Running in 5e771ebacc0e 13:21:56 Removing intermediate container 5e771ebacc0e 13:21:56 ---> 64d96e066dcf 13:21:56 Step 21/22 : LABEL git_sha=943c01eb7717edc9dede6c7f284d9c212c5cc3bc 13:21:56 ---> Running in b85ca10bd609 13:21:56 Removing intermediate container b85ca10bd609 13:21:56 ---> f75b8e2cfd4f 13:21:56 Step 22/22 : LABEL version=0.0.0 13:21:56 ---> Running in 6b13e96d7f7e 13:21:56 Removing intermediate container 6b13e96d7f7e 13:21:56 ---> 6a8879622bda 13:21:56 13:21:57 Successfully built 6a8879622bda 13:21:57 Successfully tagged core-data:latest 13:21:57  Building core-data ... done  [Pipeline] } 13:21:57 $ docker stop --time=1 fe14e40ba71c2284177ac00f48310e02e0de2d54c4a6e2e3db3cf6825febfe22 13:21:58 $ docker rm -f fe14e40ba71c2284177ac00f48310e02e0de2d54c4a6e2e3db3cf6825febfe22 [Pipeline] // withDockerContainer [Pipeline] sh 13:21:58 + docker images 13:21:58 REPOSITORY TAG IMAGE ID CREATED SIZE 13:21:58 core-data latest 6a8879622bda 2 seconds ago 20.5MB 13:21:58 security-proxy-setup latest 73b92289ba23 4 seconds ago 26.7MB 13:21:58 support-scheduler latest 61ccf4e4f820 5 seconds ago 16.1MB 13:21:58 09bbc14f85b3 7 seconds ago 1.76GB 13:21:58 79dbb61fad88 7 seconds ago 1.75GB 13:21:58 097620ec5de0 8 seconds ago 1.76GB 13:21:58 core-metadata latest 401f11c506f2 9 seconds ago 16.8MB 13:21:58 ab3955db63b7 13 seconds ago 1.76GB 13:21:58 sys-mgmt-agent latest 4d6d76182633 48 seconds ago 294MB 13:21:58 security-bootstrapper latest 0cdf1e1cb916 51 seconds ago 18.8MB 13:21:58 security-secretstore-setup latest e51d598f1661 About a minute ago 28.2MB 13:21:58 core-command latest f71e6a7e6bc9 About a minute ago 16MB 13:21:58 support-notifications latest 70426d1e3d65 About a minute ago 16.8MB 13:21:58 22be0b84fc29 About a minute ago 1.75GB 13:21:58 472d30db6528 About a minute ago 1.75GB 13:21:58 a78e519b9f8e About a minute ago 1.76GB 13:21:58 e0b6afc7eca5 About a minute ago 1.76GB 13:21:58 a6ce1c69307d About a minute ago 1.75GB 13:21:58 ci-base-image-x86_64 latest b39538a32a9b 5 minutes ago 1.25GB 13:21:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 5 days ago 548MB 13:21:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 11 days ago 34.5MB 13:21:58 docker 20.10.8 bc6c0ffef665 6 weeks ago 214MB 13:21:58 alpine 3.14 14119a10abf4 7 weeks ago 5.6MB 13:21:58 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 13:22:14 Still waiting to schedule task 13:22:14 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 13:22:52 Running on prd-ubuntu18.04-docker-8c-8g-15 in /w/workspace/edgexfoundry_edgex-go_PR-3761 [Pipeline] { [Pipeline] ws 13:22:52 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] libraryResource [Pipeline] sh 13:22:53 + echo snap-build.sh 13:22:53 snap-build.sh 13:22:53 + SNAP_BASE_DIR=. 13:22:53 + '[' '!' -z /w/workspace/edgex-go/2 ']' 13:22:53 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 13:22:53 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 13:22:53 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 13:22:53 + cd /w/workspace/edgex-go/2 13:22:53 + sudo apt-get remove -qy --purge lxd lxd-client 13:22:53 Reading package lists... 13:22:53 Building dependency tree... 13:22:53 Reading state information... 13:22:53 The following packages were automatically installed and are no longer required: 13:22:53 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 13:22:53 uidmap xdelta3 13:22:53 Use 'sudo apt autoremove' to remove them. 13:22:53 The following packages will be REMOVED: 13:22:53 lxd* lxd-client* 13:22:53 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 13:22:53 After this operation, 31.7 MB disk space will be freed. 13:22:53 (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.) 13:22:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 13:22:54 Removing lxd dnsmasq configuration 13:22:54 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 13:22:54 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 13:22:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:22:55 (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.) 13:22:55 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 13:22:57 Processing triggers for systemd (237-3ubuntu10.45) ... 13:22:57 Processing triggers for ureadahead (0.100.0-21) ... 13:22:57 + sudo snap remove --purge lxd 13:22:57 snap "lxd" is not installed 13:22:57 + sudo groupadd --force --system lxd 13:22:57 ++ whoami 13:22:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 13:22:57 + newgrp - lxd 13:22:57 + sudo snap install lxd 13:23:09 2021-10-19T13:23:07Z INFO Waiting for automatic snapd restart... 13:23:31 lxd 4.19 from Canonical* installed 13:23:31 + sudo lxd init --auto 13:23:39 + sudo snap install --classic snapcraft 13:23:52 snapcraft 5.0 from Canonical* installed 13:23:52 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 13:23:52 + sudo snapcraft prime --use-lxd 13:23:54 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 13:23:54 Could not find snap/snapcraft.yaml. Are you sure you are in the right directory? 13:23:54 To start a new project, use `snapcraft init` [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:23:54 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 13:23:55 + '[' -d /w/workspace/edgex-go/2/archives ']' [Pipeline] libraryResource [Pipeline] sh 13:23:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:23:56 ---> package-listing.sh 13:23:56 ++ facter osfamily 13:23:56 ++ tr '[:upper:]' '[:lower:]' 13:23:56 + OS_FAMILY=redhat 13:23:56 + workspace=/w/workspace/edgex-go/2 13:23:56 + START_PACKAGES=/tmp/packages_start.txt 13:23:56 + END_PACKAGES=/tmp/packages_end.txt 13:23:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:23:56 + PACKAGES=/tmp/packages_start.txt 13:23:56 + '[' /w/workspace/edgex-go/2 ']' 13:23:56 + PACKAGES=/tmp/packages_end.txt 13:23:56 + case "${OS_FAMILY}" in 13:23:56 + rpm -qa 13:23:56 + sort 13:24:00 + '[' -f /tmp/packages_start.txt ']' 13:24:00 + '[' -f /tmp/packages_end.txt ']' 13:24:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:24:00 + '[' /w/workspace/edgex-go/2 ']' 13:24:00 + mkdir -p /w/workspace/edgex-go/2/archives/ 13:24:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 13:24:00 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 13:24:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:24:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:24:00 13:24:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 13:24:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:24:01 latest: Pulling from edgex-lftools-log-publisher 13:24:01 b4d181a07f80: Pulling fs layer 13:24:01 a1111a8f2ec3: Pulling fs layer 13:24:01 ed53099fbce6: Pulling fs layer 13:24:01 dc539afda2c1: Pulling fs layer 13:24:01 77bc0d833cb6: Pulling fs layer 13:24:01 9065ff56babe: Pulling fs layer 13:24:01 d287ab97295c: Pulling fs layer 13:24:01 dc539afda2c1: Waiting 13:24:01 77bc0d833cb6: Waiting 13:24:01 9065ff56babe: Waiting 13:24:01 d287ab97295c: Waiting 13:24:01 a1111a8f2ec3: Verifying Checksum 13:24:01 a1111a8f2ec3: Download complete 13:24:01 dc539afda2c1: Verifying Checksum 13:24:01 dc539afda2c1: Download complete 13:24:01 ed53099fbce6: Verifying Checksum 13:24:01 ed53099fbce6: Download complete 13:24:01 9065ff56babe: Verifying Checksum 13:24:01 9065ff56babe: Download complete 13:24:01 77bc0d833cb6: Verifying Checksum 13:24:01 77bc0d833cb6: Download complete 13:24:01 b4d181a07f80: Verifying Checksum 13:24:01 b4d181a07f80: Download complete 13:24:02 d287ab97295c: Verifying Checksum 13:24:02 d287ab97295c: Download complete 13:24:03 b4d181a07f80: Pull complete 13:24:03 a1111a8f2ec3: Pull complete 13:24:04 ed53099fbce6: Pull complete 13:24:04 dc539afda2c1: Pull complete 13:24:04 77bc0d833cb6: Pull complete 13:24:04 9065ff56babe: Pull complete 13:24:10 d287ab97295c: Pull complete 13:24:10 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 13:24:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:24:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 13:24:11 prd-centos7-docker-4c-2g-12 does not seem to be running inside a container 13:24:11 $ 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 13:24:14 $ docker top c27908d1706bb1bb651298e6ddf4b0700a0e6404e3a718897ec96b6a329e4e2e -eo pid,comm [Pipeline] { [Pipeline] sh 13:24:14 + touch /tmp/pre-build-complete [Pipeline] sh 13:24:14 + mkdir -p /var/log/sysstat [Pipeline] sh 13:24:15 + ls /var/log/sa-host 13:24:15 + sadf -c /var/log/sa-host/sa19 13:24:15 file_magic: OK 13:24:15 HZ: Using current value: 100 13:24:15 file_header: OK 13:24:15 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 13:24:15 Statistics: 13:24:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:24:15 File successfully converted to sysstat format version 12.0.3 13:24:15 + sadf -c /var/log/sa-host/sa30 13:24:15 file_magic: OK 13:24:15 HZ: Using current value: 100 13:24:15 file_header: OK 13:24:15 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 13:24:15 Statistics: 13:24:15 Hnuu...uuuununununu...Hnuu...uuuununununu... 13:24:15 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:24:15 provisioning config files... 13:24:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6250709074929395806tmp [Pipeline] { [Pipeline] echo 13:24:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:24:15 ---> create-netrc.sh [Pipeline] } 13:24:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:24:16 ---> python-tools-install.sh [Pipeline] echo 13:24:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:24:16 ---> sudo-logs.sh 13:24:16 Archiving 'sudo' log.. 13:24:16 sudo: unable to resolve host prd-centos7-docker-4c-2g-12.novalocal: Name or service not known 13:24:16 sudo: unable to resolve host prd-centos7-docker-4c-2g-12.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 13:24:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:24:16 ---> job-cost.sh 13:24:16 lf-activate-venv: SKIPPING 13:24:16 DEBUG: total: 0.10999999940395355 13:24:16 INFO: Retrieving Stack Cost... 13:24:17 INFO: Retrieving Pricing Info for: v3-standard-2 13:24:17 INFO: Archiving Costs [Pipeline] echo 13:24:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:24:17 ---> logs-deploy.sh 13:24:17 lf-activate-venv: SKIPPING 13:24:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3761/2 13:24:17 INFO: archiving workspace using pattern(s): 13:24:18 Archives upload complete. 13:24:18 INFO: archiving logs to Nexus 13:24:19 ---> uname -a: 13:24:19 Linux prd-centos7-docker-4c-2g-12.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 13:24:19 13:24:19 13:24:19 ---> lscpu: 13:24:19 Architecture: x86_64 13:24:19 CPU op-mode(s): 32-bit, 64-bit 13:24:19 Byte Order: Little Endian 13:24:19 Address sizes: 40 bits physical, 48 bits virtual 13:24:19 CPU(s): 2 13:24:19 On-line CPU(s) list: 0,1 13:24:19 Thread(s) per core: 1 13:24:19 Core(s) per socket: 1 13:24:19 Socket(s): 2 13:24:19 NUMA node(s): 1 13:24:19 Vendor ID: AuthenticAMD 13:24:19 CPU family: 23 13:24:19 Model: 49 13:24:19 Model name: AMD EPYC-Rome Processor 13:24:19 Stepping: 0 13:24:19 CPU MHz: 2799.998 13:24:19 BogoMIPS: 5599.99 13:24:19 Virtualization: AMD-V 13:24:19 Hypervisor vendor: KVM 13:24:19 Virtualization type: full 13:24:19 L1d cache: 32K 13:24:19 L1i cache: 32K 13:24:19 L2 cache: 512K 13:24:19 L3 cache: 16384K 13:24:19 NUMA node0 CPU(s): 0,1 13:24:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 13:24:19 13:24:19 13:24:19 ---> nproc: 13:24:19 2 13:24:19 13:24:19 13:24:19 ---> df -h: 13:24:19 Filesystem Size Used Avail Use% Mounted on 13:24:19 overlay 40G 14G 27G 35% / 13:24:19 tmpfs 64M 0 64M 0% /dev 13:24:19 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 13:24:19 shm 64M 0 64M 0% /dev/shm 13:24:19 /dev/vda1 40G 14G 27G 35% /facter-os 13:24:19 13:24:19 13:24:19 ---> sar -b -r -n DEV: 13:24:19 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/19/21 _x86_64_ (2 CPU) 13:24:19 13:24:19 13:14:17 LINUX RESTART (2 CPU) 13:24:19 13:24:19 13:15:02 tps rtps wtps bread/s bwrtn/s 13:24:19 13:16:01 279.00 1.20 277.80 668.74 73957.26 13:24:19 13:17:01 162.17 0.00 162.17 0.00 32843.49 13:24:19 13:18:01 55.61 0.00 55.61 0.00 7122.84 13:24:19 13:19:01 167.29 0.02 167.28 0.53 21511.59 13:24:19 13:20:01 790.73 372.10 418.64 14535.91 297636.67 13:24:19 13:21:01 594.71 131.37 463.33 5668.44 178611.25 13:24:19 13:22:01 434.53 88.30 346.23 4557.75 132771.57 13:24:19 13:23:02 5.96 0.08 5.88 0.67 214.52 13:24:19 13:24:01 55.95 55.72 0.22 4074.93 3.15 13:24:19 Average: 283.36 72.27 211.09 3282.72 82932.00 13:24:19 13:24:19 13:15:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:24:19 13:16:01 2822908 0 997736 12.46 2620 4185676 1591972 17.58 1621048 3044772 523360 13:24:19 13:17:01 3287372 0 1052344 13.14 2620 3666604 1742724 19.24 1435996 2805772 208700 13:24:19 13:18:01 3235304 0 1088068 13.59 2620 3682948 1733368 19.14 1398728 2890788 178552 13:24:19 13:19:01 3154640 0 1064972 13.30 2620 3786708 1746828 19.29 1374888 2977288 40 13:24:19 13:20:01 836668 0 1599120 19.97 2620 5570532 3658100 40.39 2708584 3834400 60404 13:24:19 13:21:01 119404 0 1347404 16.82 2620 6539512 2663520 29.41 3222276 4013032 19720 13:24:19 13:22:01 2381316 0 1154264 14.41 2620 4470740 1526860 16.86 1446092 3555940 20 13:24:19 13:23:02 2390400 0 1145172 14.30 2620 4470748 1401052 15.47 1441524 3555148 12 13:24:19 13:24:01 2250356 0 1164812 14.54 2620 4591152 1568696 17.32 1464556 3673024 180 13:24:19 Average: 2275374 0 1179321 14.73 2620 4551624 1959236 21.63 1790410 3372240 110110 13:24:19 13:24:19 13:15:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:24:19 13:16:01 eth0 755.67 1002.01 8378.57 112.88 0.00 0.00 0.00 0.00 13:24:19 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:16:01 docker0 897.27 578.90 77.12 4786.51 0.00 0.00 0.00 0.00 13:24:19 13:17:01 eth0 37.21 21.63 36.37 15.32 0.00 0.00 0.00 0.00 13:24:19 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:17:01 vethb3636f9 0.33 0.47 0.03 0.04 0.00 0.00 0.00 0.00 13:24:19 13:17:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 13:24:19 13:18:01 eth0 17.20 9.20 12.89 6.86 0.00 0.00 0.00 0.00 13:24:19 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:18:01 vethb3636f9 1.53 1.53 0.12 0.12 0.00 0.00 0.00 0.00 13:24:19 13:18:01 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 13:24:19 13:19:01 vethb44bc84 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 13:24:19 13:19:01 eth0 101.37 66.44 1691.82 123.93 0.00 0.00 0.00 0.00 13:24:19 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:20:01 veth5a8d4bf 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 13:24:19 13:20:01 veth4b62690 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:24:19 13:20:01 veth4c73279 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:24:19 13:20:01 veth9b94922 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:24:19 13:21:01 veth4b266b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:21:01 veth5a8d4bf 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 13:24:19 13:21:01 veth1993718 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:21:01 eth0 1932.11 1823.44 15287.48 388.84 0.00 0.00 0.00 0.00 13:24:19 13:22:01 eth0 51.57 33.04 128.82 124.28 0.00 0.00 0.00 0.00 13:24:19 13:22:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:24:19 13:22:01 docker0 937.31 686.93 79.41 5647.88 0.00 0.00 0.00 0.00 13:24:19 13:23:02 eth0 2.18 1.05 1.03 0.47 0.00 0.00 0.00 0.00 13:24:19 13:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:24:01 eth0 10.11 6.32 10.43 3.88 0.00 0.00 0.00 0.00 13:24:19 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 Average: eth0 130.66 136.74 1344.32 47.02 0.00 0.00 0.00 0.00 13:24:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:24:19 Average: docker0 104.54 76.61 8.86 629.90 0.00 0.00 0.00 0.00 13:24:19 13:24:19 13:24:19 ---> sar -P ALL: 13:24:19 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/19/21 _x86_64_ (2 CPU) 13:24:19 13:24:19 13:14:17 LINUX RESTART (2 CPU) 13:24:19 13:24:19 13:15:02 CPU %user %nice %system %iowait %steal %idle 13:24:19 13:16:01 all 35.83 0.00 12.82 3.54 0.17 47.64 13:24:19 13:16:01 0 40.82 0.00 13.13 3.25 0.17 42.63 13:24:19 13:16:01 1 30.94 0.00 12.51 3.83 0.17 52.56 13:24:19 13:17:01 all 67.01 0.00 10.76 1.65 0.17 20.41 13:24:19 13:17:01 0 67.25 0.00 10.98 1.76 0.17 19.84 13:24:19 13:17:01 1 66.77 0.00 10.55 1.54 0.17 20.98 13:24:19 13:18:01 all 36.75 0.00 4.93 0.46 0.10 57.76 13:24:19 13:18:01 0 36.98 0.00 5.11 0.56 0.11 57.24 13:24:19 13:18:01 1 36.52 0.00 4.75 0.35 0.09 58.28 13:24:19 13:19:01 all 62.67 0.00 9.08 1.64 0.16 26.46 13:24:19 13:19:01 0 62.05 0.00 9.80 1.72 0.16 26.26 13:24:19 13:19:01 1 63.28 0.00 8.35 1.56 0.15 26.66 13:24:19 13:20:01 all 45.39 0.00 21.72 24.89 0.19 7.81 13:24:19 13:20:01 0 45.82 0.00 21.93 25.13 0.17 6.95 13:24:19 13:20:01 1 44.96 0.00 21.52 24.65 0.20 8.67 13:24:19 13:21:01 all 69.70 0.00 19.02 8.81 0.19 2.28 13:24:19 13:21:01 0 70.15 0.00 18.38 8.87 0.19 2.41 13:24:19 13:21:01 1 69.26 0.00 19.66 8.74 0.19 2.15 13:24:19 13:22:01 all 67.15 0.00 15.66 4.26 0.15 12.78 13:24:19 13:22:01 0 66.92 0.00 15.91 4.12 0.15 12.91 13:24:19 13:22:01 1 67.39 0.00 15.42 4.39 0.15 12.65 13:24:19 13:23:02 all 0.27 0.00 0.07 0.00 0.01 99.66 13:24:19 13:23:02 0 0.28 0.00 0.07 0.00 0.02 99.63 13:24:19 13:23:02 1 0.25 0.00 0.07 0.00 0.00 99.68 13:24:19 13:24:01 all 1.86 0.00 0.40 1.65 0.03 96.05 13:24:19 13:24:01 0 2.11 0.00 0.48 2.13 0.03 95.25 13:24:19 13:24:01 1 1.62 0.00 0.32 1.17 0.03 96.85 13:24:19 Average: all 42.05 0.00 10.25 5.09 0.13 42.49 13:24:19 Average: 0 42.68 0.00 10.39 5.17 0.13 41.64 13:24:19 Average: 1 41.43 0.00 10.10 5.01 0.12 43.33 13:24:19 13:24:19 13:24:19