Pull request #3531 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c4eb5c7406b1a66d52150a2be3ca63de4038f190+ca82cc67a24dd3a646f9c54faca12af7640f6229 (737aa90564a31e72584bd585abfbc226e58f7ad0) 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-ssh8796773912792141076.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-ssh3847227659014793839.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-ssh4910177902669274081.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-ssh1871061652209864402.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-ssh111284906593676717.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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1571 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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/21@tmp/jenkins-gitclient-ssh4827036723778296704.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit c4eb5c7406b1a66d52150a2be3ca63de4038f190 Merge succeeded, producing c4eb5c7406b1a66d52150a2be3ca63de4038f190 Checking out Revision c4eb5c7406b1a66d52150a2be3ca63de4038f190 (PR-3531) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/21@tmp/jenkins-gitclient-ssh747091941202507608.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 > git config core.sparsecheckout # timeout=10 > git checkout -f c4eb5c7406b1a66d52150a2be3ca63de4038f190 # 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/21@tmp/jenkins-gitclient-ssh4824191377595937353.key > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c4eb5c7406b1a66d52150a2be3ca63de4038f190 # 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 [2021-06-15T22:15:47.343Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-15T22:15:47.445Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-15T22:15:47.474Z] ========================================================= [2021-06-15T22:15:47.474Z] EdgeX Global Pipelines Version Info [2021-06-15T22:15:47.474Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0db313e08184609159e338338e34b96cfe825f53 # timeout=10 [2021-06-15T22:15:48.952Z] ------------------- [2021-06-15T22:15:48.953Z] stable info: [2021-06-15T22:15:48.953Z] ------------------- [2021-06-15T22:15:48.953Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-15T22:15:48.953Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-15T22:15:48.953Z] Message: update stable to v1.0.194 [2021-06-15T22:15:49.535Z] ------------------- [2021-06-15T22:15:49.535Z] experimental info: [2021-06-15T22:15:49.535Z] ------------------- [2021-06-15T22:15:49.535Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-15T22:15:49.535Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-15T22:15:49.535Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-15T22:15:49.647Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-15T22:15:49.671Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-15T22:15:49.697Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-15T22:15:49.720Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-15T22:15:49.741Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-15T22:15:49.762Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-15T22:15:49.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-15T22:15:49.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-15T22:15:49.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-15T22:15:49.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-15T22:15:49.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-15T22:15:49.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-15T22:15:49.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-15T22:15:49.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-15T22:15:49.956Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-15T22:15:49.977Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-15T22:15:50.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-15T22:15:50.024Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-15T22:15:50.046Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-15T22:15:50.068Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-15T22:15:50.090Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-15T22:15:50.113Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-15T22:15:50.136Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3531 [Pipeline] echo [2021-06-15T22:15:50.182Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3531 [Pipeline] echo [2021-06-15T22:15:50.206Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3531 [Pipeline] echo [2021-06-15T22:15:50.228Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4eb5c7406b1a66d52150a2be3ca63de4038f190 [Pipeline] echo [2021-06-15T22:15:50.251Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4eb5c7 [Pipeline] echo [2021-06-15T22:15:50.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-15T22:15:50.351Z] provisioning config files... [2021-06-15T22:15:50.367Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config596415412889548584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:15:50.693Z] ---> docker-login.sh [2021-06-15T22:15:50.693Z] nexus3.edgexfoundry.org:10001 [2021-06-15T22:15:50.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:50.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:50.955Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:50.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:50.955Z] [2021-06-15T22:15:50.955Z] Login Succeeded [2021-06-15T22:15:50.955Z] nexus3.edgexfoundry.org:10002 [2021-06-15T22:15:50.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:51.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:51.218Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:51.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:51.218Z] [2021-06-15T22:15:51.218Z] Login Succeeded [2021-06-15T22:15:51.218Z] nexus3.edgexfoundry.org:10003 [2021-06-15T22:15:51.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:51.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:51.218Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:51.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:51.218Z] [2021-06-15T22:15:51.218Z] Login Succeeded [2021-06-15T22:15:51.218Z] nexus3.edgexfoundry.org:10004 [2021-06-15T22:15:51.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:51.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:51.481Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:51.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:51.481Z] [2021-06-15T22:15:51.481Z] Login Succeeded [2021-06-15T22:15:51.481Z] docker.io [2021-06-15T22:15:51.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:53.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:53.371Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:53.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:53.371Z] [2021-06-15T22:15:53.371Z] Login Succeeded [2021-06-15T22:15:53.371Z] ---> docker-login.sh ends [Pipeline] } [2021-06-15T22:15:53.384Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-15T22:15:53.730Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-06-15T22:15:53.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:53.730Z] ++ dirname cmd/core-command/Dockerfile [2021-06-15T22:15:53.730Z] ++ cut -d/ -f2 [2021-06-15T22:15:53.730Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-15T22:15:53.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:53.730Z] ++ dirname cmd/core-data/Dockerfile [2021-06-15T22:15:53.730Z] ++ cut -d/ -f2 [2021-06-15T22:15:53.730Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-15T22:15:53.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:53.730Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-15T22:15:53.730Z] ++ cut -d/ -f2 [2021-06-15T22:15:53.730Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-15T22:15:53.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:53.730Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-15T22:15:53.730Z] ++ cut -d/ -f2 [2021-06-15T22:15:53.730Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-15T22:15:53.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:53.730Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-15T22:15:53.730Z] ++ cut -d/ -f2 [2021-06-15T22:15:53.730Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-15T22:15:53.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:53.730Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-15T22:15:53.730Z] ++ cut -d/ -f2 [2021-06-15T22:15:53.730Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-15T22:15:53.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:53.730Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-15T22:15:53.730Z] ++ cut -d/ -f2 [2021-06-15T22:15:53.730Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-15T22:15:53.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:53.730Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-15T22:15:53.730Z] ++ cut -d/ -f2 [2021-06-15T22:15:53.730Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-15T22:15:53.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:53.730Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-15T22:15:53.730Z] ++ cut -d/ -f2 [2021-06-15T22:15:53.730Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-15T22:15:53.772Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:15:54.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-15T22:15:54.472Z] [2021-06-15T22:15:54.472Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:15:54.795Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-15T22:15:55.061Z] latest: Pulling from edgex-devops/git-semver [2021-06-15T22:15:55.061Z] 31603596830f: Pulling fs layer [2021-06-15T22:15:55.061Z] 54011a49482f: Pulling fs layer [2021-06-15T22:15:55.061Z] a6820b24f6d8: Pulling fs layer [2021-06-15T22:15:55.061Z] f581987b2513: Pulling fs layer [2021-06-15T22:15:55.061Z] f581987b2513: Waiting [2021-06-15T22:15:55.061Z] 54011a49482f: Verifying Checksum [2021-06-15T22:15:55.061Z] 54011a49482f: Download complete [2021-06-15T22:15:55.330Z] a6820b24f6d8: Verifying Checksum [2021-06-15T22:15:55.330Z] a6820b24f6d8: Download complete [2021-06-15T22:15:55.330Z] 31603596830f: Verifying Checksum [2021-06-15T22:15:55.330Z] 31603596830f: Download complete [2021-06-15T22:15:55.598Z] f581987b2513: Verifying Checksum [2021-06-15T22:15:55.598Z] f581987b2513: Download complete [2021-06-15T22:15:55.598Z] 31603596830f: Pull complete [2021-06-15T22:15:55.598Z] 54011a49482f: Pull complete [2021-06-15T22:15:56.549Z] a6820b24f6d8: Pull complete [2021-06-15T22:15:56.549Z] f581987b2513: Pull complete [2021-06-15T22:15:56.812Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-15T22:15:56.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-15T22:15:56.812Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-15T22:15:56.897Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-06-15T22:15:56.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 [2021-06-15T22:15:58.120Z] $ docker top 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-15T22:15:58.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-15T22:15:58.280Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-15T22:15:58.413Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-15T22:15:58.415Z] $ docker exec 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f ssh-agent [2021-06-15T22:15:58.539Z] SSH_AUTH_SOCK=/tmp/ssh-9ZxFKtWyqrAW/agent.13 [2021-06-15T22:15:58.539Z] SSH_AGENT_PID=19 [2021-06-15T22:15:58.548Z] Running ssh-add (command line suppressed) [2021-06-15T22:15:58.670Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_1979153944896569096.key (/w/workspace/edgex-go/21@tmp/private_key_1979153944896569096.key) [2021-06-15T22:15:58.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-15T22:15:58.992Z] + git tag --points-at HEAD [Pipeline] } [2021-06-15T22:15:59.022Z] $ docker exec --env ******** --env ******** 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f ssh-agent -k [2021-06-15T22:15:59.151Z] unset SSH_AUTH_SOCK; [2021-06-15T22:15:59.152Z] unset SSH_AGENT_PID; [2021-06-15T22:15:59.152Z] echo Agent pid 19 killed; [2021-06-15T22:15:59.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-15T22:15:59.221Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-15T22:15:59.221Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-15T22:15:59.352Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-15T22:15:59.355Z] $ docker exec 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f ssh-agent [2021-06-15T22:15:59.480Z] SSH_AUTH_SOCK=/tmp/ssh-Q4izYv9u2GWl/agent.52 [2021-06-15T22:15:59.480Z] SSH_AGENT_PID=59 [2021-06-15T22:15:59.488Z] Running ssh-add (command line suppressed) [2021-06-15T22:15:59.586Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_8509503189002384589.key (/w/workspace/edgex-go/21@tmp/private_key_8509503189002384589.key) [2021-06-15T22:15:59.603Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-15T22:15:59.906Z] + git semver init [2021-06-15T22:15:59.906Z] # -> Open(): unable to determine branch for HEAD [2021-06-15T22:15:59.906Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2021-06-15T22:15:59.906Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2021-06-15T22:15:59.906Z] # $SEMVER_REMOTE_NAME = origin [2021-06-15T22:15:59.906Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-15T22:15:59.906Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-15T22:15:59.906Z] # $SEMVER_BRANCH = PR-3531 [2021-06-15T22:15:59.906Z] # $SEMVER_TEMP = /tmp/semver-495259035 [2021-06-15T22:15:59.906Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-15T22:16:14.857Z] # '/tmp/semver-495259035' -> '/w/workspace/edgex-go/21/.semver' [2021-06-15T22:16:14.857Z] # -> Force: false [2021-06-15T22:16:14.857Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2021-06-15T22:16:14.868Z] $ docker exec --env ******** --env ******** 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f ssh-agent -k [2021-06-15T22:16:15.004Z] unset SSH_AUTH_SOCK; [2021-06-15T22:16:15.004Z] unset SSH_AGENT_PID; [2021-06-15T22:16:15.004Z] echo Agent pid 59 killed; [2021-06-15T22:16:15.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-15T22:16:15.354Z] + git semver [Pipeline] } [2021-06-15T22:16:15.369Z] $ docker stop --time=1 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f [2021-06-15T22:16:23.107Z] $ docker rm -f 88d5c9f90875f301c1db734fde114bcb885f9e8d904bae470bf86c08ea73f48f [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-15T22:16:23.526Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-15T22:16:23.800Z] Stashed 1 file(s) [Pipeline] echo [2021-06-15T22:16:23.804Z] [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 [2021-06-15T22:16:24.361Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-15T22:16:24.670Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-15T22:16:24.971Z] + sudo service docker restart [2021-06-15T22:16:24.971Z] + true [2021-06-15T22:16:24.971Z] Redirecting to /bin/systemctl restart docker.service [2021-06-15T22:16:38.993Z] Still waiting to schedule task [2021-06-15T22:16:38.994Z] ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:38.994Z] ‘prd-centos7-docker-4c-2g-1560’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:38.994Z] ‘prd-centos7-docker-4c-2g-1561’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:38.994Z] ‘prd-centos7-docker-4c-2g-1562’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:38.994Z] ‘prd-centos7-docker-4c-2g-1564’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:38.994Z] ‘prd-centos7-docker-4c-2g-1567’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:38.994Z] ‘prd-centos7-docker-4c-2g-1568’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:38.994Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1573’ is offline [Pipeline] echo [2021-06-15T22:16:44.333Z] ========================================================= [2021-06-15T22:16:44.333Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-15T22:16:44.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:16:44.642Z] + 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 . [2021-06-15T22:16:46.035Z] Sending build context to Docker daemon 329.4MB [2021-06-15T22:16:46.035Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-15T22:16:46.035Z] Step 2/6 : FROM ${BASE} [2021-06-15T22:16:46.296Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-15T22:16:46.296Z] 540db60ca938: Pulling fs layer [2021-06-15T22:16:46.296Z] adcc1eea9eea: Pulling fs layer [2021-06-15T22:16:46.296Z] 4c4ab2625f07: Pulling fs layer [2021-06-15T22:16:46.296Z] 0510c868ecb4: Pulling fs layer [2021-06-15T22:16:46.296Z] afea3b2eda06: Pulling fs layer [2021-06-15T22:16:46.296Z] 7809a108b3ef: Pulling fs layer [2021-06-15T22:16:46.296Z] f706445af74f: Pulling fs layer [2021-06-15T22:16:46.296Z] 0510c868ecb4: Waiting [2021-06-15T22:16:46.296Z] 7809a108b3ef: Waiting [2021-06-15T22:16:46.296Z] afea3b2eda06: Waiting [2021-06-15T22:16:46.296Z] f706445af74f: Waiting [2021-06-15T22:16:46.558Z] 4c4ab2625f07: Verifying Checksum [2021-06-15T22:16:46.558Z] 4c4ab2625f07: Download complete [2021-06-15T22:16:46.558Z] adcc1eea9eea: Verifying Checksum [2021-06-15T22:16:46.558Z] adcc1eea9eea: Download complete [2021-06-15T22:16:46.558Z] afea3b2eda06: Verifying Checksum [2021-06-15T22:16:46.558Z] afea3b2eda06: Download complete [2021-06-15T22:16:46.558Z] 7809a108b3ef: Verifying Checksum [2021-06-15T22:16:46.558Z] 7809a108b3ef: Download complete [2021-06-15T22:16:46.559Z] 540db60ca938: Verifying Checksum [2021-06-15T22:16:46.559Z] 540db60ca938: Download complete [2021-06-15T22:16:46.833Z] 540db60ca938: Pull complete [2021-06-15T22:16:47.095Z] adcc1eea9eea: Pull complete [2021-06-15T22:16:47.095Z] 4c4ab2625f07: Pull complete [2021-06-15T22:16:48.047Z] f706445af74f: Verifying Checksum [2021-06-15T22:16:48.047Z] f706445af74f: Download complete [2021-06-15T22:16:48.628Z] 0510c868ecb4: Verifying Checksum [2021-06-15T22:16:48.629Z] 0510c868ecb4: Download complete [2021-06-15T22:16:51.946Z] 0510c868ecb4: Pull complete [2021-06-15T22:16:52.210Z] afea3b2eda06: Pull complete [2021-06-15T22:16:52.210Z] 7809a108b3ef: Pull complete [2021-06-15T22:16:54.778Z] f706445af74f: Pull complete [2021-06-15T22:16:54.778Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-15T22:16:54.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-15T22:16:54.778Z] ---> b068be0155e3 [2021-06-15T22:16:54.778Z] 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 [2021-06-15T22:16:56.704Z] ---> Running in 00215ed75f23 [2021-06-15T22:16:56.965Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:16:57.908Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:16:58.168Z] (1/12) Installing libmagic (5.39-r0) [2021-06-15T22:16:58.749Z] (2/12) Installing file (5.39-r0) [2021-06-15T22:16:59.015Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-15T22:16:59.015Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-15T22:17:05.624Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-15T22:17:05.624Z] (6/12) Installing patch (2.7.6-r6) [2021-06-15T22:17:05.624Z] (7/12) Installing build-base (0.5-r2) [2021-06-15T22:17:05.886Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-15T22:17:05.886Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-15T22:17:06.150Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-15T22:17:06.150Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-15T22:17:06.412Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-15T22:17:06.412Z] Executing busybox-1.32.1-r6.trigger [2021-06-15T22:17:06.412Z] OK: 219 MiB in 52 packages [2021-06-15T22:17:07.815Z] Removing intermediate container 00215ed75f23 [2021-06-15T22:17:07.815Z] ---> b022dbd182ce [2021-06-15T22:17:07.815Z] Step 4/6 : WORKDIR /edgex-go [2021-06-15T22:17:07.815Z] ---> Running in 1af67e3cc76e [2021-06-15T22:17:08.077Z] Removing intermediate container 1af67e3cc76e [2021-06-15T22:17:08.077Z] ---> 6b46a150f29e [2021-06-15T22:17:08.077Z] Step 5/6 : COPY go.mod . [2021-06-15T22:17:08.077Z] ---> 733f8dedb53f [2021-06-15T22:17:08.077Z] Step 6/6 : RUN go mod download [2021-06-15T22:17:08.337Z] ---> Running in 2b04e0fcc93e [2021-06-15T22:17:19.985Z] Removing intermediate container 2b04e0fcc93e [2021-06-15T22:17:19.985Z] ---> 789320f82620 [2021-06-15T22:17:19.985Z] Successfully built 789320f82620 [2021-06-15T22:17:19.985Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:17:20.297Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-15T22:17:20.297Z] . [Pipeline] withDockerContainer [2021-06-15T22:17:20.382Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-06-15T22:17:20.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 [2021-06-15T22:17:20.851Z] $ docker top 40b40ab15a078081ae2828b48f70551a3d5ce9f0ef00b28f690616bd839f19f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:17:21.249Z] + go version [2021-06-15T22:17:21.249Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-15T22:17:21.263Z] $ docker stop --time=1 40b40ab15a078081ae2828b48f70551a3d5ce9f0ef00b28f690616bd839f19f8 [2021-06-15T22:17:22.451Z] $ docker rm -f 40b40ab15a078081ae2828b48f70551a3d5ce9f0ef00b28f690616bd839f19f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:17:22.980Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-15T22:17:22.981Z] . [Pipeline] withDockerContainer [2021-06-15T22:17:23.058Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-06-15T22:17:23.099Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 [2021-06-15T22:17:23.729Z] $ docker top 8fb3a614a6c06781c28562b97ef012b9e935750b51734d2437cc23d486d4ce56 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-15T22:17:23.817Z] ========================================================= [2021-06-15T22:17:23.818Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-15T22:17:23.818Z] ========================================================= [Pipeline] sh [2021-06-15T22:17:24.106Z] + go mod tidy [Pipeline] sh [2021-06-15T22:17:24.666Z] + make test [2021-06-15T22:17:24.666Z] go mod tidy [2021-06-15T22:17:24.666Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-15T22:17:30.010Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-15T22:17:48.243Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-15T22:17:52.656Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-15T22:17:53.603Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-15T22:17:53.603Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-15T22:17:56.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-15T22:17:56.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-15T22:17:56.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-15T22:17:56.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-15T22:17:57.430Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-15T22:17:57.693Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-15T22:17:58.267Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-15T22:17:58.267Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-15T22:17:58.267Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-15T22:17:58.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-15T22:18:01.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements [2021-06-15T22:18:01.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-15T22:18:01.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-15T22:18:02.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.076s coverage: 100.0% of statements [2021-06-15T22:18:02.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-15T22:18:02.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 53.4% of statements [2021-06-15T22:18:02.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-15T22:18:02.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-15T22:18:04.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.115s coverage: 87.7% of statements [2021-06-15T22:18:04.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-15T22:18:04.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:18:04.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.050s coverage: 78.9% of statements [2021-06-15T22:18:06.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.059s coverage: 81.2% of statements [2021-06-15T22:18:06.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-15T22:18:06.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-15T22:18:06.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-15T22:18:06.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-15T22:18:06.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-15T22:18:06.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.245s coverage: 95.1% of statements [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-15T22:18:06.449Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 60.0% of statements [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-15T22:18:06.449Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-15T22:18:07.408Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.050s coverage: 0.8% of statements [2021-06-15T22:18:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-15T22:18:07.408Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-06-15T22:18:07.408Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.043s coverage: 22.0% of statements [2021-06-15T22:18:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-15T22:18:08.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements [2021-06-15T22:18:08.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2021-06-15T22:18:11.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements [2021-06-15T22:18:11.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements [2021-06-15T22:18:11.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-06-15T22:18:21.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements [2021-06-15T22:18:21.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-06-15T22:18:25.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.209s coverage: 81.8% of statements [2021-06-15T22:18:25.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.2% of statements [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 64.4% of statements [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-06-15T22:18:44.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.160s coverage: 66.9% of statements [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-15T22:18:44.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-15T22:18:44.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 43.6% of statements [2021-06-15T22:18:44.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-15T22:18:44.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-15T22:18:44.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements [2021-06-15T22:18:44.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-15T22:18:45.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2021-06-15T22:18:45.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-15T22:18:51.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 19.3% of statements [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-15T22:18:51.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.132s coverage: 91.9% of statements [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-15T22:18:51.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 62.7% of statements [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-15T22:18:51.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.6% of statements [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-15T22:18:51.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-15T22:18:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-15T22:18:51.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-06-15T22:18:51.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 95.4% of statements [2021-06-15T22:18:52.060Z] GO111MODULE=on go vet ./... [2021-06-15T22:18:58.745Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1575 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws [2021-06-15T22:18:58.764Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-06-15T22:18:59.008Z] The recommended git tool is: git [2021-06-15T22:19:06.411Z] using credential edgex-jenkins-ssh [2021-06-15T22:19:06.437Z] Cloning the remote Git repository [2021-06-15T22:19:06.494Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-15T22:19:06.621Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-06-15T22:19:06.702Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-15T22:19:06.703Z] > git --version # timeout=10 [2021-06-15T22:19:06.719Z] > git --version # 'git version 2.17.1' [2021-06-15T22:19:06.720Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-15T22:19:06.836Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-15T22:19:19.500Z] gofmt -l . [2021-06-15T22:19:19.500Z] [ "`gofmt -l .`" = "" ] [2021-06-15T22:19:19.500Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-15T22:19:19.817Z] + ls -al . [2021-06-15T22:19:19.817Z] total 516 [2021-06-15T22:19:19.817Z] drwxrwxr-x 10 1001 1001 4096 Jun 15 22:19 . [2021-06-15T22:19:19.817Z] drwxr-xr-x 4 root root 30 Jun 15 22:17 .. [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 11 Jun 15 22:15 .dockerignore [2021-06-15T22:19:19.817Z] drwxrwxr-x 8 1001 1001 179 Jun 15 22:15 .git [2021-06-15T22:19:19.817Z] drwxrwxr-x 3 1001 1001 125 Jun 15 22:15 .github [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 818 Jun 15 22:15 .gitignore [2021-06-15T22:19:19.817Z] drwx------ 3 1001 1001 60 Jun 15 22:16 .semver [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 166 Jun 15 22:15 .sonarcloud.properties [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 8609 Jun 15 22:15 Attribution.txt [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 3804 Jun 15 22:15 CONTRIBUTING.md [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 931 Jun 15 22:15 Dockerfile.build [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 849 Jun 15 22:15 Jenkinsfile [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 10775 Jun 15 22:15 LICENSE [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 5605 Jun 15 22:15 Makefile [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 7905 Jun 15 22:15 README.md [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 7071 Jun 15 22:15 SECURITY.md [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 5 Jun 15 22:16 VERSION [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 4131 Jun 15 22:15 ZMQWindows.md [2021-06-15T22:19:19.817Z] drwxrwxr-x 2 1001 1001 37 Jun 15 22:15 bin [2021-06-15T22:19:19.817Z] drwxrwxr-x 14 1001 1001 4096 Jun 15 22:15 cmd [2021-06-15T22:19:19.817Z] -rw-r--r-- 1 root root 398195 Jun 15 22:18 coverage.out [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 841 Jun 15 22:15 go.mod [2021-06-15T22:19:19.817Z] -rw-r--r-- 1 root root 21154 Jun 15 22:17 go.sum [2021-06-15T22:19:19.817Z] drwxrwxr-x 7 1001 1001 114 Jun 15 22:15 internal [2021-06-15T22:19:19.817Z] drwxrwxr-x 3 1001 1001 16 Jun 15 22:15 openapi [2021-06-15T22:19:19.817Z] drwxrwxr-x 4 1001 1001 71 Jun 15 22:15 snap [2021-06-15T22:19:19.817Z] -rw-rw-r-- 1 1001 1001 168 Jun 15 22:15 version.go [Pipeline] sh [2021-06-15T22:19:20.118Z] + '[' -e coverage.out ] [2021-06-15T22:19:20.118Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-15T22:19:20.211Z] Stashed 1 file(s) [Pipeline] sh [2021-06-15T22:19:20.524Z] + make build [2021-06-15T22:19:20.524Z] go mod tidy [2021-06-15T22:19:20.787Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-15T22:19:22.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-15T22:19:26.922Z] Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:19:27.286Z] Merge succeeded, producing c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:19:27.287Z] Checking out Revision c4eb5c7406b1a66d52150a2be3ca63de4038f190 (PR-3531) [2021-06-15T22:19:26.027Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-15T22:19:26.051Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-15T22:19:26.078Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-15T22:19:26.113Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-15T22:19:26.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-15T22:19:26.127Z] > 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 [2021-06-15T22:19:26.946Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T22:19:26.962Z] > git checkout -f c4eb5c7406b1a66d52150a2be3ca63de4038f190 # timeout=10 [2021-06-15T22:19:27.194Z] > git remote # timeout=10 [2021-06-15T22:19:27.214Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T22:19:27.237Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-15T22:19:27.249Z] > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 [2021-06-15T22:19:27.272Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-15T22:19:27.294Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T22:19:27.309Z] > git checkout -f c4eb5c7406b1a66d52150a2be3ca63de4038f190 # timeout=10 [2021-06-15T22:19:30.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-15T22:19:30.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-15T22:19:31.724Z] Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" [2021-06-15T22:19:31.808Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-06-15T22:19:32.086Z] 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-15T22:19:32.947Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-15T22:19:36.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-06-15T22:19:36.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-15T22:19:36.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-15T22:19:36.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-15T22:19:36.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-15T22:19:37.215Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-15T22:19:37.562Z] + true [2021-06-15T22:19:37.562Z] + sudo service docker restart [2021-06-15T22:19:37.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-06-15T22:19:39.814Z] $ docker stop --time=1 8fb3a614a6c06781c28562b97ef012b9e935750b51734d2437cc23d486d4ce56 [2021-06-15T22:19:41.808Z] $ docker rm -f 8fb3a614a6c06781c28562b97ef012b9e935750b51734d2437cc23d486d4ce56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:19:43.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T22:19:43.358Z] [2021-06-15T22:19:43.358Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:19:43.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T22:19:43.683Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-15T22:19:43.683Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-15T22:19:43.683Z] ca9280d653b3: Pulling fs layer [2021-06-15T22:19:43.683Z] 7e9c9ca2126c: Pulling fs layer [2021-06-15T22:19:43.683Z] cbdbe7a5bc2a: Verifying Checksum [2021-06-15T22:19:43.683Z] cbdbe7a5bc2a: Download complete [2021-06-15T22:19:43.947Z] cbdbe7a5bc2a: Pull complete [2021-06-15T22:19:44.217Z] ca9280d653b3: Verifying Checksum [2021-06-15T22:19:44.217Z] ca9280d653b3: Download complete [2021-06-15T22:19:45.171Z] ca9280d653b3: Pull complete [2021-06-15T22:19:45.171Z] 7e9c9ca2126c: Verifying Checksum [2021-06-15T22:19:45.171Z] 7e9c9ca2126c: Download complete [2021-06-15T22:19:48.505Z] 7e9c9ca2126c: Pull complete [2021-06-15T22:19:48.505Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-15T22:19:48.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T22:19:48.505Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-15T22:19:48.588Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-06-15T22:19:48.627Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 [2021-06-15T22:19:52.541Z] $ docker top f12663d71c35885b60401ae94cce2fa5550d7c66ab31c73683007b2903de5393 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:19:52.942Z] + docker-compose build --help [2021-06-15T22:19:52.943Z] + grep parallel [2021-06-15T22:19:53.515Z] --parallel Build images in parallel. [Pipeline] } [2021-06-15T22:19:53.527Z] $ docker stop --time=1 f12663d71c35885b60401ae94cce2fa5550d7c66ab31c73683007b2903de5393 [2021-06-15T22:19:54.751Z] $ docker rm -f f12663d71c35885b60401ae94cce2fa5550d7c66ab31c73683007b2903de5393 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:19:55.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T22:19:55.209Z] . [Pipeline] withDockerContainer [2021-06-15T22:19:55.287Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-06-15T22:19:55.328Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-15T22:19:55.737Z] $ docker top 7e8b4610092aedd3a375cc39de940a22294a5033f36055feb160198f471f94f8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-15T22:19:55.912Z] provisioning config files... [2021-06-15T22:19:55.939Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config6330063299594805868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:19:56.130Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-15T22:19:56.329Z] ---> docker-login.sh [2021-06-15T22:19:56.329Z] nexus3.edgexfoundry.org:10001 [2021-06-15T22:19:56.704Z] Building core-command ... [2021-06-15T22:19:56.704Z] Building core-data ... [2021-06-15T22:19:56.704Z] Building core-metadata ... [2021-06-15T22:19:56.704Z] Building security-bootstrapper ... [2021-06-15T22:19:56.704Z] Building security-proxy-setup ... [2021-06-15T22:19:56.704Z] Building security-secretstore-setup ... [2021-06-15T22:19:56.704Z] Building support-notifications ... [2021-06-15T22:19:56.704Z] Building support-scheduler ... [2021-06-15T22:19:56.704Z] Building sys-mgmt-agent ... [2021-06-15T22:19:56.704Z] Building security-secretstore-setup [2021-06-15T22:19:56.704Z] Building core-metadata [2021-06-15T22:19:56.704Z] Building core-command [2021-06-15T22:19:56.704Z] Building security-proxy-setup [2021-06-15T22:19:56.704Z] Building security-bootstrapper [2021-06-15T22:19:57.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:19:57.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:19:57.587Z] Configure a credential helper to remove this warning. See [2021-06-15T22:19:57.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:19:57.587Z] [2021-06-15T22:19:57.587Z] Login Succeeded [2021-06-15T22:19:57.587Z] nexus3.edgexfoundry.org:10002 [2021-06-15T22:19:58.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:19:58.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:19:58.193Z] Configure a credential helper to remove this warning. See [2021-06-15T22:19:58.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:19:58.193Z] [2021-06-15T22:19:58.193Z] Login Succeeded [2021-06-15T22:19:58.193Z] nexus3.edgexfoundry.org:10003 [2021-06-15T22:19:58.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:19:58.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:19:58.793Z] Configure a credential helper to remove this warning. See [2021-06-15T22:19:58.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:19:58.793Z] [2021-06-15T22:19:58.793Z] Login Succeeded [2021-06-15T22:19:58.793Z] nexus3.edgexfoundry.org:10004 [2021-06-15T22:19:59.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:19:59.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:19:59.347Z] Configure a credential helper to remove this warning. See [2021-06-15T22:19:59.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:19:59.347Z] [2021-06-15T22:19:59.347Z] Login Succeeded [2021-06-15T22:19:59.347Z] docker.io [2021-06-15T22:19:59.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:20:00.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:20:00.216Z] Configure a credential helper to remove this warning. See [2021-06-15T22:20:00.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:20:00.216Z] [2021-06-15T22:20:00.216Z] Login Succeeded [2021-06-15T22:20:00.216Z] ---> docker-login.sh ends [Pipeline] } [2021-06-15T22:20:00.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-15T22:20:03.625Z] ========================================================= [2021-06-15T22:20:03.625Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-15T22:20:03.625Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:20:03.975Z] + 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 . [2021-06-15T22:20:06.619Z] Sending build context to Docker daemon 166.3MB [2021-06-15T22:20:06.619Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-15T22:20:06.619Z] Step 2/6 : FROM ${BASE} [2021-06-15T22:20:06.619Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-15T22:20:06.619Z] 595b0fe564bb: Pulling fs layer [2021-06-15T22:20:06.619Z] 3088b5b3c5c0: Pulling fs layer [2021-06-15T22:20:06.619Z] 5b7225fbf94c: Pulling fs layer [2021-06-15T22:20:06.619Z] ba82ee9f976e: Pulling fs layer [2021-06-15T22:20:06.619Z] 506bd15cee9f: Pulling fs layer [2021-06-15T22:20:06.619Z] 75a0a4a0db45: Pulling fs layer [2021-06-15T22:20:06.619Z] 618dc40b7e24: Pulling fs layer [2021-06-15T22:20:06.619Z] 506bd15cee9f: Waiting [2021-06-15T22:20:06.619Z] 75a0a4a0db45: Waiting [2021-06-15T22:20:06.619Z] ba82ee9f976e: Waiting [2021-06-15T22:20:06.619Z] 5b7225fbf94c: Verifying Checksum [2021-06-15T22:20:06.619Z] 5b7225fbf94c: Download complete [2021-06-15T22:20:06.619Z] 3088b5b3c5c0: Verifying Checksum [2021-06-15T22:20:06.619Z] 3088b5b3c5c0: Download complete [2021-06-15T22:20:06.619Z] 506bd15cee9f: Verifying Checksum [2021-06-15T22:20:06.619Z] 506bd15cee9f: Download complete [2021-06-15T22:20:06.619Z] 75a0a4a0db45: Verifying Checksum [2021-06-15T22:20:06.619Z] 75a0a4a0db45: Download complete [2021-06-15T22:20:06.619Z] 595b0fe564bb: Verifying Checksum [2021-06-15T22:20:06.619Z] 595b0fe564bb: Download complete [2021-06-15T22:20:07.608Z] 595b0fe564bb: Pull complete [2021-06-15T22:20:07.883Z] 3088b5b3c5c0: Pull complete [2021-06-15T22:20:08.157Z] 5b7225fbf94c: Pull complete [2021-06-15T22:20:08.754Z] 618dc40b7e24: Verifying Checksum [2021-06-15T22:20:08.754Z] 618dc40b7e24: Download complete [2021-06-15T22:20:09.627Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:20:09.627Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:20:09.627Z] ---> 789320f82620 [2021-06-15T22:20:09.627Z] Step 3/32 : WORKDIR /edgex-go [2021-06-15T22:20:09.627Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:20:09.627Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:20:09.627Z] ---> 789320f82620 [2021-06-15T22:20:09.627Z] Step 3/22 : WORKDIR /edgex-go [2021-06-15T22:20:09.733Z] ba82ee9f976e: Verifying Checksum [2021-06-15T22:20:09.733Z] ba82ee9f976e: Download complete [2021-06-15T22:20:09.889Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:20:09.889Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:20:09.889Z] ---> 789320f82620 [2021-06-15T22:20:09.889Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:20:19.887Z] ba82ee9f976e: Pull complete [2021-06-15T22:20:19.887Z] 506bd15cee9f: Pull complete [2021-06-15T22:20:19.887Z] 75a0a4a0db45: Pull complete [2021-06-15T22:20:19.895Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:20:19.895Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:20:19.895Z] ---> 789320f82620 [2021-06-15T22:20:19.895Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:20:20.467Z] ---> Running in a90570ae9212 [2021-06-15T22:20:20.467Z] ---> Running in 2c3becb68e63 [2021-06-15T22:20:20.467Z] ---> Running in 9486f2c38fd4 [2021-06-15T22:20:20.730Z] ---> Running in 14c5a1d4ff85 [2021-06-15T22:20:20.992Z] Removing intermediate container 2c3becb68e63 [2021-06-15T22:20:20.992Z] ---> af2a8b6e01be [2021-06-15T22:20:20.992Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:20:20.992Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:20:20.992Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:20:20.992Z] ---> 789320f82620 [2021-06-15T22:20:20.992Z] Step 3/26 : WORKDIR /edgex-go [2021-06-15T22:20:20.992Z] ---> Using cache [2021-06-15T22:20:20.992Z] ---> 3042b7bf3cf2 [2021-06-15T22:20:20.992Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:20:21.253Z] Removing intermediate container a90570ae9212 [2021-06-15T22:20:21.253Z] ---> 3042b7bf3cf2 [2021-06-15T22:20:21.253Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:20:21.253Z] ---> Running in a9afa6757b2f [2021-06-15T22:20:21.253Z] Removing intermediate container 9486f2c38fd4 [2021-06-15T22:20:21.253Z] ---> 503e6828a1b5 [2021-06-15T22:20:21.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:20:21.253Z] ---> Running in c601423174c4 [2021-06-15T22:20:21.253Z] Removing intermediate container 14c5a1d4ff85 [2021-06-15T22:20:21.253Z] ---> aed10a35b6db [2021-06-15T22:20:21.253Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:20:21.253Z] ---> Running in 6c93c20df263 [2021-06-15T22:20:21.253Z] ---> Running in 5e59869c4907 [2021-06-15T22:20:21.519Z] ---> Running in 29774b315ea8 [2021-06-15T22:20:22.484Z] Removing intermediate container a9afa6757b2f [2021-06-15T22:20:22.484Z] ---> c169c8c9db57 [2021-06-15T22:20:22.484Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-15T22:20:22.484Z] ---> Running in 4821ce426a87 [2021-06-15T22:20:22.484Z] Removing intermediate container c601423174c4 [2021-06-15T22:20:22.484Z] ---> 015c2bfc8304 [2021-06-15T22:20:22.484Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-15T22:20:22.484Z] ---> Running in 42366253a410 [2021-06-15T22:20:22.752Z] Removing intermediate container 6c93c20df263 [2021-06-15T22:20:22.752Z] ---> ee62d3e84a90 [2021-06-15T22:20:22.752Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T22:20:22.752Z] ---> Running in d2beecddadc1 [2021-06-15T22:20:22.752Z] Removing intermediate container 5e59869c4907 [2021-06-15T22:20:22.752Z] ---> 97c805ad0f10 [2021-06-15T22:20:22.752Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-15T22:20:22.752Z] Removing intermediate container 29774b315ea8 [2021-06-15T22:20:22.753Z] ---> cab6750ca835 [2021-06-15T22:20:22.753Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T22:20:22.753Z] ---> Running in 9f83f2766266 [2021-06-15T22:20:22.753Z] ---> Running in 33222fee9ad9 [2021-06-15T22:20:23.021Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:23.307Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:23.568Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:23.568Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:23.568Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:24.140Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:24.140Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:24.282Z] 618dc40b7e24: Pull complete [2021-06-15T22:20:24.282Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-15T22:20:24.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-15T22:20:24.282Z] ---> a36622ca3599 [2021-06-15T22:20:24.282Z] 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 [2021-06-15T22:20:24.400Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:24.400Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:24.671Z] OK: 219 MiB in 52 packages [2021-06-15T22:20:24.671Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:20:24.671Z] OK: 219 MiB in 52 packages [2021-06-15T22:20:24.933Z] OK: 219 MiB in 52 packages [2021-06-15T22:20:25.196Z] OK: 219 MiB in 52 packages [2021-06-15T22:20:25.196Z] Removing intermediate container 4821ce426a87 [2021-06-15T22:20:25.196Z] ---> f3489da1d7f8 [2021-06-15T22:20:25.196Z] Step 6/32 : COPY go.mod . [2021-06-15T22:20:25.196Z] Removing intermediate container 42366253a410 [2021-06-15T22:20:25.196Z] ---> 7ca14deba1d1 [2021-06-15T22:20:25.196Z] Step 6/26 : COPY go.mod . [2021-06-15T22:20:25.196Z] ---> bdb73400b597 [2021-06-15T22:20:25.196Z] Step 7/26 : RUN go mod download [2021-06-15T22:20:25.462Z] ---> Running in a464d64e4545 [2021-06-15T22:20:25.462Z] ---> a7a1ef433ea1 [2021-06-15T22:20:25.462Z] Step 7/32 : RUN go mod download [2021-06-15T22:20:25.462Z] ---> Running in cde4c67d8402 [2021-06-15T22:20:25.462Z] Removing intermediate container d2beecddadc1 [2021-06-15T22:20:25.462Z] ---> 8612a9cffdc8 [2021-06-15T22:20:25.462Z] Step 6/24 : COPY go.mod . [2021-06-15T22:20:25.462Z] Removing intermediate container 33222fee9ad9 [2021-06-15T22:20:25.462Z] ---> 9bfc6e7872f9 [2021-06-15T22:20:25.462Z] Step 6/24 : COPY go.mod . [2021-06-15T22:20:25.726Z] ---> d8a1f049ca1c [2021-06-15T22:20:25.726Z] Step 7/24 : RUN go mod download [2021-06-15T22:20:25.726Z] ---> Running in 97ebf27cee5f [2021-06-15T22:20:25.726Z] ---> fe5a3ea2e4ce [2021-06-15T22:20:25.726Z] Step 7/24 : RUN go mod download [2021-06-15T22:20:25.997Z] ---> Running in 1b9f984783a9 [2021-06-15T22:20:26.579Z] Removing intermediate container cde4c67d8402 [2021-06-15T22:20:26.579Z] ---> 48262211a826 [2021-06-15T22:20:26.579Z] Step 8/32 : COPY . . [2021-06-15T22:20:26.579Z] Removing intermediate container a464d64e4545 [2021-06-15T22:20:26.579Z] ---> 8f193dcf1fb3 [2021-06-15T22:20:26.579Z] Step 8/26 : COPY . . [2021-06-15T22:20:26.846Z] Removing intermediate container 97ebf27cee5f [2021-06-15T22:20:26.846Z] ---> 6ae25e2fcf75 [2021-06-15T22:20:26.846Z] Step 8/24 : COPY . . [2021-06-15T22:20:27.044Z] ---> Running in 5761c4f45e0c [2021-06-15T22:20:27.108Z] OK: 219 MiB in 52 packages [2021-06-15T22:20:27.370Z] Removing intermediate container 1b9f984783a9 [2021-06-15T22:20:27.370Z] ---> 8876bb1639f6 [2021-06-15T22:20:27.370Z] Step 8/24 : COPY . . [2021-06-15T22:20:28.024Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:20:29.005Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:20:29.602Z] (1/12) Installing libmagic (5.39-r0) [2021-06-15T22:20:29.876Z] (2/12) Installing file (5.39-r0) [2021-06-15T22:20:29.876Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-15T22:20:30.147Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-15T22:20:34.445Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-15T22:20:34.445Z] (6/12) Installing patch (2.7.6-r6) [2021-06-15T22:20:34.445Z] (7/12) Installing build-base (0.5-r2) [2021-06-15T22:20:34.445Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-15T22:20:34.445Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-15T22:20:34.445Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-15T22:20:34.445Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-15T22:20:34.445Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-15T22:20:34.720Z] Executing busybox-1.32.1-r6.trigger [2021-06-15T22:20:34.720Z] OK: 218 MiB in 52 packages [2021-06-15T22:20:38.363Z] Removing intermediate container 5761c4f45e0c [2021-06-15T22:20:38.363Z] ---> ce9e133c3fa2 [2021-06-15T22:20:38.363Z] Step 4/6 : WORKDIR /edgex-go [2021-06-15T22:20:38.642Z] ---> Running in 5ed85a095d61 [2021-06-15T22:20:39.250Z] Removing intermediate container 5ed85a095d61 [2021-06-15T22:20:39.250Z] ---> e94621431365 [2021-06-15T22:20:39.250Z] Step 5/6 : COPY go.mod . [2021-06-15T22:20:39.848Z] ---> f3e4feb66047 [2021-06-15T22:20:39.848Z] Step 6/6 : RUN go mod download [2021-06-15T22:20:40.119Z] ---> Running in 0d547e8d1082 [2021-06-15T22:20:43.270Z] ---> 24e38d1c947b [2021-06-15T22:20:43.270Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:20:43.270Z] Removing intermediate container 9f83f2766266 [2021-06-15T22:20:43.270Z] ---> 3167faec0e59 [2021-06-15T22:20:43.270Z] Step 6/22 : COPY go.mod . [2021-06-15T22:20:43.270Z] ---> Running in ca262c52408f [2021-06-15T22:20:43.532Z] ---> f95068baab1c [2021-06-15T22:20:43.532Z] Step 7/22 : RUN go mod download [2021-06-15T22:20:43.532Z] ---> Running in 776b8d1b6cd2 [2021-06-15T22:20:45.460Z] Removing intermediate container 776b8d1b6cd2 [2021-06-15T22:20:45.460Z] ---> 1dbb2ded660c [2021-06-15T22:20:45.460Z] Step 8/22 : COPY . . [2021-06-15T22:20:46.408Z] Removing intermediate container ca262c52408f [2021-06-15T22:20:46.408Z] ---> a80ab8b7418b [2021-06-15T22:20:46.408Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-15T22:20:46.408Z] ---> Running in f31520475da7 [2021-06-15T22:20:47.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-15T22:20:49.713Z] ---> 76cab6370885 [2021-06-15T22:20:49.714Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:20:50.284Z] ---> Running in 8604624d09c4 [2021-06-15T22:20:53.620Z] Removing intermediate container 8604624d09c4 [2021-06-15T22:20:53.620Z] ---> 2dd7a6a43e1a [2021-06-15T22:20:53.620Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-15T22:20:53.887Z] ---> Running in 80c0b756fcbf [2021-06-15T22:20:54.869Z] ---> 0985123436b6 [2021-06-15T22:20:54.869Z] Step 9/26 : RUN go mod tidy [2021-06-15T22:20:54.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-15T22:20:55.134Z] ---> Running in 8113adb83108 [2021-06-15T22:20:59.350Z] Removing intermediate container 8113adb83108 [2021-06-15T22:20:59.350Z] ---> 06d644039ea1 [2021-06-15T22:20:59.350Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-15T22:20:59.931Z] ---> Running in 68486ba1862c [2021-06-15T22:21:00.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-15T22:21:01.880Z] ---> 1768ac467937 [2021-06-15T22:21:01.880Z] Step 9/32 : RUN go mod tidy [2021-06-15T22:21:01.880Z] ---> Running in fd6a485cfdc7 [2021-06-15T22:21:04.475Z] Removing intermediate container fd6a485cfdc7 [2021-06-15T22:21:04.475Z] ---> 76d6cd7f81f3 [2021-06-15T22:21:04.475Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-15T22:21:04.475Z] ---> Running in c6ac8070def3 [2021-06-15T22:21:05.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-06-15T22:21:06.915Z] Removing intermediate container 0d547e8d1082 [2021-06-15T22:21:06.915Z] ---> 23ae07ea2df5 [2021-06-15T22:21:06.915Z] Successfully built 23ae07ea2df5 [2021-06-15T22:21:06.915Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:21:07.264Z] + docker inspect -f . ci-base-image-arm64 [2021-06-15T22:21:07.264Z] . [Pipeline] withDockerContainer [2021-06-15T22:21:07.519Z] prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container [2021-06-15T22:21:07.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-15T22:21:09.271Z] $ docker top 9d1d65a521ab5692006db2dfdef504232e2ed481832771b164aa15436f4788b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:21:10.286Z] + go version [2021-06-15T22:21:10.287Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-15T22:21:10.311Z] $ docker stop --time=1 9d1d65a521ab5692006db2dfdef504232e2ed481832771b164aa15436f4788b6 [2021-06-15T22:21:12.111Z] ---> 81361d779fd5 [2021-06-15T22:21:12.111Z] Step 9/22 : RUN go mod tidy [2021-06-15T22:21:12.111Z] ---> Running in ad5eafdcf728 [2021-06-15T22:21:12.230Z] $ docker rm -f 9d1d65a521ab5692006db2dfdef504232e2ed481832771b164aa15436f4788b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:21:13.068Z] + docker inspect -f . ci-base-image-arm64 [2021-06-15T22:21:13.068Z] . [Pipeline] withDockerContainer [2021-06-15T22:21:13.351Z] prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container [2021-06-15T22:21:13.432Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-15T22:21:13.503Z] Removing intermediate container ad5eafdcf728 [2021-06-15T22:21:13.503Z] ---> ea9190406d1e [2021-06-15T22:21:13.503Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-15T22:21:13.503Z] ---> Running in 8c932dd31e82 [2021-06-15T22:21:14.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-15T22:21:15.115Z] $ docker top 222075e4c1002648ea797132f6a7efd7e478f7a9259ab048bdc8cc1d89c31ac9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-15T22:21:15.483Z] ========================================================= [2021-06-15T22:21:15.483Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-15T22:21:15.483Z] ========================================================= [Pipeline] sh [2021-06-15T22:21:16.133Z] + go mod tidy [Pipeline] sh [2021-06-15T22:21:17.424Z] + make test [2021-06-15T22:21:17.424Z] go mod tidy [2021-06-15T22:21:18.027Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-15T22:21:18.312Z] Removing intermediate container f31520475da7 [2021-06-15T22:21:18.312Z] ---> c655f85ef100 [2021-06-15T22:21:18.312Z] [2021-06-15T22:21:18.312Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:21:18.312Z] 3.12: Pulling from library/alpine [2021-06-15T22:21:18.902Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T22:21:18.902Z] Status: Downloaded newer image for alpine:3.12 [2021-06-15T22:21:19.173Z] ---> 13621d1b12d4 [2021-06-15T22:21:19.173Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:21:19.173Z] ---> Running in 0713109aabb7 [2021-06-15T22:21:19.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:20.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:20.298Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-15T22:21:20.298Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:21:20.298Z] OK: 6 MiB in 15 packages [2021-06-15T22:21:20.563Z] Removing intermediate container 0713109aabb7 [2021-06-15T22:21:20.563Z] ---> d479b5a39d55 [2021-06-15T22:21:20.563Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:21:20.833Z] ---> Running in accbeb6ffb89 [2021-06-15T22:21:20.833Z] Removing intermediate container accbeb6ffb89 [2021-06-15T22:21:20.833Z] ---> 9cdcaddf1aa1 [2021-06-15T22:21:20.833Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-15T22:21:20.833Z] ---> Running in 5bcc1b0e2835 [2021-06-15T22:21:21.104Z] Removing intermediate container 5bcc1b0e2835 [2021-06-15T22:21:21.104Z] ---> 0fd9d473e68d [2021-06-15T22:21:21.104Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T22:21:21.104Z] ---> Running in b23f826790db [2021-06-15T22:21:21.377Z] Removing intermediate container b23f826790db [2021-06-15T22:21:21.377Z] ---> 0cc11a7ec801 [2021-06-15T22:21:21.377Z] Step 16/24 : WORKDIR / [2021-06-15T22:21:21.377Z] ---> Running in 8c9128dddd55 [2021-06-15T22:21:21.377Z] Removing intermediate container 8c9128dddd55 [2021-06-15T22:21:21.377Z] ---> c539e1655b6d [2021-06-15T22:21:21.377Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:21:21.966Z] ---> 67253f1f4277 [2021-06-15T22:21:21.966Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-15T22:21:22.556Z] ---> 8c40f24d7f4b [2021-06-15T22:21:22.556Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-15T22:21:22.825Z] ---> 56f3988cd2fa [2021-06-15T22:21:22.825Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-15T22:21:22.825Z] ---> Running in 67f0e115c8a6 [2021-06-15T22:21:23.091Z] Removing intermediate container 67f0e115c8a6 [2021-06-15T22:21:23.091Z] ---> c9a4b435d243 [2021-06-15T22:21:23.091Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:21:23.091Z] ---> Running in 368324433ae8 [2021-06-15T22:21:23.351Z] Removing intermediate container 368324433ae8 [2021-06-15T22:21:23.351Z] ---> e4c2b3aa07b5 [2021-06-15T22:21:23.351Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T22:21:23.351Z] ---> Running in 4009a4b23c3a [2021-06-15T22:21:23.615Z] Removing intermediate container 4009a4b23c3a [2021-06-15T22:21:23.615Z] ---> 194be58586a4 [2021-06-15T22:21:23.615Z] Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:21:23.615Z] ---> Running in ab6046e8f775 [2021-06-15T22:21:23.878Z] Removing intermediate container ab6046e8f775 [2021-06-15T22:21:23.878Z] ---> b65049df87c1 [2021-06-15T22:21:23.878Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:21:23.878Z] ---> Running in 0d2b806865b3 [2021-06-15T22:21:23.878Z] Removing intermediate container 0d2b806865b3 [2021-06-15T22:21:23.878Z] ---> 793fe4819d9f [2021-06-15T22:21:23.878Z] [2021-06-15T22:21:24.144Z] Successfully built 793fe4819d9f [2021-06-15T22:21:24.144Z] Successfully tagged core-command:latest [2021-06-15T22:21:24.144Z] Building support-notifications [2021-06-15T22:21:32.386Z]  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:21:32.386Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:21:32.386Z] ---> 789320f82620 [2021-06-15T22:21:32.386Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T22:21:32.386Z] ---> Using cache [2021-06-15T22:21:32.386Z] ---> aed10a35b6db [2021-06-15T22:21:32.386Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:21:32.386Z] ---> Using cache [2021-06-15T22:21:32.386Z] ---> cab6750ca835 [2021-06-15T22:21:32.386Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-15T22:21:32.661Z] ---> Running in e7c04df82e4c [2021-06-15T22:21:32.932Z] Removing intermediate container 80c0b756fcbf [2021-06-15T22:21:32.932Z] ---> db4fcca8491a [2021-06-15T22:21:32.932Z] [2021-06-15T22:21:32.932Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:21:32.932Z] ---> 13621d1b12d4 [2021-06-15T22:21:32.932Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:21:32.932Z] ---> Using cache [2021-06-15T22:21:32.932Z] ---> d479b5a39d55 [2021-06-15T22:21:32.932Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:21:32.932Z] ---> Using cache [2021-06-15T22:21:32.932Z] ---> 9cdcaddf1aa1 [2021-06-15T22:21:32.932Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-15T22:21:32.932Z] ---> Running in f4305390d3bd [2021-06-15T22:21:32.932Z] Removing intermediate container f4305390d3bd [2021-06-15T22:21:32.932Z] ---> 85839bc9a346 [2021-06-15T22:21:32.932Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T22:21:33.203Z] ---> Running in 1a7173f76e18 [2021-06-15T22:21:33.203Z] Removing intermediate container 1a7173f76e18 [2021-06-15T22:21:33.203Z] ---> 242ad9f15385 [2021-06-15T22:21:33.203Z] Step 16/24 : WORKDIR / [2021-06-15T22:21:35.238Z] ---> Running in 382b77e00b3e [2021-06-15T22:21:35.238Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:35.238Z] Removing intermediate container 382b77e00b3e [2021-06-15T22:21:35.238Z] ---> 7ec617110a08 [2021-06-15T22:21:35.238Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:21:35.238Z] ---> c191b4eec58a [2021-06-15T22:21:35.238Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-15T22:21:35.239Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:35.239Z] ---> 208b0f442a31 [2021-06-15T22:21:35.239Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-15T22:21:35.239Z] ---> 81317ea2e871 [2021-06-15T22:21:35.239Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-15T22:21:35.239Z] ---> Running in 0b76cd986e3b [2021-06-15T22:21:35.239Z] OK: 219 MiB in 52 packages [2021-06-15T22:21:35.239Z] Removing intermediate container 0b76cd986e3b [2021-06-15T22:21:35.239Z] ---> bb19e90be3bf [2021-06-15T22:21:35.239Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:21:35.239Z] ---> Running in e17315e61eee [2021-06-15T22:21:35.239Z] Removing intermediate container e17315e61eee [2021-06-15T22:21:35.239Z] ---> 359c5ada2647 [2021-06-15T22:21:35.239Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T22:21:35.239Z] ---> Running in 09c1acd3c9dc [2021-06-15T22:21:35.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-15T22:21:35.239Z] Removing intermediate container e7c04df82e4c [2021-06-15T22:21:35.239Z] ---> 9880c5de8d98 [2021-06-15T22:21:35.239Z] Step 6/23 : COPY go.mod . [2021-06-15T22:21:35.239Z] Removing intermediate container 09c1acd3c9dc [2021-06-15T22:21:35.239Z] ---> 141b0a34861e [2021-06-15T22:21:35.239Z] Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:21:35.506Z] ---> Running in ba52ce96d784 [2021-06-15T22:21:35.506Z] ---> 1f6f03238495 [2021-06-15T22:21:35.506Z] Step 7/23 : RUN go mod download [2021-06-15T22:21:35.506Z] Removing intermediate container ba52ce96d784 [2021-06-15T22:21:35.506Z] ---> db5da85e46ff [2021-06-15T22:21:35.506Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:21:35.506Z] ---> Running in 53603641c952 [2021-06-15T22:21:35.506Z] ---> Running in 821c340a470a [2021-06-15T22:21:35.767Z] Removing intermediate container 821c340a470a [2021-06-15T22:21:35.767Z] ---> 48f4e84c6ea2 [2021-06-15T22:21:35.767Z] [2021-06-15T22:21:36.030Z] Successfully built 48f4e84c6ea2 [2021-06-15T22:21:36.030Z] Successfully tagged core-metadata:latest [2021-06-15T22:21:36.030Z]  Building core-metadata ... done Building core-data [2021-06-15T22:21:37.414Z] Removing intermediate container 53603641c952 [2021-06-15T22:21:37.414Z] ---> 4e9b90040d79 [2021-06-15T22:21:37.414Z] Step 8/23 : COPY . . [2021-06-15T22:21:44.086Z] Removing intermediate container 68486ba1862c [2021-06-15T22:21:44.086Z] ---> 6c6d02fd9edf [2021-06-15T22:21:44.086Z] [2021-06-15T22:21:44.086Z] Step 11/26 : FROM alpine:3.12 [2021-06-15T22:21:44.086Z] ---> 13621d1b12d4 [2021-06-15T22:21:44.086Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-15T22:21:44.086Z] ---> Running in 0325c8a449f5 [2021-06-15T22:21:44.347Z] ---> ef347952e567 [2021-06-15T22:21:44.347Z] Step 9/23 : RUN go mod tidy [2021-06-15T22:21:44.347Z] ---> Running in b03617fde32e [2021-06-15T22:21:44.858Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-15T22:21:44.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:44.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:45.190Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-15T22:21:45.190Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:21:45.190Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-15T22:21:45.190Z] (4/6) Installing curl (7.77.0-r0) [2021-06-15T22:21:45.190Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-15T22:21:45.190Z] (6/6) Installing su-exec (0.2-r1) [2021-06-15T22:21:45.190Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:21:45.190Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:21:45.463Z] OK: 7 MiB in 20 packages [2021-06-15T22:21:45.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-15T22:21:46.055Z] Removing intermediate container 0325c8a449f5 [2021-06-15T22:21:46.055Z] ---> fbd33ef2cac9 [2021-06-15T22:21:46.055Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T22:21:46.339Z] ---> Running in fd2fe0f1af96 [2021-06-15T22:21:46.917Z] Removing intermediate container fd2fe0f1af96 [2021-06-15T22:21:46.917Z] ---> 76b06e1163e8 [2021-06-15T22:21:46.917Z] Step 14/26 : WORKDIR / [2021-06-15T22:21:46.917Z] Removing intermediate container b03617fde32e [2021-06-15T22:21:46.917Z] ---> f852674bfe27 [2021-06-15T22:21:46.917Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-15T22:21:46.917Z] ---> Running in c1ce1b961c03 [2021-06-15T22:21:46.917Z] ---> Running in 107052b96cb2 [2021-06-15T22:21:46.917Z] Removing intermediate container c6ac8070def3 [2021-06-15T22:21:46.917Z] ---> 3b96ee3bea57 [2021-06-15T22:21:46.917Z] [2021-06-15T22:21:46.917Z] Step 11/32 : FROM alpine:3.12 [2021-06-15T22:21:46.917Z] ---> 13621d1b12d4 [2021-06-15T22:21:46.917Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-15T22:21:47.179Z] ---> Running in 3f50cb4affad [2021-06-15T22:21:47.179Z] Removing intermediate container c1ce1b961c03 [2021-06-15T22:21:47.179Z] ---> fde8d2731ac6 [2021-06-15T22:21:47.179Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-15T22:21:47.179Z] Removing intermediate container 3f50cb4affad [2021-06-15T22:21:47.179Z] ---> a3b2f01ac048 [2021-06-15T22:21:47.179Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-15T22:21:47.442Z] ---> Running in 7257762715aa [2021-06-15T22:21:47.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-15T22:21:47.706Z] ---> 8df69f050806 [2021-06-15T22:21:47.706Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-15T22:21:47.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:47.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:48.247Z] ---> a1453f9e0194 [2021-06-15T22:21:48.247Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-15T22:21:48.247Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-15T22:21:48.247Z] (2/2) Installing su-exec (0.2-r1) [2021-06-15T22:21:48.247Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:21:48.247Z] OK: 6 MiB in 16 packages [2021-06-15T22:21:48.834Z] ---> fe5ece9c8a0f [2021-06-15T22:21:48.834Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-15T22:21:48.834Z] Removing intermediate container 7257762715aa [2021-06-15T22:21:48.834Z] ---> ee4f67ff7627 [2021-06-15T22:21:48.834Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-15T22:21:49.097Z] ---> Running in 88c3443afea8 [2021-06-15T22:21:49.358Z] ---> 3d1cdadbbe22 [2021-06-15T22:21:49.358Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-15T22:21:49.358Z] Removing intermediate container 8c932dd31e82 [2021-06-15T22:21:49.358Z] ---> 3b835da3d744 [2021-06-15T22:21:49.358Z] [2021-06-15T22:21:49.358Z] Step 11/22 : FROM alpine:3.12 [2021-06-15T22:21:49.358Z] ---> 13621d1b12d4 [2021-06-15T22:21:49.358Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-15T22:21:49.358Z] Removing intermediate container 88c3443afea8 [2021-06-15T22:21:49.358Z] ---> 43eafce66ae2 [2021-06-15T22:21:49.358Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-15T22:21:49.358Z] ---> Running in a00f0f48892f [2021-06-15T22:21:49.621Z] ---> Running in b60f3734658d [2021-06-15T22:21:49.886Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:21:49.886Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:21:49.886Z] ---> 789320f82620 [2021-06-15T22:21:49.886Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:21:49.886Z] ---> Using cache [2021-06-15T22:21:49.886Z] ---> aed10a35b6db [2021-06-15T22:21:49.886Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:21:49.886Z] ---> Using cache [2021-06-15T22:21:49.886Z] ---> cab6750ca835 [2021-06-15T22:21:49.886Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-15T22:21:49.886Z] ---> Running in 9c7232e8dc95 [2021-06-15T22:21:49.886Z] ---> e7b45a936dfe [2021-06-15T22:21:49.886Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-15T22:21:49.886Z] Removing intermediate container b60f3734658d [2021-06-15T22:21:49.886Z] ---> 13e46bc63580 [2021-06-15T22:21:49.886Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-15T22:21:50.153Z] ---> Running in 3fc26cba49d3 [2021-06-15T22:21:50.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:50.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:50.648Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-15T22:21:50.648Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:21:50.648Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-15T22:21:50.648Z] (4/4) Installing curl (7.77.0-r0) [2021-06-15T22:21:50.648Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:21:50.648Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:21:50.648Z] OK: 7 MiB in 18 packages [2021-06-15T22:21:50.648Z] ---> 455a213e066f [2021-06-15T22:21:50.648Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-15T22:21:51.517Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:51.518Z] ---> 7facf9637f8e [2021-06-15T22:21:51.518Z] 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/ [2021-06-15T22:21:51.518Z] Removing intermediate container a00f0f48892f [2021-06-15T22:21:51.518Z] ---> d66b2a150c9d [2021-06-15T22:21:51.518Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T22:21:51.518Z] ---> Running in 5f66c39af578 [2021-06-15T22:21:51.518Z] ---> Running in 233a37066882 [2021-06-15T22:21:51.518Z] Removing intermediate container 233a37066882 [2021-06-15T22:21:51.518Z] ---> d093441df3ee [2021-06-15T22:21:51.518Z] Step 14/22 : WORKDIR /edgex [2021-06-15T22:21:51.518Z] ---> Running in cdacc3c9fad7 [2021-06-15T22:21:51.961Z] Removing intermediate container 3fc26cba49d3 [2021-06-15T22:21:51.961Z] ---> 4ebdf232fb2e [2021-06-15T22:21:51.961Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-15T22:21:51.961Z] Removing intermediate container cdacc3c9fad7 [2021-06-15T22:21:51.961Z] ---> eac247afe5e6 [2021-06-15T22:21:51.961Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-15T22:21:51.961Z] ---> Running in 5fcb50ad6f1e [2021-06-15T22:21:51.961Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:52.309Z] Removing intermediate container 5fcb50ad6f1e [2021-06-15T22:21:52.309Z] ---> d1fd047e4596 [2021-06-15T22:21:52.309Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-15T22:21:52.309Z] ---> 7ad1e6fd0de7 [2021-06-15T22:21:52.309Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-15T22:21:52.621Z] OK: 219 MiB in 52 packages [2021-06-15T22:21:52.983Z] ---> 6d0aa67f280b [2021-06-15T22:21:52.983Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-15T22:21:52.983Z] ---> Running in 7838f07f2c7c [2021-06-15T22:21:52.983Z] Removing intermediate container 5f66c39af578 [2021-06-15T22:21:52.983Z] ---> 03fd27a7a880 [2021-06-15T22:21:52.983Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-15T22:21:52.983Z] ---> Running in cd6b29ab2a2d [2021-06-15T22:21:53.251Z] ---> 8c0757765c55 [2021-06-15T22:21:53.251Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-15T22:21:53.519Z] Removing intermediate container 9c7232e8dc95 [2021-06-15T22:21:53.519Z] ---> ff7a63c47b22 [2021-06-15T22:21:53.519Z] Step 6/24 : COPY go.mod . [2021-06-15T22:21:53.519Z] Removing intermediate container cd6b29ab2a2d [2021-06-15T22:21:53.519Z] ---> 17557b5be45f [2021-06-15T22:21:53.519Z] Step 24/26 : LABEL arch=x86_64 [2021-06-15T22:21:53.519Z] ---> Running in 96a0c7bf12ff [2021-06-15T22:21:53.786Z] Removing intermediate container 96a0c7bf12ff [2021-06-15T22:21:53.786Z] ---> 6f18459c68ca [2021-06-15T22:21:53.786Z] Step 25/26 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:21:53.786Z] ---> 0b0ca132cda5 [2021-06-15T22:21:53.786Z] Step 7/24 : RUN go mod download [2021-06-15T22:21:53.786Z] ---> Running in 0dee0947e72d [2021-06-15T22:21:54.055Z] ---> Running in 25d3c7e9e66f [2021-06-15T22:21:54.055Z] ---> 286afea99aca [2021-06-15T22:21:54.055Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-15T22:21:54.055Z] Removing intermediate container 0dee0947e72d [2021-06-15T22:21:54.055Z] ---> 01c7b01abb6e [2021-06-15T22:21:54.055Z] Step 26/26 : LABEL version=0.0.0 [2021-06-15T22:21:54.055Z] ---> Running in 0eebecbc2c36 [2021-06-15T22:21:54.323Z] Removing intermediate container 7838f07f2c7c [2021-06-15T22:21:54.323Z] ---> b3aad3e127a4 [2021-06-15T22:21:54.323Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:21:54.323Z] ---> Running in 2c12123d2e0d [2021-06-15T22:21:54.591Z] Removing intermediate container 0eebecbc2c36 [2021-06-15T22:21:54.591Z] ---> f92d47537786 [2021-06-15T22:21:54.591Z] Step 19/22 : CMD ["--init=true"] [2021-06-15T22:21:54.591Z] Removing intermediate container 2c12123d2e0d [2021-06-15T22:21:54.591Z] ---> 8ee79294e25d [2021-06-15T22:21:54.591Z] [2021-06-15T22:21:54.591Z] ---> Running in 6bb7c7246867 [2021-06-15T22:21:54.591Z] ---> 7b840260ba6a [2021-06-15T22:21:54.591Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-15T22:21:54.863Z] Successfully built 8ee79294e25d [2021-06-15T22:21:54.863Z] Successfully tagged security-secretstore-setup:latest [2021-06-15T22:21:54.863Z] Building sys-mgmt-agent [2021-06-15T22:21:54.863Z] Removing intermediate container 6bb7c7246867 [2021-06-15T22:21:54.863Z] ---> 27e38d26b91d [2021-06-15T22:21:54.863Z] Step 20/22 : LABEL arch=x86_64 [2021-06-15T22:21:54.863Z] ---> Running in f5f74eab3814 [2021-06-15T22:21:55.443Z]  Building security-secretstore-setup ... done Removing intermediate container f5f74eab3814 [2021-06-15T22:21:55.443Z] ---> e641315140d4 [2021-06-15T22:21:55.443Z] Step 21/22 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:21:56.040Z] ---> 18b0fb3d041d [2021-06-15T22:21:56.040Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-15T22:21:56.040Z] Removing intermediate container 25d3c7e9e66f [2021-06-15T22:21:56.040Z] ---> 905532ad54b6 [2021-06-15T22:21:56.040Z] Step 8/24 : COPY . . [2021-06-15T22:21:56.302Z] ---> Running in 65c6c9056839 [2021-06-15T22:21:56.884Z] ---> 2ad91d717b77 [2021-06-15T22:21:56.884Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-15T22:21:56.884Z] Removing intermediate container 65c6c9056839 [2021-06-15T22:21:56.884Z] ---> 1dbab89eaca8 [2021-06-15T22:21:56.884Z] Step 22/22 : LABEL version=0.0.0 [2021-06-15T22:21:57.151Z] ---> Running in a8e11a93f318 [2021-06-15T22:21:57.418Z] ---> 95cdbb7965f9 [2021-06-15T22:21:57.418Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-15T22:21:57.685Z] Removing intermediate container a8e11a93f318 [2021-06-15T22:21:57.685Z] ---> f061c53e06c0 [2021-06-15T22:21:57.685Z] [2021-06-15T22:21:58.264Z] Successfully built f061c53e06c0 [2021-06-15T22:21:58.264Z] Successfully tagged security-proxy-setup:latest [2021-06-15T22:21:58.264Z]  Building security-proxy-setup ... done Building support-scheduler [2021-06-15T22:21:58.536Z] ---> 0a45fcc9a195 [2021-06-15T22:21:58.536Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-15T22:22:03.479Z] ---> Running in 8bea5fb50126 [2021-06-15T22:22:04.054Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:22:04.054Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:22:04.054Z] ---> 789320f82620 [2021-06-15T22:22:04.054Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T22:22:04.054Z] ---> Using cache [2021-06-15T22:22:04.054Z] ---> aed10a35b6db [2021-06-15T22:22:04.054Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:22:04.054Z] ---> Using cache [2021-06-15T22:22:04.054Z] ---> cab6750ca835 [2021-06-15T22:22:04.054Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-15T22:22:04.054Z] ---> Using cache [2021-06-15T22:22:04.054Z] ---> 9bfc6e7872f9 [2021-06-15T22:22:04.054Z] Step 6/23 : COPY go.mod . [2021-06-15T22:22:04.320Z] ---> Using cache [2021-06-15T22:22:04.320Z] ---> fe5a3ea2e4ce [2021-06-15T22:22:04.320Z] Step 7/23 : RUN go mod download [2021-06-15T22:22:04.320Z] ---> Using cache [2021-06-15T22:22:04.320Z] ---> 8876bb1639f6 [2021-06-15T22:22:04.320Z] Step 8/23 : COPY . . [2021-06-15T22:22:04.320Z] ---> Using cache [2021-06-15T22:22:04.320Z] ---> 24e38d1c947b [2021-06-15T22:22:04.320Z] Step 9/23 : RUN go mod tidy [2021-06-15T22:22:04.320Z] ---> Using cache [2021-06-15T22:22:04.320Z] ---> a80ab8b7418b [2021-06-15T22:22:04.320Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-15T22:22:04.896Z] ---> 09a25c63ae57 [2021-06-15T22:22:04.896Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:22:05.160Z] ---> Running in 37c8d476e5dd [2021-06-15T22:22:05.425Z] Removing intermediate container 8bea5fb50126 [2021-06-15T22:22:05.425Z] ---> b22950ecb0ae [2021-06-15T22:22:05.425Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-15T22:22:05.686Z] ---> Running in 3b919f7345f6 [2021-06-15T22:22:06.258Z] ---> 2e88a14dd0b4 [2021-06-15T22:22:06.258Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-15T22:22:06.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-06-15T22:22:06.836Z] ---> Running in efcfb358ac5d [2021-06-15T22:22:11.061Z] Removing intermediate container 3b919f7345f6 [2021-06-15T22:22:11.061Z] ---> 6be46ce89d2a [2021-06-15T22:22:11.061Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-15T22:22:11.061Z] Removing intermediate container efcfb358ac5d [2021-06-15T22:22:11.061Z] ---> 5b5dfd43c6b4 [2021-06-15T22:22:11.061Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-15T22:22:11.061Z] ---> Running in 5459aa573621 [2021-06-15T22:22:11.061Z] ---> Running in c45b6248ecd9 [2021-06-15T22:22:11.061Z] Removing intermediate container c45b6248ecd9 [2021-06-15T22:22:11.061Z] ---> 608422b2d3da [2021-06-15T22:22:11.061Z] Step 29/32 : CMD ["gate"] [2021-06-15T22:22:11.061Z] ---> Running in 75c4f21e1196 [2021-06-15T22:22:11.324Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-15T22:22:11.324Z] Removing intermediate container 75c4f21e1196 [2021-06-15T22:22:11.324Z] ---> 932856668ac5 [2021-06-15T22:22:11.324Z] Step 30/32 : LABEL arch=x86_64 [2021-06-15T22:22:11.590Z] ---> Running in 68b497eb439e [2021-06-15T22:22:12.168Z] Removing intermediate container 68b497eb439e [2021-06-15T22:22:12.168Z] ---> a39953cc0ff2 [2021-06-15T22:22:12.168Z] Step 31/32 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:22:12.168Z] ---> Running in 93402f474da1 [2021-06-15T22:22:12.757Z] Removing intermediate container 93402f474da1 [2021-06-15T22:22:12.757Z] ---> 1ccd806e590c [2021-06-15T22:22:12.757Z] Step 32/32 : LABEL version=0.0.0 [2021-06-15T22:22:12.757Z] Removing intermediate container 107052b96cb2 [2021-06-15T22:22:12.757Z] ---> 7bd9f63c6637 [2021-06-15T22:22:12.757Z] [2021-06-15T22:22:12.757Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T22:22:12.757Z] ---> 13621d1b12d4 [2021-06-15T22:22:12.757Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-15T22:22:12.757Z] ---> Running in 2b1afe916453 [2021-06-15T22:22:12.757Z] ---> Running in a5b7d210481b [2021-06-15T22:22:13.022Z] Removing intermediate container 2b1afe916453 [2021-06-15T22:22:13.022Z] ---> 1ced36266716 [2021-06-15T22:22:13.022Z] [2021-06-15T22:22:13.285Z] Successfully built 1ced36266716 [2021-06-15T22:22:13.285Z] Successfully tagged security-bootstrapper:latest [2021-06-15T22:22:13.556Z]  Building security-bootstrapper ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:13.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:13.819Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-15T22:22:13.819Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-15T22:22:13.819Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:22:13.819Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:22:13.819Z] OK: 6 MiB in 16 packages [2021-06-15T22:22:14.781Z] Removing intermediate container a5b7d210481b [2021-06-15T22:22:14.781Z] ---> c3bde4d431e3 [2021-06-15T22:22:14.781Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:22:14.781Z] ---> Running in 4e17a9711d36 [2021-06-15T22:22:14.781Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:22:14.781Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:22:14.781Z] ---> 789320f82620 [2021-06-15T22:22:14.781Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:22:14.781Z] ---> Using cache [2021-06-15T22:22:14.781Z] ---> aed10a35b6db [2021-06-15T22:22:14.781Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:22:14.781Z] ---> Using cache [2021-06-15T22:22:14.781Z] ---> cab6750ca835 [2021-06-15T22:22:14.781Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-15T22:22:14.781Z] ---> Running in 30efecc30b72 [2021-06-15T22:22:15.056Z] Removing intermediate container 4e17a9711d36 [2021-06-15T22:22:15.056Z] ---> 9c961cd7971f [2021-06-15T22:22:15.056Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-15T22:22:15.056Z] ---> Running in ce9af199adac [2021-06-15T22:22:15.329Z] Removing intermediate container ce9af199adac [2021-06-15T22:22:15.329Z] ---> 201dfaa4e420 [2021-06-15T22:22:15.329Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T22:22:15.329Z] ---> Running in 278129996b54 [2021-06-15T22:22:15.329Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:15.329Z] Removing intermediate container 278129996b54 [2021-06-15T22:22:15.329Z] ---> 7fb971375741 [2021-06-15T22:22:15.329Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:22:15.913Z] ---> 3db96551e451 [2021-06-15T22:22:15.913Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-15T22:22:16.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:16.449Z] ---> ce47235e46ad [2021-06-15T22:22:16.449Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-15T22:22:16.713Z] ---> 62dc0e10321c [2021-06-15T22:22:16.713Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-15T22:22:16.713Z] OK: 219 MiB in 52 packages [2021-06-15T22:22:16.713Z] ---> Running in d81f6962f359 [2021-06-15T22:22:16.979Z] Removing intermediate container d81f6962f359 [2021-06-15T22:22:16.979Z] ---> c3f8470ccae7 [2021-06-15T22:22:16.979Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:22:16.979Z] ---> Running in 4e2ad3dba5f7 [2021-06-15T22:22:17.252Z] Removing intermediate container 30efecc30b72 [2021-06-15T22:22:17.252Z] ---> f97be1395b01 [2021-06-15T22:22:17.252Z] Step 6/24 : COPY go.mod . [2021-06-15T22:22:17.252Z] Removing intermediate container 4e2ad3dba5f7 [2021-06-15T22:22:17.252Z] ---> 4874bad81c0b [2021-06-15T22:22:17.252Z] Step 21/23 : LABEL arch=x86_64 [2021-06-15T22:22:17.252Z] ---> Running in f734ef1f3b09 [2021-06-15T22:22:17.528Z] Removing intermediate container f734ef1f3b09 [2021-06-15T22:22:17.528Z] ---> 1ac5d499e566 [2021-06-15T22:22:17.528Z] Step 22/23 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:22:17.528Z] ---> Running in 766ce117da11 [2021-06-15T22:22:17.528Z] ---> c060589aab51 [2021-06-15T22:22:17.528Z] Step 7/24 : RUN go mod download [2021-06-15T22:22:17.528Z] ---> Running in f19658e57e14 [2021-06-15T22:22:17.793Z] Removing intermediate container 766ce117da11 [2021-06-15T22:22:17.793Z] ---> 2db85f0c4602 [2021-06-15T22:22:17.793Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T22:22:17.793Z] ---> Running in 0c531daa2f6e [2021-06-15T22:22:18.060Z] Removing intermediate container 0c531daa2f6e [2021-06-15T22:22:18.060Z] ---> 6b3ef9a1058d [2021-06-15T22:22:18.060Z] [2021-06-15T22:22:18.060Z] Successfully built 6b3ef9a1058d [2021-06-15T22:22:18.330Z] Successfully tagged support-notifications:latest [2021-06-15T22:22:18.601Z]  Building support-notifications ... done Removing intermediate container f19658e57e14 [2021-06-15T22:22:18.601Z] ---> c41c71c0c253 [2021-06-15T22:22:18.601Z] Step 8/24 : COPY . . [2021-06-15T22:22:25.252Z] ---> 3d95989f8b08 [2021-06-15T22:22:25.252Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:22:25.252Z] ---> Running in 44a0bbeaa399 [2021-06-15T22:22:26.645Z] Removing intermediate container 44a0bbeaa399 [2021-06-15T22:22:26.645Z] ---> e78dd8495792 [2021-06-15T22:22:26.645Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-15T22:22:26.645Z] ---> Running in c29e38709a8b [2021-06-15T22:22:27.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-06-15T22:22:29.141Z] Removing intermediate container 37c8d476e5dd [2021-06-15T22:22:29.141Z] ---> 92b2877740cd [2021-06-15T22:22:29.141Z] [2021-06-15T22:22:29.141Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T22:22:29.141Z] ---> 13621d1b12d4 [2021-06-15T22:22:29.141Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:22:29.141Z] ---> Using cache [2021-06-15T22:22:29.141Z] ---> d479b5a39d55 [2021-06-15T22:22:29.141Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:22:29.141Z] ---> Using cache [2021-06-15T22:22:29.141Z] ---> 9cdcaddf1aa1 [2021-06-15T22:22:29.141Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-15T22:22:29.141Z] ---> Running in 3a14d71d496e [2021-06-15T22:22:29.141Z] Removing intermediate container 3a14d71d496e [2021-06-15T22:22:29.141Z] ---> 38f87cb5aa39 [2021-06-15T22:22:29.141Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T22:22:29.141Z] ---> Running in 5ae5d35fd144 [2021-06-15T22:22:29.404Z] Removing intermediate container 5ae5d35fd144 [2021-06-15T22:22:29.404Z] ---> 4c831dbea549 [2021-06-15T22:22:29.404Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:22:29.665Z] ---> 3084b34d59c8 [2021-06-15T22:22:29.665Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-15T22:22:29.927Z] ---> e60485820d46 [2021-06-15T22:22:29.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-15T22:22:30.189Z] ---> 56602c13542b [2021-06-15T22:22:30.189Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-15T22:22:30.452Z] ---> Running in 1bb74578ce03 [2021-06-15T22:22:30.452Z] Removing intermediate container 1bb74578ce03 [2021-06-15T22:22:30.452Z] ---> ece93ab8a59b [2021-06-15T22:22:30.452Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:22:30.452Z] ---> Running in 28bbba590f69 [2021-06-15T22:22:30.715Z] Removing intermediate container 28bbba590f69 [2021-06-15T22:22:30.715Z] ---> 6585a8fbd634 [2021-06-15T22:22:30.715Z] Step 21/23 : LABEL arch=x86_64 [2021-06-15T22:22:30.715Z] ---> Running in 7d9826ebdd48 [2021-06-15T22:22:30.977Z] Removing intermediate container 7d9826ebdd48 [2021-06-15T22:22:30.977Z] ---> 47fb5e95fd36 [2021-06-15T22:22:30.977Z] Step 22/23 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:22:30.977Z] ---> Running in c63b44407758 [2021-06-15T22:22:30.977Z] Removing intermediate container c63b44407758 [2021-06-15T22:22:30.977Z] ---> 6e89c93d978c [2021-06-15T22:22:30.977Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T22:22:31.238Z] ---> Running in edbe1cbecf9c [2021-06-15T22:22:31.238Z] Removing intermediate container edbe1cbecf9c [2021-06-15T22:22:31.238Z] ---> 29853694c041 [2021-06-15T22:22:31.238Z] [2021-06-15T22:22:31.501Z] Successfully built 29853694c041 [2021-06-15T22:22:31.501Z] Successfully tagged support-scheduler:latest [2021-06-15T22:22:37.051Z]  Building support-scheduler ... done Removing intermediate container 5459aa573621 [2021-06-15T22:22:37.051Z] ---> ff6fa35b8bcc [2021-06-15T22:22:37.051Z] [2021-06-15T22:22:37.051Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:22:37.051Z] ---> 13621d1b12d4 [2021-06-15T22:22:37.051Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-15T22:22:37.051Z] ---> Running in 754b8fddb513 [2021-06-15T22:22:37.051Z] Removing intermediate container 754b8fddb513 [2021-06-15T22:22:37.051Z] ---> d31489532913 [2021-06-15T22:22:37.051Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-15T22:22:37.051Z] ---> Running in f61c772df912 [2021-06-15T22:22:37.051Z] Removing intermediate container f61c772df912 [2021-06-15T22:22:37.051Z] ---> 97f69f1ac5f1 [2021-06-15T22:22:37.051Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-15T22:22:37.051Z] ---> Running in c93810786cdb [2021-06-15T22:22:37.333Z] Removing intermediate container c93810786cdb [2021-06-15T22:22:37.333Z] ---> 144af697c032 [2021-06-15T22:22:37.333Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:22:37.333Z] ---> Running in 9d46891c123d [2021-06-15T22:22:38.314Z] Removing intermediate container 9d46891c123d [2021-06-15T22:22:38.314Z] ---> 0089f713b8f4 [2021-06-15T22:22:38.314Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-15T22:22:38.314Z] ---> Running in a0fb87985e6f [2021-06-15T22:22:38.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:39.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:40.040Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-15T22:22:40.040Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-15T22:22:40.301Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-15T22:22:40.301Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-15T22:22:41.247Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-15T22:22:41.247Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-15T22:22:41.247Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:22:41.515Z] OK: 8 MiB in 20 packages [2021-06-15T22:22:41.515Z] Removing intermediate container c29e38709a8b [2021-06-15T22:22:41.515Z] ---> 2da5ef7635e1 [2021-06-15T22:22:41.515Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-15T22:22:41.515Z] ---> Running in 0136507e9515 [2021-06-15T22:22:41.775Z] Removing intermediate container a0fb87985e6f [2021-06-15T22:22:41.775Z] ---> ae034b8fed9b [2021-06-15T22:22:41.775Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:22:42.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-06-15T22:22:42.043Z] ---> 4fc9a442f3a5 [2021-06-15T22:22:42.043Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-15T22:22:42.308Z] ---> b424c04c7637 [2021-06-15T22:22:42.308Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-15T22:22:42.571Z] ---> ab33e07da700 [2021-06-15T22:22:42.571Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-15T22:22:42.571Z] ---> Running in 9faf94cd806f [2021-06-15T22:22:42.571Z] Removing intermediate container 0136507e9515 [2021-06-15T22:22:42.571Z] ---> a12cf130313c [2021-06-15T22:22:42.571Z] [2021-06-15T22:22:42.571Z] Step 12/24 : FROM docker:20.10.0 [2021-06-15T22:22:42.571Z] Removing intermediate container 9faf94cd806f [2021-06-15T22:22:42.571Z] ---> 2ab07d89fc77 [2021-06-15T22:22:42.571Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:22:42.571Z] ---> Running in b2c1fb951ae2 [2021-06-15T22:22:42.571Z] 20.10.0: Pulling from library/docker [2021-06-15T22:22:42.571Z] Removing intermediate container b2c1fb951ae2 [2021-06-15T22:22:42.571Z] ---> 0cf503ab0fcb [2021-06-15T22:22:42.571Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T22:22:42.835Z] ---> Running in 73b263127a0b [2021-06-15T22:22:42.835Z] Removing intermediate container 73b263127a0b [2021-06-15T22:22:42.835Z] ---> 20189de7dcb4 [2021-06-15T22:22:42.835Z] Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:22:42.835Z] ---> Running in 5da7b78d1540 [2021-06-15T22:22:43.098Z] Removing intermediate container 5da7b78d1540 [2021-06-15T22:22:43.098Z] ---> 0db67378c5c1 [2021-06-15T22:22:43.098Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:22:43.098Z] ---> Running in e3575fcab903 [2021-06-15T22:22:43.359Z] Removing intermediate container e3575fcab903 [2021-06-15T22:22:43.359Z] ---> c4a15e8ccfab [2021-06-15T22:22:43.359Z] [2021-06-15T22:22:43.359Z] Successfully built c4a15e8ccfab [2021-06-15T22:22:43.359Z] Successfully tagged core-data:latest [2021-06-15T22:22:45.284Z]  Building core-data ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-15T22:22:45.284Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-15T22:22:45.284Z] ---> aefe523efa57 [2021-06-15T22:22:45.284Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:22:45.860Z] ---> Running in b69a1596b80e [2021-06-15T22:22:46.122Z] Removing intermediate container b69a1596b80e [2021-06-15T22:22:46.122Z] ---> baf65bdc1c9f [2021-06-15T22:22:46.122Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-15T22:22:46.122Z] ---> Running in ed017dac9f24 [2021-06-15T22:22:46.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:46.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:46.385Z] (1/39) Installing readline (8.0.4-r0) [2021-06-15T22:22:46.385Z] (2/39) Installing bash (5.0.17-r0) [2021-06-15T22:22:46.385Z] Executing bash-5.0.17-r0.post-install [2021-06-15T22:22:46.385Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:22:46.385Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-15T22:22:46.385Z] (5/39) Installing curl (7.77.0-r0) [2021-06-15T22:22:46.385Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-15T22:22:46.385Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-15T22:22:46.385Z] (8/39) Installing expat (2.2.9-r1) [2021-06-15T22:22:46.385Z] (9/39) Installing libffi (3.3-r2) [2021-06-15T22:22:46.385Z] (10/39) Installing gdbm (1.13-r1) [2021-06-15T22:22:46.385Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-15T22:22:46.385Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-15T22:22:46.647Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-15T22:22:47.218Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-15T22:22:47.218Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-15T22:22:47.218Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-15T22:22:47.218Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-15T22:22:47.218Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-15T22:22:47.218Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-15T22:22:47.218Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-15T22:22:47.218Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-15T22:22:47.218Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-15T22:22:47.479Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-15T22:22:47.479Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-15T22:22:47.479Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-15T22:22:47.479Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-15T22:22:47.479Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-15T22:22:47.479Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-15T22:22:47.479Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-15T22:22:47.479Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-15T22:22:47.739Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-15T22:22:47.739Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-15T22:22:47.739Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-15T22:22:47.739Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-15T22:22:47.739Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-15T22:22:47.739Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-15T22:22:47.739Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-15T22:22:47.739Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-15T22:22:47.739Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-15T22:22:47.739Z] Executing busybox-1.31.1-r19.trigger [2021-06-15T22:22:47.739Z] OK: 72 MiB in 59 packages [2021-06-15T22:22:48.311Z] Collecting docker-compose==1.23.2 [2021-06-15T22:22:48.311Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-15T22:22:48.573Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-15T22:22:48.573Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-15T22:22:48.834Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-15T22:22:48.834Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-15T22:22:49.097Z] Collecting docker<4.0,>=3.6.0 [2021-06-15T22:22:49.097Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-15T22:22:49.097Z] Collecting cached-property<2,>=1.2.0 [2021-06-15T22:22:49.097Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-15T22:22:49.097Z] Collecting jsonschema<3,>=2.5.1 [2021-06-15T22:22:49.097Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-15T22:22:49.358Z] Collecting PyYAML<4,>=3.10 [2021-06-15T22:22:49.358Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-15T22:22:49.953Z] Collecting texttable<0.10,>=0.9.0 [2021-06-15T22:22:49.953Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-15T22:22:50.214Z] Collecting docopt<0.7,>=0.6.1 [2021-06-15T22:22:50.214Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-15T22:22:50.476Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-06-15T22:22:50.736Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-15T22:22:50.736Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-15T22:22:50.736Z] Collecting docker-pycreds>=0.4.0 [2021-06-15T22:22:50.736Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-15T22:22:50.736Z] Collecting idna<2.8,>=2.5 [2021-06-15T22:22:50.736Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-15T22:22:50.736Z] 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) [2021-06-15T22:22:50.736Z] 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) [2021-06-15T22:22:50.736Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-15T22:22:50.736Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-15T22:22:50.998Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-15T22:22:50.998Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-15T22:22:50.998Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-15T22:22:50.998Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-15T22:22:50.998Z] Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, jsonschema, PyYAML, texttable, docopt, docker-compose [2021-06-15T22:22:50.998Z] Running setup.py install for dockerpty: started [2021-06-15T22:22:51.264Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-15T22:22:51.264Z] Attempting uninstall: idna [2021-06-15T22:22:51.264Z] Found existing installation: idna 2.9 [2021-06-15T22:22:51.264Z] Uninstalling idna-2.9: [2021-06-15T22:22:51.264Z] Successfully uninstalled idna-2.9 [2021-06-15T22:22:51.524Z] Attempting uninstall: urllib3 [2021-06-15T22:22:51.525Z] Found existing installation: urllib3 1.25.9 [2021-06-15T22:22:51.525Z] Uninstalling urllib3-1.25.9: [2021-06-15T22:22:51.525Z] Successfully uninstalled urllib3-1.25.9 [2021-06-15T22:22:51.525Z] Attempting uninstall: requests [2021-06-15T22:22:51.525Z] Found existing installation: requests 2.23.0 [2021-06-15T22:22:51.525Z] Uninstalling requests-2.23.0: [2021-06-15T22:22:51.525Z] Successfully uninstalled requests-2.23.0 [2021-06-15T22:22:51.786Z] Running setup.py install for PyYAML: started [2021-06-15T22:22:52.358Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-15T22:22:52.358Z] Running setup.py install for texttable: started [2021-06-15T22:22:52.618Z] Running setup.py install for texttable: finished with status 'done' [2021-06-15T22:22:52.618Z] Running setup.py install for docopt: started [2021-06-15T22:22:52.881Z] Running setup.py install for docopt: finished with status 'done' [2021-06-15T22:22:52.881Z] 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 [2021-06-15T22:22:53.422Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-15T22:22:53.422Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-15T22:22:56.200Z] Removing intermediate container ed017dac9f24 [2021-06-15T22:22:56.200Z] ---> 33ccc3843edc [2021-06-15T22:22:56.200Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-15T22:22:56.200Z] ---> Running in 0d7bb01bb937 [2021-06-15T22:22:56.200Z] Removing intermediate container 0d7bb01bb937 [2021-06-15T22:22:56.200Z] ---> 6c73c46fcf90 [2021-06-15T22:22:56.200Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-15T22:22:56.200Z] ---> Running in 89303091cc24 [2021-06-15T22:22:56.200Z] Removing intermediate container 89303091cc24 [2021-06-15T22:22:56.200Z] ---> 9b61ce395677 [2021-06-15T22:22:56.200Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-15T22:22:56.468Z] ---> 2a6ffa214edc [2021-06-15T22:22:56.468Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-15T22:22:56.468Z] ---> 4b0ec4da595e [2021-06-15T22:22:56.468Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-15T22:22:56.728Z] ---> f02239eaffa3 [2021-06-15T22:22:56.728Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-15T22:22:56.728Z] ---> Running in 033605dd12fa [2021-06-15T22:22:56.728Z] Removing intermediate container 033605dd12fa [2021-06-15T22:22:56.728Z] ---> a2bc02523121 [2021-06-15T22:22:56.728Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:22:56.988Z] ---> Running in a690600a4331 [2021-06-15T22:22:56.988Z] Removing intermediate container a690600a4331 [2021-06-15T22:22:56.988Z] ---> 673a6bd8914c [2021-06-15T22:22:56.988Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T22:22:56.988Z] ---> Running in 965d666cab66 [2021-06-15T22:22:56.988Z] Removing intermediate container 965d666cab66 [2021-06-15T22:22:56.988Z] ---> 5301b59a52a3 [2021-06-15T22:22:56.988Z] Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:22:56.988Z] ---> Running in 45b4ffd209f0 [2021-06-15T22:22:57.252Z] Removing intermediate container 45b4ffd209f0 [2021-06-15T22:22:57.252Z] ---> ae4b3b6328e6 [2021-06-15T22:22:57.252Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:22:57.252Z] ---> Running in 8ef100b20b58 [2021-06-15T22:22:57.252Z] Removing intermediate container 8ef100b20b58 [2021-06-15T22:22:57.252Z] ---> f7e1269dee9e [2021-06-15T22:22:57.252Z] [2021-06-15T22:22:57.513Z] Successfully built f7e1269dee9e [2021-06-15T22:22:57.513Z] Successfully tagged sys-mgmt-agent:latest [2021-06-15T22:22:57.520Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-15T22:22:57.523Z] $ docker stop --time=1 7e8b4610092aedd3a375cc39de940a22294a5033f36055feb160198f471f94f8 [2021-06-15T22:22:57.783Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-15T22:22:57.784Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-15T22:22:58.769Z] $ docker rm -f 7e8b4610092aedd3a375cc39de940a22294a5033f36055feb160198f471f94f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-15T22:22:59.147Z] + docker images [2021-06-15T22:22:59.147Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T22:22:59.147Z] sys-mgmt-agent latest f7e1269dee9e 2 seconds ago 312MB [2021-06-15T22:22:59.147Z] core-data latest c4a15e8ccfab 16 seconds ago 20.3MB [2021-06-15T22:22:59.147Z] a12cf130313c 17 seconds ago 1.15GB [2021-06-15T22:22:59.147Z] ff6fa35b8bcc 23 seconds ago 1.15GB [2021-06-15T22:22:59.147Z] support-scheduler latest 29853694c041 28 seconds ago 15.9MB [2021-06-15T22:22:59.147Z] 92b2877740cd 31 seconds ago 1.15GB [2021-06-15T22:22:59.147Z] support-notifications latest 6b3ef9a1058d 42 seconds ago 16.7MB [2021-06-15T22:22:59.147Z] 7bd9f63c6637 47 seconds ago 1.15GB [2021-06-15T22:22:59.147Z] security-bootstrapper latest 1ced36266716 47 seconds ago 18.6MB [2021-06-15T22:22:59.147Z] security-proxy-setup latest f061c53e06c0 About a minute ago 25.7MB [2021-06-15T22:22:59.147Z] security-secretstore-setup latest 8ee79294e25d About a minute ago 28.7MB [2021-06-15T22:22:59.147Z] 3b835da3d744 About a minute ago 1.15GB [2021-06-15T22:22:59.147Z] 3b96ee3bea57 About a minute ago 1.15GB [2021-06-15T22:22:59.147Z] 6c6d02fd9edf About a minute ago 1.15GB [2021-06-15T22:22:59.147Z] core-metadata latest 48f4e84c6ea2 About a minute ago 16.6MB [2021-06-15T22:22:59.147Z] db4fcca8491a About a minute ago 1.15GB [2021-06-15T22:22:59.147Z] core-command latest 793fe4819d9f About a minute ago 15.9MB [2021-06-15T22:22:59.147Z] c655f85ef100 About a minute ago 1.14GB [2021-06-15T22:22:59.147Z] ci-base-image-x86_64 latest 789320f82620 5 minutes ago 647MB [2021-06-15T22:22:59.147Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB [2021-06-15T22:22:59.147Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB [2021-06-15T22:22:59.147Z] alpine 3.12 13621d1b12d4 2 months ago 5.58MB [2021-06-15T22:22:59.147Z] docker 20.10.0 aefe523efa57 6 months ago 240MB [2021-06-15T22:22:59.147Z] 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] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-15T22:23:05.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-15T22:23:05.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-15T22:23:05.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-15T22:23:05.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-15T22:23:06.592Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-15T22:23:07.191Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-15T22:23:08.646Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-15T22:23:08.646Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-15T22:23:08.646Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-15T22:23:08.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-15T22:23:21.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.179s coverage: 28.7% of statements [2021-06-15T22:23:21.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-15T22:23:21.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-15T22:23:24.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.332s coverage: 100.0% of statements [2021-06-15T22:23:24.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-15T22:23:24.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.310s coverage: 53.4% of statements [2021-06-15T22:23:24.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-15T22:23:24.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-15T22:23:25.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.532s coverage: 87.7% of statements [2021-06-15T22:23:25.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-15T22:23:25.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:23:25.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.218s coverage: 78.9% of statements [2021-06-15T22:23:30.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.220s coverage: 81.2% of statements [2021-06-15T22:23:30.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-15T22:23:30.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-15T22:23:30.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-15T22:23:30.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-15T22:23:30.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-15T22:23:35.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.312s coverage: 95.1% of statements [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-15T22:23:35.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.211s coverage: 60.0% of statements [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-15T22:23:35.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.301s coverage: 0.8% of statements [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-15T22:23:35.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.172s coverage: 58.8% of statements [2021-06-15T22:23:35.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.209s coverage: 22.0% of statements [2021-06-15T22:23:35.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-15T22:23:35.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.207s coverage: 47.1% of statements [2021-06-15T22:23:36.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.197s coverage: 79.5% of statements [2021-06-15T22:23:36.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.197s coverage: 94.1% of statements [2021-06-15T22:23:36.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.188s coverage: 96.3% of statements [2021-06-15T22:23:37.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.191s coverage: 87.5% of statements [2021-06-15T22:23:50.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.245s coverage: 94.4% of statements [2021-06-15T22:23:50.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.203s coverage: 44.8% of statements [2021-06-15T22:23:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.620s coverage: 81.8% of statements [2021-06-15T22:23:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.260s coverage: 92.9% of statements [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.192s coverage: 87.2% of statements [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.220s coverage: 76.0% of statements [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.182s coverage: 80.0% of statements [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.243s coverage: 87.2% of statements [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.280s coverage: 85.4% of statements [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.295s coverage: 91.2% of statements [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.908s coverage: 64.4% of statements [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-15T22:24:03.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.204s coverage: 100.0% of statements [2021-06-15T22:24:03.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-06-15T22:24:04.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-06-15T22:24:04.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-06-15T22:24:06.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-06-15T22:24:10.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.051s coverage: 66.9% of statements [2021-06-15T22:24:10.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-15T22:24:10.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-15T22:24:10.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-15T22:24:13.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.821s coverage: 43.6% of statements [2021-06-15T22:24:13.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-15T22:24:13.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-15T22:24:13.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.263s coverage: 89.5% of statements [2021-06-15T22:24:13.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-15T22:24:13.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.292s coverage: 84.8% of statements [2021-06-15T22:24:13.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-15T22:24:19.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.258s coverage: 19.3% of statements [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-15T22:24:19.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.621s coverage: 91.9% of statements [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-15T22:24:19.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.219s coverage: 62.7% of statements [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-15T22:24:19.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.427s coverage: 97.6% of statements [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-15T22:24:19.809Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.177s coverage: 28.9% of statements [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-15T22:24:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-15T22:24:19.809Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.208s coverage: 100.0% of statements [2021-06-15T22:24:20.420Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 95.4% of statements [2021-06-15T22:24:24.885Z] GO111MODULE=on go vet ./... [2021-06-15T22:25:46.699Z] gofmt -l . [2021-06-15T22:25:47.293Z] [ "`gofmt -l .`" = "" ] [2021-06-15T22:25:48.722Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-15T22:25:51.359Z] + ls -al . [2021-06-15T22:25:51.360Z] total 544 [2021-06-15T22:25:51.360Z] drwxrwxr-x 9 1001 1001 4096 Jun 15 22:25 . [2021-06-15T22:25:51.360Z] drwxr-xr-x 4 root root 4096 Jun 15 22:21 .. [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 11 Jun 15 22:19 .dockerignore [2021-06-15T22:25:51.360Z] drwxrwxr-x 8 1001 1001 4096 Jun 15 22:19 .git [2021-06-15T22:25:51.360Z] drwxrwxr-x 3 1001 1001 4096 Jun 15 22:19 .github [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 818 Jun 15 22:19 .gitignore [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 166 Jun 15 22:19 .sonarcloud.properties [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 8609 Jun 15 22:19 Attribution.txt [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 3804 Jun 15 22:19 CONTRIBUTING.md [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 931 Jun 15 22:19 Dockerfile.build [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 849 Jun 15 22:19 Jenkinsfile [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 10775 Jun 15 22:19 LICENSE [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 5605 Jun 15 22:19 Makefile [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 7905 Jun 15 22:19 README.md [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 7071 Jun 15 22:19 SECURITY.md [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 5 Jun 15 22:16 VERSION [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 4131 Jun 15 22:19 ZMQWindows.md [2021-06-15T22:25:51.360Z] drwxrwxr-x 2 1001 1001 4096 Jun 15 22:19 bin [2021-06-15T22:25:51.360Z] drwxrwxr-x 14 1001 1001 4096 Jun 15 22:19 cmd [2021-06-15T22:25:51.360Z] -rw-r--r-- 1 root root 398195 Jun 15 22:24 coverage.out [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 841 Jun 15 22:19 go.mod [2021-06-15T22:25:51.360Z] -rw-r--r-- 1 root root 21154 Jun 15 22:21 go.sum [2021-06-15T22:25:51.360Z] drwxrwxr-x 7 1001 1001 4096 Jun 15 22:19 internal [2021-06-15T22:25:51.360Z] drwxrwxr-x 3 1001 1001 4096 Jun 15 22:19 openapi [2021-06-15T22:25:51.360Z] drwxrwxr-x 4 1001 1001 4096 Jun 15 22:19 snap [2021-06-15T22:25:51.360Z] -rw-rw-r-- 1 1001 1001 168 Jun 15 22:19 version.go [Pipeline] sh [2021-06-15T22:25:52.021Z] + '[' -e coverage.out ] [2021-06-15T22:25:52.021Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-15T22:25:52.053Z] Warning: overwriting stash ‘coverage-report’ [2021-06-15T22:25:52.968Z] Stashed 1 file(s) [Pipeline] sh [2021-06-15T22:25:53.622Z] + make build [2021-06-15T22:25:53.622Z] go mod tidy [2021-06-15T22:25:54.226Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-15T22:26:00.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-15T22:26:27.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-15T22:26:27.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-15T22:26:32.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-06-15T22:26:32.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-06-15T22:26:37.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-06-15T22:26:42.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-15T22:26:43.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-15T22:26:48.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-15T22:26:51.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-15T22:26:54.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-06-15T22:27:03.226Z] $ docker stop --time=1 222075e4c1002648ea797132f6a7efd7e478f7a9259ab048bdc8cc1d89c31ac9 [2021-06-15T22:27:09.025Z] $ docker rm -f 222075e4c1002648ea797132f6a7efd7e478f7a9259ab048bdc8cc1d89c31ac9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:27:10.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T22:27:10.997Z] [2021-06-15T22:27:10.997Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:27:11.357Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T22:27:13.145Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-15T22:27:13.145Z] 29e5d40040c1: Pulling fs layer [2021-06-15T22:27:13.145Z] 1ce36da41761: Pulling fs layer [2021-06-15T22:27:13.145Z] 25b303627fd3: Pulling fs layer [2021-06-15T22:27:13.145Z] 29e5d40040c1: Verifying Checksum [2021-06-15T22:27:13.145Z] 29e5d40040c1: Download complete [2021-06-15T22:27:13.145Z] 1ce36da41761: Verifying Checksum [2021-06-15T22:27:13.145Z] 1ce36da41761: Download complete [2021-06-15T22:27:13.145Z] 29e5d40040c1: Pull complete [2021-06-15T22:27:14.127Z] 1ce36da41761: Pull complete [2021-06-15T22:27:14.127Z] 25b303627fd3: Verifying Checksum [2021-06-15T22:27:14.127Z] 25b303627fd3: Download complete [2021-06-15T22:27:24.293Z] 25b303627fd3: Pull complete [2021-06-15T22:27:24.293Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-15T22:27:24.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T22:27:24.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-15T22:27:24.559Z] prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container [2021-06-15T22:27:24.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 [2021-06-15T22:27:27.630Z] $ docker top 6eb748ceafc1cac249369a36913aa9f9c7ee37a1d0a3566bb6f89cc36982f50a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:27:28.616Z] + docker-compose build --help [2021-06-15T22:27:28.616Z] + grep parallel [2021-06-15T22:27:32.901Z] --parallel Build images in parallel. [Pipeline] } [2021-06-15T22:27:32.923Z] $ docker stop --time=1 6eb748ceafc1cac249369a36913aa9f9c7ee37a1d0a3566bb6f89cc36982f50a [2021-06-15T22:27:34.837Z] $ docker rm -f 6eb748ceafc1cac249369a36913aa9f9c7ee37a1d0a3566bb6f89cc36982f50a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:27:35.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T22:27:35.515Z] . [Pipeline] withDockerContainer [2021-06-15T22:27:35.781Z] prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container [2021-06-15T22:27:35.862Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 [2021-06-15T22:27:37.452Z] $ docker top 104813bb4be065e02bc7b49f12d4fb0fea20f72b71f1d5f750985f5318a36e35 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:27:38.429Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-15T22:27:42.718Z] Building core-command ... [2021-06-15T22:27:42.718Z] Building core-data ... [2021-06-15T22:27:42.718Z] Building core-metadata ... [2021-06-15T22:27:42.718Z] Building security-bootstrapper ... [2021-06-15T22:27:42.718Z] Building security-proxy-setup ... [2021-06-15T22:27:42.718Z] Building security-secretstore-setup ... [2021-06-15T22:27:42.718Z] Building support-notifications ... [2021-06-15T22:27:42.718Z] Building support-scheduler ... [2021-06-15T22:27:42.718Z] Building sys-mgmt-agent ... [2021-06-15T22:27:42.718Z] Building sys-mgmt-agent [2021-06-15T22:27:42.718Z] Building security-secretstore-setup [2021-06-15T22:27:42.718Z] Building support-scheduler [2021-06-15T22:27:42.718Z] Building security-proxy-setup [2021-06-15T22:27:42.718Z] Building security-bootstrapper [2021-06-15T22:28:51.549Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:28:51.549Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:28:51.549Z] ---> 23ae07ea2df5 [2021-06-15T22:28:51.549Z] Step 3/22 : WORKDIR /edgex-go [2021-06-15T22:28:51.549Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:28:51.549Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:28:51.549Z] ---> 23ae07ea2df5 [2021-06-15T22:28:51.549Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:28:51.549Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:28:51.549Z] [2021-06-15T22:28:51.549Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:28:51.549Z] [2021-06-15T22:28:51.549Z] ---> 23ae07ea2df5 [2021-06-15T22:28:51.549Z] ---> 23ae07ea2df5 [2021-06-15T22:28:51.549Z] Step 3/23 : WORKDIR /edgex-goStep 3/32 : WORKDIR /edgex-go [2021-06-15T22:28:51.549Z] [2021-06-15T22:28:51.549Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:28:51.549Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:28:51.549Z] ---> 23ae07ea2df5 [2021-06-15T22:28:51.549Z] Step 3/26 : WORKDIR /edgex-go [2021-06-15T22:28:51.549Z] ---> Running in f2dbc93ac975 [2021-06-15T22:28:51.549Z] ---> Running in bb2050575ed5 [2021-06-15T22:28:51.549Z] ---> Running in 611f67eb7272 [2021-06-15T22:28:51.549Z] ---> Running in e81dc28cf237 [2021-06-15T22:28:51.549Z] ---> Running in c6a53d6ddfd1 [2021-06-15T22:28:51.549Z] Removing intermediate container 611f67eb7272 [2021-06-15T22:28:51.549Z] ---> edb98aae1fff [2021-06-15T22:28:51.549Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:51.549Z] Removing intermediate container e81dc28cf237 [2021-06-15T22:28:51.549Z] ---> 04201e0b36c8 [2021-06-15T22:28:51.549Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:51.549Z] Removing intermediate container f2dbc93ac975 [2021-06-15T22:28:51.549Z] ---> 7b680badbe95 [2021-06-15T22:28:51.549Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:51.549Z] Removing intermediate container bb2050575ed5 [2021-06-15T22:28:51.549Z] ---> 6378a8a17549 [2021-06-15T22:28:51.549Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:51.549Z] Removing intermediate container c6a53d6ddfd1 [2021-06-15T22:28:51.549Z] ---> 5450531d7a4e [2021-06-15T22:28:51.549Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:51.549Z] ---> Running in 506cfa439d7e [2021-06-15T22:28:51.549Z] ---> Running in 19d31b93074a [2021-06-15T22:28:51.549Z] ---> Running in 67a72b6e49ad [2021-06-15T22:28:51.549Z] ---> Running in 9157e2e0e1de [2021-06-15T22:28:51.549Z] ---> Running in cc73afe95e26 [2021-06-15T22:28:55.052Z] Removing intermediate container 67a72b6e49ad [2021-06-15T22:28:55.052Z] ---> e067b8933a95 [2021-06-15T22:28:55.052Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-15T22:28:55.052Z] Removing intermediate container 506cfa439d7e [2021-06-15T22:28:55.052Z] ---> c78a91472a63 [2021-06-15T22:28:55.052Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-15T22:28:55.052Z] ---> Running in c467d2e17d59 [2021-06-15T22:28:55.327Z] ---> Running in e386016243b5 [2021-06-15T22:28:55.602Z] Removing intermediate container cc73afe95e26 [2021-06-15T22:28:55.602Z] ---> 94353890527a [2021-06-15T22:28:55.602Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-15T22:28:55.874Z] Removing intermediate container 9157e2e0e1de [2021-06-15T22:28:55.874Z] ---> 9d86f0d41b05 [2021-06-15T22:28:55.874Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-15T22:28:55.874Z] ---> Running in 01bc1133aff1 [2021-06-15T22:28:55.874Z] Removing intermediate container 19d31b93074a [2021-06-15T22:28:55.874Z] ---> 70780ec50174 [2021-06-15T22:28:55.874Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-15T22:28:56.155Z] ---> Running in b36c4f6d6d31 [2021-06-15T22:28:56.155Z] ---> Running in 3faae786482b [2021-06-15T22:28:57.150Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:57.423Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:57.694Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:58.286Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:58.286Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:58.286Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:58.564Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:58.837Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:59.113Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:59.113Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:59.113Z] OK: 218 MiB in 52 packages [2021-06-15T22:28:59.722Z] OK: 218 MiB in 52 packages [2021-06-15T22:29:00.008Z] OK: 218 MiB in 52 packages [2021-06-15T22:29:00.283Z] OK: 218 MiB in 52 packages [2021-06-15T22:29:00.283Z] OK: 218 MiB in 52 packages [2021-06-15T22:29:00.875Z] Removing intermediate container c467d2e17d59 [2021-06-15T22:29:00.875Z] ---> b9364cc99197 [2021-06-15T22:29:00.875Z] Step 6/24 : COPY go.mod . [2021-06-15T22:29:01.475Z] Removing intermediate container e386016243b5 [2021-06-15T22:29:01.475Z] ---> c7a2fbc9ab2d [2021-06-15T22:29:01.475Z] Step 6/22 : COPY go.mod . [2021-06-15T22:29:01.758Z] Removing intermediate container 01bc1133aff1 [2021-06-15T22:29:01.758Z] ---> 50b07a1073b9 [2021-06-15T22:29:01.758Z] Step 6/32 : COPY go.mod . [2021-06-15T22:29:01.758Z] Removing intermediate container b36c4f6d6d31 [2021-06-15T22:29:01.758Z] ---> 720c380361b0 [2021-06-15T22:29:01.758Z] Step 6/26 : COPY go.mod . [2021-06-15T22:29:02.042Z] ---> 52a81ab835d8 [2021-06-15T22:29:02.042Z] Step 7/24 : RUN go mod download [2021-06-15T22:29:02.042Z] Removing intermediate container 3faae786482b [2021-06-15T22:29:02.042Z] ---> 9e7ab47a7f4f [2021-06-15T22:29:02.042Z] Step 6/23 : COPY go.mod . [2021-06-15T22:29:02.321Z] ---> Running in cfd999b46da9 [2021-06-15T22:29:02.595Z] ---> 5497281aa243 [2021-06-15T22:29:02.595Z] Step 7/22 : RUN go mod download [2021-06-15T22:29:02.874Z] ---> Running in 234e78e10e6d [2021-06-15T22:29:02.874Z] ---> 42d344a5e1d2 [2021-06-15T22:29:02.874Z] Step 7/32 : RUN go mod download [2021-06-15T22:29:02.874Z] ---> 3f39695150b7 [2021-06-15T22:29:02.874Z] Step 7/26 : RUN go mod download [2021-06-15T22:29:03.147Z] ---> Running in 2d53c50f27c0 [2021-06-15T22:29:03.147Z] ---> Running in 2cdc2a836f04 [2021-06-15T22:29:03.424Z] ---> 8f10bb8cd11a [2021-06-15T22:29:03.424Z] Step 7/23 : RUN go mod download [2021-06-15T22:29:03.701Z] ---> Running in 5ef9829ea4bf [2021-06-15T22:29:06.325Z] Removing intermediate container cfd999b46da9 [2021-06-15T22:29:06.325Z] ---> 4da47f378670 [2021-06-15T22:29:06.325Z] Step 8/24 : COPY . . [2021-06-15T22:29:06.929Z] Removing intermediate container 234e78e10e6d [2021-06-15T22:29:06.929Z] ---> 89c7f665b576 [2021-06-15T22:29:06.929Z] Step 8/22 : COPY . . [2021-06-15T22:29:07.943Z] Removing intermediate container 2cdc2a836f04 [2021-06-15T22:29:07.943Z] ---> 5d5a8c29ee3a [2021-06-15T22:29:07.943Z] Step 8/26 : COPY . . [2021-06-15T22:29:08.220Z] Removing intermediate container 5ef9829ea4bf [2021-06-15T22:29:08.220Z] ---> 98ee3bc9eeeb [2021-06-15T22:29:08.220Z] Step 8/23 : COPY . . [2021-06-15T22:29:08.819Z] Removing intermediate container 2d53c50f27c0 [2021-06-15T22:29:08.819Z] ---> 4089d461727f [2021-06-15T22:29:08.819Z] Step 8/32 : COPY . . [2021-06-15T22:29:32.089Z] ---> c1de987f9598 [2021-06-15T22:29:32.089Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:29:32.089Z] ---> Running in c7b0bd876015 [2021-06-15T22:29:32.089Z] ---> f940f77bb898 [2021-06-15T22:29:32.089Z] Step 9/22 : RUN go mod tidy [2021-06-15T22:29:32.089Z] ---> 1a3decfe66f6 [2021-06-15T22:29:32.089Z] Step 9/26 : RUN go mod tidy [2021-06-15T22:29:32.089Z] ---> Running in 7ab9bd4f94f0 [2021-06-15T22:29:32.089Z] ---> Running in c3e67ae28e38 [2021-06-15T22:29:32.089Z] ---> 5c142c1fa76e [2021-06-15T22:29:32.089Z] Step 9/32 : RUN go mod tidy [2021-06-15T22:29:32.089Z] ---> f5c73c261aad [2021-06-15T22:29:32.089Z] Step 9/23 : RUN go mod tidy [2021-06-15T22:29:32.089Z] ---> Running in 8991a9165754 [2021-06-15T22:29:32.089Z] ---> Running in d43ab89f5cb9 [2021-06-15T22:29:34.926Z] Removing intermediate container c7b0bd876015 [2021-06-15T22:29:34.926Z] ---> 1714158c4f85 [2021-06-15T22:29:34.926Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-15T22:29:35.203Z] ---> Running in e3e0d38b934a [2021-06-15T22:29:37.215Z] Removing intermediate container 7ab9bd4f94f0 [2021-06-15T22:29:37.215Z] ---> e8af2b1fb37c [2021-06-15T22:29:37.215Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-15T22:29:37.215Z] ---> Running in ffd9d5224da1 [2021-06-15T22:29:37.493Z] Removing intermediate container c3e67ae28e38 [2021-06-15T22:29:37.493Z] ---> 9222671f388b [2021-06-15T22:29:37.493Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-15T22:29:37.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-06-15T22:29:37.776Z] ---> Running in 46e8c62e0051 [2021-06-15T22:29:38.764Z] Removing intermediate container d43ab89f5cb9 [2021-06-15T22:29:38.765Z] ---> 70f4a6b51368 [2021-06-15T22:29:38.765Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-15T22:29:38.765Z] Removing intermediate container 8991a9165754 [2021-06-15T22:29:38.765Z] ---> 27c6c35b4de2 [2021-06-15T22:29:38.765Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-15T22:29:39.040Z] ---> Running in 3163ce20f8a5 [2021-06-15T22:29:39.040Z] ---> Running in 8836f1d03d69 [2021-06-15T22:29:40.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-15T22:29:40.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-15T22:29:41.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-06-15T22:29:41.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-06-15T22:31:35.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-15T22:31:35.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-15T22:31:35.146Z] Removing intermediate container e3e0d38b934a [2021-06-15T22:31:35.146Z] ---> 2085dd2bf17a [2021-06-15T22:31:35.146Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-15T22:31:35.146Z] ---> Running in f619eb362fad [2021-06-15T22:31:35.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-06-15T22:31:36.123Z] Removing intermediate container 3163ce20f8a5 [2021-06-15T22:31:36.123Z] ---> 6adf651b064f [2021-06-15T22:31:36.123Z] [2021-06-15T22:31:36.123Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T22:31:36.123Z] Removing intermediate container f619eb362fad [2021-06-15T22:31:36.123Z] ---> 85e560e6e0a6 [2021-06-15T22:31:36.123Z] [2021-06-15T22:31:36.123Z] Step 12/24 : FROM docker:20.10.0 [2021-06-15T22:31:36.123Z] 3.12: Pulling from library/alpine [2021-06-15T22:31:36.394Z] Removing intermediate container 46e8c62e0051 [2021-06-15T22:31:36.394Z] ---> 41ef870e383b [2021-06-15T22:31:36.394Z] [2021-06-15T22:31:36.394Z] Step 11/22 : FROM alpine:3.12 [2021-06-15T22:31:36.394Z] 20.10.0: Pulling from library/docker [2021-06-15T22:31:36.394Z] Removing intermediate container ffd9d5224da1 [2021-06-15T22:31:36.394Z] ---> 5c027a3af7be [2021-06-15T22:31:36.394Z] [2021-06-15T22:31:36.394Z] Step 11/26 : FROM alpine:3.12 [2021-06-15T22:31:36.394Z] Removing intermediate container 8836f1d03d69 [2021-06-15T22:31:36.394Z] ---> 1aa85a3c2afc [2021-06-15T22:31:36.394Z] [2021-06-15T22:31:36.394Z] Step 11/32 : FROM alpine:3.12 [2021-06-15T22:31:36.671Z] 3.12: Pulling from library/alpine [2021-06-15T22:31:36.671Z] 3.12: Pulling from library/alpine [2021-06-15T22:31:36.671Z] 3.12: Pulling from library/alpine [2021-06-15T22:31:37.654Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T22:31:37.654Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T22:31:37.654Z] Status: Image is up to date for alpine:3.12 [2021-06-15T22:31:37.654Z] Status: Downloaded newer image for alpine:3.12 [2021-06-15T22:31:37.654Z] ---> 9852663dfa18 [2021-06-15T22:31:37.654Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-15T22:31:37.654Z] ---> 9852663dfa18 [2021-06-15T22:31:37.654Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:31:37.654Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T22:31:37.654Z] Status: Image is up to date for alpine:3.12 [2021-06-15T22:31:37.654Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T22:31:37.654Z] Status: Image is up to date for alpine:3.12 [2021-06-15T22:31:37.654Z] ---> 9852663dfa18 [2021-06-15T22:31:37.654Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-15T22:31:37.654Z] ---> 9852663dfa18 [2021-06-15T22:31:37.654Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-15T22:31:38.252Z] ---> Running in 78fb19aaebd9 [2021-06-15T22:31:38.252Z] ---> Running in 3462689dd819 [2021-06-15T22:31:38.252Z] ---> Running in 8aee6596fe5c [2021-06-15T22:31:38.252Z] ---> Running in e8dc1007d503 [2021-06-15T22:31:39.230Z] Removing intermediate container 78fb19aaebd9 [2021-06-15T22:31:39.230Z] ---> f4f0b83e6fec [2021-06-15T22:31:39.230Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-15T22:31:39.505Z] ---> Running in a8f1a0166c86 [2021-06-15T22:31:40.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:40.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:40.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:40.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:40.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:40.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:41.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:41.545Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-15T22:31:41.545Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-15T22:31:41.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:41.545Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:31:41.545Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:31:41.545Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-15T22:31:41.816Z] OK: 5 MiB in 15 packages [2021-06-15T22:31:41.816Z] (4/6) Installing curl (7.77.0-r0) [2021-06-15T22:31:41.816Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-15T22:31:41.816Z] (6/6) Installing su-exec (0.2-r1) [2021-06-15T22:31:41.816Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:31:41.816Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:31:41.816Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-15T22:31:41.816Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:31:41.816Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-15T22:31:41.816Z] (4/4) Installing curl (7.77.0-r0) [2021-06-15T22:31:41.816Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:31:41.816Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:31:42.095Z] OK: 7 MiB in 20 packages [2021-06-15T22:31:42.374Z] OK: 7 MiB in 18 packages [2021-06-15T22:31:42.374Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-15T22:31:42.374Z] (2/2) Installing su-exec (0.2-r1) [2021-06-15T22:31:42.374Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:31:42.374Z] OK: 5 MiB in 16 packages [2021-06-15T22:31:44.993Z] Removing intermediate container 8aee6596fe5c [2021-06-15T22:31:44.993Z] ---> 5042f072a463 [2021-06-15T22:31:44.993Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:31:45.590Z] ---> Running in 6705485c298f [2021-06-15T22:31:45.866Z] Removing intermediate container a8f1a0166c86 [2021-06-15T22:31:45.866Z] ---> 812feac77577 [2021-06-15T22:31:45.866Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-15T22:31:46.143Z] Removing intermediate container e8dc1007d503 [2021-06-15T22:31:46.143Z] ---> 5b08f89f4b56 [2021-06-15T22:31:46.143Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T22:31:46.143Z] Removing intermediate container 3462689dd819 [2021-06-15T22:31:46.143Z] ---> 947e9b7a7b27 [2021-06-15T22:31:46.143Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T22:31:46.739Z] ---> Running in 2405f0bfa84d [2021-06-15T22:31:46.739Z] ---> Running in 11d06c1dc52d [2021-06-15T22:31:46.739Z] ---> Running in 1e7047b22c0c [2021-06-15T22:31:46.739Z] Removing intermediate container 6705485c298f [2021-06-15T22:31:46.739Z] ---> 905624bddc07 [2021-06-15T22:31:46.739Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-15T22:31:47.337Z] ---> Running in cf5e05027ffe [2021-06-15T22:31:47.610Z] Removing intermediate container 11d06c1dc52d [2021-06-15T22:31:47.610Z] Removing intermediate container 1e7047b22c0c [2021-06-15T22:31:47.610Z] ---> b6cf804da51c [2021-06-15T22:31:47.610Z] Step 14/26 : WORKDIR / [2021-06-15T22:31:47.610Z] Removing intermediate container 2405f0bfa84d [2021-06-15T22:31:47.610Z] ---> f872500804bc [2021-06-15T22:31:47.610Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-15T22:31:47.610Z] ---> aeb95fe35b8b [2021-06-15T22:31:47.610Z] Step 14/22 : WORKDIR /edgex [2021-06-15T22:31:47.882Z] ---> Running in 1c747abf49cf [2021-06-15T22:31:47.882Z] ---> Running in c62a6fc0d519 [2021-06-15T22:31:47.882Z] ---> Running in 9a1973b097d2 [2021-06-15T22:31:47.882Z] Removing intermediate container cf5e05027ffe [2021-06-15T22:31:47.882Z] ---> 025596ea90bc [2021-06-15T22:31:47.882Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T22:31:48.158Z] ---> Running in 988c4a57807e [2021-06-15T22:31:48.762Z] Removing intermediate container c62a6fc0d519 [2021-06-15T22:31:48.762Z] ---> 4f18c3fbe8d3 [2021-06-15T22:31:48.762Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-15T22:31:48.762Z] Removing intermediate container 1c747abf49cf [2021-06-15T22:31:48.762Z] ---> b5ba3309689a [2021-06-15T22:31:48.762Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-15T22:31:48.762Z] ---> Running in 7d71b7737379 [2021-06-15T22:31:48.762Z] Removing intermediate container 9a1973b097d2 [2021-06-15T22:31:48.762Z] ---> 60ee8669f0ca [2021-06-15T22:31:48.762Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-15T22:31:49.037Z] Removing intermediate container 988c4a57807e [2021-06-15T22:31:49.037Z] ---> a57d4a37bff6 [2021-06-15T22:31:49.037Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:31:49.636Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-15T22:31:49.636Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-15T22:31:49.636Z] ---> eeaf43b92773 [2021-06-15T22:31:49.636Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:31:49.907Z] ---> Running in 1d0eb94142d8 [2021-06-15T22:31:49.907Z] ---> 671b2f1ed445 [2021-06-15T22:31:49.907Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-15T22:31:50.180Z] ---> 03fd05f9960b [2021-06-15T22:31:50.180Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-15T22:31:50.451Z] ---> 2cf07012ef07 [2021-06-15T22:31:50.451Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-15T22:31:50.725Z] Removing intermediate container 1d0eb94142d8 [2021-06-15T22:31:50.725Z] ---> 1a14e8514564 [2021-06-15T22:31:50.725Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-15T22:31:51.323Z] ---> Running in f053e3d5d7e6 [2021-06-15T22:31:51.605Z] ---> c16f42552e85 [2021-06-15T22:31:51.605Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-15T22:31:51.880Z] ---> 6e8fcc6a1140 [2021-06-15T22:31:51.880Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-15T22:31:52.163Z] ---> 79b0fb8a2fe7 [2021-06-15T22:31:52.163Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-15T22:31:52.163Z] Removing intermediate container 7d71b7737379 [2021-06-15T22:31:52.163Z] ---> 405c3162ed81 [2021-06-15T22:31:52.163Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-15T22:31:52.438Z] ---> Running in 7a7848b59508 [2021-06-15T22:31:53.040Z] ---> deb296c9fc79 [2021-06-15T22:31:53.040Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-15T22:31:53.313Z] Removing intermediate container 7a7848b59508 [2021-06-15T22:31:53.313Z] ---> a28406bbb8f9 [2021-06-15T22:31:53.313Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-15T22:31:53.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:53.596Z] ---> 03e9a8f2c9c2 [2021-06-15T22:31:53.596Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-15T22:31:53.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:53.884Z] ---> Running in e5bfe135b78e [2021-06-15T22:31:53.884Z] ---> ba89c01003b2 [2021-06-15T22:31:53.884Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-15T22:31:54.156Z] ---> Running in e33d5ca988ec [2021-06-15T22:31:54.156Z] ---> 463e7b059422 [2021-06-15T22:31:54.156Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-15T22:31:54.156Z] (1/39) Installing readline (8.0.4-r0) [2021-06-15T22:31:54.156Z] (2/39) Installing bash (5.0.17-r0) [2021-06-15T22:31:54.427Z] Executing bash-5.0.17-r0.post-install [2021-06-15T22:31:54.427Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:31:54.427Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-15T22:31:54.427Z] (5/39) Installing curl (7.77.0-r0) [2021-06-15T22:31:54.427Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-15T22:31:54.427Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-15T22:31:54.427Z] (8/39) Installing expat (2.2.9-r1) [2021-06-15T22:31:54.427Z] (9/39) Installing libffi (3.3-r2) [2021-06-15T22:31:54.427Z] (10/39) Installing gdbm (1.13-r1) [2021-06-15T22:31:54.427Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-15T22:31:54.427Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-15T22:31:54.427Z] ---> f054b4b27d4b [2021-06-15T22:31:54.427Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-15T22:31:54.427Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-15T22:31:54.744Z] Removing intermediate container e5bfe135b78e [2021-06-15T22:31:54.744Z] ---> 52c24c11ef86 [2021-06-15T22:31:54.744Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:31:55.339Z] ---> Running in 7ed7be1128ea [2021-06-15T22:31:55.939Z] ---> Running in c98e621f5a97 [2021-06-15T22:31:55.939Z] Removing intermediate container e33d5ca988ec [2021-06-15T22:31:55.939Z] ---> 7e69f5688984 [2021-06-15T22:31:55.939Z] Step 19/22 : CMD ["--init=true"] [2021-06-15T22:31:56.542Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-15T22:31:56.542Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-15T22:31:56.542Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-15T22:31:56.542Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-15T22:31:56.542Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-15T22:31:56.542Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-15T22:31:56.542Z] ---> 44763e04d783 [2021-06-15T22:31:56.542Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-15T22:31:56.542Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-15T22:31:56.815Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-15T22:31:56.815Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-15T22:31:56.815Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-15T22:31:56.815Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-15T22:31:56.815Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-15T22:31:56.815Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-15T22:31:56.815Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-15T22:31:56.816Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-15T22:31:56.816Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-15T22:31:56.816Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-15T22:31:56.816Z] ---> Running in 570c0c9e0d2c [2021-06-15T22:31:56.816Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-15T22:31:56.816Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-15T22:31:57.086Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-15T22:31:57.086Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-15T22:31:57.086Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-15T22:31:57.086Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-15T22:31:57.086Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-15T22:31:57.086Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-15T22:31:57.086Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-15T22:31:57.086Z] Removing intermediate container c98e621f5a97 [2021-06-15T22:31:57.086Z] ---> 25eb21721626 [2021-06-15T22:31:57.086Z] Step 21/23 : LABEL arch=arm64 [2021-06-15T22:31:57.489Z] Executing busybox-1.31.1-r19.trigger [2021-06-15T22:31:57.489Z] OK: 72 MiB in 59 packages [2021-06-15T22:31:57.797Z] ---> Running in a65746413571 [2021-06-15T22:31:57.797Z] Removing intermediate container 570c0c9e0d2c [2021-06-15T22:31:57.797Z] ---> 42706e2ff617 [2021-06-15T22:31:57.797Z] Step 20/22 : LABEL arch=arm64 [2021-06-15T22:31:58.105Z] ---> Running in 0c4b513b6142 [2021-06-15T22:31:58.730Z] ---> d7332721c3f5 [2021-06-15T22:31:58.730Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-15T22:31:58.730Z] Removing intermediate container a65746413571 [2021-06-15T22:31:58.730Z] ---> 666d04806c6c [2021-06-15T22:31:58.730Z] Step 22/23 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:31:59.025Z] ---> Running in 0ead698682ad [2021-06-15T22:31:59.302Z] Removing intermediate container 0c4b513b6142 [2021-06-15T22:31:59.302Z] ---> 01d3335a31f7 [2021-06-15T22:31:59.302Z] Step 21/22 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:31:59.593Z] ---> Running in d7d3e3664f17 [2021-06-15T22:31:59.593Z] Removing intermediate container 7ed7be1128ea [2021-06-15T22:31:59.593Z] ---> 0eacf9e4766f [2021-06-15T22:31:59.593Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:31:59.889Z] Removing intermediate container 0ead698682ad [2021-06-15T22:31:59.889Z] ---> 95ed4cdc0bd1 [2021-06-15T22:31:59.889Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T22:32:00.169Z] ---> b83b940395bd [2021-06-15T22:32:00.169Z] 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/ [2021-06-15T22:32:00.452Z] ---> Running in 5d6064272247 [2021-06-15T22:32:00.452Z] ---> Running in 901fc9b32b3e [2021-06-15T22:32:00.452Z] Removing intermediate container d7d3e3664f17 [2021-06-15T22:32:00.452Z] ---> 1a4492553ee5 [2021-06-15T22:32:00.452Z] Step 22/22 : LABEL version=0.0.0 [2021-06-15T22:32:01.063Z] ---> 6b0485dde21a [2021-06-15T22:32:01.063Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-15T22:32:01.063Z] ---> Running in 5e4e3cdf0c32 [2021-06-15T22:32:01.063Z] Removing intermediate container 5d6064272247 [2021-06-15T22:32:01.063Z] ---> dc3b2d7e45a1 [2021-06-15T22:32:01.063Z] [2021-06-15T22:32:02.060Z] Successfully built dc3b2d7e45a1 [2021-06-15T22:32:02.060Z] Successfully tagged support-scheduler-arm64:latest [2021-06-15T22:32:02.060Z] Building core-command [2021-06-15T22:32:02.060Z]  Building support-scheduler ... done Removing intermediate container 5e4e3cdf0c32 [2021-06-15T22:32:02.060Z] ---> bf2593572733 [2021-06-15T22:32:02.060Z] [2021-06-15T22:32:03.047Z] Successfully built bf2593572733 [2021-06-15T22:32:03.047Z] Collecting docker-compose==1.23.2 [2021-06-15T22:32:03.047Z] ---> d5ef21ac9058 [2021-06-15T22:32:03.048Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-15T22:32:03.048Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-15T22:32:03.048Z] Building support-notifications [2021-06-15T22:32:03.048Z]  Building security-proxy-setup ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-15T22:32:04.036Z] Removing intermediate container 901fc9b32b3e [2021-06-15T22:32:04.036Z] ---> dbad98596b5f [2021-06-15T22:32:04.036Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-15T22:32:04.314Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-15T22:32:04.314Z] ---> cae044d1bf20 [2021-06-15T22:32:04.314Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-15T22:32:04.314Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-15T22:32:04.314Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-06-15T22:32:04.587Z] ---> Running in 24f59bef0152 [2021-06-15T22:32:05.564Z] Removing intermediate container 24f59bef0152 [2021-06-15T22:32:05.564Z] ---> 089acb479903 [2021-06-15T22:32:05.564Z] Step 24/26 : LABEL arch=arm64 [2021-06-15T22:32:05.564Z] Collecting PyYAML<4,>=3.10 [2021-06-15T22:32:05.564Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-15T22:32:05.838Z] ---> 0a1673ec81fa [2021-06-15T22:32:05.838Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-15T22:32:06.118Z] ---> Running in c892f2edb726 [2021-06-15T22:32:07.107Z] Removing intermediate container c892f2edb726 [2021-06-15T22:32:07.107Z] ---> 5c3368e544fe [2021-06-15T22:32:07.107Z] Step 25/26 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:32:07.380Z] ---> ae8777cf3028 [2021-06-15T22:32:07.380Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-15T22:32:07.380Z] ---> Running in 69f63cd951ca [2021-06-15T22:32:07.975Z] ---> Running in 68f7a6f46714 [2021-06-15T22:32:07.975Z] Removing intermediate container 69f63cd951ca [2021-06-15T22:32:07.975Z] ---> fe284b04ce56 [2021-06-15T22:32:07.975Z] Step 26/26 : LABEL version=0.0.0 [2021-06-15T22:32:08.248Z] ---> Running in e9bc0c511243 [2021-06-15T22:32:08.523Z] Removing intermediate container 68f7a6f46714 [2021-06-15T22:32:08.523Z] ---> 75f76da1792b [2021-06-15T22:32:08.523Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-15T22:32:08.797Z] Removing intermediate container e9bc0c511243 [2021-06-15T22:32:08.797Z] ---> fe27038af97c [2021-06-15T22:32:08.797Z] [2021-06-15T22:32:09.397Z] Successfully built fe27038af97c [2021-06-15T22:32:09.397Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-15T22:32:09.397Z] Building core-data [2021-06-15T22:32:09.397Z]  Building security-secretstore-setup ... done  ---> 32e198a29244 [2021-06-15T22:32:09.397Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-15T22:32:09.694Z] Collecting docopt<0.7,>=0.6.1 [2021-06-15T22:32:09.694Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-15T22:32:09.969Z] ---> Running in 769892c305da [2021-06-15T22:32:13.376Z] Collecting docker<4.0,>=3.6.0 [2021-06-15T22:32:13.376Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-15T22:32:13.376Z] Removing intermediate container 769892c305da [2021-06-15T22:32:13.376Z] ---> 762f7041cc92 [2021-06-15T22:32:13.376Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-15T22:32:13.654Z] ---> Running in 8e96b619fcd0 [2021-06-15T22:32:14.640Z] Removing intermediate container 8e96b619fcd0 [2021-06-15T22:32:14.640Z] ---> 066ea7e779cb [2021-06-15T22:32:14.640Z] Step 29/32 : CMD ["gate"] [2021-06-15T22:32:14.917Z] ---> Running in 3dbd595306de [2021-06-15T22:32:14.917Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-15T22:32:14.917Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-15T22:32:15.523Z] Removing intermediate container 3dbd595306de [2021-06-15T22:32:15.523Z] ---> 4899f9f3f7e3 [2021-06-15T22:32:15.523Z] Step 30/32 : LABEL arch=arm64 [2021-06-15T22:32:15.523Z] Collecting cached-property<2,>=1.2.0 [2021-06-15T22:32:15.523Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-15T22:32:15.796Z] ---> Running in 6d6883192174 [2021-06-15T22:32:16.067Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-15T22:32:16.067Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-15T22:32:16.662Z] Removing intermediate container 6d6883192174 [2021-06-15T22:32:16.662Z] ---> 7d4acb137130 [2021-06-15T22:32:16.662Z] Step 31/32 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:32:16.941Z] ---> Running in 2bfcb84a3d6d [2021-06-15T22:32:17.556Z] Removing intermediate container 2bfcb84a3d6d [2021-06-15T22:32:17.556Z] ---> a593510335ed [2021-06-15T22:32:17.556Z] Step 32/32 : LABEL version=0.0.0 [2021-06-15T22:32:18.155Z] ---> Running in 1113fe71e186 [2021-06-15T22:32:18.753Z] Collecting jsonschema<3,>=2.5.1 [2021-06-15T22:32:18.753Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-15T22:32:19.027Z] Removing intermediate container 1113fe71e186 [2021-06-15T22:32:19.027Z] ---> a5ec88edb265 [2021-06-15T22:32:19.027Z] [2021-06-15T22:32:19.624Z] Successfully built a5ec88edb265 [2021-06-15T22:32:19.624Z] Collecting texttable<0.10,>=0.9.0 [2021-06-15T22:32:19.624Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-15T22:32:19.624Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-15T22:32:19.624Z]  Building security-bootstrapper ... done Building core-metadata [2021-06-15T22:32:21.601Z] Collecting docker-pycreds>=0.4.0 [2021-06-15T22:32:21.601Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-15T22:32:21.874Z] 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) [2021-06-15T22:32:22.148Z] Collecting idna<2.8,>=2.5 [2021-06-15T22:32:22.148Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-15T22:32:22.148Z] 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) [2021-06-15T22:32:23.130Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-15T22:32:23.130Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-15T22:32:23.130Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-15T22:32:23.130Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-15T22:32:23.130Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-15T22:32:23.130Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-15T22:32:24.576Z] Installing collected packages: websocket-client, PyYAML, docopt, docker-pycreds, idna, urllib3, requests, docker, cached-property, dockerpty, jsonschema, texttable, docker-compose [2021-06-15T22:32:24.576Z] Running setup.py install for PyYAML: started [2021-06-15T22:32:27.203Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-15T22:32:27.203Z] Running setup.py install for docopt: started [2021-06-15T22:32:29.177Z] Running setup.py install for docopt: finished with status 'done' [2021-06-15T22:32:29.454Z] Attempting uninstall: idna [2021-06-15T22:32:29.454Z] Found existing installation: idna 2.9 [2021-06-15T22:32:29.454Z] Uninstalling idna-2.9: [2021-06-15T22:32:29.454Z] Successfully uninstalled idna-2.9 [2021-06-15T22:32:30.052Z] Attempting uninstall: urllib3 [2021-06-15T22:32:30.052Z] Found existing installation: urllib3 1.25.9 [2021-06-15T22:32:30.052Z] Uninstalling urllib3-1.25.9: [2021-06-15T22:32:30.325Z] Successfully uninstalled urllib3-1.25.9 [2021-06-15T22:32:30.920Z] Attempting uninstall: requests [2021-06-15T22:32:30.920Z] Found existing installation: requests 2.23.0 [2021-06-15T22:32:30.920Z] Uninstalling requests-2.23.0: [2021-06-15T22:32:30.920Z] Successfully uninstalled requests-2.23.0 [2021-06-15T22:32:32.357Z] Running setup.py install for dockerpty: started [2021-06-15T22:32:34.340Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-15T22:32:34.941Z] Running setup.py install for texttable: started [2021-06-15T22:32:36.915Z] Running setup.py install for texttable: finished with status 'done' [2021-06-15T22:32:37.909Z] 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 [2021-06-15T22:32:45.219Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:32:45.219Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:32:45.219Z] ---> 23ae07ea2df5 [2021-06-15T22:32:45.219Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:32:45.219Z] ---> Using cache [2021-06-15T22:32:45.219Z] ---> 5450531d7a4e [2021-06-15T22:32:45.219Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:32:45.219Z] ---> Using cache [2021-06-15T22:32:45.219Z] ---> 94353890527a [2021-06-15T22:32:45.219Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T22:32:45.219Z] ---> Using cache [2021-06-15T22:32:45.219Z] ---> 50b07a1073b9 [2021-06-15T22:32:45.219Z] Step 6/24 : COPY go.mod . [2021-06-15T22:32:45.219Z] ---> Using cache [2021-06-15T22:32:45.219Z] ---> 42d344a5e1d2 [2021-06-15T22:32:45.219Z] Step 7/24 : RUN go mod download [2021-06-15T22:32:45.219Z] ---> Using cache [2021-06-15T22:32:45.219Z] ---> 4089d461727f [2021-06-15T22:32:45.219Z] Step 8/24 : COPY . . [2021-06-15T22:32:45.502Z] ---> Using cache [2021-06-15T22:32:45.502Z] ---> 5c142c1fa76e [2021-06-15T22:32:45.502Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:32:45.502Z] ---> Using cache [2021-06-15T22:32:45.502Z] ---> 27c6c35b4de2 [2021-06-15T22:32:45.502Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-15T22:32:46.102Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:32:46.102Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:32:46.102Z] ---> 23ae07ea2df5 [2021-06-15T22:32:46.102Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T22:32:46.102Z] ---> Using cache [2021-06-15T22:32:46.102Z] ---> 5450531d7a4e [2021-06-15T22:32:46.102Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:32:46.102Z] ---> Using cache [2021-06-15T22:32:46.102Z] ---> 94353890527a [2021-06-15T22:32:46.102Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-15T22:32:46.372Z] ---> Running in cbd2c2569713 [2021-06-15T22:32:46.372Z] ---> Running in 7a928151896d [2021-06-15T22:32:48.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-15T22:32:48.351Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:32:49.335Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:32:50.325Z] OK: 218 MiB in 52 packages [2021-06-15T22:32:54.649Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:32:54.649Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:32:54.649Z] ---> 23ae07ea2df5 [2021-06-15T22:32:54.649Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:32:54.649Z] ---> Using cache [2021-06-15T22:32:54.649Z] ---> 5450531d7a4e [2021-06-15T22:32:54.649Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:32:54.649Z] ---> Using cache [2021-06-15T22:32:54.649Z] ---> 94353890527a [2021-06-15T22:32:54.649Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-15T22:32:54.649Z] Removing intermediate container 7a928151896d [2021-06-15T22:32:54.649Z] ---> 205a1b1e725e [2021-06-15T22:32:54.649Z] Step 6/23 : COPY go.mod . [2021-06-15T22:32:54.649Z] ---> Running in 0ba1b19fe1a3 [2021-06-15T22:32:56.628Z] ---> 46dc80c326e3 [2021-06-15T22:32:56.628Z] Step 7/23 : RUN go mod download [2021-06-15T22:32:56.903Z] ---> Running in 05c87981f35d [2021-06-15T22:32:57.529Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:32:58.571Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:32:58.867Z] Removing intermediate container f053e3d5d7e6 [2021-06-15T22:32:58.867Z] ---> 205db8dea2bc [2021-06-15T22:32:58.867Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-15T22:32:59.157Z] ---> Running in c6b3608f947f [2021-06-15T22:32:59.756Z] OK: 218 MiB in 52 packages [2021-06-15T22:33:00.737Z] Removing intermediate container c6b3608f947f [2021-06-15T22:33:00.737Z] ---> 19a75b215c6a [2021-06-15T22:33:00.737Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-15T22:33:00.737Z] ---> Running in 6fb78e947500 [2021-06-15T22:33:02.178Z] Removing intermediate container 0ba1b19fe1a3 [2021-06-15T22:33:02.178Z] ---> 738c02ec1303 [2021-06-15T22:33:02.178Z] Step 6/24 : COPY go.mod . [2021-06-15T22:33:02.178Z] Removing intermediate container 6fb78e947500 [2021-06-15T22:33:02.178Z] ---> be82dd5f1264 [2021-06-15T22:33:02.178Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-15T22:33:02.452Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:33:02.452Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:33:02.452Z] ---> 23ae07ea2df5 [2021-06-15T22:33:02.452Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:33:02.452Z] ---> Using cache [2021-06-15T22:33:02.452Z] ---> 5450531d7a4e [2021-06-15T22:33:02.452Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:33:02.452Z] ---> Using cache [2021-06-15T22:33:02.452Z] ---> 94353890527a [2021-06-15T22:33:02.452Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T22:33:02.452Z] ---> Using cache [2021-06-15T22:33:02.452Z] ---> 50b07a1073b9 [2021-06-15T22:33:02.452Z] Step 6/24 : COPY go.mod . [2021-06-15T22:33:02.452Z] ---> Using cache [2021-06-15T22:33:02.452Z] ---> 42d344a5e1d2 [2021-06-15T22:33:02.452Z] Step 7/24 : RUN go mod download [2021-06-15T22:33:02.452Z] ---> Using cache [2021-06-15T22:33:02.452Z] ---> 4089d461727f [2021-06-15T22:33:02.452Z] Step 8/24 : COPY . . [2021-06-15T22:33:03.054Z] Removing intermediate container 05c87981f35d [2021-06-15T22:33:03.054Z] ---> 81561ccef811 [2021-06-15T22:33:03.054Z] Step 8/23 : COPY . . [2021-06-15T22:33:03.330Z] ---> Using cache [2021-06-15T22:33:03.330Z] ---> 5c142c1fa76e [2021-06-15T22:33:03.330Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:33:03.330Z] ---> Using cache [2021-06-15T22:33:03.330Z] ---> 27c6c35b4de2 [2021-06-15T22:33:03.330Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-15T22:33:03.606Z] ---> Running in 7a547b0d6d06 [2021-06-15T22:33:04.211Z] ---> 99e62cae6c8c [2021-06-15T22:33:04.211Z] Step 7/24 : RUN go mod download [2021-06-15T22:33:04.819Z] ---> Running in adf2db869992 [2021-06-15T22:33:05.810Z] ---> 68949754726a [2021-06-15T22:33:05.810Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-15T22:33:06.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-15T22:33:08.077Z] ---> b3ed032b86ec [2021-06-15T22:33:08.077Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-15T22:33:10.734Z] Removing intermediate container adf2db869992 [2021-06-15T22:33:10.734Z] ---> 6e8d1805078a [2021-06-15T22:33:10.734Z] Step 8/24 : COPY . . [2021-06-15T22:33:11.352Z] ---> 5544a39a0860 [2021-06-15T22:33:11.352Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-15T22:33:11.629Z] ---> Running in 2eadf9f056cb [2021-06-15T22:33:13.117Z] Removing intermediate container 2eadf9f056cb [2021-06-15T22:33:13.117Z] ---> d6a60506c880 [2021-06-15T22:33:13.117Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:33:13.403Z] ---> Running in a2e6f77b0472 [2021-06-15T22:33:14.855Z] Removing intermediate container a2e6f77b0472 [2021-06-15T22:33:14.855Z] ---> bc59cd933e16 [2021-06-15T22:33:14.855Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T22:33:15.130Z] ---> Running in cafab8c045aa [2021-06-15T22:33:16.589Z] Removing intermediate container cafab8c045aa [2021-06-15T22:33:16.589Z] ---> 17d5afc453de [2021-06-15T22:33:16.589Z] Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:33:16.589Z] ---> Running in 0c19cc5a61da [2021-06-15T22:33:18.585Z] Removing intermediate container 0c19cc5a61da [2021-06-15T22:33:18.585Z] ---> cc432b80685c [2021-06-15T22:33:18.585Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:33:18.585Z] ---> Running in 613c13309d5d [2021-06-15T22:33:20.035Z] Removing intermediate container 613c13309d5d [2021-06-15T22:33:20.035Z] ---> 4f9b1317c6bc [2021-06-15T22:33:20.035Z] [2021-06-15T22:33:21.491Z] Successfully built 4f9b1317c6bc [2021-06-15T22:33:21.491Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-15T22:33:33.942Z]  Building sys-mgmt-agent ... done  ---> cebceee71e63 [2021-06-15T22:33:33.942Z] Step 9/23 : RUN go mod tidy [2021-06-15T22:33:33.942Z] ---> Running in 7e3b22c2e108 [2021-06-15T22:33:37.417Z] ---> f230d35501d9 [2021-06-15T22:33:37.417Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:33:37.691Z] ---> Running in 95573ed4ba5d [2021-06-15T22:33:42.040Z] Removing intermediate container 7e3b22c2e108 [2021-06-15T22:33:42.040Z] ---> c17d29890111 [2021-06-15T22:33:42.040Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-15T22:33:42.040Z] ---> Running in c5dba74f8f2f [2021-06-15T22:33:43.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-15T22:33:44.104Z] Removing intermediate container 95573ed4ba5d [2021-06-15T22:33:44.104Z] ---> 7dfdb55f65c9 [2021-06-15T22:33:44.104Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-15T22:33:44.104Z] ---> Running in 65afd7476b64 [2021-06-15T22:33:46.757Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-15T22:34:05.115Z] Removing intermediate container cbd2c2569713 [2021-06-15T22:34:05.115Z] ---> 6c35e954721a [2021-06-15T22:34:05.115Z] [2021-06-15T22:34:05.115Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:34:05.115Z] ---> 9852663dfa18 [2021-06-15T22:34:05.115Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:34:05.115Z] ---> Using cache [2021-06-15T22:34:05.115Z] ---> 5042f072a463 [2021-06-15T22:34:05.115Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:34:05.115Z] ---> Using cache [2021-06-15T22:34:05.115Z] ---> 905624bddc07 [2021-06-15T22:34:05.115Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-15T22:34:05.115Z] ---> Running in 4a010991ca64 [2021-06-15T22:34:05.115Z] Removing intermediate container 4a010991ca64 [2021-06-15T22:34:05.115Z] ---> 23098ee08a81 [2021-06-15T22:34:05.115Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T22:34:05.115Z] ---> Running in 6972759298c0 [2021-06-15T22:34:05.115Z] Removing intermediate container 6972759298c0 [2021-06-15T22:34:05.115Z] ---> 4f09d1e21721 [2021-06-15T22:34:05.115Z] Step 16/24 : WORKDIR / [2021-06-15T22:34:05.115Z] ---> Running in 92f2b173cc82 [2021-06-15T22:34:05.402Z] Removing intermediate container 92f2b173cc82 [2021-06-15T22:34:05.402Z] ---> f6e6711424d8 [2021-06-15T22:34:05.402Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:34:06.852Z] ---> df79a8a24a23 [2021-06-15T22:34:06.852Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-15T22:34:08.840Z] ---> 88f444673d6c [2021-06-15T22:34:08.840Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-15T22:34:10.298Z] ---> 9c385b68fbb0 [2021-06-15T22:34:10.298Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-15T22:34:10.298Z] ---> Running in b0d8eab1b122 [2021-06-15T22:34:11.296Z] Removing intermediate container b0d8eab1b122 [2021-06-15T22:34:11.296Z] ---> 80e50bf57206 [2021-06-15T22:34:11.296Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:34:11.296Z] ---> Running in 12b32c02414f [2021-06-15T22:34:12.285Z] Removing intermediate container 12b32c02414f [2021-06-15T22:34:12.285Z] ---> efd72e670ccd [2021-06-15T22:34:12.285Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T22:34:12.285Z] ---> Running in 0aa3db32ab0c [2021-06-15T22:34:12.888Z] Removing intermediate container 0aa3db32ab0c [2021-06-15T22:34:12.888Z] ---> 9fa0bae3f832 [2021-06-15T22:34:12.888Z] Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:34:13.163Z] ---> Running in 85df2a8587ae [2021-06-15T22:34:13.764Z] Removing intermediate container 85df2a8587ae [2021-06-15T22:34:13.764Z] ---> c9a32e2eb6d9 [2021-06-15T22:34:13.764Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:34:14.047Z] ---> Running in b2af64a44e05 [2021-06-15T22:34:14.648Z] Removing intermediate container b2af64a44e05 [2021-06-15T22:34:14.648Z] ---> 85893d8c346f [2021-06-15T22:34:14.648Z] [2021-06-15T22:34:15.253Z] Successfully built 85893d8c346f [2021-06-15T22:34:15.253Z] Successfully tagged core-command-arm64:latest [2021-06-15T22:34:34.151Z]  Building core-command ... done Removing intermediate container 7a547b0d6d06 [2021-06-15T22:34:34.151Z] ---> 88658e7e1bf8 [2021-06-15T22:34:34.151Z] [2021-06-15T22:34:34.151Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:34:34.151Z] ---> 9852663dfa18 [2021-06-15T22:34:34.151Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:34:34.151Z] ---> Using cache [2021-06-15T22:34:34.151Z] ---> 5042f072a463 [2021-06-15T22:34:34.151Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:34:34.151Z] ---> Using cache [2021-06-15T22:34:34.151Z] ---> 905624bddc07 [2021-06-15T22:34:34.151Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-15T22:34:34.151Z] ---> Running in 135c9ed15ab0 [2021-06-15T22:34:34.758Z] Removing intermediate container 135c9ed15ab0 [2021-06-15T22:34:34.758Z] ---> 9297ec2b2f26 [2021-06-15T22:34:34.758Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T22:34:35.039Z] ---> Running in a1645ff122fc [2021-06-15T22:34:36.037Z] Removing intermediate container a1645ff122fc [2021-06-15T22:34:36.037Z] ---> 4e3ca07ae844 [2021-06-15T22:34:36.037Z] Step 16/24 : WORKDIR / [2021-06-15T22:34:36.037Z] ---> Running in fd4f5cd49212 [2021-06-15T22:34:36.642Z] Removing intermediate container fd4f5cd49212 [2021-06-15T22:34:36.642Z] ---> 2c2f5f52cc5e [2021-06-15T22:34:36.642Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:34:38.092Z] ---> a56deb1d1667 [2021-06-15T22:34:38.092Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-15T22:34:40.093Z] ---> 43487ae0136d [2021-06-15T22:34:40.093Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-15T22:34:41.091Z] ---> 80901272ff51 [2021-06-15T22:34:41.091Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-15T22:34:41.367Z] ---> Running in 7ccb8ff1b52a [2021-06-15T22:34:41.967Z] Removing intermediate container 7ccb8ff1b52a [2021-06-15T22:34:41.967Z] ---> 11c8d986455a [2021-06-15T22:34:41.967Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:34:42.241Z] ---> Running in 91da91ba60a7 [2021-06-15T22:34:42.847Z] Removing intermediate container 91da91ba60a7 [2021-06-15T22:34:42.847Z] ---> 83d4bb29ea2f [2021-06-15T22:34:42.847Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T22:34:43.128Z] ---> Running in f722446a5046 [2021-06-15T22:34:44.134Z] Removing intermediate container f722446a5046 [2021-06-15T22:34:44.134Z] ---> b6c7de9bbeba [2021-06-15T22:34:44.134Z] Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:34:44.134Z] ---> Running in 4f7517952b55 [2021-06-15T22:34:44.765Z] Removing intermediate container 4f7517952b55 [2021-06-15T22:34:44.765Z] ---> 1e9cb50d67a0 [2021-06-15T22:34:44.765Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:34:45.041Z] ---> Running in 86ba555d1201 [2021-06-15T22:34:45.645Z] Removing intermediate container 86ba555d1201 [2021-06-15T22:34:45.646Z] ---> 975ac26a2548 [2021-06-15T22:34:45.646Z] [2021-06-15T22:34:46.248Z] Successfully built 975ac26a2548 [2021-06-15T22:34:46.248Z] Successfully tagged core-metadata-arm64:latest [2021-06-15T22:35:01.418Z]  Building core-metadata ... done Removing intermediate container c5dba74f8f2f [2021-06-15T22:35:01.418Z] ---> be212636d3f6 [2021-06-15T22:35:01.418Z] [2021-06-15T22:35:01.418Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T22:35:01.418Z] ---> 9852663dfa18 [2021-06-15T22:35:01.418Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-15T22:35:01.418Z] ---> Running in a5639e222a78 [2021-06-15T22:35:01.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:35:01.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:35:01.418Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-15T22:35:01.418Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-15T22:35:01.418Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:35:01.418Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:35:01.418Z] OK: 6 MiB in 16 packages [2021-06-15T22:35:03.388Z] Removing intermediate container a5639e222a78 [2021-06-15T22:35:03.388Z] ---> 81a4992bb909 [2021-06-15T22:35:03.388Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:35:03.658Z] ---> Running in 508ddbb214dd [2021-06-15T22:35:03.930Z] Removing intermediate container 65afd7476b64 [2021-06-15T22:35:03.930Z] ---> ab70f3b0f26a [2021-06-15T22:35:03.930Z] [2021-06-15T22:35:03.930Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:35:03.930Z] ---> 9852663dfa18 [2021-06-15T22:35:03.930Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-15T22:35:04.202Z] ---> Running in 747ad718ed54 [2021-06-15T22:35:04.202Z] Removing intermediate container 508ddbb214dd [2021-06-15T22:35:04.202Z] ---> af24bff3e144 [2021-06-15T22:35:04.202Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-15T22:35:04.479Z] ---> Running in b6d00084e119 [2021-06-15T22:35:04.479Z] Removing intermediate container 747ad718ed54 [2021-06-15T22:35:04.479Z] ---> b241015de0f4 [2021-06-15T22:35:04.479Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-15T22:35:04.749Z] ---> Running in 073c6500a26d [2021-06-15T22:35:05.023Z] Removing intermediate container b6d00084e119 [2021-06-15T22:35:05.023Z] ---> 40452678b902 [2021-06-15T22:35:05.023Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T22:35:05.023Z] ---> Running in 66b17377ec1b [2021-06-15T22:35:05.302Z] Removing intermediate container 073c6500a26d [2021-06-15T22:35:05.302Z] ---> 12ac8eb9d53c [2021-06-15T22:35:05.302Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-15T22:35:05.302Z] ---> Running in 89229359da65 [2021-06-15T22:35:05.575Z] Removing intermediate container 66b17377ec1b [2021-06-15T22:35:05.575Z] ---> 409f0fe995a1 [2021-06-15T22:35:05.575Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:35:05.850Z] Removing intermediate container 89229359da65 [2021-06-15T22:35:05.850Z] ---> 2184213ea61b [2021-06-15T22:35:05.850Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:35:06.123Z] ---> Running in 05acd9431710 [2021-06-15T22:35:06.396Z] ---> afa73a9d303a [2021-06-15T22:35:06.396Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-15T22:35:07.833Z] ---> 109b91502458 [2021-06-15T22:35:07.833Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-15T22:35:08.809Z] Removing intermediate container 05acd9431710 [2021-06-15T22:35:08.809Z] ---> f99820fef2a6 [2021-06-15T22:35:08.809Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-15T22:35:08.809Z] ---> 707f3ee0626b [2021-06-15T22:35:08.809Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-15T22:35:08.809Z] ---> Running in c347000e11c8 [2021-06-15T22:35:08.809Z] ---> Running in cc2a90022bae [2021-06-15T22:35:09.407Z] Removing intermediate container cc2a90022bae [2021-06-15T22:35:09.407Z] ---> 166b214cd78e [2021-06-15T22:35:09.407Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:35:09.676Z] ---> Running in 05d9048f1d55 [2021-06-15T22:35:10.278Z] Removing intermediate container 05d9048f1d55 [2021-06-15T22:35:10.278Z] ---> 997f90f169ea [2021-06-15T22:35:10.278Z] Step 21/23 : LABEL arch=arm64 [2021-06-15T22:35:10.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:35:10.278Z] ---> Running in 2003e9cf934e [2021-06-15T22:35:10.870Z] Removing intermediate container 2003e9cf934e [2021-06-15T22:35:10.870Z] ---> 81215b2ae9d6 [2021-06-15T22:35:10.870Z] Step 22/23 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:35:10.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:35:10.870Z] ---> Running in 2e892be03f49 [2021-06-15T22:35:11.462Z] Removing intermediate container 2e892be03f49 [2021-06-15T22:35:11.462Z] ---> 4aee8201a284 [2021-06-15T22:35:11.462Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T22:35:11.462Z] ---> Running in 2269237ca4a4 [2021-06-15T22:35:11.462Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-15T22:35:11.732Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-15T22:35:11.732Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-15T22:35:11.732Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-15T22:35:12.001Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-15T22:35:12.001Z] Removing intermediate container 2269237ca4a4 [2021-06-15T22:35:12.001Z] ---> 074b2637f841 [2021-06-15T22:35:12.001Z] [2021-06-15T22:35:12.001Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-15T22:35:12.272Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:35:12.272Z] OK: 8 MiB in 20 packages [2021-06-15T22:35:12.545Z] Successfully built 074b2637f841 [2021-06-15T22:35:12.545Z] Successfully tagged support-notifications-arm64:latest [2021-06-15T22:35:15.582Z]  Building support-notifications ... done Removing intermediate container c347000e11c8 [2021-06-15T22:35:15.583Z] ---> e7abb605f5c5 [2021-06-15T22:35:15.583Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:35:15.583Z] ---> 9525faae5b6a [2021-06-15T22:35:15.583Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-15T22:35:15.583Z] ---> 2d398090155f [2021-06-15T22:35:15.583Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-15T22:35:16.176Z] ---> f95a2fc35ac8 [2021-06-15T22:35:16.176Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-15T22:35:16.448Z] ---> Running in 6fc33084cea5 [2021-06-15T22:35:16.720Z] Removing intermediate container 6fc33084cea5 [2021-06-15T22:35:16.720Z] ---> 356fab23a484 [2021-06-15T22:35:16.720Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:35:16.993Z] ---> Running in dc8f41f1f281 [2021-06-15T22:35:17.586Z] Removing intermediate container dc8f41f1f281 [2021-06-15T22:35:17.586Z] ---> ddd4ebc74fe0 [2021-06-15T22:35:17.586Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T22:35:17.586Z] ---> Running in b738be079b17 [2021-06-15T22:35:18.182Z] Removing intermediate container b738be079b17 [2021-06-15T22:35:18.182Z] ---> a9495623955e [2021-06-15T22:35:18.182Z] Step 23/24 : LABEL git_sha=c4eb5c7406b1a66d52150a2be3ca63de4038f190 [2021-06-15T22:35:18.182Z] ---> Running in d313c5381c92 [2021-06-15T22:35:18.776Z] Removing intermediate container d313c5381c92 [2021-06-15T22:35:18.776Z] ---> dba7ef5b56d8 [2021-06-15T22:35:18.776Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:35:18.776Z] ---> Running in e104ab22259f [2021-06-15T22:35:19.372Z] Removing intermediate container e104ab22259f [2021-06-15T22:35:19.373Z] ---> 16670d642fa0 [2021-06-15T22:35:19.373Z] [2021-06-15T22:35:19.645Z] Successfully built 16670d642fa0 [2021-06-15T22:35:19.645Z] Successfully tagged core-data-arm64:latest [2021-06-15T22:35:19.934Z]  Building core-data ... done  [Pipeline] } [2021-06-15T22:35:19.942Z] $ docker stop --time=1 104813bb4be065e02bc7b49f12d4fb0fea20f72b71f1d5f750985f5318a36e35 [2021-06-15T22:35:21.805Z] $ docker rm -f 104813bb4be065e02bc7b49f12d4fb0fea20f72b71f1d5f750985f5318a36e35 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-15T22:35:22.389Z] + docker images [2021-06-15T22:35:22.663Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T22:35:22.663Z] core-data-arm64 latest 16670d642fa0 3 seconds ago 19.2MB [2021-06-15T22:35:22.663Z] support-notifications-arm64 latest 074b2637f841 11 seconds ago 15.7MB [2021-06-15T22:35:22.663Z] ab70f3b0f26a 19 seconds ago 975MB [2021-06-15T22:35:22.663Z] be212636d3f6 24 seconds ago 969MB [2021-06-15T22:35:22.663Z] core-metadata-arm64 latest 975ac26a2548 37 seconds ago 15.7MB [2021-06-15T22:35:22.663Z] 88658e7e1bf8 49 seconds ago 972MB [2021-06-15T22:35:22.663Z] core-command-arm64 latest 85893d8c346f About a minute ago 15MB [2021-06-15T22:35:22.663Z] 6c35e954721a About a minute ago 967MB [2021-06-15T22:35:22.663Z] sys-mgmt-agent-arm64 latest 4f9b1317c6bc 2 minutes ago 299MB [2021-06-15T22:35:22.663Z] security-bootstrapper-arm64 latest a5ec88edb265 3 minutes ago 17.5MB [2021-06-15T22:35:22.663Z] security-secretstore-setup-arm64 latest fe27038af97c 3 minutes ago 27.1MB [2021-06-15T22:35:22.663Z] security-proxy-setup-arm64 latest bf2593572733 3 minutes ago 24.3MB [2021-06-15T22:35:22.663Z] support-scheduler-arm64 latest dc3b2d7e45a1 3 minutes ago 15.1MB [2021-06-15T22:35:22.663Z] 1aa85a3c2afc 3 minutes ago 970MB [2021-06-15T22:35:22.663Z] 85e560e6e0a6 3 minutes ago 970MB [2021-06-15T22:35:22.663Z] 41ef870e383b 3 minutes ago 974MB [2021-06-15T22:35:22.663Z] 5c027a3af7be 3 minutes ago 977MB [2021-06-15T22:35:22.663Z] 6adf651b064f 3 minutes ago 969MB [2021-06-15T22:35:22.663Z] ci-base-image-arm64 latest 23ae07ea2df5 14 minutes ago 641MB [2021-06-15T22:35:22.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB [2021-06-15T22:35:22.663Z] alpine 3.12 9852663dfa18 2 months ago 5.32MB [2021-06-15T22:35:22.663Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-15T22:35:22.663Z] 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 [2021-06-15T22:35:23.415Z] ---> job-cost.sh [2021-06-15T22:35:23.415Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-X11Y [2021-06-15T22:36:10.342Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-15T22:38:03.119Z] lf-activate-venv(): INFO: Adding /tmp/venv-X11Y/bin to PATH [2021-06-15T22:38:03.119Z] INFO: No Stack... [2021-06-15T22:38:03.119Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-15T22:38:03.119Z] INFO: Archiving Costs [Pipeline] sh [2021-06-15T22:38:03.509Z] + cut -d, -f6 [2021-06-15T22:38:03.509Z] + cat /w/workspace/edgex-go/21/archives/cost.csv [Pipeline] lock [2021-06-15T22:38:03.575Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3531-21-stack-cost] [2021-06-15T22:38:03.583Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3531-21-stack-cost] did not exist. Created. [2021-06-15T22:38:03.583Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3531-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-15T22:38:03.945Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-15T22:38:04.203Z] Stashed 1 file(s) [Pipeline] } [2021-06-15T22:38:04.224Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3531-21-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 [2021-06-15T22:38:05.100Z] provisioning config files... [2021-06-15T22:38:05.113Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config7639362241142177871tmp [Pipeline] { [Pipeline] sh [2021-06-15T22:38:05.429Z] + set +x [2021-06-15T22:38:05.429Z] + curl -s https://codecov.io/bash [2021-06-15T22:38:05.429Z] + bash -s -- [2021-06-15T22:38:05.429Z] [2021-06-15T22:38:05.429Z] _____ _ [2021-06-15T22:38:05.429Z] / ____| | | [2021-06-15T22:38:05.429Z] | | ___ __| | ___ ___ _____ __ [2021-06-15T22:38:05.429Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-15T22:38:05.429Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-15T22:38:05.429Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-15T22:38:05.429Z] Bash-1.0.3 [2021-06-15T22:38:05.429Z] [2021-06-15T22:38:05.429Z] [2021-06-15T22:38:05.429Z] ==> git version 2.24.4 found [2021-06-15T22:38:05.691Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-06-15T22:38:05.691Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-15T22:38:05.691Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-15T22:38:05.691Z] ==> Jenkins CI detected. [2021-06-15T22:38:05.691Z] project root: . [2021-06-15T22:38:05.691Z] --> token set from env [2021-06-15T22:38:05.691Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-15T22:38:05.691Z] ==> Running gcov in . (disable via -X gcov) [2021-06-15T22:38:05.691Z] ==> Python coveragepy not found [2021-06-15T22:38:05.691Z] ==> Searching for coverage reports in: [2021-06-15T22:38:05.691Z] + . [2021-06-15T22:38:05.691Z] -> Found 1 reports [2021-06-15T22:38:05.691Z] ==> Detecting git/mercurial file structure [2021-06-15T22:38:05.691Z] ==> Reading reports [2021-06-15T22:38:05.691Z] + ./coverage.out bytes=398195 [2021-06-15T22:38:05.691Z] ==> Appending adjustments [2021-06-15T22:38:05.691Z] https://docs.codecov.io/docs/fixing-reports [2021-06-15T22:38:07.087Z] + Found adjustments [2021-06-15T22:38:07.087Z] ==> Gzipping contents [2021-06-15T22:38:07.087Z] 56K /tmp/codecov.RMuIxD.gz [2021-06-15T22:38:07.087Z] ==> Uploading reports [2021-06-15T22:38:07.087Z] url: https://codecov.io [2021-06-15T22:38:07.087Z] query: branch=PR-3531&commit=c4eb5c7406b1a66d52150a2be3ca63de4038f190&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= [2021-06-15T22:38:07.087Z] -> Pinging Codecov [2021-06-15T22:38:07.087Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3531&commit=c4eb5c7406b1a66d52150a2be3ca63de4038f190&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= [2021-06-15T22:38:07.348Z] -> Uploading to [2021-06-15T22:38:07.348Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-15/00271124DB129430A58F1EEE437C3FCB/c4eb5c7406b1a66d52150a2be3ca63de4038f190/37e85ff4-56f7-4d60-8816-e558072ae58b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210615%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210615T223807Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=26a005c378fb07d108c75e74b01e5dbdf697449c4119a342f63b587ec2f4e08a [2021-06-15T22:38:07.348Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-15T22:38:07.348Z] Dload Upload Total Spent Left Speed [2021-06-15T22:38:07.608Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54486 0 0 100 54486 0 124k --:--:-- --:--:-- --:--:-- 124k 100 54486 0 0 100 54486 0 124k --:--:-- --:--:-- --:--:-- 123k [2021-06-15T22:38:07.608Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c4eb5c7406b1a66d52150a2be3ca63de4038f190 [Pipeline] } [2021-06-15T22:38:07.617Z] 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 [2021-06-15T22:38:09.269Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:09.838Z] ---> package-listing.sh [2021-06-15T22:38:09.838Z] ++ facter osfamily [2021-06-15T22:38:09.838Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-15T22:38:10.102Z] + OS_FAMILY=redhat [2021-06-15T22:38:10.102Z] + workspace=/w/workspace/edgex-go/21 [2021-06-15T22:38:10.102Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-15T22:38:10.102Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-15T22:38:10.102Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-15T22:38:10.102Z] + PACKAGES=/tmp/packages_start.txt [2021-06-15T22:38:10.102Z] + '[' /w/workspace/edgex-go/21 ']' [2021-06-15T22:38:10.102Z] + PACKAGES=/tmp/packages_end.txt [2021-06-15T22:38:10.102Z] + case "${OS_FAMILY}" in [2021-06-15T22:38:10.102Z] + rpm -qa [2021-06-15T22:38:10.102Z] + sort [2021-06-15T22:38:12.669Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-15T22:38:12.669Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-15T22:38:12.669Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-15T22:38:12.669Z] + '[' /w/workspace/edgex-go/21 ']' [2021-06-15T22:38:12.669Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2021-06-15T22:38:12.669Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo [2021-06-15T22:38:12.685Z] 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-15T22:38:13.059Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:38:13.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-15T22:38:13.633Z] [2021-06-15T22:38:13.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:38:13.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-15T22:38:13.950Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-15T22:38:13.950Z] df20fa9351a1: Pulling fs layer [2021-06-15T22:38:13.950Z] 36b3adc4ff6f: Pulling fs layer [2021-06-15T22:38:13.950Z] 8ad3a11d3b57: Pulling fs layer [2021-06-15T22:38:13.950Z] 46f8f816bc3b: Pulling fs layer [2021-06-15T22:38:13.950Z] 93b61091891f: Pulling fs layer [2021-06-15T22:38:13.950Z] 93b9cdb0e59b: Pulling fs layer [2021-06-15T22:38:13.950Z] 5e14af77c1be: Pulling fs layer [2021-06-15T22:38:13.950Z] 01666e4c0597: Pulling fs layer [2021-06-15T22:38:13.950Z] aa168da1d23b: Pulling fs layer [2021-06-15T22:38:13.950Z] 46f8f816bc3b: Waiting [2021-06-15T22:38:13.950Z] 5e14af77c1be: Waiting [2021-06-15T22:38:13.950Z] 93b61091891f: Waiting [2021-06-15T22:38:13.950Z] 93b9cdb0e59b: Waiting [2021-06-15T22:38:13.950Z] aa168da1d23b: Waiting [2021-06-15T22:38:13.950Z] 01666e4c0597: Waiting [2021-06-15T22:38:13.950Z] 36b3adc4ff6f: Verifying Checksum [2021-06-15T22:38:13.950Z] 36b3adc4ff6f: Download complete [2021-06-15T22:38:13.950Z] 46f8f816bc3b: Verifying Checksum [2021-06-15T22:38:13.950Z] 46f8f816bc3b: Download complete [2021-06-15T22:38:14.210Z] df20fa9351a1: Verifying Checksum [2021-06-15T22:38:14.210Z] df20fa9351a1: Download complete [2021-06-15T22:38:14.210Z] 93b9cdb0e59b: Verifying Checksum [2021-06-15T22:38:14.210Z] 93b9cdb0e59b: Download complete [2021-06-15T22:38:14.210Z] 93b61091891f: Verifying Checksum [2021-06-15T22:38:14.210Z] 93b61091891f: Download complete [2021-06-15T22:38:14.210Z] 5e14af77c1be: Verifying Checksum [2021-06-15T22:38:14.210Z] 5e14af77c1be: Download complete [2021-06-15T22:38:14.210Z] 01666e4c0597: Verifying Checksum [2021-06-15T22:38:14.210Z] 01666e4c0597: Download complete [2021-06-15T22:38:14.210Z] df20fa9351a1: Pull complete [2021-06-15T22:38:14.472Z] 8ad3a11d3b57: Verifying Checksum [2021-06-15T22:38:14.472Z] 8ad3a11d3b57: Download complete [2021-06-15T22:38:14.472Z] 36b3adc4ff6f: Pull complete [2021-06-15T22:38:15.060Z] 8ad3a11d3b57: Pull complete [2021-06-15T22:38:15.060Z] 46f8f816bc3b: Pull complete [2021-06-15T22:38:15.319Z] 93b61091891f: Pull complete [2021-06-15T22:38:15.319Z] 93b9cdb0e59b: Pull complete [2021-06-15T22:38:15.319Z] 5e14af77c1be: Pull complete [2021-06-15T22:38:15.319Z] 01666e4c0597: Pull complete [2021-06-15T22:38:16.263Z] aa168da1d23b: Verifying Checksum [2021-06-15T22:38:16.263Z] aa168da1d23b: Download complete [2021-06-15T22:38:20.487Z] aa168da1d23b: Pull complete [2021-06-15T22:38:20.487Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-15T22:38:20.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-15T22:38:20.487Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-15T22:38:20.571Z] prd-centos7-docker-4c-2g-1571 does not seem to be running inside a container [2021-06-15T22:38:20.624Z] $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 [2021-06-15T22:38:24.083Z] $ docker top aaa36f54fe139fb1b0c1f15322c265d8c3ef46fbb00657499fd4605116c77b5e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:38:24.467Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-15T22:38:24.768Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-15T22:38:25.062Z] + ls /var/log/sa-host [2021-06-15T22:38:25.062Z] + sadf -c /var/log/sa-host/sa05 [2021-06-15T22:38:25.062Z] file_magic: OK [2021-06-15T22:38:25.062Z] HZ: Using current value: 100 [2021-06-15T22:38:25.062Z] file_header: OK [2021-06-15T22:38:25.062Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-06-15T22:38:25.062Z] Statistics: [2021-06-15T22:38:25.062Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-15T22:38:25.062Z] File successfully converted to sysstat format version 12.2.1 [2021-06-15T22:38:25.062Z] + sadf -c /var/log/sa-host/sa15 [2021-06-15T22:38:25.062Z] file_magic: OK [2021-06-15T22:38:25.062Z] HZ: Using current value: 100 [2021-06-15T22:38:25.062Z] file_header: OK [2021-06-15T22:38:25.062Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-06-15T22:38:25.062Z] Statistics: [2021-06-15T22:38:25.062Z] 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... [2021-06-15T22:38:25.062Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-15T22:38:25.260Z] provisioning config files... [2021-06-15T22:38:25.271Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config8594515604094420655tmp [Pipeline] { [Pipeline] echo [2021-06-15T22:38:25.293Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:25.590Z] ---> create-netrc.sh [Pipeline] } [2021-06-15T22:38:25.598Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:26.025Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-15T22:38:26.037Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:26.337Z] ---> sudo-logs.sh [2021-06-15T22:38:26.337Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-15T22:38:26.371Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:26.671Z] ---> job-cost.sh [2021-06-15T22:38:26.671Z] lf-activate-venv: SKIPPING [2021-06-15T22:38:26.671Z] DEBUG: total: 0.18000000715255737 [2021-06-15T22:38:26.671Z] INFO: Retrieving Stack Cost... [2021-06-15T22:38:27.615Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-15T22:38:27.875Z] INFO: Archiving Costs [Pipeline] echo [2021-06-15T22:38:27.891Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:28.209Z] ---> logs-deploy.sh [2021-06-15T22:38:28.209Z] lf-activate-venv: SKIPPING [2021-06-15T22:38:28.209Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3531/21 [2021-06-15T22:38:28.209Z] INFO: archiving workspace using pattern(s): [2021-06-15T22:38:29.154Z] Archives upload complete. [2021-06-15T22:38:29.154Z] INFO: archiving logs to Nexus [2021-06-15T22:38:29.728Z] ---> uname -a: [2021-06-15T22:38:29.728Z] Linux prd-centos7-docker-4c-2g-1571.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-15T22:38:29.728Z] [2021-06-15T22:38:29.728Z] [2021-06-15T22:38:29.728Z] ---> lscpu: [2021-06-15T22:38:29.728Z] Architecture: x86_64 [2021-06-15T22:38:29.728Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-15T22:38:29.728Z] Byte Order: Little Endian [2021-06-15T22:38:29.728Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-15T22:38:29.728Z] CPU(s): 2 [2021-06-15T22:38:29.728Z] On-line CPU(s) list: 0,1 [2021-06-15T22:38:29.728Z] Thread(s) per core: 1 [2021-06-15T22:38:29.728Z] Core(s) per socket: 1 [2021-06-15T22:38:29.728Z] Socket(s): 2 [2021-06-15T22:38:29.728Z] NUMA node(s): 1 [2021-06-15T22:38:29.728Z] Vendor ID: AuthenticAMD [2021-06-15T22:38:29.728Z] CPU family: 23 [2021-06-15T22:38:29.728Z] Model: 49 [2021-06-15T22:38:29.728Z] Model name: AMD EPYC-Rome Processor [2021-06-15T22:38:29.728Z] Stepping: 0 [2021-06-15T22:38:29.728Z] CPU MHz: 2800.000 [2021-06-15T22:38:29.728Z] BogoMIPS: 5600.00 [2021-06-15T22:38:29.728Z] Virtualization: AMD-V [2021-06-15T22:38:29.728Z] Hypervisor vendor: KVM [2021-06-15T22:38:29.728Z] Virtualization type: full [2021-06-15T22:38:29.728Z] L1d cache: 64 KiB [2021-06-15T22:38:29.728Z] L1i cache: 64 KiB [2021-06-15T22:38:29.728Z] L2 cache: 1 MiB [2021-06-15T22:38:29.728Z] L3 cache: 32 MiB [2021-06-15T22:38:29.728Z] NUMA node0 CPU(s): 0,1 [2021-06-15T22:38:29.728Z] Vulnerability Itlb multihit: Not affected [2021-06-15T22:38:29.728Z] Vulnerability L1tf: Not affected [2021-06-15T22:38:29.728Z] Vulnerability Mds: Not affected [2021-06-15T22:38:29.728Z] Vulnerability Meltdown: Not affected [2021-06-15T22:38:29.728Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-15T22:38:29.728Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-15T22:38:29.728Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-15T22:38:29.728Z] Vulnerability Srbds: Not affected [2021-06-15T22:38:29.728Z] Vulnerability Tsx async abort: Not affected [2021-06-15T22:38:29.729Z] 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 [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] ---> nproc: [2021-06-15T22:38:29.729Z] 2 [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] ---> df -h: [2021-06-15T22:38:29.729Z] Filesystem Size Used Available Use% Mounted on [2021-06-15T22:38:29.729Z] overlay 40.0G 12.5G 27.5G 31% / [2021-06-15T22:38:29.729Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-15T22:38:29.729Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-15T22:38:29.729Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /facter-os [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/resolv.conf [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hostname [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hosts [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/secure [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/auth.log [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /run/cloud-init/result.json [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/sa-host [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/21 [2021-06-15T22:38:29.729Z] /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/21@tmp [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] ---> free -m: [2021-06-15T22:38:29.729Z] total used free shared buff/cache available [2021-06-15T22:38:29.729Z] Mem: 7821 1349 1556 0 4915 6444 [2021-06-15T22:38:29.729Z] Swap: 1023 1 1022 [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] ---> ip addr: [2021-06-15T22:38:29.729Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-15T22:38:29.729Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-15T22:38:29.729Z] inet 127.0.0.1/8 scope host lo [2021-06-15T22:38:29.729Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:29.729Z] inet6 ::1/128 scope host [2021-06-15T22:38:29.729Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:29.729Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-15T22:38:29.729Z] link/ether fa:16:3e:f4:97:5f brd ff:ff:ff:ff:ff:ff [2021-06-15T22:38:29.729Z] inet 10.30.123.246/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-15T22:38:29.729Z] valid_lft 84981sec preferred_lft 84981sec [2021-06-15T22:38:29.729Z] inet6 fe80::f816:3eff:fef4:975f/64 scope link [2021-06-15T22:38:29.729Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:29.729Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-15T22:38:29.729Z] link/ether 02:42:c5:4c:3a:e0 brd ff:ff:ff:ff:ff:ff [2021-06-15T22:38:29.729Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-15T22:38:29.729Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:29.729Z] inet6 fe80::42:c5ff:fe4c:3ae0/64 scope link [2021-06-15T22:38:29.729Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] ---> sar -b -r -n DEV: [2021-06-15T22:38:29.729Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/15/21 _x86_64_ (2 CPU) [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] 22:14:39 LINUX RESTART (2 CPU) [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] 22:15:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-15T22:38:29.729Z] 22:16:01 148.35 19.92 128.43 0.00 5941.81 42202.76 0.00 [2021-06-15T22:38:29.729Z] 22:17:01 82.32 0.20 82.12 0.00 23.31 41390.46 0.00 [2021-06-15T22:38:29.729Z] 22:18:01 136.93 0.00 136.93 0.00 0.00 18535.15 0.00 [2021-06-15T22:38:29.729Z] 22:19:01 54.96 0.02 54.94 0.00 0.53 9827.58 0.00 [2021-06-15T22:38:29.729Z] 22:20:01 126.80 0.00 126.80 0.00 0.00 42051.27 0.00 [2021-06-15T22:38:29.729Z] 22:21:01 913.67 524.44 389.23 0.00 23977.30 251588.52 0.00 [2021-06-15T22:38:29.729Z] 22:22:01 626.79 172.80 453.99 0.00 7322.51 201002.03 0.00 [2021-06-15T22:38:29.729Z] 22:23:02 488.79 152.86 335.94 0.00 6712.94 97091.29 0.00 [2021-06-15T22:38:29.729Z] 22:24:01 7.64 0.00 7.64 0.00 0.00 353.29 0.00 [2021-06-15T22:38:29.729Z] 22:25:01 0.28 0.03 0.25 0.00 0.27 2.70 0.00 [2021-06-15T22:38:29.729Z] 22:26:01 0.32 0.00 0.32 0.00 0.00 3.38 0.00 [2021-06-15T22:38:29.729Z] 22:27:01 0.23 0.00 0.23 0.00 0.00 2.60 0.00 [2021-06-15T22:38:29.729Z] 22:28:01 0.20 0.00 0.20 0.00 0.00 2.10 0.00 [2021-06-15T22:38:29.729Z] 22:29:01 0.33 0.00 0.33 0.00 0.00 3.68 0.00 [2021-06-15T22:38:29.729Z] 22:30:01 0.43 0.18 0.25 0.00 5.73 2.75 0.00 [2021-06-15T22:38:29.729Z] 22:31:01 0.83 0.00 0.83 0.00 0.00 16.64 0.00 [2021-06-15T22:38:29.729Z] 22:32:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 [2021-06-15T22:38:29.729Z] 22:33:01 0.28 0.00 0.28 0.00 0.00 4.20 0.00 [2021-06-15T22:38:29.729Z] 22:34:01 0.23 0.00 0.23 0.00 0.00 2.87 0.00 [2021-06-15T22:38:29.729Z] 22:35:01 0.17 0.00 0.17 0.00 0.00 1.38 0.00 [2021-06-15T22:38:29.729Z] 22:36:01 0.28 0.00 0.28 0.00 0.00 3.37 0.00 [2021-06-15T22:38:29.729Z] 22:37:01 0.23 0.00 0.23 0.00 0.00 2.47 0.00 [2021-06-15T22:38:29.729Z] 22:38:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 [2021-06-15T22:38:29.729Z] Average: 112.86 37.97 74.89 0.00 1914.78 30676.42 0.00 [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] 22:15:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-15T22:38:29.729Z] 22:16:01 5191912 0 887488 11.08 2620 1926912 1508388 16.65 820656 1585828 28076 [2021-06-15T22:38:29.729Z] 22:17:01 4119484 0 990320 12.37 2620 2896508 1556332 17.18 1074392 2326884 41388 [2021-06-15T22:38:29.729Z] 22:18:01 3827192 0 1144076 14.29 2620 3035044 1663240 18.36 1353100 2274728 251184 [2021-06-15T22:38:29.729Z] 22:19:01 3845604 0 1184880 14.79 2620 2975828 1840516 20.32 1317488 2280820 63836 [2021-06-15T22:38:29.729Z] 22:20:01 1489240 0 1213252 15.15 2620 5303820 1390192 15.35 1950628 3934568 1320120 [2021-06-15T22:38:29.729Z] 22:21:01 1010848 0 1650968 20.61 2620 5344496 2891836 31.93 2442964 3835180 2940 [2021-06-15T22:38:29.729Z] 22:22:01 143024 0 1525900 19.05 2620 6337388 2513108 27.75 3418636 3696232 236096 [2021-06-15T22:38:29.729Z] 22:23:02 2220412 0 1287112 16.07 2620 4498788 1306856 14.43 1387612 3673012 20 [2021-06-15T22:38:29.729Z] 22:24:01 2228896 0 1278628 15.97 2620 4498788 1277364 14.10 1400068 3657972 12 [2021-06-15T22:38:29.729Z] 22:25:01 2229788 0 1277676 15.95 2620 4498848 1275048 14.08 1420656 3637536 12 [2021-06-15T22:38:29.729Z] 22:26:01 2231352 0 1276164 15.93 2620 4498796 1270936 14.03 1415760 3642348 8 [2021-06-15T22:38:29.729Z] 22:27:01 2231612 0 1275900 15.93 2620 4498800 1270900 14.03 1415444 3642348 8 [2021-06-15T22:38:29.729Z] 22:28:01 2232068 0 1275436 15.93 2620 4498808 1270852 14.03 1410724 3646828 8 [2021-06-15T22:38:29.729Z] 22:29:01 2231208 0 1276292 15.94 2620 4498812 1271032 14.03 1411716 3646828 8 [2021-06-15T22:38:29.729Z] 22:30:01 2230936 0 1276524 15.94 2620 4498852 1271032 14.03 1411760 3646852 16 [2021-06-15T22:38:29.729Z] 22:31:01 2230572 0 1276888 15.94 2620 4498852 1271032 14.03 1411860 3646852 8 [2021-06-15T22:38:29.729Z] 22:32:01 2232216 0 1275236 15.92 2620 4498860 1270852 14.03 1410804 3646852 8 [2021-06-15T22:38:29.729Z] 22:33:01 2230952 0 1276496 15.94 2620 4498864 1271020 14.03 1411688 3646852 8 [2021-06-15T22:38:29.729Z] 22:34:01 2232284 0 1275160 15.92 2620 4498868 1270852 14.03 1410760 3646852 8 [2021-06-15T22:38:29.729Z] 22:35:01 2231796 0 1275644 15.93 2620 4498872 1270852 14.03 1410916 3646852 8 [2021-06-15T22:38:29.729Z] 22:36:01 2231496 0 1275940 15.93 2620 4498876 1270996 14.03 1411204 3646856 8 [2021-06-15T22:38:29.729Z] 22:37:01 2232028 0 1275404 15.92 2620 4498880 1270900 14.03 1410920 3646852 8 [2021-06-15T22:38:29.729Z] 22:38:01 2232232 0 1275196 15.92 2620 4498884 1270852 14.03 1410796 3646852 8 [2021-06-15T22:38:29.729Z] Average: 2405094 0 1262025 15.76 2620 4339193 1467173 16.20 1519154 3404469 84513 [2021-06-15T22:38:29.729Z] [2021-06-15T22:38:29.729Z] 22:15:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-15T22:38:29.729Z] 22:16:01 veth04ee4e4 180.98 116.43 20.61 489.89 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:16:01 eth0 1234.46 1022.90 4282.46 135.75 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:16:01 docker0 180.98 116.33 18.13 489.88 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:17:01 eth0 854.82 1000.40 5098.82 96.60 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:17:01 vethe899c40 58.20 70.82 4.26 190.52 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:17:01 docker0 751.16 567.90 57.82 2397.53 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:18:01 veth76faa58 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:18:01 eth0 266.93 228.51 692.55 32.37 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:18:01 docker0 205.26 221.59 14.31 655.22 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:19:01 veth76faa58 2.26 2.26 0.18 0.18 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:19:01 eth0 32.79 21.69 19.70 109.44 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:19:01 docker0 2.26 2.26 0.15 0.18 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:20:01 eth0 179.03 151.33 1700.79 24.19 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:20:01 veth943c75b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.729Z] 22:21:01 veth6eae247 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:21:01 eth0 92.15 66.96 192.22 16.79 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:21:01 veth943c75b 0.00 1.34 0.00 0.06 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:22:01 eth0 97.82 59.36 283.41 115.96 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:22:01 veth943c75b 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:22:01 docker0 1214.87 1009.43 95.00 3900.65 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:23:02 eth0 230.19 170.91 1714.68 30.66 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:23:02 docker0 58.08 86.68 3.80 458.02 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:24:01 eth0 1.24 0.54 0.45 0.05 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:25:01 eth0 0.57 0.40 0.27 0.21 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:26:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:27:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:28:01 eth0 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:29:01 eth0 1.07 0.40 0.33 0.20 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:30:01 eth0 0.73 0.28 0.30 0.20 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:31:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:32:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:33:01 eth0 0.92 0.35 0.37 0.20 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:34:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:35:01 eth0 0.18 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:36:01 eth0 0.62 0.35 0.35 0.27 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:37:01 eth0 0.17 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:38:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] Average: eth0 129.56 117.95 606.00 24.43 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] Average: docker0 55.50 47.79 4.31 190.02 0.00 0.00 0.00 0.00 [2021-06-15T22:38:29.730Z] [2021-06-15T22:38:29.730Z] [2021-06-15T22:38:29.730Z] ---> sar -P ALL: [2021-06-15T22:38:29.730Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/15/21 _x86_64_ (2 CPU) [2021-06-15T22:38:29.730Z] [2021-06-15T22:38:29.730Z] 22:14:39 LINUX RESTART (2 CPU) [2021-06-15T22:38:29.730Z] [2021-06-15T22:38:29.730Z] 22:15:02 CPU %user %nice %system %iowait %steal %idle [2021-06-15T22:38:29.730Z] 22:16:01 all 23.43 0.00 6.59 12.12 0.13 57.73 [2021-06-15T22:38:29.730Z] 22:16:01 0 22.12 0.00 7.27 12.85 0.15 57.62 [2021-06-15T22:38:29.730Z] 22:16:01 1 24.73 0.00 5.91 11.39 0.11 57.85 [2021-06-15T22:38:29.730Z] 22:17:01 all 17.29 0.00 5.76 7.04 0.09 69.82 [2021-06-15T22:38:29.730Z] 22:17:01 0 15.71 0.00 6.12 5.77 0.09 72.31 [2021-06-15T22:38:29.730Z] 22:17:01 1 18.86 0.00 5.41 8.30 0.09 67.34 [2021-06-15T22:38:29.730Z] 22:18:01 all 56.39 0.00 9.64 3.84 0.11 30.02 [2021-06-15T22:38:29.730Z] 22:18:01 0 56.49 0.00 9.75 4.15 0.11 29.50 [2021-06-15T22:38:29.730Z] 22:18:01 1 56.29 0.00 9.53 3.53 0.11 30.54 [2021-06-15T22:38:29.730Z] 22:19:01 all 33.53 0.00 5.62 1.40 0.09 59.36 [2021-06-15T22:38:29.730Z] 22:19:01 0 32.70 0.00 5.76 1.69 0.09 59.77 [2021-06-15T22:38:29.730Z] 22:19:01 1 34.37 0.00 5.48 1.11 0.09 58.95 [2021-06-15T22:38:29.730Z] 22:20:01 all 52.51 0.00 12.69 2.67 0.09 32.04 [2021-06-15T22:38:29.730Z] 22:20:01 0 52.90 0.00 12.88 2.06 0.11 32.05 [2021-06-15T22:38:29.730Z] 22:20:01 1 52.12 0.00 12.50 3.28 0.07 32.03 [2021-06-15T22:38:29.730Z] 22:21:01 all 31.31 0.00 18.77 40.78 0.14 9.01 [2021-06-15T22:38:29.730Z] 22:21:01 0 31.44 0.00 19.24 40.21 0.13 8.99 [2021-06-15T22:38:29.730Z] 22:21:01 1 31.18 0.00 18.30 41.35 0.14 9.03 [2021-06-15T22:38:29.730Z] 22:22:01 all 73.28 0.00 18.40 7.67 0.13 0.52 [2021-06-15T22:38:29.730Z] 22:22:01 0 72.74 0.00 19.33 7.12 0.13 0.67 [2021-06-15T22:38:29.730Z] 22:22:01 1 73.81 0.00 17.49 8.21 0.13 0.37 [2021-06-15T22:38:29.730Z] 22:23:02 all 55.66 0.00 15.20 6.49 0.12 22.54 [2021-06-15T22:38:29.730Z] 22:23:02 0 55.93 0.00 15.10 7.28 0.13 21.56 [2021-06-15T22:38:29.730Z] 22:23:02 1 55.39 0.00 15.30 5.70 0.11 23.51 [2021-06-15T22:38:29.730Z] 22:24:01 all 0.07 0.00 0.07 0.03 0.03 99.80 [2021-06-15T22:38:29.730Z] 22:24:01 0 0.12 0.00 0.03 0.03 0.03 99.78 [2021-06-15T22:38:29.730Z] 22:24:01 1 0.02 0.00 0.10 0.02 0.03 99.83 [2021-06-15T22:38:29.730Z] 22:25:01 all 0.07 0.00 0.03 0.00 0.04 99.86 [2021-06-15T22:38:29.730Z] 22:25:01 0 0.10 0.00 0.03 0.00 0.05 99.82 [2021-06-15T22:38:29.730Z] 22:25:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-15T22:38:29.730Z] 22:26:01 all 0.03 0.00 0.03 0.00 0.04 99.89 [2021-06-15T22:38:29.730Z] 22:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-15T22:38:29.730Z] 22:26:01 1 0.03 0.00 0.05 0.00 0.07 99.85 [2021-06-15T22:38:29.730Z] [2021-06-15T22:38:29.730Z] 22:26:01 CPU %user %nice %system %iowait %steal %idle [2021-06-15T22:38:29.730Z] 22:27:01 all 0.08 0.00 0.02 0.00 0.03 99.88 [2021-06-15T22:38:29.730Z] 22:27:01 0 0.13 0.00 0.02 0.00 0.02 99.83 [2021-06-15T22:38:29.730Z] 22:27:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-15T22:38:29.730Z] 22:28:01 all 0.10 0.00 0.13 0.00 0.03 99.74 [2021-06-15T22:38:29.730Z] 22:28:01 0 0.15 0.00 0.13 0.00 0.05 99.67 [2021-06-15T22:38:29.730Z] 22:28:01 1 0.05 0.00 0.12 0.00 0.02 99.82 [2021-06-15T22:38:29.730Z] 22:29:01 all 0.06 0.00 0.03 0.00 0.03 99.88 [2021-06-15T22:38:29.730Z] 22:29:01 0 0.10 0.00 0.03 0.00 0.03 99.83 [2021-06-15T22:38:29.730Z] 22:29:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-15T22:38:29.730Z] 22:30:01 all 0.11 0.00 0.04 0.01 0.03 99.82 [2021-06-15T22:38:29.730Z] 22:30:01 0 0.07 0.00 0.05 0.02 0.03 99.83 [2021-06-15T22:38:29.730Z] 22:30:01 1 0.15 0.00 0.03 0.00 0.02 99.80 [2021-06-15T22:38:29.730Z] 22:31:01 all 0.07 0.00 0.03 0.00 0.03 99.88 [2021-06-15T22:38:29.730Z] 22:31:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-15T22:38:29.730Z] 22:31:01 1 0.12 0.00 0.02 0.00 0.02 99.85 [2021-06-15T22:38:29.731Z] 22:32:01 all 0.08 0.00 0.02 0.00 0.03 99.88 [2021-06-15T22:38:29.731Z] 22:32:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-15T22:38:29.731Z] 22:32:01 1 0.12 0.00 0.02 0.00 0.00 99.87 [2021-06-15T22:38:29.731Z] 22:33:01 all 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-15T22:38:29.731Z] 22:33:01 0 0.02 0.00 0.03 0.00 0.05 99.90 [2021-06-15T22:38:29.731Z] 22:33:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-06-15T22:38:29.731Z] 22:34:01 all 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-15T22:38:29.731Z] 22:34:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-15T22:38:29.731Z] 22:34:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-15T22:38:29.731Z] 22:35:01 all 0.05 0.00 0.00 0.00 0.03 99.92 [2021-06-15T22:38:29.731Z] 22:35:01 0 0.05 0.00 0.00 0.00 0.05 99.90 [2021-06-15T22:38:29.731Z] 22:35:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2021-06-15T22:38:29.731Z] 22:36:01 all 0.04 0.00 0.03 0.00 0.03 99.90 [2021-06-15T22:38:29.731Z] 22:36:01 0 0.07 0.00 0.03 0.00 0.05 99.85 [2021-06-15T22:38:29.731Z] 22:36:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-06-15T22:38:29.731Z] 22:37:01 all 0.03 0.00 0.01 0.00 0.03 99.93 [2021-06-15T22:38:29.731Z] 22:37:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-15T22:38:29.731Z] 22:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2021-06-15T22:38:29.731Z] [2021-06-15T22:38:29.731Z] 22:37:01 CPU %user %nice %system %iowait %steal %idle [2021-06-15T22:38:29.731Z] 22:38:01 all 0.10 0.00 0.03 0.00 0.03 99.84 [2021-06-15T22:38:29.731Z] 22:38:01 0 0.17 0.00 0.02 0.00 0.05 99.77 [2021-06-15T22:38:29.731Z] 22:38:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-06-15T22:38:29.731Z] Average: all 14.15 0.00 3.83 3.39 0.06 78.58 [2021-06-15T22:38:29.731Z] Average: 0 13.99 0.00 3.94 3.35 0.07 78.65 [2021-06-15T22:38:29.731Z] Average: 1 14.30 0.00 3.72 3.42 0.05 78.51 [2021-06-15T22:38:29.731Z] [2021-06-15T22:38:29.731Z] [2021-06-15T22:38:29.731Z]