Pull request #3780 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4+fb769a0070cc1922608d3d80e9a209584ebd424b (5f33137a972dbe1066b43b270fb2885c24aaec0d) 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-ssh1156590339867806186.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-ssh3764512828278787013.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-3780/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-3780/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5074128134820981865.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-ssh8346162225001083301.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-3780/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-3780/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5972960617211685089.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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2146 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3@tmp/jenkins-gitclient-ssh5920048353393073024.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3@tmp/jenkins-gitclient-ssh2113839023945460196.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit fb769a0070cc1922608d3d80e9a209584ebd424b into PR head commit 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 Merge succeeded, producing 57c5767fd0b868d7175fad6103c897990ecf9e81 Checking out Revision 57c5767fd0b868d7175fad6103c897990ecf9e81 (PR-3780) > git config core.sparsecheckout # timeout=10 > git checkout -f 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 # 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/3@tmp/jenkins-gitclient-ssh431132848379499432.key > git merge fb769a0070cc1922608d3d80e9a209584ebd424b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57c5767fd0b868d7175fad6103c897990ecf9e81 # timeout=10 Commit message: "Merge commit 'fb769a0070cc1922608d3d80e9a209584ebd424b' into HEAD" > git rev-list --no-walk 7e08918acf5e9740a70ec71e4c2fd839ba24f03f # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:50:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:50:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:50:09 ========================================================= 00:50:09 EdgeX Global Pipelines Version Info 00:50:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:50:11 ------------------- 00:50:11 stable info: 00:50:11 ------------------- 00:50:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:50:11 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 00:50:11 Message: update stable to v1.0.210 00:50:11 ------------------- 00:50:11 experimental info: 00:50:11 ------------------- 00:50:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:50:11 Commit SHA: 6722a7c1c8ebe94597741d4fbba21f45702e0c7d 00:50:11 Message: testing jakarta lts changes [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3780 [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3780 [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3780 [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57c5767fd0b868d7175fad6103c897990ecf9e81 [Pipeline] echo 00:50:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57c5767 [Pipeline] echo 00:50:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:12 provisioning config files... 00:50:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8984559161986523082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:50:12 ---> docker-login.sh 00:50:12 nexus3.edgexfoundry.org:10001 00:50:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:12 Configure a credential helper to remove this warning. See 00:50:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:12 00:50:12 Login Succeeded 00:50:12 nexus3.edgexfoundry.org:10002 00:50:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:12 Configure a credential helper to remove this warning. See 00:50:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:12 00:50:12 Login Succeeded 00:50:12 nexus3.edgexfoundry.org:10003 00:50:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:12 Configure a credential helper to remove this warning. See 00:50:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:12 00:50:12 Login Succeeded 00:50:12 nexus3.edgexfoundry.org:10004 00:50:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:12 Configure a credential helper to remove this warning. See 00:50:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:12 00:50:12 Login Succeeded 00:50:12 docker.io 00:50:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:13 Configure a credential helper to remove this warning. See 00:50:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:13 00:50:13 Login Succeeded 00:50:13 ---> docker-login.sh ends [Pipeline] } 00:50:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:13 ++ 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 00:50:13 + for file in '`ls cmd/**/Dockerfile`' 00:50:13 ++ dirname cmd/core-command/Dockerfile 00:50:13 ++ cut -d/ -f2 00:50:13 + echo core-command,cmd/core-command/Dockerfile 00:50:13 + for file in '`ls cmd/**/Dockerfile`' 00:50:13 ++ dirname cmd/core-data/Dockerfile 00:50:13 ++ cut -d/ -f2 00:50:13 + echo core-data,cmd/core-data/Dockerfile 00:50:13 + for file in '`ls cmd/**/Dockerfile`' 00:50:13 ++ dirname cmd/core-metadata/Dockerfile 00:50:13 ++ cut -d/ -f2 00:50:13 + echo core-metadata,cmd/core-metadata/Dockerfile 00:50:13 + for file in '`ls cmd/**/Dockerfile`' 00:50:13 ++ dirname cmd/security-bootstrapper/Dockerfile 00:50:13 ++ cut -d/ -f2 00:50:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:50:13 + for file in '`ls cmd/**/Dockerfile`' 00:50:13 ++ dirname cmd/security-proxy-setup/Dockerfile 00:50:13 ++ cut -d/ -f2 00:50:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:50:13 + for file in '`ls cmd/**/Dockerfile`' 00:50:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:50:13 ++ cut -d/ -f2 00:50:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:50:13 + for file in '`ls cmd/**/Dockerfile`' 00:50:13 ++ dirname cmd/support-notifications/Dockerfile 00:50:13 ++ cut -d/ -f2 00:50:13 + echo support-notifications,cmd/support-notifications/Dockerfile 00:50:13 + for file in '`ls cmd/**/Dockerfile`' 00:50:13 ++ dirname cmd/support-scheduler/Dockerfile 00:50:13 ++ cut -d/ -f2 00:50:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:50:13 + for file in '`ls cmd/**/Dockerfile`' 00:50:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:50:13 ++ cut -d/ -f2 00:50:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:50:13 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 00:50:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:50:14 00:50:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:50:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:50:14 latest: Pulling from edgex-devops/git-semver 00:50:14 a0d0a0d46f8b: Pulling fs layer 00:50:14 3e5f54012d9b: Pulling fs layer 00:50:14 4c7163046ea9: Pulling fs layer 00:50:14 0c2d73faf560: Pulling fs layer 00:50:14 0c2d73faf560: Waiting 00:50:14 3e5f54012d9b: Download complete 00:50:14 a0d0a0d46f8b: Verifying Checksum 00:50:14 a0d0a0d46f8b: Download complete 00:50:14 0c2d73faf560: Verifying Checksum 00:50:14 0c2d73faf560: Download complete 00:50:14 4c7163046ea9: Verifying Checksum 00:50:14 4c7163046ea9: Download complete 00:50:14 a0d0a0d46f8b: Pull complete 00:50:14 3e5f54012d9b: Pull complete 00:50:15 4c7163046ea9: Pull complete 00:50:15 0c2d73faf560: Pull complete 00:50:15 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 00:50:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:50:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:50:15 prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container 00:50:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:50:18 $ docker top 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:18 [ssh-agent] Looking for ssh-agent implementation... 00:50:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:19 $ docker exec 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d ssh-agent 00:50:19 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXINCDoa/agent.15 00:50:19 SSH_AGENT_PID=21 00:50:19 Running ssh-add (command line suppressed) 00:50:19 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7949877163509432090.key (/w/workspace/edgex-go/3@tmp/private_key_7949877163509432090.key) 00:50:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:19 + git tag --points-at HEAD [Pipeline] } 00:50:19 $ docker exec --env ******** --env ******** 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d ssh-agent -k 00:50:19 unset SSH_AUTH_SOCK; 00:50:19 unset SSH_AGENT_PID; 00:50:19 echo Agent pid 21 killed; 00:50:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:50:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:19 [ssh-agent] Looking for ssh-agent implementation... 00:50:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:19 $ docker exec 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d ssh-agent 00:50:20 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfkCepe/agent.54 00:50:20 SSH_AGENT_PID=61 00:50:20 Running ssh-add (command line suppressed) 00:50:20 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2646339475482613013.key (/w/workspace/edgex-go/3@tmp/private_key_2646339475482613013.key) 00:50:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:20 + git semver init 00:50:20 # -> Open(): unable to determine branch for HEAD 00:50:20 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:50:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:50:20 # $SEMVER_REMOTE_NAME = origin 00:50:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:50:20 # $SEMVER_USER_NAME = edgex-jenkins 00:50:20 # $SEMVER_BRANCH = PR-3780 00:50:20 # $SEMVER_TEMP = /tmp/semver-917938201 00:50:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:50:32 # '/tmp/semver-917938201' -> '/w/workspace/edgex-go/3/.semver' 00:50:32 # -> Force: false 00:50:32 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:50:32 $ docker exec --env ******** --env ******** 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d ssh-agent -k 00:50:32 unset SSH_AUTH_SOCK; 00:50:32 unset SSH_AGENT_PID; 00:50:32 echo Agent pid 61 killed; 00:50:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:33 + git semver [Pipeline] } 00:50:33 $ docker stop --time=1 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d 00:50:35 $ docker rm -f 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d [Pipeline] // withDockerContainer [Pipeline] sh 00:50:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:50:35 Stashed 1 file(s) [Pipeline] echo 00:50:35 [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 00:50:36 ========================================================= 00:50:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 00:50:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:50:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 00:50:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 00:50:36 a0d0a0d46f8b: Already exists 00:50:36 31adcdaf11c8: Pulling fs layer 00:50:36 b8b176561691: Pulling fs layer 00:50:36 4527c011a84f: Pulling fs layer 00:50:36 5d74067f8e1e: Pulling fs layer 00:50:36 e0aca202a116: Pulling fs layer 00:50:36 3a43be97a3b4: Pulling fs layer 00:50:36 34cad66bf833: Pulling fs layer 00:50:36 b4e3c513aaa6: Pulling fs layer 00:50:36 5d74067f8e1e: Waiting 00:50:36 e0aca202a116: Waiting 00:50:36 3a43be97a3b4: Waiting 00:50:36 34cad66bf833: Waiting 00:50:36 b4e3c513aaa6: Waiting 00:50:36 b8b176561691: Verifying Checksum 00:50:36 b8b176561691: Download complete 00:50:36 31adcdaf11c8: Verifying Checksum 00:50:36 31adcdaf11c8: Download complete 00:50:36 5d74067f8e1e: Verifying Checksum 00:50:36 5d74067f8e1e: Download complete 00:50:36 e0aca202a116: Verifying Checksum 00:50:36 e0aca202a116: Download complete 00:50:36 3a43be97a3b4: Verifying Checksum 00:50:36 3a43be97a3b4: Download complete 00:50:36 31adcdaf11c8: Pull complete 00:50:36 34cad66bf833: Verifying Checksum 00:50:36 34cad66bf833: Download complete 00:50:36 b8b176561691: Pull complete 00:50:36 b4e3c513aaa6: Verifying Checksum 00:50:36 b4e3c513aaa6: Download complete 00:50:37 4527c011a84f: Verifying Checksum 00:50:37 4527c011a84f: Download complete 00:50:40 4527c011a84f: Pull complete 00:50:40 5d74067f8e1e: Pull complete 00:50:40 e0aca202a116: Pull complete 00:50:40 3a43be97a3b4: Pull complete 00:50:40 34cad66bf833: Pull complete 00:50:43 b4e3c513aaa6: Pull complete 00:50:43 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 00:50:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 00:50:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 00:50:43 + docker build -t ci-base-image-x86_64 -f - . 00:50:43 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 00:50:43 WORKDIR /edgex 00:50:43 COPY go.mod . 00:50:43 RUN go mod download' 00:50:45 Sending build context to Docker daemon 329.8MB 00:50:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 00:50:45 ---> 9f6097aaca64 00:50:45 Step 2/4 : WORKDIR /edgex 00:50:46 ---> Running in ea5927c204e5 00:50:46 Removing intermediate container ea5927c204e5 00:50:46 ---> 14b3ba2136c7 00:50:46 Step 3/4 : COPY go.mod . 00:50:46 ---> b09a1d5633b5 00:50:46 Step 4/4 : RUN go mod download 00:50:46 ---> Running in 8dcdb9752145 00:50:51 Still waiting to schedule task 00:50:51 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2142’ 00:51:25 Removing intermediate container 8dcdb9752145 00:51:25 ---> 657827f53dae 00:51:25 Successfully built 657827f53dae 00:51:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:51:26 + docker inspect -f . ci-base-image-x86_64 00:51:26 . [Pipeline] withDockerContainer 00:51:26 prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container 00:51:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat 00:51:26 $ docker top 931bdc529d733be4a2032fd6cc0304b6481443a3db68efb86820d29d4f723176 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:26 + go version 00:51:26 go version go1.16.8 linux/amd64 [Pipeline] } 00:51:26 $ docker stop --time=1 931bdc529d733be4a2032fd6cc0304b6481443a3db68efb86820d29d4f723176 00:51:28 $ docker rm -f 931bdc529d733be4a2032fd6cc0304b6481443a3db68efb86820d29d4f723176 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:51:28 + docker inspect -f . ci-base-image-x86_64 00:51:28 . [Pipeline] withDockerContainer 00:51:28 prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container 00:51:28 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat 00:51:28 $ docker top 50de4e42cee423ab5552c01298fbb91b5b31648e4faa564635558a1e5aef5a75 -eo pid,comm [Pipeline] { [Pipeline] echo 00:51:29 ========================================================= 00:51:29 [edgeXBuildGoParallel] Running Tests and Build... 00:51:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:51:29 + make test 00:51:29 go mod tidy 00:51:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:51:34 ? github.com/edgexfoundry/edgex-go [no test files] 00:51:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:51:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:51:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:51:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:51:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:51:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:51:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:51:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:51:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:51:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:52:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:52:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:52:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:52:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:52:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.043s coverage: 28.7% of statements 00:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:52:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:52:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.063s coverage: 98.5% of statements 00:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:52:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.048s coverage: 44.7% of statements 00:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:52:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.135s coverage: 89.5% of statements 00:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:52:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.068s coverage: 84.4% of statements 00:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 00:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:52:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:52:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.251s coverage: 94.2% of statements 00:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:52:05 ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 59.1% of statements 00:52:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:52:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:52:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:52:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:52:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:52:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.042s coverage: 60.0% of statements 00:52:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:52:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:52:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:52:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.059s coverage: 0.9% of statements 00:52:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:52:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 00:52:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.044s coverage: 21.7% of statements 00:52:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:52:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements 00:52:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements 00:52:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 00:52:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements 00:52:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements 00:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements 00:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 00:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.195s coverage: 82.5% of statements 00:52:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.0% of statements 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 85.4% of statements 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.124s coverage: 91.2% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.124s coverage: 64.4% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 00:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.287s coverage: 70.4% of statements 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:52:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.136s coverage: 43.5% of statements 00:52:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:52:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:52:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 00:52:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:52:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements 00:52:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.061s coverage: 17.7% of statements 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.131s coverage: 92.3% of statements 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.039s coverage: 28.9% of statements 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 00:52:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements 00:52:52 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 00:53:24 GO111MODULE=on go vet ./... 00:53:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:53:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:53:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:53:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2150 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws 00:53:34 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:53:34 + ls -al . 00:53:34 total 636 00:53:34 drwxrwxr-x 10 1001 1001 4096 Oct 27 00:53 . 00:53:34 drwxr-xr-x 4 root root 28 Oct 27 00:51 .. 00:53:34 -rw-rw-r-- 1 1001 1001 11 Oct 27 00:50 .dockerignore 00:53:34 drwxrwxr-x 8 1001 1001 179 Oct 27 00:50 .git 00:53:34 drwxrwxr-x 4 1001 1001 142 Oct 27 00:50 .github 00:53:34 -rw-rw-r-- 1 1001 1001 804 Oct 27 00:50 .gitignore 00:53:34 -rw-rw-r-- 1 1001 1001 42 Oct 27 00:50 .golangci.yml 00:53:34 -rw-rw-r-- 1 1001 1001 76 Oct 27 00:50 .hadolint.yml 00:53:34 drwx------ 3 1001 1001 58 Oct 27 00:50 .semver 00:53:34 -rw-rw-r-- 1 1001 1001 166 Oct 27 00:50 .sonarcloud.properties 00:53:34 -rw-rw-r-- 1 1001 1001 1171 Oct 27 00:50 ADOPTERS.md 00:53:34 -rw-rw-r-- 1 1001 1001 8910 Oct 27 00:50 Attribution.txt 00:53:34 -rw-rw-r-- 1 1001 1001 43881 Oct 27 00:50 CHANGELOG.md 00:53:34 -rw-rw-r-- 1 1001 1001 3804 Oct 27 00:50 CONTRIBUTING.md 00:53:34 -rw-rw-r-- 1 1001 1001 677 Oct 27 00:50 GOVERNANCE.md 00:53:34 -rw-rw-r-- 1 1001 1001 849 Oct 27 00:50 Jenkinsfile 00:53:34 -rw-rw-r-- 1 1001 1001 10775 Oct 27 00:50 LICENSE 00:53:34 -rw-rw-r-- 1 1001 1001 6508 Oct 27 00:50 Makefile 00:53:34 -rw-rw-r-- 1 1001 1001 582 Oct 27 00:50 OWNERS.md 00:53:34 -rw-rw-r-- 1 1001 1001 8256 Oct 27 00:50 README.md 00:53:34 -rw-rw-r-- 1 1001 1001 6912 Oct 27 00:50 SECURITY.md 00:53:34 -rw-rw-r-- 1 1001 1001 5 Oct 27 00:50 VERSION 00:53:34 -rw-rw-r-- 1 1001 1001 4131 Oct 27 00:50 ZMQWindows.md 00:53:34 drwxrwxr-x 2 1001 1001 37 Oct 27 00:50 bin 00:53:34 drwxrwxr-x 14 1001 1001 4096 Oct 27 00:50 cmd 00:53:34 -rw-r--r-- 1 root root 426728 Oct 27 00:52 coverage.out 00:53:34 -rw-rw-r-- 1 1001 1001 848 Oct 27 00:50 go.mod 00:53:34 -rw-rw-r-- 1 1001 1001 50525 Oct 27 00:50 go.sum 00:53:34 drwxrwxr-x 8 1001 1001 124 Oct 27 00:50 internal 00:53:34 drwxrwxr-x 3 1001 1001 16 Oct 27 00:50 openapi 00:53:34 drwxrwxr-x 4 1001 1001 71 Oct 27 00:50 snap 00:53:34 -rw-rw-r-- 1 1001 1001 204 Oct 27 00:50 version.go [Pipeline] sh 00:53:34 The recommended git tool is: git 00:53:35 + '[' -e coverage.out ] 00:53:35 + chown 1001:1001 coverage.out [Pipeline] stash 00:53:35 Stashed 1 file(s) [Pipeline] sh 00:53:35 + make build 00:53:35 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 00:53:36 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 00:53:41 using credential edgex-jenkins-ssh 00:53:41 Cloning the remote Git repository 00:53:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:53:41 > git init /w/workspace/edgex-go/3 # timeout=10 00:53:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:53:41 > git --version # timeout=10 00:53:41 > git --version # 'git version 2.17.1' 00:53:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:53:43 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 00:53:44 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 00:53:45 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 00:53:45 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 00:53:46 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 00:53:47 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 00:53:48 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 00:53:49 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 00:53:49 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 00:53:50 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] } 00:53:51 $ docker stop --time=1 50de4e42cee423ab5552c01298fbb91b5b31648e4faa564635558a1e5aef5a75 00:53:54 $ docker rm -f 50de4e42cee423ab5552c01298fbb91b5b31648e4faa564635558a1e5aef5a75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:53:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:53:55 00:53:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:53:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:53:56 latest: Pulling from edgex-devops/edgex-compose 00:53:56 cbdbe7a5bc2a: Pulling fs layer 00:53:56 ca9280d653b3: Pulling fs layer 00:53:56 7e9c9ca2126c: Pulling fs layer 00:53:56 cbdbe7a5bc2a: Verifying Checksum 00:53:56 cbdbe7a5bc2a: Download complete 00:53:56 ca9280d653b3: Verifying Checksum 00:53:56 ca9280d653b3: Download complete 00:53:56 cbdbe7a5bc2a: Pull complete 00:53:56 7e9c9ca2126c: Verifying Checksum 00:53:56 7e9c9ca2126c: Download complete 00:53:57 ca9280d653b3: Pull complete 00:53:59 Merging remotes/origin/main commit fb769a0070cc1922608d3d80e9a209584ebd424b into PR head commit 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 00:53:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:53:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:53:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:53:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:53:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 00:53:59 > git config core.sparsecheckout # timeout=10 00:53:59 > git checkout -f 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 # timeout=10 00:53:59 Merge succeeded, producing 2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 00:53:59 Checking out Revision 2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 (PR-3780) 00:54:00 7e9c9ca2126c: Pull complete 00:54:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:54:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:54:00 prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container 00:54:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose:latest cat 00:53:59 > git remote # timeout=10 00:53:59 > git config --get remote.origin.url # timeout=10 00:53:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:59 > git merge fb769a0070cc1922608d3d80e9a209584ebd424b # timeout=10 00:53:59 > git rev-parse HEAD^{commit} # timeout=10 00:53:59 > git config core.sparsecheckout # timeout=10 00:53:59 > git checkout -f 2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 # timeout=10 00:54:02 $ docker top 6b7bed56c46cada69220c0be9249b6295ac3998d5991d391d6536ce34d370ffd -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:02 + grep parallel 00:54:02 + docker-compose build --help 00:54:03 --parallel Build images in parallel. [Pipeline] } 00:54:03 $ docker stop --time=1 6b7bed56c46cada69220c0be9249b6295ac3998d5991d391d6536ce34d370ffd 00:54:04 Commit message: "Merge commit 'fb769a0070cc1922608d3d80e9a209584ebd424b' into HEAD" 00:54:04 First time build. Skipping changelog. 00:54:04 $ docker rm -f 6b7bed56c46cada69220c0be9249b6295ac3998d5991d391d6536ce34d370ffd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:54:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:05 . [Pipeline] withDockerContainer 00:54:05 prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container 00:54:05 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:54:05 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:54:05 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:05 Dload Upload Total Spent Left Speed 00:54:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 172k 0 --:--:-- --:--:-- --:--:-- 172k 00:54:05 $ docker top 06b978d89f6ecbf2d5cceb367262850322535d0dc59d67bcf3332278dcae9a9a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 00:54:06 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json 00:54:06 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh 00:54:04 > git rev-list --no-walk 7e08918acf5e9740a70ec71e4c2fd839ba24f03f # timeout=10 00:54:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:54:06 + sudo tee /etc/docker/daemon.new 00:54:06 { 00:54:06 "registry-mirrors": [ 00:54:06 "https://nexus3.edgexfoundry.org:10001" 00:54:06 ], 00:54:06 "bip": "10.250.0.254/24", 00:54:06 "hosts": [ 00:54:06 "tcp://0.0.0.0:5555", 00:54:06 "unix:///var/run/docker.sock" 00:54:06 ], 00:54:06 "mtu": 1458, 00:54:06 "selinux-enabled": true, 00:54:06 "seccomp-profile": "/etc/docker/seccomp.json" 00:54:06 } [Pipeline] sh 00:54:06 Building core-command ... 00:54:06 Building core-data ... 00:54:06 Building core-metadata ... 00:54:06 Building security-bootstrapper ... 00:54:06 Building security-proxy-setup ... 00:54:06 Building security-secretstore-setup ... 00:54:06 Building support-notifications ... 00:54:06 Building support-scheduler ... 00:54:06 Building sys-mgmt-agent ... 00:54:06 Building security-proxy-setup 00:54:06 Building security-secretstore-setup 00:54:06 Building support-scheduler 00:54:06 Building sys-mgmt-agent 00:54:06 Building core-command 00:54:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:54:07 + sudo service docker restart 00:54:16 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 00:54:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:54:16 ---> 657827f53dae 00:54:16 Step 3/22 : WORKDIR /edgex-go 00:54:16 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 00:54:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:54:16 ---> 657827f53dae 00:54:16 Step 3/22 : WORKDIR /edgex-go 00:54:21 ---> Running in 4f69179a6241 00:54:21 ---> Running in c8c0ba149a54 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:25 provisioning config files... 00:54:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8279203223095108407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:54:25 ---> docker-login.sh 00:54:25 nexus3.edgexfoundry.org:10001 00:54:26 Removing intermediate container 4f69179a6241 00:54:26 ---> ea0101c54f7f 00:54:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:26 Removing intermediate container c8c0ba149a54 00:54:26 ---> d48c26a5f257 00:54:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:26 ---> Running in 04b6714eac91 00:54:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:26 ---> Running in 7ecf9e82f815 00:54:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 00:54:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:54:27 ---> 657827f53dae 00:54:27 Step 3/23 : WORKDIR /edgex-go 00:54:27 ---> Using cache 00:54:27 ---> d48c26a5f257 00:54:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:27 Configure a credential helper to remove this warning. See 00:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:27 00:54:27 Login Succeeded 00:54:27 nexus3.edgexfoundry.org:10002 00:54:27 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 00:54:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:54:27 ---> 657827f53dae 00:54:27 Step 3/20 : WORKDIR /edgex-go 00:54:27 ---> Using cache 00:54:27 ---> d48c26a5f257 00:54:27 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:27 Configure a credential helper to remove this warning. See 00:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:27 00:54:27 Login Succeeded 00:54:27 nexus3.edgexfoundry.org:10003 00:54:27 ---> Running in fcd2a78ead3f 00:54:27 ---> Running in b6e0747c54bb 00:54:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:27 Configure a credential helper to remove this warning. See 00:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:27 00:54:27 Login Succeeded 00:54:27 nexus3.edgexfoundry.org:10004 00:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:28 Removing intermediate container 04b6714eac91 00:54:28 ---> a5fc604d5ede 00:54:28 Step 5/22 : RUN apk add --update --no-cache make bash git 00:54:28 Removing intermediate container 7ecf9e82f815 00:54:28 ---> 3d53fcb464ca 00:54:28 Step 5/22 : RUN apk add --update --no-cache make git 00:54:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:28 Configure a credential helper to remove this warning. See 00:54:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:28 00:54:28 Login Succeeded 00:54:28 docker.io 00:54:28 ---> Running in 0daaf80d416a 00:54:28 ---> Running in 63fbc255460f 00:54:28 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 00:54:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:54:28 ---> 657827f53dae 00:54:28 Step 3/24 : WORKDIR /edgex-go 00:54:28 ---> Using cache 00:54:28 ---> d48c26a5f257 00:54:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:28 ---> Using cache 00:54:28 ---> f8b0e14e331f 00:54:28 Step 5/24 : RUN apk add --update --no-cache make git 00:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:28 Removing intermediate container fcd2a78ead3f 00:54:28 ---> f8b0e14e331f 00:54:28 Step 5/20 : RUN apk add --update --no-cache make git 00:54:28 ---> Running in 712aa4299a64 00:54:28 ---> Running in 66f790724cf9 00:54:29 Removing intermediate container b6e0747c54bb 00:54:29 ---> 2606ec8cac1a 00:54:29 Step 5/23 : RUN apk add --update --no-cache make git 00:54:29 ---> Running in 5e770292b86a 00:54:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:29 Configure a credential helper to remove this warning. See 00:54:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:29 00:54:29 Login Succeeded 00:54:29 ---> docker-login.sh ends [Pipeline] } 00:54:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:54:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:54:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:54:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:54:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:54:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 00:54:29 ========================================================= 00:54:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 00:54:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:54:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 00:54:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:54:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:54:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:54:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:54:30 552d1f2373af: Pulling fs layer 00:54:30 ea3f2d53f512: Pulling fs layer 00:54:30 9e70ebbbe112: Pulling fs layer 00:54:30 7a9cfe048b4a: Pulling fs layer 00:54:30 72dc09318566: Pulling fs layer 00:54:30 f4f7b4309257: Pulling fs layer 00:54:30 0ac9a79272e3: Pulling fs layer 00:54:30 b78e95d17946: Pulling fs layer 00:54:30 f4f7b4309257: Waiting 00:54:30 0ac9a79272e3: Waiting 00:54:30 7a9cfe048b4a: Waiting 00:54:30 b78e95d17946: Waiting 00:54:30 72dc09318566: Waiting 00:54:30 9e70ebbbe112: Verifying Checksum 00:54:30 9e70ebbbe112: Download complete 00:54:30 ea3f2d53f512: Verifying Checksum 00:54:30 ea3f2d53f512: Download complete 00:54:30 72dc09318566: Verifying Checksum 00:54:30 72dc09318566: Download complete 00:54:30 f4f7b4309257: Verifying Checksum 00:54:30 f4f7b4309257: Download complete 00:54:30 552d1f2373af: Verifying Checksum 00:54:30 552d1f2373af: Download complete 00:54:30 0ac9a79272e3: Download complete 00:54:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:54:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:54:30 OK: 220 MiB in 52 packages 00:54:30 OK: 220 MiB in 52 packages 00:54:30 OK: 220 MiB in 52 packages 00:54:31 OK: 220 MiB in 52 packages 00:54:31 OK: 220 MiB in 52 packages 00:54:31 Removing intermediate container 0daaf80d416a 00:54:31 ---> 23ac82a3962f 00:54:31 Step 6/22 : COPY . . 00:54:31 552d1f2373af: Pull complete 00:54:32 ea3f2d53f512: Pull complete 00:54:32 9e70ebbbe112: Pull complete 00:54:32 Removing intermediate container 66f790724cf9 00:54:32 ---> de092b81a92c 00:54:32 Step 6/20 : COPY . . 00:54:32 b78e95d17946: Verifying Checksum 00:54:32 b78e95d17946: Download complete 00:54:32 Removing intermediate container 5e770292b86a 00:54:32 ---> ee699c4fc6f8 00:54:32 Step 6/23 : COPY go.mod . 00:54:33 Removing intermediate container 712aa4299a64 00:54:33 ---> 167d47c8228d 00:54:33 Step 6/24 : COPY . . 00:54:33 ---> 2359ae75a976 00:54:33 Step 7/23 : RUN go mod download 00:54:33 7a9cfe048b4a: Download complete 00:54:38 Removing intermediate container 63fbc255460f 00:54:38 ---> ee05a3d17f9b 00:54:38 Step 6/22 : COPY . . 00:54:38 ---> Running in b4cc407ff4dc 00:54:38 ---> 3beb346aa6c9 00:54:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:39 ---> 610495c744c9 00:54:39 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:39 ---> Running in dc1780e0d407 00:54:39 ---> Running in 4e8df9e6ee19 00:54:39 ---> 80689a2793b2 00:54:39 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:40 ---> Running in 7f5189ad355e 00:54:44 7a9cfe048b4a: Pull complete 00:54:44 72dc09318566: Pull complete 00:54:44 f4f7b4309257: Pull complete 00:54:44 ---> fc6a72b53388 00:54:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:44 Removing intermediate container dc1780e0d407 00:54:44 ---> 8354d376442c 00:54:44 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:54:44 Removing intermediate container b4cc407ff4dc 00:54:44 ---> ea7f58e6a931 00:54:44 Step 8/23 : COPY . . 00:54:44 ---> Running in af4fa90c923a 00:54:44 ---> Running in e2dd75f53cfd 00:54:44 Removing intermediate container 7f5189ad355e 00:54:44 ---> 23cba180b630 00:54:44 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:54:44 ---> Running in dfd6ea9f045e 00:54:44 Removing intermediate container 4e8df9e6ee19 00:54:44 ---> c98eabac4eb6 00:54:44 Step 8/22 : RUN make cmd/core-command/core-command 00:54:44 ---> Running in 4d64730b5df8 00:54:44 0ac9a79272e3: Pull complete 00:54:45 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 00:54:45 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 00:54:45 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 00:54:46 Removing intermediate container af4fa90c923a 00:54:46 ---> 528c51eae519 00:54:46 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:54:47 ---> Running in 67184ca08e86 00:54:47 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 00:54:49 b78e95d17946: Pull complete 00:54:49 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 00:54:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 00:54:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh 00:54:50 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 00:54:50 WORKDIR /edgex 00:54:50 COPY go.mod . 00:54:50 RUN go mod download 00:54:50 + docker build -t ci-base-image-arm64 -f - . 00:54:52 Sending build context to Docker daemon 166.5MB 00:54:52 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 00:54:52 ---> 8b459fc5aaf0 00:54:52 Step 2/4 : WORKDIR /edgex 00:54:53 ---> c3923eb4f305 00:54:53 Step 9/23 : RUN go mod tidy 00:54:53 ---> Running in 1590aa769676 00:54:54 Removing intermediate container 1590aa769676 00:54:54 ---> e7e1c8952320 00:54:54 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 00:54:54 ---> Running in 6383837c278f 00:54:54 ---> Running in 754a67e99886 00:54:54 Removing intermediate container 754a67e99886 00:54:54 ---> b63813e99e11 00:54:54 Step 3/4 : COPY go.mod . 00:54:54 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 00:54:55 ---> 5254f9daecdc 00:54:55 Step 4/4 : RUN go mod download 00:54:55 ---> Running in 376a3057ed14 00:55:21 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 00:55:21 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 00:55:26 Removing intermediate container 4d64730b5df8 00:55:26 ---> 8fdb28fd3be1 00:55:26 00:55:26 Step 9/22 : FROM alpine:3.14 00:55:26 Removing intermediate container 67184ca08e86 00:55:26 ---> 9b3bcc34c67d 00:55:26 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:55:26 3.14: Pulling from library/alpine 00:55:26 Removing intermediate container e2dd75f53cfd 00:55:26 ---> 1fd30c1037f0 00:55:26 00:55:26 Step 9/20 : FROM alpine:3.14 00:55:26 Removing intermediate container dfd6ea9f045e 00:55:26 ---> 4d6bc19d3c80 00:55:26 00:55:26 Step 9/24 : FROM alpine:3.14 00:55:26 ---> Running in 99ae00fb2c0f 00:55:27 3.14: Pulling from library/alpine 00:55:27 3.14: Pulling from library/alpine 00:55:27 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 00:55:27 Status: Downloaded newer image for alpine:3.14 00:55:27 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 00:55:27 Status: Image is up to date for alpine:3.14 00:55:27 ---> 14119a10abf4 00:55:27 Step 10/22 : RUN apk add --update --no-cache dumb-init 00:55:27 ---> 14119a10abf4 00:55:27 Step 10/20 : RUN apk add --update --no-cache curl 00:55:27 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 00:55:27 Status: Image is up to date for alpine:3.14 00:55:27 ---> Running in 7f26dac1c348 00:55:27 ---> 14119a10abf4 00:55:27 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:55:27 ---> Running in e7cd78344679 00:55:27 ---> Running in 95e8450640ce 00:55: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 00:55:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:55:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:55:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:55:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:55:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:55:28 (1/1) Installing dumb-init (1.2.5-r1) 00:55:28 Executing busybox-1.33.1-r3.trigger 00:55:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:55:28 OK: 6 MiB in 15 packages 00:55:28 (1/3) Installing ca-certificates (20191127-r5) 00:55:28 (2/3) Installing dumb-init (1.2.5-r1) 00:55:28 (3/3) Installing su-exec (0.2-r1) 00:55:28 Executing busybox-1.33.1-r3.trigger 00:55:28 Executing ca-certificates-20191127-r5.trigger 00:55:28 OK: 6 MiB in 17 packages 00:55:28 (1/5) Installing ca-certificates (20191127-r5) 00:55:28 (2/5) Installing brotli-libs (1.0.9-r5) 00:55:28 (3/5) Installing nghttp2-libs (1.43.0-r0) 00:55:28 (4/5) Installing libcurl (7.79.1-r0) 00:55:28 (5/5) Installing curl (7.79.1-r0) 00:55:29 Executing busybox-1.33.1-r3.trigger 00:55:29 Executing ca-certificates-20191127-r5.trigger 00:55:29 OK: 8 MiB in 19 packages 00:55:29 Removing intermediate container 7f26dac1c348 00:55:29 ---> 2c2bb5aa10ce 00:55:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:55:29 ---> Running in f17050bb657e 00:55:29 Removing intermediate container 95e8450640ce 00:55:29 ---> 012c227cd390 00:55:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:55:29 Removing intermediate container f17050bb657e 00:55:29 ---> a8c45742209a 00:55:29 Step 12/22 : ENV APP_PORT=59882 00:55:29 ---> Running in 8a3863f0108c 00:55:29 ---> Running in 976cffa022b3 00:55:29 Removing intermediate container 99ae00fb2c0f 00:55:29 ---> fe1dde76a199 00:55:29 00:55:29 Step 10/22 : FROM docker:20.10.8 00:55:29 20.10.8: Pulling from library/docker 00:55:29 Removing intermediate container 8a3863f0108c 00:55:29 ---> ef88b841c103 00:55:29 Step 12/24 : WORKDIR / 00:55:29 Removing intermediate container e7cd78344679 00:55:29 ---> c6937877e1f6 00:55:29 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:55:29 ---> Running in ed9c8bd54df9 00:55:29 Removing intermediate container 976cffa022b3 00:55:29 ---> bf01fe26c731 00:55:29 Step 13/22 : EXPOSE $APP_PORT 00:55:29 ---> Running in 2f22f1cbe356 00:55:29 ---> Running in 2e5b6c376468 00:55:29 Removing intermediate container ed9c8bd54df9 00:55:29 ---> f5ab05bf8b8d 00:55:29 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:55:30 Removing intermediate container 2e5b6c376468 00:55:30 ---> c2d0d5fa7867 00:55:30 Step 14/22 : WORKDIR / 00:55:30 Removing intermediate container 2f22f1cbe356 00:55:30 ---> b7fd8bf0eba7 00:55:30 Step 12/20 : WORKDIR /edgex 00:55:30 ---> c8f9e5f32a67 00:55:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:55:30 ---> Running in 286ae2a5b776 00:55:30 ---> Running in f6b83da99807 00:55:30 Removing intermediate container f6b83da99807 00:55:30 ---> 2a9c29675e1d 00:55:30 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:55:30 Removing intermediate container 286ae2a5b776 00:55:30 ---> 04b307aa90d0 00:55:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:30 ---> e1dd1bb594ad 00:55:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:55:30 Removing intermediate container 6383837c278f 00:55:30 ---> 0615d4ccc8ac 00:55:30 00:55:30 Step 11/23 : FROM alpine:3.14 00:55:30 ---> 14119a10abf4 00:55:30 Step 12/23 : RUN apk add --update --no-cache dumb-init 00:55:30 ---> Using cache 00:55:30 ---> 2c2bb5aa10ce 00:55:30 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:55:30 ---> Using cache 00:55:30 ---> a8c45742209a 00:55:30 Step 14/23 : ENV APP_PORT=59861 00:55:30 ---> 666f240a07e0 00:55:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:55:30 ---> Running in c124d1c9f48a 00:55:31 ---> 356f0bb04794 00:55:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:55:31 ---> f63be1fb98e7 00:55:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 00:55:31 Removing intermediate container c124d1c9f48a 00:55:31 ---> e910405ff806 00:55:31 Step 15/23 : EXPOSE $APP_PORT 00:55:31 ---> Running in 5a1a3be97a04 00:55:31 ---> 3453c2c826c2 00:55:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:55:31 ---> 05cb654ec2be 00:55:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:55:31 ---> ac38956cbbf4 00:55:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:55:31 Removing intermediate container 5a1a3be97a04 00:55:31 ---> 7949ddd4f675 00:55:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:31 ---> 9e9fead14c77 00:55:31 Step 18/22 : ENTRYPOINT ["/core-command"] 00:55:32 ---> Running in 1f6b389bd049 00:55:32 ---> ca39085a02a5 00:55:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:55:32 ---> ba527e3ba33c 00:55:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:55:32 ---> 8ded30cad204 00:55:32 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:55:32 ---> Running in 3200cea18415 00:55:32 Removing intermediate container 1f6b389bd049 00:55:32 ---> 70675b06ad39 00:55:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:32 ---> Running in 1a5bb4bc7a5d 00:55:32 Removing intermediate container 3200cea18415 00:55:32 ---> 394390250609 00:55:32 Step 17/20 : CMD ["--init=true"] 00:55:32 ---> Running in 79ee783e2112 00:55:32 ---> fd67dc606dfa 00:55:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:55:32 Removing intermediate container 1a5bb4bc7a5d 00:55:32 ---> 93fa8bcda141 00:55:32 Step 20/22 : LABEL arch=x86_64 00:55:32 ---> d71203aea5ce 00:55:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:55:32 ---> Running in 69aaba0982ec 00:55:32 Removing intermediate container 79ee783e2112 00:55:32 ---> 22dcfe72cf85 00:55:32 Step 18/20 : LABEL arch=x86_64 00:55:32 ---> 5312cb2e7ae6 00:55:32 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 00:55:32 ---> Running in 8509e53ac23b 00:55:32 ---> Running in b65148c53c26 00:55:32 Removing intermediate container 69aaba0982ec 00:55:32 ---> b90dbb5dfaff 00:55:32 Step 21/22 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 00:55:33 ---> 0b55a3f5d8fe 00:55:33 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/ 00:55:33 ---> Running in a970f7c2e1ba 00:55:33 Removing intermediate container 8509e53ac23b 00:55:33 ---> cf405bd25a32 00:55:33 Step 19/20 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 00:55:33 ---> Running in 79e948a87372 00:55:33 Removing intermediate container b65148c53c26 00:55:33 ---> 647636ef4e91 00:55:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:33 ---> Running in 75a801b6779c 00:55:33 ---> Running in 69ec325c03f6 00:55:33 Removing intermediate container a970f7c2e1ba 00:55:33 ---> e69850c9ee17 00:55:33 Step 22/22 : LABEL version=0.0.0 00:55:33 ---> Running in a7969e118af6 00:55:33 Removing intermediate container 75a801b6779c 00:55:33 ---> 44fc820060c0 00:55:33 Step 20/20 : LABEL version=0.0.0 00:55:33 Removing intermediate container 69ec325c03f6 00:55:33 ---> 0da2f0ac8f9f 00:55:33 Step 21/23 : LABEL arch=x86_64 00:55:33 ---> Running in 648e3e027f44 00:55:33 ---> Running in 15c2243c5ea5 00:55:33 Removing intermediate container a7969e118af6 00:55:33 ---> ba23ec331d5e 00:55:33 00:55:33 Successfully built ba23ec331d5e 00:55:33 Successfully tagged core-command:latest 00:55:33 Building core-metadata 00:55:33  Building core-command ... done Removing intermediate container 648e3e027f44 00:55:33 ---> 77c1f312fb11 00:55:33 00:55:33 Removing intermediate container 15c2243c5ea5 00:55:33 ---> 445a470c76c6 00:55:33 Step 22/23 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 00:55:33 Successfully built 77c1f312fb11 00:55:33 Successfully tagged security-proxy-setup:latest 00:55:33  Building security-proxy-setup ... done Building security-bootstrapper 00:55:34 ---> Running in 3c6c09d73d1d 00:55:34 Removing intermediate container 3c6c09d73d1d 00:55:34 ---> 0babd8b001a1 00:55:34 Step 23/23 : LABEL version=0.0.0 00:55:35 Removing intermediate container 79e948a87372 00:55:35 ---> 0151147cab6b 00:55:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:55:36 ---> Running in e300cc0cf5dd 00:55:36 ---> Running in 5880c8a83a86 00:55:36 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 00:55:36 Status: Downloaded newer image for docker:20.10.8 00:55:36 ---> bc6c0ffef665 00:55:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 00:55:36 Removing intermediate container e300cc0cf5dd 00:55:36 ---> 7f8dd0d93d12 00:55:36 00:55:36 Removing intermediate container 5880c8a83a86 00:55:36 ---> 6665cc862b75 00:55:36 Step 22/24 : LABEL arch=x86_64 00:55:36 ---> Running in 232ce9117bd0 00:55:36 Successfully built 7f8dd0d93d12 00:55:36 Successfully tagged support-scheduler:latest 00:55:36  Building support-scheduler ... done Building support-notifications 00:55:36 ---> Running in fe84c388c065 00:55:36 Removing intermediate container 232ce9117bd0 00:55:36 ---> ae1764279423 00:55:36 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 00:55:38 Removing intermediate container fe84c388c065 00:55:38 ---> 333fb88e0440 00:55:38 Step 23/24 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 00:55:39 ---> Running in 36562e937abd 00:55:39 ---> Running in 94e51ad34cac 00:55:40 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 00:55:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:55:40 ---> 657827f53dae 00:55:40 Step 3/21 : WORKDIR /edgex-go 00:55:40 ---> Using cache 00:55:40 ---> d48c26a5f257 00:55:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:40 ---> Using cache 00:55:40 ---> 2606ec8cac1a 00:55:40 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 00:55:42 Removing intermediate container 94e51ad34cac 00:55:42 ---> 07b7fdcc71e1 00:55:42 Step 24/24 : LABEL version=0.0.0 00:55:42 ---> Running in 2320f58d2868 00:55:42 ---> Running in dcd20050895c 00:55:43 Removing intermediate container dcd20050895c 00:55:43 ---> b38e3722635a 00:55:43 00:55:43 Successfully built b38e3722635a 00:55:43 Successfully tagged security-secretstore-setup:latest 00:55:43 Building core-data 00:55:43  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:55:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:55:44 (1/42) Installing readline (8.1.0-r0) 00:55:44 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:55:44 (2/42) Installing bash (5.1.4-r0) 00:55:44 Executing bash-5.1.4-r0.post-install 00:55:44 (3/42) Installing brotli-libs (1.0.9-r5) 00:55:44 (4/42) Installing nghttp2-libs (1.43.0-r0) 00:55:44 (5/42) Installing libcurl (7.79.1-r0) 00:55:44 (6/42) Installing curl (7.79.1-r0) 00:55:44 (7/42) Installing dumb-init (1.2.5-r1) 00:55:44 (8/42) Installing libbz2 (1.0.8-r1) 00:55:44 (9/42) Installing expat (2.4.1-r0) 00:55:44 (10/42) Installing libffi (3.3-r2) 00:55:44 (11/42) Installing gdbm (1.19-r0) 00:55:44 (12/42) Installing xz-libs (5.2.5-r0) 00:55:44 (13/42) Installing libgcc (10.3.1_git20210424-r2) 00:55:44 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 00:55:44 (15/42) Installing mpdecimal (2.5.1-r1) 00:55:44 (16/42) Installing sqlite-libs (3.35.5-r0) 00:55:44 (17/42) Installing python3 (3.9.5-r1) 00:55:45 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:55:45 (18/42) Installing py3-appdirs (1.4.4-r2) 00:55:45 (19/42) Installing py3-chardet (4.0.0-r2) 00:55:45 (20/42) Installing py3-idna (3.2-r0) 00:55:45 (21/42) Installing py3-urllib3 (1.26.5-r0) 00:55:45 (22/42) Installing py3-certifi (2020.12.5-r1) 00:55:45 (23/42) Installing py3-requests (2.25.1-r4) 00:55:45 (24/42) Installing py3-msgpack (1.0.2-r1) 00:55:45 (25/42) Installing py3-lockfile (0.12.2-r4) 00:55:45 (26/42) Installing py3-cachecontrol (0.12.6-r1) 00:55:45 OK: 220 MiB in 52 packages 00:55:46 (27/42) Installing py3-colorama (0.4.4-r1) 00:55:46 (28/42) Installing py3-contextlib2 (0.6.0-r1) 00:55:46 (29/42) Installing py3-distlib (0.3.1-r3) 00:55:46 (30/42) Installing py3-distro (1.5.0-r3) 00:55:46 (31/42) Installing py3-six (1.15.0-r1) 00:55:46 (32/42) Installing py3-webencodings (0.5.1-r4) 00:55:46 (33/42) Installing py3-html5lib (1.1-r1) 00:55:46 (34/42) Installing py3-parsing (2.4.7-r2) 00:55:46 (35/42) Installing py3-packaging (20.9-r1) 00:55:46 (36/42) Installing py3-toml (0.10.2-r2) 00:55:46 (37/42) Installing py3-pep517 (0.10.0-r2) 00:55:46 (38/42) Installing py3-progress (1.5-r2) 00:55:46 (39/42) Installing py3-retrying (1.3.3-r1) 00:55:46 (40/42) Installing py3-ordered-set (4.0.2-r1) 00:55:46 (41/42) Installing py3-setuptools (52.0.0-r3) 00:55:46 (42/42) Installing py3-pip (20.3.4-r1) 00:55:47 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 00:55:47 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:55:47 ---> 657827f53dae 00:55:47 Step 3/30 : WORKDIR /edgex-go 00:55:47 ---> Using cache 00:55:47 ---> d48c26a5f257 00:55:47 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:47 ---> Using cache 00:55:47 ---> 2606ec8cac1a 00:55:47 Step 5/30 : RUN apk add --update --no-cache make git 00:55:47 ---> Using cache 00:55:47 ---> ee699c4fc6f8 00:55:47 Step 6/30 : COPY . . 00:55:48 Executing busybox-1.33.1-r3.trigger 00:55:48 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 00:55:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:55:48 ---> 657827f53dae 00:55:48 Step 3/22 : WORKDIR /edgex-go 00:55:48 ---> Using cache 00:55:48 ---> d48c26a5f257 00:55:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:48 ---> Using cache 00:55:48 ---> 2606ec8cac1a 00:55:48 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:55:48 OK: 84 MiB in 64 packages 00:55:50 Collecting docker-compose==1.23.2 00:55:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:55:50 Collecting docker<4.0,>=3.6.0 00:55:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:55:50 Collecting texttable<0.10,>=0.9.0 00:55:50 Downloading texttable-0.9.1.tar.gz (11 kB) 00:55:51 Collecting websocket-client<1.0,>=0.32.0 00:55:51 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 00:55:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 00:55:51 Collecting cached-property<2,>=1.2.0 00:55:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:55:51 Collecting dockerpty<0.5,>=0.4.1 00:55:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:55:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:55:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:55:51 Collecting docopt<0.7,>=0.6.1 00:55:51 Downloading docopt-0.6.2.tar.gz (25 kB) 00:55:52 Collecting jsonschema<3,>=2.5.1 00:55:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:55:52 Collecting PyYAML<4,>=3.10 00:55:52 Downloading PyYAML-3.13.tar.gz (270 kB) 00:55:53 Collecting docker-pycreds>=0.4.0 00:55:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:55:53 Collecting chardet<3.1.0,>=3.0.2 00:55:53 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 00:55:53 Collecting idna<2.8,>=2.5 00:55:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:55:53 Collecting urllib3<1.25,>=1.21.1 00:55:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:55:53 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) 00:55:53 ---> Running in 2bb84e7a068c 00:55:53 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 00:55:53 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 00:55:53 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 00:55:53 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 00:55:53 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 00:55:53 Attempting uninstall: urllib3 00:55:53 Found existing installation: urllib3 1.26.5 00:55:53 Uninstalling urllib3-1.26.5: 00:55:53 ---> 0c2a761ed2b2 00:55:53 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:55:53 Successfully uninstalled urllib3-1.26.5 00:55:54 Removing intermediate container 2320f58d2868 00:55:54 ---> 78cd08b71ffe 00:55:54 Step 6/21 : COPY . . 00:55:54 ---> Running in 7ff66b036263 00:55:54 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:55:54 Attempting uninstall: idna 00:55:54 Found existing installation: idna 3.2 00:55:54 Uninstalling idna-3.2: 00:55:54 Successfully uninstalled idna-3.2 00:55:54 Attempting uninstall: chardet 00:55:54 Found existing installation: chardet 4.0.0 00:55:54 Uninstalling chardet-4.0.0: 00:55:54 Successfully uninstalled chardet-4.0.0 00:55:54 Attempting uninstall: requests 00:55:54 Found existing installation: requests 2.25.1 00:55:54 Uninstalling requests-2.25.1: 00:55:54 Successfully uninstalled requests-2.25.1 00:55:54 Running setup.py install for texttable: started 00:55:54 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:55:55 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 00:55:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:55:55 ---> 657827f53dae 00:55:55 Step 3/22 : WORKDIR /edgex-go 00:55:55 ---> Using cache 00:55:55 ---> d48c26a5f257 00:55:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:55 ---> Using cache 00:55:55 ---> 2606ec8cac1a 00:55:55 Step 5/22 : RUN apk add --update --no-cache make git 00:55:55 ---> Using cache 00:55:55 ---> ee699c4fc6f8 00:55:55 Step 6/22 : COPY . . 00:55:55 ---> Using cache 00:55:55 ---> 0c2a761ed2b2 00:55:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:55:55 OK: 220 MiB in 52 packages 00:55:55 Running setup.py install for texttable: finished with status 'done' 00:55:55 Running setup.py install for PyYAML: started 00:55:56 Running setup.py install for PyYAML: finished with status 'done' 00:55:56 ---> Running in 456180acfb5c 00:55:56 Running setup.py install for docopt: started 00:55:57 Running setup.py install for docopt: finished with status 'done' 00:55:57 Running setup.py install for dockerpty: started 00:55:57 Removing intermediate container 7ff66b036263 00:55:57 ---> aabbb349e6a2 00:55:57 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:55:57 ---> Running in 65745af69b61 00:55:57 Removing intermediate container 2bb84e7a068c 00:55:57 ---> b33be6e8d03f 00:55:57 Step 6/22 : COPY . . 00:55:57 Running setup.py install for dockerpty: finished with status 'done' 00:55:58 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 00:55:58 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 00:55:59 Removing intermediate container 456180acfb5c 00:55:59 ---> fae28d250224 00:55:59 Step 8/22 : RUN make cmd/core-metadata/core-metadata 00:56:00 ---> Running in 561cec940f79 00:56:00 ---> 1d71a6803d07 00:56:00 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:56:00 ---> Running in 3420aee43bb0 00:56:01 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 00:56:04 Removing intermediate container 3420aee43bb0 00:56:04 ---> f8b3d3ef24da 00:56:04 Step 8/21 : RUN make cmd/support-notifications/support-notifications 00:56:04 ---> Running in 0ac7d1af1943 00:56:04 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 00:56:05 Removing intermediate container 36562e937abd 00:56:05 ---> c3c0e5ddfd62 00:56:05 Step 13/22 : ENV APP_PORT=58890 00:56:05 ---> Running in 6a71f146cf4f 00:56:06 Removing intermediate container 6a71f146cf4f 00:56:06 ---> 4665460ee83d 00:56:06 Step 14/22 : EXPOSE $APP_PORT 00:56:06 ---> Running in 032d90796935 00:56:06 Removing intermediate container 032d90796935 00:56:06 ---> f5e09ad73bdf 00:56:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:56:07 ---> 5ec4863d4a13 00:56:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:56:07 ---> bfeeaad0fe79 00:56:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:56:07 ---> Running in 61ee06c393c8 00:56:07 ---> ef3665ce1475 00:56:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:56:07 ---> dc2190816208 00:56:07 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 00:56:07 ---> Running in f76badc49957 00:56:08 Removing intermediate container f76badc49957 00:56:08 ---> a09ca9a99b0a 00:56:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:08 ---> Running in 62e308bfc9e4 00:56:08 Removing intermediate container 62e308bfc9e4 00:56:08 ---> 1ed26b796f90 00:56:08 Step 20/22 : LABEL arch=x86_64 00:56:08 ---> Running in 196043441d4e 00:56:08 Removing intermediate container 196043441d4e 00:56:08 ---> f2566e6bbfb1 00:56:08 Step 21/22 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 00:56:08 ---> Running in ebeba8759cae 00:56:08 Removing intermediate container ebeba8759cae 00:56:08 ---> 083a1b10effd 00:56:08 Step 22/22 : LABEL version=0.0.0 00:56:08 ---> Running in 217d049e8ce7 00:56:08 Removing intermediate container 217d049e8ce7 00:56:08 ---> 913ff861cfd2 00:56:08 00:56:09 Successfully built 913ff861cfd2 00:56:09 Successfully tagged sys-mgmt-agent:latest 00:56:09  Building sys-mgmt-agent ... done Removing intermediate container 61ee06c393c8 00:56:09 ---> d1229ab06fdf 00:56:09 Step 8/22 : RUN make cmd/core-data/core-data 00:56:09 ---> Running in 63e28d33f6c7 00:56:09 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 00:56:17 Removing intermediate container 376a3057ed14 00:56:17 ---> fdbc1eac993e 00:56:17 Successfully built fdbc1eac993e 00:56:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:56:17 + docker inspect -f . ci-base-image-arm64 00:56:17 . [Pipeline] withDockerContainer 00:56:17 prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container 00:56:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat 00:56:19 $ docker top b0a640e749b392ab3fb0b0615e6e7a0af70fa51720c75fe1aa89108bdfb35a66 -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:20 + go version 00:56:20 go version go1.16.8 linux/arm64 [Pipeline] } 00:56:20 $ docker stop --time=1 b0a640e749b392ab3fb0b0615e6e7a0af70fa51720c75fe1aa89108bdfb35a66 00:56:22 $ docker rm -f b0a640e749b392ab3fb0b0615e6e7a0af70fa51720c75fe1aa89108bdfb35a66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:56:23 + docker inspect -f . ci-base-image-arm64 00:56:23 . [Pipeline] withDockerContainer 00:56:23 prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container 00:56:23 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat 00:56:25 $ docker top ed1b8113e280337d935e0934bc3e89b6b175de1ec2e6ee2ddc3dccf45e516604 -eo pid,comm [Pipeline] { [Pipeline] echo 00:56:26 ========================================================= 00:56:26 [edgeXBuildGoParallel] Running Tests and Build... 00:56:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:56:26 + make test 00:56:26 go mod tidy 00:56:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:56:31 Removing intermediate container 65745af69b61 00:56:31 ---> 859c0e2eed6e 00:56:31 00:56:31 Step 9/30 : FROM alpine:3.14 00:56:31 ---> 14119a10abf4 00:56:31 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:56:31 ---> Running in 1b88c81e7dde 00:56:31 Removing intermediate container 1b88c81e7dde 00:56:31 ---> b17aaa4b822f 00:56:31 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 00:56:31 ---> Running in 465c6235d736 00:56:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:56:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:56:31 (1/2) Installing dumb-init (1.2.5-r1) 00:56:31 (2/2) Installing su-exec (0.2-r1) 00:56:31 Executing busybox-1.33.1-r3.trigger 00:56:31 OK: 6 MiB in 16 packages 00:56:31 Removing intermediate container 465c6235d736 00:56:31 ---> 9f216a00ea12 00:56:31 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 00:56:31 ---> Running in 46305b155680 00:56:31 Removing intermediate container 46305b155680 00:56:31 ---> ce26ef99cc02 00:56:31 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:56:31 ---> Running in 008b8a03ca8d 00:56:31 Removing intermediate container 008b8a03ca8d 00:56:31 ---> 1cefc25ce022 00:56:31 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:56:31 ---> Running in 3474f44fe543 00:56:31 Removing intermediate container 3474f44fe543 00:56:31 ---> 3bf2ba2a4010 00:56:31 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 00:56:31 ---> Running in 6b04b5782039 00:56:31 Removing intermediate container 6b04b5782039 00:56:31 ---> 7de475dfa4e6 00:56:31 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:56:31 ---> e8ca550f7dee 00:56:31 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:56:31 ---> Running in c7414c411446 00:56:33 Removing intermediate container c7414c411446 00:56:33 ---> ed34ac788243 00:56:33 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:33 ---> 297f777a4638 00:56:33 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:56:33 ---> 7a3e12ecc4c0 00:56:33 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:56:34 ---> 171c3ecffc7d 00:56:34 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:56:34 ---> 8519331081a2 00:56:34 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:56:34 ---> a108df8c5ef1 00:56:34 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:56:35 ---> Running in afb857ba416f 00:56:35 Removing intermediate container afb857ba416f 00:56:35 ---> dd02159c2c9b 00:56:35 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:56:36 ---> c3183287a545 00:56:36 Step 25/30 : RUN chmod +x /entrypoint.sh 00:56:36 ---> Running in 3307bd6abb86 00:56:36 Removing intermediate container 561cec940f79 00:56:36 ---> d8475cf76156 00:56:36 00:56:36 Step 9/22 : FROM alpine:3.14 00:56:36 ---> 14119a10abf4 00:56:36 Step 10/22 : RUN apk add --update --no-cache dumb-init 00:56:36 ---> Using cache 00:56:36 ---> 2c2bb5aa10ce 00:56:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:56:36 ---> Using cache 00:56:36 ---> a8c45742209a 00:56:36 Step 12/22 : ENV APP_PORT=59881 00:56:36 ---> Running in 83946667fce5 00:56:36 Removing intermediate container 83946667fce5 00:56:36 ---> cadf3badd621 00:56:36 Step 13/22 : EXPOSE $APP_PORT 00:56:37 ---> Running in fed589cb234f 00:56:37 Removing intermediate container fed589cb234f 00:56:37 ---> 9e59042aa399 00:56:37 Step 14/22 : WORKDIR / 00:56:37 ---> Running in 3a74b0f21b5f 00:56:37 Removing intermediate container 3a74b0f21b5f 00:56:37 ---> 7e885ce2b888 00:56:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:37 Removing intermediate container 3307bd6abb86 00:56:37 ---> 48957eb44393 00:56:37 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:56:37 Removing intermediate container 0ac7d1af1943 00:56:37 ---> 40a754ed0120 00:56:37 00:56:37 Step 9/21 : FROM alpine:3.14 00:56:37 ---> 14119a10abf4 00:56:37 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 00:56:37 ---> Running in f60b0a07fb28 00:56:37 ---> Running in 7760cfd6961b 00:56:37 ---> 0964c445462a 00:56:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:56:38 Removing intermediate container f60b0a07fb28 00:56:38 ---> 62f0337a3494 00:56:38 Step 27/30 : CMD ["gate"] 00:56:38 ---> Running in 07f202dfbe1d 00:56:38 ---> 82763b292ca2 00:56:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:56:38 Removing intermediate container 07f202dfbe1d 00:56:38 ---> c4113593535f 00:56:38 Step 28/30 : LABEL arch=x86_64 00:56:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:56:38 ---> Running in b5c15fe8b588 00:56:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:56:38 ---> f7ed8bbe70e6 00:56:38 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:56:38 (1/2) Installing ca-certificates (20191127-r5) 00:56:38 Removing intermediate container b5c15fe8b588 00:56:38 ---> f83a03e0d82b 00:56:38 Step 29/30 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 00:56:38 (2/2) Installing dumb-init (1.2.5-r1) 00:56:38 Executing busybox-1.33.1-r3.trigger 00:56:38 Executing ca-certificates-20191127-r5.trigger 00:56:38 ---> Running in 887290ec7800 00:56:39 OK: 6 MiB in 16 packages 00:56:39 ---> Running in 04276467cca0 00:56:39 Removing intermediate container 887290ec7800 00:56:39 ---> 2b3798656b2f 00:56:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:39 ---> Running in 0ada1a96d40a 00:56:39 Removing intermediate container 04276467cca0 00:56:39 ---> 2220fd7ac785 00:56:39 Step 30/30 : LABEL version=0.0.0 00:56:39 ---> Running in 4c7ba7be900b 00:56:39 Removing intermediate container 0ada1a96d40a 00:56:39 ---> a4d63bde9eed 00:56:39 Step 20/22 : LABEL arch=x86_64 00:56:39 ---> Running in 66c2f27c2ddb 00:56:39 Removing intermediate container 4c7ba7be900b 00:56:39 ---> 3201ca38146e 00:56:39 00:56:39 Successfully built 3201ca38146e 00:56:39 Removing intermediate container 7760cfd6961b 00:56:39 ---> 14e769d72053 00:56:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:56:39 Successfully tagged security-bootstrapper:latest 00:56:39  Building security-bootstrapper ... done Removing intermediate container 66c2f27c2ddb 00:56:39 ---> ca92271cfc16 00:56:39 Step 21/22 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 00:56:39 ---> Running in 28c19477b9ec 00:56:39 ---> Running in 0410cbce19cf 00:56:39 Removing intermediate container 28c19477b9ec 00:56:39 ---> ebb8b68a992a 00:56:39 Step 12/21 : ENV APP_PORT=59860 00:56:40 Removing intermediate container 0410cbce19cf 00:56:40 ---> 0804a27e24af 00:56:40 Step 22/22 : LABEL version=0.0.0 00:56:40 ---> Running in 51fcb03f0998 00:56:40 ---> Running in 769253e0b5fa 00:56:40 Removing intermediate container 51fcb03f0998 00:56:40 ---> 99cf54d8f19e 00:56:40 Step 13/21 : EXPOSE $APP_PORT 00:56:40 Removing intermediate container 769253e0b5fa 00:56:40 ---> 08eb83cac2fe 00:56:40 00:56:40 ---> Running in 6f82832fd344 00:56:40 Successfully built 08eb83cac2fe 00:56:40 Successfully tagged core-metadata:latest 00:56:40  Building core-metadata ... done Removing intermediate container 6f82832fd344 00:56:40 ---> dd7a62048fdf 00:56:40 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:40 ---> 41a0839b1e79 00:56:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:56:41 ---> 5af9920b2b4c 00:56:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:56:42 ---> 41f3efbf37f5 00:56:42 Step 17/21 : ENTRYPOINT ["/support-notifications"] 00:56:42 ---> Running in 7293e5c2ca43 00:56:42 Removing intermediate container 7293e5c2ca43 00:56:42 ---> d7cefdbb7f98 00:56:42 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:42 ---> Running in ac23c7880e91 00:56:42 Removing intermediate container 63e28d33f6c7 00:56:42 ---> 1d5537614c81 00:56:42 00:56:42 Step 9/22 : FROM alpine:3.14 00:56:42 ---> 14119a10abf4 00:56:42 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:56:42 ---> Running in 1c381ae339e0 00:56:42 Removing intermediate container ac23c7880e91 00:56:42 ---> 3bc1814062e1 00:56:42 Step 19/21 : LABEL arch=x86_64 00:56:42 ---> Running in f113a91c1f13 00:56:42 Removing intermediate container 1c381ae339e0 00:56:42 ---> 3ffffc4b32bb 00:56:42 Step 11/22 : ENV APP_PORT=59880 00:56:42 ---> Running in fa724e79a1f1 00:56:42 Removing intermediate container f113a91c1f13 00:56:42 ---> 3df091071d8f 00:56:42 Step 20/21 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 00:56:42 Removing intermediate container fa724e79a1f1 00:56:42 ---> 975131b7a3b6 00:56:42 Step 12/22 : EXPOSE $APP_PORT 00:56:42 ---> Running in 6444dbfe0938 00:56:42 ---> Running in dbb50f3d27c4 00:56:42 Removing intermediate container 6444dbfe0938 00:56:42 ---> a0e89ab83a85 00:56:42 Step 21/21 : LABEL version=0.0.0 00:56:42 Removing intermediate container dbb50f3d27c4 00:56:42 ---> f5ae6f98ea33 00:56:42 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:42 ---> Running in 018e062a2e40 00:56:42 ---> Running in fafcbfcbfdaa 00:56:42 Removing intermediate container 018e062a2e40 00:56:42 ---> 6a4a77381c3b 00:56:42 00:56:43 Successfully built 6a4a77381c3b 00:56:43 Successfully tagged support-notifications:latest 00:56:43  Building support-notifications ... done Removing intermediate container fafcbfcbfdaa 00:56:43 ---> ca8326f4443f 00:56:43 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 00:56:43 ---> Running in 0c4e0608a186 00:56:43 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:56:44 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:56:44 (1/6) Installing dumb-init (1.2.5-r1) 00:56:44 (2/6) Installing libgcc (10.3.1_git20210424-r2) 00:56:45 (3/6) Installing libsodium (1.0.18-r0) 00:56:45 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 00:56:45 (5/6) Installing libzmq (4.3.4-r0) 00:56:45 (6/6) Installing zeromq (4.3.4-r0) 00:56:45 Executing busybox-1.33.1-r3.trigger 00:56:45 OK: 8 MiB in 20 packages 00:56:45 Removing intermediate container 0c4e0608a186 00:56:45 ---> 6dde1e464758 00:56:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:46 ---> 148267576c15 00:56:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:56:46 ---> 15ebd851ece8 00:56:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:56:46 ---> 1b8cf9105845 00:56:46 Step 18/22 : ENTRYPOINT ["/core-data"] 00:56:46 ---> Running in edcbb941fea2 00:56:46 Removing intermediate container edcbb941fea2 00:56:46 ---> 4cf0c048933b 00:56:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:46 ---> Running in 24e2047869a1 00:56:46 Removing intermediate container 24e2047869a1 00:56:46 ---> 6476b761f9a9 00:56:46 Step 20/22 : LABEL arch=x86_64 00:56:46 ---> Running in efa74036ddfb 00:56:46 Removing intermediate container efa74036ddfb 00:56:46 ---> db688c24ca50 00:56:46 Step 21/22 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 00:56:46 ---> Running in c7fae473eedf 00:56:46 Removing intermediate container c7fae473eedf 00:56:46 ---> db6092444f6b 00:56:46 Step 22/22 : LABEL version=0.0.0 00:56:46 ---> Running in c06685b0f4f0 00:56:46 Removing intermediate container c06685b0f4f0 00:56:46 ---> d7840c92f723 00:56:46 00:56:47 Successfully built d7840c92f723 00:56:47 Successfully tagged core-data:latest 00:56:47  Building core-data ... done  [Pipeline] } 00:56:47 $ docker stop --time=1 06b978d89f6ecbf2d5cceb367262850322535d0dc59d67bcf3332278dcae9a9a 00:56:48 $ docker rm -f 06b978d89f6ecbf2d5cceb367262850322535d0dc59d67bcf3332278dcae9a9a [Pipeline] // withDockerContainer [Pipeline] sh 00:56:48 + docker images 00:56:48 REPOSITORY TAG IMAGE ID CREATED SIZE 00:56:48 core-data latest d7840c92f723 2 seconds ago 20.7MB 00:56:48 1d5537614c81 6 seconds ago 1.76GB 00:56:48 support-notifications latest 6a4a77381c3b 6 seconds ago 16.9MB 00:56:48 core-metadata latest 08eb83cac2fe 9 seconds ago 16.9MB 00:56:48 security-bootstrapper latest 3201ca38146e 9 seconds ago 18.9MB 00:56:48 40a754ed0120 11 seconds ago 1.76GB 00:56:48 d8475cf76156 12 seconds ago 1.76GB 00:56:48 859c0e2eed6e 21 seconds ago 1.76GB 00:56:48 sys-mgmt-agent latest 913ff861cfd2 40 seconds ago 294MB 00:56:48 security-secretstore-setup latest b38e3722635a About a minute ago 28.4MB 00:56:48 support-scheduler latest 7f8dd0d93d12 About a minute ago 16.2MB 00:56:48 core-command latest ba23ec331d5e About a minute ago 16.1MB 00:56:48 security-proxy-setup latest 77c1f312fb11 About a minute ago 26.8MB 00:56:48 0615d4ccc8ac About a minute ago 1.76GB 00:56:48 fe1dde76a199 About a minute ago 1.76GB 00:56:48 1fd30c1037f0 About a minute ago 1.76GB 00:56:48 4d6bc19d3c80 About a minute ago 1.76GB 00:56:48 8fdb28fd3be1 About a minute ago 1.75GB 00:56:48 ci-base-image-x86_64 latest 657827f53dae 5 minutes ago 1.25GB 00:56:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 13 days ago 548MB 00:56:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 weeks ago 34.5MB 00:56:48 docker 20.10.8 bc6c0ffef665 7 weeks ago 214MB 00:56:48 alpine 3.14 14119a10abf4 2 months ago 5.6MB 00:56:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 16 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 00:57:00 ? github.com/edgexfoundry/edgex-go [no test files] 00:57:04 Still waiting to schedule task 00:57:04 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:58:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:58:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:58:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:58:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:58:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:58:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:58:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:58:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:58:30 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:58:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.244s coverage: 28.7% of statements 00:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:58:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.523s coverage: 98.5% of statements 00:58:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:58:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.447s coverage: 44.7% of statements 00:58:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:58:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:58:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.813s coverage: 89.5% of statements 00:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:58:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.278s coverage: 84.4% of statements 00:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 00:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:59:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.341s coverage: 94.2% of statements 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:59:00 ok github.com/edgexfoundry/edgex-go/internal/io 0.245s coverage: 59.1% of statements 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:59:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.277s coverage: 60.0% of statements 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:59:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.416s coverage: 0.9% of statements 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:59:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.233s coverage: 58.8% of statements 00:59:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.217s coverage: 21.7% of statements 00:59:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:59:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.341s coverage: 47.1% of statements 00:59:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.265s coverage: 79.5% of statements 00:59:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.249s coverage: 94.1% of statements 00:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.244s coverage: 96.3% of statements 00:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.218s coverage: 87.5% of statements 00:59:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.281s coverage: 94.4% of statements 00:59:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.220s coverage: 44.8% of statements 00:59:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.725s coverage: 82.5% of statements 00:59:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:59:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.276s coverage: 92.9% of statements 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:59:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:59:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.238s coverage: 87.2% of statements 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:59:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.196s coverage: 100.0% of statements 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:59:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.301s coverage: 58.8% of statements 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:59:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.330s coverage: 80.0% of statements 00:59:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.335s coverage: 87.2% of statements 00:59:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.307s coverage: 85.4% of statements 00:59:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.959s coverage: 91.2% of statements 00:59:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.049s coverage: 64.4% of statements 00:59:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:59:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.268s coverage: 100.0% of statements 00:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 89.4% of statements 00:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 00:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 00:59:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 00:59:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.680s coverage: 70.4% of statements 00:59:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:59:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:59:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:59:42 Running on prd-ubuntu18.04-docker-8c-8g-2155 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws 00:59:42 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:59:42 The recommended git tool is: git 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.847s coverage: 43.5% of statements 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.273s coverage: 89.5% of statements 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.293s coverage: 84.8% of statements 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:59:47 using credential edgex-jenkins-ssh 00:59:47 Cloning the remote Git repository 00:59:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:59:47 > git init /w/workspace/edgex-go/3 # timeout=10 00:59:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:59:47 > git --version # timeout=10 00:59:47 > git --version # 'git version 2.17.1' 00:59:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:59:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:59:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.277s coverage: 17.7% of statements 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:59:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.829s coverage: 92.3% of statements 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:59:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.254s coverage: 63.2% of statements 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:59:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.510s coverage: 97.7% of statements 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:59:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 00:59:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.217s coverage: 28.9% of statements 00:59:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 00:59:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 00:59:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:59:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:59:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 00:59:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:59:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.224s coverage: 100.0% of statements 00:59:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 96.9% of statements 00:59:51 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "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 00:59:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:59:51 GO111MODULE=on go vet ./... 00:59:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:59:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:59:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:59:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:59:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:59:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 00:59:52 Merging remotes/origin/main commit fb769a0070cc1922608d3d80e9a209584ebd424b into PR head commit 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:59:52 Failed in branch amd64 00:59:52 > git config core.sparsecheckout # timeout=10 00:59:52 > git checkout -f 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 # timeout=10 01:01:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:01:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:01:32 ./bin/test-attribution-txt.sh [Pipeline] sh 01:01:35 + ls -al . 01:01:35 total 664 01:01:35 drwxrwxr-x 9 1001 1001 4096 Oct 27 01:01 . 01:01:35 drwxr-xr-x 4 root root 4096 Oct 27 00:56 .. 01:01:35 -rw-rw-r-- 1 1001 1001 11 Oct 27 00:53 .dockerignore 01:01:35 drwxrwxr-x 8 1001 1001 4096 Oct 27 00:54 .git 01:01:35 drwxrwxr-x 4 1001 1001 4096 Oct 27 00:53 .github 01:01:35 -rw-rw-r-- 1 1001 1001 804 Oct 27 00:53 .gitignore 01:01:35 -rw-rw-r-- 1 1001 1001 42 Oct 27 00:53 .golangci.yml 01:01:35 -rw-rw-r-- 1 1001 1001 76 Oct 27 00:53 .hadolint.yml 01:01:35 -rw-rw-r-- 1 1001 1001 166 Oct 27 00:53 .sonarcloud.properties 01:01:35 -rw-rw-r-- 1 1001 1001 1171 Oct 27 00:53 ADOPTERS.md 01:01:35 -rw-rw-r-- 1 1001 1001 8910 Oct 27 00:53 Attribution.txt 01:01:35 -rw-rw-r-- 1 1001 1001 43881 Oct 27 00:53 CHANGELOG.md 01:01:35 -rw-rw-r-- 1 1001 1001 3804 Oct 27 00:53 CONTRIBUTING.md 01:01:35 -rw-rw-r-- 1 1001 1001 677 Oct 27 00:53 GOVERNANCE.md 01:01:35 -rw-rw-r-- 1 1001 1001 849 Oct 27 00:53 Jenkinsfile 01:01:35 -rw-rw-r-- 1 1001 1001 10775 Oct 27 00:53 LICENSE 01:01:35 -rw-rw-r-- 1 1001 1001 6508 Oct 27 00:53 Makefile 01:01:35 -rw-rw-r-- 1 1001 1001 582 Oct 27 00:53 OWNERS.md 01:01:35 -rw-rw-r-- 1 1001 1001 8256 Oct 27 00:53 README.md 01:01:35 -rw-rw-r-- 1 1001 1001 6912 Oct 27 00:53 SECURITY.md 01:01:35 -rw-rw-r-- 1 1001 1001 5 Oct 27 00:50 VERSION 01:01:35 -rw-rw-r-- 1 1001 1001 4131 Oct 27 00:53 ZMQWindows.md 01:01:35 drwxrwxr-x 2 1001 1001 4096 Oct 27 00:53 bin 01:01:35 drwxrwxr-x 14 1001 1001 4096 Oct 27 00:53 cmd 01:01:35 -rw-r--r-- 1 root root 426728 Oct 27 00:59 coverage.out 01:01:35 -rw-rw-r-- 1 1001 1001 848 Oct 27 00:53 go.mod 01:01:35 -rw-rw-r-- 1 1001 1001 50525 Oct 27 00:53 go.sum 01:01:35 drwxrwxr-x 8 1001 1001 4096 Oct 27 00:53 internal 01:01:35 drwxrwxr-x 3 1001 1001 4096 Oct 27 00:53 openapi 01:01:35 drwxrwxr-x 4 1001 1001 4096 Oct 27 00:53 snap 01:01:35 -rw-rw-r-- 1 1001 1001 204 Oct 27 00:53 version.go [Pipeline] sh 01:01:36 + '[' -e coverage.out ] 01:01:36 + chown 1001:1001 coverage.out [Pipeline] stash 01:01:36 Warning: overwriting stash ‘coverage-report’ 01:01:37 Stashed 1 file(s) [Pipeline] sh 01:01:38 + make build 01:01:38 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 01:01:46 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 01:02:14 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 01:02:16 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 01:02:21 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 01:02:22 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 01:02:26 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 01:02:30 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 01:02:33 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 01:02:39 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 01:02:41 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 01:02:45 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] } 01:02:52 $ docker stop --time=1 ed1b8113e280337d935e0934bc3e89b6b175de1ec2e6ee2ddc3dccf45e516604 01:02:54 $ docker rm -f ed1b8113e280337d935e0934bc3e89b6b175de1ec2e6ee2ddc3dccf45e516604 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:02:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:02:56 01:02:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:02:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:02:58 latest: Pulling from edgex-devops/edgex-compose-arm64 01:02:58 29e5d40040c1: Pulling fs layer 01:02:58 1ce36da41761: Pulling fs layer 01:02:58 25b303627fd3: Pulling fs layer 01:02:58 29e5d40040c1: Verifying Checksum 01:02:58 29e5d40040c1: Download complete 01:02:58 1ce36da41761: Verifying Checksum 01:02:58 1ce36da41761: Download complete 01:02:58 29e5d40040c1: Pull complete 01:02:59 25b303627fd3: Verifying Checksum 01:02:59 25b303627fd3: Download complete 01:02:59 1ce36da41761: Pull complete 01:03:09 25b303627fd3: Pull complete 01:03:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:03:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:03:09 prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container 01:03:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64:latest cat 01:03:12 $ docker top 742ad08bb927919f0a17e559256e2130c54e6f6aa0f70199a655eeeaebb501f2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:13 + grep parallel 01:03:13 + docker-compose build --help 01:03:20 --parallel Build images in parallel. [Pipeline] } 01:03:20 $ docker stop --time=1 742ad08bb927919f0a17e559256e2130c54e6f6aa0f70199a655eeeaebb501f2 01:03:22 $ docker rm -f 742ad08bb927919f0a17e559256e2130c54e6f6aa0f70199a655eeeaebb501f2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:03:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:22 . [Pipeline] withDockerContainer 01:03:23 prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container 01:03:23 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64:latest cat 01:03:24 $ docker top ced2771601d91384181c9af7b3f6418e2c1076df28fcacb9e42350342daa6157 -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:25 + docker-compose -f ./docker-compose-build.yml build --parallel 01:03:32 Building core-command ... 01:03:32 Building core-data ... 01:03:32 Building core-metadata ... 01:03:32 Building security-bootstrapper ... 01:03:32 Building security-proxy-setup ... 01:03:32 Building security-secretstore-setup ... 01:03:32 Building support-notifications ... 01:03:32 Building support-scheduler ... 01:03:32 Building sys-mgmt-agent ... 01:03:32 Building core-data 01:03:32 Building support-scheduler 01:03:32 Building security-bootstrapper 01:03:32 Building support-notifications 01:03:32 Building core-metadata 01:04:41 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 01:04:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:04:41 ---> fdbc1eac993e 01:04:41 Step 3/23 : WORKDIR /edgex-go 01:04:41 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 01:04:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:04:41 ---> fdbc1eac993e 01:04:41 Step 3/21 : WORKDIR /edgex-go 01:04:41 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 01:04:41 Step 2/30 : FROM ${BUILDER_BASE} AS builder 01:04:41 ---> fdbc1eac993e 01:04:41 Step 3/30 : WORKDIR /edgex-go 01:04:41 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 01:04:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:04:41 ---> fdbc1eac993e 01:04:41 Step 3/22 : WORKDIR /edgex-go 01:04:41 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 01:04:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:04:41 ---> fdbc1eac993e 01:04:41 Step 3/22 : WORKDIR /edgex-go 01:04:41 ---> Running in 40fbccc672ca 01:04:41 ---> Running in e53901a00f59 01:04:41 ---> Running in f97f63a1565e 01:04:41 ---> Running in 6da8943f595a 01:04:41 ---> Running in ac5a7d7df405 01:04:41 Removing intermediate container f97f63a1565e 01:04:41 ---> dff10001312e 01:04:41 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:41 Removing intermediate container e53901a00f59 01:04:41 ---> 67d2d6374142 01:04:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:41 Removing intermediate container 6da8943f595a 01:04:41 ---> 1f8be497aed3 01:04:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:41 Removing intermediate container 40fbccc672ca 01:04:41 ---> 8de68570679c 01:04:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:41 ---> Running in 0f0c6b362a99 01:04:41 ---> Running in 2694b18573c2 01:04:41 ---> Running in 173f8b3e8d88 01:04:41 ---> Running in 09e259a0e47c 01:04:41 Removing intermediate container ac5a7d7df405 01:04:41 ---> 1abeb0db8c48 01:04:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:41 ---> Running in 8983c4e0c291 01:04:41 Removing intermediate container 173f8b3e8d88 01:04:41 ---> edd6a77d1f0b 01:04:41 Step 5/23 : RUN apk add --update --no-cache make git 01:04:41 Removing intermediate container 0f0c6b362a99 01:04:41 ---> b159e8bb3b29 01:04:41 Step 5/30 : RUN apk add --update --no-cache make git 01:04:41 ---> Running in f8cb62a430ba 01:04:41 ---> Running in 7d4ed470fc46 01:04:41 Removing intermediate container 09e259a0e47c 01:04:41 ---> eef3515455eb 01:04:41 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:04:41 Removing intermediate container 8983c4e0c291 01:04:41 ---> 81dd66aff3c8 01:04:41 Step 5/22 : RUN apk add --update --no-cache make git 01:04:41 ---> Running in 64c81c1dd09b 01:04:42 Removing intermediate container 2694b18573c2 01:04:42 ---> 49fbbdc05bb7 01:04:42 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 01:04:42 ---> Running in 5c2ea6f88ff8 01:04:42 ---> Running in c89037cab33a 01:04:42 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:04:43 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:04:44 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:04:44 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:04:44 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:04:44 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:04:44 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:04:45 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:04:45 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:04:45 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:04:45 OK: 219 MiB in 52 packages 01:04:45 OK: 219 MiB in 52 packages 01:04:46 OK: 219 MiB in 52 packages 01:04:46 OK: 219 MiB in 52 packages 01:04:46 OK: 219 MiB in 52 packages 01:04:47 Removing intermediate container f8cb62a430ba 01:04:47 ---> d61ecede5be3 01:04:47 Step 6/23 : COPY go.mod . 01:04:47 Removing intermediate container 7d4ed470fc46 01:04:47 ---> 3bd17de94873 01:04:47 Step 6/30 : COPY . . 01:04:48 Removing intermediate container c89037cab33a 01:04:48 ---> bfcb7b074f5b 01:04:48 Step 6/21 : COPY . . 01:04:48 Removing intermediate container 64c81c1dd09b 01:04:48 ---> bdb5fc61e86d 01:04:48 Step 6/22 : COPY . . 01:04:48 ---> f71666b568fd 01:04:48 Step 7/23 : RUN go mod download 01:04:49 Removing intermediate container 5c2ea6f88ff8 01:04:49 ---> 8a637e0c17e5 01:04:49 Step 6/22 : COPY . . 01:04:49 ---> Running in b70cb74108fa 01:04:55 Removing intermediate container b70cb74108fa 01:04:55 ---> f10f4551f95f 01:04:55 Step 8/23 : COPY . . 01:05:15 ---> a6d46414e9bb 01:05:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:15 ---> d2db6496cd5f 01:05:15 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:15 ---> 62d7c1947429 01:05:15 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:15 ---> 2f7419b75da8 01:05:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:15 ---> Running in 18f2d2854f9f 01:05:15 ---> Running in 2b0d6529758b 01:05:15 ---> Running in 0c368cedf71d 01:05:16 ---> Running in 86ae52ec84d6 01:05:20 ---> 37c818be9180 01:05:20 Step 9/23 : RUN go mod tidy 01:05:20 ---> Running in fa7c9cf1cdaa 01:05:22 Removing intermediate container 18f2d2854f9f 01:05:22 ---> 389dc8dbe4b6 01:05:22 Step 8/22 : RUN make cmd/core-metadata/core-metadata 01:05:22 ---> Running in a59626d8b530 01:05:22 Removing intermediate container 0c368cedf71d 01:05:22 ---> 510e37b40430 01:05:22 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:05:22 ---> Running in c47fa350bab6 01:05:22 Removing intermediate container 86ae52ec84d6 01:05:22 ---> bb505a580ff8 01:05:22 Step 8/22 : RUN make cmd/core-data/core-data 01:05:22 Removing intermediate container 2b0d6529758b 01:05:22 ---> 58e4b2f7e264 01:05:22 Step 8/21 : RUN make cmd/support-notifications/support-notifications 01:05:22 ---> Running in 69dc810c3232 01:05:23 ---> Running in e33e08452703 01:05:25 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 01:05:25 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 01:05:25 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 01:05:26 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 01:05:26 Removing intermediate container fa7c9cf1cdaa 01:05:26 ---> 9b8316426d92 01:05:26 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 01:05:27 ---> Running in 8d271c52348c 01:05:29 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 01:07:52 Removing intermediate container c47fa350bab6 01:07:52 ---> 1fb20de4d8e4 01:07:52 01:07:52 Step 9/30 : FROM alpine:3.14 01:07:52 3.14: Pulling from library/alpine 01:07:52 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 01:07:52 Status: Downloaded newer image for alpine:3.14 01:07:52 ---> bb3de5531c18 01:07:52 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:07:52 ---> Running in adde6c343ca7 01:07:52 Removing intermediate container adde6c343ca7 01:07:52 ---> 5cad3090fbf9 01:07:52 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 01:07:52 ---> Running in bbe4ea48d5a8 01:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:07:52 (1/2) Installing dumb-init (1.2.5-r1) 01:07:52 (2/2) Installing su-exec (0.2-r1) 01:07:52 Executing busybox-1.33.1-r3.trigger 01:07:52 OK: 5 MiB in 16 packages 01:07:52 Removing intermediate container bbe4ea48d5a8 01:07:52 ---> 174a9f36977a 01:07:52 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 01:07:52 ---> Running in 3ec13b35d252 01:07:52 Removing intermediate container 3ec13b35d252 01:07:52 ---> 1d3684120f11 01:07:52 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:07:53 ---> Running in 0c5a0bd41d68 01:07:54 Removing intermediate container 0c5a0bd41d68 01:07:54 ---> ecfa075bb241 01:07:54 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:07:54 ---> Running in 5d19debe2a05 01:07:58 Removing intermediate container 5d19debe2a05 01:07:58 ---> cbff9f2d836e 01:07:58 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 01:07:58 ---> Running in 8a413205bc29 01:07:59 Removing intermediate container 8a413205bc29 01:07:59 ---> 98600197156d 01:07:59 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:07:59 Removing intermediate container e33e08452703 01:07:59 ---> b58c4ae4d6fb 01:07:59 01:07:59 Step 9/21 : FROM alpine:3.14 01:07:59 ---> bb3de5531c18 01:07:59 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 01:08:00 ---> Running in ad50b32b6daa 01:08:01 ---> fab13113aa63 01:08:01 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:08:01 ---> Running in e136ea068e59 01:08:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:08:03 Removing intermediate container 8d271c52348c 01:08:03 ---> c9f1a1fd390f 01:08:03 01:08:03 Step 11/23 : FROM alpine:3.14 01:08:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:08:03 ---> bb3de5531c18 01:08:03 Step 12/23 : RUN apk add --update --no-cache dumb-init 01:08:03 ---> Running in 4b362ae261e2 01:08:04 (1/2) Installing ca-certificates (20191127-r5) 01:08:04 (2/2) Installing dumb-init (1.2.5-r1) 01:08:04 Executing busybox-1.33.1-r3.trigger 01:08:04 Executing ca-certificates-20191127-r5.trigger 01:08:04 Removing intermediate container a59626d8b530 01:08:04 ---> cce6b6073e93 01:08:04 01:08:04 Step 9/22 : FROM alpine:3.14 01:08:04 ---> bb3de5531c18 01:08:04 Step 10/22 : RUN apk add --update --no-cache dumb-init 01:08:04 OK: 6 MiB in 16 packages 01:08:04 ---> Running in 253b2cb9734f 01:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:08:06 Removing intermediate container e136ea068e59 01:08:06 ---> aed90309bb34 01:08:06 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:08:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:08:07 (1/1) Installing dumb-init (1.2.5-r1) 01:08:07 Removing intermediate container ad50b32b6daa 01:08:07 ---> a4534b56ef28 01:08:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:08:07 Executing busybox-1.33.1-r3.trigger 01:08:07 OK: 5 MiB in 15 packages 01:08:07 ---> Running in 6a9dadadea37 01:08:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:08:07 ---> d928726bbbb7 01:08:07 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:08:08 Removing intermediate container 6a9dadadea37 01:08:08 ---> e53053e96f5b 01:08:08 Step 12/21 : ENV APP_PORT=59860 01:08:08 ---> Running in a9a1de21a39d 01:08:08 (1/1) Installing dumb-init (1.2.5-r1) 01:08:08 Executing busybox-1.33.1-r3.trigger 01:08:09 OK: 5 MiB in 15 packages 01:08:09 Removing intermediate container 4b362ae261e2 01:08:09 ---> fc283b7c4784 01:08:09 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:08:09 ---> Running in 72528c3bfe7d 01:08:09 Removing intermediate container a9a1de21a39d 01:08:09 ---> 4c59336d3c84 01:08:09 Step 13/21 : EXPOSE $APP_PORT 01:08:09 ---> Running in 10e821110dee 01:08:10 Removing intermediate container 72528c3bfe7d 01:08:10 ---> fdedbddc12b8 01:08:10 Step 14/23 : ENV APP_PORT=59861 01:08:10 Removing intermediate container 253b2cb9734f 01:08:10 ---> 1f404dae8e02 01:08:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:08:10 ---> Running in b64eebf036dd 01:08:10 ---> 63eba1fb77d2 01:08:10 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:08:10 ---> Running in 5ad7474cf9b8 01:08:10 Removing intermediate container 10e821110dee 01:08:10 ---> a858dd611b65 01:08:10 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:11 Removing intermediate container b64eebf036dd 01:08:11 ---> e587f45a84bf 01:08:11 Step 15/23 : EXPOSE $APP_PORT 01:08:11 Removing intermediate container 5ad7474cf9b8 01:08:11 ---> 1e2828d6552c 01:08:11 Step 12/22 : ENV APP_PORT=59881 01:08:11 ---> Running in b829f0fd0e18 01:08:11 ---> Running in ef55eaf17e0e 01:08:12 ---> e459848adf4b 01:08:12 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:08:12 Removing intermediate container ef55eaf17e0e 01:08:12 ---> ace6388816f5 01:08:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:12 ---> 0a8734a90b95 01:08:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:08:12 Removing intermediate container b829f0fd0e18 01:08:12 ---> 4e6de183f8db 01:08:12 Step 13/22 : EXPOSE $APP_PORT 01:08:12 ---> Running in 60e44807f3c5 01:08:13 ---> 664934263c04 01:08:13 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:08:13 Removing intermediate container 60e44807f3c5 01:08:13 ---> 080ff41041d2 01:08:13 Step 14/22 : WORKDIR / 01:08:13 ---> 922627a477ef 01:08:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:08:13 ---> Running in f28b5b4ea20d 01:08:14 Removing intermediate container 69dc810c3232 01:08:14 ---> f6b66ae84b70 01:08:14 01:08:14 Step 9/22 : FROM alpine:3.14 01:08:14 ---> bb3de5531c18 01:08:14 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:08:14 ---> a606c739aaac 01:08:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:08:14 ---> Running in aedd4df1f192 01:08:14 Removing intermediate container f28b5b4ea20d 01:08:14 ---> 1affc54309e0 01:08:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:14 ---> a43168f85e4d 01:08:14 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 01:08:15 ---> Running in a828725769a3 01:08:15 Removing intermediate container aedd4df1f192 01:08:15 ---> 7eff7d564e92 01:08:15 Step 11/22 : ENV APP_PORT=59880 01:08:15 ---> Running in 0d6ab933541b 01:08:15 ---> 93923f00675e 01:08:15 Step 17/21 : ENTRYPOINT ["/support-notifications"] 01:08:15 ---> 23967f252aab 01:08:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:08:15 ---> Running in e84279df7774 01:08:15 ---> 8ff8a38743c7 01:08:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:08:15 Removing intermediate container a828725769a3 01:08:15 ---> d87a9ef423e3 01:08:15 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:08:15 Removing intermediate container 0d6ab933541b 01:08:15 ---> 8a38d1d0faad 01:08:15 Step 12/22 : EXPOSE $APP_PORT 01:08:16 ---> Running in c8da5984fc86 01:08:16 Removing intermediate container e84279df7774 01:08:16 ---> d0a15db7ad7d 01:08:16 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:16 ---> Running in 9f01fcc94383 01:08:16 ---> 847567724141 01:08:16 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 01:08:16 ---> Running in 73d15f0d6124 01:08:16 Removing intermediate container c8da5984fc86 01:08:16 ---> 5bdd68d331f7 01:08:16 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:17 ---> Running in 50612af50edd 01:08:17 Removing intermediate container 9f01fcc94383 01:08:17 ---> 41cfb981f373 01:08:17 Step 19/21 : LABEL arch=arm64 01:08:17 ---> 596084a00b5e 01:08:17 Step 25/30 : RUN chmod +x /entrypoint.sh 01:08:17 ---> Running in 6e4032134a3e 01:08:17 ---> Running in 9f8ac39b87e9 01:08:17 Removing intermediate container 73d15f0d6124 01:08:17 ---> cb2f6c0d59f4 01:08:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:17 ---> 52a595f8c035 01:08:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:08:17 ---> Running in de4a8a76f22c 01:08:18 Removing intermediate container 6e4032134a3e 01:08:18 ---> eda948629dd3 01:08:18 Step 20/21 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 01:08:18 ---> Running in 706db75c9c5a 01:08:18 Removing intermediate container de4a8a76f22c 01:08:18 ---> d89e11e7e981 01:08:18 Step 21/23 : LABEL arch=arm64 01:08:18 ---> Running in b9a9c538623b 01:08:18 ---> ebf9685bd26b 01:08:18 Step 18/22 : ENTRYPOINT ["/core-metadata"] 01:08:19 Removing intermediate container 706db75c9c5a 01:08:19 ---> 474b63a1e8fb 01:08:19 Step 21/21 : LABEL version=0.0.0 01:08:19 ---> Running in e58478fef6c9 01:08:19 ---> Running in 7a42b505cc69 01:08:19 Removing intermediate container b9a9c538623b 01:08:19 ---> be168210a3da 01:08:19 Step 22/23 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 01:08:19 Removing intermediate container e58478fef6c9 01:08:19 ---> 4806331717db 01:08:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:19 ---> Running in 4baeeec900a9 01:08:20 ---> Running in a4dc2c572129 01:08:20 Removing intermediate container 7a42b505cc69 01:08:20 ---> 36cfb8487ee1 01:08:20 01:08:20 Removing intermediate container 50612af50edd 01:08:20 ---> 782e6e10882a 01:08:20 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 01:08:20 Removing intermediate container 4baeeec900a9 01:08:20 ---> 90957575ab84 01:08:20 Step 23/23 : LABEL version=0.0.0 01:08:20 ---> Running in 3b07272bbf6f 01:08:20 Removing intermediate container a4dc2c572129 01:08:20 ---> 2e018c660f43 01:08:20 Step 20/22 : LABEL arch=arm64 01:08:20 ---> Running in e226539031a0 01:08:20 Successfully built 36cfb8487ee1 01:08:20 Successfully tagged support-notifications-arm64:latest 01:08:20 ---> Running in c6b197abc507 01:08:20  Building support-notifications ... done Building security-proxy-setup 01:08:20 Removing intermediate container 9f8ac39b87e9 01:08:20 ---> a78ae19dd9f7 01:08:20 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 01:08:21 ---> Running in bf4f810b7cab 01:08:21 Removing intermediate container e226539031a0 01:08:21 ---> 2942eac87eb4 01:08:21 01:08:21 Removing intermediate container c6b197abc507 01:08:21 ---> 823247cbc967 01:08:21 Step 21/22 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 01:08:21 ---> Running in 9fd3f998eb91 01:08:22 Successfully built 2942eac87eb4 01:08:22 Successfully tagged support-scheduler-arm64:latest 01:08:22  Building support-scheduler ... done Building security-secretstore-setup 01:08:22 Removing intermediate container bf4f810b7cab 01:08:22 ---> f4dc3985ac75 01:08:22 Step 27/30 : CMD ["gate"] 01:08:22 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:08:22 Removing intermediate container 9fd3f998eb91 01:08:22 ---> f19822f48aea 01:08:22 Step 22/22 : LABEL version=0.0.0 01:08:22 ---> Running in 09c94d05a9f5 01:08:22 ---> Running in 1a830f391c2c 01:08:22 Removing intermediate container 1a830f391c2c 01:08:22 ---> 432e18999771 01:08:22 01:08:22 Removing intermediate container 09c94d05a9f5 01:08:22 ---> 7421b00a5506 01:08:22 Step 28/30 : LABEL arch=arm64 01:08:23 ---> Running in 5e3f02744f8b 01:08:23 Successfully built 432e18999771 01:08:23 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:08:23 Successfully tagged core-metadata-arm64:latest 01:08:23  Building core-metadata ... done Building sys-mgmt-agent 01:08:23 Removing intermediate container 5e3f02744f8b 01:08:23 ---> badba0996566 01:08:23 Step 29/30 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 01:08:24 ---> Running in 17539839904c 01:08:24 (1/6) Installing dumb-init (1.2.5-r1) 01:08:24 (2/6) Installing libgcc (10.3.1_git20210424-r2) 01:08:24 (3/6) Installing libsodium (1.0.18-r0) 01:08:24 Removing intermediate container 17539839904c 01:08:24 ---> 1e78648a09a7 01:08:24 Step 30/30 : LABEL version=0.0.0 01:08:24 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 01:08:24 (5/6) Installing libzmq (4.3.4-r0) 01:08:24 ---> Running in f8039646183e 01:08:25 (6/6) Installing zeromq (4.3.4-r0) 01:08:25 Executing busybox-1.33.1-r3.trigger 01:08:25 OK: 8 MiB in 20 packages 01:08:25 Removing intermediate container f8039646183e 01:08:25 ---> 8fe6636a989d 01:08:25 01:08:26 Successfully built 8fe6636a989d 01:08:26 Successfully tagged security-bootstrapper-arm64:latest 01:08:26  Building security-bootstrapper ... done Building core-command 01:08:26 Removing intermediate container 3b07272bbf6f 01:08:26 ---> 8aa779c6bae6 01:08:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:27 ---> f4978d286fdf 01:08:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:08:29 ---> b1b7275c997a 01:08:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:08:30 ---> aa1b80c31c75 01:08:30 Step 18/22 : ENTRYPOINT ["/core-data"] 01:08:30 ---> Running in 530359a0b268 01:08:30 Removing intermediate container 530359a0b268 01:08:30 ---> 7523ada52bb8 01:08:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:30 ---> Running in 03bcd1c3ed64 01:08:31 Removing intermediate container 03bcd1c3ed64 01:08:31 ---> 8b4fcda95b24 01:08:31 Step 20/22 : LABEL arch=arm64 01:08:31 ---> Running in 8c7127fbf477 01:08:32 Removing intermediate container 8c7127fbf477 01:08:32 ---> 61f3ee500559 01:08:32 Step 21/22 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 01:08:32 ---> Running in 5aae9e7850cb 01:08:33 Removing intermediate container 5aae9e7850cb 01:08:33 ---> 343e220d3eb3 01:08:33 Step 22/22 : LABEL version=0.0.0 01:08:33 ---> Running in 6f6427214694 01:08:33 Removing intermediate container 6f6427214694 01:08:33 ---> a60a22fcb5b3 01:08:33 01:08:33 Successfully built a60a22fcb5b3 01:08:33 Successfully tagged core-data-arm64:latest 01:09:21  Building core-data ... done Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 01:09:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:09:21 ---> fdbc1eac993e 01:09:21 Step 3/20 : WORKDIR /edgex-go 01:09:21 ---> Using cache 01:09:21 ---> 1abeb0db8c48 01:09:21 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:21 ---> Using cache 01:09:21 ---> 81dd66aff3c8 01:09:21 Step 5/20 : RUN apk add --update --no-cache make git 01:09:21 ---> Using cache 01:09:21 ---> 8a637e0c17e5 01:09:21 Step 6/20 : COPY . . 01:09:21 ---> Using cache 01:09:21 ---> a6d46414e9bb 01:09:21 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:09:21 ---> Using cache 01:09:21 ---> 389dc8dbe4b6 01:09:21 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:09:21 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 01:09:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:09:21 ---> fdbc1eac993e 01:09:21 Step 3/22 : WORKDIR /edgex-go 01:09:21 ---> Using cache 01:09:21 ---> 1abeb0db8c48 01:09:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:21 ---> Using cache 01:09:21 ---> 81dd66aff3c8 01:09:21 Step 5/22 : RUN apk add --update --no-cache make bash git 01:09:21 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 01:09:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:09:21 ---> fdbc1eac993e 01:09:21 Step 3/24 : WORKDIR /edgex-go 01:09:21 ---> Using cache 01:09:21 ---> 1abeb0db8c48 01:09:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:21 ---> Using cache 01:09:21 ---> 81dd66aff3c8 01:09:21 Step 5/24 : RUN apk add --update --no-cache make git 01:09:21 ---> Using cache 01:09:21 ---> 8a637e0c17e5 01:09:21 Step 6/24 : COPY . . 01:09:21 ---> Using cache 01:09:21 ---> a6d46414e9bb 01:09:21 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:09:21 ---> Using cache 01:09:21 ---> 389dc8dbe4b6 01:09:21 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:09:21 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 01:09:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:09:21 ---> fdbc1eac993e 01:09:21 Step 3/22 : WORKDIR /edgex-go 01:09:21 ---> Using cache 01:09:21 ---> 1abeb0db8c48 01:09:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:21 ---> Using cache 01:09:21 ---> 81dd66aff3c8 01:09:21 Step 5/22 : RUN apk add --update --no-cache make git 01:09:21 ---> Using cache 01:09:21 ---> 8a637e0c17e5 01:09:21 Step 6/22 : COPY . . 01:09:21 ---> Using cache 01:09:21 ---> a6d46414e9bb 01:09:21 ---> Running in e27a4177d1bb 01:09:21 ---> Running in 101d11788d1a 01:09:21 ---> Running in 5fdafb0212a0 01:09:21 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:09:21 ---> Using cache 01:09:21 ---> 389dc8dbe4b6 01:09:21 Step 8/22 : RUN make cmd/core-command/core-command 01:09:21 ---> Running in 74e5fe19141e 01:09:21 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 01:09:21 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 01:09:21 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 01:09:21 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:09:21 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:09:21 OK: 219 MiB in 52 packages 01:09:23 Removing intermediate container 101d11788d1a 01:09:23 ---> 9a5b8293a15d 01:09:23 Step 6/22 : COPY . . 01:09:42 ---> 2521eb5c3fb3 01:09:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:09:42 ---> Running in 83353f66c313 01:09:46 Removing intermediate container 83353f66c313 01:09:46 ---> e1e7bb279a6d 01:09:46 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:09:46 ---> Running in ad196b9fc783 01:09:49 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 01:11:11 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 01:11:11 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 01:11:14 Removing intermediate container 74e5fe19141e 01:11:14 ---> 47fe658151f4 01:11:14 01:11:14 Step 9/22 : FROM alpine:3.14 01:11:14 ---> bb3de5531c18 01:11:14 Step 10/22 : RUN apk add --update --no-cache dumb-init 01:11:14 ---> Using cache 01:11:14 ---> 1f404dae8e02 01:11:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:11:14 ---> Using cache 01:11:14 ---> 1e2828d6552c 01:11:14 Step 12/22 : ENV APP_PORT=59882 01:11:14 ---> Running in ecde27d7823a 01:11:15 Removing intermediate container ecde27d7823a 01:11:15 ---> a0a78f015b0a 01:11:15 Step 13/22 : EXPOSE $APP_PORT 01:11:15 ---> Running in f243e00f363d 01:11:15 Removing intermediate container f243e00f363d 01:11:15 ---> 6f2b6883f528 01:11:15 Step 14/22 : WORKDIR / 01:11:16 ---> Running in 23f5daa2b271 01:11:16 Removing intermediate container 23f5daa2b271 01:11:16 ---> 95d822d586fd 01:11:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:11:18 ---> 03fe9579f9fe 01:11:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:11:22 ---> 41a9b4023bd0 01:11:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:11:23 Removing intermediate container 5fdafb0212a0 01:11:23 ---> 374f521288ba 01:11:23 01:11:23 Step 9/20 : FROM alpine:3.14 01:11:23 ---> bb3de5531c18 01:11:23 Step 10/20 : RUN apk add --update --no-cache curl 01:11:23 ---> Running in 6aacd59ed877 01:11:23 Removing intermediate container e27a4177d1bb 01:11:23 ---> 10167f7242ee 01:11:23 01:11:23 Step 9/24 : FROM alpine:3.14 01:11:23 ---> bb3de5531c18 01:11:23 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:11:24 ---> Running in 6bd7db917a8a 01:11:24 ---> a8fb9457062c 01:11:24 Step 18/22 : ENTRYPOINT ["/core-command"] 01:11:24 ---> Running in 9b446ed5889e 01:11:24 Removing intermediate container 9b446ed5889e 01:11:24 ---> 6427e4e9474c 01:11:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:11:25 ---> Running in ddc60a7c7315 01:11:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:11:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:11:25 Removing intermediate container ddc60a7c7315 01:11:25 ---> c553754f9c2e 01:11:25 Step 20/22 : LABEL arch=arm64 01:11:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:11:25 ---> Running in c3de2224d3ff 01:11:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:11:26 Removing intermediate container c3de2224d3ff 01:11:26 ---> 6b1f8df2efe2 01:11:26 Step 21/22 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 01:11:26 ---> Running in 81e8182b697f 01:11:26 (1/5) Installing ca-certificates (20191127-r5) 01:11:27 (2/5) Installing brotli-libs (1.0.9-r5) 01:11:27 (3/5) Installing nghttp2-libs (1.43.0-r0) 01:11:27 (4/5) Installing libcurl (7.79.1-r0) 01:11:27 (5/5) Installing curl (7.79.1-r0) 01:11:27 Executing busybox-1.33.1-r3.trigger 01:11:27 Executing ca-certificates-20191127-r5.trigger 01:11:27 (1/3) Installing ca-certificates (20191127-r5) 01:11:27 (2/3) Installing dumb-init (1.2.5-r1) 01:11:27 (3/3) Installing su-exec (0.2-r1) 01:11:27 Executing busybox-1.33.1-r3.trigger 01:11:27 Removing intermediate container 81e8182b697f 01:11:27 ---> acd955f9dca5 01:11:27 Step 22/22 : LABEL version=0.0.0 01:11:27 Executing ca-certificates-20191127-r5.trigger 01:11:27 OK: 8 MiB in 19 packages 01:11:28 ---> Running in 11385f6a49cf 01:11:28 OK: 6 MiB in 17 packages 01:11:28 Removing intermediate container 11385f6a49cf 01:11:28 ---> 53a2ca831a41 01:11:28 01:11:29 Successfully built 53a2ca831a41 01:11:29 Successfully tagged core-command-arm64:latest 01:11:29  Building core-command ... done Removing intermediate container 6bd7db917a8a 01:11:29 ---> 183fa3e7965c 01:11:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:11:29 Removing intermediate container 6aacd59ed877 01:11:29 ---> 65ff4075c2e8 01:11:29 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:11:29 ---> Running in 7ab117e3479c 01:11:29 ---> Running in 63e6931a0386 01:11:30 Removing intermediate container 63e6931a0386 01:11:30 Removing intermediate container 7ab117e3479c 01:11:30 ---> 7a1e7bb31736 01:11:30 Step 12/20 : WORKDIR /edgex 01:11:30 ---> 799d5922c6b7 01:11:30 Step 12/24 : WORKDIR / 01:11:30 ---> Running in d2620deb4aad 01:11:30 ---> Running in 37a10503d49b 01:11:31 Removing intermediate container d2620deb4aad 01:11:31 ---> 6bb695b963f1 01:11:31 Removing intermediate container 37a10503d49b 01:11:31 ---> 83d512063e05 01:11:31 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.jsonRemoving intermediate container ad196b9fc783 01:11:31 ---> a4a04b39ffbe 01:11:31 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:11:31 01:11:31 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:11:31 ---> Running in 55ff0053592b 01:11:32 ---> 261e3dccb932 01:11:32 ---> 81f5cecd776b 01:11:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.tomlStep 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:11:32 01:11:33 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 01:11:33 ---> f913fb4572c6 01:11:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:11:34 ---> 6a663f982689 01:11:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:11:34 ---> 249a155d62d0 01:11:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:11:35 ---> 38c098088b4d 01:11:35 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:11:35 ---> Running in ba59e39ae64e 01:11:35 ---> 3a3f2f2acab5 01:11:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:11:36 Removing intermediate container ba59e39ae64e 01:11:36 ---> 06ffb1861d3e 01:11:36 Step 17/20 : CMD ["--init=true"] 01:11:36 ---> Running in 8602341d2015 01:11:36 Removing intermediate container 55ff0053592b 01:11:36 ---> a8fef62274ee 01:11:36 01:11:36 Step 10/22 : FROM docker:20.10.8 01:11:36 20.10.8: Pulling from library/docker 01:11:36 Removing intermediate container 8602341d2015 01:11:36 ---> 551a5034fdd8 01:11:36 Step 18/20 : LABEL arch=arm64 01:11:37 ---> Running in ecda5f9e24e4 01:11:37 ---> a31784b0dd74 01:11:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:11:38 Removing intermediate container ecda5f9e24e4 01:11:38 ---> 626fd095732b 01:11:38 Step 19/20 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 01:11:38 ---> Running in 1003e6df7080 01:11:39 Removing intermediate container 1003e6df7080 01:11:39 ---> b2290c632c87 01:11:39 Step 20/20 : LABEL version=0.0.0 01:11:39 ---> Running in de08f95e27aa 01:11:39 ---> 268a9120f501 01:11:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:11:39 Removing intermediate container de08f95e27aa 01:11:39 ---> bbac7740aa7b 01:11:39 01:11:40 ---> 5dc518dcd7bc 01:11:40 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/ 01:11:40 Successfully built bbac7740aa7b 01:11:40 Successfully tagged security-proxy-setup-arm64:latest 01:11:40  Building security-proxy-setup ... done  ---> Running in 99b29ac677ed 01:11:43 Removing intermediate container 99b29ac677ed 01:11:43 ---> d2563639887c 01:11:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:11:43 ---> Running in 32cb93d8f0f0 01:11:43 Removing intermediate container 32cb93d8f0f0 01:11:43 ---> 45c54c2152eb 01:11:43 Step 22/24 : LABEL arch=arm64 01:11:43 ---> Running in 79151412915b 01:11:44 Removing intermediate container 79151412915b 01:11:44 ---> fd2033be0a0b 01:11:44 Step 23/24 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 01:11:44 ---> Running in 1e7ab893caa0 01:11:45 Removing intermediate container 1e7ab893caa0 01:11:45 ---> 0fffe59ba799 01:11:45 Step 24/24 : LABEL version=0.0.0 01:11:45 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 01:11:45 Status: Downloaded newer image for docker:20.10.8 01:11:45 ---> 3734d5adc5ac 01:11:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:11:45 ---> Running in 37cc0e32634d 01:11:45 ---> Running in 35e250c4cd96 01:11:45 Removing intermediate container 37cc0e32634d 01:11:45 ---> 680ad70f45dd 01:11:45 01:11:45 Removing intermediate container 35e250c4cd96 01:11:45 ---> 00e104978121 01:11:45 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 01:11:45 ---> Running in 1874aa1c7901 01:11:45 Successfully built 680ad70f45dd 01:11:45 Successfully tagged security-secretstore-setup-arm64:latest 01:11:47  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:11:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:11:48 (1/42) Installing readline (8.1.0-r0) 01:11:48 (2/42) Installing bash (5.1.4-r0) 01:11:48 Executing bash-5.1.4-r0.post-install 01:11:48 (3/42) Installing brotli-libs (1.0.9-r5) 01:11:48 (4/42) Installing nghttp2-libs (1.43.0-r0) 01:11:48 (5/42) Installing libcurl (7.79.1-r0) 01:11:48 (6/42) Installing curl (7.79.1-r0) 01:11:48 (7/42) Installing dumb-init (1.2.5-r1) 01:11:48 (8/42) Installing libbz2 (1.0.8-r1) 01:11:48 (9/42) Installing expat (2.4.1-r0) 01:11:48 (10/42) Installing libffi (3.3-r2) 01:11:48 (11/42) Installing gdbm (1.19-r0) 01:11:48 (12/42) Installing xz-libs (5.2.5-r0) 01:11:48 (13/42) Installing libgcc (10.3.1_git20210424-r2) 01:11:48 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 01:11:48 (15/42) Installing mpdecimal (2.5.1-r1) 01:11:48 (16/42) Installing sqlite-libs (3.35.5-r0) 01:11:48 (17/42) Installing python3 (3.9.5-r1) 01:11:50 (18/42) Installing py3-appdirs (1.4.4-r2) 01:11:50 (19/42) Installing py3-chardet (4.0.0-r2) 01:11:50 (20/42) Installing py3-idna (3.2-r0) 01:11:50 (21/42) Installing py3-urllib3 (1.26.5-r0) 01:11:50 (22/42) Installing py3-certifi (2020.12.5-r1) 01:11:50 (23/42) Installing py3-requests (2.25.1-r4) 01:11:50 (24/42) Installing py3-msgpack (1.0.2-r1) 01:11:50 (25/42) Installing py3-lockfile (0.12.2-r4) 01:11:50 (26/42) Installing py3-cachecontrol (0.12.6-r1) 01:11:50 (27/42) Installing py3-colorama (0.4.4-r1) 01:11:50 (28/42) Installing py3-contextlib2 (0.6.0-r1) 01:11:50 (29/42) Installing py3-distlib (0.3.1-r3) 01:11:51 (30/42) Installing py3-distro (1.5.0-r3) 01:11:51 (31/42) Installing py3-six (1.15.0-r1) 01:11:51 (32/42) Installing py3-webencodings (0.5.1-r4) 01:11:51 (33/42) Installing py3-html5lib (1.1-r1) 01:11:51 (34/42) Installing py3-parsing (2.4.7-r2) 01:11:51 (35/42) Installing py3-packaging (20.9-r1) 01:11:51 (36/42) Installing py3-toml (0.10.2-r2) 01:11:51 (37/42) Installing py3-pep517 (0.10.0-r2) 01:11:51 (38/42) Installing py3-progress (1.5-r2) 01:11:51 (39/42) Installing py3-retrying (1.3.3-r1) 01:11:51 (40/42) Installing py3-ordered-set (4.0.2-r1) 01:11:51 (41/42) Installing py3-setuptools (52.0.0-r3) 01:11:51 (42/42) Installing py3-pip (20.3.4-r1) 01:11:52 Executing busybox-1.33.1-r3.trigger 01:11:52 OK: 84 MiB in 64 packages 01:11:57 Collecting docker-compose==1.23.2 01:11:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:11:57 Collecting jsonschema<3,>=2.5.1 01:11:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:11:58 Collecting websocket-client<1.0,>=0.32.0 01:11:58 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:11:59 Collecting docker<4.0,>=3.6.0 01:11:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:12:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:12:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:12:00 Collecting cached-property<2,>=1.2.0 01:12:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:12:01 Collecting dockerpty<0.5,>=0.4.1 01:12:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:12:05 Collecting PyYAML<4,>=3.10 01:12:05 Downloading PyYAML-3.13.tar.gz (270 kB) 01:12:08 Collecting docopt<0.7,>=0.6.1 01:12:08 Downloading docopt-0.6.2.tar.gz (25 kB) 01:12:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 01:12:11 Collecting texttable<0.10,>=0.9.0 01:12:11 Downloading texttable-0.9.1.tar.gz (11 kB) 01:12:14 Collecting docker-pycreds>=0.4.0 01:12:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:12:15 Collecting idna<2.8,>=2.5 01:12:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:12:15 Collecting chardet<3.1.0,>=3.0.2 01:12:15 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 01:12:16 Collecting urllib3<1.25,>=1.21.1 01:12:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:12:16 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) 01:12:17 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 01:12:17 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 01:12:17 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 01:12:17 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 01:12:18 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 01:12:18 Attempting uninstall: urllib3 01:12:18 Found existing installation: urllib3 1.26.5 01:12:18 Uninstalling urllib3-1.26.5: 01:12:18 Successfully uninstalled urllib3-1.26.5 01:12:19 Attempting uninstall: idna 01:12:19 Found existing installation: idna 3.2 01:12:19 Uninstalling idna-3.2: 01:12:19 Successfully uninstalled idna-3.2 01:12:21 Attempting uninstall: chardet 01:12:21 Found existing installation: chardet 4.0.0 01:12:21 Uninstalling chardet-4.0.0: 01:12:21 Successfully uninstalled chardet-4.0.0 01:12:23 Attempting uninstall: requests 01:12:23 Found existing installation: requests 2.25.1 01:12:23 Uninstalling requests-2.25.1: 01:12:23 Successfully uninstalled requests-2.25.1 01:12:24 Running setup.py install for texttable: started 01:12:27 Running setup.py install for texttable: finished with status 'done' 01:12:27 Running setup.py install for PyYAML: started 01:12:30 Running setup.py install for PyYAML: finished with status 'done' 01:12:31 Running setup.py install for docopt: started 01:12:33 Running setup.py install for docopt: finished with status 'done' 01:12:33 Running setup.py install for dockerpty: started 01:12:36 Running setup.py install for dockerpty: finished with status 'done' 01:12:38 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 01:12:49 Removing intermediate container 1874aa1c7901 01:12:49 ---> 5b4e42b07a45 01:12:49 Step 13/22 : ENV APP_PORT=58890 01:12:49 ---> Running in 337c625cbd6b 01:12:49 Removing intermediate container 337c625cbd6b 01:12:49 ---> 4171ab29157b 01:12:49 Step 14/22 : EXPOSE $APP_PORT 01:12:49 ---> Running in 949d0e3ba34f 01:12:49 Removing intermediate container 949d0e3ba34f 01:12:49 ---> 44d420824fe8 01:12:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:12:50 ---> 446c9fa9061d 01:12:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:12:50 ---> 8e97b5c6101a 01:12:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:12:51 ---> 37a88ee07b9b 01:12:51 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 01:12:51 ---> Running in af7c4f10a442 01:12:52 Removing intermediate container af7c4f10a442 01:12:52 ---> 278b6a248518 01:12:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:12:52 ---> Running in 9d9763abd5b7 01:12:52 Removing intermediate container 9d9763abd5b7 01:12:52 ---> 4096f2a612cd 01:12:52 Step 20/22 : LABEL arch=arm64 01:12:52 ---> Running in fc06275e9619 01:12:53 Removing intermediate container fc06275e9619 01:12:53 ---> d811057cc2f2 01:12:53 Step 21/22 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 01:12:53 ---> Running in 4c33cae6c66c 01:12:53 Removing intermediate container 4c33cae6c66c 01:12:53 ---> 25d06effbaea 01:12:53 Step 22/22 : LABEL version=0.0.0 01:12:54 ---> Running in 8b4cca4ea2ab 01:12:54 Removing intermediate container 8b4cca4ea2ab 01:12:54 ---> 9b308c53ee10 01:12:54 01:12:54 Successfully built 9b308c53ee10 01:12:54 Successfully tagged sys-mgmt-agent-arm64:latest 01:12:55  Building sys-mgmt-agent ... done  [Pipeline] } 01:12:55 $ docker stop --time=1 ced2771601d91384181c9af7b3f6418e2c1076df28fcacb9e42350342daa6157 01:12:56 $ docker rm -f ced2771601d91384181c9af7b3f6418e2c1076df28fcacb9e42350342daa6157 [Pipeline] // withDockerContainer [Pipeline] sh 01:12:57 + docker images 01:12:57 REPOSITORY TAG IMAGE ID CREATED SIZE 01:12:57 sys-mgmt-agent-arm64 latest 9b308c53ee10 3 seconds ago 277MB 01:12:57 security-secretstore-setup-arm64 latest 680ad70f45dd About a minute ago 26.8MB 01:12:57 security-proxy-setup-arm64 latest bbac7740aa7b About a minute ago 25.4MB 01:12:57 a8fef62274ee About a minute ago 1.57GB 01:12:57 core-command-arm64 latest 53a2ca831a41 About a minute ago 15.2MB 01:12:57 10167f7242ee About a minute ago 1.58GB 01:12:57 374f521288ba About a minute ago 1.57GB 01:12:57 47fe658151f4 About a minute ago 1.57GB 01:12:57 core-data-arm64 latest a60a22fcb5b3 4 minutes ago 19.5MB 01:12:57 security-bootstrapper-arm64 latest 8fe6636a989d 4 minutes ago 17.8MB 01:12:57 core-metadata-arm64 latest 432e18999771 4 minutes ago 15.9MB 01:12:57 support-scheduler-arm64 latest 2942eac87eb4 4 minutes ago 15.3MB 01:12:57 support-notifications-arm64 latest 36cfb8487ee1 4 minutes ago 16.1MB 01:12:57 f6b66ae84b70 4 minutes ago 1.58GB 01:12:57 cce6b6073e93 4 minutes ago 1.57GB 01:12:57 c9f1a1fd390f 4 minutes ago 1.57GB 01:12:57 b58c4ae4d6fb 4 minutes ago 1.57GB 01:12:57 1fb20de4d8e4 5 minutes ago 1.57GB 01:12:57 ci-base-image-arm64 latest fdbc1eac993e 16 minutes ago 1.24GB 01:12:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 13 days ago 534MB 01:12:57 docker 20.10.8 3734d5adc5ac 7 weeks ago 198MB 01:12:57 alpine 3.14 bb3de5531c18 2 months ago 5.34MB 01:12:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 16 months ago 285MB [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:12:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:12:59 01:12:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 01:13:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:13:00 arm64: Pulling from edgex-lftools-log-publisher 01:13:00 448f6bf000e3: Pulling fs layer 01:13:00 f757da607395: Pulling fs layer 01:13:00 05883995daec: Pulling fs layer 01:13:00 8603b9c90790: Pulling fs layer 01:13:00 1560dd03e051: Pulling fs layer 01:13:00 27f5ce0e4adf: Pulling fs layer 01:13:00 c2d8d7efcc4b: Pulling fs layer 01:13:00 1560dd03e051: Waiting 01:13:00 27f5ce0e4adf: Waiting 01:13:00 c2d8d7efcc4b: Waiting 01:13:00 8603b9c90790: Waiting 01:13:00 f757da607395: Verifying Checksum 01:13:00 f757da607395: Download complete 01:13:00 8603b9c90790: Verifying Checksum 01:13:00 8603b9c90790: Download complete 01:13:00 1560dd03e051: Verifying Checksum 01:13:00 1560dd03e051: Download complete 01:13:00 05883995daec: Verifying Checksum 01:13:00 05883995daec: Download complete 01:13:00 27f5ce0e4adf: Download complete 01:13:00 448f6bf000e3: Verifying Checksum 01:13:00 448f6bf000e3: Download complete 01:13:03 c2d8d7efcc4b: Verifying Checksum 01:13:03 c2d8d7efcc4b: Download complete 01:13:04 448f6bf000e3: Pull complete 01:13:05 f757da607395: Pull complete 01:13:07 05883995daec: Pull complete 01:13:07 8603b9c90790: Pull complete 01:13:08 1560dd03e051: Pull complete 01:13:09 27f5ce0e4adf: Pull complete 01:13:25 c2d8d7efcc4b: Pull complete 01:13:25 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 01:13:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:13:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 01:13:25 prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container 01:13:25 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:arm64 cat 01:13:29 $ docker top bd42ffa8a0c61fb4eaf3a10851faa99177caa387016a441498eeceef1bb3c659 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:13:30 ---> job-cost.sh 01:13:30 lf-activate-venv: SKIPPING 01:13:30 INFO: No Stack... 01:13:31 INFO: Retrieving Pricing Info for: v3-standard-4 01:13:32 INFO: Archiving Costs [Pipeline] sh 01:13:32 + cat /w/workspace/edgex-go/3/archives/cost.csv 01:13:32 + cut -d, -f6 [Pipeline] lock 01:13:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3780-3-stack-cost] 01:13:32 Resource [jenkins-edgexfoundry-edgex-go-PR-3780-3-stack-cost] did not exist. Created. 01:13:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3780-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:13:33 + echo total: 0.10999999940395355 [Pipeline] stash 01:13:33 Stashed 1 file(s) [Pipeline] } 01:13:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3780-3-stack-cost] [Pipeline] // lock [Pipeline] } 01:13:33 $ docker stop --time=1 bd42ffa8a0c61fb4eaf3a10851faa99177caa387016a441498eeceef1bb3c659 01:13:36 $ docker rm -f bd42ffa8a0c61fb4eaf3a10851faa99177caa387016a441498eeceef1bb3c659 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 01:13:37 + '[' -d /w/workspace/edgex-go/3/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:13:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:13:38 ---> package-listing.sh 01:13:38 ++ facter osfamily 01:13:38 ++ tr '[:upper:]' '[:lower:]' 01:13:39 + OS_FAMILY=redhat 01:13:39 + workspace=/w/workspace/edgex-go/3 01:13:39 + START_PACKAGES=/tmp/packages_start.txt 01:13:39 + END_PACKAGES=/tmp/packages_end.txt 01:13:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:13:39 + PACKAGES=/tmp/packages_start.txt 01:13:39 + '[' /w/workspace/edgex-go/3 ']' 01:13:39 + PACKAGES=/tmp/packages_end.txt 01:13:39 + case "${OS_FAMILY}" in 01:13:39 + sort 01:13:39 + rpm -qa 01:13:42 + '[' -f /tmp/packages_start.txt ']' 01:13:42 + '[' -f /tmp/packages_end.txt ']' 01:13:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:13:42 + '[' /w/workspace/edgex-go/3 ']' 01:13:42 + mkdir -p /w/workspace/edgex-go/3/archives/ 01:13:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 01:13:42 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:13:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:13:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:13:42 01:13:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 01:13:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:13:43 latest: Pulling from edgex-lftools-log-publisher 01:13:43 b4d181a07f80: Pulling fs layer 01:13:43 a1111a8f2ec3: Pulling fs layer 01:13:43 ed53099fbce6: Pulling fs layer 01:13:43 dc539afda2c1: Pulling fs layer 01:13:43 77bc0d833cb6: Pulling fs layer 01:13:43 9065ff56babe: Pulling fs layer 01:13:43 d287ab97295c: Pulling fs layer 01:13:43 dc539afda2c1: Waiting 01:13:43 77bc0d833cb6: Waiting 01:13:43 9065ff56babe: Waiting 01:13:43 d287ab97295c: Waiting 01:13:43 a1111a8f2ec3: Verifying Checksum 01:13:43 a1111a8f2ec3: Download complete 01:13:43 dc539afda2c1: Verifying Checksum 01:13:43 dc539afda2c1: Download complete 01:13:43 ed53099fbce6: Verifying Checksum 01:13:43 ed53099fbce6: Download complete 01:13:43 9065ff56babe: Verifying Checksum 01:13:43 9065ff56babe: Download complete 01:13:43 77bc0d833cb6: Verifying Checksum 01:13:43 77bc0d833cb6: Download complete 01:13:43 b4d181a07f80: Verifying Checksum 01:13:43 b4d181a07f80: Download complete 01:13:44 d287ab97295c: Verifying Checksum 01:13:44 d287ab97295c: Download complete 01:13:45 b4d181a07f80: Pull complete 01:13:45 a1111a8f2ec3: Pull complete 01:13:45 ed53099fbce6: Pull complete 01:13:45 dc539afda2c1: Pull complete 01:13:45 77bc0d833cb6: Pull complete 01:13:46 9065ff56babe: Pull complete 01:13:52 d287ab97295c: Pull complete 01:13:52 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 01:13:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:13:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 01:13:52 prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container 01:13:52 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:13:55 $ docker top 99ee766de68c2fd295534b21cde686b94cbc0951babacd538b1e113bc960064a -eo pid,comm [Pipeline] { [Pipeline] sh 01:13:56 + touch /tmp/pre-build-complete [Pipeline] sh 01:13:56 + mkdir -p /var/log/sysstat [Pipeline] sh 01:13:56 + ls /var/log/sa-host 01:13:56 + sadf -c /var/log/sa-host/sa27 01:13:56 file_magic: OK 01:13:56 HZ: Using current value: 100 01:13:56 file_header: OK 01:13:56 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 01:13:56 Statistics: 01:13:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:13:56 File successfully converted to sysstat format version 12.0.3 01:13:56 + sadf -c /var/log/sa-host/sa30 01:13:56 file_magic: OK 01:13:56 HZ: Using current value: 100 01:13:56 file_header: OK 01:13:56 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 01:13:56 Statistics: 01:13:56 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:13:56 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:13:56 provisioning config files... 01:13:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config635087640259288136tmp [Pipeline] { [Pipeline] echo 01:13:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:13:56 ---> create-netrc.sh [Pipeline] } 01:13:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:13:57 ---> python-tools-install.sh [Pipeline] echo 01:13:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:13:57 ---> sudo-logs.sh 01:13:57 Archiving 'sudo' log.. 01:13:57 sudo: unable to resolve host prd-centos7-docker-4c-2g-2146.novalocal: Name or service not known 01:13:57 sudo: unable to resolve host prd-centos7-docker-4c-2g-2146.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:13:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:13:57 ---> job-cost.sh 01:13:57 lf-activate-venv: SKIPPING 01:13:57 DEBUG: total: 0.10999999940395355 01:13:57 INFO: Retrieving Stack Cost... 01:13:58 INFO: Retrieving Pricing Info for: v3-standard-2 01:13:58 INFO: Archiving Costs [Pipeline] echo 01:13:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:13:58 ---> logs-deploy.sh 01:13:58 lf-activate-venv: SKIPPING 01:13:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3780/3 01:13:58 INFO: archiving workspace using pattern(s): 01:13:59 Archives upload complete. 01:13:59 INFO: archiving logs to Nexus 01:14:00 ---> uname -a: 01:14:00 Linux prd-centos7-docker-4c-2g-2146.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 01:14:00 01:14:00 01:14:00 ---> lscpu: 01:14:00 Architecture: x86_64 01:14:00 CPU op-mode(s): 32-bit, 64-bit 01:14:00 Byte Order: Little Endian 01:14:00 Address sizes: 40 bits physical, 48 bits virtual 01:14:00 CPU(s): 2 01:14:00 On-line CPU(s) list: 0,1 01:14:00 Thread(s) per core: 1 01:14:00 Core(s) per socket: 1 01:14:00 Socket(s): 2 01:14:00 NUMA node(s): 1 01:14:00 Vendor ID: AuthenticAMD 01:14:00 CPU family: 23 01:14:00 Model: 49 01:14:00 Model name: AMD EPYC-Rome Processor 01:14:00 Stepping: 0 01:14:00 CPU MHz: 2800.000 01:14:00 BogoMIPS: 5600.00 01:14:00 Virtualization: AMD-V 01:14:00 Hypervisor vendor: KVM 01:14:00 Virtualization type: full 01:14:00 L1d cache: 32K 01:14:00 L1i cache: 32K 01:14:00 L2 cache: 512K 01:14:00 L3 cache: 16384K 01:14:00 NUMA node0 CPU(s): 0,1 01:14:00 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 01:14:00 01:14:00 01:14:00 ---> nproc: 01:14:00 2 01:14:00 01:14:00 01:14:00 ---> df -h: 01:14:00 Filesystem Size Used Avail Use% Mounted on 01:14:00 overlay 40G 14G 27G 34% / 01:14:00 tmpfs 64M 0 64M 0% /dev 01:14:00 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:14:00 shm 64M 0 64M 0% /dev/shm 01:14:00 /dev/vda1 40G 14G 27G 34% /facter-os 01:14:00 01:14:00 01:14:00 ---> sar -b -r -n DEV: 01:14:00 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/27/21 _x86_64_ (2 CPU) 01:14:00 01:14:00 00:49:30 LINUX RESTART (2 CPU) 01:14:00 01:14:00 00:50:01 tps rtps wtps bread/s bwrtn/s 01:14:00 00:51:02 221.55 3.45 218.11 2351.66 53688.15 01:14:00 00:52:01 283.29 0.00 283.29 0.00 54804.96 01:14:00 00:53:01 57.64 0.00 57.64 0.00 10853.21 01:14:00 00:54:01 141.45 0.02 141.43 0.53 17228.73 01:14:00 00:55:01 781.86 340.95 440.92 11491.38 303308.14 01:14:00 00:56:01 700.60 213.70 486.90 7724.77 236050.62 01:14:00 00:57:01 272.02 30.98 241.05 3635.15 44867.23 01:14:00 00:58:01 6.75 0.02 6.73 0.13 230.70 01:14:00 00:59:01 0.32 0.00 0.32 0.00 3.56 01:14:00 01:00:01 0.67 0.38 0.28 95.55 3.85 01:14:00 01:01:01 0.33 0.02 0.32 0.13 3.56 01:14:00 01:02:01 0.60 0.18 0.42 3.46 7.53 01:14:00 01:03:01 0.23 0.00 0.23 0.00 3.00 01:14:00 01:04:01 0.25 0.00 0.25 0.00 3.18 01:14:00 01:05:01 0.45 0.25 0.20 7.86 3.43 01:14:00 01:06:01 0.77 0.00 0.77 0.00 14.01 01:14:00 01:07:01 0.28 0.00 0.28 0.00 4.12 01:14:00 01:08:01 0.18 0.00 0.18 0.00 1.57 01:14:00 01:09:01 0.30 0.00 0.30 0.00 4.28 01:14:00 01:10:01 0.38 0.00 0.38 0.00 5.81 01:14:00 01:11:01 0.28 0.00 0.28 0.00 4.61 01:14:00 01:12:01 0.13 0.00 0.13 0.00 2.17 01:14:00 01:13:02 0.25 0.00 0.25 0.00 3.32 01:14:00 Average: 107.37 25.69 81.68 1102.07 31358.93 01:14:00 01:14:00 00:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:14:00 00:51:02 3681812 0 879184 10.98 2620 3445316 1648700 18.20 1127256 2772284 453044 01:14:00 00:52:01 3410168 0 974888 12.17 2620 3621256 1549976 17.11 1324036 2793920 274100 01:14:00 00:53:01 3322236 0 1068380 13.34 2620 3615696 1733204 19.14 1341532 2859344 111664 01:14:00 00:54:01 3165628 0 1052440 13.14 2620 3788244 1611328 17.79 1336216 2996448 106948 01:14:00 00:55:01 257204 0 1807000 22.56 2620 5942108 3873688 42.77 3306116 3800784 53940 01:14:00 00:56:01 416488 0 1401708 17.50 2620 6188116 3141176 34.68 3256652 3669812 69092 01:14:00 00:57:01 2747384 0 1149152 14.35 2620 4109776 1464632 16.17 1279524 3352040 20 01:14:00 00:58:01 2755592 0 1140940 14.25 2620 4109780 1348812 14.89 1275908 3351348 12 01:14:00 00:59:01 2764680 0 1131848 14.13 2620 4109784 1348812 14.89 1272936 3345460 8 01:14:00 01:00:01 2759452 0 1134264 14.16 2620 4112596 1381148 15.25 1306764 3317564 16 01:14:00 01:01:01 2760808 0 1132908 14.15 2620 4112596 1356720 14.98 1306104 3317516 12 01:14:00 01:02:01 2762740 0 1130792 14.12 2620 4112780 1354616 14.96 1306304 3316608 8 01:14:00 01:03:01 2762064 0 1131460 14.13 2620 4112788 1354652 14.96 1306740 3316608 8 01:14:00 01:04:01 2762756 0 1130768 14.12 2620 4112788 1350628 14.91 1306240 3316608 20 01:14:00 01:05:01 2762588 0 1130900 14.12 2620 4112824 1350580 14.91 1306284 3316404 28 01:14:00 01:06:01 2762424 0 1131064 14.12 2620 4112824 1350604 14.91 1306556 3316212 16 01:14:00 01:07:01 2762528 0 1130952 14.12 2620 4112832 1350556 14.91 1306348 3316212 12 01:14:00 01:08:01 2763200 0 1130276 14.11 2620 4112836 1350412 14.91 1305984 3316212 12 01:14:00 01:09:01 2762520 0 1130956 14.12 2620 4112836 1350556 14.91 1306292 3316212 12 01:14:00 01:10:01 2762324 0 1131144 14.12 2620 4112844 1350616 14.91 1306652 3316212 20 01:14:00 01:11:01 2761704 0 1131764 14.13 2620 4112844 1350640 14.91 1307220 3316212 16 01:14:00 01:12:01 2761128 0 1132332 14.14 2620 4112852 1350712 14.91 1307740 3316212 8 01:14:00 01:13:02 2762900 0 1130556 14.12 2620 4112856 1350412 14.91 1306064 3316212 8 01:14:00 Average: 2660449 0 1149812 14.36 2620 4196051 1594486 17.60 1470064 3277063 46479 01:14:00 01:14:00 00:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:14:00 00:51:02 eth0 1020.69 1182.17 9259.76 137.41 0.00 0.00 0.00 0.00 01:14:00 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:51:02 veth9ffa7be 156.46 187.30 14.92 1453.91 0.00 0.00 0.00 0.00 01:14:00 00:51:02 docker0 874.63 626.43 75.30 4128.55 0.00 0.00 0.00 0.00 01:14:00 00:52:01 veth60ec10e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:14:00 00:52:01 eth0 82.04 57.26 631.61 14.99 0.00 0.00 0.00 0.00 01:14:00 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:52:01 docker0 38.24 47.72 2.79 598.62 0.00 0.00 0.00 0.00 01:14:00 00:53:01 veth60ec10e 2.25 2.25 0.18 0.18 0.00 0.00 0.00 0.00 01:14:00 00:53:01 eth0 25.63 13.62 18.99 10.18 0.00 0.00 0.00 0.00 01:14:00 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:53:01 docker0 2.25 2.25 0.15 0.18 0.00 0.00 0.00 0.00 01:14:00 00:54:01 eth0 102.61 66.73 1688.24 122.49 0.00 0.00 0.00 0.00 01:14:00 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:55:01 veth52d88f0 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 01:14:00 00:55:01 vethf961f2a 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 01:14:00 00:55:01 veth7c22b11 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 01:14:00 00:55:01 eth0 78.47 41.93 217.25 19.11 0.00 0.00 0.00 0.00 01:14:00 00:56:01 veth36741b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:56:01 eth0 139.91 68.63 1667.11 20.17 0.00 0.00 0.00 0.00 01:14:00 00:56:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:14:00 00:56:01 veth931a3f6 0.00 1.33 0.00 0.07 0.00 0.00 0.00 0.00 01:14:00 00:57:01 eth0 56.86 33.99 151.67 111.13 0.00 0.00 0.00 0.00 01:14:00 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:57:01 docker0 964.13 791.23 81.44 5624.23 0.00 0.00 0.00 0.00 01:14:00 00:58:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:14:00 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:59:01 eth0 0.53 0.12 0.05 0.01 0.00 0.00 0.00 0.00 01:14:00 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:00:01 eth0 4.35 3.51 0.84 15.56 0.00 0.00 0.00 0.00 01:14:00 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:01:01 eth0 0.62 0.15 0.11 0.09 0.00 0.00 0.00 0.00 01:14:00 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:02:01 eth0 2.60 0.50 0.71 0.39 0.00 0.00 0.00 0.00 01:14:00 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:03:01 eth0 0.48 0.23 0.27 0.16 0.00 0.00 0.00 0.00 01:14:00 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:04:01 eth0 1.35 0.30 0.33 0.20 0.00 0.00 0.00 0.00 01:14:00 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:05:01 eth0 0.92 0.22 0.14 0.10 0.00 0.00 0.00 0.00 01:14:00 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:06:01 eth0 1.52 0.33 0.43 0.20 0.00 0.00 0.00 0.00 01:14:00 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:07:01 eth0 0.57 0.30 0.27 0.17 0.00 0.00 0.00 0.00 01:14:00 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:08:01 eth0 0.30 0.07 0.02 0.04 0.00 0.00 0.00 0.00 01:14:00 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:09:01 eth0 1.33 0.30 0.36 0.20 0.00 0.00 0.00 0.00 01:14:00 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:10:01 eth0 1.75 0.47 0.51 0.27 0.00 0.00 0.00 0.00 01:14:00 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:11:01 eth0 0.62 0.27 0.28 0.20 0.00 0.00 0.00 0.00 01:14:00 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:12:01 eth0 0.58 0.28 0.28 0.20 0.00 0.00 0.00 0.00 01:14:00 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:13:02 eth0 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 01:14:00 01:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 01:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 Average: eth0 66.29 64.02 593.32 19.72 0.00 0.00 0.00 0.00 01:14:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:00 Average: docker0 41.97 34.45 3.55 244.85 0.00 0.00 0.00 0.00 01:14:00 01:14:00 01:14:00 ---> sar -P ALL: 01:14:00 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/27/21 _x86_64_ (2 CPU) 01:14:00 01:14:00 00:49:30 LINUX RESTART (2 CPU) 01:14:00 01:14:00 00:50:01 CPU %user %nice %system %iowait %steal %idle 01:14:00 00:51:02 all 29.88 0.00 8.94 8.41 0.09 52.69 01:14:00 00:51:02 0 33.53 0.00 9.02 3.06 0.09 54.29 01:14:00 00:51:02 1 26.24 0.00 8.86 13.72 0.09 51.09 01:14:00 00:52:01 all 54.71 0.00 10.11 4.38 0.10 30.70 01:14:00 00:52:01 0 55.22 0.00 10.40 6.67 0.11 27.59 01:14:00 00:52:01 1 54.20 0.00 9.81 2.08 0.09 33.82 01:14:00 00:53:01 all 34.66 0.00 4.24 0.43 0.07 60.61 01:14:00 00:53:01 0 34.80 0.00 4.40 0.42 0.07 60.31 01:14:00 00:53:01 1 34.53 0.00 4.07 0.44 0.07 60.90 01:14:00 00:54:01 all 68.31 0.00 8.28 3.16 0.12 20.13 01:14:00 00:54:01 0 68.51 0.00 8.41 3.65 0.11 19.32 01:14:00 00:54:01 1 68.10 0.00 8.16 2.66 0.13 20.95 01:14:00 00:55:01 all 44.33 0.00 18.75 24.92 0.14 11.86 01:14:00 00:55:01 0 45.01 0.00 18.21 25.16 0.13 11.48 01:14:00 00:55:01 1 43.64 0.00 19.29 24.68 0.15 12.24 01:14:00 00:56:01 all 64.82 0.00 18.70 13.67 0.14 2.66 01:14:00 00:56:01 0 64.52 0.00 19.23 12.89 0.13 3.23 01:14:00 00:56:01 1 65.12 0.00 18.18 14.46 0.15 2.09 01:14:00 00:57:01 all 56.24 0.00 10.23 2.25 0.10 31.18 01:14:00 00:57:01 0 56.50 0.00 10.18 2.76 0.09 30.46 01:14:00 00:57:01 1 55.98 0.00 10.28 1.74 0.11 31.89 01:14:00 00:58:01 all 0.03 0.00 0.04 0.02 0.03 99.88 01:14:00 00:58:01 0 0.03 0.00 0.05 0.03 0.05 99.83 01:14:00 00:58:01 1 0.02 0.00 0.03 0.00 0.02 99.93 01:14:00 00:59:01 all 0.03 0.00 0.03 0.00 0.03 99.92 01:14:00 00:59:01 0 0.05 0.00 0.03 0.00 0.05 99.87 01:14:00 00:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:14:00 01:00:01 all 0.08 0.00 0.08 0.01 0.03 99.80 01:14:00 01:00:01 0 0.08 0.00 0.07 0.02 0.03 99.80 01:14:00 01:00:01 1 0.08 0.00 0.10 0.00 0.02 99.80 01:14:00 01:01:01 all 0.06 0.00 0.04 0.00 0.03 99.87 01:14:00 01:01:01 0 0.08 0.00 0.05 0.00 0.05 99.82 01:14:00 01:01:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:14:00 01:14:00 01:01:01 CPU %user %nice %system %iowait %steal %idle 01:14:00 01:02:01 all 0.08 0.00 0.03 0.00 0.03 99.87 01:14:00 01:02:01 0 0.12 0.00 0.03 0.00 0.03 99.82 01:14:00 01:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:14:00 01:03:01 all 0.05 0.00 0.03 0.00 0.03 99.88 01:14:00 01:03:01 0 0.08 0.00 0.03 0.00 0.02 99.87 01:14:00 01:03:01 1 0.02 0.00 0.03 0.00 0.05 99.90 01:14:00 01:04:01 all 0.12 0.00 0.02 0.00 0.03 99.83 01:14:00 01:04:01 0 0.20 0.00 0.02 0.00 0.03 99.75 01:14:00 01:04:01 1 0.03 0.00 0.02 0.00 0.03 99.92 01:14:00 01:05:01 all 0.13 0.00 0.06 0.01 0.03 99.77 01:14:00 01:05:01 0 0.22 0.00 0.05 0.00 0.02 99.72 01:14:00 01:05:01 1 0.03 0.00 0.07 0.02 0.05 99.83 01:14:00 01:06:01 all 0.08 0.00 0.03 0.00 0.02 99.87 01:14:00 01:06:01 0 0.08 0.00 0.03 0.00 0.03 99.85 01:14:00 01:06:01 1 0.08 0.00 0.02 0.00 0.00 99.90 01:14:00 01:07:01 all 0.14 0.00 0.02 0.00 0.03 99.82 01:14:00 01:07:01 0 0.18 0.00 0.02 0.00 0.03 99.77 01:14:00 01:07:01 1 0.10 0.00 0.02 0.00 0.02 99.87 01:14:00 01:08:01 all 0.16 0.00 0.02 0.00 0.02 99.81 01:14:00 01:08:01 0 0.28 0.00 0.02 0.00 0.03 99.67 01:14:00 01:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:14:00 01:09:01 all 0.13 0.00 0.03 0.00 0.03 99.82 01:14:00 01:09:01 0 0.23 0.00 0.03 0.00 0.03 99.70 01:14:00 01:09:01 1 0.02 0.00 0.02 0.00 0.03 99.93 01:14:00 01:10:01 all 0.07 0.00 0.03 0.00 0.02 99.89 01:14:00 01:10:01 0 0.07 0.00 0.02 0.00 0.03 99.88 01:14:00 01:10:01 1 0.07 0.00 0.03 0.00 0.00 99.90 01:14:00 01:11:01 all 0.11 0.00 0.03 0.00 0.02 99.85 01:14:00 01:11:01 0 0.20 0.00 0.03 0.00 0.03 99.73 01:14:00 01:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:14:00 01:12:01 all 0.16 0.00 0.03 0.00 0.03 99.78 01:14:00 01:12:01 0 0.27 0.00 0.03 0.00 0.03 99.67 01:14:00 01:12:01 1 0.05 0.00 0.02 0.00 0.03 99.90 01:14:00 01:14:00 01:12:01 CPU %user %nice %system %iowait %steal %idle 01:14:00 01:13:02 all 0.09 0.00 0.02 0.00 0.03 99.87 01:14:00 01:13:02 0 0.17 0.00 0.02 0.00 0.02 99.80 01:14:00 01:13:02 1 0.02 0.00 0.02 0.00 0.03 99.93 01:14:00 Average: all 14.53 0.00 3.27 2.34 0.05 79.81 01:14:00 Average: 0 14.81 0.00 3.30 2.23 0.05 79.60 01:14:00 Average: 1 14.26 0.00 3.23 2.45 0.05 80.02 01:14:00 01:14:00 01:14:00