Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at c8e01228eebdce54d172fd10835788ee98243d1b rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c8e01228eebdce54d172fd10835788ee98243d1b 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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/v1, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go 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/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-17129 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/29 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c8e01228eebdce54d172fd10835788ee98243d1b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 Merge succeeded, producing 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 Checking out Revision 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 # timeout=10 Commit message: "Merge commit 'c8e01228eebdce54d172fd10835788ee98243d1b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:36 ========================================================= 00:31:36 EdgeX Global Pipelines Version Info 00:31:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 485b5a2a39ebd631aaab20b20668707ad2900bab # timeout=10 00:31:38 ------------------- 00:31:38 stable info: 00:31:38 ------------------- 00:31:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:38 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:38 Message: update stable to v1.0.173 00:31:39 ------------------- 00:31:39 experimental info: 00:31:39 ------------------- 00:31:39 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:39 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:39 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1d1bd54 [Pipeline] echo 00:31:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:42 provisioning config files... 00:31:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config4068854118653443608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:42 ---> docker-login.sh 00:31:42 nexus3.edgexfoundry.org:10001 00:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:43 Configure a credential helper to remove this warning. See 00:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:43 00:31:43 Login Succeeded 00:31:43 nexus3.edgexfoundry.org:10002 00:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:43 Configure a credential helper to remove this warning. See 00:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:43 00:31:43 Login Succeeded 00:31:43 nexus3.edgexfoundry.org:10003 00:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:43 Configure a credential helper to remove this warning. See 00:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:43 00:31:43 Login Succeeded 00:31:43 nexus3.edgexfoundry.org:10004 00:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 docker.io 00:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:45 Configure a credential helper to remove this warning. See 00:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:45 00:31:45 Login Succeeded 00:31:45 ---> docker-login.sh ends [Pipeline] } 00:31:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:46 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/core-command/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo core-command,cmd/core-command/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/core-data/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo core-data,cmd/core-data/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/core-metadata/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/support-notifications/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/support-scheduler/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:46 + for file in '`ls cmd/**/Dockerfile`' 00:31:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:46 ++ cut -d/ -f2 00:31:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:46 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:47 00:31:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:47 latest: Pulling from edgex-devops/git-semver 00:31:47 31603596830f: Pulling fs layer 00:31:47 2a8b12db71e7: Pulling fs layer 00:31:47 6ca5941a6612: Pulling fs layer 00:31:47 ecc8261a40a4: Pulling fs layer 00:31:47 ecc8261a40a4: Waiting 00:31:47 2a8b12db71e7: Verifying Checksum 00:31:47 2a8b12db71e7: Download complete 00:31:47 31603596830f: Verifying Checksum 00:31:47 31603596830f: Download complete 00:31:47 ecc8261a40a4: Verifying Checksum 00:31:47 ecc8261a40a4: Download complete 00:31:48 6ca5941a6612: Verifying Checksum 00:31:48 6ca5941a6612: Download complete 00:31:48 31603596830f: Pull complete 00:31:48 2a8b12db71e7: Pull complete 00:31:49 6ca5941a6612: Pull complete 00:31:49 ecc8261a40a4: Pull complete 00:31:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:49 prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container 00:31:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:51 $ docker top a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:52 [ssh-agent] Looking for ssh-agent implementation... 00:31:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:52 $ docker exec a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee ssh-agent 00:31:52 SSH_AUTH_SOCK=/tmp/ssh-BcZfKL5y6GHT/agent.11 00:31:52 SSH_AGENT_PID=17 00:31:52 Running ssh-add (command line suppressed) 00:31:52 Identity added: /w/workspace/edgex-go/29@tmp/private_key_4324731782673665955.key (/w/workspace/edgex-go/29@tmp/private_key_4324731782673665955.key) 00:31:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:53 + git tag --points-at HEAD [Pipeline] } 00:31:53 $ docker exec --env ******** --env ******** a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee ssh-agent -k 00:31:53 unset SSH_AUTH_SOCK; 00:31:53 unset SSH_AGENT_PID; 00:31:53 echo Agent pid 17 killed; 00:31:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:53 [ssh-agent] Looking for ssh-agent implementation... 00:31:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:53 $ docker exec a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee ssh-agent 00:31:53 SSH_AUTH_SOCK=/tmp/ssh-lrRUmwPv6cF8/agent.45 00:31:53 SSH_AGENT_PID=50 00:31:53 Running ssh-add (command line suppressed) 00:31:53 Identity added: /w/workspace/edgex-go/29@tmp/private_key_5797175956837801642.key (/w/workspace/edgex-go/29@tmp/private_key_5797175956837801642.key) 00:31:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:54 + git semver init 00:31:54 # -> Open(): unable to determine branch for HEAD 00:31:54 # $GIT_DIR = /w/workspace/edgex-go/29/.git 00:31:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/29 00:31:54 # $SEMVER_REMOTE_NAME = origin 00:31:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:54 # $SEMVER_USER_NAME = edgex-jenkins 00:31:54 # $SEMVER_BRANCH = PR-2858 00:31:54 # $SEMVER_TEMP = /tmp/semver-345560755 00:31:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:33 # '/tmp/semver-345560755' -> '/w/workspace/edgex-go/29/.semver' 00:32:33 # -> Force: false 00:32:33 # $SEMVER_DIR = /w/workspace/edgex-go/29/.semver [Pipeline] } 00:32:33 $ docker exec --env ******** --env ******** a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee ssh-agent -k 00:32:33 unset SSH_AUTH_SOCK; 00:32:33 unset SSH_AGENT_PID; 00:32:33 echo Agent pid 50 killed; 00:32:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:34 + git semver [Pipeline] } 00:32:34 $ docker stop --time=1 a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee 00:32:35 $ docker rm -f a83c7ad2c9ebaae8e50ad934dbdeaf981221e1a798c7314a4c43e2e8ada172ee [Pipeline] // withDockerContainer [Pipeline] sh 00:32:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:36 Stashed 1 file(s) [Pipeline] echo 00:32:36 [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 00:32:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:38 + sudo service docker restart 00:32:38 + true 00:32:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:39 ========================================================= 00:32:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:39 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:42 Sending build context to Docker daemon 326.2MB 00:32:42 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:42 Step 2/7 : FROM ${BASE} 00:32:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:42 188c0c94c7c5: Pulling fs layer 00:32:42 0ef7d3d256c8: Pulling fs layer 00:32:42 de9db76c5a1d: Pulling fs layer 00:32:42 bca2f99d35d6: Pulling fs layer 00:32:42 93359f2a8cfa: Pulling fs layer 00:32:42 7c6f9722023f: Pulling fs layer 00:32:42 a35cf1a2eb13: Pulling fs layer 00:32:42 93359f2a8cfa: Waiting 00:32:42 a35cf1a2eb13: Waiting 00:32:42 bca2f99d35d6: Waiting 00:32:42 7c6f9722023f: Waiting 00:32:42 de9db76c5a1d: Verifying Checksum 00:32:42 de9db76c5a1d: Download complete 00:32:42 0ef7d3d256c8: Verifying Checksum 00:32:42 0ef7d3d256c8: Download complete 00:32:42 93359f2a8cfa: Verifying Checksum 00:32:42 93359f2a8cfa: Download complete 00:32:42 7c6f9722023f: Verifying Checksum 00:32:42 7c6f9722023f: Download complete 00:32:42 188c0c94c7c5: Verifying Checksum 00:32:42 188c0c94c7c5: Download complete 00:32:43 188c0c94c7c5: Pull complete 00:32:44 0ef7d3d256c8: Pull complete 00:32:44 de9db76c5a1d: Pull complete 00:32:44 a35cf1a2eb13: Verifying Checksum 00:32:44 a35cf1a2eb13: Download complete 00:32:45 bca2f99d35d6: Verifying Checksum 00:32:45 bca2f99d35d6: Download complete 00:32:50 bca2f99d35d6: Pull complete 00:32:50 93359f2a8cfa: Pull complete 00:32:50 7c6f9722023f: Pull complete 00:32:52 Still waiting to schedule task 00:32:52 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-17120’ 00:32:55 a35cf1a2eb13: Pull complete 00:32:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:55 ---> a62c8e92a672 00:32:55 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:55 ---> Running in 45d20a681c78 00:32:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:58 (1/12) Installing libmagic (5.38-r0) 00:32:58 (2/12) Installing file (5.38-r0) 00:32:58 (3/12) Installing libc-dev (0.7.2-r3) 00:32:58 (4/12) Installing g++ (9.3.0-r2) 00:33:20 (5/12) Installing fortify-headers (1.1-r0) 00:33:20 (6/12) Installing patch (2.7.6-r6) 00:33:20 (7/12) Installing build-base (0.5-r2) 00:33:20 (8/12) Installing libsodium (1.0.18-r0) 00:33:20 (9/12) Installing pkgconf (1.7.2-r0) 00:33:20 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:20 (11/12) Installing libzmq (4.3.3-r0) 00:33:20 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:20 Executing busybox-1.31.1-r19.trigger 00:33:20 OK: 233 MiB in 51 packages 00:33:22 Removing intermediate container 45d20a681c78 00:33:22 ---> 5b21d0717703 00:33:22 Step 4/7 : WORKDIR /edgex-go 00:33:22 ---> Running in a02cd5c4e945 00:33:23 Removing intermediate container a02cd5c4e945 00:33:23 ---> 9627fd68c159 00:33:23 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:33:23 latest: Pulling from library/docker 00:33:23 801bfaa63ef2: Pulling fs layer 00:33:23 4f7dc993c79e: Pulling fs layer 00:33:23 d39d95e4997f: Pulling fs layer 00:33:23 1cda4b703d87: Pulling fs layer 00:33:23 54e5375350ea: Pulling fs layer 00:33:23 f08cd1b3bb1b: Pulling fs layer 00:33:23 8e17d04e0c68: Pulling fs layer 00:33:23 1cda4b703d87: Waiting 00:33:23 54e5375350ea: Waiting 00:33:23 f08cd1b3bb1b: Waiting 00:33:23 8e17d04e0c68: Waiting 00:33:23 d39d95e4997f: Verifying Checksum 00:33:23 d39d95e4997f: Download complete 00:33:23 801bfaa63ef2: Verifying Checksum 00:33:23 801bfaa63ef2: Download complete 00:33:23 4f7dc993c79e: Verifying Checksum 00:33:23 4f7dc993c79e: Download complete 00:33:23 54e5375350ea: Verifying Checksum 00:33:23 54e5375350ea: Download complete 00:33:23 f08cd1b3bb1b: Verifying Checksum 00:33:23 f08cd1b3bb1b: Download complete 00:33:24 8e17d04e0c68: Verifying Checksum 00:33:24 8e17d04e0c68: Download complete 00:33:24 801bfaa63ef2: Pull complete 00:33:24 4f7dc993c79e: Pull complete 00:33:24 d39d95e4997f: Pull complete 00:33:25 1cda4b703d87: Verifying Checksum 00:33:25 1cda4b703d87: Download complete 00:33:27 1cda4b703d87: Pull complete 00:33:27 54e5375350ea: Pull complete 00:33:28 f08cd1b3bb1b: Pull complete 00:33:28 8e17d04e0c68: Pull complete 00:33:28 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 00:33:28 Status: Downloaded newer image for docker:latest 00:33:30 ---> 297c8b8f0a7f 00:33:30 Step 6/7 : COPY go.mod . 00:33:30 ---> 2d9cec09ccef 00:33:30 Step 7/7 : RUN go mod download 00:33:30 ---> Running in e1b8e2447465 00:33:53 Removing intermediate container e1b8e2447465 00:33:53 ---> 11135b5f270e 00:33:53 Successfully built 11135b5f270e 00:33:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:53 + docker inspect -f . ci-base-image-x86_64 00:33:53 . [Pipeline] withDockerContainer 00:33:53 prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container 00:33:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:54 $ docker top 0900661a2af61c5c3981de1fc9c4c5ec20032d31ebaedffe0fe81f675aa077e6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:54 + go version 00:33:54 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:54 $ docker stop --time=1 0900661a2af61c5c3981de1fc9c4c5ec20032d31ebaedffe0fe81f675aa077e6 00:33:56 $ docker rm -f 0900661a2af61c5c3981de1fc9c4c5ec20032d31ebaedffe0fe81f675aa077e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:57 + docker inspect -f . ci-base-image-x86_64 00:33:57 . [Pipeline] withDockerContainer 00:33:57 prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container 00:33:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:57 $ docker top 3005d8f97fb7c80db36f01fb82e2f0e4f5fb880d15249278e1dde659f1400282 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:58 ========================================================= 00:33:58 [edgeXBuildGoParallel] Running Tests and Build... 00:33:58 ========================================================= [Pipeline] sh 00:33:58 + make test 00:33:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:08 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.182s coverage: 27.0% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.400s coverage: 72.7% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.105s coverage: 83.3% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 00:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.326s coverage: 93.8% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.4% of statements 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.227s coverage: 63.5% of statements 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.382s coverage: 55.9% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 37.0% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.314s coverage: 84.0% of statements 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements 00:34:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.1% of statements 00:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 00:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 00:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.765s coverage: 29.1% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:34:50 GO111MODULE=on go vet ./... 00:35:12 gofmt -l . 00:35:12 [ "`gofmt -l .`" = "" ] 00:35:13 ./bin/test-go-mod-tidy.sh 00:35:13 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:15 + ls -al . 00:35:15 total 636 00:35:15 drwxrwxr-x 10 1001 1001 4096 Dec 22 00:35 . 00:35:15 drwxr-xr-x 4 root root 30 Dec 22 00:33 .. 00:35:15 -rw-rw-r-- 1 1001 1001 11 Dec 22 00:31 .dockerignore 00:35:15 drwxrwxr-x 8 1001 1001 179 Dec 22 00:31 .git 00:35:15 drwxrwxr-x 3 1001 1001 125 Dec 22 00:31 .github 00:35:15 -rw-rw-r-- 1 1001 1001 824 Dec 22 00:31 .gitignore 00:35:15 drwx------ 3 1001 1001 47 Dec 22 00:32 .semver 00:35:15 -rw-rw-r-- 1 1001 1001 166 Dec 22 00:31 .sonarcloud.properties 00:35:15 -rw-rw-r-- 1 1001 1001 3804 Dec 22 00:31 CONTRIBUTING.md 00:35:15 -rw-rw-r-- 1 1001 1001 1035 Dec 22 00:31 Dockerfile.build 00:35:15 -rw-rw-r-- 1 1001 1001 863 Dec 22 00:31 Jenkinsfile 00:35:15 -rw-rw-r-- 1 1001 1001 10775 Dec 22 00:31 LICENSE 00:35:15 -rw-rw-r-- 1 1001 1001 5750 Dec 22 00:31 Makefile 00:35:15 -rw-rw-r-- 1 1001 1001 6511 Dec 22 00:31 README.md 00:35:15 -rw-rw-r-- 1 1001 1001 6744 Dec 22 00:31 SECURITY.md 00:35:15 -rw-rw-r-- 1 1001 1001 5 Dec 22 00:32 VERSION 00:35:15 -rw-rw-r-- 1 1001 1001 4131 Dec 22 00:31 ZMQWindows.md 00:35:15 drwxrwxr-x 2 1001 1001 117 Dec 22 00:31 bin 00:35:15 drwxrwxr-x 14 1001 1001 4096 Dec 22 00:31 cmd 00:35:15 -rw-r--r-- 1 root root 537098 Dec 22 00:34 coverage.out 00:35:15 -rw-r--r-- 1 root root 979 Dec 22 00:35 go.mod 00:35:15 -rw-r--r-- 1 root root 18739 Dec 22 00:35 go.sum 00:35:15 drwxrwxr-x 8 1001 1001 127 Dec 22 00:31 internal 00:35:15 drwxrwxr-x 4 1001 1001 26 Dec 22 00:31 openapi 00:35:15 drwxrwxr-x 4 1001 1001 71 Dec 22 00:31 snap 00:35:15 -rw-rw-r-- 1 1001 1001 168 Dec 22 00:31 version.go [Pipeline] sh 00:35:15 + '[' -e coverage.out ] 00:35:15 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:15 Stashed 1 file(s) [Pipeline] sh 00:35:16 + make build 00:35:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:36 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 [Pipeline] } 00:35:37 $ docker stop --time=1 3005d8f97fb7c80db36f01fb82e2f0e4f5fb880d15249278e1dde659f1400282 00:35:38 $ docker rm -f 3005d8f97fb7c80db36f01fb82e2f0e4f5fb880d15249278e1dde659f1400282 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:42 00:35:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:42 latest: Pulling from edgex-devops/edgex-compose 00:35:42 cbdbe7a5bc2a: Pulling fs layer 00:35:42 ca9280d653b3: Pulling fs layer 00:35:42 7e9c9ca2126c: Pulling fs layer 00:35:42 cbdbe7a5bc2a: Download complete 00:35:43 cbdbe7a5bc2a: Pull complete 00:35:43 ca9280d653b3: Download complete 00:35:44 ca9280d653b3: Pull complete 00:35:44 7e9c9ca2126c: Download complete 00:35:51 7e9c9ca2126c: Pull complete 00:35:51 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:51 prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container 00:35:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:52 $ docker top 52c0d682192b8f55e5054c45ced64d378736c8018cedf319f2807635578c0a93 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:52 + docker-compose build --help 00:35:52 + grep parallel 00:35:53 --parallel Build images in parallel. [Pipeline] } 00:35:53 $ docker stop --time=1 52c0d682192b8f55e5054c45ced64d378736c8018cedf319f2807635578c0a93 00:35:55 $ docker rm -f 52c0d682192b8f55e5054c45ced64d378736c8018cedf319f2807635578c0a93 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:55 . [Pipeline] withDockerContainer 00:35:55 prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container 00:35:55 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:56 $ docker top 72937c19df2d8c94cdb56d5d08717615926cf6aedc17390fd191e38e981132e0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:57 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:58 Building docker-core-command-go ... 00:35:58 Building docker-core-data-go ... 00:35:58 Building docker-core-metadata-go ... 00:35:58 Building docker-security-bootstrap-redis-go ... 00:35:58 Building docker-security-proxy-setup-go ... 00:35:58 Building docker-security-secretstore-setup-go ... 00:35:58 Building docker-support-notifications-go ... 00:35:58 Building docker-support-scheduler-go ... 00:35:58 Building docker-sys-mgmt-agent-go ... 00:35:58 Building docker-security-secretstore-setup-go 00:35:58 Building docker-security-bootstrap-redis-go 00:35:58 Building docker-core-metadata-go 00:35:58 Building docker-security-proxy-setup-go 00:35:58 Building docker-support-scheduler-go 00:36:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17136 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:23 Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout 00:36:29 using credential edgex-jenkins-ssh 00:36:30 Cloning the remote Git repository 00:36:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:30 ---> 11135b5f270e 00:36:30 Step 3/24 : WORKDIR /edgex-go 00:36:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:30 ---> 11135b5f270e 00:36:30 Step 3/21 : WORKDIR /edgex-go 00:36:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:30 ---> 11135b5f270e 00:36:30 Step 3/22 : WORKDIR /edgex-go 00:36:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:30 ---> 11135b5f270e 00:36:30 Step 3/21 : WORKDIR /edgex-go 00:36:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:30 ---> 11135b5f270e 00:36:30 Step 3/22 : WORKDIR /edgex-go 00:36:30 ---> Running in c73a0c0c57df 00:36:30 ---> Running in 187dcbb77c6b 00:36:30 ---> Running in c25f085f7957 00:36:30 ---> Running in a7d90f560224 00:36:30 ---> Running in 7d0ada381e57 00:36:30 Removing intermediate container a7d90f560224 00:36:30 ---> 5e63b207867a 00:36:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:30 Removing intermediate container c25f085f7957 00:36:30 ---> 723fc415fae6 00:36:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:30 Removing intermediate container 7d0ada381e57 00:36:30 ---> 1a65919f34fa 00:36:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:30 Removing intermediate container 187dcbb77c6b 00:36:30 ---> f57404364c6c 00:36:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:30 Removing intermediate container c73a0c0c57df 00:36:30 ---> 2aca8f5f54e5 00:36:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:30 ---> Running in 0ca2442c26e2 00:36:30 ---> Running in a8c177474de3 00:36:30 ---> Running in a031a0f86b63 00:36:30 ---> Running in 3dfc87e99034 00:36:30 ---> Running in dcd592be30ff 00:36:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:30 > git init /w/workspace/edgex-go/29 # timeout=10 00:36:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:30 > git --version # timeout=10 00:36:30 > git --version # 'git version 2.17.1' 00:36:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:31 Removing intermediate container a031a0f86b63 00:36:31 ---> 4a4b907f8ab4 00:36:31 Step 5/22 : RUN apk update && apk add make git 00:36:31 ---> Running in 6e37a40efbe7 00:36:32 Removing intermediate container a8c177474de3 00:36:32 ---> 482cece76abd 00:36:32 Step 5/24 : RUN apk update && apk add make git 00:36:32 Removing intermediate container 0ca2442c26e2 00:36:32 ---> c4924eac30e6 00:36:32 Step 5/22 : RUN apk update && apk add make git 00:36:32 Removing intermediate container 3dfc87e99034 00:36:32 ---> 1242283e97a6 00:36:32 Step 5/21 : RUN apk update && apk add make git 00:36:32 Removing intermediate container dcd592be30ff 00:36:32 ---> 40ebb48ff744 00:36:32 Step 5/21 : RUN apk update && apk add make git 00:36:32 ---> Running in 94cac7d40695 00:36:32 ---> Running in 61b4f2d1441d 00:36:32 ---> Running in 351c56238b6e 00:36:32 ---> Running in 5fee46f94734 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:34 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:34 OK: 12750 distinct packages available 00:36:34 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:34 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:34 OK: 12750 distinct packages available 00:36:34 OK: 233 MiB in 51 packages 00:36:34 OK: 233 MiB in 51 packages 00:36:34 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:34 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:34 OK: 12750 distinct packages available 00:36:34 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:34 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:34 OK: 12750 distinct packages available 00:36:35 OK: 233 MiB in 51 packages 00:36:35 OK: 233 MiB in 51 packages 00:36:36 Removing intermediate container 94cac7d40695 00:36:36 ---> b19575c48cfb 00:36:36 Step 6/24 : COPY go.mod . 00:36:36 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:36 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:36 OK: 12750 distinct packages available 00:36:36 Removing intermediate container 6e37a40efbe7 00:36:36 ---> 8def071f9d0a 00:36:36 Step 6/22 : COPY go.mod . 00:36:36 OK: 233 MiB in 51 packages 00:36:36 ---> 6c480b62cff9 00:36:36 Step 7/24 : RUN go mod download 00:36:36 ---> 6c68fde5f26b 00:36:36 Step 7/22 : RUN go mod download 00:36:36 ---> Running in b935dc8380b6 00:36:37 ---> Running in fd6bee2f891a 00:36:37 Removing intermediate container 351c56238b6e 00:36:37 ---> 974164b0d155 00:36:37 Step 6/22 : COPY go.mod . 00:36:37 Removing intermediate container 61b4f2d1441d 00:36:37 ---> 3b9b6dab0f03 00:36:37 Step 6/21 : COPY go.mod . 00:36:37 ---> 49b726b22a66 00:36:37 Step 7/21 : RUN go mod download 00:36:37 ---> 828d2e9098ff 00:36:37 Step 7/22 : RUN go mod download 00:36:37 Removing intermediate container 5fee46f94734 00:36:37 ---> f39a87ceadfa 00:36:37 Step 6/21 : COPY go.mod . 00:36:37 ---> Running in 5d7d71420c02 00:36:37 ---> Running in 5210fdd04177 00:36:38 ---> 236b2334ac86 00:36:38 Step 7/21 : RUN go mod download 00:36:38 ---> Running in 674bcc1ce45e 00:36:39 Removing intermediate container fd6bee2f891a 00:36:39 ---> 79d6468378a3 00:36:39 Step 8/22 : COPY . . 00:36:39 Removing intermediate container b935dc8380b6 00:36:39 ---> 35848edefb9a 00:36:39 Step 8/24 : COPY . . 00:36:41 Removing intermediate container 5d7d71420c02 00:36:41 ---> a6de9178b234 00:36:41 Step 8/22 : COPY . . 00:36:43 Removing intermediate container 5210fdd04177 00:36:43 ---> fdae78e98e4e 00:36:43 Step 8/21 : COPY . . 00:36:44 Removing intermediate container 674bcc1ce45e 00:36:44 ---> 6740efe7e421 00:36:44 Step 8/21 : COPY . . 00:36:59 Merging remotes/origin/master commit c8e01228eebdce54d172fd10835788ee98243d1b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:37:00 Merge succeeded, producing c90d7f92b254c8f8299fc385143ffafc50fafc95 00:37:00 Checking out Revision c90d7f92b254c8f8299fc385143ffafc50fafc95 (PR-2858) 00:36:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:59 > git config core.sparsecheckout # timeout=10 00:36:59 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:59 > git remote # timeout=10 00:36:59 > git config --get remote.origin.url # timeout=10 00:36:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:59 > git merge c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 00:37:00 > git rev-parse HEAD^{commit} # timeout=10 00:37:00 > git config core.sparsecheckout # timeout=10 00:37:00 > git checkout -f c90d7f92b254c8f8299fc385143ffafc50fafc95 # timeout=10 00:37:04 Commit message: "Merge commit 'c8e01228eebdce54d172fd10835788ee98243d1b' into HEAD" 00:37:04 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:04 > git rev-list --no-walk 485b5a2a39ebd631aaab20b20668707ad2900bab # timeout=10 00:37:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:07 + sudo service docker restart 00:37:07 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:09 provisioning config files... 00:37:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config3134112043485787439tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:10 ---> docker-login.sh 00:37:10 nexus3.edgexfoundry.org:10001 00:37:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:11 Configure a credential helper to remove this warning. See 00:37:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:11 00:37:11 Login Succeeded 00:37:11 nexus3.edgexfoundry.org:10002 00:37:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:12 Configure a credential helper to remove this warning. See 00:37:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:12 00:37:12 Login Succeeded 00:37:12 nexus3.edgexfoundry.org:10003 00:37:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:12 Configure a credential helper to remove this warning. See 00:37:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:12 00:37:12 Login Succeeded 00:37:12 nexus3.edgexfoundry.org:10004 00:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:13 Configure a credential helper to remove this warning. See 00:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:13 00:37:13 Login Succeeded 00:37:13 docker.io 00:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:14 Configure a credential helper to remove this warning. See 00:37:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:14 00:37:14 Login Succeeded 00:37:14 ---> docker-login.sh ends [Pipeline] } 00:37:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:14 ========================================================= 00:37:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:15 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:37:17 Sending build context to Docker daemon 165.4MB 00:37:17 Step 1/7 : ARG BASE=golang:1.15-alpine 00:37:17 Step 2/7 : FROM ${BASE} 00:37:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:17 5f621e34cdf4: Pulling fs layer 00:37:17 a4357932f1b6: Pulling fs layer 00:37:17 18c013af1878: Pulling fs layer 00:37:17 00ac8860ef70: Pulling fs layer 00:37:17 63d7cb157983: Pulling fs layer 00:37:17 b116817d02f9: Pulling fs layer 00:37:17 745a02a5169b: Pulling fs layer 00:37:17 00ac8860ef70: Waiting 00:37:17 63d7cb157983: Waiting 00:37:17 b116817d02f9: Waiting 00:37:17 745a02a5169b: Waiting 00:37:17 18c013af1878: Verifying Checksum 00:37:17 18c013af1878: Download complete 00:37:17 a4357932f1b6: Verifying Checksum 00:37:17 a4357932f1b6: Download complete 00:37:17 63d7cb157983: Verifying Checksum 00:37:17 63d7cb157983: Download complete 00:37:17 b116817d02f9: Verifying Checksum 00:37:17 b116817d02f9: Download complete 00:37:17 5f621e34cdf4: Verifying Checksum 00:37:17 5f621e34cdf4: Download complete 00:37:18 5f621e34cdf4: Pull complete 00:37:18 a4357932f1b6: Pull complete 00:37:19 18c013af1878: Pull complete 00:37:20 745a02a5169b: Download complete 00:37:21 00ac8860ef70: Verifying Checksum 00:37:21 00ac8860ef70: Download complete 00:37:23 ---> 787907921fdf 00:37:23 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:23 ---> 7f813ef2b7b3 00:37:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:23 ---> 67dafd12c9ed 00:37:23 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:37:23 ---> Running in b08dd2561367 00:37:23 ---> Running in 7ced7916c1e2 00:37:23 ---> Running in 21bb6304ada2 00:37:23 ---> 60ad02d6c53a 00:37:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:23 ---> a21337ec9918 00:37:23 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:23 ---> Running in 79094dc4c010 00:37:23 ---> Running in 8b24ec097bb4 00:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:31 00ac8860ef70: Pull complete 00:37:31 63d7cb157983: Pull complete 00:37:32 b116817d02f9: Pull complete 00:37:36 745a02a5169b: Pull complete 00:37:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:36 ---> b7e6874047d6 00:37:36 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:40 ---> Running in d8b904652466 00:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:44 (1/12) Installing libmagic (5.38-r0) 00:37:44 (2/12) Installing file (5.38-r0) 00:37:44 (3/12) Installing libc-dev (0.7.2-r3) 00:37:44 (4/12) Installing g++ (9.3.0-r2) 00:37:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:52 Removing intermediate container b08dd2561367 00:37:52 ---> b96abe701ddc 00:37:52 00:37:52 Step 10/22 : FROM alpine:3.10 00:37:52 3.10: Pulling from library/alpine 00:37:56 Removing intermediate container 21bb6304ada2 00:37:56 ---> 59aac9451bcd 00:37:56 00:37:56 Step 10/24 : FROM alpine:3.10 00:37:56 Removing intermediate container 8b24ec097bb4 00:37:56 ---> 397e01692dea 00:37:56 00:37:56 Step 10/21 : FROM scratch 00:37:56 ---> 00:37:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:56 3.10: Pulling from library/alpine 00:37:56 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:56 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:56 Removing intermediate container 79094dc4c010 00:37:56 ---> 6107b55293a2 00:37:56 00:37:56 Step 10/21 : FROM alpine 00:37:56 Status: Downloaded newer image for alpine:3.10 00:37:56 ---> be4e4bea2c2e 00:37:56 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:56 Status: Downloaded newer image for alpine:3.10 00:37:56 ---> be4e4bea2c2e 00:37:56 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:56 latest: Pulling from library/alpine 00:37:56 ---> Running in 0928bdcd931c 00:37:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:56 ---> Running in 07719651fc4a 00:37:56 ---> Running in 131b459d7100 00:37:56 Status: Downloaded newer image for alpine:latest 00:37:56 ---> 389fef711851 00:37:56 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:37:56 Removing intermediate container 0928bdcd931c 00:37:56 ---> b1230a4e55c1 00:37:56 Step 12/21 : ENV APP_PORT=48085 00:37:56 ---> Running in d676131f43f6 00:37:56 ---> Running in 3f45926b97dd 00:37:56 (5/12) Installing fortify-headers (1.1-r0) 00:37:56 (6/12) Installing patch (2.7.6-r6) 00:37:57 (7/12) Installing build-base (0.5-r2) 00:37:57 (8/12) Installing libsodium (1.0.18-r0) 00:37:57 (9/12) Installing pkgconf (1.7.2-r0) 00:37:57 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:57 (11/12) Installing libzmq (4.3.3-r0) 00:37:57 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:57 Executing busybox-1.31.1-r19.trigger 00:37:57 OK: 217 MiB in 51 packages 00:37:58 Removing intermediate container 3f45926b97dd 00:37:58 ---> 33e7ba5f0a77 00:37:58 Step 13/21 : EXPOSE $APP_PORT 00:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:58 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:58 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:58 OK: 10350 distinct packages available 00:37:59 ---> Running in 8abaab08f22b 00:37:59 (1/5) Installing ca-certificates (20191127-r2) 00:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:59 (3/5) Installing libcurl (7.66.0-r3) 00:37:59 (4/5) Installing curl (7.66.0-r3) 00:37:59 (5/5) Installing dumb-init (1.2.2-r1) 00:37:59 Executing busybox-1.30.1-r3.trigger 00:37:59 Executing ca-certificates-20191127-r2.trigger 00:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:59 OK: 7 MiB in 19 packages 00:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:59 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:59 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:59 OK: 10350 distinct packages available 00:37:59 (1/5) Installing ca-certificates (20191127-r2) 00:37:59 v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:59 v3.12.3-17-g42fdcdb4bc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:59 OK: 12745 distinct packages available 00:37:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:59 (3/5) Installing libcurl (7.66.0-r3) 00:37:59 (4/5) Installing curl (7.66.0-r3) 00:37:59 (5/5) Installing dumb-init (1.2.2-r1) 00:37:59 Executing busybox-1.30.1-r3.trigger 00:37:59 Executing ca-certificates-20191127-r2.trigger 00:37:59 OK: 7 MiB in 19 packages 00:37:59 Removing intermediate container 7ced7916c1e2 00:37:59 ---> 5cde8733e818 00:37:59 00:37:59 Step 10/22 : FROM scratch 00:37:59 ---> 00:37:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:59 ---> Using cache 00:37:59 ---> b1230a4e55c1 00:37:59 Step 12/22 : ENV APP_PORT=48081 00:37:59 (1/4) Installing ca-certificates (20191127-r4) 00:38:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:00 (3/4) Installing libcurl (7.69.1-r3) 00:38:00 (4/4) Installing curl (7.69.1-r3) 00:38:00 Executing busybox-1.31.1-r19.trigger 00:38:00 Executing ca-certificates-20191127-r4.trigger 00:38:00 OK: 7 MiB in 18 packages 00:38:00 Removing intermediate container 8abaab08f22b 00:38:00 ---> 5df95aaab870 00:38:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:38:00 ---> Running in 3a36708c7c6d 00:38:02 Removing intermediate container 3a36708c7c6d 00:38:02 ---> 14a132ab5c56 00:38:02 Step 13/22 : EXPOSE $APP_PORT 00:38:02 ---> 83de9d79c780 00:38:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:02 Removing intermediate container 07719651fc4a 00:38:02 ---> 01bf23d6d094 00:38:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:38:02 Removing intermediate container 131b459d7100 00:38:02 ---> 8deb2b2be67d 00:38:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:02 ---> Running in 120f81b5b085 00:38:03 ---> Running in 979462e1f73b 00:38:03 ---> Running in 5c97f10ed238 00:38:03 Removing intermediate container d676131f43f6 00:38:03 ---> 51b4ddfb3c0e 00:38:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:03 ---> f5a66872fa02 00:38:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:03 Removing intermediate container d8b904652466 00:38:03 ---> d682e69866ea 00:38:03 Step 4/7 : WORKDIR /edgex-go 00:38:03 ---> Running in ead4655a99e7 00:38:03 Removing intermediate container ead4655a99e7 00:38:03 ---> a332ed856768 00:38:03 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:38:03 Removing intermediate container 120f81b5b085 00:38:03 ---> fa14f7c54977 00:38:03 Step 14/22 : WORKDIR / 00:38:03 ---> Running in 3382d2254428 00:38:03 ---> Running in b5a987844bd8 00:38:03 Removing intermediate container 979462e1f73b 00:38:03 ---> ebe3fb9b2bbb 00:38:03 Step 13/22 : WORKDIR / 00:38:03 latest: Pulling from library/docker 00:38:03 Removing intermediate container 5c97f10ed238 00:38:03 ---> 80cc374e9f67 00:38:03 Step 13/24 : WORKDIR / 00:38:03 ---> a5ffcd45eacc 00:38:03 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:03 Removing intermediate container 3382d2254428 00:38:03 ---> c065c38deb85 00:38:03 Step 13/21 : WORKDIR /edgex 00:38:03 ---> Running in 3e430c66194f 00:38:04 159e5727ea61: Pulling fs layer 00:38:04 687389c36290: Pulling fs layer 00:38:04 94e28978939c: Pulling fs layer 00:38:04 ea42096754a7: Pulling fs layer 00:38:04 bd61cee6920e: Pulling fs layer 00:38:04 87c4ece4675c: Pulling fs layer 00:38:04 90ca8b2ff088: Pulling fs layer 00:38:04 bd61cee6920e: Waiting 00:38:04 87c4ece4675c: Waiting 00:38:04 90ca8b2ff088: Waiting 00:38:04 ea42096754a7: Waiting 00:38:04 94e28978939c: Verifying Checksum 00:38:04 94e28978939c: Download complete 00:38:04 ---> Running in 378ddb913e3d 00:38:04 ---> Running in eb63423ef932 00:38:04 Removing intermediate container b5a987844bd8 00:38:04 ---> cb1e7924650f 00:38:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:38:04 ---> Running in 2be57b179010 00:38:04 159e5727ea61: Verifying Checksum 00:38:04 159e5727ea61: Download complete 00:38:04 687389c36290: Download complete 00:38:04 bd61cee6920e: Download complete 00:38:04 87c4ece4675c: Verifying Checksum 00:38:04 87c4ece4675c: Download complete 00:38:04 Removing intermediate container 378ddb913e3d 00:38:04 ---> 605eafe39fb4 00:38:04 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:04 Removing intermediate container 3e430c66194f 00:38:04 ---> 0043fe44bfbb 00:38:04 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:38:04 ---> 34bb701d1292 00:38:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:04 90ca8b2ff088: Verifying Checksum 00:38:04 90ca8b2ff088: Download complete 00:38:04 Removing intermediate container eb63423ef932 00:38:04 ---> 91cd4514ec3c 00:38:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:38:04 Removing intermediate container 2be57b179010 00:38:04 ---> 95e95f00919d 00:38:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:04 ---> Running in 085f813f6343 00:38:04 159e5727ea61: Pull complete 00:38:05 ---> bac48ab0c1de 00:38:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:38:05 Removing intermediate container 085f813f6343 00:38:05 ---> 0b287acbacc2 00:38:05 Step 19/21 : LABEL arch=x86_64 00:38:05 ---> 05a48e046af5 00:38:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:38:05 ---> 4ed17583c359 00:38:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:05 ---> Running in 3f7a66ba1e43 00:38:05 ---> 568554b254ec 00:38:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:05 ---> 88777a583681 00:38:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:38:05 Removing intermediate container 3f7a66ba1e43 00:38:05 ---> 8f39ea24433b 00:38:05 Step 20/21 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:38:05 687389c36290: Pull complete 00:38:05 ea42096754a7: Verifying Checksum 00:38:05 ea42096754a7: Download complete 00:38:06 94e28978939c: Pull complete 00:38:06 ---> 0417720c3311 00:38:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:06 ---> Running in 4785a0f25f5a 00:38:06 ---> f450897435b3 00:38:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:38:06 ---> c46c60f3895b 00:38:06 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:38:06 ---> f624de4ad8e2 00:38:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:06 ---> Running in 72134d4e9b6e 00:38:06 Removing intermediate container 4785a0f25f5a 00:38:06 ---> ae463dfb1b37 00:38:06 Step 21/21 : LABEL version=0.0.0 00:38:06 ---> 0976990c9a3f 00:38:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:07 ---> Running in 684aa00edb89 00:38:07 ---> 31c5d8bd92cd 00:38:07 Step 18/22 : RUN chmod +x entrypoint.sh 00:38:07 Removing intermediate container 72134d4e9b6e 00:38:07 ---> 750c05d1bc6b 00:38:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:07 ---> e1625518216f 00:38:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:07 ---> Running in cd9a14ead17b 00:38:07 ---> Running in ae794168e06b 00:38:07 ---> Running in 9ac8bba4d316 00:38:07 Removing intermediate container 684aa00edb89 00:38:07 ---> dd409dd74654 00:38:07 00:38:07 ---> 8140cb90fb2f 00:38:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:07 Successfully built dd409dd74654 00:38:07 Removing intermediate container ae794168e06b 00:38:07 ---> 82cc0e53c809 00:38:07 Step 20/22 : LABEL arch=x86_64 00:38:07 Successfully tagged docker-support-scheduler-go:latest 00:38:07 Building docker-sys-mgmt-agent-go 00:38:07  Building docker-support-scheduler-go ... done Removing intermediate container 9ac8bba4d316 00:38:07 ---> 138cd3b9daaa 00:38:07 Step 18/21 : CMD ["--init=true"] 00:38:07 ---> Running in c89082083725 00:38:07 ---> Running in 730b766c7596 00:38:08 ---> b2e574ce9eb5 00:38:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:08 Removing intermediate container 730b766c7596 00:38:08 ---> 0b8c19c307a1 00:38:08 Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:38:08 Removing intermediate container c89082083725 00:38:08 ---> 505988ab0737 00:38:08 Step 19/21 : LABEL arch=x86_64 00:38:08 ---> Running in 42ce417296e0 00:38:08 ---> Running in 26e4743c02f2 00:38:09 Removing intermediate container 42ce417296e0 00:38:09 ---> 4e69bc661670 00:38:09 Step 22/22 : LABEL version=0.0.0 00:38:09 ---> ba6f4f92e5a8 00:38:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:09 Removing intermediate container 26e4743c02f2 00:38:09 ---> 249f80ce6fbc 00:38:09 Step 20/21 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:38:09 ---> Running in 7e28871b6609 00:38:09 ---> Running in b84c96ae700e 00:38:09 ea42096754a7: Pull complete 00:38:09 bd61cee6920e: Pull complete 00:38:10 87c4ece4675c: Pull complete 00:38:10 Removing intermediate container cd9a14ead17b 00:38:10 ---> ac64d95ad52b 00:38:10 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:38:10 90ca8b2ff088: Pull complete 00:38:10 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 00:38:10 Status: Downloaded newer image for docker:latest 00:38:11 ---> Running in 460f2a02391b 00:38:12 ---> Running in c6d3c230feb6 00:38:12 Removing intermediate container 7e28871b6609 00:38:12 ---> a033fb9033de 00:38:12 00:38:12 Successfully built a033fb9033de 00:38:13 Removing intermediate container 460f2a02391b 00:38:13 ---> a2609865b685 00:38:13 Step 21/21 : LABEL version=0.0.0 00:38:13 Successfully tagged docker-core-metadata-go:latest 00:38:13  Building docker-core-metadata-go ... done Building docker-support-notifications-go 00:38:13 Removing intermediate container c6d3c230feb6 00:38:13 ---> dbd060890adf 00:38:13 Step 20/22 : LABEL arch=x86_64 00:38:13 ---> Running in b17453f827bc 00:38:13 ---> Running in 78ea37572535 00:38:14 ---> f9480a0c5a12 00:38:14 Step 6/7 : COPY go.mod . 00:38:14 ---> 0baf628f30ae 00:38:14 Step 7/7 : RUN go mod download 00:38:15 ---> Running in 519bcdb7df00 00:38:16 Removing intermediate container b17453f827bc 00:38:16 ---> a6c853c0265d 00:38:16 00:38:16 Successfully built a6c853c0265d 00:38:17 Successfully tagged docker-security-proxy-setup-go:latest 00:38:17  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 00:38:17 Removing intermediate container 78ea37572535 00:38:17 ---> 0242f9073216 00:38:17 Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:38:21 Removing intermediate container b84c96ae700e 00:38:21 ---> f035a89156a8 00:38:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:21 ---> Running in 745af4a2ed3a 00:38:21 ---> Running in dc25067e08de 00:38:23 Removing intermediate container 745af4a2ed3a 00:38:23 ---> 65874f0abeda 00:38:23 Step 22/22 : LABEL version=0.0.0 00:38:23 Removing intermediate container dc25067e08de 00:38:23 ---> 74789b253434 00:38:23 Step 22/24 : LABEL arch=x86_64 00:38:23 ---> Running in da7c10dfda53 00:38:23 ---> Running in 900c1c576221 00:38:24 Removing intermediate container da7c10dfda53 00:38:24 ---> ba668020a8a0 00:38:24 00:38:24 Removing intermediate container 900c1c576221 00:38:24 ---> 8b6282bd7e52 00:38:24 Step 23/24 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:38:25 Successfully built ba668020a8a0 00:38:25 Successfully tagged docker-security-bootstrap-redis-go:latest 00:38:25 Building docker-core-data-go 00:38:25  Building docker-security-bootstrap-redis-go ... done  ---> Running in 2d8576626d68 00:38:26 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:26 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:38:26 ---> 11135b5f270e 00:38:26 Step 3/27 : WORKDIR /edgex-go 00:38:26 ---> Using cache 00:38:26 ---> 723fc415fae6 00:38:26 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:26 ---> Using cache 00:38:26 ---> c4924eac30e6 00:38:26 Step 5/27 : RUN apk update && apk add make bash git 00:38:26 Removing intermediate container 2d8576626d68 00:38:26 ---> 8c13d97d1255 00:38:26 Step 24/24 : LABEL version=0.0.0 00:38:29 ---> Running in 8e3249a4b535 00:38:29 ---> Running in cc502e63e688 00:38:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:31 Removing intermediate container cc502e63e688 00:38:31 ---> 57650367fb66 00:38:31 00:38:31 Successfully built 57650367fb66 00:38:32 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:32  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:33 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:33 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:33 OK: 12750 distinct packages available 00:38:33 OK: 233 MiB in 51 packages 00:38:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:34 ---> 11135b5f270e 00:38:34 Step 3/24 : WORKDIR /edgex-go 00:38:34 ---> Using cache 00:38:34 ---> 723fc415fae6 00:38:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:34 ---> Using cache 00:38:34 ---> c4924eac30e6 00:38:34 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:38:35 ---> Running in d07450722bdf 00:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:36 Removing intermediate container 8e3249a4b535 00:38:36 ---> 2f714045a8cc 00:38:36 Step 6/27 : COPY go.mod . 00:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:37 ---> ec6d48d3ed60 00:38:37 Step 7/27 : RUN go mod download 00:38:38 ---> Running in c5e9780b5f57 00:38:38 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:38 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:38 OK: 12750 distinct packages available 00:38:38 OK: 233 MiB in 51 packages 00:38:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:40 ---> 11135b5f270e 00:38:40 Step 3/22 : WORKDIR /edgex-go 00:38:40 ---> Using cache 00:38:40 ---> 723fc415fae6 00:38:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:40 ---> Using cache 00:38:40 ---> c4924eac30e6 00:38:40 Step 5/22 : RUN apk update && apk add make git 00:38:40 ---> Using cache 00:38:40 ---> 974164b0d155 00:38:40 Step 6/22 : COPY go.mod . 00:38:40 ---> Using cache 00:38:40 ---> 828d2e9098ff 00:38:40 Step 7/22 : RUN go mod download 00:38:40 ---> Using cache 00:38:40 ---> a6de9178b234 00:38:40 Step 8/22 : COPY . . 00:38:40 ---> Using cache 00:38:40 ---> 67dafd12c9ed 00:38:40 Step 9/22 : RUN make cmd/core-command/core-command 00:38:41 Removing intermediate container d07450722bdf 00:38:41 ---> 2fc66083646f 00:38:41 Step 6/24 : COPY go.mod . 00:38:41 ---> Running in 4ba44dcd88b7 00:38:41 Removing intermediate container 519bcdb7df00 00:38:41 ---> b6d1449c6807 00:38:41 Successfully built b6d1449c6807 00:38:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:42 ---> d3881de7b589 00:38:42 Step 7/24 : RUN go mod download 00:38:42 + docker inspect -f . ci-base-image-arm64 00:38:42 . [Pipeline] withDockerContainer 00:38:42 prd-ubuntu18.04-docker-arm64-4c-16g-17136 does not seem to be running inside a container 00:38:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:42 ---> Running in e569c1ed6cce 00:38:43 Removing intermediate container c5e9780b5f57 00:38:43 ---> 1cae85a6b2cb 00:38:43 Step 8/27 : COPY . . 00:38:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:44 $ docker top dd841354ff7cd7d6f3107123fc6f1a7aa2b1084b0261186b1440277655457916 -eo pid,comm 00:38:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:44 ---> 11135b5f270e 00:38:44 Step 3/23 : WORKDIR /edgex-go 00:38:44 ---> Using cache 00:38:44 ---> 723fc415fae6 00:38:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:44 ---> Using cache 00:38:44 ---> c4924eac30e6 00:38:44 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] { [Pipeline] sh 00:38:45 + go version 00:38:45 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:45 $ docker stop --time=1 dd841354ff7cd7d6f3107123fc6f1a7aa2b1084b0261186b1440277655457916 00:38:45 ---> Running in 4b57eea49483 00:38:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:47 $ docker rm -f dd841354ff7cd7d6f3107123fc6f1a7aa2b1084b0261186b1440277655457916 00:38:47 Removing intermediate container e569c1ed6cce 00:38:47 ---> 94716dc00ba8 00:38:47 Step 8/24 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:48 + docker inspect -f . ci-base-image-arm64 00:38:48 . 00:38:48 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:48 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:48 OK: 12750 distinct packages available [Pipeline] withDockerContainer 00:38:48 OK: 233 MiB in 51 packages 00:38:48 prd-ubuntu18.04-docker-arm64-4c-16g-17136 does not seem to be running inside a container 00:38:49 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:50 $ docker top dd4e2445fb4dbb424fffeb99a05aa62e3738d978a7a90018da017d5f331d3a09 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:51 ========================================================= 00:38:51 [edgeXBuildGoParallel] Running Tests and Build... 00:38:51 ========================================================= [Pipeline] sh 00:38:51 + make test 00:38:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:53 Removing intermediate container 4b57eea49483 00:38:53 ---> 25d949b7af9d 00:38:53 Step 6/23 : COPY go.mod . 00:38:57 ---> e552d140a493 00:38:57 Step 7/23 : RUN go mod download 00:39:00 ---> Running in e7fa9958a5d5 00:39:06 ---> a4a8e705aba5 00:39:06 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:06 ---> Running in e6caabb1f57f 00:39:07 Removing intermediate container e7fa9958a5d5 00:39:07 ---> a80f979b39ed 00:39:07 Step 8/23 : COPY . . 00:39:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:18 Removing intermediate container 4ba44dcd88b7 00:39:18 ---> 66ce79eda281 00:39:18 00:39:18 Step 10/22 : FROM scratch 00:39:18 ---> 00:39:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:18 ---> 8257cc762bb3 00:39:18 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:39:18 ---> Running in a9a1e24e7744 00:39:18 ---> Using cache 00:39:18 ---> b1230a4e55c1 00:39:18 Step 12/22 : ENV APP_PORT=48082 00:39:18 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:19 ---> Running in fe186ac313e7 00:39:20 Removing intermediate container fe186ac313e7 00:39:20 ---> 77fd3c666684 00:39:20 Step 13/22 : EXPOSE $APP_PORT 00:39:20 ---> Running in fa01a4336d82 00:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:39:21 Removing intermediate container fa01a4336d82 00:39:21 ---> ee5e07e93a84 00:39:21 Step 14/22 : WORKDIR / 00:39:21 ---> Running in e7bb480195fd 00:39:21 Removing intermediate container e7bb480195fd 00:39:21 ---> 850d0ad0acb6 00:39:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:22 ---> 2d3624ebc499 00:39:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:25 ---> 8b1ccaf8937d 00:39:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:27 ---> e33e67e7006d 00:39:27 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:27 ---> 3947a73f2903 00:39:27 Step 9/23 : RUN make cmd/core-data/core-data 00:39:27 ---> Running in eb839926fcc7 00:39:27 ---> Running in 778eab61b905 00:39:27 Removing intermediate container eb839926fcc7 00:39:27 ---> 8cc5f46f9d76 00:39:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:27 ---> Running in 21b72f1be518 00:39:28 Removing intermediate container 21b72f1be518 00:39:28 ---> 0607218223a9 00:39:28 Step 20/22 : LABEL arch=x86_64 00:39:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:28 ---> Running in 859d969a2eb9 00:39:29 Removing intermediate container 859d969a2eb9 00:39:29 ---> 9524ad34d7e7 00:39:29 Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:39:30 ---> Running in 318c4d5c7ff7 00:39:30 Removing intermediate container e6caabb1f57f 00:39:30 ---> 4cc724fc20f9 00:39:30 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:30 ---> Running in c50208a621b6 00:39:30 Removing intermediate container 318c4d5c7ff7 00:39:30 ---> 5ca2910f9868 00:39:30 Step 22/22 : LABEL version=0.0.0 00:39:31 ---> Running in 5fae62c3f717 00:39:31 Removing intermediate container 5fae62c3f717 00:39:31 ---> 30d1ced05c0a 00:39:31 00:39:31 Successfully built 30d1ced05c0a 00:39:31 Successfully tagged docker-core-command-go:latest 00:39:31  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:34 Removing intermediate container c50208a621b6 00:39:34 ---> 61a062baa205 00:39:34 00:39:34 Step 11/27 : FROM docker:latest 00:39:34 ---> 0040bc98e531 00:39:34 Step 12/27 : RUN apk add --no-cache bash 00:39:34 ---> Running in 725861f08a53 00:39:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:36 (1/2) Installing readline (8.0.4-r0) 00:39:36 (2/2) Installing bash (5.0.17-r0) 00:39:36 Executing bash-5.0.17-r0.post-install 00:39:36 Executing busybox-1.31.1-r19.trigger 00:39:36 OK: 12 MiB in 22 packages 00:39:38 Removing intermediate container 725861f08a53 00:39:38 ---> 045aaf0a65f8 00:39:38 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:39:39 ---> Running in 56b0e1e95071 00:39:39 Removing intermediate container a9a1e24e7744 00:39:39 ---> 01f27ee4fc85 00:39:39 00:39:39 Step 10/24 : FROM scratch 00:39:39 ---> 00:39:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:40 ---> Running in 97a28ad684e4 00:39:40 Removing intermediate container 97a28ad684e4 00:39:40 ---> 1ee8cf0c42c7 00:39:40 Step 12/24 : ENV APP_PORT=48060 00:39:40 ---> Running in d8aef5bdde00 00:39:40 Removing intermediate container d8aef5bdde00 00:39:40 ---> adc180c63a77 00:39:40 Step 13/24 : EXPOSE $APP_PORT 00:39:41 ---> Running in 9c94a67c7c0b 00:39:41 Removing intermediate container 56b0e1e95071 00:39:41 ---> 31c33ca52b4f 00:39:41 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:41 ---> Running in f89eec6feed3 00:39:41 Removing intermediate container 9c94a67c7c0b 00:39:41 ---> 75095e63f7a0 00:39:41 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:39:41 Removing intermediate container f89eec6feed3 00:39:41 ---> b6b79c08fd50 00:39:41 Step 15/27 : ENV APP_PORT=48090 00:39:41 ---> Running in 29f2316a1115 00:39:41 ---> 4c8b7e17223b 00:39:41 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:41 Removing intermediate container 29f2316a1115 00:39:41 ---> 29ed20a9e298 00:39:41 Step 16/27 : EXPOSE $APP_PORT 00:39:42 ---> Running in 08436791c496 00:39:42 Removing intermediate container 08436791c496 00:39:42 ---> e399d581b295 00:39:42 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:43 ---> 09658d596ffc 00:39:43 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:39:43 ---> 84d532d8083f 00:39:43 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:43 ---> 126960a9c6fa 00:39:43 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:43 ---> 49d494bee9a4 00:39:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:39:43 ---> 5422b41c98fc 00:39:43 Step 20/27 : RUN apk --no-cache add py3-pip 00:39:43 ---> Running in cfd635e0b8ef 00:39:43 ---> e5ba433d9776 00:39:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:44 ---> 0cd459df339a 00:39:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:44 (1/33) Installing libbz2 (1.0.8-r1) 00:39:44 (2/33) Installing expat (2.2.9-r1) 00:39:44 (3/33) Installing libffi (3.3-r2) 00:39:44 (4/33) Installing gdbm (1.13-r1) 00:39:44 (5/33) Installing xz-libs (5.2.5-r0) 00:39:44 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:44 (7/33) Installing python3 (3.8.5-r0) 00:39:49 ---> 8cc1dcb6d032 00:39:49 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:39:49 ---> Running in 6e5b8cd91990 00:39:49 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:49 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:49 (11/33) Installing py3-six (1.15.0-r0) 00:39:49 (12/33) Installing py3-packaging (20.4-r0) 00:39:49 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:49 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:49 (15/33) Installing py3-idna (2.9-r0) 00:39:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:49 (18/33) Installing py3-requests (2.23.0-r0) 00:39:49 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:49 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:49 Removing intermediate container 6e5b8cd91990 00:39:49 ---> dde03e46059c 00:39:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:50 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:50 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:51 (24/33) Installing py3-distro (1.5.0-r1) 00:39:51 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:51 ---> Running in 8ecdc8c64b6a 00:39:51 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:52 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:52 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:52 (29/33) Installing py3-progress (1.5-r0) 00:39:52 (30/33) Installing py3-toml (0.10.1-r0) 00:39:52 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:52 (33/33) Installing py3-pip (20.1.1-r0) 00:39:52 Removing intermediate container 778eab61b905 00:39:52 ---> c42508babfe1 00:39:52 00:39:52 Step 10/23 : FROM alpine 00:39:52 ---> 389fef711851 00:39:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:52 Removing intermediate container 8ecdc8c64b6a 00:39:52 ---> a642f9e84aa1 00:39:52 Step 22/24 : LABEL arch=x86_64 00:39:53 Executing busybox-1.31.1-r19.trigger 00:39:53 OK: 71 MiB in 55 packages 00:39:53 ---> Running in 01cc9cd41c60 00:39:53 ---> Running in 242608fb9cd3 00:39:53 Removing intermediate container 01cc9cd41c60 00:39:53 ---> fbf740e6ee47 00:39:53 Step 12/23 : ENV APP_PORT=48080 00:39:53 Removing intermediate container 242608fb9cd3 00:39:53 ---> 749e6e5d2192 00:39:53 Step 23/24 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:39:53 ---> Running in fb20223bb480 00:39:53 ---> Running in fb093c945319 00:39:53 Removing intermediate container fb20223bb480 00:39:53 ---> a7cfb1a493fa 00:39:53 Step 13/23 : EXPOSE $APP_PORT 00:39:55 Removing intermediate container fb093c945319 00:39:55 ---> 19f9ac4549e5 00:39:55 Step 24/24 : LABEL version=0.0.0 00:39:57 ---> Running in 46b5d32fb540 00:39:59 ---> Running in aca4d3170902 00:39:59 Removing intermediate container 46b5d32fb540 00:39:59 ---> f1f1f80701de 00:39:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:59 ---> Running in 1220a930b089 00:39:59 Removing intermediate container cfd635e0b8ef 00:39:59 ---> 91768f2daf32 00:39:59 Step 21/27 : RUN pip install docker-compose==1.23.2 00:39:59 ---> Running in fe5808a1f14b 00:39:59 Removing intermediate container aca4d3170902 00:39:59 ---> fadafd1b782a 00:39:59 00:40:00 Successfully built fadafd1b782a 00:40:00 Successfully tagged docker-support-notifications-go:latest 00:40:01  Building docker-support-notifications-go ... done Removing intermediate container 1220a930b089 00:40:01 ---> 95c8c99d66d6 00:40:01 Step 15/23 : RUN apk --no-cache add zeromq 00:40:01 ---> Running in f2a52c5a4237 00:40:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 Collecting docker-compose==1.23.2 00:40:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:01 Collecting dockerpty<0.5,>=0.4.1 00:40:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:02 Collecting jsonschema<3,>=2.5.1 00:40:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:02 Collecting docopt<0.7,>=0.6.1 00:40:02 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:03 (1/5) Installing libgcc (9.3.0-r2) 00:40:03 (2/5) Installing libsodium (1.0.18-r0) 00:40:03 Collecting docker<4.0,>=3.6.0 00:40:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:03 (3/5) Installing libstdc++ (9.3.0-r2) 00:40:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:03 Collecting texttable<0.10,>=0.9.0 00:40:03 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:03 (4/5) Installing libzmq (4.3.3-r0) 00:40:03 (5/5) Installing zeromq (4.3.3-r0) 00:40:03 Executing busybox-1.31.1-r19.trigger 00:40:03 OK: 8 MiB in 19 packages 00:40:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:04 Collecting cached-property<2,>=1.2.0 00:40:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:04 Collecting websocket-client<1.0,>=0.32.0 00:40:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:04 Removing intermediate container f2a52c5a4237 00:40:04 ---> 3dd411357bf2 00:40:04 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:04 Collecting PyYAML<4,>=3.10 00:40:04 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:04 ---> 5f5b24611d99 00:40:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:06 Collecting docker-pycreds>=0.4.0 00:40:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:07 ---> c7cd699bba32 00:40:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:07 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) 00:40:07 Collecting idna<2.8,>=2.5 00:40:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:08 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) 00:40:08 Collecting urllib3<1.25,>=1.21.1 00:40:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:08 ---> af1cc7137316 00:40:08 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:08 ---> Running in b91320681b42 00:40:08 Installing collected packages: dockerpty, jsonschema, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, cached-property, PyYAML, docker-compose 00:40:08 Running setup.py install for dockerpty: started 00:40:08 Removing intermediate container b91320681b42 00:40:08 ---> d2fefbb527f9 00:40:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:08 ---> Running in ea86c6275a57 00:40:08 Removing intermediate container ea86c6275a57 00:40:08 ---> d1081d633f58 00:40:08 Step 21/23 : LABEL arch=x86_64 00:40:08 ---> Running in 7cddf8576cbe 00:40:08 Removing intermediate container 7cddf8576cbe 00:40:08 ---> bbe14ed3f871 00:40:08 Step 22/23 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:40:08 Running setup.py install for dockerpty: finished with status 'done' 00:40:08 ---> Running in aff586250799 00:40:08 Running setup.py install for docopt: started 00:40:09 Removing intermediate container aff586250799 00:40:09 ---> efc70244f806 00:40:09 Step 23/23 : LABEL version=0.0.0 00:40:09 ---> Running in 537a45d744ed 00:40:09 Removing intermediate container 537a45d744ed 00:40:09 ---> 9270a828e2ce 00:40:09 00:40:09 Successfully built 9270a828e2ce 00:40:09 Successfully tagged docker-core-data-go:latest 00:40:09  Building docker-core-data-go ... done  Running setup.py install for docopt: finished with status 'done' 00:40:09 Attempting uninstall: idna 00:40:09 Found existing installation: idna 2.9 00:40:09 Uninstalling idna-2.9: 00:40:09 Successfully uninstalled idna-2.9 00:40:09 Attempting uninstall: urllib3 00:40:09 Found existing installation: urllib3 1.25.9 00:40:09 Uninstalling urllib3-1.25.9: 00:40:09 Successfully uninstalled urllib3-1.25.9 00:40:09 Attempting uninstall: requests 00:40:09 Found existing installation: requests 2.23.0 00:40:09 Uninstalling requests-2.23.0: 00:40:09 Successfully uninstalled requests-2.23.0 00:40:10 Running setup.py install for texttable: started 00:40:10 Running setup.py install for texttable: finished with status 'done' 00:40:10 Running setup.py install for PyYAML: started 00:40:11 Running setup.py install for PyYAML: finished with status 'done' 00:40:11 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.57.0 00:40:14 Removing intermediate container fe5808a1f14b 00:40:14 ---> 34b833d2d94b 00:40:14 Step 22/27 : RUN apk --no-cache add curl 00:40:14 ---> Running in cd336062321e 00:40:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:15 (2/3) Installing libcurl (7.69.1-r3) 00:40:15 (3/3) Installing curl (7.69.1-r3) 00:40:15 Executing busybox-1.31.1-r19.trigger 00:40:15 OK: 72 MiB in 58 packages 00:40:15 Removing intermediate container cd336062321e 00:40:15 ---> 2c3a5363f107 00:40:15 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:15 ---> Running in d4753e17944b 00:40:15 Removing intermediate container d4753e17944b 00:40:15 ---> fbeac6ff0d98 00:40:15 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:16 ---> Running in b77eae10490d 00:40:16 Removing intermediate container b77eae10490d 00:40:16 ---> 9f870da27dd7 00:40:16 Step 25/27 : LABEL arch=x86_64 00:40:16 ---> Running in f4b14ede9431 00:40:16 Removing intermediate container f4b14ede9431 00:40:16 ---> 605a0df23dcf 00:40:16 Step 26/27 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:40:16 ---> Running in 8e525e80cb1b 00:40:16 Removing intermediate container 8e525e80cb1b 00:40:16 ---> bae45443165c 00:40:16 Step 27/27 : LABEL version=0.0.0 00:40:16 ---> Running in 121397a3d4c1 00:40:16 Removing intermediate container 121397a3d4c1 00:40:16 ---> b4836b75422e 00:40:16 00:40:16 Successfully built b4836b75422e 00:40:16 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:17 $ docker stop --time=1 72937c19df2d8c94cdb56d5d08717615926cf6aedc17390fd191e38e981132e0 00:40:19 $ docker rm -f 72937c19df2d8c94cdb56d5d08717615926cf6aedc17390fd191e38e981132e0 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:19 + docker images 00:40:19 + grep docker 00:40:19 docker-sys-mgmt-agent-go latest b4836b75422e 3 seconds ago 313MB 00:40:19 docker-core-data-go latest 9270a828e2ce 11 seconds ago 22.2MB 00:40:19 docker-support-notifications-go latest fadafd1b782a 20 seconds ago 12.1MB 00:40:19 docker-core-command-go latest 30d1ced05c0a 48 seconds ago 10.6MB 00:40:19 docker-security-secretstore-setup-go latest 57650367fb66 About a minute ago 24.7MB 00:40:19 docker-security-bootstrap-redis-go latest ba668020a8a0 About a minute ago 15.9MB 00:40:19 docker-security-proxy-setup-go latest a6c853c0265d 2 minutes ago 24.7MB 00:40:19 docker-core-metadata-go latest a033fb9033de 2 minutes ago 13MB 00:40:19 docker-support-scheduler-go latest dd409dd74654 2 minutes ago 10.8MB 00:40:19 docker latest 0040bc98e531 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:35 Still waiting to schedule task 00:40:35 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.267s coverage: 46.6% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.546s coverage: 27.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.594s coverage: 72.7% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.328s coverage: 83.3% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.201s coverage: 28.6% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.235s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.339s coverage: 86.7% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.344s coverage: 97.5% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.049s coverage: 93.8% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.212s coverage: 0.1% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.095s coverage: 100.0% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.155s coverage: 75.5% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.163s coverage: 87.2% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.4% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.658s coverage: 63.5% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 55.9% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.395s coverage: 37.0% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.705s coverage: 84.0% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.358s coverage: 47.1% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.311s coverage: 29.1% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:41:30 GO111MODULE=on go vet ./... 00:42:38 gofmt -l . 00:42:39 [ "`gofmt -l .`" = "" ] 00:42:42 ./bin/test-go-mod-tidy.sh 00:42:42 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:47 + ls -al . 00:42:47 total 664 00:42:47 drwxrwxr-x 9 1001 1001 4096 Dec 22 00:42 . 00:42:47 drwxr-xr-x 4 root root 4096 Dec 22 00:38 .. 00:42:47 -rw-rw-r-- 1 1001 1001 11 Dec 22 00:36 .dockerignore 00:42:47 drwxrwxr-x 8 1001 1001 4096 Dec 22 00:37 .git 00:42:47 drwxrwxr-x 3 1001 1001 4096 Dec 22 00:36 .github 00:42:47 -rw-rw-r-- 1 1001 1001 824 Dec 22 00:36 .gitignore 00:42:47 -rw-rw-r-- 1 1001 1001 166 Dec 22 00:36 .sonarcloud.properties 00:42:47 -rw-rw-r-- 1 1001 1001 3804 Dec 22 00:36 CONTRIBUTING.md 00:42:47 -rw-rw-r-- 1 1001 1001 1035 Dec 22 00:36 Dockerfile.build 00:42:47 -rw-rw-r-- 1 1001 1001 863 Dec 22 00:36 Jenkinsfile 00:42:47 -rw-rw-r-- 1 1001 1001 10775 Dec 22 00:36 LICENSE 00:42:47 -rw-rw-r-- 1 1001 1001 5750 Dec 22 00:36 Makefile 00:42:47 -rw-rw-r-- 1 1001 1001 6511 Dec 22 00:36 README.md 00:42:47 -rw-rw-r-- 1 1001 1001 6744 Dec 22 00:36 SECURITY.md 00:42:47 -rw-rw-r-- 1 1001 1001 5 Dec 22 00:32 VERSION 00:42:47 -rw-rw-r-- 1 1001 1001 4131 Dec 22 00:36 ZMQWindows.md 00:42:47 drwxrwxr-x 2 1001 1001 4096 Dec 22 00:36 bin 00:42:47 drwxrwxr-x 14 1001 1001 4096 Dec 22 00:36 cmd 00:42:47 -rw-r--r-- 1 root root 537098 Dec 22 00:41 coverage.out 00:42:47 -rw-r--r-- 1 root root 979 Dec 22 00:42 go.mod 00:42:47 -rw-r--r-- 1 root root 18739 Dec 22 00:42 go.sum 00:42:47 drwxrwxr-x 8 1001 1001 4096 Dec 22 00:36 internal 00:42:47 drwxrwxr-x 4 1001 1001 4096 Dec 22 00:36 openapi 00:42:47 drwxrwxr-x 4 1001 1001 4096 Dec 22 00:36 snap 00:42:47 -rw-rw-r-- 1 1001 1001 168 Dec 22 00:36 version.go [Pipeline] sh 00:42:47 + '[' -e coverage.out ] 00:42:47 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:47 Warning: overwriting stash ‘coverage-report’ 00:42:49 Stashed 1 file(s) [Pipeline] sh 00:42:50 + make build 00:42:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:04 Running on prd-ubuntu18.04-docker-8c-8g-17144 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:43:04 Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout 00:43:06 using credential edgex-jenkins-ssh 00:43:06 Cloning the remote Git repository 00:43:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:06 > git init /w/workspace/edgex-go/29 # timeout=10 00:43:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:06 > git --version # timeout=10 00:43:06 > git --version # 'git version 2.17.1' 00:43:06 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:23 Merging remotes/origin/master commit c8e01228eebdce54d172fd10835788ee98243d1b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:43:24 Merge succeeded, producing 2c1c35827454761f110ac12c0a09b4f1c900c890 00:43:24 Checking out Revision 2c1c35827454761f110ac12c0a09b4f1c900c890 (PR-2858) 00:43:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:23 > git config core.sparsecheckout # timeout=10 00:43:23 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:43:23 > git remote # timeout=10 00:43:23 > git config --get remote.origin.url # timeout=10 00:43:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:23 > git merge c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 00:43:24 > git rev-parse HEAD^{commit} # timeout=10 00:43:24 > git config core.sparsecheckout # timeout=10 00:43:24 > git checkout -f 2c1c35827454761f110ac12c0a09b4f1c900c890 # timeout=10 00:43:27 Commit message: "Merge commit 'c8e01228eebdce54d172fd10835788ee98243d1b' into HEAD" 00:43:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:27 > git rev-list --no-walk 485b5a2a39ebd631aaab20b20668707ad2900bab # timeout=10 00:43:28 + echo snap-build.sh 00:43:28 snap-build.sh 00:43:28 + SNAP_BASE_DIR=. 00:43:28 + '[' '!' -z /w/workspace/edgex-go/29 ']' 00:43:28 + SNAP_BASE_DIR=/w/workspace/edgex-go/29 00:43:28 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/29]' 00:43:28 [snap-build] Building snap in dir [/w/workspace/edgex-go/29] 00:43:28 + cd /w/workspace/edgex-go/29 00:43:28 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:28 Reading package lists... 00:43:28 Building dependency tree... 00:43:28 Reading state information... 00:43:29 The following packages were automatically installed and are no longer required: 00:43:29 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:29 uidmap xdelta3 00:43:29 Use 'sudo apt autoremove' to remove them. 00:43:29 The following packages will be REMOVED: 00:43:29 lxd* lxd-client* 00:43:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:29 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:29 After this operation, 31.7 MB disk space will be freed. 00:43:30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:43:30 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:31 Removing lxd dnsmasq configuration 00:43:31 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:31 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:32 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:43:32 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:33 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:33 Processing triggers for ureadahead (0.100.0-21) ... 00:43:35 + sudo snap remove --purge lxd 00:43:35 snap "lxd" is not installed 00:43:35 + sudo groupadd --force --system lxd 00:43:35 ++ whoami 00:43:35 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:35 + newgrp - lxd 00:43:35 + sudo snap install lxd 00:43:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:43 2020-12-22T00:43:41Z INFO Waiting for automatic snapd restart... 00:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:58 lxd 4.9 from Canonical* installed 00:43:58 + sudo lxd init --auto 00:44:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:06 + sudo snap install --classic snapcraft [Pipeline] } 00:44:09 $ docker stop --time=1 dd4e2445fb4dbb424fffeb99a05aa62e3738d978a7a90018da017d5f331d3a09 00:44:12 $ docker rm -f dd4e2445fb4dbb424fffeb99a05aa62e3738d978a7a90018da017d5f331d3a09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:14 00:44:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:14 snapcraft 4.4.4 from Canonical* installed 00:44:14 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:14 + patch --verbose -p1 00:44:14 Hmm... Looks like a unified diff to me... 00:44:14 The text leading up to this was: 00:44:14 -------------------------- 00:44:14 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:14 |From: Tony Espy 00:44:14 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:14 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:14 | 00:44:14 |This patch is used by the EdgeX CI pipeline builds to 00:44:14 |optimize the snap CI check run for pull requests. When 00:44:14 |applied, it essentially strips out everything (apps and 00:44:14 |parts) from the snapcraft.yaml file except those required 00:44:14 |to build edgex-go, as the whole idea of the CI check is to 00:44:14 |catch changes to edgex-go that break the snap build. 00:44:14 | 00:44:14 |In general, anyone updating snapcraft.yaml will also need 00:44:14 |to update this patch file, otherwise it may fail to apply, 00:44:14 |resulting in a failed snap build CI check in the associated 00:44:14 |pull request. 00:44:14 | 00:44:14 |Note - in addition to applying this patch, the pipeline also 00:44:14 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:14 |need to build the finally binary .snap file (and it won't 00:44:14 |work with the patch applied). This further reduces the build 00:44:14 |time. 00:44:14 |--- 00:44:14 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:14 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:14 | 00:44:14 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:14 |index 1e537489..faf42425 100644 00:44:14 |--- a/snap/snapcraft.yaml 00:44:14 |+++ b/snap/snapcraft.yaml 00:44:14 -------------------------- 00:44:14 patching file snap/snapcraft.yaml 00:44:14 Using Plan A... 00:44:14 Hunk #1 succeeded at 73. 00:44:14 Hunk #2 succeeded at 202. 00:44:14 Hunk #3 succeeded at 214. 00:44:14 Hunk #4 FAILED at 222. 00:44:14 Hunk #5 succeeded at 300 (offset 1 line). 00:44:14 Hunk #6 succeeded at 327 (offset 1 line). 00:44:14 Hunk #7 succeeded at 361 (offset 1 line). 00:44:14 Hunk #8 FAILED at 411. 00:44:14 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:44:14 Hmm... Ignoring the trailing garbage. 00:44:14 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 00:44:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:15 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:15 29e5d40040c1: Pulling fs layer 00:44:15 1ce36da41761: Pulling fs layer 00:44:15 25b303627fd3: Pulling fs layer [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:15 Failed in branch amd64 00:44:15 29e5d40040c1: Verifying Checksum 00:44:15 29e5d40040c1: Download complete 00:44:16 29e5d40040c1: Pull complete 00:44:16 1ce36da41761: Verifying Checksum 00:44:16 1ce36da41761: Download complete 00:44:17 1ce36da41761: Pull complete 00:44:18 25b303627fd3: Download complete 00:44:26 25b303627fd3: Pull complete 00:44:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:26 prd-ubuntu18.04-docker-arm64-4c-16g-17136 does not seem to be running inside a container 00:44:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 00:44:29 $ docker top 794f7733ec0cb3ffe883909a9da8195524137ca34baa71317b777f3d46892b90 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:31 + docker-compose build --help 00:44:31 + grep parallel 00:44:35 --parallel Build images in parallel. [Pipeline] } 00:44:35 $ docker stop --time=1 794f7733ec0cb3ffe883909a9da8195524137ca34baa71317b777f3d46892b90 00:44:37 $ docker rm -f 794f7733ec0cb3ffe883909a9da8195524137ca34baa71317b777f3d46892b90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:38 . [Pipeline] withDockerContainer 00:44:38 prd-ubuntu18.04-docker-arm64-4c-16g-17136 does not seem to be running inside a container 00:44:38 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:40 $ docker top bddee90e7b6db54536c70880b770d9fe3f81f5f2f193ff5a755f6ed7bf741997 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:41 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:46 Building docker-core-command-go ... 00:44:46 Building docker-core-data-go ... 00:44:46 Building docker-core-metadata-go ... 00:44:46 Building docker-security-bootstrap-redis-go ... 00:44:46 Building docker-security-proxy-setup-go ... 00:44:46 Building docker-security-secretstore-setup-go ... 00:44:46 Building docker-support-notifications-go ... 00:44:46 Building docker-support-scheduler-go ... 00:44:46 Building docker-sys-mgmt-agent-go ... 00:44:46 Building docker-security-secretstore-setup-go 00:44:46 Building docker-support-scheduler-go 00:44:46 Building docker-security-proxy-setup-go 00:44:46 Building docker-security-bootstrap-redis-go 00:44:46 Building docker-core-command-go 00:45:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:54 ---> b6d1449c6807 00:45:54 Step 3/22 : WORKDIR /edgex-go 00:45:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:54 ---> b6d1449c6807 00:45:54 Step 3/24 : WORKDIR /edgex-go 00:45:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:54 ---> b6d1449c6807 00:45:54 Step 3/21 : WORKDIR /edgex-go 00:45:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:54 ---> b6d1449c6807 00:45:54 Step 3/22 : WORKDIR /edgex-go 00:45:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:54 ---> b6d1449c6807 00:45:54 Step 3/21 : WORKDIR /edgex-go 00:45:54 ---> Running in fb97aadc93c4 00:45:54 ---> Running in 74d19d0ec19c 00:45:54 ---> Running in 7110295bf7e8 00:45:54 ---> Running in e5325a852501 00:45:54 ---> Running in 57e94068bd4c 00:45:55 Removing intermediate container 7110295bf7e8 00:45:55 ---> 6764a0f45207 00:45:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:55 Removing intermediate container 57e94068bd4c 00:45:55 ---> 7fd6e23d0d62 00:45:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:55 Removing intermediate container e5325a852501 00:45:55 ---> 3066fdf1f9f4 00:45:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:55 Removing intermediate container fb97aadc93c4 00:45:55 ---> 6cd20ab748cc 00:45:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:55 Removing intermediate container 74d19d0ec19c 00:45:55 ---> c88180168d5a 00:45:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:55 ---> Running in 326f14d6f7bc 00:45:55 ---> Running in b0afc316609d 00:45:55 ---> Running in c6d06cad37d9 00:45:55 ---> Running in 9b8db5895290 00:45:55 ---> Running in ad194cdce643 00:45:59 Removing intermediate container b0afc316609d 00:45:59 ---> 7a4625dc8d0d 00:45:59 Step 5/21 : RUN apk update && apk add make git 00:45:59 ---> Running in d08c571406c8 00:45:59 Removing intermediate container 326f14d6f7bc 00:45:59 ---> 237fc9ba0523 00:45:59 Step 5/24 : RUN apk update && apk add make git 00:45:59 Removing intermediate container c6d06cad37d9 00:45:59 ---> d5ab656af4e6 00:45:59 Step 5/21 : RUN apk update && apk add make git 00:45:59 ---> Running in e08f49657e96 00:45:59 ---> Running in 2ef853794d78 00:45:59 Removing intermediate container ad194cdce643 00:45:59 ---> c0d105605717 00:45:59 Step 5/22 : RUN apk update && apk add make git 00:46:00 Removing intermediate container 9b8db5895290 00:46:00 ---> 424f32ed4320 00:46:00 Step 5/22 : RUN apk update && apk add make git 00:46:00 ---> Running in 2221fa4d0f66 00:46:00 ---> Running in e7a71a71ab06 00:46:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:05 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:05 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:05 OK: 12620 distinct packages available 00:46:05 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:05 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:05 OK: 12620 distinct packages available 00:46:06 OK: 217 MiB in 51 packages 00:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:06 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:06 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:06 OK: 12620 distinct packages available 00:46:06 OK: 217 MiB in 51 packages 00:46:06 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:06 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:06 OK: 12620 distinct packages available 00:46:07 OK: 217 MiB in 51 packages 00:46:07 OK: 217 MiB in 51 packages 00:46:08 Removing intermediate container e08f49657e96 00:46:08 ---> 1aabab8ba9df 00:46:08 Step 6/24 : COPY go.mod . 00:46:08 Removing intermediate container e7a71a71ab06 00:46:08 ---> 5c87329ecb0c 00:46:08 Step 6/22 : COPY go.mod . 00:46:09 ---> 384537722f0c 00:46:09 Step 7/24 : RUN go mod download 00:46:09 ---> Running in 906f21a1ae62 00:46:09 Removing intermediate container d08c571406c8 00:46:09 ---> 77d33a99b6d4 00:46:09 Step 6/21 : COPY go.mod . 00:46:09 Removing intermediate container 2ef853794d78 00:46:09 ---> 018c0a0ed231 00:46:09 Step 6/21 : COPY go.mod . 00:46:09 ---> 6fbc07b75992 00:46:09 Step 7/22 : RUN go mod download 00:46:09 ---> Running in b4aee1adcaad 00:46:10 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:10 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:10 OK: 12620 distinct packages available 00:46:11 ---> a54b27b28151 00:46:11 Step 7/21 : RUN go mod download 00:46:11 ---> 5bf7988a1815 00:46:11 Step 7/21 : RUN go mod download 00:46:11 ---> Running in 11ebddb2ab36 00:46:11 ---> Running in 93fb32be592d 00:46:11 OK: 217 MiB in 51 packages 00:46:14 Removing intermediate container 2221fa4d0f66 00:46:14 ---> eedae21e5074 00:46:14 Step 6/22 : COPY go.mod . 00:46:14 Removing intermediate container b4aee1adcaad 00:46:14 ---> a1d8fd6e767e 00:46:14 Step 8/22 : COPY . . 00:46:14 Removing intermediate container 906f21a1ae62 00:46:14 ---> bc90a31b02a3 00:46:14 Step 8/24 : COPY . . 00:46:14 ---> 3e9cf8a97b69 00:46:14 Step 7/22 : RUN go mod download 00:46:15 ---> Running in 18c984c538eb 00:46:17 Removing intermediate container 93fb32be592d 00:46:17 ---> d05ee270dd69 00:46:17 Step 8/21 : COPY . . 00:46:17 Removing intermediate container 11ebddb2ab36 00:46:17 ---> f956d6c4fc45 00:46:17 Step 8/21 : COPY . . 00:46:22 Removing intermediate container 18c984c538eb 00:46:22 ---> a7eb8825433e 00:46:22 Step 8/22 : COPY . . 00:46:45 ---> cc5f3710ffe5 00:46:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:45 ---> 2b03d9386288 00:46:45 Step 9/22 : RUN make cmd/core-command/core-command 00:46:45 ---> 652527305808 00:46:45 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:46:45 ---> d1f520d94c16 00:46:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:45 ---> 70a46e810c5a 00:46:45 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:46:45 ---> Running in af0e6974ee75 00:46:45 ---> Running in 2daf27bf1282 00:46:45 ---> Running in c9cb9de7f187 00:46:45 ---> Running in ca6ea719f588 00:46:45 ---> Running in 443bdf0587e0 00:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:31 Removing intermediate container c9cb9de7f187 00:48:31 ---> 9ee3ca32664d 00:48:31 00:48:31 Step 10/22 : FROM alpine:3.10 00:48:31 3.10: Pulling from library/alpine 00:48:31 Removing intermediate container af0e6974ee75 00:48:31 ---> 39bb52b172be 00:48:31 00:48:31 Step 10/24 : FROM alpine:3.10 00:48:31 3.10: Pulling from library/alpine 00:48:32 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:48:32 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:48:32 Status: Downloaded newer image for alpine:3.10 00:48:32 Status: Image is up to date for alpine:3.10 00:48:32 ---> 536a684cf733 00:48:32 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:32 ---> 536a684cf733 00:48:32 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:34 ---> Running in eebc2502c12e 00:48:34 ---> Running in 685c6483b4d9 00:48:34 Removing intermediate container ca6ea719f588 00:48:34 ---> cccc9b404b3d 00:48:34 00:48:34 Step 10/21 : FROM alpine 00:48:34 latest: Pulling from library/alpine 00:48:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:34 Status: Downloaded newer image for alpine:latest 00:48:34 ---> afeebe901d6b 00:48:34 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:48:34 Removing intermediate container 443bdf0587e0 00:48:34 ---> bb2b86afa821 00:48:34 00:48:34 Step 10/21 : FROM scratch 00:48:34 ---> 00:48:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:34 Removing intermediate container 2daf27bf1282 00:48:34 ---> 0d18fcaea597 00:48:34 00:48:34 Step 10/22 : FROM scratch 00:48:34 ---> 00:48:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:35 ---> Running in 0a7aca56634d 00:48:35 ---> Running in e9ca8e5f88d3 00:48:35 ---> Running in 75ce99a8a4e1 00:48:35 Removing intermediate container 75ce99a8a4e1 00:48:35 ---> 2aefee5de623 00:48:35 Step 12/22 : ENV APP_PORT=48082 00:48:35 Removing intermediate container e9ca8e5f88d3 00:48:35 ---> 667b602c034d 00:48:35 Step 12/21 : ENV APP_PORT=48085 00:48:36 ---> Running in e93e021a669b 00:48:36 ---> Running in 8acd1177101d 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:48:36 Removing intermediate container e93e021a669b 00:48:36 ---> 72e4638196bd 00:48:36 Step 13/22 : EXPOSE $APP_PORT 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:48:36 Removing intermediate container 8acd1177101d 00:48:36 ---> 32ab18466aad 00:48:36 Step 13/21 : EXPOSE $APP_PORT 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:48:36 ---> Running in 8ca59eea9669 00:48:36 ---> Running in 7894bf01731e 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:37 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:48:37 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:48:37 OK: 10171 distinct packages available 00:48:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:37 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:48:37 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:48:37 OK: 10171 distinct packages available 00:48:37 Removing intermediate container 8ca59eea9669 00:48:37 ---> 8fd729c7c2a0 00:48:37 Step 14/22 : WORKDIR / 00:48:37 Removing intermediate container 7894bf01731e 00:48:37 ---> c8e0469f0ccf 00:48:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:48:37 ---> Running in 3a054b419a53 00:48:37 (1/5) Installing ca-certificates (20191127-r2) 00:48:37 (1/5) Installing ca-certificates (20191127-r2) 00:48:37 v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:48:37 v3.12.3-17-g42fdcdb4bc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:48:37 OK: 12615 distinct packages available 00:48:37 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:48:37 (3/5) Installing libcurl (7.66.0-r3) 00:48:37 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:48:37 (4/5) Installing curl (7.66.0-r3) 00:48:37 (3/5) Installing libcurl (7.66.0-r3) 00:48:38 (5/5) Installing dumb-init (1.2.2-r1) 00:48:38 Executing busybox-1.30.1-r3.trigger 00:48:38 (4/5) Installing curl (7.66.0-r3) 00:48:38 Executing ca-certificates-20191127-r2.trigger 00:48:38 (5/5) Installing dumb-init (1.2.2-r1) 00:48:38 Executing busybox-1.30.1-r3.trigger 00:48:38 Executing ca-certificates-20191127-r2.trigger 00:48:38 OK: 7 MiB in 19 packages 00:48:38 OK: 7 MiB in 19 packages 00:48:38 Removing intermediate container 3a054b419a53 00:48:38 ---> 0533a071c0c4 00:48:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:48:39 (1/4) Installing ca-certificates (20191127-r4) 00:48:39 ---> 473d30164b49 00:48:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:39 (3/4) Installing libcurl (7.69.1-r3) 00:48:39 (4/4) Installing curl (7.69.1-r3) 00:48:39 Executing busybox-1.31.1-r19.trigger 00:48:39 Executing ca-certificates-20191127-r4.trigger 00:48:39 OK: 7 MiB in 18 packages 00:48:40 ---> 20aaef85931e 00:48:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:40 ---> 1ce07f70c22a 00:48:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:41 Removing intermediate container eebc2502c12e 00:48:41 ---> d218de1dda91 00:48:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:41 Removing intermediate container 685c6483b4d9 00:48:41 ---> 12f43a3cfbf7 00:48:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:48:41 ---> Running in 5069ac1a8f10 00:48:41 ---> Running in 36160a75f727 00:48:42 ---> 76b28f710de5 00:48:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:42 ---> 0dce79bf4359 00:48:42 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:48:42 Removing intermediate container 0a7aca56634d 00:48:42 ---> e9f814a12960 00:48:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:42 ---> Running in 92daec140956 00:48:42 ---> Running in 950831eccfef 00:48:42 Removing intermediate container 5069ac1a8f10 00:48:42 ---> 673c3e120f3b 00:48:42 Step 13/24 : WORKDIR / 00:48:42 Removing intermediate container 36160a75f727 00:48:42 ---> 2a9d397f0901 00:48:42 Step 13/22 : WORKDIR / 00:48:42 ---> Running in c8a9a0089360 00:48:42 ---> Running in dc9ddda49455 00:48:43 ---> 3d55eaf1089a 00:48:43 Step 18/22 : ENTRYPOINT ["/core-command"] 00:48:43 Removing intermediate container 92daec140956 00:48:43 ---> 953309b7afd9 00:48:43 Removing intermediate container 950831eccfef 00:48:43 ---> 25aa4430c63e 00:48:43 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:43 Step 13/21 : WORKDIR /edgex 00:48:43 ---> Running in b958f10dfb33 00:48:43 ---> Running in 70507ae16bcb 00:48:43 ---> Running in 9b0ec3809a8e 00:48:43 Removing intermediate container c8a9a0089360 00:48:43 ---> d68a3e433cd0 00:48:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:43 Removing intermediate container dc9ddda49455 00:48:43 ---> db1c7e00770e 00:48:43 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:48:44 Removing intermediate container b958f10dfb33 00:48:44 ---> b97611dae29e 00:48:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:44 Removing intermediate container 70507ae16bcb 00:48:44 ---> b7415fb109ad 00:48:44 Step 19/21 : LABEL arch=arm64 00:48:44 ---> Running in 26aeb025d5f1 00:48:44 Removing intermediate container 9b0ec3809a8e 00:48:44 ---> cc1a4f19c349 00:48:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:44 ---> Running in 2f82004e08d2 00:48:44 ---> 65becf9bc0a7 00:48:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:44 ---> d3521caf1e72 00:48:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:48:44 Removing intermediate container 26aeb025d5f1 00:48:44 ---> 35fd39a8a2b5 00:48:44 Step 20/22 : LABEL arch=arm64 00:48:45 Removing intermediate container 2f82004e08d2 00:48:45 ---> b08220cd030f 00:48:45 Step 20/21 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:48:45 ---> Running in ce8e7785ae45 00:48:45 ---> Running in 9516819075d0 00:48:45 ---> e56765a4ff0f 00:48:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:45 ---> 136905192849 00:48:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:45 Removing intermediate container ce8e7785ae45 00:48:45 ---> 8fdcd217c7d7 00:48:45 Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:48:46 Removing intermediate container 9516819075d0 00:48:46 ---> 662e4fdf7d3c 00:48:46 Step 21/21 : LABEL version=0.0.0 00:48:46 ---> Running in e1c6903015b6 00:48:46 ---> d0a26406ef26 00:48:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:48:46 ---> Running in 69648eff4376 00:48:46 ---> 7ee6d40d85c5 00:48:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:46 ---> 3c597a74098b 00:48:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:46 Removing intermediate container e1c6903015b6 00:48:46 ---> 836029dc8ffe 00:48:46 Step 22/22 : LABEL version=0.0.0 00:48:47 ---> Running in 2cc3189fa7b1 00:48:47 Removing intermediate container 69648eff4376 00:48:47 ---> 4b7a3ea01078 00:48:47 00:48:47 ---> e618770bd902 00:48:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:48:47 Successfully built 4b7a3ea01078 00:48:47 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:47  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 00:48:47 Removing intermediate container 2cc3189fa7b1 00:48:47 ---> 5b4557aa5c84 00:48:47 00:48:48 Successfully built 5b4557aa5c84 00:48:48 Successfully tagged docker-core-command-go-arm64:latest 00:48:48 Building docker-core-data-go 00:48:48  Building docker-core-command-go ... done  ---> b48a0b23a52a 00:48:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:48 ---> 8196705b932c 00:48:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:48 ---> Running in 94a79874080d 00:48:48 ---> 17dde3a3d996 00:48:48 Step 18/22 : RUN chmod +x entrypoint.sh 00:48:48 ---> Running in ecbb6602251e 00:48:49 Removing intermediate container 94a79874080d 00:48:49 ---> aea0da7445b0 00:48:49 Step 18/21 : CMD ["--init=true"] 00:48:49 ---> Running in 2ed29ca7eeea 00:48:50 ---> 74c8e5ae6f42 00:48:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:50 Removing intermediate container 2ed29ca7eeea 00:48:50 ---> ff3b6de03015 00:48:50 Step 19/21 : LABEL arch=arm64 00:48:50 ---> Running in 7c6f9cd01f15 00:48:53 ---> ac45fc90c784 00:48:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:53 Removing intermediate container 7c6f9cd01f15 00:48:53 ---> 5b7ffd2f9147 00:48:53 Step 20/21 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:48:53 ---> Running in 51f9222b37e5 00:48:54 ---> Running in 8ffdeaa42ab9 00:48:54 Removing intermediate container ecbb6602251e 00:48:54 ---> b1e4385d1778 00:48:54 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:48:55 Removing intermediate container 8ffdeaa42ab9 00:48:55 ---> a0d1ed7e0073 00:48:55 Step 21/21 : LABEL version=0.0.0 00:48:55 ---> Running in bb36bb47fdfb 00:48:56 ---> Running in 58ff336cca3e 00:48:56 Removing intermediate container bb36bb47fdfb 00:48:56 ---> 43ff424d7edd 00:48:56 Step 20/22 : LABEL arch=arm64 00:48:57 Removing intermediate container 58ff336cca3e 00:48:57 ---> ca3ea4b0b503 00:48:57 00:48:57 ---> Running in f14d84861c03 00:48:57 Successfully built ca3ea4b0b503 00:48:57 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:57  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:48:57 Removing intermediate container 51f9222b37e5 00:48:57 ---> 9a3b14ff41a4 00:48:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:57 Removing intermediate container f14d84861c03 00:48:57 ---> 5e2c81647278 00:48:57 Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:48:57 ---> Running in 04c12435e862 00:48:58 ---> Running in 69cfa99a5ee9 00:48:58 Removing intermediate container 04c12435e862 00:48:58 ---> 18bc499e64b7 00:48:58 Step 22/24 : LABEL arch=arm64 00:48:58 Removing intermediate container 69cfa99a5ee9 00:48:58 ---> 79cbc9bb1b28 00:48:58 Step 22/22 : LABEL version=0.0.0 00:48:58 ---> Running in 609424f570cb 00:48:58 ---> Running in f2d4f32fd0d0 00:48:59 Removing intermediate container 609424f570cb 00:48:59 ---> ece067bdf895 00:48:59 Step 23/24 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:48:59 Removing intermediate container f2d4f32fd0d0 00:48:59 ---> 3cf9f2a800f9 00:48:59 00:48:59 ---> Running in 105cc60ce014 00:48:59 Successfully built 3cf9f2a800f9 00:48:59 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:48:59 Building docker-core-metadata-go 00:48:59  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 105cc60ce014 00:48:59 ---> 2aa138a0a4bd 00:48:59 Step 24/24 : LABEL version=0.0.0 00:49:00 ---> Running in fc04a6063d4f 00:49:00 Removing intermediate container fc04a6063d4f 00:49:00 ---> e1f953152a2c 00:49:00 00:49:01 Successfully built e1f953152a2c 00:49:01 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:39  Building docker-security-secretstore-setup-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:39 ---> b6d1449c6807 00:49:39 Step 3/24 : WORKDIR /edgex-go 00:49:39 ---> Using cache 00:49:39 ---> c88180168d5a 00:49:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:39 ---> Using cache 00:49:39 ---> 424f32ed4320 00:49:39 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:49:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:39 ---> b6d1449c6807 00:49:39 Step 3/23 : WORKDIR /edgex-go 00:49:39 ---> Using cache 00:49:39 ---> c88180168d5a 00:49:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:39 ---> Using cache 00:49:39 ---> 424f32ed4320 00:49:39 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:49:40 ---> Running in 66017eab52b3 00:49:40 ---> Running in 55027deaa8cf 00:49:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:41 ---> b6d1449c6807 00:49:41 Step 3/22 : WORKDIR /edgex-go 00:49:41 ---> Using cache 00:49:41 ---> c88180168d5a 00:49:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:41 ---> Using cache 00:49:41 ---> 424f32ed4320 00:49:41 Step 5/22 : RUN apk update && apk add make git 00:49:41 ---> Using cache 00:49:41 ---> 5c87329ecb0c 00:49:41 Step 6/22 : COPY go.mod . 00:49:41 ---> Using cache 00:49:41 ---> 6fbc07b75992 00:49:41 Step 7/22 : RUN go mod download 00:49:41 ---> Using cache 00:49:41 ---> a1d8fd6e767e 00:49:41 Step 8/22 : COPY . . 00:49:41 ---> Using cache 00:49:41 ---> 2b03d9386288 00:49:41 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:49:42 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:42 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:49:42 ---> b6d1449c6807 00:49:42 Step 3/27 : WORKDIR /edgex-go 00:49:42 ---> Using cache 00:49:42 ---> c88180168d5a 00:49:42 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:42 ---> Using cache 00:49:42 ---> 424f32ed4320 00:49:42 Step 5/27 : RUN apk update && apk add make bash git 00:49:42 ---> Running in 00a4cb9b7807 00:49:42 ---> Running in c4b16ff99759 00:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:45 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:45 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:45 OK: 12620 distinct packages available 00:49:45 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:45 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:45 OK: 12620 distinct packages available 00:49:45 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:45 v3.12.3-17-g42fdcdb4bc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:45 OK: 12620 distinct packages available 00:49:46 OK: 217 MiB in 51 packages 00:49:46 OK: 217 MiB in 51 packages 00:49:46 OK: 217 MiB in 51 packages 00:49:48 Removing intermediate container 66017eab52b3 00:49:48 ---> d94d8b7fd703 00:49:48 Step 6/24 : COPY go.mod . 00:49:48 Removing intermediate container 55027deaa8cf 00:49:48 ---> 440b949b75e7 00:49:48 Step 6/23 : COPY go.mod . 00:49:48 Removing intermediate container 00a4cb9b7807 00:49:48 ---> f3d734f3c4e7 00:49:48 Step 6/27 : COPY go.mod . 00:49:49 ---> 5ae6708d5416 00:49:49 Step 7/24 : RUN go mod download 00:49:49 ---> Running in 7dea0315835f 00:49:50 ---> 17f9cf208681 00:49:50 Step 7/23 : RUN go mod download 00:49:50 ---> Running in a82d64978cae 00:49:50 ---> 9128d711e359 00:49:50 Step 7/27 : RUN go mod download 00:49:50 ---> Running in 258bde332a06 00:49:56 Removing intermediate container 7dea0315835f 00:49:56 ---> 5a93f091bfc3 00:49:56 Step 8/24 : COPY . . 00:49:56 Removing intermediate container a82d64978cae 00:49:56 ---> 17c9e03ff6ed 00:49:56 Step 8/23 : COPY . . 00:49:56 Removing intermediate container 258bde332a06 00:49:56 ---> d1d8fc6725a8 00:49:56 Step 8/27 : COPY . . 00:50:35 ---> a130f14a7e06 00:50:35 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:35 ---> 61ea0e1d3516 00:50:35 Step 9/23 : RUN make cmd/core-data/core-data 00:50:35 ---> 5d8f86b846fa 00:50:35 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:50:35 ---> Running in a399e8a78196 00:50:35 ---> Running in ca9115db60b5 00:50:35 ---> Running in e9369decc3b5 00:50:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:50:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:50:35 Removing intermediate container c4b16ff99759 00:50:35 ---> 96ad105cf2b8 00:50:35 00:50:35 Step 10/22 : FROM scratch 00:50:35 ---> 00:50:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:35 ---> Using cache 00:50:35 ---> 2aefee5de623 00:50:35 Step 12/22 : ENV APP_PORT=48081 00:50:35 ---> Running in 56310549c60f 00:50:36 Removing intermediate container 56310549c60f 00:50:36 ---> 00bdc2ba5845 00:50:36 Step 13/22 : EXPOSE $APP_PORT 00:50:36 ---> Running in 702458620cc5 00:50:37 Removing intermediate container 702458620cc5 00:50:37 ---> 5a02b874f9ce 00:50:37 Step 14/22 : WORKDIR / 00:50:37 ---> Running in ef1ac64feef0 00:50:38 Removing intermediate container ef1ac64feef0 00:50:38 ---> a92ed37c11c8 00:50:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:50:39 ---> 84883945e22a 00:50:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:42 ---> c0f67c6be50f 00:50:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:42 ---> d37378ff1748 00:50:42 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:50:43 ---> Running in bbfdcc334425 00:50:44 Removing intermediate container bbfdcc334425 00:50:44 ---> a0ad10b8ccfa 00:50:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:44 ---> Running in 983804fed498 00:50:45 Removing intermediate container 983804fed498 00:50:45 ---> 14fff984ddaa 00:50:45 Step 20/22 : LABEL arch=arm64 00:50:45 ---> Running in 219df3516256 00:50:45 Removing intermediate container 219df3516256 00:50:45 ---> ae5582b9da5c 00:50:45 Step 21/22 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:50:46 ---> Running in e73bc560d7ab 00:50:46 Removing intermediate container e73bc560d7ab 00:50:46 ---> 06576aaf9e41 00:50:46 Step 22/22 : LABEL version=0.0.0 00:50:47 ---> Running in b39c43095ffa 00:50:47 Removing intermediate container b39c43095ffa 00:50:47 ---> 35ae402255d7 00:50:47 00:50:48 Successfully built 35ae402255d7 00:50:48 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:56  Building docker-core-metadata-go ... done Removing intermediate container a399e8a78196 00:51:56 ---> c7cad7c6796d 00:51:56 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:56 Removing intermediate container e9369decc3b5 00:51:56 ---> f8c4c27f7347 00:51:56 00:51:56 Step 10/24 : FROM scratch 00:51:56 ---> 00:51:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:51:56 ---> Running in 01b4fb58f167 00:51:56 ---> Running in f112c5aa0192 00:51:56 Removing intermediate container f112c5aa0192 00:51:56 ---> 0de2fdf4a5f7 00:51:56 Step 12/24 : ENV APP_PORT=48060 00:51:56 ---> Running in 78f2924de82e 00:51:56 Removing intermediate container 78f2924de82e 00:51:56 ---> 0392d6690f84 00:51:56 Step 13/24 : EXPOSE $APP_PORT 00:51:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:51:56 ---> Running in 5efa12827f43 00:51:56 Removing intermediate container 5efa12827f43 00:51:56 ---> 032e5bee328b 00:51:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:51:56 ---> 48aaf98afe5c 00:51:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:51:56 ---> cfa3e0d032e4 00:51:56 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:51:56 Removing intermediate container 01b4fb58f167 00:51:56 ---> 401c4d43bd2d 00:51:56 00:51:56 Step 11/27 : FROM docker:latest 00:51:56 ---> f66387bf908a 00:51:56 Step 12/27 : RUN apk add --no-cache bash 00:51:56 ---> Running in 9c3110f90561 00:51:56 ---> d417c24c5c62 00:51:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:51:56 ---> 3183517cfae4 00:51:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:56 (1/2) Installing readline (8.0.4-r0) 00:51:56 (2/2) Installing bash (5.0.17-r0) 00:51:56 Executing bash-5.0.17-r0.post-install 00:51:56 Executing busybox-1.31.1-r19.trigger 00:51:56 OK: 12 MiB in 22 packages 00:51:56 ---> a17bf36ee241 00:51:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:57 ---> 320373ed9d9e 00:51:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:51:57 ---> Running in af804969e1bb 00:51:57 Removing intermediate container 9c3110f90561 00:51:57 ---> 212ed332d83d 00:51:57 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:51:58 ---> Running in f7ad8602f5a8 00:51:58 Removing intermediate container af804969e1bb 00:51:58 ---> 956732a787dd 00:51:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:58 ---> Running in 8d78e4f1255e 00:51:59 Removing intermediate container 8d78e4f1255e 00:51:59 ---> a6413c822b74 00:51:59 Step 22/24 : LABEL arch=arm64 00:51:59 ---> Running in 1480af7e987f 00:52:00 Removing intermediate container 1480af7e987f 00:52:00 ---> b2c163ddbb37 00:52:00 Step 23/24 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:52:01 ---> Running in 18925bd57c85 00:52:01 Removing intermediate container f7ad8602f5a8 00:52:01 ---> 54f5ee5d656b 00:52:01 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:01 Removing intermediate container ca9115db60b5 00:52:01 ---> 6cef57847b47 00:52:01 00:52:01 Step 10/23 : FROM alpine 00:52:01 ---> afeebe901d6b 00:52:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:01 ---> Running in ddb32b4000fe 00:52:01 ---> Running in ccbfc23bddaa 00:52:01 Removing intermediate container 18925bd57c85 00:52:01 ---> ba4a828829ca 00:52:01 Step 24/24 : LABEL version=0.0.0 00:52:02 ---> Running in f2dace87b60e 00:52:02 Removing intermediate container ddb32b4000fe 00:52:02 ---> 0ff696ef56e3 00:52:02 Step 15/27 : ENV APP_PORT=48090 00:52:02 Removing intermediate container ccbfc23bddaa 00:52:02 ---> d882aeca879f 00:52:02 Step 12/23 : ENV APP_PORT=48080 00:52:02 ---> Running in f1d20afa56af 00:52:02 ---> Running in 12961aa90385 00:52:02 Removing intermediate container f2dace87b60e 00:52:02 ---> 3ced8def094b 00:52:02 00:52:03 Removing intermediate container f1d20afa56af 00:52:03 ---> f973854ff18b 00:52:03 Step 16/27 : EXPOSE $APP_PORT 00:52:03 Successfully built 3ced8def094b 00:52:03 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:03  Building docker-support-notifications-go ... done  ---> Running in 9025abce29f7 00:52:03 Removing intermediate container 12961aa90385 00:52:03 ---> c12d8e1b437c 00:52:03 Step 13/23 : EXPOSE $APP_PORT 00:52:03 ---> Running in 85f9110ccbf5 00:52:03 Removing intermediate container 9025abce29f7 00:52:03 ---> 828a43616791 00:52:03 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:04 Removing intermediate container 85f9110ccbf5 00:52:04 ---> 6629dfc6a219 00:52:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:04 ---> Running in 5788bd473cdb 00:52:05 ---> dab1813ec098 00:52:05 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:05 ---> 9cabd5301beb 00:52:05 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:06 Removing intermediate container 5788bd473cdb 00:52:06 ---> 2980ae5dec83 00:52:06 Step 15/23 : RUN apk --no-cache add zeromq 00:52:06 ---> Running in 454cf4fb8886 00:52:07 ---> daa0748ee8bf 00:52:07 Step 20/27 : RUN apk --no-cache add py3-pip 00:52:07 ---> Running in fa3ff8e9dabd 00:52:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:09 (1/33) Installing libbz2 (1.0.8-r1) 00:52:09 (2/33) Installing expat (2.2.9-r1) 00:52:09 (3/33) Installing libffi (3.3-r2) 00:52:09 (4/33) Installing gdbm (1.13-r1) 00:52:09 (5/33) Installing xz-libs (5.2.5-r0) 00:52:09 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:09 (7/33) Installing python3 (3.8.5-r0) 00:52:09 (1/5) Installing libgcc (9.3.0-r2) 00:52:09 (2/5) Installing libsodium (1.0.18-r0) 00:52:09 (3/5) Installing libstdc++ (9.3.0-r2) 00:52:10 (4/5) Installing libzmq (4.3.3-r0) 00:52:10 (5/5) Installing zeromq (4.3.3-r0) 00:52:10 Executing busybox-1.31.1-r19.trigger 00:52:10 OK: 8 MiB in 19 packages 00:52:11 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:11 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:11 (11/33) Installing py3-six (1.15.0-r0) 00:52:11 (12/33) Installing py3-packaging (20.4-r0) 00:52:11 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:11 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:11 (15/33) Installing py3-idna (2.9-r0) 00:52:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:11 (18/33) Installing py3-requests (2.23.0-r0) 00:52:11 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:11 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:11 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:11 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:11 (24/33) Installing py3-distro (1.5.0-r1) 00:52:11 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:11 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:11 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:11 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:11 (29/33) Installing py3-progress (1.5-r0) 00:52:11 (30/33) Installing py3-toml (0.10.1-r0) 00:52:12 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:12 (33/33) Installing py3-pip (20.1.1-r0) 00:52:12 Executing busybox-1.31.1-r19.trigger 00:52:12 OK: 71 MiB in 55 packages 00:52:12 Removing intermediate container 454cf4fb8886 00:52:12 ---> c6c5e5df9ae3 00:52:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:52:13 ---> b656f3ed0bf0 00:52:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:15 ---> baf5b30731c4 00:52:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:16 ---> e508948149ad 00:52:16 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:16 ---> Running in 068e11a56344 00:52:17 Removing intermediate container 068e11a56344 00:52:17 ---> af4092a774d5 00:52:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:17 ---> Running in 00aee2886a92 00:52:17 Removing intermediate container 00aee2886a92 00:52:17 ---> 189f51c79714 00:52:17 Step 21/23 : LABEL arch=arm64 00:52:18 ---> Running in 28b1a0b22fd5 00:52:18 Removing intermediate container fa3ff8e9dabd 00:52:18 ---> bb145fa63900 00:52:18 Step 21/27 : RUN pip install docker-compose==1.23.2 00:52:18 ---> Running in 8c0479177f21 00:52:18 Removing intermediate container 28b1a0b22fd5 00:52:18 ---> 565fe985d640 00:52:18 Step 22/23 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:52:18 ---> Running in fa7f7ae7f414 00:52:19 Removing intermediate container fa7f7ae7f414 00:52:19 ---> 22150675a836 00:52:19 Step 23/23 : LABEL version=0.0.0 00:52:19 ---> Running in 692d33b8f862 00:52:19 Removing intermediate container 692d33b8f862 00:52:19 ---> 3e7674abd084 00:52:19 00:52:20 Successfully built 3e7674abd084 00:52:20 Successfully tagged docker-core-data-go-arm64:latest 00:52:23  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:52:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:23 Collecting dockerpty<0.5,>=0.4.1 00:52:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:27 Collecting cached-property<2,>=1.2.0 00:52:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:28 Collecting docopt<0.7,>=0.6.1 00:52:28 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:30 Collecting jsonschema<3,>=2.5.1 00:52:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:31 Collecting docker<4.0,>=3.6.0 00:52:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:32 Collecting PyYAML<4,>=3.10 00:52:32 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:36 Collecting texttable<0.10,>=0.9.0 00:52:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:37 Collecting websocket-client<1.0,>=0.32.0 00:52:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:37 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) 00:52:38 Collecting urllib3<1.25,>=1.21.1 00:52:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:38 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) 00:52:38 Collecting idna<2.8,>=2.5 00:52:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:38 Collecting docker-pycreds>=0.4.0 00:52:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:40 Installing collected packages: dockerpty, urllib3, idna, requests, cached-property, docopt, jsonschema, docker-pycreds, websocket-client, docker, PyYAML, texttable, docker-compose 00:52:40 Running setup.py install for dockerpty: started 00:52:42 Running setup.py install for dockerpty: finished with status 'done' 00:52:42 Attempting uninstall: urllib3 00:52:42 Found existing installation: urllib3 1.25.9 00:52:42 Uninstalling urllib3-1.25.9: 00:52:42 Successfully uninstalled urllib3-1.25.9 00:52:42 Attempting uninstall: idna 00:52:42 Found existing installation: idna 2.9 00:52:42 Uninstalling idna-2.9: 00:52:43 Successfully uninstalled idna-2.9 00:52:43 Attempting uninstall: requests 00:52:43 Found existing installation: requests 2.23.0 00:52:43 Uninstalling requests-2.23.0: 00:52:43 Successfully uninstalled requests-2.23.0 00:52:44 Running setup.py install for docopt: started 00:52:45 Running setup.py install for docopt: finished with status 'done' 00:52:47 Running setup.py install for PyYAML: started 00:52:49 Running setup.py install for PyYAML: finished with status 'done' 00:52:49 Running setup.py install for texttable: started 00:52:51 Running setup.py install for texttable: finished with status 'done' 00:52:51 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.57.0 00:52:55 Removing intermediate container 8c0479177f21 00:52:55 ---> 56d33baca49a 00:52:55 Step 22/27 : RUN apk --no-cache add curl 00:52:55 ---> Running in 94cb502b9525 00:52:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:56 (2/3) Installing libcurl (7.69.1-r3) 00:52:56 (3/3) Installing curl (7.69.1-r3) 00:52:56 Executing busybox-1.31.1-r19.trigger 00:52:57 OK: 71 MiB in 58 packages 00:52:58 Removing intermediate container 94cb502b9525 00:52:58 ---> 689012917e42 00:52:58 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:58 ---> Running in c67923dd18b9 00:52:58 Removing intermediate container c67923dd18b9 00:52:58 ---> 876f7a28ff75 00:52:58 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:59 ---> Running in f92780bbe812 00:52:59 Removing intermediate container f92780bbe812 00:52:59 ---> c1c8dcfc2e5a 00:52:59 Step 25/27 : LABEL arch=arm64 00:52:59 ---> Running in eb29d11df682 00:52:59 Removing intermediate container eb29d11df682 00:52:59 ---> 08cc381480f8 00:52:59 Step 26/27 : LABEL git_sha=1d1bd549631e5417ee5f7bf8e8bcac3aa7615835 00:53:00 ---> Running in e992e131a11e 00:53:00 Removing intermediate container e992e131a11e 00:53:00 ---> 664db29b3c00 00:53:00 Step 27/27 : LABEL version=0.0.0 00:53:00 ---> Running in bd5f46da0c9b 00:53:01 Removing intermediate container bd5f46da0c9b 00:53:01 ---> 2e6877d64903 00:53:01 00:53:01 Successfully built 2e6877d64903 00:53:01 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:01  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:01 $ docker stop --time=1 bddee90e7b6db54536c70880b770d9fe3f81f5f2f193ff5a755f6ed7bf741997 00:53:03 $ docker rm -f bddee90e7b6db54536c70880b770d9fe3f81f5f2f193ff5a755f6ed7bf741997 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:04 + docker images+ 00:53:04 grep docker 00:53:04 docker-sys-mgmt-agent-go-arm64 latest 2e6877d64903 4 seconds ago 300MB 00:53:04 docker-core-data-go-arm64 latest 3e7674abd084 45 seconds ago 21MB 00:53:04 docker-support-notifications-go-arm64 latest 3ced8def094b About a minute ago 11.4MB 00:53:04 docker-core-metadata-go-arm64 latest 35ae402255d7 2 minutes ago 12.3MB 00:53:04 docker-security-secretstore-setup-go-arm64 latest e1f953152a2c 4 minutes ago 23.5MB 00:53:04 docker-security-bootstrap-redis-go-arm64 latest 3cf9f2a800f9 4 minutes ago 15.2MB 00:53:04 docker-security-proxy-setup-go-arm64 latest ca3ea4b0b503 4 minutes ago 23.4MB 00:53:04 docker-core-command-go-arm64 latest 5b4557aa5c84 4 minutes ago 9.98MB 00:53:04 docker-support-scheduler-go-arm64 latest 4b7a3ea01078 4 minutes ago 10.1MB 00:53:04 docker latest f66387bf908a 3 days ago 228MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:53:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:08 ---> package-listing.sh 00:53:08 ++ facter osfamily 00:53:08 ++ tr '[:upper:]' '[:lower:]' 00:53:08 + OS_FAMILY=redhat 00:53:08 + workspace=/w/workspace/edgex-go/29 00:53:08 + START_PACKAGES=/tmp/packages_start.txt 00:53:08 + END_PACKAGES=/tmp/packages_end.txt 00:53:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:08 + PACKAGES=/tmp/packages_start.txt 00:53:08 + '[' /w/workspace/edgex-go/29 ']' 00:53:08 + PACKAGES=/tmp/packages_end.txt 00:53:08 + case "${OS_FAMILY}" in 00:53:08 + rpm -qa 00:53:08 + sort 00:53:13 + '[' -f /tmp/packages_start.txt ']' 00:53:13 + '[' -f /tmp/packages_end.txt ']' 00:53:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:13 + '[' /w/workspace/edgex-go/29 ']' 00:53:13 + mkdir -p /w/workspace/edgex-go/29/archives/ 00:53:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/29/archives/ [Pipeline] echo 00:53:13 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/29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:14 00:53:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:14 alpine: Pulling from edgex-lftools-log-publisher 00:53:14 df20fa9351a1: Pulling fs layer 00:53:14 36b3adc4ff6f: Pulling fs layer 00:53:14 8ad3a11d3b57: Pulling fs layer 00:53:14 46f8f816bc3b: Pulling fs layer 00:53:14 93b61091891f: Pulling fs layer 00:53:14 93b9cdb0e59b: Pulling fs layer 00:53:14 5e14af77c1be: Pulling fs layer 00:53:14 01666e4c0597: Pulling fs layer 00:53:14 aa168da1d23b: Pulling fs layer 00:53:14 93b61091891f: Waiting 00:53:14 46f8f816bc3b: Waiting 00:53:14 93b9cdb0e59b: Waiting 00:53:14 5e14af77c1be: Waiting 00:53:14 01666e4c0597: Waiting 00:53:14 aa168da1d23b: Waiting 00:53:14 36b3adc4ff6f: Verifying Checksum 00:53:14 36b3adc4ff6f: Download complete 00:53:14 46f8f816bc3b: Download complete 00:53:15 df20fa9351a1: Verifying Checksum 00:53:15 df20fa9351a1: Download complete 00:53:15 93b9cdb0e59b: Verifying Checksum 00:53:15 93b9cdb0e59b: Download complete 00:53:15 93b61091891f: Download complete 00:53:15 5e14af77c1be: Verifying Checksum 00:53:15 5e14af77c1be: Download complete 00:53:15 01666e4c0597: Verifying Checksum 00:53:15 01666e4c0597: Download complete 00:53:15 8ad3a11d3b57: Verifying Checksum 00:53:15 8ad3a11d3b57: Download complete 00:53:15 df20fa9351a1: Pull complete 00:53:15 36b3adc4ff6f: Pull complete 00:53:16 aa168da1d23b: Verifying Checksum 00:53:16 aa168da1d23b: Download complete 00:53:17 8ad3a11d3b57: Pull complete 00:53:17 46f8f816bc3b: Pull complete 00:53:18 93b61091891f: Pull complete 00:53:18 93b9cdb0e59b: Pull complete 00:53:19 5e14af77c1be: Pull complete 00:53:19 01666e4c0597: Pull complete 00:53:25 aa168da1d23b: Pull complete 00:53:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:26 prd-centos7-docker-4c-2g-17129 does not seem to be running inside a container 00:53:26 $ 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/29/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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:32 $ docker top 0d1677c56a6652952fa0882cff9f3e02c5b3a07f0a03e9d78bb688d480337022 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:33 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:33 + mkdir -p /var/log/sa [Pipeline] sh 00:53:34 + ls /var/log/sa-host 00:53:34 + sadf -c /var/log/sa-host/sa22 00:53:34 file_magic: OK 00:53:34 HZ: Using current value: 100 00:53:34 file_header: OK 00:53:34 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 00:53:34 Statistics: 00:53:34 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... 00:53:34 File successfully converted to sysstat format version 12.2.1 00:53:34 + sadf -c /var/log/sa-host/sa23 00:53:34 file_magic: OK 00:53:34 HZ: Using current value: 100 00:53:34 file_header: OK 00:53:34 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 00:53:34 Statistics: 00:53:34 Hnuu...uuuununununu... 00:53:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:34 provisioning config files... 00:53:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/29@tmp/config6168367945862041019tmp [Pipeline] { [Pipeline] echo 00:53:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:34 ---> create-netrc.sh [Pipeline] } 00:53:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:35 ---> python-tools-install.sh [Pipeline] echo 00:53:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:35 ---> sudo-logs.sh 00:53:35 Archiving 'sudo' log.. [Pipeline] echo 00:53:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:35 ---> job-cost.sh 00:53:35 lf-activate-venv: SKIPPING 00:53:35 INFO: No Stack... 00:53:37 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:37 INFO: Archiving Costs [Pipeline] echo 00:53:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:37 ---> logs-deploy.sh 00:53:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/29 00:53:37 INFO: archiving workspace using pattern(s): 00:53:39 Archives upload complete. 00:53:39 INFO: archiving logs to Nexus 00:53:40 ---> uname -a: 00:53:40 Linux prd-centos7-docker-4c-2g-17129.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:53:40 00:53:40 00:53:40 ---> lscpu: 00:53:40 Architecture: x86_64 00:53:40 CPU op-mode(s): 32-bit, 64-bit 00:53:40 Byte Order: Little Endian 00:53:40 Address sizes: 40 bits physical, 48 bits virtual 00:53:40 CPU(s): 4 00:53:40 On-line CPU(s) list: 0-3 00:53:40 Thread(s) per core: 1 00:53:40 Core(s) per socket: 1 00:53:40 Socket(s): 4 00:53:40 NUMA node(s): 1 00:53:40 Vendor ID: GenuineIntel 00:53:40 CPU family: 6 00:53:40 Model: 44 00:53:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:53:40 Stepping: 1 00:53:40 CPU MHz: 2933.438 00:53:40 BogoMIPS: 5866.87 00:53:40 Virtualization: VT-x 00:53:40 Hypervisor vendor: KVM 00:53:40 Virtualization type: full 00:53:40 L1d cache: 128 KiB 00:53:40 L1i cache: 128 KiB 00:53:40 L2 cache: 16 MiB 00:53:40 L3 cache: 64 MiB 00:53:40 NUMA node0 CPU(s): 0-3 00:53:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:53:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:53:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:53:40 Vulnerability Meltdown: Mitigation; PTI 00:53:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:53:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:53:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:53:40 Vulnerability Srbds: Not affected 00:53:40 Vulnerability Tsx async abort: Not affected 00:53:40 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:53:40 00:53:40 00:53:40 ---> nproc: 00:53:40 4 00:53:40 00:53:40 00:53:40 ---> df -h: 00:53:40 Filesystem Size Used Available Use% Mounted on 00:53:40 overlay 50.0G 12.5G 37.5G 25% / 00:53:40 tmpfs 64.0M 0 64.0M 0% /dev 00:53:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:53:40 shm 64.0M 0 64.0M 0% /dev/shm 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /facter-os 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/resolv.conf 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hostname 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hosts 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /run/cloud-init/result.json 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/sa-host 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/secure 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/auth.log 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/29 00:53:40 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/29@tmp 00:53:40 00:53:40 00:53:40 ---> free -m: 00:53:40 total used free shared buff/cache available 00:53:40 Mem: 1837 725 134 0 976 1028 00:53:40 Swap: 1023 49 974 00:53:40 00:53:40 00:53:40 ---> ip addr: 00:53:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:53:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:53:40 inet 127.0.0.1/8 scope host lo 00:53:40 valid_lft forever preferred_lft forever 00:53:40 inet6 ::1/128 scope host 00:53:40 valid_lft forever preferred_lft forever 00:53:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:53:40 link/ether fa:16:3e:2e:9e:9b brd ff:ff:ff:ff:ff:ff 00:53:40 inet 10.30.123.56/23 brd 10.30.123.255 scope global dynamic eth0 00:53:40 valid_lft 85026sec preferred_lft 85026sec 00:53:40 inet6 fe80::f816:3eff:fe2e:9e9b/64 scope link 00:53:40 valid_lft forever preferred_lft forever 00:53:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:53:40 link/ether 02:42:ab:d9:89:aa brd ff:ff:ff:ff:ff:ff 00:53:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:53:40 valid_lft forever preferred_lft forever 00:53:40 inet6 fe80::42:abff:fed9:89aa/64 scope link 00:53:40 valid_lft forever preferred_lft forever 00:53:40 00:53:40 00:53:40 ---> sar -b -r -n DEV: 00:53:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/22/20 _x86_64_ (4 CPU) 00:53:40 00:53:40 00:30:35 LINUX RESTART (4 CPU) 00:53:40 00:53:40 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:53:40 00:32:01 92.89 39.23 53.66 0.00 7755.96 9485.52 0.00 00:53:40 00:33:01 222.57 120.72 101.85 0.00 7160.99 43982.38 0.00 00:53:40 00:34:01 248.05 103.51 144.54 0.00 5474.30 31857.62 0.00 00:53:40 00:35:02 204.75 101.06 103.69 0.00 3701.81 12603.79 0.00 00:53:40 00:36:03 163.97 52.54 111.42 0.00 8205.96 41710.35 0.00 00:53:40 00:37:04 2581.22 2220.04 361.18 0.00 169064.64 216087.42 0.00 00:53:40 00:38:01 1366.98 1121.23 245.75 0.00 62268.35 82502.68 0.00 00:53:40 00:39:01 3153.53 2772.38 381.15 0.00 159326.13 170999.50 0.00 00:53:40 00:40:01 968.17 657.25 310.92 0.00 52818.75 67233.26 0.00 00:53:40 00:41:01 70.87 19.86 51.01 0.00 3101.45 2796.99 0.00 00:53:40 00:42:02 1.23 0.02 1.22 0.00 0.53 14.40 0.00 00:53:40 00:43:01 0.30 0.02 0.29 0.00 0.14 2.83 0.00 00:53:40 00:44:01 0.32 0.03 0.28 0.00 0.40 3.53 0.00 00:53:40 00:45:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 00:53:40 00:46:01 1.96 1.73 0.23 0.00 55.27 1.83 0.00 00:53:40 00:47:01 0.75 0.02 0.73 0.00 0.53 13.39 0.00 00:53:40 00:48:01 0.30 0.02 0.28 0.00 0.27 2.75 0.00 00:53:40 00:49:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 00:53:40 00:50:01 0.28 0.02 0.27 0.00 0.53 3.21 0.00 00:53:40 00:51:01 0.32 0.02 0.30 0.00 0.27 3.63 0.00 00:53:40 00:52:01 0.47 0.25 0.22 0.00 114.86 2.48 0.00 00:53:40 00:53:01 0.18 0.00 0.18 0.00 0.00 2.22 0.00 00:53:40 Average: 411.94 327.03 84.91 0.00 21764.03 30895.33 0.00 00:53:40 00:53:40 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:53:40 00:32:01 103516 0 691400 36.75 2620 1084008 1318940 45.01 529632 1044740 40028 00:53:40 00:33:01 113620 0 721328 38.34 1984 1044612 1448924 49.45 574144 954400 25256 00:53:40 00:34:01 127804 0 819228 43.54 928 933584 1507256 51.44 646244 830616 3740 00:53:40 00:35:02 333396 0 797136 42.37 372 750640 1715872 58.56 612764 647776 42424 00:53:40 00:36:03 68228 0 730396 38.82 36 1082884 1269656 43.33 698536 846552 97304 00:53:40 00:37:04 72756 0 849128 45.13 0 959660 2383256 81.34 768068 812844 54328 00:53:40 00:38:01 423196 0 735644 39.10 0 722704 1588772 54.22 505612 705256 264 00:53:40 00:39:01 80508 0 758084 40.29 0 1042952 2012400 68.68 612068 963840 67264 00:53:40 00:40:01 296732 0 742772 39.48 0 842040 1633624 55.75 521092 809360 788 00:53:40 00:41:01 277996 0 648428 34.46 0 955120 1223052 41.74 496096 861828 16 00:53:40 00:42:02 279668 0 646748 34.37 0 955128 1206592 41.18 495180 861328 8 00:53:40 00:43:01 279956 0 646452 34.36 0 955136 1206592 41.18 495092 861332 8 00:53:40 00:44:01 279948 0 646448 34.36 0 955148 1206640 41.18 495348 861348 8 00:53:40 00:45:01 280136 0 646252 34.35 0 955156 1199528 40.94 495296 861084 8 00:53:40 00:46:01 279484 0 645868 34.33 0 956192 1199396 40.93 495336 861656 28 00:53:40 00:47:01 278996 0 646404 34.35 0 956144 1199480 40.94 495692 861640 8 00:53:40 00:48:01 279368 0 646036 34.34 0 956140 1199396 40.93 495116 861640 8 00:53:40 00:49:01 278696 0 646688 34.37 0 956160 1199504 40.94 495824 861648 8 00:53:40 00:50:01 279220 0 646160 34.34 0 956164 1199460 40.94 495268 861664 8 00:53:40 00:51:01 279572 0 645800 34.32 0 956172 1199460 40.94 495028 861672 8 00:53:40 00:52:01 272792 0 649140 34.50 0 959612 1199544 40.94 501216 862280 8 00:53:40 00:53:01 273020 0 648892 34.49 0 959632 1199460 40.94 500908 862292 12 00:53:40 Average: 238119 0 693383 36.85 270 949772 1387127 47.34 541798 855309 15070 00:53:40 00:53:40 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:53:40 00:32:01 eth0 1060.79 838.93 4363.55 142.08 0.00 0.00 0.00 0.00 00:53:40 00:32:01 veth715012a 225.27 154.03 23.35 686.00 0.00 0.00 0.00 0.00 00:53:40 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:32:01 docker0 225.27 153.89 20.27 685.99 0.00 0.00 0.00 0.00 00:53:40 00:33:01 eth0 848.88 894.46 4916.64 89.75 0.00 0.00 0.00 0.00 00:53:40 00:33:01 veth2403804 12.71 17.96 0.89 97.13 0.00 0.00 0.00 0.00 00:53:40 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:33:01 docker0 651.62 553.34 50.33 2077.34 0.00 0.00 0.00 0.00 00:53:40 00:34:01 veth0ad00ce 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:53:40 00:34:01 eth0 424.38 319.89 2033.53 35.39 0.00 0.00 0.00 0.00 00:53:40 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:34:01 docker0 155.31 173.88 10.98 729.68 0.00 0.00 0.00 0.00 00:53:40 00:35:02 veth0ad00ce 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:35:02 eth0 41.05 25.55 25.25 84.45 0.00 0.00 0.00 0.00 00:53:40 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:36:03 vethfc8df80 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 00:53:40 00:36:03 eth0 200.92 164.08 1665.30 71.45 0.00 0.00 0.00 0.00 00:53:40 00:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:36:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:37:04 vethfc8df80 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 00:53:40 00:37:04 eth0 40.67 27.19 161.92 10.14 0.00 0.00 0.00 0.00 00:53:40 00:37:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:37:04 docker0 16.53 20.02 0.92 145.27 0.00 0.00 0.00 0.00 00:53:40 00:38:01 vethfc8df80 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:38:01 eth0 40.10 29.77 172.84 8.62 0.00 0.00 0.00 0.00 00:53:40 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:38:01 docker0 15.16 17.45 0.82 110.04 0.00 0.00 0.00 0.00 00:53:40 00:39:01 veth8a9bebb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:39:01 vethfc8df80 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 00:53:40 00:39:01 eth0 76.97 49.70 127.00 95.75 0.00 0.00 0.00 0.00 00:53:40 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:40:01 veth6e83582 0.95 1.33 0.12 3.06 0.00 0.00 0.00 0.00 00:53:40 00:40:01 vethfc8df80 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:40:01 eth0 133.08 95.64 388.60 81.26 0.00 0.00 0.00 0.00 00:53:40 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:41:01 eth0 34.66 18.56 108.32 8.69 0.00 0.00 0.00 0.00 00:53:40 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:41:01 docker0 1120.38 1006.13 86.62 4278.00 0.00 0.00 0.00 0.00 00:53:40 00:42:02 eth0 1.62 0.38 0.51 0.29 0.00 0.00 0.00 0.00 00:53:40 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:43:01 eth0 1.86 0.34 0.45 0.23 0.00 0.00 0.00 0.00 00:53:40 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:44:01 eth0 1.55 0.43 0.51 0.33 0.00 0.00 0.00 0.00 00:53:40 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:45:01 eth0 0.60 0.32 0.28 0.23 0.00 0.00 0.00 0.00 00:53:40 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:46:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:40 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:47:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:53:40 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:48:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:40 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:49:01 eth0 0.23 0.13 0.12 0.06 0.00 0.00 0.00 0.00 00:53:40 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:40 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:51:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:40 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:52:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:53:40 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:53:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:40 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 Average: eth0 132.59 112.43 637.50 28.73 0.00 0.00 0.00 0.00 00:53:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:40 Average: docker0 50.99 45.79 3.94 194.70 0.00 0.00 0.00 0.00 00:53:40 00:53:40