Pull request #2908 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fe929cdc9076a4b61d9349ddb828743ec74444d3+b985b2abee46819742dbb8bb5fe7722252537d7a (6ed7cd15d451d278be529d7b975572779b267307) 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-14864’ is offline; ‘prd-centos7-docker-4c-2g-14867’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14869 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 > 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/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b985b2abee46819742dbb8bb5fe7722252537d7a into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 Merge succeeded, producing fe929cdc9076a4b61d9349ddb828743ec74444d3 Checking out Revision fe929cdc9076a4b61d9349ddb828743ec74444d3 (PR-2908) > git config core.sparsecheckout # timeout=10 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # 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 b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:21:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:21:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:21:32 ========================================================= 15:21:32 EdgeX Global Pipelines Version Info 15:21:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3caa930788d08604a8385596f62c764067303287 # timeout=10 15:21:33 ------------------- 15:21:33 stable info: 15:21:33 ------------------- 15:21:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:21:33 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 15:21:33 Message: update stable to v1.0.169 15:21:34 ------------------- 15:21:34 experimental info: 15:21:34 ------------------- 15:21:34 Commited By: **** collab-it+edgex@linuxfoundation.org 15:21:34 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 15:21:34 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:21:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:21:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:21:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:21:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:21:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:21:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo 15:21:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo 15:21:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe929cdc9076a4b61d9349ddb828743ec74444d3 [Pipeline] echo 15:21:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe929cd [Pipeline] echo 15:21:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:21:38 provisioning config files... 15:21:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config7246101115485847792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:21:38 ---> docker-login.sh 15:21:38 nexus3.edgexfoundry.org:10001 15:21:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:39 Configure a credential helper to remove this warning. See 15:21:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:39 15:21:39 Login Succeeded 15:21:39 nexus3.edgexfoundry.org:10002 15:21:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:39 Configure a credential helper to remove this warning. See 15:21:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:39 15:21:39 Login Succeeded 15:21:39 nexus3.edgexfoundry.org:10003 15:21:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:39 Configure a credential helper to remove this warning. See 15:21:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:39 15:21:39 Login Succeeded 15:21:39 nexus3.edgexfoundry.org:10004 15:21:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:40 Configure a credential helper to remove this warning. See 15:21:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:40 15:21:40 Login Succeeded 15:21:40 docker.io 15:21:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:40 Configure a credential helper to remove this warning. See 15:21:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:40 15:21:40 Login Succeeded 15:21:40 ---> docker-login.sh ends [Pipeline] } 15:21:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:21:40 ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/core-command/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo core-command,cmd/core-command/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/core-data/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo core-data,cmd/core-data/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/core-metadata/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo core-metadata,cmd/core-metadata/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/security-bootstrap-redis/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/security-proxy-setup/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/security-secrets-setup/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/support-notifications/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo support-notifications,cmd/support-notifications/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/support-scheduler/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:21:40 + for file in '`ls cmd/**/Dockerfile`' 15:21:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:21:40 ++ cut -d/ -f2 15:21:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:21:40 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-secrets-setup-go, dockerfile:cmd/security-secrets-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 15:21:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:21:41 15:21:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:21:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:21:42 latest: Pulling from edgex-devops/git-semver 15:21:42 31603596830f: Pulling fs layer 15:21:42 2a8b12db71e7: Pulling fs layer 15:21:42 6ca5941a6612: Pulling fs layer 15:21:42 ecc8261a40a4: Pulling fs layer 15:21:42 ecc8261a40a4: Waiting 15:21:42 2a8b12db71e7: Verifying Checksum 15:21:42 2a8b12db71e7: Download complete 15:21:42 31603596830f: Verifying Checksum 15:21:42 31603596830f: Download complete 15:21:42 ecc8261a40a4: Verifying Checksum 15:21:42 ecc8261a40a4: Download complete 15:21:42 6ca5941a6612: Verifying Checksum 15:21:42 6ca5941a6612: Download complete 15:21:42 31603596830f: Pull complete 15:21:42 2a8b12db71e7: Pull complete 15:21:43 6ca5941a6612: Pull complete 15:21:43 ecc8261a40a4: Pull complete 15:21:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:21:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:21:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:21:44 prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container 15:21:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:21:46 $ docker top 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:21:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:21:47 [ssh-agent] Looking for ssh-agent implementation... 15:21:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:21:47 $ docker exec 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 ssh-agent 15:21:47 SSH_AUTH_SOCK=/tmp/ssh-jxFZ6aG2uv2N/agent.12 15:21:47 SSH_AGENT_PID=18 15:21:47 Running ssh-add (command line suppressed) 15:21:47 Identity added: /w/workspace/edgex-go/10@tmp/private_key_6340105347287678348.key (/w/workspace/edgex-go/10@tmp/private_key_6340105347287678348.key) 15:21:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:21:48 + git tag --points-at HEAD [Pipeline] } 15:21:48 $ docker exec --env ******** --env ******** 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 ssh-agent -k 15:21:48 unset SSH_AUTH_SOCK; 15:21:48 unset SSH_AGENT_PID; 15:21:48 echo Agent pid 18 killed; 15:21:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:21:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:21:48 [ssh-agent] Looking for ssh-agent implementation... 15:21:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:21:48 $ docker exec 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 ssh-agent 15:21:48 SSH_AUTH_SOCK=/tmp/ssh-QCSmEVg7s7En/agent.47 15:21:48 SSH_AGENT_PID=52 15:21:48 Running ssh-add (command line suppressed) 15:21:48 Identity added: /w/workspace/edgex-go/10@tmp/private_key_2364801908941057212.key (/w/workspace/edgex-go/10@tmp/private_key_2364801908941057212.key) 15:21:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:21:49 + git semver init 15:21:49 # -> Open(): unable to determine branch for HEAD 15:21:49 # $GIT_DIR = /w/workspace/edgex-go/10/.git 15:21:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 15:21:49 # $SEMVER_REMOTE_NAME = origin 15:21:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:21:49 # $SEMVER_USER_NAME = edgex-jenkins 15:21:49 # $SEMVER_BRANCH = PR-2908 15:21:49 # $SEMVER_TEMP = /tmp/semver-793755764 15:21:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:22:07 # '/tmp/semver-793755764' -> '/w/workspace/edgex-go/10/.semver' 15:22:07 # -> Force: false 15:22:07 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 15:22:07 $ docker exec --env ******** --env ******** 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 ssh-agent -k 15:22:07 unset SSH_AUTH_SOCK; 15:22:07 unset SSH_AGENT_PID; 15:22:07 echo Agent pid 52 killed; 15:22:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:22:08 + git semver [Pipeline] } 15:22:08 $ docker stop --time=1 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 15:22:09 $ docker rm -f 29926b1c6fed3d0639649b75c4dcd1a0b0868868b82d91fcfd243e5960040664 [Pipeline] // withDockerContainer [Pipeline] sh 15:22:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:22:10 Stashed 1 file(s) [Pipeline] echo 15:22:10 [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 15:22:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:22:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:22:12 + sudo service docker restart 15:22:12 + true 15:22:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:22:13 ========================================================= 15:22:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:22:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:22:13 + 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 . 15:22:16 Sending build context to Docker daemon 326.2MB 15:22:16 Step 1/7 : ARG BASE=golang:1.15-alpine 15:22:16 Step 2/7 : FROM ${BASE} 15:22:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:22:16 188c0c94c7c5: Pulling fs layer 15:22:16 0ef7d3d256c8: Pulling fs layer 15:22:16 de9db76c5a1d: Pulling fs layer 15:22:16 bca2f99d35d6: Pulling fs layer 15:22:16 93359f2a8cfa: Pulling fs layer 15:22:16 7c6f9722023f: Pulling fs layer 15:22:16 a35cf1a2eb13: Pulling fs layer 15:22:16 bca2f99d35d6: Waiting 15:22:16 93359f2a8cfa: Waiting 15:22:16 7c6f9722023f: Waiting 15:22:16 a35cf1a2eb13: Waiting 15:22:17 de9db76c5a1d: Verifying Checksum 15:22:17 de9db76c5a1d: Download complete 15:22:17 0ef7d3d256c8: Verifying Checksum 15:22:17 0ef7d3d256c8: Download complete 15:22:17 93359f2a8cfa: Verifying Checksum 15:22:17 93359f2a8cfa: Download complete 15:22:17 188c0c94c7c5: Verifying Checksum 15:22:17 7c6f9722023f: Verifying Checksum 15:22:17 7c6f9722023f: Download complete 15:22:17 188c0c94c7c5: Pull complete 15:22:17 0ef7d3d256c8: Pull complete 15:22:17 de9db76c5a1d: Pull complete 15:22:18 a35cf1a2eb13: Verifying Checksum 15:22:18 a35cf1a2eb13: Download complete 15:22:19 bca2f99d35d6: Verifying Checksum 15:22:19 bca2f99d35d6: Download complete 15:22:26 bca2f99d35d6: Pull complete 15:22:26 93359f2a8cfa: Pull complete 15:22:26 7c6f9722023f: Pull complete 15:22:26 Still waiting to schedule task 15:22:26 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:22:30 a35cf1a2eb13: Pull complete 15:22:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:22:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:22:30 ---> a62c8e92a672 15:22:30 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 15:22:30 ---> Running in 7b77cc201c40 15:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:34 (1/12) Installing libmagic (5.38-r0) 15:22:34 (2/12) Installing file (5.38-r0) 15:22:35 (3/12) Installing libc-dev (0.7.2-r3) 15:22:35 (4/12) Installing g++ (9.3.0-r2) 15:22:57 (5/12) Installing fortify-headers (1.1-r0) 15:22:57 (6/12) Installing patch (2.7.6-r6) 15:22:57 (7/12) Installing build-base (0.5-r2) 15:22:57 (8/12) Installing libsodium (1.0.18-r0) 15:22:57 (9/12) Installing pkgconf (1.7.2-r0) 15:22:57 (10/12) Installing libsodium-dev (1.0.18-r0) 15:22:57 (11/12) Installing libzmq (4.3.3-r0) 15:22:57 (12/12) Installing zeromq-dev (4.3.3-r0) 15:22:57 Executing busybox-1.31.1-r19.trigger 15:22:57 OK: 233 MiB in 51 packages 15:23:00 Removing intermediate container 7b77cc201c40 15:23:00 ---> b0016d9cae1e 15:23:00 Step 4/7 : WORKDIR /edgex-go 15:23:00 ---> Running in 3f965969d4aa 15:23:00 Removing intermediate container 3f965969d4aa 15:23:00 ---> 6c3670c617e8 15:23:00 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:23:01 latest: Pulling from library/docker 15:23:01 188c0c94c7c5: Already exists 15:23:01 0c7c675703d6: Pulling fs layer 15:23:01 cc8c12a437cb: Pulling fs layer 15:23:01 f092543453df: Pulling fs layer 15:23:01 65b6bc45957d: Pulling fs layer 15:23:01 4de832df471b: Pulling fs layer 15:23:01 79aa7fa92271: Pulling fs layer 15:23:01 4de832df471b: Waiting 15:23:01 79aa7fa92271: Waiting 15:23:01 65b6bc45957d: Waiting 15:23:01 cc8c12a437cb: Verifying Checksum 15:23:01 cc8c12a437cb: Download complete 15:23:02 0c7c675703d6: Download complete 15:23:02 4de832df471b: Verifying Checksum 15:23:02 4de832df471b: Download complete 15:23:02 65b6bc45957d: Verifying Checksum 15:23:02 65b6bc45957d: Download complete 15:23:02 79aa7fa92271: Verifying Checksum 15:23:02 79aa7fa92271: Download complete 15:23:02 0c7c675703d6: Pull complete 15:23:02 cc8c12a437cb: Pull complete 15:23:03 f092543453df: Verifying Checksum 15:23:03 f092543453df: Download complete 15:23:05 f092543453df: Pull complete 15:23:05 65b6bc45957d: Pull complete 15:23:05 4de832df471b: Pull complete 15:23:05 79aa7fa92271: Pull complete 15:23:05 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 15:23:05 Status: Downloaded newer image for docker:latest 15:23:07 ---> 2a3140e3123a 15:23:07 Step 6/7 : COPY go.mod . 15:23:07 ---> 54f611fd25bf 15:23:07 Step 7/7 : RUN go mod download 15:23:07 ---> Running in 03464f998577 15:23:29 Removing intermediate container 03464f998577 15:23:29 ---> 697f25f649af 15:23:29 Successfully built 697f25f649af 15:23:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:23:29 + docker inspect -f . ci-base-image-x86_64 15:23:29 . [Pipeline] withDockerContainer 15:23:30 prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container 15:23:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 15:23:30 $ docker top d198ee7bf2ec111b2d38ec1f91c649a27bc189305e96aea0a6f7c50ce201ab73 -eo pid,comm [Pipeline] { [Pipeline] sh 15:23:31 + go version 15:23:31 go version go1.15.5 linux/amd64 [Pipeline] } 15:23:31 $ docker stop --time=1 d198ee7bf2ec111b2d38ec1f91c649a27bc189305e96aea0a6f7c50ce201ab73 15:23:32 $ docker rm -f d198ee7bf2ec111b2d38ec1f91c649a27bc189305e96aea0a6f7c50ce201ab73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:33 + docker inspect -f . ci-base-image-x86_64 15:23:33 . [Pipeline] withDockerContainer 15:23:33 prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container 15:23:33 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 15:23:34 $ docker top d962c41ed11dd2fb8bce0098d928949821eace48c9b584ec12e8ef17e8294754 -eo pid,comm [Pipeline] { [Pipeline] echo 15:23:34 ========================================================= 15:23:34 [edgeXBuildGoParallel] Running Tests and Build... 15:23:34 ========================================================= [Pipeline] sh 15:23:35 + make test 15:23:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:23:43 ? github.com/edgexfoundry/edgex-go [no test files] 15:24:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:24:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:24:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:24:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:24:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:24:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:24:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:24:07 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.055s 15:24:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:24:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:24:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:24:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:24:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:24:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:24:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:24:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:24:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:24:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:24:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.072s coverage: 67.7% of statements 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:24:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.118s coverage: 82.3% of statements 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements 15:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 15:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 15:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements 15:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 15:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 15:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:24:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.284s coverage: 94.7% of statements 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:24:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:24:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.076s coverage: 100.0% of statements 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 15:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 15:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 15:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements 15:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.038s coverage: 100.0% of statements 15:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 63.5% of statements 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 15:24:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 15:24:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 15:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.309s coverage: 55.9% of statements 15:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.872s coverage: 86.3% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.150s coverage: 72.2% of statements 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.426s coverage: 72.1% of statements 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.048s coverage: 82.4% of statements 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.057s coverage: 48.4% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.034s coverage: 28.8% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 37.2% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.1% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.614s coverage: 29.1% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:24:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements 15:24:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 15:24:32 GO111MODULE=on go vet ./... 15:24:59 gofmt -l . 15:24:59 [ "`gofmt -l .`" = "" ] 15:24:59 ./bin/test-go-mod-tidy.sh 15:24:59 ./bin/test-attribution-txt.sh [Pipeline] sh 15:24:59 + ls -al . 15:24:59 total 652 15:24:59 drwxrwxr-x 10 1001 1001 4096 Dec 7 15:24 . 15:24:59 drwxr-xr-x 4 root root 30 Dec 7 15:23 .. 15:24:59 -rw-rw-r-- 1 1001 1001 11 Dec 7 15:21 .dockerignore 15:24:59 drwxrwxr-x 8 1001 1001 179 Dec 7 15:21 .git 15:24:59 drwxrwxr-x 3 1001 1001 125 Dec 7 15:21 .github 15:24:59 -rw-rw-r-- 1 1001 1001 943 Dec 7 15:21 .gitignore 15:24:59 drwx------ 3 1001 1001 47 Dec 7 15:22 .semver 15:24:59 -rw-rw-r-- 1 1001 1001 166 Dec 7 15:21 .sonarcloud.properties 15:24:59 -rw-rw-r-- 1 1001 1001 3804 Dec 7 15:21 CONTRIBUTING.md 15:24:59 -rw-rw-r-- 1 1001 1001 1035 Dec 7 15:21 Dockerfile.build 15:24:59 -rw-rw-r-- 1 1001 1001 863 Dec 7 15:21 Jenkinsfile 15:24:59 -rw-rw-r-- 1 1001 1001 10775 Dec 7 15:21 LICENSE 15:24:59 -rw-rw-r-- 1 1001 1001 6318 Dec 7 15:21 Makefile 15:24:59 -rw-rw-r-- 1 1001 1001 6447 Dec 7 15:21 README.md 15:24:59 -rw-rw-r-- 1 1001 1001 259 Dec 7 15:21 SECURITY.md 15:24:59 -rw-rw-r-- 1 1001 1001 5 Dec 7 15:22 VERSION 15:24:59 -rw-rw-r-- 1 1001 1001 4131 Dec 7 15:21 ZMQWindows.md 15:24:59 drwxrwxr-x 2 1001 1001 117 Dec 7 15:21 bin 15:24:59 drwxrwxr-x 15 1001 1001 4096 Dec 7 15:21 cmd 15:24:59 -rw-r--r-- 1 root root 557293 Dec 7 15:24 coverage.out 15:24:59 -rw-r--r-- 1 root root 1041 Dec 7 15:24 go.mod 15:24:59 -rw-r--r-- 1 root root 18746 Dec 7 15:24 go.sum 15:24:59 drwxrwxr-x 8 1001 1001 127 Dec 7 15:21 internal 15:24:59 drwxrwxr-x 4 1001 1001 26 Dec 7 15:21 openapi 15:24:59 drwxrwxr-x 4 1001 1001 71 Dec 7 15:21 snap 15:24:59 -rw-rw-r-- 1 1001 1001 168 Dec 7 15:21 version.go [Pipeline] sh 15:25:00 + '[' -e coverage.out ] 15:25:00 + chown 1001:1001 coverage.out [Pipeline] stash 15:25:00 Stashed 1 file(s) [Pipeline] sh 15:25:00 + make build 15:25:00 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 15:25:04 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 15:25:13 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 15:25:14 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 15:25:15 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 15:25:16 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 15:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:25:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14872 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 15:25:18 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 15:25:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 15:25:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:25:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:25:22 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 15:25:24 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 15:25:24 using credential edgex-jenkins-ssh 15:25:24 Cloning the remote Git repository 15:25: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 15:25:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:25:24 > git init /w/workspace/edgex-go/10 # timeout=10 15:25:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:25:24 > git --version # timeout=10 15:25:24 > git --version # 'git version 2.17.1' 15:25:24 using GIT_SSH to set credentials SSH Credentials for GitHub 15:25:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 15:25:25 $ docker stop --time=1 d962c41ed11dd2fb8bce0098d928949821eace48c9b584ec12e8ef17e8294754 15:25:27 $ docker rm -f d962c41ed11dd2fb8bce0098d928949821eace48c9b584ec12e8ef17e8294754 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:25:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:25:29 15:25:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:25:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:25:30 latest: Pulling from edgex-devops/edgex-compose 15:25:30 cbdbe7a5bc2a: Pulling fs layer 15:25:30 ca9280d653b3: Pulling fs layer 15:25:30 7e9c9ca2126c: Pulling fs layer 15:25:30 cbdbe7a5bc2a: Download complete 15:25:30 cbdbe7a5bc2a: Pull complete 15:25:30 ca9280d653b3: Verifying Checksum 15:25:30 ca9280d653b3: Download complete 15:25:31 7e9c9ca2126c: Verifying Checksum 15:25:31 7e9c9ca2126c: Download complete 15:25:31 ca9280d653b3: Pull complete 15:25:38 7e9c9ca2126c: Pull complete 15:25:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:25:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:25:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:25:38 prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container 15:25:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10003/edgex-devops/edgex-compose:latest cat 15:25:40 $ docker top 6dd984ecd9dee7a35c0514300a55d3734b6ba5fc84a47d69901e432a6625817c -eo pid,comm [Pipeline] { [Pipeline] sh 15:25:41 + docker-compose build --help 15:25:41 + grep parallel 15:25:42 --parallel Build images in parallel. [Pipeline] } 15:25:42 $ docker stop --time=1 6dd984ecd9dee7a35c0514300a55d3734b6ba5fc84a47d69901e432a6625817c 15:25:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:25:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:25:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:25:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:25:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:25:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:25:43 $ docker rm -f 6dd984ecd9dee7a35c0514300a55d3734b6ba5fc84a47d69901e432a6625817c [Pipeline] // withDockerContainer 15:25:43 Merging remotes/origin/master commit b985b2abee46819742dbb8bb5fe7722252537d7a into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:25:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:25:44 . [Pipeline] withDockerContainer 15:25:44 Merge succeeded, producing fe929cdc9076a4b61d9349ddb828743ec74444d3 15:25:44 Checking out Revision fe929cdc9076a4b61d9349ddb828743ec74444d3 (PR-2908) 15:25:44 prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container 15:25:44 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:25:45 $ docker top ed68bc25769029b3a9f9370a0ef0cc07bd90a39833803cb3ab548f0c04e96a97 -eo pid,comm [Pipeline] { [Pipeline] sh 15:25:43 > git config core.sparsecheckout # timeout=10 15:25:43 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 15:25:44 > git remote # timeout=10 15:25:44 > git config --get remote.origin.url # timeout=10 15:25:44 using GIT_SSH to set credentials SSH Credentials for GitHub 15:25:44 > git merge b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 15:25:44 > git rev-parse HEAD^{commit} # timeout=10 15:25:44 > git config core.sparsecheckout # timeout=10 15:25:44 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 15:25:45 + docker-compose -f ./docker-compose-build.yml build --parallel 15:25:46 Building docker-core-command-go ... 15:25:46 Building docker-core-data-go ... 15:25:46 Building docker-core-metadata-go ... 15:25:46 Building docker-security-bootstrap-redis-go ... 15:25:46 Building docker-security-proxy-setup-go ... 15:25:46 Building docker-security-secrets-setup-go ... 15:25:46 Building docker-security-secretstore-setup-go ... 15:25:46 Building docker-support-notifications-go ... 15:25:46 Building docker-support-scheduler-go ... 15:25:46 Building docker-sys-mgmt-agent-go ... 15:25:46 Building docker-core-command-go 15:25:46 Building docker-sys-mgmt-agent-go 15:25:46 Building docker-support-notifications-go 15:25:46 Building docker-security-secretstore-setup-go 15:25:46 Building docker-support-scheduler-go 15:25:48 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:25:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:25:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:25:51 + sudo service docker restart 15:25:51 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:25:53 provisioning config files... 15:25:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config1415110633562538287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:25:54 ---> docker-login.sh 15:25:54 nexus3.edgexfoundry.org:10001 15:25:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:55 Configure a credential helper to remove this warning. See 15:25:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:55 15:25:55 Login Succeeded 15:25:55 nexus3.edgexfoundry.org:10002 15:25:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:56 Configure a credential helper to remove this warning. See 15:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:56 15:25:56 Login Succeeded 15:25:56 nexus3.edgexfoundry.org:10003 15:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:56 Configure a credential helper to remove this warning. See 15:25:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:56 15:25:56 Login Succeeded 15:25:56 nexus3.edgexfoundry.org:10004 15:25:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:57 Configure a credential helper to remove this warning. See 15:25:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:57 15:25:57 Login Succeeded 15:25:57 docker.io 15:25:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:57 Configure a credential helper to remove this warning. See 15:25:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:57 15:25:57 Login Succeeded 15:25:57 ---> docker-login.sh ends [Pipeline] } 15:25:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:25:58 ========================================================= 15:25:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:25:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:25:58 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:26:01 Sending build context to Docker daemon 165.5MB 15:26:01 Step 1/7 : ARG BASE=golang:1.15-alpine 15:26:01 Step 2/7 : FROM ${BASE} 15:26:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:26:01 5f621e34cdf4: Pulling fs layer 15:26:01 a4357932f1b6: Pulling fs layer 15:26:01 18c013af1878: Pulling fs layer 15:26:01 00ac8860ef70: Pulling fs layer 15:26:01 63d7cb157983: Pulling fs layer 15:26:01 b116817d02f9: Pulling fs layer 15:26:01 745a02a5169b: Pulling fs layer 15:26:01 00ac8860ef70: Waiting 15:26:01 63d7cb157983: Waiting 15:26:01 b116817d02f9: Waiting 15:26:01 745a02a5169b: Waiting 15:26:01 18c013af1878: Download complete 15:26:01 a4357932f1b6: Verifying Checksum 15:26:01 a4357932f1b6: Download complete 15:26:01 63d7cb157983: Verifying Checksum 15:26:01 63d7cb157983: Download complete 15:26:01 5f621e34cdf4: Verifying Checksum 15:26:01 5f621e34cdf4: Download complete 15:26:01 b116817d02f9: Download complete 15:26:01 5f621e34cdf4: Pull complete 15:26:02 a4357932f1b6: Pull complete 15:26:02 18c013af1878: Pull complete 15:26:03 745a02a5169b: Verifying Checksum 15:26:03 745a02a5169b: Download complete 15:26:04 00ac8860ef70: Verifying Checksum 15:26:04 00ac8860ef70: Download complete 15:26:14 00ac8860ef70: Pull complete 15:26:15 63d7cb157983: Pull complete 15:26:15 b116817d02f9: Pull complete 15:26:19 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:26:19 ---> 697f25f649af 15:26:19 Step 3/27 : WORKDIR /edgex-go 15:26:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:26:19 ---> 697f25f649af 15:26:19 Step 3/21 : WORKDIR /edgex-go 15:26:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:26:19 ---> 697f25f649af 15:26:19 Step 3/24 : WORKDIR /edgex-go 15:26:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:26:19 ---> 697f25f649af 15:26:19 Step 3/22 : WORKDIR /edgex-go 15:26:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:26:19 ---> 697f25f649af 15:26:19 Step 3/24 : WORKDIR /edgex-go 15:26:19 ---> Running in 3e4215b006fc 15:26:19 ---> Running in d601c21ce9ad 15:26:19 ---> Running in a804006adeb0 15:26:19 ---> Running in b0c9d9fd772e 15:26:19 ---> Running in 9cdc609b0b94 15:26:19 Removing intermediate container b0c9d9fd772e 15:26:19 ---> 5eb85da4ac9c 15:26:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:19 Removing intermediate container d601c21ce9ad 15:26:19 ---> 46685b137541 15:26:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:19 Removing intermediate container a804006adeb0 15:26:19 ---> 8d03b7930811 15:26:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:19 Removing intermediate container 3e4215b006fc 15:26:19 ---> 2feba7671809 15:26:19 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:19 Removing intermediate container 9cdc609b0b94 15:26:19 ---> 8479e3416572 15:26:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:19 ---> Running in e55b32e67774 15:26:19 ---> Running in 899134c84646 15:26:19 ---> Running in 06da29315e0f 15:26:19 ---> Running in 96bbfdff081c 15:26:19 ---> Running in 425ada13b02b 15:26:19 Removing intermediate container 06da29315e0f 15:26:19 ---> 08176abdaea8 15:26:19 Step 5/22 : RUN apk update && apk add make git 15:26:19 ---> Running in 700804b6566b 15:26:19 Removing intermediate container e55b32e67774 15:26:19 ---> 8c10d65c8677 15:26:19 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 15:26:19 Removing intermediate container 899134c84646 15:26:19 ---> 522175e6fafa 15:26:19 Step 5/24 : RUN apk update && apk add make git 15:26:19 ---> Running in f4426a133fd6 15:26:19 ---> Running in 3d0bdd6fd636 15:26:19 Removing intermediate container 96bbfdff081c 15:26:19 ---> 6f9e49af1b3c 15:26:19 Step 5/27 : RUN apk update && apk add make bash git 15:26:19 Removing intermediate container 425ada13b02b 15:26:19 ---> 6207dd605270 15:26:19 Step 5/21 : RUN apk update && apk add make git 15:26:20 745a02a5169b: Pull complete 15:26:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:26:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:26:20 ---> b7e6874047d6 15:26:20 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 15:26:20 ---> Running in 0ac86f0121d1 15:26:20 ---> Running in 317375a9a996 15:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:23 ---> Running in 467c4ce75b7d 15:26:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:24 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:24 OK: 12745 distinct packages available 15:26:24 OK: 233 MiB in 51 packages 15:26:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:24 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:24 OK: 12745 distinct packages available 15:26:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:24 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:24 OK: 12745 distinct packages available 15:26:25 OK: 233 MiB in 51 packages 15:26:25 OK: 233 MiB in 51 packages 15:26:25 Removing intermediate container 0ac86f0121d1 15:26:25 ---> b3edd3607760 15:26:25 Step 6/27 : COPY go.mod . 15:26:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:26:25 ---> 2bb0146503a1 15:26:25 Step 7/27 : RUN go mod download 15:26:25 Removing intermediate container 317375a9a996 15:26:25 ---> eb3018edaf3c 15:26:25 Step 6/21 : COPY go.mod . 15:26:25 ---> Running in f6c1983f8d49 15:26:25 Removing intermediate container 3d0bdd6fd636 15:26:25 ---> 40e35b73251d 15:26:25 Step 6/24 : COPY go.mod . 15:26:25 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:25 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:25 OK: 12745 distinct packages available 15:26:25 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:25 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:25 OK: 12745 distinct packages available 15:26:26 OK: 233 MiB in 51 packages 15:26:26 ---> afdad312a31b 15:26:26 Step 7/21 : RUN go mod download 15:26:26 ---> c6c40e062248 15:26:26 Step 7/24 : RUN go mod download 15:26:26 ---> Running in 57549da2631c 15:26:26 OK: 233 MiB in 51 packages 15:26:26 ---> Running in 90078c02ba17 15:26:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:26:27 Removing intermediate container f4426a133fd6 15:26:27 ---> 79f84f427bd6 15:26:27 Step 6/24 : COPY go.mod . 15:26:27 Removing intermediate container 700804b6566b 15:26:27 ---> aad3278d54be 15:26:27 Step 6/22 : COPY go.mod . 15:26:27 ---> fe44b5843463 15:26:27 Step 7/24 : RUN go mod download 15:26:27 ---> Running in ade03bfab059 15:26:27 ---> 7f293c0e1ed6 15:26:27 Step 7/22 : RUN go mod download 15:26:28 Removing intermediate container f6c1983f8d49 15:26:28 ---> e7548835e5d5 15:26:28 Step 8/27 : COPY . . 15:26:28 ---> Running in 1f117388dd73 15:26:28 Removing intermediate container 57549da2631c 15:26:28 ---> f0e533abb571 15:26:28 Step 8/21 : COPY . . 15:26:30 (1/12) Installing libmagic (5.38-r0) 15:26:31 (2/12) Installing file (5.38-r0) 15:26:31 (3/12) Installing libc-dev (0.7.2-r3) 15:26:31 (4/12) Installing g++ (9.3.0-r2) 15:26:33 Removing intermediate container 90078c02ba17 15:26:33 ---> 99fe22e9e692 15:26:33 Step 8/24 : COPY . . 15:26:48 Removing intermediate container ade03bfab059 15:26:48 ---> 7c289bdd9b96 15:26:48 Step 8/24 : COPY . . 15:26:48 Removing intermediate container 1f117388dd73 15:26:48 ---> 407d20c1c8be 15:26:48 Step 8/22 : COPY . . 15:26:50 (5/12) Installing fortify-headers (1.1-r0) 15:26:50 (6/12) Installing patch (2.7.6-r6) 15:26:50 (7/12) Installing build-base (0.5-r2) 15:26:50 (8/12) Installing libsodium (1.0.18-r0) 15:26:50 (9/12) Installing pkgconf (1.7.2-r0) 15:26:50 (10/12) Installing libsodium-dev (1.0.18-r0) 15:26:50 (11/12) Installing libzmq (4.3.3-r0) 15:26:50 (12/12) Installing zeromq-dev (4.3.3-r0) 15:26:50 Executing busybox-1.31.1-r19.trigger 15:26:50 OK: 217 MiB in 51 packages 15:26:54 Removing intermediate container 467c4ce75b7d 15:26:54 ---> a84d5ab0905c 15:26:54 Step 4/7 : WORKDIR /edgex-go 15:26:54 ---> Running in 122f91d13a0e 15:26:54 Removing intermediate container 122f91d13a0e 15:26:54 ---> cc19b99e5fdf 15:26:54 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:26:55 latest: Pulling from library/docker 15:26:55 5f621e34cdf4: Already exists 15:26:55 85db56a05063: Pulling fs layer 15:26:55 ccb67d6aeaaa: Pulling fs layer 15:26:55 de930078acea: Pulling fs layer 15:26:55 d5a9d88a4785: Pulling fs layer 15:26:55 e7f15c1544d5: Pulling fs layer 15:26:55 877c515997d3: Pulling fs layer 15:26:55 d5a9d88a4785: Waiting 15:26:55 877c515997d3: Waiting 15:26:55 e7f15c1544d5: Waiting 15:26:55 ccb67d6aeaaa: Verifying Checksum 15:26:55 ccb67d6aeaaa: Download complete 15:26:55 85db56a05063: Verifying Checksum 15:26:55 85db56a05063: Download complete 15:26:55 d5a9d88a4785: Verifying Checksum 15:26:55 d5a9d88a4785: Download complete 15:26:55 e7f15c1544d5: Verifying Checksum 15:26:55 e7f15c1544d5: Download complete 15:26:55 877c515997d3: Verifying Checksum 15:26:55 877c515997d3: Download complete 15:26:56 85db56a05063: Pull complete 15:26:57 ccb67d6aeaaa: Pull complete 15:26:57 de930078acea: Verifying Checksum 15:26:57 de930078acea: Download complete 15:27:00 de930078acea: Pull complete 15:27:00 d5a9d88a4785: Pull complete 15:27:00 e7f15c1544d5: Pull complete 15:27:00 877c515997d3: Pull complete 15:27:00 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 15:27:00 Status: Downloaded newer image for docker:latest 15:27:03 ---> 2aee4d9c15e5 15:27:03 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:27:04 ---> e8b5e3a6bcda 15:27:04 Step 6/7 : COPY go.mod . 15:27:04 ---> 7abaccf0afab 15:27:04 Step 7/7 : RUN go mod download 15:27:05 ---> Running in bc7aac8ea75f 15:27:06 ---> Running in d30f4f6b693f 15:27:06 ---> 08aae736f45e 15:27:06 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:27:06 ---> c909ccc87f76 15:27:06 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:27:09 ---> Running in 594d6a2fe4cf 15:27:09 ---> Running in 618bd04173da 15:27:10 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 15:27:11 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 15:27:11 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 15:27:13 ---> 8f7b6d84d410 15:27:13 Step 9/22 : RUN make cmd/core-command/core-command 15:27:15 ---> Running in 34a1b0d5f6c3 15:27:16 ---> f8e26affd651 15:27:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:27:16 ---> Running in 7da7f47b9ecc 15:27:17 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 15:27:17 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 15:27:32 Removing intermediate container bc7aac8ea75f 15:27:32 ---> fe20b9bc0754 15:27:32 Successfully built fe20b9bc0754 15:27:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:27:32 + docker inspect -f . ci-base-image-arm64 15:27:32 . [Pipeline] withDockerContainer 15:27:32 prd-ubuntu18.04-docker-arm64-4c-16g-14872 does not seem to be running inside a container 15:27:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat 15:27:34 $ docker top b66d29c6cfc92a187ca5b6100d98fa3ec30472f9afc0c103323b378341594949 -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:35 + go version 15:27:35 go version go1.15.5 linux/arm64 [Pipeline] } 15:27:35 $ docker stop --time=1 b66d29c6cfc92a187ca5b6100d98fa3ec30472f9afc0c103323b378341594949 15:27:37 $ docker rm -f b66d29c6cfc92a187ca5b6100d98fa3ec30472f9afc0c103323b378341594949 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:27:38 + docker inspect -f . ci-base-image-arm64 15:27:38 . [Pipeline] withDockerContainer 15:27:38 prd-ubuntu18.04-docker-arm64-4c-16g-14872 does not seem to be running inside a container 15:27:38 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat 15:27:40 $ docker top 0305e2bccf42c4d0dbcf78883cb372e2f00ad2749ba8d2e1d5e01013667794fa -eo pid,comm [Pipeline] { [Pipeline] echo 15:27:40 ========================================================= 15:27:40 [edgeXBuildGoParallel] Running Tests and Build... 15:27:40 ========================================================= [Pipeline] sh 15:27:41 + make test 15:27:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:27:44 Removing intermediate container 594d6a2fe4cf 15:27:44 ---> 4f5e53d80c7f 15:27:44 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:27:44 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 15:27:44 ---> Running in 510297fa1a14 15:27:44 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 15:27:47 Removing intermediate container d30f4f6b693f 15:27:47 ---> 1f3a4a8a0544 15:27:47 15:27:47 Step 10/21 : FROM scratch 15:27:47 ---> 15:27:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:27:47 Removing intermediate container 618bd04173da 15:27:47 ---> 306e7efa1f8e 15:27:47 15:27:47 Step 10/24 : FROM scratch 15:27:47 ---> 15:27:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:27:48 ---> Running in df89d5b97a89 15:27:48 ---> Running in ddf72486bc12 15:27:51 Removing intermediate container 510297fa1a14 15:27:51 ---> c4ffa18059e5 15:27:51 15:27:51 Step 11/27 : FROM docker:latest 15:27:51 ---> b0757c55a1fd 15:27:51 Step 12/27 : RUN apk add --no-cache bash 15:27:51 Removing intermediate container df89d5b97a89 15:27:51 ---> 05c846fa5705 15:27:51 Step 12/24 : ENV APP_PORT=48060 15:27:51 ---> Running in eb1680fa1d2d 15:27:51 Removing intermediate container ddf72486bc12 15:27:51 ---> 9391902f9467 15:27:51 Step 12/21 : ENV APP_PORT=48085 15:27:51 Removing intermediate container 34a1b0d5f6c3 15:27:51 ---> 31958b165f1b 15:27:51 15:27:51 Step 10/22 : FROM scratch 15:27:51 ---> 15:27:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:27:51 ---> Using cache 15:27:51 ---> 9391902f9467 15:27:51 Step 12/22 : ENV APP_PORT=48082 15:27:51 ---> Running in 029ef2901bdb 15:27:51 Removing intermediate container 7da7f47b9ecc 15:27:51 ---> c1e603ccd3a9 15:27:51 15:27:51 Step 10/24 : FROM alpine:3.10 15:27:51 3.10: Pulling from library/alpine 15:27:51 ---> Running in dbf1dcb5f029 15:27:51 ---> Running in 171eb73a60f2 15:27:51 Removing intermediate container 029ef2901bdb 15:27:51 ---> e04de33114d9 15:27:51 Step 13/24 : EXPOSE $APP_PORT 15:27:51 Removing intermediate container dbf1dcb5f029 15:27:51 ---> 9249dcaadd7c 15:27:51 Step 13/21 : EXPOSE $APP_PORT 15:27:51 ---> Running in 3b2cb559ca99 15:27:51 Removing intermediate container 171eb73a60f2 15:27:51 ---> 14b23ac77e3c 15:27:51 Step 13/22 : EXPOSE $APP_PORT 15:27:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:27:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:27:52 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:27:52 ---> Running in 4d763630f9c0 15:27:52 ---> Running in c71d50ead065 15:27:52 Status: Downloaded newer image for alpine:3.10 15:27:52 ---> be4e4bea2c2e 15:27:52 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:27:52 Removing intermediate container 3b2cb559ca99 15:27:52 ---> acbb45af771c 15:27:52 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:27:52 (1/2) Installing readline (8.0.4-r0) 15:27:52 (2/2) Installing bash (5.0.17-r0) 15:27:52 Executing bash-5.0.17-r0.post-install 15:27:52 Executing busybox-1.31.1-r19.trigger 15:27:52 ---> Running in 6d597f12222b 15:27:52 OK: 12 MiB in 22 packages 15:27:52 Removing intermediate container 4d763630f9c0 15:27:52 ---> 3ab5d6971f2f 15:27:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:27:52 Removing intermediate container c71d50ead065 15:27:52 ---> 9213d2fa1e9e 15:27:52 Step 14/22 : WORKDIR / 15:27:52 ---> 83e641693d57 15:27:52 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:27:52 ---> Running in 89811e1ef41d 15:27:52 ---> 7178ca1b12b6 15:27:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:27:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 15:27:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 15:27:53 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:27:53 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:27:53 OK: 10348 distinct packages available 15:27:53 (1/5) Installing ca-certificates (20191127-r2) 15:27:53 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:27:53 (3/5) Installing libcurl (7.66.0-r1) 15:27:53 (4/5) Installing curl (7.66.0-r1) 15:27:53 (5/5) Installing dumb-init (1.2.2-r1) 15:27:53 Executing busybox-1.30.1-r3.trigger 15:27:53 Executing ca-certificates-20191127-r2.trigger 15:27:53 OK: 7 MiB in 19 packages 15:27:53 Removing intermediate container 89811e1ef41d 15:27:53 ---> 7eb17e71efc7 15:27:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:27:54 Removing intermediate container eb1680fa1d2d 15:27:54 ---> e1703658971a 15:27:54 Step 13/27 : RUN rm -rf /var/cache/apk/* 15:27:54 ---> 22d21ed816a6 15:27:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:27:54 ---> 6add535cac15 15:27:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:27:54 ---> Running in dc761b751627 15:27:55 ---> c759cdb7cb6d 15:27:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:27:55 Removing intermediate container 6d597f12222b 15:27:55 ---> 7a0cfc3c9362 15:27:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:27:55 ---> 750833c22cff 15:27:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:27:56 ---> 3dae3cc4d04c 15:27:56 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:27:56 ---> 2927896ac2ff 15:27:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:27:56 ---> Running in 7edf2f62f7c3 15:27:56 ---> Running in d3dfbdb90eb6 15:27:56 ---> aec72d20e611 15:27:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:27:56 Removing intermediate container 7edf2f62f7c3 15:27:56 ---> 737762a58876 15:27:56 Step 13/24 : WORKDIR / 15:27:56 ---> c6bd40141d2a 15:27:56 Step 18/22 : ENTRYPOINT ["/core-command"] 15:27:56 Removing intermediate container d3dfbdb90eb6 15:27:56 ---> 35e490ede874 15:27:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:27:56 ---> Running in 46c9f1b6f3d8 15:27:56 Removing intermediate container dc761b751627 15:27:56 ---> 7ad6ad10f699 15:27:56 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:27:57 ---> Running in 0d9eda5b4ad4 15:27:57 ---> Running in fcfc0f09101e 15:27:57 ---> 923944617b80 15:27:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:27:57 ---> Running in 30c33b071114 15:27:57 Removing intermediate container 46c9f1b6f3d8 15:27:57 ---> 0ea9b18fd10f 15:27:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:27:57 Removing intermediate container fcfc0f09101e 15:27:57 ---> 5090d60a6132 15:27:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:27:57 Removing intermediate container 0d9eda5b4ad4 15:27:57 ---> 10e03801538b 15:27:57 Step 19/21 : LABEL arch=x86_64 15:27:57 Removing intermediate container 30c33b071114 15:27:57 ---> caaec990630b 15:27:57 Step 15/27 : ENV APP_PORT=48090 15:27:57 ---> 958145cf3825 15:27:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:27:57 ---> Running in 0ba43bf352c9 15:27:57 ---> Running in fab150dcf0b1 15:27:57 ---> Running in a06cd608beba 15:27:57 ---> Running in 1d20ff7c06fd 15:27:58 ---> d478d51c98a9 15:27:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:27:58 Removing intermediate container 0ba43bf352c9 15:27:58 ---> 86a3f228197f 15:27:58 Step 20/22 : LABEL arch=x86_64 15:27:58 Removing intermediate container fab150dcf0b1 15:27:58 ---> df8c7569b674 15:27:58 Step 20/21 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:27:58 Removing intermediate container a06cd608beba 15:27:58 ---> 8e3cbb2729db 15:27:58 Step 16/27 : EXPOSE $APP_PORT 15:27:58 Removing intermediate container 1d20ff7c06fd 15:27:58 ---> 8971fd92a925 15:27:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:27:58 ---> Running in 85982eb4fd13 15:27:58 ---> Running in 89f45781b84c 15:27:58 ---> Running in fe8bffac932e 15:27:58 ---> Running in 1a04c93650c5 15:27:58 ---> f142661f9d46 15:27:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:27:58 Removing intermediate container 85982eb4fd13 15:27:58 ---> 502e1ad0b690 15:27:58 Step 21/21 : LABEL version=0.0.0 15:27:58 Removing intermediate container 89f45781b84c 15:27:58 ---> a7d8262199b0 15:27:58 Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:27:58 Removing intermediate container fe8bffac932e 15:27:58 ---> 7ce5941ceab6 15:27:58 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:27:58 Removing intermediate container 1a04c93650c5 15:27:58 ---> 195a086027fc 15:27:58 Step 22/24 : LABEL arch=x86_64 15:27:59 ---> Running in 1c41e140ea10 15:27:59 ---> Running in f66f4184e562 15:27:59 ---> Running in 12a8f7c0c3d3 15:27:59 ---> 84d8ba5cbeb6 15:27:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:27:59 Removing intermediate container 1c41e140ea10 15:27:59 ---> 593dafd04d64 15:27:59 15:27:59 Removing intermediate container f66f4184e562 15:27:59 ---> 7a3264fbc5a0 15:27:59 Step 22/22 : LABEL version=0.0.0 15:27:59 Removing intermediate container 12a8f7c0c3d3 15:27:59 ---> 8b38f03d9a65 15:27:59 Step 23/24 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:27:59 Successfully built 593dafd04d64 15:27:59 ---> 27a652df2c5d 15:27:59 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:27:59 Successfully tagged docker-support-scheduler-go:latest 15:27:59  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 15:27:59 ---> fb2e7b70d2df 15:27:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:27:59 ---> Running in ee1c3f8db03c 15:27:59 ---> Running in 76690f856a3a 15:28:00 ---> 75c2b06bfe2b 15:28:00 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:28:00 Removing intermediate container ee1c3f8db03c 15:28:00 ---> ac6019bcac0e 15:28:00 15:28:00 Removing intermediate container 76690f856a3a 15:28:00 ---> 118a0cecf9a1 15:28:00 Step 24/24 : LABEL version=0.0.0 15:28:00 Successfully built ac6019bcac0e 15:28:00 ---> Running in ffd35fa993be 15:28:00 Successfully tagged docker-core-command-go:latest 15:28:00  Building docker-core-command-go ... done Building docker-core-data-go 15:28:00 ---> 0e54d12f2658 15:28:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:28:00 ---> 826dbf916ace 15:28:00 Step 20/27 : RUN apk --no-cache add py3-pip 15:28:01 Removing intermediate container ffd35fa993be 15:28:01 ---> e618cfa175f7 15:28:01 15:28:02 Successfully built e618cfa175f7 15:28:02 ---> Running in 671be2f0d3b5 15:28:03 Successfully tagged docker-support-notifications-go:latest 15:28:03  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go 15:28:07 ---> 67635e8d98c1 15:28:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:28:07 ---> Running in 0056889ce99b 15:28:08 ? github.com/edgexfoundry/edgex-go [no test files] 15:28:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:09 (1/33) Installing libbz2 (1.0.8-r1) 15:28:09 (2/33) Installing expat (2.2.9-r1) 15:28:09 (3/33) Installing libffi (3.3-r2) 15:28:09 (4/33) Installing gdbm (1.13-r1) 15:28:09 (5/33) Installing xz-libs (5.2.5-r0) 15:28:09 (6/33) Installing sqlite-libs (3.32.1-r0) 15:28:09 (7/33) Installing python3 (3.8.5-r0) 15:28:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 15:28:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:28:21 ---> 697f25f649af 15:28:21 Step 3/23 : WORKDIR /edgex-go 15:28:21 ---> Using cache 15:28:21 ---> 8479e3416572 15:28:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:21 ---> Using cache 15:28:21 ---> 6207dd605270 15:28:21 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:28:21 (8/33) Installing py3-appdirs (1.4.4-r1) 15:28:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:28:21 (10/33) Installing py3-parsing (2.4.7-r0) 15:28:21 (11/33) Installing py3-six (1.15.0-r0) 15:28:21 (12/33) Installing py3-packaging (20.4-r0) 15:28:21 (13/33) Installing py3-setuptools (47.0.0-r0) 15:28:21 ---> Running in 97d4b330a2bf 15:28:21 Removing intermediate container 0056889ce99b 15:28:21 ---> 81e9f80ecc19 15:28:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:28:21 (14/33) Installing py3-chardet (3.0.4-r4) 15:28:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:28:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:28:22 ---> 697f25f649af 15:28:22 Step 3/22 : WORKDIR /edgex-go 15:28:22 ---> Using cache 15:28:22 ---> 8479e3416572 15:28:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:22 ---> Using cache 15:28:22 ---> 6207dd605270 15:28:22 Step 5/22 : RUN apk update && apk add make git 15:28:22 ---> Using cache 15:28:22 ---> eb3018edaf3c 15:28:22 Step 6/22 : COPY go.mod . 15:28:22 ---> Using cache 15:28:22 ---> afdad312a31b 15:28:22 Step 7/22 : RUN go mod download 15:28:22 ---> Using cache 15:28:22 ---> f0e533abb571 15:28:22 Step 8/22 : COPY . . 15:28:22 ---> Using cache 15:28:22 ---> 2aee4d9c15e5 15:28:22 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:28:22 (15/33) Installing py3-idna (2.9-r0) 15:28:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:28:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:28:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:28:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:28:23 ---> 697f25f649af 15:28:23 Step 3/22 : WORKDIR /edgex-go 15:28:23 ---> Using cache 15:28:23 ---> 8479e3416572 15:28:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:23 ---> Using cache 15:28:23 ---> 6207dd605270 15:28:23 Step 5/22 : RUN apk update && apk add make git 15:28:23 ---> Using cache 15:28:23 ---> eb3018edaf3c 15:28:23 Step 6/22 : COPY go.mod . 15:28:23 ---> Using cache 15:28:23 ---> afdad312a31b 15:28:23 Step 7/22 : RUN go mod download 15:28:23 ---> Using cache 15:28:23 ---> f0e533abb571 15:28:23 Step 8/22 : COPY . . 15:28:23 ---> Using cache 15:28:23 ---> 2aee4d9c15e5 15:28:23 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:28:23 (18/33) Installing py3-requests (2.23.0-r0) 15:28:23 (19/33) Installing py3-msgpack (1.0.0-r0) 15:28:23 (20/33) Installing py3-lockfile (0.12.2-r3) 15:28:24 ---> Running in 489f595ba9e1 15:28:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:28:24 (22/33) Installing py3-colorama (0.4.3-r0) 15:28:24 ---> Running in d9c3f5936634 15:28:24 ---> Running in 5a40042b7b27 15:28:24 (23/33) Installing py3-distlib (0.3.0-r0) 15:28:24 (24/33) Installing py3-distro (1.5.0-r1) 15:28:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:24 (25/33) Installing py3-webencodings (0.5.1-r3) 15:28:24 (26/33) Installing py3-html5lib (1.0.1-r4) 15:28:24 Removing intermediate container 489f595ba9e1 15:28:24 ---> 67ba8b7482a3 15:28:24 Step 22/24 : LABEL arch=x86_64 15:28:24 (27/33) Installing py3-pytoml (0.1.21-r0) 15:28:24 (28/33) Installing py3-pep517 (0.8.2-r0) 15:28:24 (29/33) Installing py3-progress (1.5-r0) 15:28:24 (30/33) Installing py3-toml (0.10.1-r0) 15:28:25 (31/33) Installing py3-retrying (1.3.3-r0) 15:28:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:28:25 (33/33) Installing py3-pip (20.1.1-r0) 15:28:25 ---> Running in 38ee128198c1 15:28:25 Executing busybox-1.31.1-r19.trigger 15:28:25 OK: 71 MiB in 55 packages 15:28:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:26 Removing intermediate container 38ee128198c1 15:28:26 ---> 734464236df5 15:28:26 Step 23/24 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:28:26 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 15:28:26 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 15:28:26 ---> Running in 83394f11fb42 15:28:26 Removing intermediate container 83394f11fb42 15:28:26 ---> 1dbc478507f7 15:28:26 Step 24/24 : LABEL version=0.0.0 15:28:26 ---> Running in b5e2183d3763 15:28:27 Removing intermediate container b5e2183d3763 15:28:27 ---> d732b8f8168f 15:28:27 15:28:27 Successfully built d732b8f8168f 15:28:27 Successfully tagged docker-security-secretstore-setup-go:latest 15:28:27 Building docker-security-secrets-setup-go 15:28:27  Building docker-security-secretstore-setup-go ... done v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:28:27 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:28:27 OK: 12745 distinct packages available 15:28:28 OK: 233 MiB in 51 packages 15:28:37 Removing intermediate container 97d4b330a2bf 15:28:37 ---> 56206d4ec727 15:28:37 Step 6/23 : COPY go.mod . 15:28:38 ---> 72d94a45fdcc 15:28:38 Step 7/23 : RUN go mod download 15:28:39 ---> Running in e2f8783c7684 15:28:46 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 15:28:46 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:28:46 ---> 697f25f649af 15:28:46 Step 3/29 : WORKDIR /edgex-go 15:28:46 ---> Using cache 15:28:46 ---> 8479e3416572 15:28:46 Step 4/29 : RUN apk update && apk add make git 15:28:46 ---> Running in 549fdd3ef32c 15:28:46 Removing intermediate container 671be2f0d3b5 15:28:46 ---> 486b4850d940 15:28:46 Step 21/27 : RUN pip install docker-compose==1.23.2 15:28:47 ---> Running in 29b376033d27 15:28:47 Removing intermediate container e2f8783c7684 15:28:47 ---> 0f99ddc8e76d 15:28:47 Step 8/23 : COPY . . 15:28:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:52 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:28:52 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:28:52 OK: 12745 distinct packages available 15:28:52 OK: 233 MiB in 51 packages 15:28:54 Collecting docker-compose==1.23.2 15:28:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:28:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:28:56 Collecting docopt<0.7,>=0.6.1 15:28:56 Downloading docopt-0.6.2.tar.gz (25 kB) 15:28:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:28:59 Collecting websocket-client<1.0,>=0.32.0 15:28:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:29:03 Removing intermediate container 549fdd3ef32c 15:29:03 ---> 0b39b32d85b8 15:29:03 Step 5/29 : COPY go.mod . 15:29:03 Collecting jsonschema<3,>=2.5.1 15:29:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:29:04 Collecting texttable<0.10,>=0.9.0 15:29:04 Downloading texttable-0.9.1.tar.gz (11 kB) 15:29:05 Removing intermediate container 5a40042b7b27 15:29:05 ---> b486939eddc4 15:29:05 15:29:05 Step 10/22 : FROM alpine:3.10 15:29:05 ---> be4e4bea2c2e 15:29:05 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:29:05 ---> Using cache 15:29:05 ---> 7a0cfc3c9362 15:29:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:29:05 ---> 405c48628539 15:29:05 Step 6/29 : RUN go mod download 15:29:05 ---> Running in b9d4e5cc7e30 15:29:05 ---> Running in 05f361203203 15:29:05 Collecting cached-property<2,>=1.2.0 15:29:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:29:05 Collecting dockerpty<0.5,>=0.4.1 15:29:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:29:07 Removing intermediate container b9d4e5cc7e30 15:29:07 ---> e28f942de97e 15:29:07 Step 13/22 : WORKDIR / 15:29:07 Collecting PyYAML<4,>=3.10 15:29:07 Downloading PyYAML-3.13.tar.gz (270 kB) 15:29:11 ---> Running in b12f949820d4 15:29:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:29:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:29:11 Collecting docker<4.0,>=3.6.0 15:29:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:29:11 ---> 3e4717c3ccfc 15:29:11 Step 9/23 : RUN make cmd/core-data/core-data 15:29:11 Removing intermediate container d9c3f5936634 15:29:11 ---> 3411a1e001b0 15:29:11 15:29:11 Step 10/22 : FROM scratch 15:29:11 ---> 15:29:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:29:11 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) 15:29:11 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) 15:29:11 Collecting idna<2.8,>=2.5 15:29:11 Removing intermediate container b12f949820d4 15:29:11 ---> 322f5a41084a 15:29:11 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 15:29:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:29:11 ---> Running in fa54f21f34f9 15:29:11 ---> Using cache 15:29:11 ---> 9391902f9467 15:29:11 Step 12/22 : ENV APP_PORT=48081 15:29:11 Collecting urllib3<1.25,>=1.21.1 15:29:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:29:11 Removing intermediate container 05f361203203 15:29:11 ---> 642c1ba63d24 15:29:11 Step 7/29 : COPY . . 15:29:11 ---> Running in fa554390863e 15:29:11 Collecting docker-pycreds>=0.4.0 15:29:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:29:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:29:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:29:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:29:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:29:12 ---> b7d26b2597dc 15:29:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:29:12 Installing collected packages: docopt, websocket-client, jsonschema, texttable, cached-property, dockerpty, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docker-compose 15:29:12 Running setup.py install for docopt: started 15:29:12 Removing intermediate container fa554390863e 15:29:12 ---> b065684ac247 15:29:12 Step 13/22 : EXPOSE $APP_PORT 15:29:12 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 15:29:12 ---> Running in ba0ad4f7d760 15:29:12 Running setup.py install for docopt: finished with status 'done' 15:29:13 ---> a73353c03078 15:29:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:29:13 Removing intermediate container ba0ad4f7d760 15:29:13 ---> 76d9d805c794 15:29:13 Step 14/22 : WORKDIR / 15:29:13 Running setup.py install for texttable: started 15:29:14 Running setup.py install for texttable: finished with status 'done' 15:29:16 ---> Running in 7ab7349cc079 15:29:17 Running setup.py install for dockerpty: started 15:29:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:29:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:29:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:29:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:29:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:29:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:29:17 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.073s 15:29:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:29:18 Running setup.py install for dockerpty: finished with status 'done' 15:29:18 Running setup.py install for PyYAML: started 15:29:19 Running setup.py install for PyYAML: finished with status 'done' 15:29:19 Attempting uninstall: idna 15:29:19 Found existing installation: idna 2.9 15:29:19 Uninstalling idna-2.9: 15:29:19 Successfully uninstalled idna-2.9 15:29:19 ---> f3feca1b218b 15:29:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:29:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:29:20 Attempting uninstall: urllib3 15:29:20 Found existing installation: urllib3 1.25.9 15:29:20 Uninstalling urllib3-1.25.9: 15:29:21 Successfully uninstalled urllib3-1.25.9 15:29:21 Removing intermediate container 7ab7349cc079 15:29:21 ---> 5fc5022d892a 15:29:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:29:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:29:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:29:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:29:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:29:24 ---> df1939d7ccf5 15:29:24 Step 18/22 : RUN chmod +x entrypoint.sh 15:29:24 Attempting uninstall: requests 15:29:24 Found existing installation: requests 2.23.0 15:29:24 Uninstalling requests-2.23.0: 15:29:25 Successfully uninstalled requests-2.23.0 15:29:26 ---> bb0977d911bc 15:29:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:29:27 ---> Running in 904098bbefd2 15:29:30 ---> 4d4b5eb67039 15:29:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:29:31 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 15:29:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.325s coverage: 46.6% of statements 15:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:29:32 ---> a6a5a52c8642 15:29:32 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:29:33 ---> Running in 324b4ca084a5 15:29:33 ---> 5333ad523509 15:29:33 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:29:34 ---> Running in ab8023204680 15:29:34 Removing intermediate container 324b4ca084a5 15:29:34 ---> 83f4b599cd79 15:29:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:29:34 Removing intermediate container 904098bbefd2 15:29:34 ---> 1b77f1db3d34 15:29:34 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:29:35 ---> Running in 83a814928bfc 15:29:35 ---> Running in aae9a77bb07c 15:29:36 Removing intermediate container 83a814928bfc 15:29:36 ---> f931f31e4560 15:29:36 Step 20/22 : LABEL arch=x86_64 15:29:36 Removing intermediate container 29b376033d27 15:29:36 ---> 49741a23f082 15:29:36 Step 22/27 : RUN apk --no-cache add curl 15:29:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 15:29:36 ---> Running in 8de7e40ef3f7 15:29:36 Removing intermediate container aae9a77bb07c 15:29:36 ---> 3de329053d5e 15:29:36 Step 20/22 : LABEL arch=x86_64 15:29:36 ---> Running in ca7c3185bb40 15:29:36 ---> Running in 6071ecafad66 15:29:37 Removing intermediate container 8de7e40ef3f7 15:29:37 ---> 351818defd42 15:29:37 Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:29:37 Removing intermediate container 6071ecafad66 15:29:37 ---> dff6461cc5c1 15:29:37 Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:29:37 ---> Running in cf5481decc34 15:29:37 ---> Running in 5b33d4893361 15:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:29:37 Removing intermediate container cf5481decc34 15:29:37 ---> 2df1bfe93702 15:29:37 Step 22/22 : LABEL version=0.0.0 15:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:29:37 Removing intermediate container 5b33d4893361 15:29:37 ---> 5cd769caad4b 15:29:37 Step 22/22 : LABEL version=0.0.0 15:29:37 ---> Running in c946597608f1 15:29:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:29:37 (2/3) Installing libcurl (7.69.1-r1) 15:29:37 (3/3) Installing curl (7.69.1-r1) 15:29:37 Executing busybox-1.31.1-r19.trigger 15:29:38 OK: 72 MiB in 58 packages 15:29:38 ---> Running in 141e0d65182c 15:29:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.503s coverage: 27.1% of statements 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:29:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.152s coverage: 100.0% of statements 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:29:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:29:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.578s coverage: 68.5% of statements 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:29:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.660s coverage: 82.3% of statements 15:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:29:40 Removing intermediate container c946597608f1 15:29:40 ---> 47b88f519bb7 15:29:40 15:29:40 Removing intermediate container 141e0d65182c 15:29:40 ---> 73f2a5bc7fe5 15:29:40 15:29:40 Successfully built 47b88f519bb7 15:29:40 Successfully tagged docker-core-metadata-go:latest 15:29:40 Building docker-security-proxy-setup-go 15:29:40  Building docker-core-metadata-go ... done Successfully built 73f2a5bc7fe5 15:29:41 Successfully tagged docker-security-bootstrap-redis-go:latest 15:29:41  Building docker-security-bootstrap-redis-go ... done Removing intermediate container ca7c3185bb40 15:29:41 ---> 162c58869241 15:29:41 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 15:29:41 ---> Running in 08c4a57a27cd 15:29:41 Removing intermediate container 08c4a57a27cd 15:29:41 ---> 6dad1ea195bf 15:29:41 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:29:41 ---> Running in 51252625ac1c 15:29:42 Removing intermediate container 51252625ac1c 15:29:42 ---> e4a4e1d16496 15:29:42 Step 25/27 : LABEL arch=x86_64 15:29:43 ---> Running in 5166b2c13889 15:29:46 Removing intermediate container 5166b2c13889 15:29:46 ---> b582e3d47fa7 15:29:46 Step 26/27 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:29:46 ---> Running in efbf5b439fbf 15:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.256s coverage: 28.6% of statements 15:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements 15:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 15:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:29:46 Removing intermediate container efbf5b439fbf 15:29:46 ---> ffb14c97b4bf 15:29:46 Step 27/27 : LABEL version=0.0.0 15:29:46 ---> Running in 7181fcb506c5 15:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.369s coverage: 86.7% of statements 15:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:29:46 Removing intermediate container 7181fcb506c5 15:29:46 ---> 3778a4bc8602 15:29:46 15:29:47 Successfully built 3778a4bc8602 15:29:47 Successfully tagged docker-sys-mgmt-agent-go:latest 15:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.448s coverage: 97.5% of statements 15:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 15:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:29:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.043s coverage: 94.7% of statements 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:29:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:29:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.199s coverage: 0.1% of statements 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:29:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.076s coverage: 100.0% of statements 15:29:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:29:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 75.5% of statements 15:29:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements 15:29:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.170s coverage: 87.2% of statements 15:29:57  Building docker-sys-mgmt-agent-go ... done Removing intermediate container fa54f21f34f9 15:29:57 ---> d60829ff5d65 15:29:57 15:29:57 Step 10/23 : FROM alpine 15:29:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:29:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:29:57 ---> 697f25f649af 15:29:57 Step 3/21 : WORKDIR /edgex-go 15:29:57 ---> Using cache 15:29:57 ---> 8479e3416572 15:29:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:57 ---> Using cache 15:29:57 ---> 6207dd605270 15:29:57 Step 5/21 : RUN apk update && apk add make git 15:29:57 ---> Using cache 15:29:57 ---> eb3018edaf3c 15:29:57 Step 6/21 : COPY go.mod . 15:29:57 ---> Using cache 15:29:57 ---> afdad312a31b 15:29:57 Step 7/21 : RUN go mod download 15:29:57 ---> Using cache 15:29:57 ---> f0e533abb571 15:29:57 Step 8/21 : COPY . . 15:29:57 latest: Pulling from library/alpine 15:29:57 ---> Using cache 15:29:57 ---> 2aee4d9c15e5 15:29:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:29:57 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 15:29:57 Status: Downloaded newer image for alpine:latest 15:29:57 ---> d6e46aa2470d 15:29:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:29:57 ---> Running in 417e90580d95 15:29:57 ---> Running in fb0798c75370 15:29:57 Removing intermediate container fb0798c75370 15:29:57 ---> 2004104901bc 15:29:57 Step 12/23 : ENV APP_PORT=48080 15:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 84.2% of statements 15:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 100.0% of statements 15:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:29:58 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 15:29:58 ---> Running in aa2c220e64bf 15:29:58 Removing intermediate container ab8023204680 15:29:58 ---> ea3b82082790 15:29:58 15:29:58 Step 9/29 : FROM alpine:latest 15:29:58 ---> d6e46aa2470d 15:29:58 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:29:59 ---> Running in 29f94fa36b6b 15:29:59 Removing intermediate container aa2c220e64bf 15:29:59 ---> c19de7d68045 15:29:59 Step 13/23 : EXPOSE $APP_PORT 15:29:59 ---> Running in 3e2cacebc1f4 15:29:59 Removing intermediate container 29f94fa36b6b 15:29:59 ---> 7714e10f3442 15:29:59 Step 11/29 : USER root 15:29:59 ---> Running in 7f559cb5986e 15:29:59 Removing intermediate container 3e2cacebc1f4 15:29:59 ---> 3701d023e4db 15:29:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:59 ---> Running in 5ab925c8cae7 15:29:59 Removing intermediate container 7f559cb5986e 15:29:59 ---> cb748264b302 15:29:59 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:29:59 ---> Running in 8a2c00dcb950 15:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:30:01 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:30:01 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:30:01 OK: 12746 distinct packages available 15:30:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.731s coverage: 63.5% of statements 15:30:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:30:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:30:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 15:30:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 15:30:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 15:30:01 (1/2) Installing ca-certificates (20191127-r4) 15:30:01 Removing intermediate container 5ab925c8cae7 15:30:01 ---> 9b57b6f5779e 15:30:01 Step 15/23 : RUN apk --no-cache add zeromq 15:30:01 (2/2) Installing dumb-init (1.2.2-r1) 15:30:01 Executing busybox-1.31.1-r19.trigger 15:30:01 Executing ca-certificates-20191127-r4.trigger 15:30:01 OK: 6 MiB in 16 packages 15:30:02 ---> Running in fc55afa5a9c2 15:30:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 15:30:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:30:03 Removing intermediate container 8a2c00dcb950 15:30:03 ---> 042e516d9524 15:30:03 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:30:03 ---> Running in 5c4c97bf823b 15:30:03 Removing intermediate container 5c4c97bf823b 15:30:03 ---> 41e891f8288b 15:30:03 Step 14/29 : WORKDIR $BASE_DIR 15:30:03 ---> Running in bb719060d73f 15:30:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:30:03 Removing intermediate container bb719060d73f 15:30:03 ---> 88ae3f38b2a7 15:30:03 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:30:03 ---> Running in d341aa9cf558 15:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 15:30:04 (1/5) Installing libgcc (9.3.0-r2) 15:30:04 (2/5) Installing libsodium (1.0.18-r0) 15:30:04 (3/5) Installing libstdc++ (9.3.0-r2) 15:30:04 (4/5) Installing libzmq (4.3.3-r0) 15:30:04 (5/5) Installing zeromq (4.3.3-r0) 15:30:04 Executing busybox-1.31.1-r19.trigger 15:30:04 OK: 8 MiB in 19 packages 15:30:05 Removing intermediate container d341aa9cf558 15:30:05 ---> 9c49ca4fde56 15:30:05 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:30:05 Removing intermediate container fc55afa5a9c2 15:30:05 ---> bba97e21d89d 15:30:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:30:06 ---> b30008e0fe0f 15:30:06 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:30:06 ---> 15ecceac36d3 15:30:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:30:06 ---> 347a1b7dc858 15:30:06 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:30:07 ---> 8f08b1f79830 15:30:07 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:30:07 ---> 463e41dd129e 15:30:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:30:07 ---> 9a03ffc3ee90 15:30:07 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:30:07 ---> a647c49dacee 15:30:07 Step 19/23 : ENTRYPOINT ["/core-data"] 15:30:07 ---> Running in eb7a0c5bd6cb 15:30:07 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 15:30:07 ---> da693a808a35 15:30:07 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.861s coverage: 55.9% of statements 15:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:30:08 ---> Running in 24fc0ae9adc3 15:30:08 Removing intermediate container eb7a0c5bd6cb 15:30:08 ---> 9b5b540e33a8 15:30:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:30:08 ---> Running in 7634261b2ded 15:30:08 Removing intermediate container 7634261b2ded 15:30:08 ---> 88c49b4ed7e7 15:30:08 Step 21/23 : LABEL arch=x86_64 15:30:08 ---> Running in 526e988cc3a8 15:30:10 Removing intermediate container 526e988cc3a8 15:30:10 ---> 171b80ec03cf 15:30:10 Step 22/23 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:30:10 ---> Running in 70d9e14f89cd 15:30:10 Removing intermediate container 70d9e14f89cd 15:30:10 ---> 87ef521274bc 15:30:10 Step 23/23 : LABEL version=0.0.0 15:30:10 Removing intermediate container 24fc0ae9adc3 15:30:10 ---> 2eee78b1103f 15:30:10 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:30:10 ---> Running in a72115862597 15:30:11 ---> 1c5eb7609178 15:30:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:30:11 Removing intermediate container a72115862597 15:30:11 ---> e61d96823ec9 15:30:11 15:30:11 ---> Running in d42e98114cea 15:30:11 Successfully built e61d96823ec9 15:30:12 Removing intermediate container 417e90580d95 15:30:12 ---> 933e173c6070 15:30:12 15:30:12 Step 10/21 : FROM alpine 15:30:12 Successfully tagged docker-core-data-go:latest 15:30:12 ---> d6e46aa2470d 15:30:12 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:30:12  Building docker-core-data-go ... done  ---> Running in c2d94decbd14 15:30:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:30:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:30:12 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:30:12 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:30:12 OK: 12746 distinct packages available 15:30:12 Removing intermediate container d42e98114cea 15:30:12 ---> 0fd7b4fb35a7 15:30:12 Step 24/29 : RUN chmod 755 security-secrets-setup 15:30:13 ---> Running in 65ab62347b5a 15:30:13 (1/4) Installing ca-certificates (20191127-r4) 15:30:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:30:13 (3/4) Installing libcurl (7.69.1-r1) 15:30:13 (4/4) Installing curl (7.69.1-r1) 15:30:13 Executing busybox-1.31.1-r19.trigger 15:30:13 Executing ca-certificates-20191127-r4.trigger 15:30:13 OK: 7 MiB in 18 packages 15:30:14 Removing intermediate container c2d94decbd14 15:30:14 ---> e0174e3bb7f4 15:30:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:30:14 Removing intermediate container 65ab62347b5a 15:30:14 ---> 76124d5d69a6 15:30:14 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:30:14 ---> Running in ddd73ea28b00 15:30:14 ---> Running in 5a9941da382e 15:30:14 Removing intermediate container ddd73ea28b00 15:30:14 ---> d0e4397cf55c 15:30:14 Step 13/21 : WORKDIR /edgex 15:30:14 Removing intermediate container 5a9941da382e 15:30:14 ---> 712ca3ab2157 15:30:14 Step 26/29 : CMD [ "generate" ] 15:30:14 ---> Running in 980a51727761 15:30:14 ---> Running in 5a71832f7bb4 15:30:14 Removing intermediate container 980a51727761 15:30:14 ---> 7f3f06f7fdab 15:30:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:30:14 Removing intermediate container 5a71832f7bb4 15:30:14 ---> bce032dff628 15:30:14 Step 27/29 : LABEL arch=x86_64 15:30:15 ---> Running in dd3e02457921 15:30:15 ---> dbfef6735e3e 15:30:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:30:15 Removing intermediate container dd3e02457921 15:30:15 ---> 2ce6df43730c 15:30:15 Step 28/29 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:30:15 ---> Running in 549cffb9ded5 15:30:15 Removing intermediate container 549cffb9ded5 15:30:15 ---> 9d3d7be0e067 15:30:15 Step 29/29 : LABEL version=0.0.0 15:30:15 ---> Running in ce4c8cab1c98 15:30:15 ---> d9d58bacacfc 15:30:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:30:15 Removing intermediate container ce4c8cab1c98 15:30:15 ---> 0c89dd7b8df4 15:30:15 15:30:15 Successfully built 0c89dd7b8df4 15:30:15 Successfully tagged docker-security-secrets-setup-go:latest 15:30:15  Building docker-security-secrets-setup-go ... done  ---> f2eee962012c 15:30:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:30:16 ---> Running in 1e6052deaca7 15:30:16 Removing intermediate container 1e6052deaca7 15:30:16 ---> b13499156db6 15:30:16 Step 18/21 : CMD ["--init=true"] 15:30:16 ---> Running in 8984eb359cb2 15:30:16 Removing intermediate container 8984eb359cb2 15:30:16 ---> 2e6f77c6cbc3 15:30:16 Step 19/21 : LABEL arch=x86_64 15:30:16 ---> Running in 86edacec1101 15:30:16 Removing intermediate container 86edacec1101 15:30:16 ---> 84f1967a37f7 15:30:16 Step 20/21 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:30:17 ---> Running in f2a34ac97f42 15:30:17 Removing intermediate container f2a34ac97f42 15:30:17 ---> 1013f65093c2 15:30:17 Step 21/21 : LABEL version=0.0.0 15:30:17 ---> Running in 687a3d0e5118 15:30:17 Removing intermediate container 687a3d0e5118 15:30:17 ---> 2a7e8e817126 15:30:17 15:30:17 Successfully built 2a7e8e817126 15:30:18 Successfully tagged docker-security-proxy-setup-go:latest 15:30:18  Building docker-security-proxy-setup-go ... done  [Pipeline] } 15:30:18 $ docker stop --time=1 ed68bc25769029b3a9f9370a0ef0cc07bd90a39833803cb3ab548f0c04e96a97 15:30:19 $ docker rm -f ed68bc25769029b3a9f9370a0ef0cc07bd90a39833803cb3ab548f0c04e96a97 [Pipeline] // withDockerContainer [Pipeline] sh 15:30:20 + docker images 15:30:20 + grep docker 15:30:20 docker-security-proxy-setup-go latest 2a7e8e817126 3 seconds ago 24.6MB 15:30:20 docker-security-secrets-setup-go latest 0c89dd7b8df4 5 seconds ago 23.9MB 15:30:20 docker-core-data-go latest e61d96823ec9 10 seconds ago 23.7MB 15:30:20 docker-sys-mgmt-agent-go latest 3778a4bc8602 34 seconds ago 293MB 15:30:20 docker-security-bootstrap-redis-go latest 73f2a5bc7fe5 40 seconds ago 15.8MB 15:30:20 docker-core-metadata-go latest 47b88f519bb7 42 seconds ago 14.5MB 15:30:20 docker-security-secretstore-setup-go latest d732b8f8168f About a minute ago 24.7MB 15:30:20 docker-support-notifications-go latest e618cfa175f7 2 minutes ago 13.6MB 15:30:20 docker-core-command-go latest ac6019bcac0e 2 minutes ago 12.2MB 15:30:20 docker-support-scheduler-go latest 593dafd04d64 2 minutes ago 12.3MB 15:30:20 docker latest b0757c55a1fd 5 days ago 220MB [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 15:30:36 Still waiting to schedule task 15:30:36 ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-14862’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-14866’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-centos7-docker-8c-8g-14876’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14861’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14868’ doesn’t have label ‘centos7-docker-8c-8g’ 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 47.473s coverage: 86.3% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.890s coverage: 72.2% of statements 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.657s coverage: 72.1% of statements 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.133s coverage: 82.4% of statements 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.067s coverage: 28.8% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.074s coverage: 96.8% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.369s coverage: 37.2% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.673s coverage: 84.0% of statements 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.364s coverage: 47.1% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.098s coverage: 100.0% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.747s coverage: 29.1% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.071s coverage: 100.0% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:30:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 15:30:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 15:30:55 GO111MODULE=on go vet ./... 15:32:16 gofmt -l . 15:32:16 [ "`gofmt -l .`" = "" ] 15:32:16 ./bin/test-go-mod-tidy.sh 15:32:16 ./bin/test-attribution-txt.sh [Pipeline] sh 15:32:17 + ls -al . 15:32:17 total 680 15:32:17 drwxrwxr-x 9 1001 1001 4096 Dec 7 15:32 . 15:32:17 drwxr-xr-x 4 root root 4096 Dec 7 15:27 .. 15:32:17 -rw-rw-r-- 1 1001 1001 11 Dec 7 15:25 .dockerignore 15:32:17 drwxrwxr-x 8 1001 1001 4096 Dec 7 15:25 .git 15:32:17 drwxrwxr-x 3 1001 1001 4096 Dec 7 15:25 .github 15:32:17 -rw-rw-r-- 1 1001 1001 943 Dec 7 15:25 .gitignore 15:32:17 -rw-rw-r-- 1 1001 1001 166 Dec 7 15:25 .sonarcloud.properties 15:32:17 -rw-rw-r-- 1 1001 1001 3804 Dec 7 15:25 CONTRIBUTING.md 15:32:17 -rw-rw-r-- 1 1001 1001 1035 Dec 7 15:25 Dockerfile.build 15:32:17 -rw-rw-r-- 1 1001 1001 863 Dec 7 15:25 Jenkinsfile 15:32:17 -rw-rw-r-- 1 1001 1001 10775 Dec 7 15:25 LICENSE 15:32:17 -rw-rw-r-- 1 1001 1001 6318 Dec 7 15:25 Makefile 15:32:17 -rw-rw-r-- 1 1001 1001 6447 Dec 7 15:25 README.md 15:32:17 -rw-rw-r-- 1 1001 1001 259 Dec 7 15:25 SECURITY.md 15:32:17 -rw-rw-r-- 1 1001 1001 5 Dec 7 15:22 VERSION 15:32:17 -rw-rw-r-- 1 1001 1001 4131 Dec 7 15:25 ZMQWindows.md 15:32:17 drwxrwxr-x 2 1001 1001 4096 Dec 7 15:25 bin 15:32:17 drwxrwxr-x 15 1001 1001 4096 Dec 7 15:25 cmd 15:32:17 -rw-r--r-- 1 root root 557293 Dec 7 15:30 coverage.out 15:32:17 -rw-r--r-- 1 root root 1041 Dec 7 15:32 go.mod 15:32:17 -rw-r--r-- 1 root root 18746 Dec 7 15:32 go.sum 15:32:17 drwxrwxr-x 8 1001 1001 4096 Dec 7 15:25 internal 15:32:17 drwxrwxr-x 4 1001 1001 4096 Dec 7 15:25 openapi 15:32:17 drwxrwxr-x 4 1001 1001 4096 Dec 7 15:25 snap 15:32:17 -rw-rw-r-- 1 1001 1001 168 Dec 7 15:25 version.go [Pipeline] sh 15:32:18 + '[' -e coverage.out ] 15:32:18 + chown 1001:1001 coverage.out [Pipeline] stash 15:32:18 Warning: overwriting stash ‘coverage-report’ 15:32:19 Stashed 1 file(s) [Pipeline] sh 15:32:20 + make build 15:32:20 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 15:32:32 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 15:32:53 Running on prd-centos7-docker-8c-8g-14878 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 15:32:53 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 15:32:56 using credential edgex-jenkins-ssh 15:32:56 Cloning the remote Git repository 15:32:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:32:56 > git init /w/workspace/edgex-go/10 # timeout=10 15:32:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:32:56 > git --version # timeout=10 15:32:56 > git --version # 'git version 2.24.3' 15:32:56 using GIT_SSH to set credentials SSH Credentials for GitHub 15:32:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:32:59 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 15:33:05 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 15:33:10 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 15:33:10 Merging remotes/origin/master commit b985b2abee46819742dbb8bb5fe7722252537d7a into PR head commit fe929cdc9076a4b61d9349ddb828743ec74444d3 15:33:11 Merge succeeded, producing fe929cdc9076a4b61d9349ddb828743ec74444d3 15:33:11 Checking out Revision fe929cdc9076a4b61d9349ddb828743ec74444d3 (PR-2908) 15:33:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:33:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:33:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:33:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:33:10 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:33:10 > git config core.sparsecheckout # timeout=10 15:33:10 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 15:33:10 > git remote # timeout=10 15:33:10 > git config --get remote.origin.url # timeout=10 15:33:10 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:10 > git merge b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 15:33:11 > git rev-parse HEAD^{commit} # timeout=10 15:33:11 > git config core.sparsecheckout # timeout=10 15:33:11 > git checkout -f fe929cdc9076a4b61d9349ddb828743ec74444d3 # timeout=10 15:33:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:33:14 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:16 ++ find /w/workspace/edgex-go/10 15:33:16 ++ grep snapcraft.yaml 15:33:16 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/10/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:33:16 provisioning config files... 15:33:16 copy managed file [EdgeX] to file:/w/workspace/edgex-go/10@tmp/config2656506695183733097tmp [Pipeline] { [Pipeline] sh 15:33:16 + cp /w/workspace/edgex-go/10@tmp/config2656506695183733097tmp /w/workspace/edgex-go/10/edgex-snap-store-login [Pipeline] sh 15:33:16 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/10:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 15:33:16 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 15:33:16 latest: Pulling from edgex-devops/edgex-snap-builder 15:33:16 f08d8e2a3ba1: Pulling fs layer 15:33:16 3baa9cb2483b: Pulling fs layer 15:33:16 94e5ff4c0b15: Pulling fs layer 15:33:16 1860925334f9: Pulling fs layer 15:33:16 2daf38717194: Pulling fs layer 15:33:16 309017e8d7a4: Pulling fs layer 15:33:16 f7790dc9fd0f: Pulling fs layer 15:33:16 cac0ae9282c2: Pulling fs layer 15:33:16 1f4cadf9a1ed: Pulling fs layer 15:33:16 309017e8d7a4: Waiting 15:33:16 1860925334f9: Waiting 15:33:16 f7790dc9fd0f: Waiting 15:33:16 cac0ae9282c2: Waiting 15:33:16 2daf38717194: Waiting 15:33:16 1f4cadf9a1ed: Waiting 15:33:16 94e5ff4c0b15: Download complete 15:33:16 3baa9cb2483b: Download complete 15:33:17 1860925334f9: Verifying Checksum 15:33:17 1860925334f9: Download complete 15:33:17 309017e8d7a4: Download complete 15:33:19 f7790dc9fd0f: Verifying Checksum 15:33:19 f7790dc9fd0f: Download complete 15:33:19 cac0ae9282c2: Verifying Checksum 15:33:19 cac0ae9282c2: Download complete 15:33:19 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 15:33:19 1f4cadf9a1ed: Verifying Checksum 15:33:19 1f4cadf9a1ed: Download complete 15:33:21 f08d8e2a3ba1: Verifying Checksum 15:33:21 f08d8e2a3ba1: Download complete 15:33:21 f08d8e2a3ba1: Pull complete 15:33:21 3baa9cb2483b: Pull complete 15:33:21 94e5ff4c0b15: Pull complete 15:33:21 1860925334f9: Pull complete 15:33:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 15:33:25 2daf38717194: Verifying Checksum 15:33:25 2daf38717194: Download complete 15:33:28 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 15:33:34 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 15:33:38 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 15:33:42 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 15:33:43 2daf38717194: Pull complete 15:33:43 309017e8d7a4: Pull complete 15:33:43 f7790dc9fd0f: Pull complete 15:33:43 cac0ae9282c2: Pull complete 15:33:43 1f4cadf9a1ed: Pull complete 15:33:43 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 15:33:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 15:33:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:33:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:33:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1370 kB] 15:33:43 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:33:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] 15:33:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] 15:33:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1815 kB] 15:33:43 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 15:33:43 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] 15:33:43 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] 15:33:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2243 kB] 15:33:43 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] 15:33:43 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 15:33:43 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 15:33:44 Fetched 8409 kB in 2s (5548 kB/s) 15:33:44 Reading package lists... 15:33:46 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 15:33:46 - README.md 15:33:46 15:33:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:33:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:33:47 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:33:47 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:33:47 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:33:47 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 15:33:48 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 87% Reading package lists... 91% Reading package lists... 91% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:33:50 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6 libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip 15:33:51 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 91% Reading package lists... 91% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:33:51 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 15:33:51 Reading state information... 0% Reading state information... 0% Reading state information... Done 15:33:51 The following packages were automatically installed and are no longer required: 15:33:51 libjq1 libonig4 15:33:51 Use 'sudo apt autoremove' to remove them. 15:33:51 Suggested packages: 15:33:51 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 15:33:51 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 15:33:51 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 15:33:51 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 15:33:51 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 15:33:51 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 15:33:51 git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc 15:33:51 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 15:33:51 | libterm-readline-perl-perl [Pipeline] } 15:33:51 $ docker stop --time=1 0305e2bccf42c4d0dbcf78883cb372e2f00ad2749ba8d2e1d5e01013667794fa 15:33:51 The following NEW packages will be installed: 15:33:51 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 15:33:51 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 15:33:51 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 15:33:51 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 15:33:51 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 15:33:51 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 15:33:51 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 15:33:51 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 15:33:51 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 15:33:51 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 15:33:51 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 15:33:51 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 15:33:51 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 15:33:51 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 15:33:51 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 15:33:51 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 15:33:51 perl perl-modules-5.26 pkg-config unzip zip 15:33:51 The following packages will be upgraded: 15:33:51 libc6 perl-base 15:33:51 2 upgraded, 101 newly installed, 0 to remove and 49 not upgraded. 15:33:51 Need to get 84.4 MB of archives. 15:33:51 After this operation, 369 MB of additional disk space will be used. 15:33:51 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:33:52 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 671 kB/1391 kB 48%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 15:33:52 2% [2 libc6 30.6 kB/2831 kB 1%] 4% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 15:33:52 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:33:52 5% [4 perl-modules-5.26 8615 B/2762 kB 0%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 15:33:52 7% [5 libgdbm5 0 B/26.0 kB 0%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 15:33:52 8% [6 libgdbm-compat4 0 B/6084 B 0%] 8% [Working] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:33:53 8% [7 libperl5.26 42.9 kB/3534 kB 1%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:33:53 11% [8 perl 47.9 kB/201 kB 24%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 15:33:53 12% [9 less 42.7 kB/112 kB 38%] 12% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 15:33:53 12% [10 netbase 12.7 kB/12.7 kB 100%] 12% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 15:33:53 12% [11 manpages 49.0 kB/1234 kB 4%] 14% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:33:53 14% [12 binutils-common 60.3 kB/196 kB 31%] 14% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:33:53 14% [13 libbinutils 60.1 kB/488 kB 12%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:33:53 15% [14 binutils-x86-64-linux-gnu 31.0 kB/1839 kB 2%] 17% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:33:53 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 15:33:53 17% [16 libc-dev-bin 18.9 kB/71.8 kB 26%] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] 15:33:53 17% [17 linux-libc-dev 16.2 kB/989 kB 2%] 18% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 15:33:53 18% [18 libc6-dev 65.5 kB/2586 kB 3%] 21% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:33:53 21% [19 gcc-7-base 18.3 kB/18.3 kB 100%] 21% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 15:33:53 21% [20 libisl19 26.3 kB/551 kB 5%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 15:33:53 22% [21 libmpfr6 64.3 kB/243 kB 27%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 15:33:53 22% [22 libmpc3 18.1 kB/40.8 kB 44%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:33:53 22% [23 cpp-7 28.7 kB/8591 kB 0%] 31% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:33:53 31% [24 cpp 27.7 kB/27.7 kB 100%] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:33:53 31% [25 libcc1-0 31.6 kB/39.4 kB 80%] 31% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:33:53 31% [26 libgomp1 13.9 kB/76.5 kB 18%] 31% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:33:53 32% [27 libitm1 23.1 kB/27.9 kB 83%] 32% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:33:53 32% [28 libatomic1 9192 B/9192 B 100%] 32% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:33:54 32% [29 libasan4 16.7 kB/358 kB 5%] 32% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:33:54 32% [30 liblsan0 0 B/133 kB 0%] 33% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:33:54 33% [31 libtsan0 11.9 kB/288 kB 4%] 33% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:33:54 33% [32 libubsan0 9451 B/126 kB 7%] 34% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:33:54 34% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:33:54 34% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:33:54 34% [35 libquadmath0 7315 B/134 kB 5%] 34% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:33:54 34% [36 libgcc-7-dev 4502 B/2378 kB 0%] 37% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:33:54 $ docker rm -f 0305e2bccf42c4d0dbcf78883cb372e2f00ad2749ba8d2e1d5e01013667794fa 15:33:54 37% [37 gcc-7 14.3 kB/9381 kB 0%] 46% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:33:54 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:33:54 46% [39 libstdc++-7-dev 65.5 kB/1471 kB 4%] 48% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:33:54 48% [40 g++-7 65.5 kB/9697 kB 1%] 57% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:33:54 Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 15:33:54 57% [42 make 63.6 kB/154 kB 41%] 58% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:33:54 58% [43 libdpkg-perl 16.3 kB/211 kB 8%] 58% [Working] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:33:54 58% [44 patch 18.7 kB/102 kB 18%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:33:54 58% [45 dpkg-dev 24.7 kB/607 kB 4%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 15:33:54 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 15:33:54 59% [47 cmake-data 28.1 kB/1332 kB 2%] 61% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 15:33:54 61% [48 libarchive13 18.5 kB/288 kB 6%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 15:33:54 61% [49 libjsoncpp1 15.9 kB/73.6 kB 22%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 15:33:55 61% [50 librhash0 8734 B/78.1 kB 11%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 15:33:55 62% [51 libuv1 64.4 kB/64.4 kB 100%] 62% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 15:33:55 62% [52 cmake 38.2 kB/3152 kB 1%] 65% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 15:33:55 65% [53 curl 31.5 kB/159 kB 20%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 15:33:55 65% [54 libfakeroot 25.9 kB/25.9 kB 100%] 66% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 15:33:55 66% [55 fakeroot 43.0 kB/62.3 kB 69%] 66% [Working] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] [Pipeline] // withDockerContainer [Pipeline] } 15:33:55 66% [56 libc6-i386 45.9 kB/2652 kB 2%] 69% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.3 [1817 kB] 15:33:55 69% [57 libc6-dev-i386 7628 B/1817 kB 0%] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] 15:33:55 71% [58 libc6-x32 33.9 kB/2847 kB 1%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:33:55 74% [59 libc6-dev-x32 65.5 kB/2016 kB 3%] 76% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 15:33:55 76% [60 lib32gcc1 48.1 kB/48.1 kB 100%] 76% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 15:33:55 76% [61 libx32gcc1 36.0 kB/40.5 kB 89%] 76% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 15:33:55 76% [62 lib32gomp1 60.8 kB/83.7 kB 73%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 15:33:55 76% [63 libx32gomp1 33.8 kB/77.8 kB 43%] 77% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 15:33:55 77% [64 lib32itm1 24.6 kB/30.0 kB 82%] 77% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 15:33:55 77% [65 libx32itm1 0 B/28.1 kB 0%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 15:33:55 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 15:33:55 77% [67 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] 15:33:55 77% [68 lib32asan4 64.1 kB/362 kB 18%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 15:33:55 78% [69 libx32asan4 8874 B/351 kB 3%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 15:33:55 79% [70 lib32stdc++6 25.7 kB/415 kB 6%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 15:33:55 79% [71 lib32ubsan0 65.5 kB/140 kB 47%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 15:33:55 79% [72 libx32stdc++6 60.3 kB/387 kB 16%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 15:33:55 80% [73 libx32ubsan0 12.5 kB/127 kB 10%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 15:33:55 80% [74 lib32cilkrts5 21.5 kB/47.2 kB 46%] 81% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 15:33:55 81% [75 libx32cilkrts5 8814 B/43.0 kB 20%] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 15:33:55 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [Pipeline] isUnix [Pipeline] sh 15:33:55 81% [77 lib32quadmath0 81.1 kB/208 kB 39%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 15:33:55 81% [78 libx32quadmath0 19.6 kB/135 kB 14%] 82% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 15:33:55 82% [79 lib32gcc-7-dev 65.5 kB/2211 kB 3%] 84% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 15:33:55 84% [80 libx32gcc-7-dev 20.5 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 15:33:55 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 15:33:55 86% [82 lib32stdc++-7-dev 63.3 kB/626 kB 10%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 15:33:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:33:56 87% [83 libx32stdc++-7-dev 26.6 kB/582 kB 5%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 15:33:56 88% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 15:33:56 88% [85 gcc-multilib 1428 B/1428 B 100%] 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 15:33:56 88% [86 g++-multilib 0 B/1020 B 0%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 15:33:56 88% [87 libcurl3-gnutls 29.8 kB/213 kB 14%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:33:56 89% [88 liberror-perl 22.8 kB/22.8 kB 100%] 89% [Working] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:33:56 89% [89 git-man 56.1 kB/804 kB 7%] 90% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:33:56 90% [90 git 38.7 kB/3915 kB 1%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 15:33:56 94% [91 libalgorithm-diff-perl 47.6 kB/47.6 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 15:33:56 94% [92 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 15:33:56 94% [93 libalgorithm-merge-perl 0 B/12.0 kB 0%] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 15:33:56 94% [94 libfile-fcntllock-perl 0 B/33.2 kB 0%] 95% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:33:56 95% [95 libnorm1 16.2 kB/224 kB 7%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:33:56 95% [96 libpgm-5.2-0 19.0 kB/157 kB 12%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:33:56 95% [97 libsodium23 2119 B/143 kB 1%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:33:56 96% [98 libzmq5 15.2 kB/221 kB 7%] 96% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:33:56 15:33:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:33:56 96% [99 libzmq3-dev 23.6 kB/400 kB 6%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 15:33:56 97% [100 manpages-dev 49.0 kB/2217 kB 2%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:33:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:33:56 latest: Pulling from edgex-devops/edgex-compose-arm64 15:33:56 29e5d40040c1: Pulling fs layer 15:33:56 1ce36da41761: Pulling fs layer 15:33:56 25b303627fd3: Pulling fs layer 15:33:56 99% [101 pkg-config 29.3 kB/45.0 kB 65%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 15:33:57 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Waiting for headers] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:33:57 100% [103 zip 7445 B/167 kB 4%] 100% [Working] Fetched 84.4 MB in 5s (15.7 MB/s) 15:33:57 debconf: delaying package configuration, since apt-utils is not installed 15:33:57 (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 ... 9889 files and directories currently installed.) 15:33:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:33:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 15:33:57 29e5d40040c1: Verifying Checksum 15:33:57 29e5d40040c1: Download complete 15:33:57 1ce36da41761: Verifying Checksum 15:33:57 1ce36da41761: Download complete 15:33:58 29e5d40040c1: Pull complete 15:33:59 1ce36da41761: Pull complete 15:33:59 25b303627fd3: Verifying Checksum 15:33:59 25b303627fd3: Download complete 15:34:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:34:01 (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 ... 9889 files and directories currently installed.) 15:34:01 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 15:34:01 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... 15:34:04 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 15:34:05 Selecting previously unselected package liblocale-gettext-perl. 15:34:05 (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 ... 9889 files and directories currently installed.) 15:34:05 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 15:34:05 Unpacking liblocale-gettext-perl (1.07-3build2) ... 15:34:05 Selecting previously unselected package perl-modules-5.26. 15:34:05 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:34:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:34:05 Selecting previously unselected package libgdbm5:amd64. 15:34:05 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 15:34:05 Unpacking libgdbm5:amd64 (1.14.1-6) ... 15:34:05 Selecting previously unselected package libgdbm-compat4:amd64. 15:34:05 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 15:34:05 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 15:34:05 Selecting previously unselected package libperl5.26:amd64. 15:34:05 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:34:05 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:34:06 Selecting previously unselected package perl. 15:34:06 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:34:06 Unpacking perl (5.26.1-6ubuntu0.5) ... 15:34:06 Selecting previously unselected package less. 15:34:06 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 15:34:06 Unpacking less (487-0.1) ... 15:34:06 Selecting previously unselected package netbase. 15:34:06 Preparing to unpack .../007-netbase_5.4_all.deb ... 15:34:06 Unpacking netbase (5.4) ... 15:34:06 Selecting previously unselected package manpages. 15:34:06 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 15:34:06 Unpacking manpages (4.15-1) ... 15:34:07 Selecting previously unselected package binutils-common:amd64. 15:34:07 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:34:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:34:07 Selecting previously unselected package libbinutils:amd64. 15:34:07 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:34:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:34:07 Selecting previously unselected package binutils-x86-64-linux-gnu. 15:34:07 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:34:07 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:34:07 Selecting previously unselected package binutils. 15:34:07 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:34:07 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 15:34:07 Selecting previously unselected package libc-dev-bin. 15:34:07 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 15:34:07 Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... 15:34:07 Selecting previously unselected package linux-libc-dev:amd64. 15:34:07 Preparing to unpack .../014-linux-libc-dev_4.15.0-126.129_amd64.deb ... 15:34:07 Unpacking linux-libc-dev:amd64 (4.15.0-126.129) ... 15:34:08 Selecting previously unselected package libc6-dev:amd64. 15:34:08 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 15:34:08 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... 15:34:08 Selecting previously unselected package gcc-7-base:amd64. 15:34:08 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:08 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:08 Selecting previously unselected package libisl19:amd64. 15:34:08 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 15:34:08 Unpacking libisl19:amd64 (0.19-1) ... 15:34:08 Selecting previously unselected package libmpfr6:amd64. 15:34:08 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 15:34:08 Unpacking libmpfr6:amd64 (4.0.1-1) ... 15:34:08 Selecting previously unselected package libmpc3:amd64. 15:34:08 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 15:34:08 Unpacking libmpc3:amd64 (1.1.0-1) ... 15:34:08 Selecting previously unselected package cpp-7. 15:34:08 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:08 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:34:09 Selecting previously unselected package cpp. 15:34:09 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:34:09 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 15:34:09 Selecting previously unselected package libcc1-0:amd64. 15:34:09 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:09 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:09 Selecting previously unselected package libgomp1:amd64. 15:34:09 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:09 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:09 Selecting previously unselected package libitm1:amd64. 15:34:09 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:09 25b303627fd3: Pull complete 15:34:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:34:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:34:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:34:10 Selecting previously unselected package libatomic1:amd64. 15:34:10 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:10 Selecting previously unselected package libasan4:amd64. 15:34:10 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:10 Selecting previously unselected package liblsan0:amd64. 15:34:10 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:10 prd-ubuntu18.04-docker-arm64-4c-16g-14872 does not seem to be running inside a container 15:34:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10003/edgex-devops/edgex-compose-arm64:latest cat 15:34:10 Selecting previously unselected package libtsan0:amd64. 15:34:10 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:10 Selecting previously unselected package libubsan0:amd64. 15:34:10 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:10 Selecting previously unselected package libcilkrts5:amd64. 15:34:10 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:10 Selecting previously unselected package libmpx2:amd64. 15:34:10 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:10 Selecting previously unselected package libquadmath0:amd64. 15:34:10 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:10 Selecting previously unselected package libgcc-7-dev:amd64. 15:34:10 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:10 Selecting previously unselected package gcc-7. 15:34:10 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:10 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:34:11 Selecting previously unselected package gcc. 15:34:11 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:34:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 15:34:11 Selecting previously unselected package libstdc++-7-dev:amd64. 15:34:11 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:12 Selecting previously unselected package g++-7. 15:34:12 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 15:34:13 Selecting previously unselected package g++. 15:34:13 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:34:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 15:34:13 Selecting previously unselected package make. 15:34:13 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 15:34:13 Unpacking make (4.1-9.1ubuntu1) ... 15:34:13 Selecting previously unselected package libdpkg-perl. 15:34:13 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:34:13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:34:13 $ docker top 9eb8c101751c29d63d8e0f2181456c8866bbc487204e1ca54e47639eee2b3804 -eo pid,comm 15:34:13 Selecting previously unselected package patch. 15:34:13 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:34:13 Unpacking patch (2.7.6-2ubuntu1.1) ... 15:34:13 Selecting previously unselected package dpkg-dev. 15:34:13 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:34:13 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 15:34:13 Selecting previously unselected package build-essential. 15:34:13 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 15:34:13 Unpacking build-essential (12.4ubuntu1) ... 15:34:13 Selecting previously unselected package cmake-data. 15:34:13 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 15:34:13 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [Pipeline] { [Pipeline] sh 15:34:14 Selecting previously unselected package libarchive13:amd64. 15:34:14 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 15:34:14 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 15:34:14 Selecting previously unselected package libjsoncpp1:amd64. 15:34:14 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 15:34:14 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 15:34:14 + docker-compose build --help 15:34:14 + grep parallel 15:34:14 Selecting previously unselected package librhash0:amd64. 15:34:14 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 15:34:14 Unpacking librhash0:amd64 (1.3.6-2) ... 15:34:14 Selecting previously unselected package libuv1:amd64. 15:34:14 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 15:34:14 Unpacking libuv1:amd64 (1.18.0-3) ... 15:34:14 Selecting previously unselected package cmake. 15:34:14 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 15:34:14 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 15:34:15 Selecting previously unselected package curl. 15:34:15 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 15:34:15 Unpacking curl (7.58.0-2ubuntu3.10) ... 15:34:15 Selecting previously unselected package libfakeroot:amd64. 15:34:15 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 15:34:15 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 15:34:15 Selecting previously unselected package fakeroot. 15:34:15 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 15:34:15 Unpacking fakeroot (1.22-2ubuntu1) ... 15:34:15 Selecting previously unselected package libc6-i386. 15:34:15 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... 15:34:15 Unpacking libc6-i386 (2.27-3ubuntu1.3) ... 15:34:15 Selecting previously unselected package libc6-dev-i386. 15:34:15 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... 15:34:15 Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... 15:34:16 Selecting previously unselected package libc6-x32. 15:34:16 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... 15:34:16 Unpacking libc6-x32 (2.27-3ubuntu1.3) ... 15:34:16 Selecting previously unselected package libc6-dev-x32. 15:34:16 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... 15:34:16 Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... 15:34:16 Selecting previously unselected package lib32gcc1. 15:34:16 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:16 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 15:34:16 Selecting previously unselected package libx32gcc1. 15:34:16 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:16 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 15:34:16 Selecting previously unselected package lib32gomp1. 15:34:16 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:16 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package libx32gomp1. 15:34:17 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package lib32itm1. 15:34:17 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package libx32itm1. 15:34:17 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package lib32atomic1. 15:34:17 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package libx32atomic1. 15:34:17 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package lib32asan4. 15:34:17 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package libx32asan4. 15:34:17 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package lib32stdc++6. 15:34:17 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package lib32ubsan0. 15:34:17 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 15:34:17 Selecting previously unselected package libx32stdc++6. 15:34:17 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:17 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 15:34:18 Selecting previously unselected package libx32ubsan0. 15:34:18 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:18 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 15:34:18 Selecting previously unselected package lib32cilkrts5. 15:34:18 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:18 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 15:34:18 Selecting previously unselected package libx32cilkrts5. 15:34:18 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:18 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 15:34:18 Selecting previously unselected package lib32mpx2. 15:34:18 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:18 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 15:34:18 Selecting previously unselected package lib32quadmath0. 15:34:18 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:18 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 15:34:18 Selecting previously unselected package libx32quadmath0. 15:34:18 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:34:18 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 15:34:18 Selecting previously unselected package lib32gcc-7-dev. 15:34:18 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:18 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 15:34:18 Selecting previously unselected package libx32gcc-7-dev. 15:34:18 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:18 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 15:34:19 Selecting previously unselected package gcc-7-multilib. 15:34:19 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:19 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 15:34:19 Selecting previously unselected package lib32stdc++-7-dev. 15:34:19 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:19 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 15:34:19 Selecting previously unselected package libx32stdc++-7-dev. 15:34:19 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:19 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 15:34:19 Selecting previously unselected package g++-7-multilib. 15:34:19 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:34:19 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 15:34:19 Selecting previously unselected package gcc-multilib. 15:34:19 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:34:19 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 15:34:19 Selecting previously unselected package g++-multilib. 15:34:19 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:34:19 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 15:34:19 Selecting previously unselected package libcurl3-gnutls:amd64. 15:34:19 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 15:34:19 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 15:34:19 Selecting previously unselected package liberror-perl. 15:34:19 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 15:34:19 Unpacking liberror-perl (0.17025-1) ... 15:34:19 Selecting previously unselected package git-man. 15:34:19 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:34:19 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:34:20 --parallel Build images in parallel. 15:34:20 Selecting previously unselected package git. 15:34:20 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:34:20 Unpacking git (1:2.17.1-1ubuntu0.7) ... [Pipeline] } 15:34:20 $ docker stop --time=1 9eb8c101751c29d63d8e0f2181456c8866bbc487204e1ca54e47639eee2b3804 15:34:20 Selecting previously unselected package libalgorithm-diff-perl. 15:34:20 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 15:34:20 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 15:34:20 Selecting previously unselected package libalgorithm-diff-xs-perl. 15:34:20 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 15:34:20 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 15:34:21 Selecting previously unselected package libalgorithm-merge-perl. 15:34:21 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 15:34:21 Unpacking libalgorithm-merge-perl (0.08-3) ... 15:34:21 Selecting previously unselected package libfile-fcntllock-perl. 15:34:21 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 15:34:21 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 15:34:21 Selecting previously unselected package libnorm1:amd64. 15:34:21 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:34:21 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:34:21 Selecting previously unselected package libpgm-5.2-0:amd64. 15:34:21 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:34:21 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:34:21 Selecting previously unselected package libsodium23:amd64. 15:34:21 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 15:34:21 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:34:21 Selecting previously unselected package libzmq5:amd64. 15:34:21 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:34:21 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:34:21 Selecting previously unselected package libzmq3-dev:amd64. 15:34:21 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:34:21 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:34:21 Selecting previously unselected package manpages-dev. 15:34:21 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 15:34:21 Unpacking manpages-dev (4.15-1) ... 15:34:22 Selecting previously unselected package pkg-config. 15:34:22 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:34:22 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:34:22 Selecting previously unselected package unzip. 15:34:22 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 15:34:22 $ docker rm -f 9eb8c101751c29d63d8e0f2181456c8866bbc487204e1ca54e47639eee2b3804 15:34:22 Unpacking unzip (6.0-21ubuntu1) ... 15:34:22 Selecting previously unselected package zip. 15:34:22 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 15:34:22 Unpacking zip (3.0-11build1) ... 15:34:22 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:22 Setting up libc6-x32 (2.27-3ubuntu1.3) ... 15:34:22 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:22 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:34:22 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:22 Setting up manpages (4.15-1) ... 15:34:22 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:34:22 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:22 Setting up less (487-0.1) ... 15:34:22 Setting up make (4.1-9.1ubuntu1) ... 15:34:22 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 15:34:22 Setting up curl (7.58.0-2ubuntu3.10) ... 15:34:22 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 15:34:22 Setting up libuv1:amd64 (1.18.0-3) ... 15:34:22 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 15:34:22 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:22 Setting up unzip (6.0-21ubuntu1) ... 15:34:22 Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... 15:34:22 Setting up libmpfr6:amd64 (4.0.1-1) ... 15:34:22 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 15:34:22 Setting up libc6-i386 (2.27-3ubuntu1.3) ... 15:34:22 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:34:22 Setting up libgdbm5:amd64 (1.14.1-6) ... 15:34:22 Setting up zip (3.0-11build1) ... 15:34:22 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 15:34:22 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 15:34:22 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up librhash0:amd64 (1.3.6-2) ... 15:34:23 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:34:23 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:34:23 Setting up libsodium23:amd64 (1.0.16-2) ... 15:34:23 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up patch (2.7.6-2ubuntu1.1) ... 15:34:23 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 15:34:23 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up liblocale-gettext-perl (1.07-3build2) ... 15:34:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:34:23 . [Pipeline] withDockerContainer 15:34:23 Setting up libmpc3:amd64 (1.1.0-1) ... 15:34:23 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 15:34:23 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 15:34:23 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up manpages-dev (4.15-1) ... 15:34:23 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 15:34:23 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up netbase (5.4) ... 15:34:23 prd-ubuntu18.04-docker-arm64-4c-16g-14872 does not seem to be running inside a container 15:34:23 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:34:23 Setting up libisl19:amd64 (0.19-1) ... 15:34:23 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 15:34:23 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:34:23 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:34:23 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:34:23 Setting up fakeroot (1.22-2ubuntu1) ... 15:34:23 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 15:34:23 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 15:34:23 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 15:34:23 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 15:34:23 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 15:34:23 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 15:34:23 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 15:34:23 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 15:34:23 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 15:34:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:34:23 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:34:23 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 15:34:23 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 15:34:24 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... 15:34:24 Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... 15:34:24 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:34:24 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:34:24 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up perl (5.26.1-6ubuntu0.5) ... 15:34:24 Setting up libfile-fcntllock-perl (0.22-3build2) ... 15:34:24 Setting up libalgorithm-diff-perl (1.19.03-1) ... 15:34:24 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:34:24 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up liberror-perl (0.17025-1) ... 15:34:24 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:34:24 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:34:24 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 15:34:24 Setting up libalgorithm-merge-perl (0.08-3) ... 15:34:24 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:34:24 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 15:34:24 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:34:24 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 15:34:24 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist 15:34:24 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:34:25 Setting up build-essential (12.4ubuntu1) ... 15:34:25 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 15:34:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:34:25 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 15:34:25 Processing triggers for mime-support (3.60ubuntu1) ... 15:34:25 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 15:34:25 $ docker top 27db317820393b3ea76d682553dd1b3449ba973fd4f40de2e5643414e1bc5701 -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:26 binutils set to automatically installed. 15:34:26 binutils-common set to automatically installed. 15:34:26 binutils-x86-64-linux-gnu set to automatically installed. 15:34:26 build-essential set to automatically installed. 15:34:26 cmake set to automatically installed. 15:34:26 cmake-data set to automatically installed. 15:34:26 cpp set to automatically installed. 15:34:26 cpp-7 set to automatically installed. 15:34:26 curl set to automatically installed. 15:34:26 dpkg-dev set to automatically installed. 15:34:26 fakeroot set to automatically installed. 15:34:26 g++ set to automatically installed. 15:34:26 g++-7 set to automatically installed. 15:34:26 g++-7-multilib set to automatically installed. 15:34:26 g++-multilib set to automatically installed. 15:34:26 gcc set to automatically installed. 15:34:26 gcc-7 set to automatically installed. 15:34:26 gcc-7-base set to automatically installed. 15:34:26 gcc-7-multilib set to automatically installed. 15:34:26 gcc-multilib set to automatically installed. 15:34:26 git set to automatically installed. 15:34:26 git-man set to automatically installed. 15:34:26 less set to automatically installed. 15:34:26 lib32asan4 set to automatically installed. 15:34:26 lib32atomic1 set to automatically installed. 15:34:26 lib32cilkrts5 set to automatically installed. 15:34:26 lib32gcc-7-dev set to automatically installed. 15:34:26 lib32gcc1 set to automatically installed. 15:34:26 lib32gomp1 set to automatically installed. 15:34:26 lib32itm1 set to automatically installed. 15:34:26 lib32mpx2 set to automatically installed. 15:34:26 lib32quadmath0 set to automatically installed. 15:34:26 lib32stdc++-7-dev set to automatically installed. 15:34:26 lib32stdc++6 set to automatically installed. 15:34:26 lib32ubsan0 set to automatically installed. 15:34:26 libalgorithm-diff-perl set to automatically installed. 15:34:26 libalgorithm-diff-xs-perl set to automatically installed. 15:34:26 libalgorithm-merge-perl set to automatically installed. 15:34:26 libarchive13 set to automatically installed. 15:34:26 libasan4 set to automatically installed. 15:34:26 libatomic1 set to automatically installed. 15:34:26 libbinutils set to automatically installed. 15:34:26 libc-dev-bin set to automatically installed. 15:34:26 libc6 set to automatically installed. 15:34:26 libc6-dev set to automatically installed. 15:34:26 libc6-dev-i386 set to automatically installed. 15:34:26 libc6-dev-x32 set to automatically installed. 15:34:26 libc6-i386 set to automatically installed. 15:34:26 libc6-x32 set to automatically installed. 15:34:26 libcc1-0 set to automatically installed. 15:34:26 libcilkrts5 set to automatically installed. 15:34:26 libcurl3-gnutls set to automatically installed. 15:34:26 libdpkg-perl set to automatically installed. 15:34:26 liberror-perl set to automatically installed. 15:34:26 libfakeroot set to automatically installed. 15:34:26 libfile-fcntllock-perl set to automatically installed. 15:34:26 libgcc-7-dev set to automatically installed. 15:34:26 libgdbm-compat4 set to automatically installed. 15:34:26 libgdbm5 set to automatically installed. 15:34:26 libgomp1 set to automatically installed. 15:34:26 libisl19 set to automatically installed. 15:34:26 libitm1 set to automatically installed. 15:34:26 + docker-compose -f ./docker-compose-build.yml build --parallel 15:34:26 libjsoncpp1 set to automatically installed. 15:34:26 liblocale-gettext-perl set to automatically installed. 15:34:26 liblsan0 set to automatically installed. 15:34:26 libmpc3 set to automatically installed. 15:34:26 libmpfr6 set to automatically installed. 15:34:26 libmpx2 set to automatically installed. 15:34:26 libnorm1 set to automatically installed. 15:34:26 libperl5.26 set to automatically installed. 15:34:26 libpgm-5.2-0 set to automatically installed. 15:34:26 libquadmath0 set to automatically installed. 15:34:26 librhash0 set to automatically installed. 15:34:26 libsodium23 set to automatically installed. 15:34:26 libstdc++-7-dev set to automatically installed. 15:34:26 libtsan0 set to automatically installed. 15:34:26 libubsan0 set to automatically installed. 15:34:26 libuv1 set to automatically installed. 15:34:26 libx32asan4 set to automatically installed. 15:34:26 libx32atomic1 set to automatically installed. 15:34:26 libx32cilkrts5 set to automatically installed. 15:34:26 libx32gcc-7-dev set to automatically installed. 15:34:26 libx32gcc1 set to automatically installed. 15:34:26 libx32gomp1 set to automatically installed. 15:34:26 libx32itm1 set to automatically installed. 15:34:26 libx32quadmath0 set to automatically installed. 15:34:26 libx32stdc++-7-dev set to automatically installed. 15:34:26 libx32stdc++6 set to automatically installed. 15:34:26 libx32ubsan0 set to automatically installed. 15:34:26 libzmq3-dev set to automatically installed. 15:34:26 libzmq5 set to automatically installed. 15:34:26 linux-libc-dev set to automatically installed. 15:34:26 make set to automatically installed. 15:34:26 manpages set to automatically installed. 15:34:26 manpages-dev set to automatically installed. 15:34:26 netbase set to automatically installed. 15:34:26 patch set to automatically installed. 15:34:26 perl set to automatically installed. 15:34:26 perl-base set to automatically installed. 15:34:26 perl-modules-5.26 set to automatically installed. 15:34:26 pkg-config set to automatically installed. 15:34:26 unzip set to automatically installed. 15:34:26 zip set to automatically installed. 15:34:26 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 15:34:26 Please ensure the environment is properly setup before continuing. 15:34:26 Ignore this message if the appropriate measures have already been taken 15:34:27 Pulling go-build-helper  15:34:28 'go115' has dependencies that need to be staged: go-build-helper 15:34:28 Skipping pull go-build-helper (already ran) 15:34:28 Building go-build-helper  15:34:30 Staging go-build-helper  15:34:30 Pulling go115  15:34:31 'app-service-config' has dependencies that need to be staged: go115 15:34:31 Skipping pull go115 (already ran) 15:34:31 Building go115  15:34:31 % Total % Received % Xferd Average Speed Time Time Time Current 15:34:31 Dload Upload Total Spent Left Speed 15:34:31 Building docker-core-command-go ... 15:34:31 Building docker-core-data-go ... 15:34:31 Building docker-core-metadata-go ... 15:34:31 Building docker-security-bootstrap-redis-go ... 15:34:31 Building docker-security-proxy-setup-go ... 15:34:31 Building docker-security-secrets-setup-go ... 15:34:31 Building docker-security-secretstore-setup-go ... 15:34:31 Building docker-support-notifications-go ... 15:34:31 Building docker-support-scheduler-go ... 15:34:31 Building docker-sys-mgmt-agent-go ... 15:34:31 Building docker-core-metadata-go 15:34:31 Building docker-support-scheduler-go 15:34:31 Building docker-sys-mgmt-agent-go 15:34:31 Building docker-core-data-go 15:34:31 Building docker-support-notifications-go 15:34:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.3M 0 0 35.4M 0 0:00:03 --:--:-- 0:00:03 35.3M 72 115M 72 83.6M 0 0 49.9M 0 0:00:02 0:00:01 0:00:01 49.9M 92 115M 92 106M 0 0 51.3M 0 0:00:02 0:00:02 --:--:-- 51.3M 15:34:33 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 15:34:33 Failed to run 'override-build': Exit code was 56. [Pipeline] } 15:34:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:34:35 Failed in branch amd64 15:35:53 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 15:35:53 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:35:53 ---> fe20b9bc0754 15:35:53 Step 3/27 : WORKDIR /edgex-go 15:35:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:35:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:35:53 ---> fe20b9bc0754 15:35:53 Step 3/22 : WORKDIR /edgex-go 15:35:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:35:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:35:53 ---> fe20b9bc0754 15:35:53 Step 3/21 : WORKDIR /edgex-go 15:35:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 15:35:53 15:35:53 Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 15:35:53 15:35:53 ---> fe20b9bc0754 15:35:53 ---> fe20b9bc0754 15:35:53 Step 3/24 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 15:35:53 15:35:53 ---> Running in 17a3336e282f 15:35:53 ---> Running in 9f2b6b409c9b 15:35:53 ---> Running in 0ae3cf92815b 15:35:53 ---> Running in 06734821b7a2 15:35:53 ---> Running in aa781dcb31ee 15:35:53 Removing intermediate container 17a3336e282f 15:35:53 ---> 0b72b9ac42f2 15:35:53 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:53 Removing intermediate container aa781dcb31ee 15:35:53 ---> abb6d2a0c29b 15:35:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:53 Removing intermediate container 0ae3cf92815b 15:35:53 ---> c6b49cd1c226 15:35:53 Removing intermediate container 9f2b6b409c9b 15:35:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:53 ---> 9c3267178716 15:35:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:53 Removing intermediate container 06734821b7a2 15:35:53 ---> 081296d04536 15:35:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:53 ---> Running in 534e445069b0 15:35:53 ---> Running in bf3b44c50e75 15:35:53 ---> Running in 7de9a9c66ba4 15:35:53 ---> Running in b0fe2ab759dd 15:35:53 ---> Running in 2c424936ce51 15:35:53 Removing intermediate container bf3b44c50e75 15:35:53 ---> 68f783ee7775 15:35:53 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:35:53 ---> Running in 8063ccb2de49 15:35:53 Removing intermediate container 534e445069b0 15:35:53 ---> e43b502d31d0 15:35:53 Step 5/27 : RUN apk update && apk add make bash git 15:35:54 Removing intermediate container 7de9a9c66ba4 15:35:54 ---> 4d58291c7aac 15:35:54 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 15:35:54 ---> Running in dbdbda579d17 15:35:54 ---> Running in 40722f1c275a 15:35:54 Removing intermediate container b0fe2ab759dd 15:35:54 ---> 38954dbd76a4 15:35:54 Step 5/21 : RUN apk update && apk add make git 15:35:54 Removing intermediate container 2c424936ce51 15:35:54 ---> 8ce251df2b2e 15:35:54 Step 5/22 : RUN apk update && apk add make git 15:35:54 ---> Running in 7e9045c6165e 15:35:54 ---> Running in bd94d4a54f82 15:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:57 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:57 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:57 OK: 12616 distinct packages available 15:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:58 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:58 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:58 OK: 12616 distinct packages available 15:35:58 OK: 217 MiB in 51 packages 15:35:58 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:58 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:58 OK: 12616 distinct packages available 15:35:58 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:58 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:58 OK: 12616 distinct packages available 15:35:59 OK: 217 MiB in 51 packages 15:35:59 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:35:59 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:35:59 OK: 12616 distinct packages available 15:35:59 OK: 217 MiB in 51 packages 15:35:59 OK: 217 MiB in 51 packages 15:36:00 OK: 217 MiB in 51 packages 15:36:00 Removing intermediate container 8063ccb2de49 15:36:00 ---> 11f8027d23f5 15:36:00 Step 6/23 : COPY go.mod . 15:36:01 Removing intermediate container dbdbda579d17 15:36:01 ---> 514b3c744bb7 15:36:01 Step 6/27 : COPY go.mod . 15:36:01 Removing intermediate container 40722f1c275a 15:36:01 ---> b48fdbe30496 15:36:01 Step 6/24 : COPY go.mod . 15:36:01 ---> 0c0d0f73e961 15:36:01 Step 7/23 : RUN go mod download 15:36:01 Removing intermediate container bd94d4a54f82 15:36:01 ---> ab6b7cd599d9 15:36:01 Step 6/21 : COPY go.mod . 15:36:01 ---> Running in 5bd26e1202f0 15:36:01 Removing intermediate container 7e9045c6165e 15:36:01 ---> 8bd0a67bc37a 15:36:01 Step 6/22 : COPY go.mod . 15:36:01 ---> 949bf1abd2b0 15:36:01 Step 7/27 : RUN go mod download 15:36:02 ---> Running in 0506e610bafb 15:36:02 ---> 374ec266ba71 15:36:02 Step 7/24 : RUN go mod download 15:36:02 ---> Running in b78f5fab045e 15:36:02 ---> 15eec3d23715 15:36:02 Step 7/21 : RUN go mod download 15:36:02 ---> 63426f451f84 15:36:02 Step 7/22 : RUN go mod download 15:36:02 ---> Running in 0bdc7d2c6380 15:36:03 ---> Running in 94ccadba8f0e 15:36:06 Removing intermediate container 5bd26e1202f0 15:36:06 ---> d900df9a2173 15:36:06 Step 8/23 : COPY . . 15:36:06 Removing intermediate container 0506e610bafb 15:36:06 ---> 419cfe2c6069 15:36:06 Step 8/27 : COPY . . 15:36:06 Removing intermediate container b78f5fab045e 15:36:06 ---> 9f3dda713f51 15:36:06 Step 8/24 : COPY . . 15:36:07 Removing intermediate container 0bdc7d2c6380 15:36:07 ---> 7e0d92f275ba 15:36:07 Step 8/21 : COPY . . 15:36:07 Removing intermediate container 94ccadba8f0e 15:36:07 ---> ca765f6e7e57 15:36:07 Step 8/22 : COPY . . 15:36:34 ---> 7a669c074715 15:36:34 Step 9/23 : RUN make cmd/core-data/core-data 15:36:34 ---> 26f70a6f987b 15:36:34 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:36:34 ---> ca2b6a6cbe53 15:36:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:36:34 ---> Running in 5975e96e8786 15:36:34 ---> c89b4f403272 15:36:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:36:34 ---> 0cac3b29be63 15:36:34 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:36:34 ---> Running in 58b612ee9453 15:36:34 ---> Running in 8628aac5ad8c 15:36:34 ---> Running in cf3665263ac6 15:36:34 ---> Running in 0286743bdf0b 15:36:34 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 15:36:34 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 15:36:34 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 15:36:34 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 15:36:34 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 15:38:26 Removing intermediate container 8628aac5ad8c 15:38:26 ---> 5bf830dd750f 15:38:26 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:38:26 ---> Running in 4ee6a981bf13 15:38: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 15:38:36 Removing intermediate container 4ee6a981bf13 15:38:36 ---> e18aac44fdd3 15:38:36 15:38:36 Step 11/27 : FROM docker:latest 15:38:36 ---> 84e3a507c27b 15:38:36 Step 12/27 : RUN apk add --no-cache bash 15:38:36 ---> Running in 2e069278cc54 15:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:38:38 (1/2) Installing readline (8.0.4-r0) 15:38:38 (2/2) Installing bash (5.0.17-r0) 15:38:38 Executing bash-5.0.17-r0.post-install 15:38:38 Executing busybox-1.31.1-r19.trigger 15:38:38 OK: 12 MiB in 22 packages 15:38:41 Removing intermediate container 2e069278cc54 15:38:41 ---> f1bd22410efd 15:38:41 Step 13/27 : RUN rm -rf /var/cache/apk/* 15:38:41 ---> Running in 7636994202a5 15:38:48 Removing intermediate container 7636994202a5 15:38:48 ---> 46d0c98fa142 15:38:48 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:38:48 Removing intermediate container 58b612ee9453 15:38:48 ---> 2b98a6c13340 15:38:48 15:38:48 Step 10/24 : FROM scratch 15:38:48 ---> 15:38:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:38:48 ---> Running in 8b74e18943aa 15:38:48 ---> Running in a75d8af461f1 15:38:50 Removing intermediate container 8b74e18943aa 15:38:50 ---> c41a369e7ed9 15:38:50 Step 15/27 : ENV APP_PORT=48090 15:38:50 Removing intermediate container a75d8af461f1 15:38:50 ---> 4438afdb606c 15:38:50 Step 12/24 : ENV APP_PORT=48060 15:38:50 ---> Running in 385830c8ec70 15:38:50 ---> Running in 37cdb48bfe45 15:38:50 Removing intermediate container 0286743bdf0b 15:38:50 ---> 9b0cea4af03f 15:38:50 15:38:50 Step 10/21 : FROM scratch 15:38:50 ---> 15:38:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:38:51 ---> Running in 580b6ca01dfd 15:38:51 Removing intermediate container 385830c8ec70 15:38:51 ---> cec1ff240512 15:38:51 Step 16/27 : EXPOSE $APP_PORT 15:38:51 ---> Running in 8c1712451898 15:38:51 Removing intermediate container 37cdb48bfe45 15:38:51 ---> a5da836ffea0 15:38:51 Step 13/24 : EXPOSE $APP_PORT 15:38:51 ---> Running in 5d2466480085 15:38:52 Removing intermediate container 580b6ca01dfd 15:38:52 ---> 7bf3f1557c85 15:38:52 Step 12/21 : ENV APP_PORT=48085 15:38:52 ---> Running in b5193d782cef 15:38:52 Removing intermediate container 8c1712451898 15:38:52 ---> be129070271a 15:38:52 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:38:53 Removing intermediate container 5d2466480085 15:38:53 ---> 74297feb3ecb 15:38:53 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:38:53 Removing intermediate container b5193d782cef 15:38:53 ---> 1c84d16a3c8f 15:38:53 Step 13/21 : EXPOSE $APP_PORT 15:38:53 ---> Running in 630bb33722a8 15:38:54 Removing intermediate container 630bb33722a8 15:38:54 ---> 17f4197bba83 15:38:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:38:54 ---> c5f3c372208e 15:38:54 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:38:55 ---> 68e793b260fe 15:38:55 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:38:56 ---> a8ce4ecbba37 15:38:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:38:56 ---> a469bfe12ceb 15:38:56 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:38:57 ---> c50dcd371c48 15:38:57 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:38:59 ---> 875d1bcf1fef 15:38:59 Step 20/27 : RUN apk --no-cache add py3-pip 15:38:59 ---> e5b07ae159db 15:38:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:38:59 ---> Running in bfd38b63e021 15:38:59 ---> 0a3dc6d5d3e4 15:38:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:39:00 ---> 9962ee09e0a4 15:39:00 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:39:00 ---> Running in aee7b351d474 15:39:01 ---> 71b3fa45e626 15:39:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:39:01 Removing intermediate container aee7b351d474 15:39:01 ---> f442fcaf440e 15:39:01 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:39:02 ---> Running in 23d3841d768d 15:39:02 (1/33) Installing libbz2 (1.0.8-r1) 15:39:02 (2/33) Installing expat (2.2.9-r1) 15:39:02 (3/33) Installing libffi (3.3-r2) 15:39:02 (4/33) Installing gdbm (1.13-r1) 15:39:02 (5/33) Installing xz-libs (5.2.5-r0) 15:39:02 (6/33) Installing sqlite-libs (3.32.1-r0) 15:39:02 (7/33) Installing python3 (3.8.5-r0) 15:39:03 Removing intermediate container 23d3841d768d 15:39:03 ---> 4ca8269d870b 15:39:03 Step 19/21 : LABEL arch=arm64 15:39:03 ---> 722e8863d657 15:39:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:39:03 ---> Running in d767c0c6ddc5 15:39:05 Removing intermediate container d767c0c6ddc5 15:39:05 ---> 703edb2a0e42 15:39:05 Step 20/21 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:39:05 ---> e2610b95cb5d 15:39:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:39:05 ---> Running in 651ea7e98dc3 15:39:05 (8/33) Installing py3-appdirs (1.4.4-r1) 15:39:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:39:05 (10/33) Installing py3-parsing (2.4.7-r0) 15:39:05 ---> Running in 4304d358629b 15:39:05 (11/33) Installing py3-six (1.15.0-r0) 15:39:05 (12/33) Installing py3-packaging (20.4-r0) 15:39:05 (13/33) Installing py3-setuptools (47.0.0-r0) 15:39:05 (14/33) Installing py3-chardet (3.0.4-r4) 15:39:06 (15/33) Installing py3-idna (2.9-r0) 15:39:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:39:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:39:06 (18/33) Installing py3-requests (2.23.0-r0) 15:39:06 (19/33) Installing py3-msgpack (1.0.0-r0) 15:39:06 (20/33) Installing py3-lockfile (0.12.2-r3) 15:39:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:39:06 (22/33) Installing py3-colorama (0.4.3-r0) 15:39:06 (23/33) Installing py3-distlib (0.3.0-r0) 15:39:06 (24/33) Installing py3-distro (1.5.0-r1) 15:39:06 (25/33) Installing py3-webencodings (0.5.1-r3) 15:39:06 (26/33) Installing py3-html5lib (1.0.1-r4) 15:39:06 Removing intermediate container 651ea7e98dc3 15:39:06 ---> 3521cd54ce8d 15:39:06 Step 21/21 : LABEL version=0.0.0 15:39:06 (27/33) Installing py3-pytoml (0.1.21-r0) 15:39:06 (28/33) Installing py3-pep517 (0.8.2-r0) 15:39:06 (29/33) Installing py3-progress (1.5-r0) 15:39:06 (30/33) Installing py3-toml (0.10.1-r0) 15:39:06 (31/33) Installing py3-retrying (1.3.3-r0) 15:39:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:39:06 (33/33) Installing py3-pip (20.1.1-r0) 15:39:06 Removing intermediate container 4304d358629b 15:39:06 ---> b5bf27b0cefb 15:39:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:06 Executing busybox-1.31.1-r19.trigger 15:39:06 OK: 71 MiB in 55 packages 15:39:07 ---> Running in c59cde738c26 15:39:07 ---> Running in eac71a688e19 15:39:08 Removing intermediate container c59cde738c26 15:39:08 ---> f0fc14da25f6 15:39:08 15:39:09 Removing intermediate container eac71a688e19 15:39:09 ---> 7c4281e04599 15:39:09 Step 22/24 : LABEL arch=arm64 15:39:09 Successfully built f0fc14da25f6 15:39:09 Successfully tagged docker-support-scheduler-go-arm64:latest 15:39:09  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 15:39:09 ---> Running in d810f459aac4 15:39:10 Removing intermediate container cf3665263ac6 15:39:10 ---> 4bfd629ebca9 15:39:10 15:39:10 Step 10/22 : FROM scratch 15:39:10 ---> 15:39:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:39:10 ---> Using cache 15:39:10 ---> 7bf3f1557c85 15:39:10 Step 12/22 : ENV APP_PORT=48081 15:39:11 ---> Running in 6db7c9666d49 15:39:11 Removing intermediate container d810f459aac4 15:39:11 ---> e79f503c1f5f 15:39:11 Step 23/24 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:39:12 ---> Running in 759adc22c686 15:39:12 Removing intermediate container 6db7c9666d49 15:39:12 ---> 3fbcb0ae4211 15:39:12 Step 13/22 : EXPOSE $APP_PORT 15:39:13 ---> Running in 6e82ff2d86bc 15:39:13 Removing intermediate container 759adc22c686 15:39:13 ---> 4a9e4ea823d8 15:39:13 Step 24/24 : LABEL version=0.0.0 15:39:14 ---> Running in c74e6f8c8370 15:39:14 Removing intermediate container 6e82ff2d86bc 15:39:14 ---> b420b2b152f0 15:39:14 Step 14/22 : WORKDIR / 15:39:15 ---> Running in b7f68db7377a 15:39:15 Removing intermediate container c74e6f8c8370 15:39:15 ---> 74d352ec1273 15:39:15 15:39:16 Removing intermediate container bfd38b63e021 15:39:16 ---> 11f3210f927e 15:39:16 Step 21/27 : RUN pip install docker-compose==1.23.2 15:39:16 Removing intermediate container b7f68db7377a 15:39:16 ---> 387c726b8dd2 15:39:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:39:16 ---> Running in 1788b7b26897 15:39:16 Successfully built 74d352ec1273 15:39:16 Successfully tagged docker-support-notifications-go-arm64:latest 15:39:16 Building docker-security-secrets-setup-go 15:39:18  Building docker-support-notifications-go ... done  ---> f01411c7d50d 15:39:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:39:22 Removing intermediate container 5975e96e8786 15:39:22 ---> f77004c53e1b 15:39:22 15:39:22 Step 10/23 : FROM alpine 15:39:22 latest: Pulling from library/alpine 15:39:22 ---> 5de5cd5a0e4a 15:39:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:39:22 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 15:39:22 Status: Downloaded newer image for alpine:latest 15:39:22 ---> 2e77e061c27f 15:39:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:39:23 ---> Running in a57a86a65fb8 15:39:23 Collecting docker-compose==1.23.2 15:39:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:39:24 ---> 40bfdd5ec0c1 15:39:24 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:39:24 ---> Running in 6c35007aa7b7 15:39:24 Removing intermediate container a57a86a65fb8 15:39:24 ---> 93bbbcdd1a54 15:39:24 Step 12/23 : ENV APP_PORT=48080 15:39:24 Collecting dockerpty<0.5,>=0.4.1 15:39:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:39:25 ---> Running in 8b089a121f09 15:39:25 Removing intermediate container 6c35007aa7b7 15:39:25 ---> cd710afdb2a9 15:39:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:25 Removing intermediate container 8b089a121f09 15:39:25 ---> 74c981b7f4b9 15:39:25 Step 13/23 : EXPOSE $APP_PORT 15:39:26 ---> Running in 171a477515e5 15:39:26 ---> Running in 330cffded3be 15:39:27 Removing intermediate container 171a477515e5 15:39:27 ---> b9c5df583c4e 15:39:27 Step 20/22 : LABEL arch=arm64 15:39:27 Removing intermediate container 330cffded3be 15:39:27 ---> 66057f0fbf56 15:39:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:27 ---> Running in 84129bf25b9d 15:39:28 ---> Running in 78247e16bba7 15:39:28 Collecting websocket-client<1.0,>=0.32.0 15:39:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:39:29 Removing intermediate container 84129bf25b9d 15:39:29 ---> 5669f6c91966 15:39:29 Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:39:29 ---> Running in c827911df52d 15:39:29 Collecting docker<4.0,>=3.6.0 15:39:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:39:30 Removing intermediate container c827911df52d 15:39:30 ---> 936736aab762 15:39:30 Step 22/22 : LABEL version=0.0.0 15:39:30 ---> Running in 5080d8ca197a 15:39:31 Removing intermediate container 5080d8ca197a 15:39:31 ---> 1647a8bb834f 15:39:31 15:39:31 Removing intermediate container 78247e16bba7 15:39:31 ---> 7b7399eff9e8 15:39:31 Step 15/23 : RUN apk --no-cache add zeromq 15:39:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:39:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:39:32 ---> Running in ef2508867501 15:39:32 Successfully built 1647a8bb834f 15:39:32 Successfully tagged docker-core-metadata-go-arm64:latest 15:39:32  Building docker-core-metadata-go ... done Building docker-core-command-go 15:39:32 Collecting PyYAML<4,>=3.10 15:39:32 Downloading PyYAML-3.13.tar.gz (270 kB) 15:39:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:39:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:39:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:39:33 ---> fe20b9bc0754 15:39:33 Step 3/24 : WORKDIR /edgex-go 15:39:33 ---> Using cache 15:39:33 ---> 081296d04536 15:39:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:33 ---> Using cache 15:39:33 ---> 8ce251df2b2e 15:39:33 Step 5/24 : RUN apk update && apk add make git 15:39:33 ---> Using cache 15:39:33 ---> 8bd0a67bc37a 15:39:33 Step 6/24 : COPY go.mod . 15:39:33 ---> Using cache 15:39:33 ---> 63426f451f84 15:39:33 Step 7/24 : RUN go mod download 15:39:33 ---> Using cache 15:39:33 ---> ca765f6e7e57 15:39:33 Step 8/24 : COPY . . 15:39:33 ---> Using cache 15:39:33 ---> 0cac3b29be63 15:39:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:39:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:39:35 ---> Running in 36bfc52d83e7 15:39:35 (1/5) Installing libgcc (9.3.0-r2) 15:39:35 (2/5) Installing libsodium (1.0.18-r0) 15:39:35 (3/5) Installing libstdc++ (9.3.0-r2) 15:39:35 (4/5) Installing libzmq (4.3.3-r0) 15:39:36 (5/5) Installing zeromq (4.3.3-r0) 15:39:36 Executing busybox-1.31.1-r19.trigger 15:39:36 OK: 8 MiB in 19 packages 15:39:36 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 15:39:38 Collecting texttable<0.10,>=0.9.0 15:39:38 Downloading texttable-0.9.1.tar.gz (11 kB) 15:39:39 Removing intermediate container ef2508867501 15:39:39 ---> 0ad77ae6b6d4 15:39:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:39:41 Collecting cached-property<2,>=1.2.0 15:39:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:39:41 ---> 5723435f3d50 15:39:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:39:42 Collecting jsonschema<3,>=2.5.1 15:39:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:39:42 Collecting docopt<0.7,>=0.6.1 15:39:42 Downloading docopt-0.6.2.tar.gz (25 kB) 15:39:45 ---> d1cdfdeffbb6 15:39:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:39:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:39:45 Collecting docker-pycreds>=0.4.0 15:39:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:39:46 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) 15:39:46 ---> 9e2875eb767d 15:39:46 Step 19/23 : ENTRYPOINT ["/core-data"] 15:39:46 ---> Running in 30028594cd29 15:39:47 Collecting urllib3<1.25,>=1.21.1 15:39:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:39:47 Removing intermediate container 30028594cd29 15:39:47 ---> 92085ab27620 15:39:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:47 Collecting idna<2.8,>=2.5 15:39:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:39:47 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) 15:39:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:39:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:39:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:39:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:39:47 ---> Running in e661aa2735eb 15:39:49 Removing intermediate container e661aa2735eb 15:39:49 ---> c1764798b2d4 15:39:49 Step 21/23 : LABEL arch=arm64 15:39:49 ---> Running in 38aba2976c06 15:39:50 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 15:39:50 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:39:50 ---> fe20b9bc0754 15:39:50 Step 3/29 : WORKDIR /edgex-go 15:39:50 ---> Using cache 15:39:50 ---> 081296d04536 15:39:50 Step 4/29 : RUN apk update && apk add make git 15:39:50 ---> Running in 58dd5a67eae6 15:39:50 Installing collected packages: dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, texttable, cached-property, jsonschema, docopt, docker-compose 15:39:50 Running setup.py install for dockerpty: started 15:39:50 Removing intermediate container 38aba2976c06 15:39:50 ---> d1ebec18cd67 15:39:50 Step 22/23 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:39:51 ---> Running in a0e6130ebad2 15:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:39:52 Removing intermediate container a0e6130ebad2 15:39:52 ---> d064b95a42b1 15:39:52 Step 23/23 : LABEL version=0.0.0 15:39:53 Running setup.py install for dockerpty: finished with status 'done' 15:39:53 ---> Running in 603d873e74eb 15:39:53 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:39:53 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 15:39:53 OK: 12616 distinct packages available 15:39:53 Attempting uninstall: urllib3 15:39:54 Found existing installation: urllib3 1.25.9 15:39:54 Uninstalling urllib3-1.25.9: 15:39:54 Successfully uninstalled urllib3-1.25.9 15:39:54 Removing intermediate container 603d873e74eb 15:39:54 ---> 28630e693d40 15:39:54 15:39:54 OK: 217 MiB in 51 packages 15:39:55 Successfully built 28630e693d40 15:39:55 Successfully tagged docker-core-data-go-arm64:latest 15:39:55  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go 15:39:55 Attempting uninstall: idna 15:39:55 Found existing installation: idna 2.9 15:39:55 Uninstalling idna-2.9: 15:39:55 Successfully uninstalled idna-2.9 15:39:56 Attempting uninstall: requests 15:39:56 Found existing installation: requests 2.23.0 15:39:56 Uninstalling requests-2.23.0: 15:39:56 Successfully uninstalled requests-2.23.0 15:39:56 Removing intermediate container 58dd5a67eae6 15:39:56 ---> fbe67d9b9d8a 15:39:56 Step 5/29 : COPY go.mod . 15:39:58 ---> 8963bfbf52d7 15:39:58 Step 6/29 : RUN go mod download 15:39:58 Running setup.py install for PyYAML: started 15:39:58 ---> Running in 5e1d704cbf0c 15:40:02 Running setup.py install for PyYAML: finished with status 'done' 15:40:02 Running setup.py install for texttable: started 15:40:05 Running setup.py install for texttable: finished with status 'done' 15:40:05 Removing intermediate container 5e1d704cbf0c 15:40:05 ---> ec57ef0fa4d4 15:40:05 Step 7/29 : COPY . . 15:40:05 Running setup.py install for docopt: started 15:40:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:40:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:40:07 ---> fe20b9bc0754 15:40:07 Step 3/22 : WORKDIR /edgex-go 15:40:07 ---> Using cache 15:40:07 ---> 081296d04536 15:40:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:07 ---> Using cache 15:40:07 ---> 8ce251df2b2e 15:40:07 Step 5/22 : RUN apk update && apk add make git 15:40:07 ---> Using cache 15:40:07 ---> 8bd0a67bc37a 15:40:07 Step 6/22 : COPY go.mod . 15:40:07 ---> Using cache 15:40:07 ---> 63426f451f84 15:40:07 Step 7/22 : RUN go mod download 15:40:07 ---> Using cache 15:40:07 ---> ca765f6e7e57 15:40:07 Step 8/22 : COPY . . 15:40:08 ---> Using cache 15:40:08 ---> 0cac3b29be63 15:40:08 Step 9/22 : RUN make cmd/core-command/core-command 15:40:09 Running setup.py install for docopt: finished with status 'done' 15:40:09 ---> Running in 73f5a709469a 15:40:10 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 15:40:12 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 15:40:20 Removing intermediate container 1788b7b26897 15:40:20 ---> 333ef5d72afd 15:40:20 Step 22/27 : RUN apk --no-cache add curl 15:40:20 ---> Running in 81e4c123e5d9 15:40:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:40:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:40:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:40:23 (2/3) Installing libcurl (7.69.1-r1) 15:40:23 (3/3) Installing curl (7.69.1-r1) 15:40:23 Executing busybox-1.31.1-r19.trigger 15:40:23 OK: 71 MiB in 58 packages 15:40:26 Removing intermediate container 81e4c123e5d9 15:40:26 ---> 4c95d3e9193e 15:40:26 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 15:40:27 ---> Running in 284fc0bdc8be 15:40:28 Removing intermediate container 284fc0bdc8be 15:40:28 ---> 4cde653abce2 15:40:28 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:40:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:40:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:40:28 ---> fe20b9bc0754 15:40:28 Step 3/22 : WORKDIR /edgex-go 15:40:28 ---> Using cache 15:40:28 ---> 081296d04536 15:40:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:28 ---> Using cache 15:40:28 ---> 8ce251df2b2e 15:40:28 Step 5/22 : RUN apk update && apk add make git 15:40:28 ---> Using cache 15:40:28 ---> 8bd0a67bc37a 15:40:28 Step 6/22 : COPY go.mod . 15:40:28 ---> Using cache 15:40:28 ---> 63426f451f84 15:40:28 Step 7/22 : RUN go mod download 15:40:28 ---> Using cache 15:40:28 ---> ca765f6e7e57 15:40:28 Step 8/22 : COPY . . 15:40:29 ---> Running in bec7a672d1a7 15:40:29 ---> Using cache 15:40:29 ---> 0cac3b29be63 15:40:29 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:40:29 ---> Running in ace7e7d9e9d6 15:40:30 Removing intermediate container bec7a672d1a7 15:40:30 ---> ce00ca64a9c1 15:40:30 Step 25/27 : LABEL arch=arm64 15:40:30 ---> Running in 77728bb50254 15:40:32 Removing intermediate container 77728bb50254 15:40:32 ---> e43c5cb5eccf 15:40:32 Step 26/27 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:40:32 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 15:40:32 ---> Running in 69f39eef4b0d 15:40:33 Removing intermediate container 69f39eef4b0d 15:40:33 ---> deee11b5cc51 15:40:33 Step 27/27 : LABEL version=0.0.0 15:40:34 ---> Running in 4dae1d0dcdd8 15:40:35 Removing intermediate container 4dae1d0dcdd8 15:40:35 ---> a516dd9ed32c 15:40:35 15:40:36 Successfully built a516dd9ed32c 15:40:36 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:40:36 ---> 961143f7783f 15:40:36  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 15:40:36 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:40:36 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 15:40:36 ---> Running in 8c8a06d3c4ce 15:40:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 15:40:57 Removing intermediate container 36bfc52d83e7 15:40:57 ---> 4f0df91bb823 15:40:57 15:40:57 Step 10/24 : FROM alpine:3.10 15:40:57 3.10: Pulling from library/alpine 15:40:58 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:40:58 Status: Downloaded newer image for alpine:3.10 15:40:58 ---> 536a684cf733 15:40:58 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:40:59 ---> Running in af1c070fd90a 15:41:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:41:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:41:00 ---> fe20b9bc0754 15:41:00 Step 3/21 : WORKDIR /edgex-go 15:41:00 ---> Using cache 15:41:00 ---> 081296d04536 15:41:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:00 ---> Using cache 15:41:00 ---> 8ce251df2b2e 15:41:00 Step 5/21 : RUN apk update && apk add make git 15:41:00 ---> Using cache 15:41:00 ---> 8bd0a67bc37a 15:41:00 Step 6/21 : COPY go.mod . 15:41:00 ---> Using cache 15:41:00 ---> 63426f451f84 15:41:00 Step 7/21 : RUN go mod download 15:41:00 ---> Using cache 15:41:00 ---> ca765f6e7e57 15:41:00 Step 8/21 : COPY . . 15:41:00 ---> Using cache 15:41:00 ---> 0cac3b29be63 15:41:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:41:00 ---> Running in 433dd8af6c38 15:41:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:41:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:41:03 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 15:41:03 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:41:03 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:41:03 OK: 10169 distinct packages available 15:41:04 (1/5) Installing ca-certificates (20191127-r2) 15:41:04 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:41:04 (3/5) Installing libcurl (7.66.0-r1) 15:41:04 (4/5) Installing curl (7.66.0-r1) 15:41:04 (5/5) Installing dumb-init (1.2.2-r1) 15:41:04 Executing busybox-1.30.1-r3.trigger 15:41:04 Executing ca-certificates-20191127-r2.trigger 15:41:05 OK: 7 MiB in 19 packages 15:41:07 Removing intermediate container af1c070fd90a 15:41:07 ---> 0678413ea8cc 15:41:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:41:07 ---> Running in 14eefbd9e0e8 15:41:08 Removing intermediate container 14eefbd9e0e8 15:41:08 ---> 8dc42059dfc7 15:41:08 Step 13/24 : WORKDIR / 15:41:08 ---> Running in 7bda4e9ba4b7 15:41:09 Removing intermediate container 7bda4e9ba4b7 15:41:09 ---> b2715e2e326d 15:41:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:41:10 ---> 99c910b1aeba 15:41:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:41:11 ---> 2bd0c6033ddf 15:41:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:41:12 ---> e0b71495bbe8 15:41:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:41:14 ---> 36fa6d8a3dfe 15:41:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:41:15 ---> 6c2bf4914d5e 15:41:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:41:16 ---> 38a460e0030b 15:41:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:41:17 ---> Running in 4d3374e054bf 15:41:20 Removing intermediate container 4d3374e054bf 15:41:20 ---> efb9caff9e4b 15:41:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:41:20 ---> Running in 7d6fc16735f3 15:41:21 Removing intermediate container 7d6fc16735f3 15:41:21 ---> 48a032ac7ac6 15:41:21 Step 22/24 : LABEL arch=arm64 15:41:21 ---> Running in 352bbcc22832 15:41:22 Removing intermediate container 352bbcc22832 15:41:22 ---> ca300e0159a0 15:41:22 Step 23/24 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:41:22 ---> Running in cd363cb2d895 15:41:22 Removing intermediate container cd363cb2d895 15:41:22 ---> 70b8c7fcf7d2 15:41:22 Step 24/24 : LABEL version=0.0.0 15:41:23 ---> Running in f39b7ec435fd 15:41:23 Removing intermediate container f39b7ec435fd 15:41:23 ---> 2ad228e8e049 15:41:23 15:41:24 Successfully built 2ad228e8e049 15:41:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:42:03  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8c8a06d3c4ce 15:42:03 ---> d35e84aefcc0 15:42:03 15:42:03 Step 9/29 : FROM alpine:latest 15:42:03 ---> 2e77e061c27f 15:42:03 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:42:03 ---> Running in 389abad19ef5 15:42:03 Removing intermediate container 389abad19ef5 15:42:03 ---> a7694df617f2 15:42:03 Step 11/29 : USER root 15:42:03 Removing intermediate container 73f5a709469a 15:42:03 ---> 4d54c968ac6d 15:42:03 15:42:03 Step 10/22 : FROM scratch 15:42:03 ---> 15:42:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:42:03 ---> Running in 1969ef05fc66 15:42:03 Removing intermediate container ace7e7d9e9d6 15:42:03 ---> 4016b2d40047 15:42:03 15:42:03 Step 10/22 : FROM alpine:3.10 15:42:03 ---> 536a684cf733 15:42:03 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:42:03 ---> Using cache 15:42:03 ---> Using cache 15:42:03 ---> 7bf3f1557c85 15:42:03 Step 12/22 : ENV APP_PORT=48082 15:42:03 ---> 0678413ea8cc 15:42:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:42:03 ---> Running in 4e509146a555 15:42:03 ---> Running in 0c16dd46d271 15:42:03 Removing intermediate container 1969ef05fc66 15:42:03 ---> b82655ac2d57 15:42:03 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:42:03 ---> Running in 6c3639866563 15:42:03 Removing intermediate container 4e509146a555 15:42:03 ---> 41d0adf5b6f4 15:42:03 Step 13/22 : EXPOSE $APP_PORT 15:42:03 Removing intermediate container 0c16dd46d271 15:42:03 ---> a894692ec2e4 15:42:03 Step 13/22 : WORKDIR / 15:42:03 ---> Running in a17bc8dee75d 15:42:03 ---> Running in ebfaa54a431e 15:42:03 Removing intermediate container a17bc8dee75d 15:42:03 ---> 42fd1b5b793f 15:42:03 Step 14/22 : WORKDIR / 15:42:03 ---> Running in ae25232593a3 15:42:03 Removing intermediate container ebfaa54a431e 15:42:03 ---> 39397a8d4604 15:42:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 15:42:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:03 Removing intermediate container ae25232593a3 15:42:03 ---> 8a1c0827a353 15:42:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:42:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:03 ---> 56e063413693 15:42:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:42:03 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 15:42:03 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:42:03 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:42:03 OK: 12617 distinct packages available 15:42:03 ---> c10e5657dc63 15:42:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:42:03 (1/2) Installing ca-certificates (20191127-r4) 15:42:03 (2/2) Installing dumb-init (1.2.2-r1) 15:42:03 Executing busybox-1.31.1-r19.trigger 15:42:03 Executing ca-certificates-20191127-r4.trigger 15:42:03 OK: 6 MiB in 16 packages 15:42:04 ---> 39d521b48159 15:42:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:42:05 ---> c95d23f27604 15:42:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:42:05 ---> 7705da487c52 15:42:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:42:06 Removing intermediate container 6c3639866563 15:42:06 ---> 34a3d1c545cb 15:42:06 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:42:06 ---> e2ea75996cc8 15:42:06 Step 18/22 : ENTRYPOINT ["/core-command"] 15:42:06 ---> cf93ae0506af 15:42:06 Step 18/22 : RUN chmod +x entrypoint.sh 15:42:06 ---> Running in 90f76820d719 15:42:06 ---> Running in 3d31f3827ea0 15:42:06 ---> Running in f61a92cb46cd 15:42:07 Removing intermediate container 90f76820d719 15:42:07 ---> dca580cc765d 15:42:07 Step 14/29 : WORKDIR $BASE_DIR 15:42:07 Removing intermediate container f61a92cb46cd 15:42:07 ---> 27472ae25164 15:42:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:42:07 ---> Running in 1631a42b30e8 15:42:07 ---> Running in 557c94081615 15:42:08 Removing intermediate container 1631a42b30e8 15:42:08 ---> 92fa997f4a55 15:42:08 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:42:08 Removing intermediate container 557c94081615 15:42:08 ---> 8a33017407e6 15:42:08 Step 20/22 : LABEL arch=arm64 15:42:08 ---> Running in a1f0467ca282 15:42:08 ---> Running in 778597eb2316 15:42:09 Removing intermediate container 778597eb2316 15:42:09 ---> 3dd0e338a5f7 15:42:09 Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:42:09 ---> Running in b36ac660fe20 15:42:09 Removing intermediate container 3d31f3827ea0 15:42:09 ---> 0802e6410e33 15:42:09 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:42:09 ---> Running in f5597f9dc1e9 15:42:10 Removing intermediate container b36ac660fe20 15:42:10 ---> a76215519b58 15:42:10 Step 22/22 : LABEL version=0.0.0 15:42:10 ---> Running in c1f4b4c74933 15:42:10 Removing intermediate container f5597f9dc1e9 15:42:10 ---> 4a32fbac7c00 15:42:10 Step 20/22 : LABEL arch=arm64 15:42:10 ---> Running in ec7fbded6a7c 15:42:11 Removing intermediate container c1f4b4c74933 15:42:11 ---> 359dce19aae6 15:42:11 15:42:11 Removing intermediate container ec7fbded6a7c 15:42:11 ---> e51d8f083efc 15:42:11 Step 21/22 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:42:11 Successfully built 359dce19aae6 15:42:11 Successfully tagged docker-core-command-go-arm64:latest 15:42:11  Building docker-core-command-go ... done Removing intermediate container a1f0467ca282 15:42:11 ---> 9a4fd413a60b 15:42:11 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:42:11 ---> Running in 74a44dcaaead 15:42:12 Removing intermediate container 433dd8af6c38 15:42:12 ---> 56a7cb5aa8d4 15:42:12 15:42:12 Step 10/21 : FROM alpine 15:42:12 ---> 2e77e061c27f 15:42:12 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:42:12 Removing intermediate container 74a44dcaaead 15:42:12 ---> ddc21e479fe2 15:42:12 Step 22/22 : LABEL version=0.0.0 15:42:12 ---> Running in b84484e0909d 15:42:13 ---> Running in ed4f1f0e5c00 15:42:13 ---> ed8d4376d92a 15:42:13 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:42:13 Removing intermediate container ed4f1f0e5c00 15:42:13 ---> 86c6f6c4c20e 15:42:13 15:42:13 Successfully built 86c6f6c4c20e 15:42:14 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 15:42:14  Building docker-security-bootstrap-redis-go ... done  ---> c9a9e1735c43 15:42:14 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:42:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:14 ---> b0bcaef16a56 15:42:14 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:42:15 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:42:15 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:42:15 OK: 12617 distinct packages available 15:42:15 ---> c926797a56aa 15:42:15 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:42:15 (1/4) Installing ca-certificates (20191127-r4) 15:42:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:42:15 (3/4) Installing libcurl (7.69.1-r1) 15:42:15 (4/4) Installing curl (7.69.1-r1) 15:42:15 Executing busybox-1.31.1-r19.trigger 15:42:16 Executing ca-certificates-20191127-r4.trigger 15:42:16 OK: 7 MiB in 18 packages 15:42:16 ---> ba769d1c7915 15:42:16 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:42:16 ---> Running in 213825514f06 15:42:17 Removing intermediate container b84484e0909d 15:42:17 ---> 525be15672f6 15:42:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:42:18 ---> Running in 3459b2729753 15:42:18 Removing intermediate container 3459b2729753 15:42:18 ---> eadc11183c63 15:42:18 Step 13/21 : WORKDIR /edgex 15:42:18 Removing intermediate container 213825514f06 15:42:18 ---> e82779fb95db 15:42:18 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:42:18 ---> Running in e97655fd1eef 15:42:19 Removing intermediate container e97655fd1eef 15:42:19 ---> 0b45bdf7fc3d 15:42:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:42:19 ---> 354de98bb905 15:42:19 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:42:19 ---> Running in c82a17325168 15:42:20 ---> e916860fb416 15:42:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:42:21 ---> 3745f283bc00 15:42:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:42:22 Removing intermediate container c82a17325168 15:42:22 ---> 300ec1ee30cd 15:42:22 Step 24/29 : RUN chmod 755 security-secrets-setup 15:42:22 ---> Running in 2cc0a725b71c 15:42:22 ---> 5064cbc8f89c 15:42:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:42:22 ---> Running in 68786c87419a 15:42:23 Removing intermediate container 68786c87419a 15:42:23 ---> fedf1b047341 15:42:23 Step 18/21 : CMD ["--init=true"] 15:42:23 ---> Running in 01e97000bba6 15:42:23 Removing intermediate container 01e97000bba6 15:42:23 ---> 65e0c6d45bb4 15:42:23 Step 19/21 : LABEL arch=arm64 15:42:23 ---> Running in 002819f70df9 15:42:24 Removing intermediate container 002819f70df9 15:42:24 ---> cb22090796e4 15:42:24 Step 20/21 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:42:24 ---> Running in ede34772b1ba 15:42:25 Removing intermediate container 2cc0a725b71c 15:42:25 ---> b611beb137f1 15:42:25 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:42:25 Removing intermediate container ede34772b1ba 15:42:25 ---> 934342e1a0bb 15:42:25 Step 21/21 : LABEL version=0.0.0 15:42:25 ---> Running in 566b66a26003 15:42:25 ---> Running in 58fc74d5948b 15:42:26 Removing intermediate container 566b66a26003 15:42:26 ---> 57112d8a081f 15:42:26 Step 26/29 : CMD [ "generate" ] 15:42:26 Removing intermediate container 58fc74d5948b 15:42:26 ---> 623918109aef 15:42:26 15:42:26 ---> Running in 542085e2d5e3 15:42:26 Successfully built 623918109aef 15:42:26 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:42:26  Building docker-security-proxy-setup-go ... done Removing intermediate container 542085e2d5e3 15:42:26 ---> b0853a0051c0 15:42:26 Step 27/29 : LABEL arch=arm64 15:42:26 ---> Running in a80b34c942fe 15:42:27 Removing intermediate container a80b34c942fe 15:42:27 ---> 4586a163227e 15:42:27 Step 28/29 : LABEL git_sha=fe929cdc9076a4b61d9349ddb828743ec74444d3 15:42:27 ---> Running in 90dd22fac988 15:42:27 Removing intermediate container 90dd22fac988 15:42:27 ---> f0aefaf99c02 15:42:27 Step 29/29 : LABEL version=0.0.0 15:42:27 ---> Running in a6dd1a8db6f3 15:42:28 Removing intermediate container a6dd1a8db6f3 15:42:28 ---> 319e54c53f7c 15:42:28 15:42:28 Successfully built 319e54c53f7c 15:42:28 Successfully tagged docker-security-secrets-setup-go-arm64:latest 15:42:29  Building docker-security-secrets-setup-go ... done  [Pipeline] } 15:42:29 $ docker stop --time=1 27db317820393b3ea76d682553dd1b3449ba973fd4f40de2e5643414e1bc5701 15:42:30 $ docker rm -f 27db317820393b3ea76d682553dd1b3449ba973fd4f40de2e5643414e1bc5701 [Pipeline] // withDockerContainer [Pipeline] sh 15:42:31 + docker images 15:42:31 + grep docker 15:42:31 docker-security-secrets-setup-go-arm64 latest 319e54c53f7c 3 seconds ago 22.7MB 15:42:31 docker-security-proxy-setup-go-arm64 latest 623918109aef 6 seconds ago 23.4MB 15:42:31 docker-security-bootstrap-redis-go-arm64 latest 86c6f6c4c20e 18 seconds ago 15.2MB 15:42:31 docker-core-command-go-arm64 latest 359dce19aae6 21 seconds ago 11.4MB 15:42:31 docker-security-secretstore-setup-go-arm64 latest 2ad228e8e049 About a minute ago 23.5MB 15:42:31 docker-sys-mgmt-agent-go-arm64 latest a516dd9ed32c About a minute ago 273MB 15:42:31 docker-core-data-go-arm64 latest 28630e693d40 2 minutes ago 22.3MB 15:42:31 docker-core-metadata-go-arm64 latest 1647a8bb834f 3 minutes ago 13.6MB 15:42:31 docker-support-notifications-go-arm64 latest 74d352ec1273 3 minutes ago 12.9MB 15:42:31 docker-support-scheduler-go-arm64 latest f0fc14da25f6 3 minutes ago 11.5MB 15:42:31 docker latest 84e3a507c27b 5 days ago 201MB [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 15:42:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:42:36 ---> package-listing.sh 15:42:36 ++ facter osfamily 15:42:36 ++ tr '[:upper:]' '[:lower:]' 15:42:36 + OS_FAMILY=redhat 15:42:36 + workspace=/w/workspace/edgex-go/10 15:42:36 + START_PACKAGES=/tmp/packages_start.txt 15:42:36 + END_PACKAGES=/tmp/packages_end.txt 15:42:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:42:36 + PACKAGES=/tmp/packages_start.txt 15:42:36 + '[' /w/workspace/edgex-go/10 ']' 15:42:36 + PACKAGES=/tmp/packages_end.txt 15:42:36 + case "${OS_FAMILY}" in 15:42:36 + rpm -qa 15:42:36 + sort 15:42:41 + '[' -f /tmp/packages_start.txt ']' 15:42:41 + '[' -f /tmp/packages_end.txt ']' 15:42:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:42:41 + '[' /w/workspace/edgex-go/10 ']' 15:42:41 + mkdir -p /w/workspace/edgex-go/10/archives/ 15:42:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 15:42:41 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:42:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:42:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:42:42 15:42:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:42:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:42:42 alpine: Pulling from edgex-lftools-log-publisher 15:42:42 df20fa9351a1: Pulling fs layer 15:42:42 36b3adc4ff6f: Pulling fs layer 15:42:42 8ad3a11d3b57: Pulling fs layer 15:42:42 46f8f816bc3b: Pulling fs layer 15:42:42 93b61091891f: Pulling fs layer 15:42:42 93b9cdb0e59b: Pulling fs layer 15:42:42 5e14af77c1be: Pulling fs layer 15:42:42 01666e4c0597: Pulling fs layer 15:42:42 aa168da1d23b: Pulling fs layer 15:42:42 46f8f816bc3b: Waiting 15:42:42 93b61091891f: Waiting 15:42:42 93b9cdb0e59b: Waiting 15:42:42 5e14af77c1be: Waiting 15:42:42 01666e4c0597: Waiting 15:42:42 36b3adc4ff6f: Verifying Checksum 15:42:42 36b3adc4ff6f: Download complete 15:42:42 46f8f816bc3b: Verifying Checksum 15:42:42 46f8f816bc3b: Download complete 15:42:42 df20fa9351a1: Verifying Checksum 15:42:42 93b9cdb0e59b: Verifying Checksum 15:42:42 93b9cdb0e59b: Download complete 15:42:42 5e14af77c1be: Verifying Checksum 15:42:42 5e14af77c1be: Download complete 15:42:42 93b61091891f: Verifying Checksum 15:42:42 93b61091891f: Download complete 15:42:42 01666e4c0597: Verifying Checksum 15:42:42 01666e4c0597: Download complete 15:42:43 df20fa9351a1: Pull complete 15:42:43 36b3adc4ff6f: Pull complete 15:42:43 8ad3a11d3b57: Verifying Checksum 15:42:43 8ad3a11d3b57: Download complete 15:42:44 8ad3a11d3b57: Pull complete 15:42:44 46f8f816bc3b: Pull complete 15:42:45 aa168da1d23b: Verifying Checksum 15:42:45 aa168da1d23b: Download complete 15:42:46 93b61091891f: Pull complete 15:42:46 93b9cdb0e59b: Pull complete 15:42:46 5e14af77c1be: Pull complete 15:42:46 01666e4c0597: Pull complete 15:42:56 aa168da1d23b: Pull complete 15:42:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:42:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:42:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:42:56 prd-centos7-docker-4c-2g-14869 does not seem to be running inside a container 15:42:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:43:05 $ docker top 19ec3f98663eff89352739cf8b9907a1c1c13e78fe9517a152784840e7b3ffc3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:43:05 + touch /tmp/pre-build-complete [Pipeline] sh 15:43:06 + mkdir -p /var/log/sa [Pipeline] sh 15:43:06 + ls /var/log/sa-host 15:43:06 + sadf -c /var/log/sa-host/sa07 15:43:06 file_magic: OK 15:43:06 HZ: Using current value: 100 15:43:06 file_header: OK 15:43:06 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 15:43:06 Statistics: 15:43:06 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... 15:43:06 File successfully converted to sysstat format version 12.2.1 15:43:06 + sadf -c /var/log/sa-host/sa23 15:43:06 file_magic: OK 15:43:06 HZ: Using current value: 100 15:43:06 file_header: OK 15:43:06 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 15:43:06 Statistics: 15:43:06 Hnuu...uuuununununu... 15:43:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:43:06 provisioning config files... 15:43:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config5144034889330346060tmp [Pipeline] { [Pipeline] echo 15:43:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:43:07 ---> create-netrc.sh [Pipeline] } 15:43:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:43:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:43:07 ---> python-tools-install.sh [Pipeline] echo 15:43:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:43:08 ---> sudo-logs.sh 15:43:08 Archiving 'sudo' log.. [Pipeline] echo 15:43:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:43:08 ---> job-cost.sh 15:43:08 lf-activate-venv: SKIPPING 15:43:08 INFO: No Stack... 15:43:09 INFO: Retrieving Pricing Info for: v1-standard-2 15:43:10 INFO: Archiving Costs [Pipeline] echo 15:43:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:43:10 ---> logs-deploy.sh 15:43:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/10 15:43:10 INFO: archiving workspace using pattern(s): 15:43:12 Archives upload complete. 15:43:12 INFO: archiving logs to Nexus 15:43:13 ---> uname -a: 15:43:13 Linux prd-centos7-docker-4c-2g-14869.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:43:13 15:43:13