Pull request #3531 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6297f6088465b296dff9245ec99846c37894c455+9b7d42e1e61a7ee364e8f6860ff471f154b121f0 (1f3ff055f4df0e136839a30a57ddad7b3d0de9d5) 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5468167262400739520.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh808172923699583603.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 f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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-3531/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2669916222471889469.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh604674553716476779.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd 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-3531/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9214718518890871397.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false 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 ‘prd-centos7-docker-4c-2g-1173’ Running on prd-centos7-docker-4c-2g-1181 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/13@tmp/jenkins-gitclient-ssh8551267491774077916.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 Merging remotes/origin/master commit 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 into PR head commit 6297f6088465b296dff9245ec99846c37894c455 > 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/13@tmp/jenkins-gitclient-ssh263465246114741236.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 6297f6088465b296dff9245ec99846c37894c455 Checking out Revision 6297f6088465b296dff9245ec99846c37894c455 (PR-3531) > git config core.sparsecheckout # timeout=10 > git checkout -f 6297f6088465b296dff9245ec99846c37894c455 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/13@tmp/jenkins-gitclient-ssh1719042778252059277.key > git merge 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6297f6088465b296dff9245ec99846c37894c455 # timeout=10 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:14:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 12ea7f925e78d66b601bba60cd8d757fb550f7df # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:14:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:14:28 ========================================================= 04:14:28 EdgeX Global Pipelines Version Info 04:14:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:14:36 ------------------- 04:14:36 stable info: 04:14:36 ------------------- 04:14:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:14:36 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 04:14:36 Message: update stable to v1.0.194 04:14:36 ------------------- 04:14:36 experimental info: 04:14:36 ------------------- 04:14:36 Commited By: **** collab-it+edgex@linuxfoundation.org 04:14:36 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 04:14:36 Message: update experimental to v1.0.194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:14:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:14:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:14:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:14:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:14:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:14:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 04:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 04:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 04:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:14:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:14:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:14:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:14:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:14:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:14:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:14:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:14:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:14:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:14:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:14:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:14:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3531 [Pipeline] echo 04:14:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3531 [Pipeline] echo 04:14:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3531 [Pipeline] echo 04:14:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6297f6088465b296dff9245ec99846c37894c455 [Pipeline] echo 04:14:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6297f60 [Pipeline] echo 04:14:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:14:52 provisioning config files... 04:14:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config5054398241672194474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:52 ---> docker-login.sh 04:14:52 nexus3.edgexfoundry.org:10001 04:14:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:52 Configure a credential helper to remove this warning. See 04:14:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:52 04:14:52 Login Succeeded 04:14:52 nexus3.edgexfoundry.org:10002 04:14:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:52 Configure a credential helper to remove this warning. See 04:14:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:52 04:14:52 Login Succeeded 04:14:52 nexus3.edgexfoundry.org:10003 04:14:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:55 Configure a credential helper to remove this warning. See 04:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:55 04:14:55 Login Succeeded 04:14:55 nexus3.edgexfoundry.org:10004 04:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:55 Configure a credential helper to remove this warning. See 04:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:55 04:14:55 Login Succeeded 04:14:55 docker.io 04:14:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:55 Configure a credential helper to remove this warning. See 04:14:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:55 04:14:55 Login Succeeded 04:14:55 ---> docker-login.sh ends [Pipeline] } 04:14:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:14:55 ++ 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 04:14:55 + for file in '`ls cmd/**/Dockerfile`' 04:14:55 ++ dirname cmd/core-command/Dockerfile 04:14:55 ++ cut -d/ -f2 04:14:55 + echo core-command,cmd/core-command/Dockerfile 04:14:55 + for file in '`ls cmd/**/Dockerfile`' 04:14:55 ++ dirname cmd/core-data/Dockerfile 04:14:55 ++ cut -d/ -f2 04:14:55 + echo core-data,cmd/core-data/Dockerfile 04:14:55 + for file in '`ls cmd/**/Dockerfile`' 04:14:55 ++ dirname cmd/core-metadata/Dockerfile 04:14:55 ++ cut -d/ -f2 04:14:55 + echo core-metadata,cmd/core-metadata/Dockerfile 04:14:55 + for file in '`ls cmd/**/Dockerfile`' 04:14:55 ++ dirname cmd/security-bootstrapper/Dockerfile 04:14:55 ++ cut -d/ -f2 04:14:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:14:55 + for file in '`ls cmd/**/Dockerfile`' 04:14:55 ++ dirname cmd/security-proxy-setup/Dockerfile 04:14:55 ++ cut -d/ -f2 04:14:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:14:55 + for file in '`ls cmd/**/Dockerfile`' 04:14:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:14:55 ++ cut -d/ -f2 04:14:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:14:55 + for file in '`ls cmd/**/Dockerfile`' 04:14:55 ++ dirname cmd/support-notifications/Dockerfile 04:14:55 ++ cut -d/ -f2 04:14:55 + echo support-notifications,cmd/support-notifications/Dockerfile 04:14:55 + for file in '`ls cmd/**/Dockerfile`' 04:14:55 ++ cut -d/ -f2 04:14:55 ++ dirname cmd/support-scheduler/Dockerfile 04:14:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:14:55 + for file in '`ls cmd/**/Dockerfile`' 04:14:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:14:55 ++ cut -d/ -f2 04:14:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:14:55 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 04:15:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:01 04:15:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:15:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:05 latest: Pulling from edgex-devops/git-semver 04:15:05 31603596830f: Pulling fs layer 04:15:05 54011a49482f: Pulling fs layer 04:15:05 a6820b24f6d8: Pulling fs layer 04:15:05 f581987b2513: Pulling fs layer 04:15:05 f581987b2513: Waiting 04:15:05 54011a49482f: Verifying Checksum 04:15:05 54011a49482f: Download complete 04:15:06 31603596830f: Verifying Checksum 04:15:06 31603596830f: Download complete 04:15:06 f581987b2513: Verifying Checksum 04:15:06 f581987b2513: Download complete 04:15:06 31603596830f: Pull complete 04:15:06 a6820b24f6d8: Verifying Checksum 04:15:06 a6820b24f6d8: Download complete 04:15:06 54011a49482f: Pull complete 04:15:06 a6820b24f6d8: Pull complete 04:15:07 f581987b2513: Pull complete 04:15:07 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 04:15:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:15:07 prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container 04:15:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 04:15:08 $ docker top 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:15:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:12 [ssh-agent] Looking for ssh-agent implementation... 04:15:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:12 $ docker exec 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 ssh-agent 04:15:12 SSH_AUTH_SOCK=/tmp/ssh-ufwgRer2YDLs/agent.14 04:15:12 SSH_AGENT_PID=19 04:15:12 Running ssh-add (command line suppressed) 04:15:12 Identity added: /w/workspace/edgex-go/13@tmp/private_key_4659729341848402531.key (/w/workspace/edgex-go/13@tmp/private_key_4659729341848402531.key) 04:15:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:15 + git tag --points-at HEAD [Pipeline] } 04:15:15 $ docker exec --env ******** --env ******** 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 ssh-agent -k 04:15:16 unset SSH_AUTH_SOCK; 04:15:16 unset SSH_AGENT_PID; 04:15:16 echo Agent pid 19 killed; 04:15:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:15:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:16 [ssh-agent] Looking for ssh-agent implementation... 04:15:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:16 $ docker exec 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 ssh-agent 04:15:16 SSH_AUTH_SOCK=/tmp/ssh-EUtmls06hGMv/agent.53 04:15:16 SSH_AGENT_PID=59 04:15:16 Running ssh-add (command line suppressed) 04:15:16 Identity added: /w/workspace/edgex-go/13@tmp/private_key_4937341988248950647.key (/w/workspace/edgex-go/13@tmp/private_key_4937341988248950647.key) 04:15:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:19 + git semver init 04:15:19 # -> Open(): unable to determine branch for HEAD 04:15:19 # $GIT_DIR = /w/workspace/edgex-go/13/.git 04:15:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 04:15:19 # $SEMVER_REMOTE_NAME = origin 04:15:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:15:19 # $SEMVER_USER_NAME = edgex-jenkins 04:15:19 # $SEMVER_BRANCH = PR-3531 04:15:19 # $SEMVER_TEMP = /tmp/semver-110018653 04:15:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:15:38 # '/tmp/semver-110018653' -> '/w/workspace/edgex-go/13/.semver' 04:15:38 # -> Force: false 04:15:38 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 04:15:38 $ docker exec --env ******** --env ******** 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 ssh-agent -k 04:15:39 unset SSH_AUTH_SOCK; 04:15:39 unset SSH_AGENT_PID; 04:15:39 echo Agent pid 59 killed; 04:15:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:15:39 + git semver [Pipeline] } 04:15:39 $ docker stop --time=1 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 04:15:44 $ docker rm -f 32d51f93f3d79f1a1733d767c87a2b434eea504a9eb3dbe4b0ceda450d1c6c08 [Pipeline] // withDockerContainer [Pipeline] sh 04:15:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:15:47 Stashed 1 file(s) [Pipeline] echo 04:15:47 [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] sh 04:15:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:15:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:15:51 + true 04:15:51 + sudo service docker restart 04:15:51 Redirecting to /bin/systemctl restart docker.service 04:16:05 Still waiting to schedule task 04:16:05 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1178’ [Pipeline] echo 04:16:08 ========================================================= 04:16:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:16:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:16:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 04:16:10 Sending build context to Docker daemon 329.2MB 04:16:10 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 04:16:10 Step 2/6 : FROM ${BASE} 04:16:10 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:16:10 540db60ca938: Pulling fs layer 04:16:10 adcc1eea9eea: Pulling fs layer 04:16:10 4c4ab2625f07: Pulling fs layer 04:16:10 0510c868ecb4: Pulling fs layer 04:16:10 afea3b2eda06: Pulling fs layer 04:16:10 7809a108b3ef: Pulling fs layer 04:16:10 f706445af74f: Pulling fs layer 04:16:10 0510c868ecb4: Waiting 04:16:10 afea3b2eda06: Waiting 04:16:10 7809a108b3ef: Waiting 04:16:10 f706445af74f: Waiting 04:16:10 4c4ab2625f07: Verifying Checksum 04:16:10 4c4ab2625f07: Download complete 04:16:10 adcc1eea9eea: Verifying Checksum 04:16:10 adcc1eea9eea: Download complete 04:16:10 afea3b2eda06: Verifying Checksum 04:16:10 afea3b2eda06: Download complete 04:16:10 540db60ca938: Verifying Checksum 04:16:10 540db60ca938: Download complete 04:16:10 7809a108b3ef: Verifying Checksum 04:16:10 7809a108b3ef: Download complete 04:16:10 540db60ca938: Pull complete 04:16:10 adcc1eea9eea: Pull complete 04:16:10 4c4ab2625f07: Pull complete 04:16:13 f706445af74f: Verifying Checksum 04:16:13 f706445af74f: Download complete 04:16:13 0510c868ecb4: Verifying Checksum 04:16:13 0510c868ecb4: Download complete 04:16:15 0510c868ecb4: Pull complete 04:16:15 afea3b2eda06: Pull complete 04:16:15 7809a108b3ef: Pull complete 04:16:19 f706445af74f: Pull complete 04:16:19 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 04:16:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:16:19 ---> b068be0155e3 04:16:19 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:16:19 ---> Running in 3a722823f575 04:16:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:16:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:16:22 (1/12) Installing libmagic (5.39-r0) 04:16:22 (2/12) Installing file (5.39-r0) 04:16:22 (3/12) Installing libc-dev (0.7.2-r3) 04:16:22 (4/12) Installing g++ (10.2.1_pre1-r3) 04:16:34 (5/12) Installing fortify-headers (1.1-r0) 04:16:34 (6/12) Installing patch (2.7.6-r6) 04:16:34 (7/12) Installing build-base (0.5-r2) 04:16:34 (8/12) Installing libsodium (1.0.18-r0) 04:16:34 (9/12) Installing pkgconf (1.7.3-r0) 04:16:34 (10/12) Installing libsodium-dev (1.0.18-r0) 04:16:34 (11/12) Installing libzmq (4.3.3-r1) 04:16:34 (12/12) Installing zeromq-dev (4.3.3-r1) 04:16:34 Executing busybox-1.32.1-r6.trigger 04:16:34 OK: 219 MiB in 52 packages 04:16:36 Removing intermediate container 3a722823f575 04:16:36 ---> d9643bff12cd 04:16:36 Step 4/6 : WORKDIR /edgex-go 04:16:36 ---> Running in cd0affa2347f 04:16:36 Removing intermediate container cd0affa2347f 04:16:36 ---> 8a864e202b3f 04:16:36 Step 5/6 : COPY go.mod . 04:16:36 ---> e7048a7f4af2 04:16:36 Step 6/6 : RUN go mod download 04:16:36 ---> Running in 91c6ef49122c 04:16:48 Removing intermediate container 91c6ef49122c 04:16:48 ---> ef2b63ea0a3a 04:16:48 Successfully built ef2b63ea0a3a 04:16:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:16:48 + docker inspect -f . ci-base-image-x86_64 04:16:48 . [Pipeline] withDockerContainer 04:16:48 prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container 04:16:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 04:16:51 $ docker top d5dfd7af620437d57cada707f6d26880e39aaa32bff850dee3135b8c71d53b5a -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:51 + go version 04:16:51 go version go1.16.3 linux/amd64 [Pipeline] } 04:16:51 $ docker stop --time=1 d5dfd7af620437d57cada707f6d26880e39aaa32bff850dee3135b8c71d53b5a 04:16:52 $ docker rm -f d5dfd7af620437d57cada707f6d26880e39aaa32bff850dee3135b8c71d53b5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:16:57 + docker inspect -f . ci-base-image-x86_64 04:16:57 . [Pipeline] withDockerContainer 04:16:57 prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container 04:16:57 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 04:16:57 $ docker top 1cb2e1b0c0e09776043147829424d2e68507ddb1b33e1480a1ab569325e24434 -eo pid,comm [Pipeline] { [Pipeline] echo 04:16:57 ========================================================= 04:16:57 [edgeXBuildGoParallel] Running Tests and Build... 04:16:57 ========================================================= [Pipeline] sh 04:16:58 + go mod tidy [Pipeline] sh 04:16:58 + make test 04:16:58 go mod tidy 04:16:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:17:06 ? github.com/edgexfoundry/edgex-go [no test files] 04:17:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:17:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:17:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:17:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:17:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:17:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:17:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:17:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:17:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:17:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:17:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:17:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:17:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:17:33 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:17:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:17:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:17:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.047s coverage: 28.7% of statements 04:17:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.064s coverage: 100.0% of statements 04:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.061s coverage: 81.2% of statements 04:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:17:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.070s coverage: 53.4% of statements 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:17:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.105s coverage: 87.7% of statements 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:17:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.052s coverage: 78.9% of statements 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:17:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:17:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.228s coverage: 95.1% of statements 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:17:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] 04:17:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:17:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.046s coverage: 60.0% of statements 04:17:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.8% of statements 04:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:17:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.057s coverage: 22.0% of statements 04:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements 04:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 79.5% of statements 04:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements 04:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 04:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 04:17:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements 04:17:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 04:17:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.178s coverage: 81.8% of statements 04:17:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 76.0% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.0% of statements 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 85.4% of statements 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.2% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 64.4% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.173s coverage: 66.9% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 43.6% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.065s coverage: 19.3% of statements 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 91.9% of statements 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.054s coverage: 62.7% of statements 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 97.6% of statements 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.020s coverage: 100.0% of statements 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 28.1% of statements 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.053s coverage: 28.9% of statements 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 04:18:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] 04:18:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 100.0% of statements 04:18:24 GO111MODULE=on go vet ./... 04:18:49 gofmt -l . 04:18:49 [ "`gofmt -l .`" = "" ] 04:18:49 ./bin/test-attribution-txt.sh [Pipeline] sh 04:18:52 + ls -al . 04:18:52 total 528 04:18:52 drwxrwxr-x 10 1001 1001 4096 Jun 9 04:18 . 04:18:52 drwxr-xr-x 4 root root 30 Jun 9 04:16 .. 04:18:52 -rw-rw-r-- 1 1001 1001 11 Jun 9 04:14 .dockerignore 04:18:52 drwxrwxr-x 8 1001 1001 179 Jun 9 04:14 .git 04:18:52 drwxrwxr-x 3 1001 1001 125 Jun 9 04:14 .github 04:18:52 -rw-rw-r-- 1 1001 1001 818 Jun 9 04:14 .gitignore 04:18:52 drwx------ 3 1001 1001 60 Jun 9 04:15 .semver 04:18:52 -rw-rw-r-- 1 1001 1001 166 Jun 9 04:14 .sonarcloud.properties 04:18:52 -rw-rw-r-- 1 1001 1001 8609 Jun 9 04:14 Attribution.txt 04:18:52 -rw-rw-r-- 1 1001 1001 3804 Jun 9 04:14 CONTRIBUTING.md 04:18:52 -rw-rw-r-- 1 1001 1001 931 Jun 9 04:14 Dockerfile.build 04:18:52 -rw-rw-r-- 1 1001 1001 849 Jun 9 04:14 Jenkinsfile 04:18:52 -rw-rw-r-- 1 1001 1001 10775 Jun 9 04:14 LICENSE 04:18:52 -rw-rw-r-- 1 1001 1001 5605 Jun 9 04:14 Makefile 04:18:52 -rw-rw-r-- 1 1001 1001 7978 Jun 9 04:14 README.md 04:18:52 -rw-rw-r-- 1 1001 1001 7071 Jun 9 04:14 SECURITY.md 04:18:52 -rw-rw-r-- 1 1001 1001 5 Jun 9 04:15 VERSION 04:18:52 -rw-rw-r-- 1 1001 1001 4131 Jun 9 04:14 ZMQWindows.md 04:18:52 drwxrwxr-x 2 1001 1001 37 Jun 9 04:14 bin 04:18:52 drwxrwxr-x 14 1001 1001 4096 Jun 9 04:14 cmd 04:18:52 -rw-r--r-- 1 root root 411487 Jun 9 04:18 coverage.out 04:18:52 -rw-rw-r-- 1 1001 1001 902 Jun 9 04:14 go.mod 04:18:52 -rw-r--r-- 1 root root 21230 Jun 9 04:16 go.sum 04:18:52 drwxrwxr-x 8 1001 1001 127 Jun 9 04:14 internal 04:18:52 drwxrwxr-x 3 1001 1001 16 Jun 9 04:14 openapi 04:18:52 drwxrwxr-x 4 1001 1001 71 Jun 9 04:14 snap 04:18:52 -rw-rw-r-- 1 1001 1001 168 Jun 9 04:14 version.go [Pipeline] sh 04:18:54 + '[' -e coverage.out ] 04:18:54 + chown 1001:1001 coverage.out [Pipeline] stash 04:18:56 Stashed 1 file(s) [Pipeline] sh 04:18:58 + make build 04:18:58 go mod tidy 04:18:58 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 04:18:58 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 04:19:06 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 04:19:06 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 04:19:06 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 04:19:08 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 04:19:08 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 04:19:11 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 04:19: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 04:19:11 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 04:19: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 04:19:13 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] } 04:19:13 $ docker stop --time=1 1cb2e1b0c0e09776043147829424d2e68507ddb1b33e1480a1ab569325e24434 04:19:16 $ docker rm -f 1cb2e1b0c0e09776043147829424d2e68507ddb1b33e1480a1ab569325e24434 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:19:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:19:39 04:19:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:19:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:19:42 latest: Pulling from edgex-devops/edgex-compose 04:19:42 cbdbe7a5bc2a: Pulling fs layer 04:19:42 ca9280d653b3: Pulling fs layer 04:19:42 7e9c9ca2126c: Pulling fs layer 04:19:42 cbdbe7a5bc2a: Download complete 04:19:42 cbdbe7a5bc2a: Pull complete 04:19:42 ca9280d653b3: Verifying Checksum 04:19:42 ca9280d653b3: Download complete 04:19:42 ca9280d653b3: Pull complete 04:19:42 7e9c9ca2126c: Verifying Checksum 04:19:42 7e9c9ca2126c: Download complete 04:19:44 7e9c9ca2126c: Pull complete 04:19:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:19:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:19:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:19:44 prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container 04:19:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 04:19:49 $ docker top 17a5b351a7af6b43733e3d46681f43e318d94ab48dadbaea9e4dfff74983083c -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:52 + docker-compose build --help 04:19:52 + grep parallel 04:19:52 --parallel Build images in parallel. [Pipeline] } 04:19:52 $ docker stop --time=1 17a5b351a7af6b43733e3d46681f43e318d94ab48dadbaea9e4dfff74983083c 04:19:54 $ docker rm -f 17a5b351a7af6b43733e3d46681f43e318d94ab48dadbaea9e4dfff74983083c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:19:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:19:59 . [Pipeline] withDockerContainer 04:20:01 prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container 04:20:01 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 04:20:02 $ docker top b9d9f9873c08db288af42467fe3eecae0ee9703b63f88655308154efd1c16a42 -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:04 + docker-compose -f ./docker-compose-build.yml build --parallel 04:20:05 Building core-command ... 04:20:05 Building core-data ... 04:20:05 Building core-metadata ... 04:20:05 Building security-bootstrapper ... 04:20:05 Building security-proxy-setup ... 04:20:05 Building security-secretstore-setup ... 04:20:05 Building support-notifications ... 04:20:05 Building support-scheduler ... 04:20:05 Building sys-mgmt-agent ... 04:20:05 Building core-data 04:20:05 Building security-bootstrapper 04:20:05 Building security-secretstore-setup 04:20:05 Building core-metadata 04:20:05 Building security-proxy-setup 04:20:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:20:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:20:17 ---> ef2b63ea0a3a 04:20:17 Step 3/24 : WORKDIR /edgex-go 04:20:17 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:20:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:20:17 ---> ef2b63ea0a3a 04:20:17 Step 3/26 : WORKDIR /edgex-go 04:20:17 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:20:17 Step 2/32 : FROM ${BUILDER_BASE} AS builder 04:20:17 ---> ef2b63ea0a3a 04:20:17 Step 3/32 : WORKDIR /edgex-go 04:20:25 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:20:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:20:25 ---> ef2b63ea0a3a 04:20:25 Step 3/24 : WORKDIR /edgex-go 04:20:25 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:20:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:20:25 ---> ef2b63ea0a3a 04:20:25 Step 3/22 : WORKDIR /edgex-go 04:20:25 ---> Running in 032e338ef538 04:20:25 ---> Running in 5e02e1122276 04:20:25 ---> Running in 20250fdacfaa 04:20:25 ---> Running in d07ae4480fbc 04:20:25 ---> Running in 08f8892b0735 04:20:25 Removing intermediate container 20250fdacfaa 04:20:25 ---> b1710d7bf915 04:20:25 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:20:25 Removing intermediate container 032e338ef538 04:20:25 ---> 1dec8d171f1e 04:20:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:20:25 Removing intermediate container 5e02e1122276 04:20:25 ---> 626b198f2f2f 04:20:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:20:25 Removing intermediate container d07ae4480fbc 04:20:25 ---> 2d59987cf702 04:20:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:20:25 ---> Running in fb2f315522fb 04:20:25 ---> Running in 48a5cffdc995 04:20:25 Removing intermediate container 08f8892b0735 04:20:25 ---> 3471f6a5a26b 04:20:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:20:25 ---> Running in d930bd7bcf64 04:20:25 ---> Running in e3fc11d4fb49 04:20:25 ---> Running in 43758cfe7a44 04:20:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1184 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws 04:20:28 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 04:20:30 Removing intermediate container fb2f315522fb 04:20:30 ---> abf1596b0a5a 04:20:30 Step 5/32 : RUN apk add --update --no-cache make git 04:20:30 Removing intermediate container d930bd7bcf64 04:20:30 ---> cbfa64b20e02 04:20:30 Step 5/26 : RUN apk add --update --no-cache make git 04:20:30 ---> Running in de618f633651 04:20:30 ---> Running in 5f4e2a115d49 04:20:30 Removing intermediate container 48a5cffdc995 04:20:30 ---> d7d7d7a4b4e6 04:20:30 Step 5/24 : RUN apk add --update --no-cache make git 04:20:30 ---> Running in 43de10d13527 04:20:30 Removing intermediate container 43758cfe7a44 04:20:30 ---> 3729155c28ce 04:20:30 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:20:30 Removing intermediate container e3fc11d4fb49 04:20:30 ---> 8ea09a9aec2a 04:20:30 Step 5/22 : RUN apk add --update --no-cache make git 04:20:30 ---> Running in 6db903b662b5 04:20:30 ---> Running in b32b638f391b 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:20:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:20:30 OK: 219 MiB in 52 packages 04:20:30 OK: 219 MiB in 52 packages 04:20:30 OK: 219 MiB in 52 packages 04:20:30 OK: 219 MiB in 52 packages 04:20:30 Removing intermediate container de618f633651 04:20:30 ---> 15b0c7bec6cc 04:20:30 Step 6/32 : COPY go.mod . 04:20:30 OK: 219 MiB in 52 packages 04:20:30 Removing intermediate container 5f4e2a115d49 04:20:30 ---> 2c8f15043614 04:20:30 Step 6/26 : COPY go.mod . 04:20:30 ---> 4e98b0bb0aca 04:20:30 Step 7/32 : RUN go mod download 04:20:30 ---> Running in 63a2575a4a8b 04:20:30 Removing intermediate container 6db903b662b5 04:20:30 ---> 6cec7bc8cb01 04:20:30 Step 6/24 : COPY go.mod . 04:20:30 Removing intermediate container 43de10d13527 04:20:30 ---> 9277a270b6fc 04:20:30 Step 6/24 : COPY go.mod . 04:20:30 ---> 02cacd31a02d 04:20:30 Step 7/26 : RUN go mod download 04:20:30 Removing intermediate container b32b638f391b 04:20:30 ---> cb8f8dbc34f3 04:20:30 Step 6/22 : COPY go.mod . 04:20:30 ---> Running in 056bfbb18e6b 04:20:30 ---> 3f94e0ef9a95 04:20:30 Step 7/24 : RUN go mod download 04:20:30 ---> 22b158c4b69a 04:20:30 Step 7/24 : RUN go mod download 04:20:30 ---> Running in 7a66bec1ee4b 04:20:30 ---> Running in a9f637664f39 04:20:30 ---> 0a905d230479 04:20:30 Step 7/22 : RUN go mod download 04:20:30 ---> Running in c10c9f1433e5 04:20:30 The recommended git tool is: git 04:20:30 Removing intermediate container 63a2575a4a8b 04:20:30 ---> ff594b2d62e7 04:20:30 Step 8/32 : COPY . . 04:20:32 Removing intermediate container 056bfbb18e6b 04:20:32 ---> ed31f97af207 04:20:32 Step 8/26 : COPY . . 04:20:38 Removing intermediate container 7a66bec1ee4b 04:20:38 ---> 9899541e11e2 04:20:38 Step 8/24 : COPY . . 04:20:38 Removing intermediate container a9f637664f39 04:20:38 ---> a32b382dcc33 04:20:38 Step 8/24 : COPY . . 04:20:38 Removing intermediate container c10c9f1433e5 04:20:38 ---> 61e13ebc3f1c 04:20:38 Step 8/22 : COPY . . 04:20:38 ---> 7100d421f116 04:20:38 Step 9/26 : RUN go mod tidy 04:20:38 ---> b0fe1ee49dd7 04:20:38 Step 9/32 : RUN go mod tidy 04:20:42 ---> Running in f67abcf7a712 04:20:42 ---> Running in 2a77c666b7a1 04:20:45 Removing intermediate container f67abcf7a712 04:20:45 ---> 78bab37de4f1 04:20:45 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:20:48 ---> Running in 4ce6d06e76a4 04:20:48 Removing intermediate container 2a77c666b7a1 04:20:48 ---> 27f9cbe4f833 04:20:48 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:20:48 ---> 185a4812dcc7 04:20:48 Step 9/24 : RUN go mod tidy 04:20:48 ---> Running in 60bcbb8d7b5d 04:20:48 ---> Running in d41888671ea1 04:20:48 ---> fbdfcc1e0cfd 04:20:48 Step 9/24 : RUN go mod tidy 04:20:48 ---> Running in 926d45f16ceb 04:20:48 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 04:20:48 ---> dbb70bbd5838 04:20:48 Step 9/22 : RUN go mod tidy 04:20:48 ---> Running in 386af3d52794 04:20:50 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 04:20:50 Removing intermediate container d41888671ea1 04:20:50 ---> c33e93a74542 04:20:50 Step 10/24 : RUN make cmd/core-metadata/core-metadata 04:20:50 ---> Running in b231b92543ab 04:20:50 Removing intermediate container 386af3d52794 04:20:50 ---> 64aeeab1aac2 04:20:50 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:20:50 Removing intermediate container 926d45f16ceb 04:20:50 ---> e038b4c878bd 04:20:50 Step 10/24 : RUN make cmd/core-data/core-data 04:20:50 ---> Running in efec95d02baf 04:20:50 ---> Running in 1d10e107ce1d 04:20:50 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 04:20:53 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 04:20:53 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 04:20:58 using credential edgex-jenkins-ssh 04:20:58 Cloning the remote Git repository 04:20:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:20:58 > git init /w/workspace/edgex-go/13 # timeout=10 04:20:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:20:59 > git --version # timeout=10 04:20:59 > git --version # 'git version 2.17.1' 04:20:59 using GIT_SSH to set credentials SSH Credentials for GitHub 04:20:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:21:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:21:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:21:15 Merging remotes/origin/master commit 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 into PR head commit 6297f6088465b296dff9245ec99846c37894c455 04:21:15 Merge succeeded, producing 6297f6088465b296dff9245ec99846c37894c455 04:21:15 Checking out Revision 6297f6088465b296dff9245ec99846c37894c455 (PR-3531) 04:21:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:21:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:21:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:21:15 > git config core.sparsecheckout # timeout=10 04:21:15 > git checkout -f 6297f6088465b296dff9245ec99846c37894c455 # timeout=10 04:21:15 > git remote # timeout=10 04:21:15 > git config --get remote.origin.url # timeout=10 04:21:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:15 > git merge 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 # timeout=10 04:21:15 > git rev-parse HEAD^{commit} # timeout=10 04:21:15 > git config core.sparsecheckout # timeout=10 04:21:15 > git checkout -f 6297f6088465b296dff9245ec99846c37894c455 # timeout=10 04:21:22 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 04:21:25 Removing intermediate container 4ce6d06e76a4 04:21:25 ---> a744dbc065a0 04:21:25 04:21:25 Step 11/32 : FROM alpine:3.12 04:21:25 3.12: Pulling from library/alpine 04:21:25 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:21:25 Status: Downloaded newer image for alpine:3.12 04:21:25 ---> 13621d1b12d4 04:21:25 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:21:25 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 04:21:25 ---> Running in c5445b26e358 04:21:25 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 04:21:27 Removing intermediate container c5445b26e358 04:21:27 ---> e0011178759c 04:21:27 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 04:21:27 ---> Running in df01c913bfea 04:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:21:27 (1/2) Installing dumb-init (1.2.2-r1) 04:21:27 (2/2) Installing su-exec (0.2-r1) 04:21:27 Executing busybox-1.31.1-r20.trigger 04:21:27 OK: 6 MiB in 16 packages 04:21:27 Removing intermediate container 60bcbb8d7b5d 04:21:27 ---> a76bbe672b50 04:21:27 04:21:27 Step 11/26 : FROM alpine:3.12 04:21:27 ---> 13621d1b12d4 04:21:27 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 04:21:27 ---> Running in 940435c2e0b5 04:21:27 Removing intermediate container df01c913bfea 04:21:27 ---> dd8e4f3e985a 04:21:27 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 04:21:27 ---> Running in 92de9db14f7d 04:21:27 Removing intermediate container 92de9db14f7d 04:21:27 ---> c264a17efcd4 04:21:27 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:21:27 ---> Running in d91c501ef21b 04:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:21:27 Removing intermediate container d91c501ef21b 04:21:27 ---> bff7a0515784 04:21:27 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:21:27 ---> Running in 89c27c44c209 [Pipeline] script [Pipeline] { [Pipeline] sh 04:21:28 (1/6) Installing ca-certificates (20191127-r4) 04:21:28 (2/6) Installing nghttp2-libs (1.41.0-r0) 04:21:28 (3/6) Installing libcurl (7.77.0-r0) 04:21:28 (4/6) Installing curl (7.77.0-r0) 04:21:30 (5/6) Installing dumb-init (1.2.2-r1) 04:21:30 (6/6) Installing su-exec (0.2-r1) 04:21:30 Executing busybox-1.31.1-r20.trigger 04:21:30 Executing ca-certificates-20191127-r4.trigger 04:21:30 OK: 7 MiB in 20 packages 04:21:30 Removing intermediate container 89c27c44c209 04:21:30 ---> 32cb0ba60686 04:21:30 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 04:21:30 ---> Running in 47dac0173f8c 04:21:30 Removing intermediate container 940435c2e0b5 04:21:30 ---> 43635bb2659a 04:21:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:21:30 ---> Running in 2d365de6bb5d 04:21:30 Removing intermediate container 47dac0173f8c 04:21:30 ---> f6013a3bacaf 04:21:30 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:21:30 Removing intermediate container 2d365de6bb5d 04:21:30 ---> c619b01d26e4 04:21:30 Step 14/26 : WORKDIR / 04:21:30 ---> Running in 2434ab5d87b3 04:21:30 ---> 54a019acfb39 04:21:30 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:21:30 Removing intermediate container 2434ab5d87b3 04:21:30 ---> 637fdeee7805 04:21:30 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:21:30 ---> Running in 63ffbb785147 04:21:30 Removing intermediate container efec95d02baf 04:21:30 ---> c8e62c1a21ac 04:21:30 04:21:30 Step 11/22 : FROM alpine:3.12 04:21:30 ---> 13621d1b12d4 04:21:30 Step 12/22 : RUN apk add --update --no-cache curl 04:21:30 ---> Running in 69dfd2fae343 04:21:30 ---> 969a4a07bfb6 04:21:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:21:31 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:21:31 ---> 325c4c52f178 04:21:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:21:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:21:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:21:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:21:31 (1/4) Installing ca-certificates (20191127-r4) 04:21:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:21:31 (3/4) Installing libcurl (7.77.0-r0) 04:21:31 (4/4) Installing curl (7.77.0-r0) 04:21:31 Executing busybox-1.31.1-r20.trigger 04:21:31 Executing ca-certificates-20191127-r4.trigger 04:21:31 OK: 7 MiB in 18 packages 04:21:31 ---> a647cc8cc8a3 04:21:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 04:21:31 + sudo+ service dockertrue restart 04:21:31 04:21:32 Removing intermediate container b231b92543ab 04:21:32 ---> fd69256dc88b 04:21:32 04:21:32 Step 11/24 : FROM alpine:3.12 04:21:32 ---> 13621d1b12d4 04:21:32 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:21:32 Removing intermediate container 63ffbb785147 04:21:32 ---> 59976e87c691 04:21:32 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 04:21:32 ---> Running in a89e0a914c87 04:21:32 ---> 62ca85103acf 04:21:32 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:21:32 ---> 238a28acd95a 04:21:32 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:21:32 Removing intermediate container 69dfd2fae343 04:21:32 ---> 37400889c59b 04:21:32 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:21:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:21:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:21:32 ---> Running in 7a6a732c8967 04:21:32 (1/1) Installing dumb-init (1.2.2-r1) 04:21:32 Executing busybox-1.31.1-r20.trigger 04:21:32 OK: 6 MiB in 15 packages 04:21:33 Removing intermediate container 7a6a732c8967 04:21:33 ---> 1efc8d99475d 04:21:33 Step 14/22 : WORKDIR /edgex 04:21:38 ---> Running in 2b3eeaa525a7 04:21:38 ---> 525a740b59f0 04:21:38 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:21:38 ---> b3f6772a60f8 04:21:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:21:38 Removing intermediate container 1d10e107ce1d 04:21:38 ---> ebf6e1b437d2 04:21:38 04:21:38 Step 11/24 : FROM alpine:3.12 04:21:38 ---> 13621d1b12d4 04:21:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:21:38 Removing intermediate container a89e0a914c87 04:21:38 ---> a5e4595e124b 04:21:38 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:21:38 ---> Running in 7e7f9893cc2f 04:21:38 Removing intermediate container 2b3eeaa525a7 04:21:38 ---> 8742554740dd 04:21:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:21:38 ---> Running in af51ac8c80fd 04:21:38 ---> 98d4c4883177 04:21:38 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:21:38 ---> 837d015dcacb 04:21:38 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:21:38 Removing intermediate container 7e7f9893cc2f 04:21:38 ---> dc94b5162ddf 04:21:38 Step 13/24 : ENV APP_PORT=59880 04:21:38 Removing intermediate container af51ac8c80fd 04:21:38 ---> 453f0e1d2241 04:21:38 Step 14/24 : ENV APP_PORT=59881 04:21:38 ---> Running in df0e5af0ad7e 04:21:38 ---> Running in 1b6f4eb6678b 04:21:38 ---> 1e35f5f8fd09 04:21:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:21:38 ---> 8735d6735a69 04:21:38 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:21:38 Removing intermediate container 1b6f4eb6678b 04:21:38 ---> 896fe46afe19 04:21:38 Step 14/24 : EXPOSE $APP_PORT 04:21:38 Removing intermediate container df0e5af0ad7e 04:21:38 ---> 23925d2bbb98 04:21:38 Step 15/24 : EXPOSE $APP_PORT 04:21:38 ---> 6f40b89d0303 04:21:38 Step 22/26 : 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/ 04:21:38 ---> Running in fb32b343400c 04:21:38 ---> Running in cb4c39ff0fd2 04:21:38 ---> 42d7c3429647 04:21:38 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 04:21:38 ---> Running in cbff028b69a9 04:21:38 ---> 9d4732e476cc 04:21:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:21:38 ---> Running in 4a7618b469b4 04:21:38 Removing intermediate container cb4c39ff0fd2 04:21:38 ---> 082db9aeef94 04:21:38 Step 16/24 : WORKDIR / 04:21:38 Removing intermediate container fb32b343400c 04:21:38 ---> 2e47184d9648 04:21:38 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:38 ---> Running in 7fe3d95f78fd 04:21:38 ---> Running in 0066565cf430 04:21:38 Removing intermediate container 4a7618b469b4 04:21:38 ---> 350764a5f0c6 04:21:38 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:21:38 Removing intermediate container 7fe3d95f78fd 04:21:38 ---> c9c60b0ee86d 04:21:38 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:21:38 ---> de1bc52e8746 04:21:38 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:21:38 ---> Running in 8370130c03f7 04:21:38 ---> 57b53854f2e5 04:21:38 Step 27/32 : RUN chmod +x /entrypoint.sh 04:21:38 ---> 706f42812ece 04:21:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:21:38 ---> Running in b6d042fd02de 04:21:38 Removing intermediate container 8370130c03f7 04:21:38 ---> 33a2bfd40765 04:21:38 Step 19/22 : CMD ["--init=true"] 04:21:38 Removing intermediate container cbff028b69a9 04:21:38 ---> 23bc38ec56e7 04:21:38 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:21:38 ---> Running in f3b1562da4b6 04:21:38 ---> 7c325411df68 04:21:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:21:38 ---> Running in 0d824333908e 04:21:38 Removing intermediate container f3b1562da4b6 04:21:38 ---> 40c7868880d3 04:21:38 Step 20/22 : LABEL arch=x86_64 04:21:38 ---> Running in cbcad6397178 04:21:38 Removing intermediate container 0d824333908e 04:21:38 ---> bb20f93f526e 04:21:38 Step 24/26 : LABEL arch=x86_64 04:21:38 Removing intermediate container 0066565cf430 04:21:38 ---> 745c934d475a 04:21:38 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 04:21:38 ---> Running in a94ee51770c7 04:21:38 ---> Running in d873de34629f 04:21:38 Removing intermediate container cbcad6397178 04:21:38 ---> 50360cd1751b 04:21:38 Step 21/22 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:21:38 ---> 8970f7f33b3a 04:21:38 Step 20/24 : ENTRYPOINT ["/core-metadata"] 04:21:38 ---> Running in e3d0097bbba0 04:21:38 ---> Running in 2574a3b5c824 04:21:38 Removing intermediate container a94ee51770c7 04:21:38 ---> 84c23089e551 04:21:38 Step 25/26 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:21:38 Removing intermediate container b6d042fd02de 04:21:38 ---> 85586ce5a6b0 04:21:38 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 04:21:38 ---> Running in 545998a39274 04:21:38 ---> Running in 85e5120fb3a6 04:21:38 Removing intermediate container e3d0097bbba0 04:21:38 ---> c0e84e52ab79 04:21:38 Step 22/22 : LABEL version=0.0.0 04:21:38 Removing intermediate container 2574a3b5c824 04:21:38 ---> f865d90a1b3c 04:21:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:21:38 Removing intermediate container 545998a39274 04:21:38 ---> 59a48c20b332 04:21:38 Step 26/26 : LABEL version=0.0.0 04:21:38 ---> Running in 22297085e5d2 04:21:38 ---> Running in a3ca9ffd8ddf 04:21:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:21:38 ---> Running in 69fda46a06a0 04:21:38 Removing intermediate container 85e5120fb3a6 04:21:38 ---> 4c39c833fa2b 04:21:38 Step 29/32 : CMD ["gate"] 04:21:38 Removing intermediate container 22297085e5d2 04:21:38 ---> f8cede5bd236 04:21:38 Step 22/24 : LABEL arch=x86_64 04:21:38 Removing intermediate container a3ca9ffd8ddf 04:21:38 ---> 8a77055ece56 04:21:38 04:21:38 Removing intermediate container 69fda46a06a0 04:21:38 ---> 9dd846b38a54 04:21:38 04:21:38 Successfully built 8a77055ece56 04:21:38 ---> Running in ff47456a0c70 04:21:38 ---> Running in 97a99fca6757 04:21:38 Successfully tagged security-proxy-setup:latest 04:21:38 Building support-scheduler 04:21:38  Building security-proxy-setup ... done Successfully built 9dd846b38a54 04:21:38 Successfully tagged security-secretstore-setup:latest 04:21:38  Building security-secretstore-setup ... done Building support-notifications 04:21:38 Removing intermediate container ff47456a0c70 04:21:38 ---> a09e4e975806 04:21:38 Removing intermediate container 97a99fca6757 04:21:38 Step 30/32 : LABEL arch=x86_64 ---> 3149ef088e1a 04:21:38 Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:21:38 04:21:38 ---> Running in 5803a779976a 04:21:38 ---> Running in 045ed8901a3c 04:21:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:21:38 (1/6) Installing dumb-init (1.2.2-r1) 04:21:38 (2/6) Installing libgcc (9.3.0-r2) 04:21:38 (3/6) Installing libsodium (1.0.18-r0) 04:21:38 (4/6) Installing libstdc++ (9.3.0-r2) 04:21:38 Removing intermediate container 5803a779976a 04:21:38 ---> 19d9438057cf 04:21:38 Step 24/24 : LABEL version=0.0.0 04:21:38 Removing intermediate container 045ed8901a3c 04:21:38 ---> 489037e8c042 04:21:38 Step 31/32 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:21:38 (5/6) Installing libzmq (4.3.3-r0) 04:21:38 ---> Running in 17847c4619e2 04:21:39 (6/6) Installing zeromq (4.3.3-r0) 04:21:39 Executing busybox-1.31.1-r20.trigger 04:21:39 OK: 8 MiB in 20 packages 04:21:39 Removing intermediate container 17847c4619e2 04:21:39 ---> f1c8484ee257 04:21:39 04:21:39 ---> Running in 35c9001a353a 04:21:39 Successfully built f1c8484ee257 04:21:40 Successfully tagged core-metadata:latest 04:21:40 Building sys-mgmt-agent 04:21:40  Building core-metadata ... done Removing intermediate container 35c9001a353a 04:21:40 ---> 1f910f8efd7b 04:21:40 Step 32/32 : LABEL version=0.0.0 04:21:40 ---> Running in 95214797e079 04:21:40 Removing intermediate container d873de34629f 04:21:40 ---> 62900082c625 04:21:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:21:45 Removing intermediate container 95214797e079 04:21:45 ---> b83d3ff090df 04:21:45 04:21:45 Successfully built b83d3ff090df 04:21:45 Successfully tagged security-bootstrapper:latest 04:21:45  Building security-bootstrapper ... done Building core-command 04:21:45 ---> 85dd658549cd 04:21:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:21:47 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:21:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:21:47 ---> ef2b63ea0a3a 04:21:47 Step 3/23 : WORKDIR /edgex-go 04:21:47 ---> Using cache 04:21:47 ---> 3471f6a5a26b 04:21:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:47 ---> Using cache 04:21:47 ---> 3729155c28ce 04:21:47 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 04:21:48 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:21:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:21:48 ---> ef2b63ea0a3a 04:21:48 Step 3/23 : WORKDIR /edgex-go 04:21:48 ---> Using cache 04:21:48 ---> 3471f6a5a26b 04:21:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:48 ---> Using cache 04:21:48 ---> 3729155c28ce 04:21:48 Step 5/23 : RUN apk add --update --no-cache make git 04:21:48 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:21:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:21:48 ---> ef2b63ea0a3a 04:21:48 Step 3/24 : WORKDIR /edgex-go 04:21:48 ---> Using cache 04:21:48 ---> 3471f6a5a26b 04:21:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:48 ---> Using cache 04:21:48 ---> 3729155c28ce 04:21:48 Step 5/24 : RUN apk add --update --no-cache make bash git 04:21:49 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:21:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:21:49 ---> ef2b63ea0a3a 04:21:49 Step 3/24 : WORKDIR /edgex-go 04:21:49 ---> Using cache 04:21:49 ---> 3471f6a5a26b 04:21:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:49 ---> Using cache 04:21:49 ---> 3729155c28ce 04:21:49 Step 5/24 : RUN apk add --update --no-cache make git 04:21:49 ---> e2ef16478f1c 04:21:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:21:49 ---> Running in b7346224c178 04:21:49 ---> Running in e469673560e8 04:21:49 ---> Running in f1e61d8645ed 04:21:49 ---> Running in a828124fd554 04:21:51 ---> fc688e85ced3 04:21:51 Step 20/24 : ENTRYPOINT ["/core-data"] 04:21:51 ---> Running in 15278e32e587 04:21:51 Removing intermediate container 15278e32e587 04:21:51 ---> 89f9fb8b4121 04:21:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:21:51 ---> Running in 7bd212ad2db8 04:21:51 Removing intermediate container 7bd212ad2db8 04:21:51 ---> 7ca1d057af75 04:21:51 Step 22/24 : LABEL arch=x86_64 04:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:21:51 ---> Running in 9d0c9d2cd840 04:21:51 Removing intermediate container 9d0c9d2cd840 04:21:51 ---> 52f6c7659ce1 04:21:51 Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:21:51 ---> Running in ec4c284dc189 04:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:21:51 Removing intermediate container ec4c284dc189 04:21:51 ---> 96891a822250 04:21:51 Step 24/24 : LABEL version=0.0.0 04:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:21:51 ---> Running in 07dd3a655014 04:21:51 Removing intermediate container 07dd3a655014 04:21:51 ---> 2b388532ff15 04:21:51 04:21:51 Successfully built 2b388532ff15 04:21:51 Successfully tagged core-data:latest 04:21:51  Building core-data ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:21:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:21:51 OK: 219 MiB in 52 packages 04:21:51 OK: 219 MiB in 52 packages 04:21:51 OK: 219 MiB in 52 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:21:51 provisioning config files... 04:21:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config2277487008100618301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:21:53 OK: 219 MiB in 52 packages 04:21:53 Removing intermediate container b7346224c178 04:21:53 ---> 7d09a714b3fe 04:21:53 Step 6/24 : COPY go.mod . 04:21:53 Removing intermediate container f1e61d8645ed 04:21:53 ---> fb99e334b1c4 04:21:53 Step 6/24 : COPY go.mod . 04:21:53 Removing intermediate container a828124fd554 04:21:53 ---> 5d210fbef554 04:21:53 Step 6/23 : COPY go.mod . 04:21:53 ---> a7a2dab5a2fb 04:21:53 Step 7/24 : RUN go mod download 04:21:53 Removing intermediate container e469673560e8 04:21:53 ---> 9c149795bc72 04:21:53 Step 6/23 : COPY go.mod . 04:21:53 ---> Running in 05e36153fd3f 04:21:53 ---> 090475634fc1 04:21:53 Step 7/24 : RUN go mod download 04:21:53 ---> 31f51b4e14a3 04:21:53 Step 7/23 : RUN go mod download 04:21:53 ---> Running in c50939e686d6 04:21:53 ---> Running in 678349a80d3b 04:21:53 ---> c1a078d0ed68 04:21:53 Step 7/23 : RUN go mod download 04:21:53 ---> Running in b9eef6959d16 04:21:53 Removing intermediate container 05e36153fd3f 04:21:53 ---> d5a20264328c 04:21:53 Step 8/24 : COPY . . 04:21:53 ---> docker-login.sh 04:21:53 nexus3.edgexfoundry.org:10001 04:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:53 Configure a credential helper to remove this warning. See 04:21:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:53 04:21:53 Login Succeeded 04:21:53 nexus3.edgexfoundry.org:10002 04:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:53 Configure a credential helper to remove this warning. See 04:21:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:53 04:21:53 Login Succeeded 04:21:53 nexus3.edgexfoundry.org:10003 04:21:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:54 Configure a credential helper to remove this warning. See 04:21:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:54 04:21:54 Login Succeeded 04:21:54 nexus3.edgexfoundry.org:10004 04:21:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:54 Configure a credential helper to remove this warning. See 04:21:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:54 04:21:54 Login Succeeded 04:21:54 docker.io 04:21:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:21:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:21:55 Configure a credential helper to remove this warning. See 04:21:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:21:55 04:21:55 Login Succeeded 04:21:55 ---> docker-login.sh ends [Pipeline] } 04:21:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:21:55 ========================================================= 04:21:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:21:55 ========================================================= 04:21:57 Removing intermediate container 678349a80d3b 04:21:57 ---> d4beb8f165c5 04:21:57 Step 8/23 : COPY . . 04:21:57 Removing intermediate container b9eef6959d16 04:21:57 ---> 6af23128316a 04:21:57 Step 8/23 : COPY . . [Pipeline] isUnix [Pipeline] sh 04:21:58 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 04:22:01 Removing intermediate container c50939e686d6 04:22:01 ---> bfcade25b364 04:22:01 Step 8/24 : COPY . . 04:22:01 Sending build context to Docker daemon 166.2MB 04:22:01 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 04:22:01 Step 2/6 : FROM ${BASE} 04:22:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:22:01 595b0fe564bb: Pulling fs layer 04:22:01 7186ed65a4f7: Pulling fs layer 04:22:01 316046926c0a: Pulling fs layer 04:22:01 4ebd0625c992: Pulling fs layer 04:22:01 207e8628e3a3: Pulling fs layer 04:22:01 c791037a9be2: Pulling fs layer 04:22:01 ffd874e62e21: Pulling fs layer 04:22:01 207e8628e3a3: Waiting 04:22:01 c791037a9be2: Waiting 04:22:01 ffd874e62e21: Waiting 04:22:01 4ebd0625c992: Waiting 04:22:01 316046926c0a: Download complete 04:22:01 7186ed65a4f7: Verifying Checksum 04:22:01 7186ed65a4f7: Download complete 04:22:01 207e8628e3a3: Download complete 04:22:01 595b0fe564bb: Download complete 04:22:01 c791037a9be2: Verifying Checksum 04:22:01 c791037a9be2: Download complete 04:22:01 595b0fe564bb: Pull complete 04:22:04 7186ed65a4f7: Pull complete 04:22:04 316046926c0a: Pull complete 04:22:04 ffd874e62e21: Verifying Checksum 04:22:04 ffd874e62e21: Download complete 04:22:04 ---> 82a3b5c67671 04:22:04 Step 9/24 : RUN go mod tidy 04:22:04 ---> Running in 8b8c40363afe 04:22:04 ---> c60aff87cbd5 04:22:04 Step 9/23 : RUN go mod tidy 04:22:04 4ebd0625c992: Verifying Checksum 04:22:04 4ebd0625c992: Download complete 04:22:04 ---> ff5d7e9b8723 04:22:04 Step 9/23 : RUN go mod tidy 04:22:05 ---> Running in 238169dfeeae 04:22:05 ---> Running in 30f36259255d 04:22:08 Removing intermediate container 8b8c40363afe 04:22:08 ---> a78e7dc65199 04:22:08 Step 10/24 : RUN make cmd/core-command/core-command 04:22:08 ---> Running in fc1801cc0326 04:22:08 Removing intermediate container 238169dfeeae 04:22:08 ---> 28e57ec48910 04:22:08 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 04:22:08 ---> Running in b88f0a954022 04:22:08 Removing intermediate container 30f36259255d 04:22:08 ---> 1a159b4f90fc 04:22:08 Step 10/23 : RUN make cmd/support-notifications/support-notifications 04:22:08 ---> Running in 542bcb44321c 04:22:08 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 04:22:08 ---> 7716f461e576 04:22:08 Step 9/24 : RUN go mod tidy 04:22:08 ---> Running in 95f5d2c6ca5d 04:22:08 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 04:22:08 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 04:22:09 Removing intermediate container 95f5d2c6ca5d 04:22:09 ---> f0e670afdba2 04:22:09 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:22:09 ---> Running in 457676f4b069 04:22:12 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 04:22:16 4ebd0625c992: Pull complete 04:22:16 207e8628e3a3: Pull complete 04:22:16 c791037a9be2: Pull complete 04:22:19 ffd874e62e21: Pull complete 04:22:19 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 04:22:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:22:19 ---> cfc18b08335c 04:22:19 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:22:23 ---> Running in 24b02ab92308 04:22:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:22:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:22:25 (1/12) Installing libmagic (5.39-r0) 04:22:25 (2/12) Installing file (5.39-r0) 04:22:25 (3/12) Installing libc-dev (0.7.2-r3) 04:22:25 (4/12) Installing g++ (10.2.1_pre1-r3) 04:22:31 (5/12) Installing fortify-headers (1.1-r0) 04:22:31 (6/12) Installing patch (2.7.6-r6) 04:22:31 (7/12) Installing build-base (0.5-r2) 04:22:31 (8/12) Installing libsodium (1.0.18-r0) 04:22:31 (9/12) Installing pkgconf (1.7.3-r0) 04:22:31 (10/12) Installing libsodium-dev (1.0.18-r0) 04:22:31 (11/12) Installing libzmq (4.3.3-r1) 04:22:31 (12/12) Installing zeromq-dev (4.3.3-r1) 04:22:32 Executing busybox-1.32.1-r6.trigger 04:22:32 OK: 218 MiB in 52 packages 04:22:36 Removing intermediate container 24b02ab92308 04:22:36 ---> 81a33870d456 04:22:36 Step 4/6 : WORKDIR /edgex-go 04:22:36 ---> Running in 0291fdd8fad2 04:22:36 Removing intermediate container 0291fdd8fad2 04:22:36 ---> 531b470a9e35 04:22:36 Step 5/6 : COPY go.mod . 04:22:37 ---> b63b70cad904 04:22:37 Step 6/6 : RUN go mod download 04:22:37 ---> Running in 6cc0e75934ab 04:22:39 Removing intermediate container b88f0a954022 04:22:39 ---> df713b21c771 04:22:39 04:22:39 Step 11/23 : FROM alpine:3.12 04:22:39 ---> 13621d1b12d4 04:22:39 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:22:39 ---> Using cache 04:22:39 ---> a5e4595e124b 04:22:39 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:22:39 ---> Using cache 04:22:39 ---> 453f0e1d2241 04:22:39 Step 14/23 : ENV APP_PORT=59861 04:22:39 Removing intermediate container fc1801cc0326 04:22:39 ---> 41c260235fc9 04:22:39 04:22:39 Step 11/24 : FROM alpine:3.12 04:22:39 ---> 13621d1b12d4 04:22:39 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:22:39 ---> Using cache 04:22:39 ---> a5e4595e124b 04:22:39 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:22:39 ---> Using cache 04:22:39 ---> 453f0e1d2241 04:22:39 Step 14/24 : ENV APP_PORT=59882 04:22:39 Removing intermediate container 542bcb44321c 04:22:39 ---> 46f9a8970467 04:22:39 04:22:39 Step 11/23 : FROM alpine:3.12 04:22:39 ---> Running in a49802b2bfb7 04:22:39 ---> 13621d1b12d4 04:22:39 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 04:22:39 ---> Running in 0d3a26032b32 04:22:39 ---> Running in e192fc1ccc72 04:22:39 Removing intermediate container a49802b2bfb7 04:22:39 ---> 9f09d35f6a05 04:22:39 Step 15/23 : EXPOSE $APP_PORT 04:22:39 Removing intermediate container 0d3a26032b32 04:22:39 ---> 8daa06aa6b4e 04:22:39 Step 15/24 : EXPOSE $APP_PORT 04:22:40 ---> Running in 61e8dbdbd7a1 04:22:40 ---> Running in e20b08a66599 04:22:40 Removing intermediate container 61e8dbdbd7a1 04:22:40 ---> 5faa161cc3b5 04:22:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:22:40 Removing intermediate container e20b08a66599 04:22:40 ---> a2458332c693 04:22:40 Step 16/24 : WORKDIR / 04:22:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:22:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:22:40 ---> Running in 1b601b85d16b 04:22:40 (1/2) Installing ca-certificates (20191127-r4) 04:22:40 (2/2) Installing dumb-init (1.2.2-r1) 04:22:40 Executing busybox-1.31.1-r20.trigger 04:22:40 Executing ca-certificates-20191127-r4.trigger 04:22:40 ---> 7c137054c8f6 04:22:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:22:40 OK: 6 MiB in 16 packages 04:22:40 Removing intermediate container 1b601b85d16b 04:22:40 ---> 5565e30a69e8 04:22:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:22:40 ---> a70e3eb03ad2 04:22:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:22:41 ---> 2e49c6485b63 04:22:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:22:41 Removing intermediate container e192fc1ccc72 04:22:41 ---> 98c579cc4d1c 04:22:41 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:22:41 ---> 21a492af74ef 04:22:41 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 04:22:41 ---> 7ac21a801dc0 04:22:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:22:41 ---> Running in 6d06bc610f60 04:22:41 ---> Running in 57737c317a6b 04:22:42 Removing intermediate container 457676f4b069 04:22:42 ---> 2c225671a328 04:22:42 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:22:42 ---> Running in 8064bd588cff 04:22:42 Removing intermediate container 6d06bc610f60 04:22:42 ---> aa09ae24775d 04:22:42 Step 14/23 : ENV APP_PORT=59860 04:22:42 Removing intermediate container 57737c317a6b 04:22:42 ---> 79925895312e 04:22:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:22:42 ---> Running in 840aa74fb343 04:22:42 ---> 706f68edc617 04:22:42 Step 20/24 : ENTRYPOINT ["/core-command"] 04:22:42 ---> Running in 08453407b352 04:22:42 ---> Running in 50df75aff78e 04:22:42 Removing intermediate container 840aa74fb343 04:22:42 ---> 839bb13af895 04:22:42 Step 15/23 : EXPOSE $APP_PORT 04:22:42 ---> Running in 3967bf74860a 04:22:42 Removing intermediate container 08453407b352 04:22:42 ---> dbfe12b9a7d4 04:22:42 Step 21/23 : LABEL arch=x86_64 04:22:42 Removing intermediate container 50df75aff78e 04:22:42 ---> aacd7957205a 04:22:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:22:42 ---> Running in ffb124978568 04:22:42 ---> Running in 3956558ca49e 04:22:42 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 04:22:42 Removing intermediate container 3967bf74860a 04:22:42 ---> 257acb30c2ff 04:22:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:22:42 Removing intermediate container ffb124978568 04:22:42 ---> fc2165035bc5 04:22:42 Step 22/23 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:22:42 Removing intermediate container 3956558ca49e 04:22:42 ---> b1443315019e 04:22:42 Step 22/24 : LABEL arch=x86_64 04:22:42 ---> Running in bf00ba3391ce 04:22:42 ---> Running in 1edafff1e27e 04:22:42 ---> 2cb4d536a701 04:22:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:22:42 Removing intermediate container bf00ba3391ce 04:22:42 ---> 6f3ebd59b852 04:22:42 Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:22:42 Removing intermediate container 1edafff1e27e 04:22:42 ---> 0531a1d131ca 04:22:42 Step 23/23 : LABEL version=0.0.0 04:22:42 ---> Running in da90b19bd7a5 04:22:42 ---> Running in cf6471197a72 04:22:42 Removing intermediate container da90b19bd7a5 04:22:42 ---> 0be0feece175 04:22:42 Step 24/24 : LABEL version=0.0.0 04:22:42 ---> 46e5a3b64817 04:22:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:22:43 ---> Running in adbb0ae6899d 04:22:43 Removing intermediate container cf6471197a72 04:22:43 ---> aac1e4312a14 04:22:43 04:22:43 Successfully built aac1e4312a14 04:22:43 Successfully tagged support-scheduler:latest 04:22:43  Building support-scheduler ... done Removing intermediate container adbb0ae6899d 04:22:43 ---> 945ad0db6319 04:22:43 04:22:43 Removing intermediate container 8064bd588cff 04:22:43 ---> 04b0215ea69c 04:22:43 04:22:43 Step 12/24 : FROM docker:20.10.0 04:22:43 ---> 4f03081b2a2e 04:22:43 Step 19/23 : ENTRYPOINT ["/support-notifications"] 04:22:43 Successfully built 945ad0db6319 04:22:43 ---> Running in 0fe669904b4f 04:22:43 Successfully tagged core-command:latest 04:22:43  Building core-command ... done 20.10.0: Pulling from library/docker 04:22:43 Removing intermediate container 0fe669904b4f 04:22:43 ---> c5f0a4c2a327 04:22:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:22:43 ---> Running in c35e3fee9b7c 04:22:43 Removing intermediate container c35e3fee9b7c 04:22:43 ---> 0d00c8fde186 04:22:43 Step 21/23 : LABEL arch=x86_64 04:22:43 ---> Running in c916b4cd099e 04:22:43 Removing intermediate container c916b4cd099e 04:22:43 ---> f0f70448eb26 04:22:43 Step 22/23 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:22:43 ---> Running in 746c0dae57f8 04:22:43 Removing intermediate container 746c0dae57f8 04:22:43 ---> ec3392d638d8 04:22:43 Step 23/23 : LABEL version=0.0.0 04:22:43 ---> Running in b4802470c368 04:22:44 Removing intermediate container b4802470c368 04:22:44 ---> c2d1ab8e414e 04:22:44 04:22:44 Successfully built c2d1ab8e414e 04:22:44 Successfully tagged support-notifications:latest 04:22:46  Building support-notifications ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:22:46 Status: Downloaded newer image for docker:20.10.0 04:22:46 ---> aefe523efa57 04:22:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:22:47 ---> Running in 32948fa61b7d 04:22:47 Removing intermediate container 32948fa61b7d 04:22:47 ---> ad643006a25b 04:22:47 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 04:22:47 ---> Running in bcda56bf037e 04:22:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:22:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:22:47 (1/39) Installing readline (8.0.4-r0) 04:22:47 (2/39) Installing bash (5.0.17-r0) 04:22:47 Executing bash-5.0.17-r0.post-install 04:22:47 (3/39) Installing nghttp2-libs (1.41.0-r0) 04:22:47 (4/39) Installing libcurl (7.77.0-r0) 04:22:47 (5/39) Installing curl (7.77.0-r0) 04:22:47 (6/39) Installing dumb-init (1.2.2-r1) 04:22:47 (7/39) Installing libbz2 (1.0.8-r1) 04:22:47 (8/39) Installing expat (2.2.9-r1) 04:22:47 (9/39) Installing libffi (3.3-r2) 04:22:47 (10/39) Installing gdbm (1.13-r1) 04:22:47 (11/39) Installing xz-libs (5.2.5-r0) 04:22:47 (12/39) Installing sqlite-libs (3.32.1-r1) 04:22:47 (13/39) Installing python3 (3.8.10-r0) 04:22:48 (14/39) Installing py3-appdirs (1.4.4-r1) 04:22:48 (15/39) Installing py3-ordered-set (4.0.1-r0) 04:22:48 (16/39) Installing py3-parsing (2.4.7-r0) 04:22:48 (17/39) Installing py3-six (1.15.0-r0) 04:22:48 (18/39) Installing py3-packaging (20.4-r0) 04:22:48 (19/39) Installing py3-setuptools (47.0.0-r0) 04:22:48 (20/39) Installing py3-chardet (3.0.4-r4) 04:22:48 (21/39) Installing py3-idna (2.9-r0) 04:22:48 (22/39) Installing py3-certifi (2020.4.5.1-r0) 04:22:48 (23/39) Installing py3-urllib3 (1.25.9-r0) 04:22:48 (24/39) Installing py3-requests (2.23.0-r0) 04:22:48 (25/39) Installing py3-msgpack (1.0.0-r0) 04:22:48 (26/39) Installing py3-lockfile (0.12.2-r3) 04:22:48 (27/39) Installing py3-cachecontrol (0.12.6-r0) 04:22:48 (28/39) Installing py3-colorama (0.4.3-r0) 04:22:48 (29/39) Installing py3-distlib (0.3.0-r0) 04:22:48 (30/39) Installing py3-distro (1.5.0-r1) 04:22:48 (31/39) Installing py3-webencodings (0.5.1-r3) 04:22:48 (32/39) Installing py3-html5lib (1.0.1-r4) 04:22:48 (33/39) Installing py3-pytoml (0.1.21-r0) 04:22:48 (34/39) Installing py3-pep517 (0.8.2-r0) 04:22:48 (35/39) Installing py3-progress (1.5-r0) 04:22:48 (36/39) Installing py3-toml (0.10.1-r0) 04:22:48 (37/39) Installing py3-retrying (1.3.3-r0) 04:22:48 (38/39) Installing py3-contextlib2 (0.6.0-r0) 04:22:48 (39/39) Installing py3-pip (20.1.1-r0) 04:22:48 Executing busybox-1.31.1-r19.trigger 04:22:48 OK: 72 MiB in 59 packages 04:22:49 Collecting docker-compose==1.23.2 04:22:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:22:51 Collecting PyYAML<4,>=3.10 04:22:51 Downloading PyYAML-3.13.tar.gz (270 kB) 04:22:51 Collecting texttable<0.10,>=0.9.0 04:22:51 Downloading texttable-0.9.1.tar.gz (11 kB) 04:22:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:22:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:22:51 Collecting jsonschema<3,>=2.5.1 04:22:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:22:51 Collecting docker<4.0,>=3.6.0 04:22:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:22:51 Collecting dockerpty<0.5,>=0.4.1 04:22:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:22:51 Collecting websocket-client<1.0,>=0.32.0 04:22:51 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:22:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:22:51 Collecting docopt<0.7,>=0.6.1 04:22:51 Downloading docopt-0.6.2.tar.gz (25 kB) 04:22:51 Collecting cached-property<2,>=1.2.0 04:22:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:22:51 Collecting idna<2.8,>=2.5 04:22:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:22:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:22:51 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:22:51 Collecting urllib3<1.25,>=1.21.1 04:22:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:22:51 Collecting docker-pycreds>=0.4.0 04:22:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:22:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:22:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:22:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:22:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:22:51 Installing collected packages: PyYAML, texttable, idna, urllib3, requests, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docopt, cached-property, docker-compose 04:22:51 Running setup.py install for PyYAML: started 04:22:52 Running setup.py install for PyYAML: finished with status 'done' 04:22:52 Running setup.py install for texttable: started 04:22:52 Running setup.py install for texttable: finished with status 'done' 04:22:52 Attempting uninstall: idna 04:22:52 Found existing installation: idna 2.9 04:22:52 Uninstalling idna-2.9: 04:22:52 Successfully uninstalled idna-2.9 04:22:52 Attempting uninstall: urllib3 04:22:52 Found existing installation: urllib3 1.25.9 04:22:52 Uninstalling urllib3-1.25.9: 04:22:52 Successfully uninstalled urllib3-1.25.9 04:22:52 Attempting uninstall: requests 04:22:52 Found existing installation: requests 2.23.0 04:22:52 Uninstalling requests-2.23.0: 04:22:52 Successfully uninstalled requests-2.23.0 04:22:53 Running setup.py install for dockerpty: started 04:22:53 Running setup.py install for dockerpty: finished with status 'done' 04:22:53 Running setup.py install for docopt: started 04:22:53 Running setup.py install for docopt: finished with status 'done' 04:22:53 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 04:22:57 Removing intermediate container bcda56bf037e 04:22:57 ---> 8de1eb9e94a5 04:22:57 Step 15/24 : ENV APP_PORT=58890 04:22:57 ---> Running in 8831ae8b9ebe 04:22:57 Removing intermediate container 8831ae8b9ebe 04:22:57 ---> 89502a23792d 04:22:57 Step 16/24 : EXPOSE $APP_PORT 04:22:57 ---> Running in d039af618780 04:22:57 Removing intermediate container d039af618780 04:22:57 ---> 84933f2d2dc9 04:22:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:22:57 ---> 3b18e05cea73 04:22:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:22:57 ---> 704fa7cebd95 04:22:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:22:57 ---> f6a424acf92c 04:22:57 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 04:22:57 ---> Running in dc3f9bb97a3b 04:22:57 Removing intermediate container dc3f9bb97a3b 04:22:57 ---> 66e54cf049fb 04:22:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:22:57 ---> Running in 78589f4ecaa6 04:22:57 Removing intermediate container 78589f4ecaa6 04:22:57 ---> 419560c72a05 04:22:57 Step 22/24 : LABEL arch=x86_64 04:22:57 ---> Running in 3edab7a3e77c 04:22:57 Removing intermediate container 3edab7a3e77c 04:22:57 ---> ad5e7a9561fa 04:22:57 Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:22:57 ---> Running in b61571cbe36d 04:22:57 Removing intermediate container b61571cbe36d 04:22:57 ---> 8d71afdec64b 04:22:57 Step 24/24 : LABEL version=0.0.0 04:22:57 ---> Running in d0e48dc1f00a 04:22:58 Removing intermediate container d0e48dc1f00a 04:22:58 ---> 99fe18eba8ec 04:22:58 04:22:58 Successfully built 99fe18eba8ec 04:22:58 Successfully tagged sys-mgmt-agent:latest 04:22:58  Building sys-mgmt-agent ... done  [Pipeline] } 04:22:58 $ docker stop --time=1 b9d9f9873c08db288af42467fe3eecae0ee9703b63f88655308154efd1c16a42 04:22:59 $ docker rm -f b9d9f9873c08db288af42467fe3eecae0ee9703b63f88655308154efd1c16a42 [Pipeline] // withDockerContainer [Pipeline] sh 04:23:02 + docker images 04:23:02 REPOSITORY TAG IMAGE ID CREATED SIZE 04:23:02 sys-mgmt-agent latest 99fe18eba8ec 5 seconds ago 312MB 04:23:02 04b0215ea69c 19 seconds ago 1.15GB 04:23:02 support-notifications latest c2d1ab8e414e 19 seconds ago 16.6MB 04:23:02 core-command latest 945ad0db6319 19 seconds ago 15.9MB 04:23:02 support-scheduler latest aac1e4312a14 20 seconds ago 15.9MB 04:23:02 41c260235fc9 23 seconds ago 1.14GB 04:23:02 46f9a8970467 23 seconds ago 1.15GB 04:23:02 df713b21c771 23 seconds ago 1.15GB 04:23:02 core-data latest 2b388532ff15 About a minute ago 20.2MB 04:23:02 security-bootstrapper latest b83d3ff090df About a minute ago 18.2MB 04:23:02 core-metadata latest f1c8484ee257 About a minute ago 16.6MB 04:23:02 security-secretstore-setup latest 9dd846b38a54 About a minute ago 28.1MB 04:23:02 security-proxy-setup latest 8a77055ece56 About a minute ago 25.3MB 04:23:02 ebf6e1b437d2 About a minute ago 1.15GB 04:23:02 fd69256dc88b About a minute ago 1.15GB 04:23:02 c8e62c1a21ac About a minute ago 1.15GB 04:23:02 a76bbe672b50 About a minute ago 1.15GB 04:23:02 a744dbc065a0 About a minute ago 1.14GB 04:23:02 ci-base-image-x86_64 latest ef2b63ea0a3a 6 minutes ago 648MB 04:23:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 5 weeks ago 445MB 04:23:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB 04:23:02 alpine 3.12 13621d1b12d4 7 weeks ago 5.58MB 04:23:02 docker 20.10.0 aefe523efa57 5 months ago 240MB 04:23:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 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) Stage "Snap" skipped due to when conditional [Pipeline] } 04:23:05 Removing intermediate container 6cc0e75934ab 04:23:05 ---> c34ef655632e 04:23:05 Successfully built c34ef655632e 04:23:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh 04:23:05 + docker inspect -f . ci-base-image-arm64 04:23:05 . [Pipeline] withDockerContainer 04:23:05 prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container 04:23:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:23:07 $ docker top 435bbce7771a93eaa0d209030063f5a39c25f7edaad2fddb1c3b3a379d1cf1e1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:23:10 + go version 04:23:10 go version go1.16.3 linux/arm64 [Pipeline] } 04:23:10 $ docker stop --time=1 435bbce7771a93eaa0d209030063f5a39c25f7edaad2fddb1c3b3a379d1cf1e1 04:23:12 $ docker rm -f 435bbce7771a93eaa0d209030063f5a39c25f7edaad2fddb1c3b3a379d1cf1e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:23:13 + docker inspect -f . ci-base-image-arm64 04:23:13 . [Pipeline] withDockerContainer 04:23:15 prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container 04:23:15 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:23:17 $ docker top 44b4696248c7749e7f22635e9e0abfbba2dd7717386731f0ad59cea52f884c60 -eo pid,comm [Pipeline] { [Pipeline] echo 04:23:17 ========================================================= 04:23:17 [edgeXBuildGoParallel] Running Tests and Build... 04:23:17 ========================================================= [Pipeline] sh 04:23:20 + go mod tidy [Pipeline] sh 04:23:22 + make test 04:23:22 go mod tidy 04:23:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:23:49 ? github.com/edgexfoundry/edgex-go [no test files] 04:24:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:24:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:24:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:24:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:25:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:25:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:25:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:25:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:25:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:25:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:25:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:25:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:25:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:25:10 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:25:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:25:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:25:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:25:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.160s coverage: 28.7% of statements 04:25:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.329s coverage: 100.0% of statements 04:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:25:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.175s coverage: 81.2% of statements 04:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:25:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.334s coverage: 53.4% of statements 04:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:25:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:25:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.526s coverage: 87.7% of statements 04:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:25:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.187s coverage: 78.9% of statements 04:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:25:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 95.1% of statements 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:25:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.211s coverage: 58.8% of statements 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:25:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.191s coverage: 60.0% of statements 04:25:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.347s coverage: 0.8% of statements 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:25:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.226s coverage: 22.0% of statements 04:25:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:25:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.204s coverage: 47.1% of statements 04:25:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.243s coverage: 79.5% of statements 04:25:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.249s coverage: 94.1% of statements 04:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.238s coverage: 96.3% of statements 04:25:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.207s coverage: 87.5% of statements 04:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.234s coverage: 94.4% of statements 04:25:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.156s coverage: 44.8% of statements 04:25:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.517s coverage: 81.8% of statements 04:25:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.235s coverage: 92.9% of statements 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.138s coverage: 100.0% of statements 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.182s coverage: 76.0% of statements 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.182s coverage: 80.0% of statements 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.210s coverage: 87.2% of statements 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.246s coverage: 85.4% of statements 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.294s coverage: 91.2% of statements 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.632s coverage: 64.4% of statements 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.169s coverage: 100.0% of statements 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 04:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 04:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.123s coverage: 73.7% of statements 04:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 04:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.013s coverage: 66.9% of statements 04:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.785s coverage: 43.6% of statements 04:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements 04:26:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:26:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.114s coverage: 84.8% of statements 04:26:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:26:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:26:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:26:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:26:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.228s coverage: 19.3% of statements 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:26:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.510s coverage: 91.9% of statements 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:26:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.199s coverage: 62.7% of statements 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:26:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.354s coverage: 97.6% of statements 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:26:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:26:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:26:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:26:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 04:26:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.209s coverage: 28.1% of statements 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 04:26:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] 04:26:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.163s coverage: 28.9% of statements 04:26:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] 04:26:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] 04:26:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] 04:26:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 04:26:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] 04:26:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 04:26:10 GO111MODULE=on go vet ./... 04:27:43 gofmt -l . 04:27:43 [ "`gofmt -l .`" = "" ] 04:27:43 ./bin/test-attribution-txt.sh [Pipeline] sh 04:27:46 + ls -al . 04:27:46 total 556 04:27:46 drwxrwxr-x 9 1001 1001 4096 Jun 9 04:27 . 04:27:46 drwxr-xr-x 4 root root 4096 Jun 9 04:23 .. 04:27:46 -rw-rw-r-- 1 1001 1001 11 Jun 9 04:21 .dockerignore 04:27:46 drwxrwxr-x 8 1001 1001 4096 Jun 9 04:21 .git 04:27:46 drwxrwxr-x 3 1001 1001 4096 Jun 9 04:21 .github 04:27:46 -rw-rw-r-- 1 1001 1001 818 Jun 9 04:21 .gitignore 04:27:46 -rw-rw-r-- 1 1001 1001 166 Jun 9 04:21 .sonarcloud.properties 04:27:46 -rw-rw-r-- 1 1001 1001 8609 Jun 9 04:21 Attribution.txt 04:27:46 -rw-rw-r-- 1 1001 1001 3804 Jun 9 04:21 CONTRIBUTING.md 04:27:46 -rw-rw-r-- 1 1001 1001 931 Jun 9 04:21 Dockerfile.build 04:27:46 -rw-rw-r-- 1 1001 1001 849 Jun 9 04:21 Jenkinsfile 04:27:46 -rw-rw-r-- 1 1001 1001 10775 Jun 9 04:21 LICENSE 04:27:46 -rw-rw-r-- 1 1001 1001 5605 Jun 9 04:21 Makefile 04:27:46 -rw-rw-r-- 1 1001 1001 7978 Jun 9 04:21 README.md 04:27:46 -rw-rw-r-- 1 1001 1001 7071 Jun 9 04:21 SECURITY.md 04:27:46 -rw-rw-r-- 1 1001 1001 5 Jun 9 04:15 VERSION 04:27:46 -rw-rw-r-- 1 1001 1001 4131 Jun 9 04:21 ZMQWindows.md 04:27:46 drwxrwxr-x 2 1001 1001 4096 Jun 9 04:21 bin 04:27:46 drwxrwxr-x 14 1001 1001 4096 Jun 9 04:21 cmd 04:27:46 -rw-r--r-- 1 root root 411487 Jun 9 04:26 coverage.out 04:27:46 -rw-rw-r-- 1 1001 1001 902 Jun 9 04:21 go.mod 04:27:46 -rw-r--r-- 1 root root 21230 Jun 9 04:23 go.sum 04:27:46 drwxrwxr-x 8 1001 1001 4096 Jun 9 04:21 internal 04:27:46 drwxrwxr-x 3 1001 1001 4096 Jun 9 04:21 openapi 04:27:46 drwxrwxr-x 4 1001 1001 4096 Jun 9 04:21 snap 04:27:46 -rw-rw-r-- 1 1001 1001 168 Jun 9 04:21 version.go [Pipeline] sh 04:27:48 + '[' -e coverage.out ] 04:27:48 + chown 1001:1001 coverage.out [Pipeline] stash 04:27:48 Warning: overwriting stash ‘coverage-report’ 04:27:51 Stashed 1 file(s) [Pipeline] sh 04:27:51 + make build 04:27:51 go mod tidy 04:27:54 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 04:27:58 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 04:28:22 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 04:28:24 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 04:28: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 04:28:30 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 04:28:32 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 04:28:37 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 04:28:40 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 04:28:42 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 04:28:47 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 04:28: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] } 04:28:54 $ docker stop --time=1 44b4696248c7749e7f22635e9e0abfbba2dd7717386731f0ad59cea52f884c60 04:28:57 $ docker rm -f 44b4696248c7749e7f22635e9e0abfbba2dd7717386731f0ad59cea52f884c60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:29:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:29:04 04:29:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:29:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:29:05 latest: Pulling from edgex-devops/edgex-compose-arm64 04:29:05 29e5d40040c1: Pulling fs layer 04:29:05 1ce36da41761: Pulling fs layer 04:29:05 25b303627fd3: Pulling fs layer 04:29:05 29e5d40040c1: Verifying Checksum 04:29:05 29e5d40040c1: Download complete 04:29:10 1ce36da41761: Verifying Checksum 04:29:10 1ce36da41761: Download complete 04:29:10 29e5d40040c1: Pull complete 04:29:10 1ce36da41761: Pull complete 04:29:10 25b303627fd3: Verifying Checksum 04:29:10 25b303627fd3: Download complete 04:29:19 25b303627fd3: Pull complete 04:29:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:29:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:29:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:29:23 prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container 04:29:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-arm64:latest cat 04:29:30 $ docker top 3ae02a0bb776493a20133c8c22cedc556d700550b8f709e5d708b44453fb64a4 -eo pid,comm [Pipeline] { [Pipeline] sh 04:29:37 + docker-compose build --help 04:29:37 + grep parallel 04:29:37 --parallel Build images in parallel. [Pipeline] } 04:29:37 $ docker stop --time=1 3ae02a0bb776493a20133c8c22cedc556d700550b8f709e5d708b44453fb64a4 04:29:39 $ docker rm -f 3ae02a0bb776493a20133c8c22cedc556d700550b8f709e5d708b44453fb64a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:29:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:29:51 . [Pipeline] withDockerContainer 04:29:58 prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container 04:30:01 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 04:30:03 $ docker top fbf1ac84941cb79dfbeb0b8db79ee32e673b2de78cfdc31a84f93693d7d0218f -eo pid,comm [Pipeline] { [Pipeline] sh 04:30:15 + docker-compose -f ./docker-compose-build.yml build --parallel 04:30:15 Building core-command ... 04:30:15 Building core-data ... 04:30:15 Building core-metadata ... 04:30:15 Building security-bootstrapper ... 04:30:15 Building security-proxy-setup ... 04:30:15 Building security-secretstore-setup ... 04:30:15 Building support-notifications ... 04:30:15 Building support-scheduler ... 04:30:15 Building sys-mgmt-agent ... 04:30:15 Building core-data 04:30:15 Building security-secretstore-setup 04:30:15 Building core-metadata 04:30:15 Building support-notifications 04:30:15 Building support-scheduler 04:31:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:31:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:31:27 ---> c34ef655632e 04:31:27 Step 3/23 : WORKDIR /edgex-go 04:31:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:31:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:31:27 ---> c34ef655632e 04:31:27 Step 3/23 : WORKDIR /edgex-go 04:31:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:31:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:31:27 ---> c34ef655632e 04:31:27 Step 3/24 : WORKDIR /edgex-go 04:31:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:31:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:31:27 ---> c34ef655632e 04:31:27 Step 3/24 : WORKDIR /edgex-go 04:31:27 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:31:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:31:27 ---> c34ef655632e 04:31:27 Step 3/26 : WORKDIR /edgex-go 04:31:27 ---> Running in ba7c82d05a8d 04:31:27 ---> Running in a7f35df99717 04:31:27 ---> Running in 994dadd31e8e 04:31:27 ---> Running in 0041069a0278 04:31:27 ---> Running in 5a1935521034 04:31:27 Removing intermediate container 5a1935521034 04:31:27 Removing intermediate container 994dadd31e8e 04:31:27 ---> 82a6802d87e7 04:31:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> c1cd645788ce 04:31:27 Removing intermediate container a7f35df99717 04:31:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:31:27 04:31:27 ---> 2ffa3581a6d4 04:31:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:31:27 Removing intermediate container ba7c82d05a8d 04:31:27 ---> b61a8934f249 04:31:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:31:27 Removing intermediate container 0041069a0278 04:31:27 ---> 9a406f6ee30d 04:31:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:31:27 ---> Running in 6f693777aa93 04:31:27 ---> Running in 1d6aad96ebf9 04:31:27 ---> Running in 7b6e4d16caca 04:31:27 ---> Running in 43e488076072 04:31:27 ---> Running in 199132dfe68b 04:31:29 Removing intermediate container 6f693777aa93 04:31:29 ---> f3c482a31511 04:31:29 Step 5/24 : RUN apk add --update --no-cache make git 04:31:31 ---> Running in 35392aae992e 04:31:31 Removing intermediate container 1d6aad96ebf9 04:31:31 ---> cd8fcc184f49 04:31:31 Step 5/23 : RUN apk add --update --no-cache make git 04:31:31 ---> Running in 1698040fe9ae 04:31:31 Removing intermediate container 43e488076072 04:31:31 ---> a2b76a10e20e 04:31:31 Step 5/26 : RUN apk add --update --no-cache make git 04:31:31 Removing intermediate container 7b6e4d16caca 04:31:31 ---> 2b8c5a64202d 04:31:31 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 04:31:31 ---> Running in 195e0a3c59fc 04:31:31 ---> Running in 446b8cb63bbb 04:31:31 Removing intermediate container 199132dfe68b 04:31:31 ---> c68c0af6d9c1 04:31:31 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:31:31 ---> Running in f982a7084e70 04:31:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:31:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:31:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:31:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:31:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:31:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:31:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:31:33 OK: 218 MiB in 52 packages 04:31:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:31:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:31:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:31:36 OK: 218 MiB in 52 packages 04:31:36 OK: 218 MiB in 52 packages 04:31:36 OK: 218 MiB in 52 packages 04:31:36 OK: 218 MiB in 52 packages 04:31:36 Removing intermediate container 35392aae992e 04:31:36 ---> 5db758dab066 04:31:36 Step 6/24 : COPY go.mod . 04:31:36 Removing intermediate container 1698040fe9ae 04:31:36 ---> ff48effe4b43 04:31:36 Step 6/23 : COPY go.mod . 04:31:38 Removing intermediate container 446b8cb63bbb 04:31:38 ---> a302def2471b 04:31:38 Step 6/23 : COPY go.mod . 04:31:38 ---> f45764dbe94f 04:31:38 Step 7/24 : RUN go mod download 04:31:38 Removing intermediate container 195e0a3c59fc 04:31:38 ---> 8e4246b3924e 04:31:38 Step 6/26 : COPY go.mod . 04:31:38 ---> Running in 2fc8fc595e99 04:31:38 Removing intermediate container f982a7084e70 04:31:38 ---> a790aea263ba 04:31:38 Step 6/24 : COPY go.mod . 04:31:38 ---> 1d5a1c92cf29 04:31:38 Step 7/23 : RUN go mod download 04:31:38 ---> 53af9199e279 04:31:38 Step 7/23 : RUN go mod download 04:31:38 ---> Running in 00a2b3339382 04:31:38 ---> Running in f9062a73ebda 04:31:38 ---> 750f715c1f9a 04:31:38 Step 7/26 : RUN go mod download 04:31:38 ---> Running in aa36e1ce24c2 04:31:40 ---> ec221b2bf603 04:31:40 Step 7/24 : RUN go mod download 04:31:40 ---> Running in ab195558c6c8 04:31:43 Removing intermediate container 2fc8fc595e99 04:31:43 ---> 1ea667ea2780 04:31:43 Step 8/24 : COPY . . 04:31:43 Removing intermediate container 00a2b3339382 04:31:43 ---> 3b8b10d3587c 04:31:43 Step 8/23 : COPY . . 04:31:43 Removing intermediate container f9062a73ebda 04:31:43 ---> d39994c01029 04:31:43 Step 8/23 : COPY . . 04:31:43 Removing intermediate container aa36e1ce24c2 04:31:43 ---> 5ec7fd659bcb 04:31:43 Step 8/26 : COPY . . 04:31:45 Removing intermediate container ab195558c6c8 04:31:45 ---> f52dbdb7f478 04:31:45 Step 8/24 : COPY . . 04:32:06 ---> ba2cf662a8ba 04:32:06 Step 9/24 : RUN go mod tidy 04:32:06 ---> c3282961c570 04:32:06 Step 9/23 : RUN go mod tidy 04:32:06 ---> 820606ea2f72 04:32:06 Step 9/23 : RUN go mod tidy 04:32:06 ---> 2cdd919bb229 04:32:06 Step 9/26 : RUN go mod tidy 04:32:06 ---> Running in daf2ac7412b1 04:32:06 ---> Running in 095ec0f26d24 04:32:06 ---> Running in 652cee97c4cc 04:32:06 ---> Running in dcfaa8f31dbe 04:32:06 ---> a847810de2c5 04:32:06 Step 9/24 : RUN go mod tidy 04:32:06 ---> Running in c0850b2d4a55 04:32:17 Removing intermediate container daf2ac7412b1 04:32:19 ---> 8409b70fb75c 04:32:19 Step 10/24 : RUN make cmd/core-metadata/core-metadata 04:32:19 ---> Running in 2fd935785f5d 04:32:19 Removing intermediate container 652cee97c4cc 04:32:19 ---> 58e2e06ba2e0 04:32:19 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:32:19 ---> Running in bc312f91043b 04:32:19 Removing intermediate container dcfaa8f31dbe 04:32:19 ---> c254a1463cb0 04:32:19 Step 10/23 : RUN make cmd/support-notifications/support-notifications 04:32:19 Removing intermediate container 095ec0f26d24 04:32:19 ---> 8968aeae81f7 04:32:19 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 04:32:19 Removing intermediate container c0850b2d4a55 04:32:19 ---> e37457e75f5c 04:32:19 Step 10/24 : RUN make cmd/core-data/core-data 04:32:19 ---> Running in 328012df2577 04:32:19 ---> Running in d8ca4ffbabdf 04:32:19 ---> Running in 49380eac78eb 04:32:19 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 04:32:19 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 04:32:35 Cannot contact prd-ubuntu18.04-docker-arm64-4c-16g-1184: java.lang.InterruptedException 04:32:50 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 04:32:50 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 04:32:50 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 04:34:09 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 04:34:39 Removing intermediate container bc312f91043b 04:34:39 ---> c3b1efeb2ece 04:34:39 04:34:39 Step 11/26 : FROM alpine:3.12 04:34:39 3.12: Pulling from library/alpine 04:34:39 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:34:39 Status: Downloaded newer image for alpine:3.12 04:34:39 ---> 9852663dfa18 04:34:39 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 04:34:39 ---> Running in 452cc3ea62e7 04:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:34:39 (1/6) Installing ca-certificates (20191127-r4) 04:34:39 (2/6) Installing nghttp2-libs (1.41.0-r0) 04:34:39 (3/6) Installing libcurl (7.77.0-r0) 04:34:39 (4/6) Installing curl (7.77.0-r0) 04:34:39 (5/6) Installing dumb-init (1.2.2-r1) 04:34:39 (6/6) Installing su-exec (0.2-r1) 04:34:39 Executing busybox-1.31.1-r20.trigger 04:34:39 Executing ca-certificates-20191127-r4.trigger 04:34:39 OK: 7 MiB in 20 packages 04:34:39 Removing intermediate container d8ca4ffbabdf 04:34:39 ---> 9e67442756bf 04:34:39 04:34:39 Step 11/23 : FROM alpine:3.12 04:34:39 ---> 9852663dfa18 04:34:39 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:34:39 ---> Running in 9193b40423af 04:34:39 Removing intermediate container 452cc3ea62e7 04:34:39 ---> 86997bcf98bd 04:34:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:34:39 ---> Running in aadd82c2cde1 04:34:39 Removing intermediate container 328012df2577 04:34:39 ---> 0aeb1f173c3f 04:34:39 04:34:39 Step 11/23 : FROM alpine:3.12 04:34:39 ---> 9852663dfa18 04:34:39 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 04:34:39 ---> Running in b5abf05da30f 04:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:34:39 Removing intermediate container aadd82c2cde1 04:34:39 ---> 1888e2e820fe 04:34:39 Step 14/26 : WORKDIR / 04:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:34:39 ---> Running in ca29edd87cf4 04:34:39 (1/1) Installing dumb-init (1.2.2-r1) 04:34:39 Executing busybox-1.31.1-r20.trigger 04:34:39 OK: 5 MiB in 15 packages 04:34:39 Removing intermediate container 2fd935785f5d 04:34:39 ---> c95ed29a7570 04:34:39 04:34:39 Step 11/24 : FROM alpine:3.12 04:34:39 ---> 9852663dfa18 04:34:39 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:34:39 Removing intermediate container ca29edd87cf4 04:34:39 ---> 7a21b882ecb1 04:34:39 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:34:39 ---> Running in 0c7560642c95 04:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:34:39 (1/2) Installing ca-certificates (20191127-r4) 04:34:39 (2/2) Installing dumb-init (1.2.2-r1) 04:34:39 Executing busybox-1.31.1-r20.trigger 04:34:39 Executing ca-certificates-20191127-r4.trigger 04:34:39 Removing intermediate container 9193b40423af 04:34:39 ---> 765d4639adb9 04:34:39 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:34:39 OK: 6 MiB in 16 packages 04:34:39 ---> Running in 8ea5fecd5367 04:34:39 ---> 2853c2106a84 04:34:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:34:39 Removing intermediate container 8ea5fecd5367 04:34:39 ---> fb485a6ae512 04:34:39 Step 14/23 : ENV APP_PORT=59861 04:34:39 (1/1) Installing dumb-init (1.2.2-r1) 04:34:39 Executing busybox-1.31.1-r20.trigger 04:34:39 OK: 5 MiB in 15 packages 04:34:39 ---> Running in 31265bd06b9c 04:34:39 ---> 25a2c7c1e05d 04:34:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:34:39 Removing intermediate container b5abf05da30f 04:34:39 ---> d0b5305444aa 04:34:39 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:34:39 Removing intermediate container 31265bd06b9c 04:34:39 ---> c80475a16cbc 04:34:39 Step 15/23 : EXPOSE $APP_PORT 04:34:39 ---> Running in 895433da5809 04:34:39 ---> Running in 283e50fe9326 04:34:39 Removing intermediate container 0c7560642c95 04:34:39 ---> 3e74fd5855d3 04:34:39 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:34:39 ---> Running in de09374fa8e1 04:34:39 ---> 391c5ab25225 04:34:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 04:34:39 Removing intermediate container 895433da5809 04:34:39 ---> c2506968200a 04:34:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:34:39 Removing intermediate container 283e50fe9326 04:34:39 ---> daa373983fa3 04:34:39 Step 14/23 : ENV APP_PORT=59860 04:34:39 Removing intermediate container de09374fa8e1 04:34:39 ---> 44936960ddda 04:34:39 Step 14/24 : ENV APP_PORT=59881 04:34:39 ---> Running in e94540e46d35 04:34:39 ---> Running in a3140e995fc9 04:34:39 ---> 95116e599fdb 04:34:39 ---> fcde602ff25e 04:34:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:34:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:34:39 Removing intermediate container e94540e46d35 04:34:39 ---> 6edce7e8ba89 04:34:39 Step 15/23 : EXPOSE $APP_PORT 04:34:39 Removing intermediate container 49380eac78eb 04:34:39 ---> bcb9093f08c0 04:34:39 04:34:39 Step 11/24 : FROM alpine:3.12 04:34:39 ---> 9852663dfa18 04:34:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:34:39 Removing intermediate container a3140e995fc9 04:34:39 ---> 03bbcdc3fdaa 04:34:39 Step 15/24 : EXPOSE $APP_PORT 04:34:39 ---> Running in 53e5b004eded 04:34:39 ---> Running in ce4472bd1791 04:34:39 ---> Running in 2cd46c2b3803 04:34:39 ---> 838015fed621 04:34:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:34:39 Removing intermediate container 53e5b004eded 04:34:39 Removing intermediate container ce4472bd1791 04:34:39 ---> 41096e783857 04:34:39 ---> 63b357eb9d86 04:34:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> 669cb85adb00 04:34:39 04:34:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlStep 13/24 : ENV APP_PORT=59880 04:34:39 04:34:39 Removing intermediate container 2cd46c2b3803 04:34:39 ---> c0512ea93581 04:34:39 Step 16/24 : WORKDIR / 04:34:39 ---> Running in 1b6d0c4e9e77 04:34:39 ---> Running in a64e88d45539 04:34:39 Removing intermediate container 1b6d0c4e9e77 04:34:39 ---> d3620f9dbf4d 04:34:39 Step 14/24 : EXPOSE $APP_PORT 04:34:39 ---> 3a3c71e4e4c8 04:34:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:34:39 ---> Running in 87b4541845ec 04:34:39 Removing intermediate container a64e88d45539 04:34:39 ---> 4f6e4e95a4d8 04:34:39 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:34:39 ---> 11a246356f0a 04:34:39 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 04:34:39 ---> 914d77ab318a 04:34:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:34:39 ---> Running in d228266f183d 04:34:39 Removing intermediate container 87b4541845ec 04:34:39 ---> def84416d0e9 04:34:39 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:34:39 Removing intermediate container d228266f183d 04:34:39 ---> eb49b83fe9ab 04:34:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:34:39 ---> Running in 6df2193adcc4 04:34:39 ---> 5fd2f78f32fd 04:34:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:34:39 ---> Running in f19037da01ec 04:34:39 ---> 0fc3c35d8d6e 04:34:39 ---> ea556d13e07b 04:34:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:34:39 Step 22/26 : 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/ 04:34:39 ---> Running in ec3170220b09 04:34:39 Removing intermediate container f19037da01ec 04:34:39 ---> d005b6d15fcd 04:34:39 Step 21/23 : LABEL arch=arm64 04:34:39 ---> Running in c33f49e8817d 04:34:39 ---> edbb405525f3 04:34:39 Step 19/23 : ENTRYPOINT ["/support-notifications"] 04:34:39 ---> Running in 8612c0458645 04:34:39 Removing intermediate container c33f49e8817d 04:34:39 ---> 0d13a6bf2801 04:34:39 Step 22/23 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:34:39 ---> 94da53fbc27a 04:34:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:34:39 ---> Running in 948f8c5e9b9f 04:34:39 Removing intermediate container 8612c0458645 04:34:39 ---> 99c31b3ef441 04:34:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:34:39 ---> Running in 47d97b442153 04:34:39 Removing intermediate container 6df2193adcc4 04:34:39 ---> 6e101fd0d6a6 04:34:39 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 04:34:39 Removing intermediate container 948f8c5e9b9f 04:34:39 ---> 940ed78cccd9 04:34:39 Step 23/23 : LABEL version=0.0.0 04:34:39 ---> Running in 80c9522f1927 04:34:39 ---> 15b9bab5813d 04:34:39 Step 20/24 : ENTRYPOINT ["/core-metadata"] 04:34:39 ---> Running in f5412afc7c67 04:34:39 ---> Running in 28ab5730bf8c 04:34:39 Removing intermediate container ec3170220b09 04:34:39 ---> 335035ae06b9 04:34:39 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:34:39 Removing intermediate container 47d97b442153 04:34:39 ---> ac1cdda0ee97 04:34:39 Step 21/23 : LABEL arch=arm64 04:34:39 ---> Running in b1e9f44f7c78 04:34:39 ---> Running in 7420d30bf8b2 04:34:39 Removing intermediate container f5412afc7c67 04:34:39 ---> 2809431a802f 04:34:39 04:34:39 Removing intermediate container 28ab5730bf8c 04:34:39 ---> 6c510f656534 04:34:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:34:39 ---> Running in 3cc45b82657d 04:34:39 Successfully built 2809431a802f 04:34:39 Successfully tagged support-scheduler-arm64:latest 04:34:39  Building support-scheduler ... done Building security-bootstrapper 04:34:39 Removing intermediate container b1e9f44f7c78 04:34:39 ---> a1c3d24ae18d 04:34:39 Step 22/23 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:34:39 Removing intermediate container 7420d30bf8b2 04:34:39 ---> 8fb9c23de0a1 04:34:39 Step 24/26 : LABEL arch=arm64 04:34:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:34:39 ---> Running in 0710a42e423d 04:34:39 ---> Running in c52bd6db24a4 04:34:39 Removing intermediate container 3cc45b82657d 04:34:39 ---> 76d1cef0c59c 04:34:39 Step 22/24 : LABEL arch=arm64 04:34:39 ---> Running in 7600aa97290c 04:34:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:34:39 Removing intermediate container c52bd6db24a4 04:34:39 ---> 24d5deb27a0a 04:34:39 Step 25/26 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:34:39 Removing intermediate container 0710a42e423d 04:34:39 ---> f8fd82dab101 04:34:39 Step 23/23 : LABEL version=0.0.0 04:35:10 ---> Running in 4b6432a2c51a 04:35:10 ---> Running in 97d7ae67816f 04:35:10 (1/6) Installing dumb-init (1.2.2-r1) 04:35:10 (2/6) Installing libgcc (9.3.0-r2) 04:35:10 (3/6) Installing libsodium (1.0.18-r0) 04:35:10 (4/6) Installing libstdc++ (9.3.0-r2) 04:35:10 Removing intermediate container 7600aa97290c 04:35:10 ---> 42ec8d2126b2 04:35:10 Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:35:10 (5/6) Installing libzmq (4.3.3-r0) 04:35:10 (6/6) Installing zeromq (4.3.3-r0) 04:35:10 Executing busybox-1.31.1-r20.trigger 04:35:10 OK: 8 MiB in 20 packages 04:35:10 ---> Running in 085cc9322457 04:35:10 Removing intermediate container 4b6432a2c51a 04:35:10 Removing intermediate container 97d7ae67816f 04:35:10 ---> 57f02d56fdf5 04:35:10 Step 26/26 : LABEL version=0.0.0 04:35:10 ---> 5eb051598129 04:35:10 04:35:10 Successfully built 5eb051598129 04:35:10 Successfully tagged support-notifications-arm64:latest 04:35:10 Building security-proxy-setup 04:35:10  Building support-notifications ... done  ---> Running in cecca539616b 04:35:10 Removing intermediate container 085cc9322457 04:35:10 ---> de8f25dd4f58 04:35:10 Step 24/24 : LABEL version=0.0.0 04:35:10 ---> Running in 2425e52da8b2 04:35:10 Removing intermediate container cecca539616b 04:35:10 ---> 159d14f52711 04:35:10 04:35:10 Removing intermediate container 80c9522f1927 04:35:10 ---> f7c67083e135 04:35:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:35:10 Successfully built 159d14f52711 04:35:10 Successfully tagged security-secretstore-setup-arm64:latest 04:35:10  Building security-secretstore-setup ... done Building sys-mgmt-agent 04:35:10 Removing intermediate container 2425e52da8b2 04:35:10 ---> fcfd0359669f 04:35:10 04:35:10 Successfully built fcfd0359669f 04:35:10 Successfully tagged core-metadata-arm64:latest 04:35:10  Building core-metadata ... done Building core-command 04:35:10 ---> c1b5383a15ec 04:35:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:35:10 ---> 03d051d8c678 04:35:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:35:10 ---> 897db377efa2 04:35:10 Step 20/24 : ENTRYPOINT ["/core-data"] 04:35:10 ---> Running in 92a078643756 04:35:10 Removing intermediate container 92a078643756 04:35:10 ---> 1f11e1c5b030 04:35:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:35:10 ---> Running in a46b7b9da926 04:35:10 Removing intermediate container a46b7b9da926 04:35:10 ---> 648fd6c0c176 04:35:10 Step 22/24 : LABEL arch=arm64 04:35:10 ---> Running in f700eae503e0 04:35:10 Removing intermediate container f700eae503e0 04:35:10 ---> 63a5ecdbb8d8 04:35:10 Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:35:10 ---> Running in 498a183e5213 04:35:10 Removing intermediate container 498a183e5213 04:35:10 ---> 6fea998f4ba9 04:35:10 Step 24/24 : LABEL version=0.0.0 04:35:10 ---> Running in 796ff119f785 04:35:10 Removing intermediate container 796ff119f785 04:35:10 ---> 9ac901af93ed 04:35:10 04:35:10 Successfully built 9ac901af93ed 04:35:10 Successfully tagged core-data-arm64:latest 04:37:07  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:37:07 Step 2/32 : FROM ${BUILDER_BASE} AS builder 04:37:07 ---> c34ef655632e 04:37:07 Step 3/32 : WORKDIR /edgex-go 04:37:07 ---> Using cache 04:37:07 ---> 9a406f6ee30d 04:37:07 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:07 ---> Using cache 04:37:07 ---> c68c0af6d9c1 04:37:07 Step 5/32 : RUN apk add --update --no-cache make git 04:37:07 ---> Running in 13a55dc5bb03 04:37:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:37:07 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:37:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:37:07 ---> c34ef655632e 04:37:07 Step 3/24 : WORKDIR /edgex-go 04:37:07 ---> Using cache 04:37:07 ---> 9a406f6ee30d 04:37:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:07 ---> Using cache 04:37:07 ---> c68c0af6d9c1 04:37:07 Step 5/24 : RUN apk add --update --no-cache make bash git 04:37:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:37:07 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:37:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:37:07 ---> c34ef655632e 04:37:07 Step 3/22 : WORKDIR /edgex-go 04:37:07 ---> Using cache 04:37:07 ---> 9a406f6ee30d 04:37:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:07 ---> Using cache 04:37:07 ---> c68c0af6d9c1 04:37:07 Step 5/22 : RUN apk add --update --no-cache make git 04:37:07 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:37:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:37:07 ---> c34ef655632e 04:37:07 Step 3/24 : WORKDIR /edgex-go 04:37:07 ---> Using cache 04:37:07 ---> 9a406f6ee30d 04:37:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:07 ---> Using cache 04:37:07 ---> c68c0af6d9c1 04:37:07 Step 5/24 : RUN apk add --update --no-cache make git 04:37:07 ---> Running in 18e40f1a4c10 04:37:07 ---> Running in fccf791cc596 04:37:07 ---> Running in 9b4987d4f652 04:37:07 OK: 218 MiB in 52 packages 04:37:07 Removing intermediate container 13a55dc5bb03 04:37:07 ---> f36ecbc3762e 04:37:07 Step 6/32 : COPY go.mod . 04:37:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:37:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:37:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:37:07 ---> 697665c844c2 04:37:07 Step 7/32 : RUN go mod download 04:37:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:37:07 ---> Running in 6247fb0d642a 04:37:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:37:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:37:07 OK: 218 MiB in 52 packages 04:37:07 OK: 218 MiB in 52 packages 04:37:07 OK: 218 MiB in 52 packages 04:37:07 Removing intermediate container 18e40f1a4c10 04:37:07 ---> 86a9deb2ae2b 04:37:07 Step 6/24 : COPY go.mod . 04:37:07 Removing intermediate container fccf791cc596 04:37:07 ---> fa9b249269d2 04:37:07 Step 6/22 : COPY go.mod . 04:37:07 Removing intermediate container 9b4987d4f652 04:37:07 ---> 463796abc353 04:37:07 Step 6/24 : COPY go.mod . 04:37:07 Removing intermediate container 6247fb0d642a 04:37:07 ---> 38dcd0104933 04:37:07 Step 8/32 : COPY . . 04:37:07 ---> db7bcd05a764 04:37:07 Step 7/24 : RUN go mod download 04:37:07 ---> 9a4fabbc7838 04:37:07 Step 7/22 : RUN go mod download 04:37:07 ---> Running in 46765cac1d0e 04:37:07 ---> Running in 141ad2b46e44 04:37:07 ---> b35a860c1660 04:37:07 Step 7/24 : RUN go mod download 04:37:07 ---> Running in 352dd0e24787 04:37:07 Removing intermediate container 46765cac1d0e 04:37:07 ---> 2dbd75c7d414 04:37:07 Step 8/24 : COPY . . 04:37:07 Removing intermediate container 141ad2b46e44 04:37:07 ---> 94e12d344d1c 04:37:07 Step 8/22 : COPY . . 04:37:07 Removing intermediate container 352dd0e24787 04:37:07 ---> 965cec433e93 04:37:07 Step 8/24 : COPY . . 04:37:07 ---> 7915c130f210 04:37:07 Step 9/32 : RUN go mod tidy 04:37:07 ---> Running in 0145e94c18b1 04:37:07 ---> dcbdee316daa 04:37:07 Step 9/22 : RUN go mod tidy 04:37:07 ---> 572f962eb531 04:37:07 Step 9/24 : RUN go mod tidy 04:37:07 ---> 54a73156de02 04:37:07 Step 9/24 : RUN go mod tidy 04:37:07 ---> Running in 9178851d5273 04:37:07 ---> Running in c2e53883dd6a 04:37:07 ---> Running in cf460775d0da 04:37:07 Removing intermediate container 0145e94c18b1 04:37:07 ---> e456b5163cf6 04:37:07 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:37:07 ---> Running in 009762f579ce 04:37:07 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 04:37:07 Removing intermediate container 9178851d5273 04:37:07 ---> 6e74d2653bd7 04:37:07 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:37:07 ---> Running in 457a957becca 04:37:07 Removing intermediate container c2e53883dd6a 04:37:07 ---> 7fbb91b59ac8 04:37:07 Step 10/24 : RUN make cmd/core-command/core-command 04:37:07 ---> Running in 334dbf7b94d8 04:37:07 Removing intermediate container cf460775d0da 04:37:07 ---> fe3dfa1039af 04:37:07 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:37:07 ---> Running in 06d025bd64d9 04:37:07 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 04:37:07 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 04:37:07 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 04:37:53 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 04:37:53 Removing intermediate container 009762f579ce 04:37:53 ---> ae4d7aeaf48a 04:37:53 04:37:53 Step 11/32 : FROM alpine:3.12 04:37:53 ---> 9852663dfa18 04:37:53 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:37:53 ---> Running in 8def1b74e6e7 04:37:53 Removing intermediate container 8def1b74e6e7 04:37:53 ---> 318b3125a6cf 04:37:53 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 04:37:53 ---> Running in 3851b4c7bec2 04:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:53 (1/2) Installing dumb-init (1.2.2-r1) 04:37:53 (2/2) Installing su-exec (0.2-r1) 04:37:53 Executing busybox-1.31.1-r20.trigger 04:37:53 OK: 5 MiB in 16 packages 04:37:53 Removing intermediate container 3851b4c7bec2 04:37:53 ---> f43306f87768 04:37:53 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 04:37:53 ---> Running in 401ac29d3a44 04:37:53 Removing intermediate container 401ac29d3a44 04:37:53 ---> e43f7f31e9ed 04:37:53 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:37:53 ---> Running in 463056dd0152 04:37:53 Removing intermediate container 334dbf7b94d8 04:37:53 ---> b579c55425ce 04:37:53 04:37:53 Step 11/24 : FROM alpine:3.12 04:37:53 ---> 9852663dfa18 04:37:53 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:37:53 ---> Using cache 04:37:53 ---> 3e74fd5855d3 04:37:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:37:53 ---> Using cache 04:37:53 ---> 44936960ddda 04:37:53 Step 14/24 : ENV APP_PORT=59882 04:37:53 ---> Running in 744aab97dcc9 04:37:53 Removing intermediate container 463056dd0152 04:37:53 ---> fd1452863622 04:37:53 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:37:53 ---> Running in 71486dbb9e88 04:37:53 Removing intermediate container 457a957becca 04:37:53 ---> c021f0489ee6 04:37:53 04:37:53 Step 11/22 : FROM alpine:3.12 04:37:53 ---> 9852663dfa18 04:37:53 Step 12/22 : RUN apk add --update --no-cache curl 04:37:53 ---> Running in 2955211fddca 04:37:53 Removing intermediate container 744aab97dcc9 04:37:53 ---> 4cdace72f807 04:37:53 Step 15/24 : EXPOSE $APP_PORT 04:37:53 ---> Running in ce2a4731bd65 04:37:53 Removing intermediate container ce2a4731bd65 04:37:53 ---> 667e534e8d58 04:37:53 Step 16/24 : WORKDIR / 04:37:53 ---> Running in 2a10bb3f4a8d 04:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:53 (1/4) Installing ca-certificates (20191127-r4) 04:37:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:37:53 Removing intermediate container 2a10bb3f4a8d 04:37:53 ---> d59a362a6cdb 04:37:53 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:37:53 (3/4) Installing libcurl (7.77.0-r0) 04:37:53 (4/4) Installing curl (7.77.0-r0) 04:37:53 Executing busybox-1.31.1-r20.trigger 04:37:53 Executing ca-certificates-20191127-r4.trigger 04:37:53 OK: 7 MiB in 18 packages 04:37:53 Removing intermediate container 71486dbb9e88 04:37:53 ---> dba9a21f623a 04:37:53 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 04:37:53 ---> Running in 4782b0f99542 04:37:53 ---> 6e094fa68e29 04:37:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:37:53 Removing intermediate container 06d025bd64d9 04:37:53 ---> e8e2d7b5ff09 04:37:53 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:37:53 Removing intermediate container 4782b0f99542 04:37:53 ---> 33e110364fda 04:37:53 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:37:53 ---> Running in c83975fb92a7 04:37:53 Removing intermediate container 2955211fddca 04:37:53 ---> 70372a7bfccf 04:37:53 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:37:53 ---> Running in 2708350694c1 04:37:53 ---> 212c16e6129c 04:37:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:37:53 ---> 386e89b89f71 04:37:53 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:37:53 ---> Running in 2edcf4c57bfc 04:37:53 Removing intermediate container 2708350694c1 04:37:53 ---> 04ebf3635350 04:37:53 Step 14/22 : WORKDIR /edgex 04:37:53 ---> Running in efb2a80129ad 04:37:53 ---> 986e43d70675 04:37:53 Step 20/24 : ENTRYPOINT ["/core-command"] 04:37:53 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 04:37:53 ---> Running in d8b8fe4d3a4e 04:37:53 Removing intermediate container efb2a80129ad 04:37:53 ---> 0102656a2175 04:37:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:37:53 Removing intermediate container d8b8fe4d3a4e 04:37:53 ---> ab8fa70847b1 04:37:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:37:53 ---> Running in 00b80b8e7cf5 04:37:53 ---> 9efbd721c516 04:37:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:37:53 Removing intermediate container 00b80b8e7cf5 04:37:53 ---> 828325da38c3 04:37:53 Step 22/24 : LABEL arch=arm64 04:37:53 ---> Running in 48a09058c0bf 04:37:53 Removing intermediate container 2edcf4c57bfc 04:37:53 ---> ae36626c8d65 04:37:53 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 04:38:02 Removing intermediate container 48a09058c0bf 04:38:02 ---> ccba80fa5f3c 04:38:02 Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:38:02 Removing intermediate container c83975fb92a7 04:38:02 ---> 86d9c02b7ce4 04:38:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . ---> 84469c53c2a8 04:38:02 04:38:02 Step 12/24 : FROM docker:20.10.0 04:38:02 04:38:02 ---> Running in 103bfa9c6896 04:38:02 20.10.0: Pulling from library/docker 04:38:02 ---> 68df599d70ca 04:38:02 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:38:02 Removing intermediate container 103bfa9c6896 04:38:02 ---> e63f5bd52822 04:38:02 Step 24/24 : LABEL version=0.0.0 04:38:02 ---> Running in 799c0d8e75f2 04:38:02 ---> d42e2c86955c 04:38:02 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:02 ---> Running in a6978b63261b 04:38:02 Removing intermediate container 799c0d8e75f2 04:38:02 ---> 54ccc10afa41 04:38:02 04:38:02 ---> c763757af058 04:38:02 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:38:02 Successfully built 54ccc10afa41 04:38:02 Successfully tagged core-command-arm64:latest 04:38:02  Building core-command ... done Removing intermediate container a6978b63261b 04:38:02 ---> 893047a45378 04:38:02 Step 19/22 : CMD ["--init=true"] 04:38:02 ---> Running in 3747999a041b 04:38:02 ---> aca51ba10e71 04:38:02 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:38:02 Removing intermediate container 3747999a041b 04:38:02 ---> 91488726bef5 04:38:02 Step 20/22 : LABEL arch=arm64 04:38:02 ---> Running in b4a5bbe5c833 04:38:02 ---> e731e132d043 04:38:02 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:38:02 Removing intermediate container b4a5bbe5c833 04:38:02 ---> 8c2701ac8650 04:38:02 Step 21/22 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:38:02 ---> Running in 347d933b0758 04:38:02 ---> b83b413cdee6 04:38:02 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 04:38:02 Removing intermediate container 347d933b0758 04:38:02 ---> 3716a19c1ad5 04:38:02 Step 22/22 : LABEL version=0.0.0 04:38:02 ---> Running in 9514cffa7418 04:38:11 ---> Running in f78a96062c3f 04:38:11 Removing intermediate container 9514cffa7418 04:38:11 ---> 67d457f60e29 04:38:11 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:38:11 Removing intermediate container f78a96062c3f 04:38:11 ---> 8213af8c2867 04:38:11 04:38:11 Successfully built 8213af8c2867 04:38:11 Successfully tagged security-proxy-setup-arm64:latest 04:38:11  Building security-proxy-setup ... done  ---> 945e435741a6 04:38:11 Step 27/32 : RUN chmod +x /entrypoint.sh 04:38:11 ---> Running in c11d190551c6 04:38:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:38:11 Status: Downloaded newer image for docker:20.10.0 04:38:11 ---> eeaf43b92773 04:38:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:38:11 ---> Running in 37f89569c912 04:38:11 Removing intermediate container 37f89569c912 04:38:11 ---> 03d7eeb538fb 04:38:11 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 04:38:11 Removing intermediate container c11d190551c6 04:38:11 ---> a068ae7b4d08 04:38:11 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 04:38:11 ---> Running in 11cf22ceecc0 04:38:11 ---> Running in 21c5c313b1e0 04:38:11 Removing intermediate container 21c5c313b1e0 04:38:11 ---> 0979ba577a10 04:38:11 Step 29/32 : CMD ["gate"] 04:38:11 ---> Running in a8b36a0a980b 04:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:38:11 Removing intermediate container a8b36a0a980b 04:38:11 ---> 85eda16f9648 04:38:11 Step 30/32 : LABEL arch=arm64 04:38:11 ---> Running in 8668dad996ad 04:38:11 (1/39) Installing readline (8.0.4-r0) 04:38:11 (2/39) Installing bash (5.0.17-r0) 04:38:11 Executing bash-5.0.17-r0.post-install 04:38:11 (3/39) Installing nghttp2-libs (1.41.0-r0) 04:38:11 (4/39) Installing libcurl (7.77.0-r0) 04:38:11 (5/39) Installing curl (7.77.0-r0) 04:38:11 (6/39) Installing dumb-init (1.2.2-r1) 04:38:11 (7/39) Installing libbz2 (1.0.8-r1) 04:38:11 (8/39) Installing expat (2.2.9-r1) 04:38:11 (9/39) Installing libffi (3.3-r2) 04:38:11 (10/39) Installing gdbm (1.13-r1) 04:38:11 (11/39) Installing xz-libs (5.2.5-r0) 04:38:11 (12/39) Installing sqlite-libs (3.32.1-r1) 04:38:11 (13/39) Installing python3 (3.8.10-r0) 04:38:11 Removing intermediate container 8668dad996ad 04:38:11 ---> d743120cb7f2 04:38:11 Step 31/32 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:38:11 ---> Running in bce682af5d0c 04:38:11 Removing intermediate container bce682af5d0c 04:38:11 ---> 761f6380ff55 04:38:11 Step 32/32 : LABEL version=0.0.0 04:38:11 (14/39) Installing py3-appdirs (1.4.4-r1) 04:38:11 (15/39) Installing py3-ordered-set (4.0.1-r0) 04:38:11 (16/39) Installing py3-parsing (2.4.7-r0) 04:38:11 (17/39) Installing py3-six (1.15.0-r0) 04:38:11 (18/39) Installing py3-packaging (20.4-r0) 04:38:11 (19/39) Installing py3-setuptools (47.0.0-r0) 04:38:11 (20/39) Installing py3-chardet (3.0.4-r4) 04:38:11 ---> Running in 7ec375d9ce6c 04:38:11 (21/39) Installing py3-idna (2.9-r0) 04:38:11 (22/39) Installing py3-certifi (2020.4.5.1-r0) 04:38:11 (23/39) Installing py3-urllib3 (1.25.9-r0) 04:38:11 (24/39) Installing py3-requests (2.23.0-r0) 04:38:11 (25/39) Installing py3-msgpack (1.0.0-r0) 04:38:11 (26/39) Installing py3-lockfile (0.12.2-r3) 04:38:11 (27/39) Installing py3-cachecontrol (0.12.6-r0) 04:38:11 (28/39) Installing py3-colorama (0.4.3-r0) 04:38:11 (29/39) Installing py3-distlib (0.3.0-r0) 04:38:11 (30/39) Installing py3-distro (1.5.0-r1) 04:38:11 (31/39) Installing py3-webencodings (0.5.1-r3) 04:38:11 (32/39) Installing py3-html5lib (1.0.1-r4) 04:38:11 (33/39) Installing py3-pytoml (0.1.21-r0) 04:38:11 (34/39) Installing py3-pep517 (0.8.2-r0) 04:38:11 (35/39) Installing py3-progress (1.5-r0) 04:38:11 (36/39) Installing py3-toml (0.10.1-r0) 04:38:11 (37/39) Installing py3-retrying (1.3.3-r0) 04:38:11 (38/39) Installing py3-contextlib2 (0.6.0-r0) 04:38:11 (39/39) Installing py3-pip (20.1.1-r0) 04:38:11 Executing busybox-1.31.1-r19.trigger 04:38:11 Removing intermediate container 7ec375d9ce6c 04:38:11 ---> befe56dce4fb 04:38:11 04:38:11 OK: 72 MiB in 59 packages 04:38:11 Successfully built befe56dce4fb 04:38:11 Successfully tagged security-bootstrapper-arm64:latest 04:38:18  Building security-bootstrapper ... done Collecting docker-compose==1.23.2 04:38:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:38:18 Collecting jsonschema<3,>=2.5.1 04:38:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:38:18 Collecting dockerpty<0.5,>=0.4.1 04:38:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:38:23 Collecting websocket-client<1.0,>=0.32.0 04:38:23 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:38:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:38:23 Collecting docker<4.0,>=3.6.0 04:38:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:38:23 Collecting cached-property<2,>=1.2.0 04:38:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:38:23 Collecting docopt<0.7,>=0.6.1 04:38:23 Downloading docopt-0.6.2.tar.gz (25 kB) 04:38:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:38:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:38:23 Collecting texttable<0.10,>=0.9.0 04:38:23 Downloading texttable-0.9.1.tar.gz (11 kB) 04:38:25 Collecting PyYAML<4,>=3.10 04:38:25 Downloading PyYAML-3.13.tar.gz (270 kB) 04:38:27 Collecting docker-pycreds>=0.4.0 04:38:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:38:27 Collecting urllib3<1.25,>=1.21.1 04:38:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:38:27 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:38:29 Collecting idna<2.8,>=2.5 04:38:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:38:29 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:38:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:38:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:38:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:38:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:38:29 Installing collected packages: jsonschema, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, docopt, texttable, PyYAML, docker-compose 04:38:29 Running setup.py install for dockerpty: started 04:38:34 Running setup.py install for dockerpty: finished with status 'done' 04:38:34 Attempting uninstall: urllib3 04:38:34 Found existing installation: urllib3 1.25.9 04:38:34 Uninstalling urllib3-1.25.9: 04:38:34 Successfully uninstalled urllib3-1.25.9 04:38:34 Attempting uninstall: idna 04:38:34 Found existing installation: idna 2.9 04:38:34 Uninstalling idna-2.9: 04:38:34 Successfully uninstalled idna-2.9 04:38:36 Attempting uninstall: requests 04:38:36 Found existing installation: requests 2.23.0 04:38:36 Uninstalling requests-2.23.0: 04:38:36 Successfully uninstalled requests-2.23.0 04:38:36 Running setup.py install for docopt: started 04:38:36 Running setup.py install for docopt: finished with status 'done' 04:38:36 Running setup.py install for texttable: started 04:38:39 Running setup.py install for texttable: finished with status 'done' 04:38:39 Running setup.py install for PyYAML: started 04:38:39 Running setup.py install for PyYAML: finished with status 'done' 04:38:41 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 04:38:48 Removing intermediate container 11cf22ceecc0 04:38:48 ---> e142e85b0095 04:38:48 Step 15/24 : ENV APP_PORT=58890 04:38:48 ---> Running in baf6c9fd2a4f 04:38:48 Removing intermediate container baf6c9fd2a4f 04:38:48 ---> 251468d99bd4 04:38:48 Step 16/24 : EXPOSE $APP_PORT 04:38:48 ---> Running in 2e9016a38649 04:38:48 Removing intermediate container 2e9016a38649 04:38:48 ---> 24169c520264 04:38:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:38:55 ---> 7976a6dd654b 04:38:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:38:55 ---> eac68f9e3ff4 04:38:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:38:55 ---> 23aee8abe7c1 04:38:55 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 04:38:55 ---> Running in 8102b81a9e7f 04:38:55 Removing intermediate container 8102b81a9e7f 04:38:55 ---> 40c01d960c74 04:38:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:38:55 ---> Running in b3ab91b66b0e 04:38:55 Removing intermediate container b3ab91b66b0e 04:38:55 ---> 71a6b5602b72 04:38:55 Step 22/24 : LABEL arch=arm64 04:38:55 ---> Running in 4d354d3a3fbb 04:38:55 Removing intermediate container 4d354d3a3fbb 04:38:55 ---> c4c75089ad49 04:38:55 Step 23/24 : LABEL git_sha=6297f6088465b296dff9245ec99846c37894c455 04:38:55 ---> Running in 468e6c86f0fe 04:38:55 Removing intermediate container 468e6c86f0fe 04:38:55 ---> 99bc27dea0dd 04:38:55 Step 24/24 : LABEL version=0.0.0 04:38:55 ---> Running in 82a4598a063c 04:38:55 Removing intermediate container 82a4598a063c 04:38:55 ---> a9cb8a306081 04:38:55 04:38:55 Successfully built a9cb8a306081 04:38:55 Successfully tagged sys-mgmt-agent-arm64:latest 04:38:55  Building sys-mgmt-agent ... done  [Pipeline] } 04:38:58 $ docker stop --time=1 fbf1ac84941cb79dfbeb0b8db79ee32e673b2de78cfdc31a84f93693d7d0218f 04:39:02 $ docker rm -f fbf1ac84941cb79dfbeb0b8db79ee32e673b2de78cfdc31a84f93693d7d0218f [Pipeline] // withDockerContainer [Pipeline] sh 04:39:11 + docker images 04:39:11 REPOSITORY TAG IMAGE ID CREATED SIZE 04:39:11 sys-mgmt-agent-arm64 latest a9cb8a306081 15 seconds ago 299MB 04:39:11 security-bootstrapper-arm64 latest befe56dce4fb 59 seconds ago 17.1MB 04:39:11 security-proxy-setup-arm64 latest 8213af8c2867 About a minute ago 24MB 04:39:11 core-command-arm64 latest 54ccc10afa41 About a minute ago 15MB 04:39:11 84469c53c2a8 About a minute ago 974MB 04:39:11 b579c55425ce About a minute ago 967MB 04:39:11 c021f0489ee6 About a minute ago 971MB 04:39:11 ae4d7aeaf48a About a minute ago 967MB 04:39:11 core-data-arm64 latest 9ac901af93ed 4 minutes ago 19.1MB 04:39:11 core-metadata-arm64 latest fcfd0359669f 4 minutes ago 15.6MB 04:39:11 security-secretstore-setup-arm64 latest 159d14f52711 4 minutes ago 26.6MB 04:39:11 support-notifications-arm64 latest 5eb051598129 4 minutes ago 15.7MB 04:39:11 support-scheduler-arm64 latest 2809431a802f 4 minutes ago 15MB 04:39:11 bcb9093f08c0 4 minutes ago 975MB 04:39:11 c95ed29a7570 4 minutes ago 972MB 04:39:11 0aeb1f173c3f 4 minutes ago 969MB 04:39:11 9e67442756bf 4 minutes ago 968MB 04:39:11 c3b1efeb2ece 5 minutes ago 974MB 04:39:11 ci-base-image-arm64 latest c34ef655632e 16 minutes ago 641MB 04:39:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 5 weeks ago 428MB 04:39:11 alpine 3.12 9852663dfa18 7 weeks ago 5.32MB 04:39:11 docker 20.10.0 eeaf43b92773 6 months ago 228MB 04:39:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 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] libraryResource [Pipeline] sh 04:39:52 ---> job-cost.sh 04:39:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QSCf 04:40:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:41:53 lf-activate-venv(): INFO: Adding /tmp/venv-QSCf/bin to PATH 04:41:53 INFO: No Stack... 04:41:55 INFO: Retrieving Pricing Info for: v2-standard-4 04:41:55 INFO: Archiving Costs [Pipeline] sh 04:42:20 + cat /w/workspace/edgex-go/13/archives/cost.csv 04:42:20 + cut -d, -f6 04:42:36 Cannot contact prd-ubuntu18.04-docker-arm64-4c-16g-1184: java.lang.InterruptedException [Pipeline] lock 04:43:26 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3531-13-stack-cost] 04:43:37 Resource [jenkins-edgexfoundry-edgex-go-PR-3531-13-stack-cost] did not exist. Created. 04:43:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3531-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:46:45 + echo total: 0.18000000715255737 [Pipeline] stash 04:46:56 Stashed 1 file(s) [Pipeline] } 04:47:06 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3531-13-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:50:28 provisioning config files... 04:50:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config138094907755659141tmp [Pipeline] { [Pipeline] sh 04:51:38 + set +x 04:51:38 + curl -s https://codecov.io/bash 04:51:38 + bash -s -- 04:51:38 04:51:38 _____ _ 04:51:38 / ____| | | 04:51:38 | | ___ __| | ___ ___ _____ __ 04:51:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:51:38 | |___| (_) | (_| | __/ (_| (_) \ V / 04:51:38 \_____\___/ \__,_|\___|\___\___/ \_/ 04:51:38 Bash-1.0.3 04:51:38 04:51:38 04:51:38 ==> git version 2.24.4 found 04:51:38 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:51:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:51:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:51:38 ==> Jenkins CI detected. 04:51:38 project root: . 04:51:38 --> token set from env 04:51:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:51:38 ==> Running gcov in . (disable via -X gcov) 04:51:38 ==> Python coveragepy not found 04:51:38 ==> Searching for coverage reports in: 04:51:38 + . 04:51:38 -> Found 1 reports 04:51:38 ==> Detecting git/mercurial file structure 04:51:38 ==> Reading reports 04:51:38 + ./coverage.out bytes=411487 04:51:38 ==> Appending adjustments 04:51:38 https://docs.codecov.io/docs/fixing-reports 04:51:38 + Found adjustments 04:51:38 ==> Gzipping contents 04:51:38 56K /tmp/codecov.iq5eG4.gz 04:51:38 ==> Uploading reports 04:51:38 url: https://codecov.io 04:51:38 query: branch=PR-3531&commit=6297f6088465b296dff9245ec99846c37894c455&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= 04:51:38 -> Pinging Codecov 04:51:38 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3531&commit=6297f6088465b296dff9245ec99846c37894c455&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= 04:51:38 -> Uploading to 04:51:38 https://storage.googleapis.com/codecov/v4/raw/2021-06-09/00271124DB129430A58F1EEE437C3FCB/6297f6088465b296dff9245ec99846c37894c455/430c2a8e-9794-4f6b-8927-9f22ca4f4e65.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210609%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210609T045105Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9bf148ac268bf245e19b6dc4153db14940cd1a2dd26beb0ff552190f031b990d 04:51:38 % Total % Received % Xferd Average Speed Time Time Time Current 04:51:38 Dload Upload Total Spent Left Speed 04:51:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56050 0 0 100 56050 0 127k --:--:-- --:--:-- --:--:-- 127k 04:51:38 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6297f6088465b296dff9245ec99846c37894c455 [Pipeline] } 04:52:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:09:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:10:35 ---> package-listing.sh 05:10:35 ++ facter osfamily 05:10:35 ++ tr '[:upper:]' '[:lower:]' 05:10:35 + OS_FAMILY=redhat 05:10:35 + workspace=/w/workspace/edgex-go/13 05:10:35 + START_PACKAGES=/tmp/packages_start.txt 05:10:35 + END_PACKAGES=/tmp/packages_end.txt 05:10:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:10:35 + PACKAGES=/tmp/packages_start.txt 05:10:35 + '[' /w/workspace/edgex-go/13 ']' 05:10:35 + PACKAGES=/tmp/packages_end.txt 05:10:35 + case "${OS_FAMILY}" in 05:10:35 + rpm -qa 05:10:35 + sort 05:10:35 + '[' -f /tmp/packages_start.txt ']' 05:10:35 + '[' -f /tmp/packages_end.txt ']' 05:10:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:10:35 + '[' /w/workspace/edgex-go/13 ']' 05:10:35 + mkdir -p /w/workspace/edgex-go/13/archives/ 05:10:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 05:10:40 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:11:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:11:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:11:43 05:11:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:12:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:12:50 alpine: Pulling from edgex-lftools-log-publisher 05:12:50 df20fa9351a1: Pulling fs layer 05:12:50 36b3adc4ff6f: Pulling fs layer 05:12:50 8ad3a11d3b57: Pulling fs layer 05:12:50 46f8f816bc3b: Pulling fs layer 05:12:50 93b61091891f: Pulling fs layer 05:12:50 93b9cdb0e59b: Pulling fs layer 05:12:50 5e14af77c1be: Pulling fs layer 05:12:50 01666e4c0597: Pulling fs layer 05:12:50 aa168da1d23b: Pulling fs layer 05:12:50 93b9cdb0e59b: Waiting 05:12:50 5e14af77c1be: Waiting 05:12:50 01666e4c0597: Waiting 05:12:50 aa168da1d23b: Waiting 05:12:50 46f8f816bc3b: Waiting 05:12:50 93b61091891f: Waiting 05:12:50 36b3adc4ff6f: Verifying Checksum 05:12:50 36b3adc4ff6f: Download complete 05:12:50 46f8f816bc3b: Verifying Checksum 05:12:50 46f8f816bc3b: Download complete 05:12:50 df20fa9351a1: Verifying Checksum 05:12:50 df20fa9351a1: Download complete 05:12:50 93b9cdb0e59b: Verifying Checksum 05:12:50 93b9cdb0e59b: Download complete 05:12:50 93b61091891f: Verifying Checksum 05:12:50 93b61091891f: Download complete 05:12:50 01666e4c0597: Verifying Checksum 05:12:50 01666e4c0597: Download complete 05:12:50 8ad3a11d3b57: Verifying Checksum 05:12:50 8ad3a11d3b57: Download complete 05:12:50 df20fa9351a1: Pull complete 05:12:50 36b3adc4ff6f: Pull complete 05:12:50 5e14af77c1be: Verifying Checksum 05:12:50 5e14af77c1be: Download complete 05:12:50 8ad3a11d3b57: Pull complete 05:12:50 46f8f816bc3b: Pull complete 05:12:50 93b61091891f: Pull complete 05:12:50 93b9cdb0e59b: Pull complete 05:12:50 5e14af77c1be: Pull complete 05:12:50 01666e4c0597: Pull complete 05:12:50 aa168da1d23b: Verifying Checksum 05:12:50 aa168da1d23b: Download complete 05:12:50 aa168da1d23b: Pull complete 05:12:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:12:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:12:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:13:43 prd-centos7-docker-4c-2g-1181 does not seem to be running inside a container 05:13:56 $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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:alpine cat 05:14:09 $ docker top d0b54b1ad9a0d5e97c885e015ae3e66c6cfbb14229d8e36b69df1b83adf1a0d1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:14:34 + touch /tmp/pre-build-complete [Pipeline] sh 05:14:43 + mkdir -p /var/log/sa [Pipeline] sh 05:15:03 + ls /var/log/sa-host 05:15:03 + sadf -c /var/log/sa-host/sa05 05:15:03 file_magic: OK 05:15:03 HZ: Using current value: 100 05:15:03 file_header: OK 05:15:03 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 05:15:03 Statistics: 05:15:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:15:03 File successfully converted to sysstat format version 12.2.1 05:15:03 + sadf -c /var/log/sa-host/sa09 05:15:03 file_magic: OK 05:15:03 HZ: Using current value: 100 05:15:03 file_header: OK 05:15:03 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 05:15:03 Statistics: 05:15:03 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...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...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... 05:15:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:17:41 provisioning config files... 05:17:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config745720724199950515tmp [Pipeline] { [Pipeline] echo 05:17:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:18:03 ---> create-netrc.sh [Pipeline] } 05:18:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:18:46 ---> python-tools-install.sh [Pipeline] echo 05:18:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:19:09 ---> sudo-logs.sh 05:19:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:19:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:19:32 ---> job-cost.sh 05:19:32 lf-activate-venv: SKIPPING 05:19:32 DEBUG: total: 0.18000000715255737 05:19:32 INFO: Retrieving Stack Cost... 05:19:32 INFO: Retrieving Pricing Info for: v3-standard-2 05:19:32 INFO: Archiving Costs [Pipeline] echo 05:19:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:19:50 ---> logs-deploy.sh 05:19:50 lf-activate-venv: SKIPPING 05:19:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3531/13 05:19:50 INFO: archiving workspace using pattern(s): 05:19:50 Archives upload complete. 05:19:50 INFO: archiving logs to Nexus 05:19:50 ---> uname -a: 05:19:50 Linux prd-centos7-docker-4c-2g-1181.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 05:19:50 05:19:50 05:19:50 ---> lscpu: 05:19:50 Architecture: x86_64 05:19:50 CPU op-mode(s): 32-bit, 64-bit 05:19:50 Byte Order: Little Endian 05:19:50 Address sizes: 40 bits physical, 48 bits virtual 05:19:50 CPU(s): 2 05:19:50 On-line CPU(s) list: 0,1 05:19:50 Thread(s) per core: 1 05:19:50 Core(s) per socket: 1 05:19:50 Socket(s): 2 05:19:50 NUMA node(s): 1 05:19:50 Vendor ID: AuthenticAMD 05:19:50 CPU family: 23 05:19:50 Model: 49 05:19:50 Model name: AMD EPYC-Rome Processor 05:19:50 Stepping: 0 05:19:50 CPU MHz: 2799.998 05:19:50 BogoMIPS: 5599.99 05:19:50 Virtualization: AMD-V 05:19:50 Hypervisor vendor: KVM 05:19:50 Virtualization type: full 05:19:50 L1d cache: 64 KiB 05:19:50 L1i cache: 64 KiB 05:19:50 L2 cache: 1 MiB 05:19:50 L3 cache: 32 MiB 05:19:50 NUMA node0 CPU(s): 0,1 05:19:50 Vulnerability Itlb multihit: Not affected 05:19:50 Vulnerability L1tf: Not affected 05:19:50 Vulnerability Mds: Not affected 05:19:50 Vulnerability Meltdown: Not affected 05:19:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:19:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:19:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:19:50 Vulnerability Srbds: Not affected 05:19:50 Vulnerability Tsx async abort: Not affected 05:19:50 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 05:19:50 05:19:50 05:19:50 ---> nproc: 05:19:50 2 05:19:50 05:19:50 05:19:50 ---> df -h: 05:19:50 Filesystem Size Used Available Use% Mounted on 05:19:50 overlay 40.0G 12.9G 27.1G 32% / 05:19:50 tmpfs 64.0M 0 64.0M 0% /dev 05:19:50 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 05:19:50 shm 64.0M 0 64.0M 0% /dev/shm 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /facter-os 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /etc/resolv.conf 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /etc/hostname 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /etc/hosts 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/auth.log 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /run/cloud-init/result.json 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/sa-host 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/secure 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /w/workspace/edgex-go/13 05:19:50 /dev/vda1 40.0G 12.9G 27.1G 32% /w/workspace/edgex-go/13@tmp 05:19:50 05:19:50 05:19:50 ---> free -m: 05:19:50 total used free shared buff/cache available 05:19:50 Mem: 7821 1118 1634 0 5068 6674 05:19:50 Swap: 1023 1 1022 05:19:50 05:19:50 05:19:50 ---> ip addr: 05:19:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:19:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:19:50 inet 127.0.0.1/8 scope host lo 05:19:50 valid_lft forever preferred_lft forever 05:19:50 inet6 ::1/128 scope host 05:19:50 valid_lft forever preferred_lft forever 05:19:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:19:50 link/ether fa:16:3e:b8:c6:61 brd ff:ff:ff:ff:ff:ff 05:19:50 inet 10.30.123.35/23 brd 10.30.123.255 scope global dynamic eth0 05:19:50 valid_lft 82317sec preferred_lft 82317sec 05:19:50 inet6 fe80::f816:3eff:feb8:c661/64 scope link 05:19:50 valid_lft forever preferred_lft forever 05:19:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:19:50 link/ether 02:42:fd:70:29:17 brd ff:ff:ff:ff:ff:ff 05:19:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:19:50 valid_lft forever preferred_lft forever 05:19:50 inet6 fe80::42:fdff:fe70:2917/64 scope link 05:19:50 valid_lft forever preferred_lft forever 05:19:50 05:19:50 05:19:50 ---> sar -b -r -n DEV: 05:19:50 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 05:19:50 05:19:50 04:11:33 LINUX RESTART (2 CPU) 05:19:50 05:19:50 04:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:19:50 04:13:01 26.96 12.32 14.64 0.00 2874.00 1209.33 0.00 05:19:50 04:14:01 8.08 0.35 7.73 0.00 44.50 5719.30 0.00 05:19:50 04:15:01 72.76 2.95 69.82 0.00 2249.94 864.98 0.00 05:19:50 04:16:01 27.84 0.65 27.19 0.00 352.24 12639.87 0.00 05:19:50 04:17:01 167.21 0.00 167.21 0.00 0.00 47862.78 0.00 05:19:50 04:18:01 58.79 0.00 58.79 0.00 0.00 8554.76 0.00 05:19:50 04:19:01 55.64 0.02 55.62 0.00 0.53 4050.21 0.00 05:19:50 04:20:01 85.98 0.00 85.98 0.00 0.00 19223.30 0.00 05:19:50 04:21:01 579.10 134.20 444.90 0.00 3406.62 296425.59 0.00 05:19:50 04:22:02 507.49 20.82 486.67 0.00 1522.37 232500.80 0.00 05:19:50 04:23:01 304.72 15.90 288.82 0.00 1564.38 75685.93 0.00 05:19:50 04:24:01 9.58 4.28 5.30 0.00 165.25 195.67 0.00 05:19:50 04:25:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 05:19:50 04:26:01 0.23 0.00 0.23 0.00 0.00 1.88 0.00 05:19:50 04:27:01 0.48 0.18 0.30 0.00 5.73 4.83 0.00 05:19:50 04:28:01 0.85 0.02 0.83 0.00 1.07 15.41 0.00 05:19:50 04:29:01 0.25 0.00 0.25 0.00 0.00 3.13 0.00 05:19:50 04:30:01 0.27 0.00 0.27 0.00 0.00 3.03 0.00 05:19:50 04:31:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 05:19:50 04:32:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 05:19:50 04:33:01 0.23 0.00 0.23 0.00 0.00 1.97 0.00 05:19:50 04:34:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 05:19:50 04:35:01 0.25 0.00 0.25 0.00 0.00 2.48 0.00 05:19:50 04:36:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 05:19:50 04:37:01 0.25 0.02 0.23 0.00 0.53 3.15 0.00 05:19:50 04:38:01 0.20 0.00 0.20 0.00 0.00 2.35 0.00 05:19:50 04:39:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 05:19:50 04:40:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 05:19:50 04:41:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 05:19:50 04:42:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 05:19:50 04:43:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 05:19:50 04:44:01 0.25 0.00 0.25 0.00 0.00 2.82 0.00 05:19:50 04:45:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 05:19:50 04:46:01 0.25 0.00 0.25 0.00 0.00 2.68 0.00 05:19:50 04:47:01 0.23 0.00 0.23 0.00 0.00 2.77 0.00 05:19:50 04:48:01 0.27 0.00 0.27 0.00 0.00 3.47 0.00 05:19:50 04:49:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 05:19:50 04:50:01 0.17 0.00 0.17 0.00 0.00 15.23 0.00 05:19:50 04:51:01 0.32 0.00 0.32 0.00 0.00 5.50 0.00 05:19:50 04:52:01 3.30 2.38 0.92 0.00 122.05 17.82 0.00 05:19:50 04:53:01 0.35 0.00 0.35 0.00 0.00 4.76 0.00 05:19:50 04:54:02 0.32 0.00 0.32 0.00 0.00 4.20 0.00 05:19:50 04:55:01 0.25 0.00 0.25 0.00 0.00 3.29 0.00 05:19:50 04:56:01 0.25 0.00 0.25 0.00 0.00 2.92 0.00 05:19:50 04:57:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 05:19:50 04:58:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 05:19:50 04:59:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 05:19:50 05:00:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 05:19:50 05:01:01 0.38 0.03 0.35 0.00 0.27 4.93 0.00 05:19:50 05:02:01 0.38 0.08 0.30 0.00 1.60 4.48 0.00 05:19:50 05:03:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 05:19:50 05:04:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 05:19:50 05:05:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 05:19:50 05:06:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 05:19:50 05:07:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 05:19:50 05:08:01 0.20 0.00 0.20 0.00 0.00 1.67 0.00 05:19:50 05:09:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 05:19:50 05:10:01 1.38 1.18 0.20 0.00 147.55 12.51 0.00 05:19:50 05:11:01 37.75 37.26 0.48 0.00 3768.78 10.56 0.00 05:19:50 05:12:01 0.60 0.00 0.60 0.00 0.00 9.28 0.00 05:19:50 05:13:01 27.34 0.00 27.34 0.00 0.00 2303.10 0.00 05:19:50 05:14:01 43.74 0.03 43.71 0.00 0.67 12691.90 0.00 05:19:50 Average: 32.70 3.75 28.94 0.00 261.55 11609.15 0.00 05:19:50 05:19:50 04:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:19:50 04:13:01 5761292 0 641760 8.01 2620 1603268 1032028 11.39 353088 1508852 10792 05:19:50 04:14:01 5568724 0 663892 8.29 2620 1773704 1066420 11.77 532068 1513276 9252 05:19:50 04:15:01 5480532 0 679700 8.49 2620 1846088 1027164 11.34 579396 1551548 4268 05:19:50 04:16:01 5255692 0 690700 8.62 2620 2059928 1038848 11.47 614364 1726012 148 05:19:50 04:17:01 4348412 0 885480 11.06 2620 2772428 1419400 15.67 958356 2163524 21196 05:19:50 04:18:01 3944620 0 975656 12.18 2620 3086044 1603628 17.70 1215628 2287004 87936 05:19:50 04:19:01 4013528 0 943996 11.79 2620 3048796 1568144 17.31 1125468 2300420 103236 05:19:50 04:20:01 3913452 0 898516 11.22 2620 3194352 1154616 12.75 1059396 2461792 24 05:19:50 04:21:01 1397232 0 1571768 19.63 2620 5037320 3510508 38.76 2537760 3330860 100844 05:19:50 04:22:02 534488 0 1216732 15.19 2620 6255100 1638404 18.09 3053724 3656256 121636 05:19:50 04:23:01 2284156 0 1066200 13.31 2620 4655964 1179648 13.02 1013384 3974804 20 05:19:50 04:24:01 2290700 0 1054632 13.17 2620 4660988 1084004 11.97 1010516 3976308 20 05:19:50 04:25:01 2301172 0 1044212 13.04 2620 4660936 1044928 11.54 1012120 3971352 8 05:19:50 04:26:01 2301168 0 1044216 13.04 2620 4660936 1044928 11.54 1024816 3958688 8 05:19:50 04:27:01 2299724 0 1045620 13.06 2620 4660976 1044928 11.54 1025812 3958860 8 05:19:50 04:28:01 2297436 0 1047908 13.08 2620 4660976 1045000 11.54 1030156 3957464 8 05:19:50 04:29:01 2297264 0 1048072 13.09 2620 4660984 1044928 11.54 1032080 3955464 8 05:19:50 04:30:01 2297404 0 1047928 13.08 2620 4660988 1044928 11.54 1032184 3955464 8 05:19:50 04:31:01 2297100 0 1048228 13.09 2620 4660992 1044928 11.54 1032276 3955296 8 05:19:50 04:32:01 2297224 0 1048100 13.09 2620 4660996 1044928 11.54 1032280 3955296 8 05:19:50 04:33:01 2297044 0 1048276 13.09 2620 4661000 1045036 11.54 1045512 3942164 8 05:19:50 04:34:01 2297656 0 1047660 13.08 2620 4661004 1044928 11.54 1045544 3942160 8 05:19:50 04:35:01 2297828 0 1047484 13.08 2620 4661008 1044928 11.54 1045412 3942160 8 05:19:50 04:36:01 2297568 0 1047736 13.08 2620 4661016 1045000 11.54 1045640 3942160 12 05:19:50 04:37:01 2295980 0 1049320 13.10 2620 4661020 1055676 11.66 1046272 3942176 20 05:19:50 04:38:01 2296804 0 1048488 13.09 2620 4661028 1055268 11.65 1046020 3942180 20 05:19:50 04:39:01 2297376 0 1047916 13.08 2620 4661028 1044712 11.53 1045468 3942168 8 05:19:50 04:40:01 2297392 0 1047892 13.08 2620 4661036 1044712 11.53 1045496 3942168 8 05:19:50 04:41:01 2297764 0 1047520 13.08 2620 4661036 1044712 11.53 1045576 3942168 8 05:19:50 04:42:01 2297632 0 1047648 13.08 2620 4661040 1044712 11.53 1045596 3942168 8 05:19:50 04:43:01 2297652 0 1047620 13.08 2620 4661048 1044808 11.54 1045548 3942168 8 05:19:50 04:44:01 2297656 0 1047616 13.08 2620 4661048 1044712 11.53 1045312 3942168 8 05:19:50 04:45:01 2297384 0 1047880 13.08 2620 4661056 1044712 11.53 1045504 3942164 8 05:19:50 04:46:01 2297960 0 1047304 13.08 2620 4661056 1044712 11.53 1045604 3942164 16 05:19:50 04:47:01 2297632 0 1047624 13.08 2620 4661064 1044712 11.53 1045632 3942164 8 05:19:50 04:48:01 2297264 0 1047988 13.09 2620 4661068 1044796 11.54 1045620 3942164 8 05:19:50 04:49:01 2297268 0 1047980 13.09 2620 4661072 1044712 11.53 1045652 3942168 8 05:19:50 04:50:01 2296784 0 1048460 13.09 2620 4661076 1044844 11.54 1046156 3942144 20 05:19:50 04:51:01 2296640 0 1048592 13.09 2620 4661088 1044892 11.54 1046340 3942148 20 05:19:50 04:52:01 2292400 0 1049108 13.10 2620 4664812 1045132 11.54 1047220 3945328 8 05:19:50 04:53:01 2292524 0 1048980 13.10 2620 4664816 1045108 11.54 1047056 3945332 8 05:19:50 04:54:02 2293860 0 1047640 13.08 2620 4664820 1044928 11.54 1046292 3945328 12 05:19:50 04:55:01 2293664 0 1047832 13.08 2620 4664824 1044928 11.54 1046376 3945328 8 05:19:50 04:56:01 2293712 0 1047780 13.08 2620 4664828 1044928 11.54 1046476 3945332 8 05:19:50 04:57:01 2293556 0 1047880 13.08 2620 4664884 1044928 11.54 1046360 3945340 20 05:19:50 04:58:01 2293304 0 1048180 13.09 2620 4664836 1045012 11.54 1046356 3945440 8 05:19:50 04:59:01 2293656 0 1047824 13.08 2620 4664840 1044928 11.54 1046184 3945440 8 05:19:50 05:00:01 2293880 0 1047596 13.08 2620 4664844 1044928 11.54 1046256 3945440 8 05:19:50 05:01:01 2291976 0 1049492 13.10 2620 4664852 1047832 11.57 1047076 3945328 8 05:19:50 05:02:01 2292980 0 1048364 13.09 2620 4664976 1045436 11.54 1046528 3945436 8 05:19:50 05:03:01 2292992 0 1048348 13.09 2620 4664980 1045520 11.54 1046636 3945436 8 05:19:50 05:04:01 2293080 0 1048260 13.09 2620 4664980 1045436 11.54 1046560 3945436 8 05:19:50 05:05:01 2292700 0 1048632 13.09 2620 4664988 1045436 11.54 1046636 3945388 8 05:19:50 05:06:01 2292768 0 1048560 13.09 2620 4664992 1045436 11.54 1046672 3945388 8 05:19:50 05:07:01 2292900 0 1048424 13.09 2620 4664996 1045436 11.54 1046624 3945388 8 05:19:50 05:08:01 2292688 0 1048632 13.09 2620 4665000 1045520 11.54 1046720 3945388 8 05:19:50 05:09:01 2293024 0 1048292 13.09 2620 4665004 1045436 11.54 1046652 3945388 8 05:19:50 05:10:01 2287064 0 1049540 13.10 2620 4669716 1045628 11.54 1047516 3949980 16 05:19:50 05:11:01 2173664 0 1049708 13.11 2620 4782948 1045676 11.54 1048268 4062756 32 05:19:50 05:12:01 2173380 0 1050004 13.11 2620 4782936 1045796 11.55 1048616 4062744 20 05:19:50 05:13:01 1734948 0 1084488 13.54 2620 5186884 1045724 11.55 1073440 4441644 361500 05:19:50 05:14:01 1727048 0 1092236 13.64 2620 5187036 1148272 12.68 1071892 4445480 32 05:19:50 Average: 2551651 0 1028550 12.84 2620 4426119 1124231 12.41 1068890 3693535 13249 05:19:50 05:19:50 04:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:19:50 04:13:01 eth0 247.81 179.18 504.01 36.96 0.00 0.00 0.00 0.00 05:19:50 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:14:01 eth0 470.82 484.58 2779.02 50.95 0.00 0.00 0.00 0.00 05:19:50 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:15:01 eth0 65.20 50.66 109.35 16.69 0.00 0.00 0.00 0.00 05:19:50 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:16:01 eth0 630.07 895.52 3021.46 115.86 0.00 0.00 0.00 0.00 05:19:50 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:16:01 docker0 833.64 551.66 70.05 2684.07 0.00 0.00 0.00 0.00 05:19:50 04:17:01 veth9ea6eca 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:19:50 04:17:01 eth0 554.89 496.29 3546.36 72.52 0.00 0.00 0.00 0.00 05:19:50 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:17:01 docker0 250.21 277.92 16.80 847.82 0.00 0.00 0.00 0.00 05:19:50 04:18:01 veth9ea6eca 0.83 0.87 0.07 0.07 0.00 0.00 0.00 0.00 05:19:50 04:18:01 eth0 23.95 15.02 17.30 30.17 0.00 0.00 0.00 0.00 05:19:50 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:18:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 05:19:50 04:19:01 veth9ea6eca 1.43 1.43 0.11 0.11 0.00 0.00 0.00 0.00 05:19:50 04:19:01 eth0 16.08 11.26 11.73 17.24 0.00 0.00 0.00 0.00 05:19:50 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:19:01 docker0 1.43 1.43 0.09 0.11 0.00 0.00 0.00 0.00 05:19:50 04:20:01 eth0 160.93 144.28 1681.35 26.66 0.00 0.00 0.00 0.00 05:19:50 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:21:01 veth602afc6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:19:50 04:21:01 veth18b729a 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 05:19:50 04:21:01 veth1c0b19a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:19:50 04:21:01 vethec90ba4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:19:50 04:22:02 veth2af1287 0.00 1.56 0.00 0.08 0.00 0.00 0.00 0.00 05:19:50 04:22:02 eth0 2390.51 2450.32 12269.01 423.13 0.00 0.00 0.00 0.00 05:19:50 04:22:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:19:50 04:22:02 docker0 1217.83 993.77 95.54 4013.45 0.00 0.00 0.00 0.00 05:19:50 04:23:01 eth0 175.69 141.77 1646.01 44.14 0.00 0.00 0.00 0.00 05:19:50 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:23:01 docker0 30.46 44.97 2.00 384.93 0.00 0.00 0.00 0.00 05:19:50 04:24:01 eth0 1.62 1.03 1.73 0.53 0.00 0.00 0.00 0.00 05:19:50 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:25:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:19:50 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:19:50 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:28:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 05:19:50 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:29:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:19:50 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:30:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:19:50 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:32:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:33:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 05:19:50 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:34:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:19:50 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:36:01 eth0 0.13 0.12 0.05 0.04 0.00 0.00 0.00 0.00 05:19:50 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:37:01 eth0 1.10 2.88 0.27 8.84 0.00 0.00 0.00 0.00 05:19:50 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:38:01 eth0 0.22 0.17 0.14 0.07 0.00 0.00 0.00 0.00 05:19:50 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:39:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:19:50 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:41:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:42:01 eth0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:43:01 eth0 0.22 0.18 0.14 0.07 0.00 0.00 0.00 0.00 05:19:50 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:19:50 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:46:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 05:19:50 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:47:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:48:01 eth0 0.27 0.25 0.14 0.08 0.00 0.00 0.00 0.00 05:19:50 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:50:01 eth0 0.52 0.45 0.83 0.14 0.00 0.00 0.00 0.00 05:19:50 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:51:01 eth0 0.85 0.55 0.86 0.30 0.00 0.00 0.00 0.00 05:19:50 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:52:01 eth0 2.33 1.87 2.31 1.42 0.00 0.00 0.00 0.00 05:19:50 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:53:01 eth0 0.28 0.27 0.20 0.08 0.00 0.00 0.00 0.00 05:19:50 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:54:02 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 05:19:50 04:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:55:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:56:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:19:50 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:58:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 05:19:50 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:00:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:02:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:03:01 eth0 0.20 0.17 0.14 0.07 0.00 0.00 0.00 0.00 05:19:50 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:04:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:05:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:06:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:07:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:08:01 eth0 0.57 0.18 0.18 0.04 0.00 0.00 0.00 0.00 05:19:50 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:09:01 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 05:19:50 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:10:01 eth0 1.55 1.02 1.70 0.51 0.00 0.00 0.00 0.00 05:19:50 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:11:01 eth0 2.25 1.48 2.59 0.76 0.00 0.00 0.00 0.00 05:19:50 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:12:01 eth0 2.33 2.53 1.94 6.22 0.00 0.00 0.00 0.00 05:19:50 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:13:01 eth0 189.17 176.94 2155.87 12.29 0.00 0.00 0.00 0.00 05:19:50 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:14:01 eth0 2.73 2.13 3.33 1.04 0.00 0.00 0.00 0.00 05:19:50 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 Average: eth0 44.48 44.71 258.59 8.04 0.00 0.00 0.00 0.00 05:19:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:19:50 Average: docker0 20.15 16.76 1.57 70.93 0.00 0.00 0.00 0.00 05:19:50 05:19:50 05:19:50 ---> sar -P ALL: 05:19:50 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) 05:19:50 05:19:50 04:11:33 LINUX RESTART (2 CPU) 05:19:50 05:19:50 04:12:01 CPU %user %nice %system %iowait %steal %idle 05:19:50 04:13:01 all 5.37 0.00 0.86 0.77 0.04 92.96 05:19:50 04:13:01 0 4.05 0.00 1.00 0.93 0.05 93.97 05:19:50 04:13:01 1 6.69 0.00 0.73 0.61 0.03 91.94 05:19:50 04:14:01 all 5.25 0.00 1.18 0.70 0.03 92.84 05:19:50 04:14:01 0 5.58 0.00 1.40 0.03 0.03 92.95 05:19:50 04:14:01 1 4.91 0.00 0.96 1.37 0.03 92.72 05:19:50 04:15:01 all 2.17 0.00 0.94 1.50 0.03 95.36 05:19:50 04:15:01 0 2.36 0.00 0.77 0.45 0.03 96.38 05:19:50 04:15:01 1 1.98 0.00 1.11 2.53 0.03 94.35 05:19:50 04:16:01 all 12.59 0.00 2.66 1.35 0.07 83.33 05:19:50 04:16:01 0 15.07 0.00 2.94 1.28 0.07 80.64 05:19:50 04:16:01 1 10.12 0.00 2.37 1.43 0.07 86.01 05:19:50 04:17:01 all 15.72 0.00 7.08 3.97 0.10 73.14 05:19:50 04:17:01 0 15.44 0.00 7.48 4.34 0.11 72.64 05:19:50 04:17:01 1 15.99 0.00 6.69 3.60 0.09 73.64 05:19:50 04:18:01 all 55.20 0.00 6.26 0.50 0.07 37.97 05:19:50 04:18:01 0 54.89 0.00 6.85 0.34 0.07 37.85 05:19:50 04:18:01 1 55.51 0.00 5.67 0.66 0.07 38.09 05:19:50 04:19:01 all 48.23 0.00 6.65 0.38 0.09 44.65 05:19:50 04:19:01 0 47.17 0.00 6.67 0.36 0.09 45.72 05:19:50 04:19:01 1 49.29 0.00 6.63 0.41 0.09 43.59 05:19:50 04:20:01 all 16.90 0.00 3.98 1.49 0.04 77.58 05:19:50 04:20:01 0 17.57 0.00 4.22 1.59 0.03 76.58 05:19:50 04:20:01 1 16.23 0.00 3.75 1.39 0.05 78.58 05:19:50 04:21:01 all 43.35 0.00 21.56 19.75 0.14 15.20 05:19:50 04:21:01 0 43.61 0.00 20.96 20.05 0.13 15.25 05:19:50 04:21:01 1 43.08 0.00 22.16 19.45 0.15 15.15 05:19:50 04:22:02 all 62.41 0.00 20.11 11.29 0.12 6.06 05:19:50 04:22:02 0 62.40 0.00 20.10 11.70 0.13 5.67 05:19:50 04:22:02 1 62.43 0.00 20.12 10.88 0.11 6.46 05:19:50 04:23:01 all 60.29 0.00 13.13 6.83 0.10 19.65 05:19:50 04:23:01 0 60.88 0.00 13.19 6.96 0.09 18.87 05:19:50 04:23:01 1 59.70 0.00 13.06 6.70 0.11 20.42 05:19:50 05:19:50 04:23:01 CPU %user %nice %system %iowait %steal %idle 05:19:50 04:24:01 all 0.13 0.00 0.10 0.03 0.03 99.71 05:19:50 04:24:01 0 0.12 0.00 0.12 0.02 0.03 99.72 05:19:50 04:24:01 1 0.15 0.00 0.08 0.03 0.03 99.70 05:19:50 04:25:01 all 0.07 0.00 0.08 0.00 0.03 99.82 05:19:50 04:25:01 0 0.10 0.00 0.08 0.00 0.02 99.80 05:19:50 04:25:01 1 0.03 0.00 0.08 0.00 0.03 99.85 05:19:50 04:26:01 all 0.08 0.00 0.02 0.00 0.03 99.87 05:19:50 04:26:01 0 0.13 0.00 0.02 0.00 0.02 99.83 05:19:50 04:26:01 1 0.03 0.00 0.02 0.00 0.05 99.90 05:19:50 04:27:01 all 0.09 0.00 0.05 0.00 0.03 99.83 05:19:50 04:27:01 0 0.13 0.00 0.05 0.00 0.03 99.78 05:19:50 04:27:01 1 0.05 0.00 0.05 0.00 0.02 99.88 05:19:50 04:28:01 all 0.08 0.00 0.03 0.00 0.03 99.86 05:19:50 04:28:01 0 0.05 0.00 0.03 0.00 0.05 99.87 05:19:50 04:28:01 1 0.12 0.00 0.02 0.00 0.02 99.85 05:19:50 04:29:01 all 0.07 0.00 0.02 0.00 0.02 99.90 05:19:50 04:29:01 0 0.02 0.00 0.02 0.00 0.03 99.93 05:19:50 04:29:01 1 0.12 0.00 0.02 0.00 0.00 99.87 05:19:50 04:30:01 all 0.08 0.00 0.03 0.00 0.03 99.87 05:19:50 04:30:01 0 0.03 0.00 0.03 0.00 0.05 99.88 05:19:50 04:30:01 1 0.12 0.00 0.02 0.00 0.00 99.87 05:19:50 04:31:01 all 0.03 0.00 0.03 0.00 0.03 99.91 05:19:50 04:31:01 0 0.02 0.00 0.03 0.00 0.05 99.90 05:19:50 04:31:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:19:50 04:32:01 all 0.10 0.00 0.02 0.00 0.02 99.87 05:19:50 04:32:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:19:50 04:32:01 1 0.17 0.00 0.02 0.00 0.00 99.82 05:19:50 04:33:01 all 0.08 0.00 0.03 0.00 0.03 99.87 05:19:50 04:33:01 0 0.02 0.00 0.03 0.00 0.03 99.92 05:19:50 04:33:01 1 0.13 0.00 0.02 0.00 0.02 99.83 05:19:50 04:34:01 all 0.09 0.00 0.02 0.00 0.03 99.87 05:19:50 04:34:01 0 0.02 0.00 0.02 0.00 0.05 99.92 05:19:50 04:34:01 1 0.17 0.00 0.02 0.00 0.00 99.82 05:19:50 05:19:50 04:34:01 CPU %user %nice %system %iowait %steal %idle 05:19:50 04:35:01 all 0.06 0.00 0.01 0.00 0.03 99.91 05:19:50 04:35:01 0 0.12 0.00 0.02 0.00 0.03 99.83 05:19:50 04:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:19:50 04:36:01 all 0.07 0.00 0.03 0.00 0.03 99.87 05:19:50 04:36:01 0 0.10 0.00 0.03 0.00 0.03 99.83 05:19:50 04:36:01 1 0.03 0.00 0.02 0.00 0.03 99.92 05:19:50 04:37:01 all 0.10 0.00 0.03 0.00 0.03 99.84 05:19:50 04:37:01 0 0.10 0.00 0.03 0.00 0.03 99.83 05:19:50 04:37:01 1 0.10 0.00 0.03 0.00 0.02 99.85 05:19:50 04:38:01 all 0.06 0.00 0.03 0.00 0.03 99.89 05:19:50 04:38:01 0 0.05 0.00 0.02 0.00 0.03 99.90 05:19:50 04:38:01 1 0.07 0.00 0.03 0.00 0.02 99.88 05:19:50 04:39:01 all 0.02 0.00 0.02 0.00 0.02 99.95 05:19:50 04:39:01 0 0.03 0.00 0.03 0.00 0.03 99.90 05:19:50 04:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:19:50 04:40:01 all 0.08 0.00 0.02 0.00 0.03 99.87 05:19:50 04:40:01 0 0.03 0.00 0.02 0.00 0.05 99.90 05:19:50 04:40:01 1 0.13 0.00 0.02 0.00 0.02 99.83 05:19:50 04:41:01 all 0.06 0.00 0.03 0.00 0.02 99.90 05:19:50 04:41:01 0 0.02 0.00 0.03 0.00 0.03 99.92 05:19:50 04:41:01 1 0.10 0.00 0.02 0.00 0.00 99.88 05:19:50 04:42:01 all 0.08 0.00 0.02 0.00 0.03 99.87 05:19:50 04:42:01 0 0.03 0.00 0.02 0.00 0.05 99.90 05:19:50 04:42:01 1 0.12 0.00 0.02 0.00 0.02 99.85 05:19:50 04:43:01 all 0.06 0.00 0.02 0.00 0.03 99.90 05:19:50 04:43:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:19:50 04:43:01 1 0.08 0.00 0.02 0.00 0.02 99.88 05:19:50 04:44:01 all 0.03 0.00 0.02 0.00 0.03 99.92 05:19:50 04:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:19:50 04:44:01 1 0.05 0.00 0.02 0.00 0.03 99.90 05:19:50 04:45:01 all 0.07 0.00 0.02 0.00 0.03 99.88 05:19:50 04:45:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:19:50 04:45:01 1 0.10 0.00 0.02 0.00 0.03 99.85 05:19:50 05:19:50 04:45:01 CPU %user %nice %system %iowait %steal %idle 05:19:50 04:46:01 all 0.03 0.00 0.03 0.00 0.02 99.92 05:19:50 04:46:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:19:50 04:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 05:19:50 04:47:01 all 0.05 0.00 0.02 0.01 0.03 99.90 05:19:50 04:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:19:50 04:47:01 1 0.08 0.00 0.02 0.02 0.03 99.85 05:19:50 04:48:01 all 0.03 0.00 0.02 0.00 0.03 99.93 05:19:50 04:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:19:50 04:48:01 1 0.02 0.00 0.02 0.00 0.05 99.92 05:19:50 04:49:01 all 0.07 0.00 0.02 0.00 0.03 99.88 05:19:50 04:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:19:50 04:49:01 1 0.10 0.00 0.02 0.00 0.05 99.83 05:19:50 04:50:01 all 0.11 0.00 0.02 0.00 0.03 99.85 05:19:50 04:50:01 0 0.07 0.00 0.02 0.00 0.03 99.88 05:19:50 04:50:01 1 0.15 0.00 0.02 0.00 0.02 99.82 05:19:50 04:51:01 all 0.18 0.00 0.03 0.00 0.03 99.77 05:19:50 04:51:01 0 0.02 0.00 0.05 0.00 0.02 99.92 05:19:50 04:51:01 1 0.33 0.00 0.02 0.00 0.03 99.62 05:19:50 04:52:01 all 1.00 0.00 0.53 0.02 0.03 98.42 05:19:50 04:52:01 0 0.84 0.00 0.55 0.02 0.02 98.58 05:19:50 04:52:01 1 1.17 0.00 0.50 0.02 0.05 98.26 05:19:50 04:53:01 all 0.04 0.00 0.03 0.00 0.03 99.91 05:19:50 04:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:19:50 04:53:01 1 0.07 0.00 0.03 0.00 0.03 99.87 05:19:50 04:54:02 all 0.04 0.00 0.02 0.00 0.02 99.92 05:19:50 04:54:02 0 0.02 0.00 0.02 0.00 0.00 99.97 05:19:50 04:54:02 1 0.07 0.00 0.02 0.00 0.03 99.88 05:19:50 04:55:01 all 0.08 0.00 0.02 0.00 0.04 99.86 05:19:50 04:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:19:50 04:55:01 1 0.14 0.00 0.02 0.00 0.07 99.78 05:19:50 04:56:01 all 0.08 0.00 0.02 0.00 0.03 99.88 05:19:50 04:56:01 0 0.05 0.00 0.02 0.00 0.05 99.88 05:19:50 04:56:01 1 0.10 0.00 0.02 0.00 0.00 99.88 05:19:50 05:19:50 04:56:01 CPU %user %nice %system %iowait %steal %idle 05:19:50 04:57:01 all 0.06 0.00 0.02 0.00 0.03 99.90 05:19:50 04:57:01 0 0.02 0.00 0.02 0.00 0.03 99.93 05:19:50 04:57:01 1 0.10 0.00 0.02 0.00 0.02 99.87 05:19:50 04:58:01 all 0.06 0.00 0.03 0.00 0.03 99.89 05:19:50 04:58:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:19:50 04:58:01 1 0.08 0.00 0.03 0.00 0.02 99.87 05:19:50 04:59:01 all 0.08 0.00 0.01 0.00 0.03 99.88 05:19:50 04:59:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:19:50 04:59:01 1 0.15 0.00 0.02 0.00 0.03 99.80 05:19:50 05:00:01 all 0.09 0.00 0.02 0.00 0.03 99.87 05:19:50 05:00:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:19:50 05:00:01 1 0.15 0.00 0.02 0.00 0.02 99.82 05:19:50 05:01:01 all 0.08 0.00 0.03 0.00 0.03 99.86 05:19:50 05:01:01 0 0.02 0.00 0.03 0.00 0.03 99.92 05:19:50 05:01:01 1 0.15 0.00 0.02 0.00 0.03 99.80 05:19:50 05:02:01 all 0.06 0.00 0.02 0.00 0.03 99.90 05:19:50 05:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:19:50 05:02:01 1 0.08 0.00 0.03 0.00 0.05 99.83 05:19:50 05:03:01 all 0.04 0.00 0.03 0.00 0.03 99.91 05:19:50 05:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:19:50 05:03:01 1 0.07 0.00 0.03 0.00 0.03 99.87 05:19:50 05:04:01 all 0.07 0.00 0.02 0.00 0.03 99.89 05:19:50 05:04:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:19:50 05:04:01 1 0.10 0.00 0.02 0.00 0.02 99.87 05:19:50 05:05:01 all 0.08 0.00 0.01 0.00 0.02 99.90 05:19:50 05:05:01 0 0.02 0.00 0.02 0.00 0.03 99.93 05:19:50 05:05:01 1 0.13 0.00 0.00 0.00 0.00 99.87 05:19:50 05:06:01 all 0.06 0.00 0.02 0.00 0.03 99.89 05:19:50 05:06:01 0 0.03 0.00 0.02 0.00 0.05 99.90 05:19:50 05:06:01 1 0.08 0.00 0.02 0.00 0.02 99.88 05:19:50 05:07:01 all 0.03 0.00 0.02 0.00 0.02 99.94 05:19:50 05:07:01 0 0.02 0.00 0.02 0.00 0.03 99.93 05:19:50 05:07:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:19:50 05:19:50 05:07:01 CPU %user %nice %system %iowait %steal %idle 05:19:50 05:08:01 all 0.04 0.00 0.02 0.00 0.03 99.91 05:19:50 05:08:01 0 0.03 0.00 0.02 0.00 0.05 99.90 05:19:50 05:08:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:19:50 05:09:01 all 0.04 0.00 0.02 0.00 0.02 99.92 05:19:50 05:09:01 0 0.02 0.00 0.02 0.00 0.03 99.93 05:19:50 05:09:01 1 0.07 0.00 0.02 0.00 0.00 99.92 05:19:50 05:10:01 all 0.28 0.00 0.08 0.05 0.03 99.57 05:19:50 05:10:01 0 0.13 0.00 0.08 0.07 0.02 99.70 05:19:50 05:10:01 1 0.42 0.00 0.08 0.03 0.03 99.43 05:19:50 05:11:01 all 1.11 0.00 0.18 3.83 0.04 94.85 05:19:50 05:11:01 0 0.17 0.00 0.08 0.00 0.03 99.72 05:19:50 05:11:01 1 2.05 0.00 0.27 7.67 0.05 89.96 05:19:50 05:12:01 all 0.09 0.00 0.06 0.00 0.03 99.82 05:19:50 05:12:01 0 0.08 0.00 0.07 0.00 0.03 99.82 05:19:50 05:12:01 1 0.10 0.00 0.05 0.00 0.02 99.83 05:19:50 05:13:01 all 4.74 0.00 1.92 0.25 0.03 93.06 05:19:50 05:13:01 0 4.89 0.00 1.88 0.05 0.03 93.15 05:19:50 05:13:01 1 4.58 0.00 1.96 0.46 0.03 92.96 05:19:50 05:14:01 all 0.16 0.00 0.35 1.20 0.04 98.25 05:19:50 05:14:01 0 0.12 0.00 0.37 0.90 0.03 98.58 05:19:50 05:14:01 1 0.20 0.00 0.34 1.49 0.05 97.92 05:19:50 Average: all 5.11 0.00 1.34 0.82 0.04 92.70 05:19:50 Average: 0 5.09 0.00 1.35 0.74 0.04 92.78 05:19:50 Average: 1 5.13 0.00 1.32 0.90 0.03 92.63 05:19:50 05:19:50 05:19:50