Pull request #2791 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 24e9062b2fd66692f072b8575e5c4db7621dae52+75437401aaf0e0f587015af03db21405a724386e (3631a6bba9aab438e9b6a354644b1ae0eec1021a) 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5526 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit 24e9062b2fd66692f072b8575e5c4db7621dae52 > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2791/head:refs/remotes/origin/PR-2791 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24e9062b2fd66692f072b8575e5c4db7621dae52 # timeout=10 Merge succeeded, producing 24e9062b2fd66692f072b8575e5c4db7621dae52 Checking out Revision 24e9062b2fd66692f072b8575e5c4db7621dae52 (PR-2791) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 75437401aaf0e0f587015af03db21405a724386e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24e9062b2fd66692f072b8575e5c4db7621dae52 # timeout=10 Commit message: "feat(metadata): Implement Core Metadata GET /deviceservice/all V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:04:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:04:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:04:14 ========================================================= 03:04:14 EdgeX Global Pipelines Version Info 03:04:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 85bf1c1f05e61e5ee0e25d4f7d1d453cda037cde # timeout=10 03:04:17 ------------------- 03:04:17 stable info: 03:04:17 ------------------- 03:04:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:04:17 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 03:04:17 Message: update stable to v1.0.142 03:04:17 ------------------- 03:04:17 experimental info: 03:04:17 ------------------- 03:04:17 Commited By: **** collab-it+edgex@linuxfoundation.org 03:04:17 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 03:04:17 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:04:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:04:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2791 [Pipeline] echo 03:04:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2791 [Pipeline] echo 03:04:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2791 [Pipeline] echo 03:04:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24e9062b2fd66692f072b8575e5c4db7621dae52 [Pipeline] echo 03:04:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24e9062 [Pipeline] echo 03:04:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 03:04:21 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ cut -d/ -f2 03:04:21 ++ dirname cmd/core-command/Dockerfile 03:04:21 + echo core-command,cmd/core-command/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ dirname cmd/core-data/Dockerfile 03:04:21 ++ cut -d/ -f2 03:04:21 + echo core-data,cmd/core-data/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ dirname cmd/core-metadata/Dockerfile 03:04:21 ++ cut -d/ -f2 03:04:21 + echo core-metadata,cmd/core-metadata/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ dirname cmd/security-proxy-setup/Dockerfile 03:04:21 ++ cut -d/ -f2 03:04:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ cut -d/ -f2 03:04:21 ++ dirname cmd/security-secrets-setup/Dockerfile 03:04:21 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:04:21 ++ cut -d/ -f2 03:04:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ dirname cmd/support-logging/Dockerfile 03:04:21 ++ cut -d/ -f2 03:04:21 + echo support-logging,cmd/support-logging/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ cut -d/ -f2 03:04:21 ++ dirname cmd/support-notifications/Dockerfile 03:04:21 + echo support-notifications,cmd/support-notifications/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ cut -d/ -f2 03:04:21 ++ dirname cmd/support-scheduler/Dockerfile 03:04:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:04:21 + for file in '`ls cmd/**/Dockerfile`' 03:04:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:04:21 ++ cut -d/ -f2 03:04:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:04:21 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-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-logging-go, dockerfile:cmd/support-logging/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 03:04:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:04:23 03:04:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:04:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:04:23 latest: Pulling from edgex-devops/git-semver 03:04:23 31603596830f: Pulling fs layer 03:04:23 2a8b12db71e7: Pulling fs layer 03:04:23 6ca5941a6612: Pulling fs layer 03:04:23 ecc8261a40a4: Pulling fs layer 03:04:23 ecc8261a40a4: Waiting 03:04:23 2a8b12db71e7: Verifying Checksum 03:04:23 2a8b12db71e7: Download complete 03:04:25 31603596830f: Download complete 03:04:25 ecc8261a40a4: Verifying Checksum 03:04:25 ecc8261a40a4: Download complete 03:04:25 6ca5941a6612: Verifying Checksum 03:04:25 6ca5941a6612: Download complete 03:04:25 31603596830f: Pull complete 03:04:26 2a8b12db71e7: Pull complete 03:04:28 6ca5941a6612: Pull complete 03:04:28 ecc8261a40a4: Pull complete 03:04:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:04:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:04:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:04:29 prd-centos7-docker-4c-2g-5526 does not seem to be running inside a container 03:04:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:04:32 $ docker top b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:04:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:04:33 [ssh-agent] Looking for ssh-agent implementation... 03:04:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:04:33 $ docker exec b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 ssh-agent 03:04:33 SSH_AUTH_SOCK=/tmp/ssh-uctxU4gU3prB/agent.11 03:04:33 SSH_AGENT_PID=17 03:04:33 Running ssh-add (command line suppressed) 03:04:34 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5027323222512043895.key (/w/workspace/edgex-go/6@tmp/private_key_5027323222512043895.key) 03:04:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:04:34 + git tag --points-at HEAD [Pipeline] } 03:04:34 $ docker exec --env ******** --env ******** b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 ssh-agent -k 03:04:35 unset SSH_AUTH_SOCK; 03:04:35 unset SSH_AGENT_PID; 03:04:35 echo Agent pid 17 killed; 03:04:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:04:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:04:35 [ssh-agent] Looking for ssh-agent implementation... 03:04:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:04:35 $ docker exec b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 ssh-agent 03:04:36 SSH_AUTH_SOCK=/tmp/ssh-zYPFouXjWnsr/agent.46 03:04:36 SSH_AGENT_PID=51 03:04:36 Running ssh-add (command line suppressed) 03:04:36 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4479974489846245339.key (/w/workspace/edgex-go/6@tmp/private_key_4479974489846245339.key) 03:04:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:04:38 + git semver init 03:04:38 # -> Open(): unable to determine branch for HEAD 03:04:38 # $GIT_DIR = /w/workspace/edgex-go/6/.git 03:04:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 03:04:38 # $SEMVER_REMOTE_NAME = origin 03:04:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:04:38 # $SEMVER_USER_NAME = edgex-jenkins 03:04:38 # $SEMVER_BRANCH = PR-2791 03:04:38 # $SEMVER_TEMP = /tmp/semver-866473895 03:04:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:05:18 # '/tmp/semver-866473895' -> '/w/workspace/edgex-go/6/.semver' 03:05:18 # -> Force: false 03:05:18 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 03:05:18 $ docker exec --env ******** --env ******** b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 ssh-agent -k 03:05:18 unset SSH_AUTH_SOCK; 03:05:18 unset SSH_AGENT_PID; 03:05:18 echo Agent pid 51 killed; 03:05:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:05:19 + git semver [Pipeline] } 03:05:19 $ docker stop --time=1 b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 03:05:21 $ docker rm -f b43b58e5a557b92a9dba7e45ce918be8d1a7d9eccc9d0855936346ce456484f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:05:22 Stashed 1 file(s) [Pipeline] echo 03:05:22 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 03:05:23 ========================================================= 03:05:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:05:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:05:23 + 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 . 03:05:23 error checking context: 'can't stat '/w/workspace/edgex-go/6/.semver''. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:05:25 Failed in branch amd64 03:05:38 Still waiting to schedule task 03:05:38 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:09:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5531 in /w/workspace/edgexfoundry_edgex-go_PR-2791 [Pipeline] { [Pipeline] ws 03:09:08 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 03:09:13 using credential edgex-jenkins-ssh 03:09:13 Cloning the remote Git repository 03:09:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:09:13 > git init /w/workspace/edgex-go/6 # timeout=10 03:09:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:09:13 > git --version # timeout=10 03:09:13 > git --version # 'git version 2.17.1' 03:09:13 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:09:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:09:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:09:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:09:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:09:29 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2791/head:refs/remotes/origin/PR-2791 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:29 Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit 24e9062b2fd66692f072b8575e5c4db7621dae52 03:09:30 Merge succeeded, producing 24e9062b2fd66692f072b8575e5c4db7621dae52 03:09:30 Checking out Revision 24e9062b2fd66692f072b8575e5c4db7621dae52 (PR-2791) 03:09:29 > git config core.sparsecheckout # timeout=10 03:09:29 > git checkout -f 24e9062b2fd66692f072b8575e5c4db7621dae52 # timeout=10 03:09:30 > git remote # timeout=10 03:09:30 > git config --get remote.origin.url # timeout=10 03:09:30 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:30 > git merge 75437401aaf0e0f587015af03db21405a724386e # timeout=10 03:09:30 > git rev-parse HEAD^{commit} # timeout=10 03:09:30 > git config core.sparsecheckout # timeout=10 03:09:30 > git checkout -f 24e9062b2fd66692f072b8575e5c4db7621dae52 # timeout=10 03:09:34 Commit message: "feat(metadata): Implement Core Metadata GET /deviceservice/all V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:09:35 ========================================================= 03:09:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:09:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:09:36 + 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 . 03:09:39 Sending build context to Docker daemon 165MB 03:09:39 Step 1/7 : ARG BASE=golang:1.15-alpine 03:09:39 Step 2/7 : FROM ${BASE} 03:09:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:09:39 b538f80385f9: Pulling fs layer 03:09:39 74f711af9a0d: Pulling fs layer 03:09:39 99f96fe45779: Pulling fs layer 03:09:39 8529a6b9a6be: Pulling fs layer 03:09:39 45590311c82a: Pulling fs layer 03:09:39 69ca0ff8b7b3: Pulling fs layer 03:09:39 209524e5b208: Pulling fs layer 03:09:39 8529a6b9a6be: Waiting 03:09:39 45590311c82a: Waiting 03:09:39 69ca0ff8b7b3: Waiting 03:09:39 209524e5b208: Waiting 03:09:39 99f96fe45779: Verifying Checksum 03:09:39 99f96fe45779: Download complete 03:09:39 74f711af9a0d: Verifying Checksum 03:09:39 74f711af9a0d: Download complete 03:09:39 45590311c82a: Verifying Checksum 03:09:39 45590311c82a: Download complete 03:09:39 69ca0ff8b7b3: Verifying Checksum 03:09:39 69ca0ff8b7b3: Download complete 03:09:39 b538f80385f9: Verifying Checksum 03:09:39 b538f80385f9: Download complete 03:09:40 b538f80385f9: Pull complete 03:09:41 74f711af9a0d: Pull complete 03:09:41 99f96fe45779: Pull complete 03:09:41 209524e5b208: Verifying Checksum 03:09:41 209524e5b208: Download complete 03:09:43 8529a6b9a6be: Verifying Checksum 03:09:43 8529a6b9a6be: Download complete 03:09:54 8529a6b9a6be: Pull complete 03:09:54 45590311c82a: Pull complete 03:09:54 69ca0ff8b7b3: Pull complete 03:09:58 209524e5b208: Pull complete 03:09:58 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:09:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:09:58 ---> 5bddaf1c2fca 03:09:58 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 03:10:02 ---> Running in d3a638cb254f 03:10:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:04 (1/12) Installing libmagic (5.38-r0) 03:10:05 (2/12) Installing file (5.38-r0) 03:10:05 (3/12) Installing libc-dev (0.7.2-r3) 03:10:05 (4/12) Installing g++ (9.3.0-r2) 03:10:08 (5/12) Installing fortify-headers (1.1-r0) 03:10:08 (6/12) Installing patch (2.7.6-r6) 03:10:09 (7/12) Installing build-base (0.5-r2) 03:10:09 (8/12) Installing libsodium (1.0.18-r0) 03:10:09 (9/12) Installing pkgconf (1.7.2-r0) 03:10:09 (10/12) Installing libsodium-dev (1.0.18-r0) 03:10:09 (11/12) Installing libzmq (4.3.3-r0) 03:10:09 (12/12) Installing zeromq-dev (4.3.3-r0) 03:10:09 Executing busybox-1.31.1-r16.trigger 03:10:09 OK: 217 MiB in 51 packages 03:10:13 Removing intermediate container d3a638cb254f 03:10:13 ---> 037de72d4ff9 03:10:13 Step 4/7 : WORKDIR /edgex-go 03:10:13 ---> Running in f7237747e92e 03:10:14 Removing intermediate container f7237747e92e 03:10:14 ---> 28ca062885e0 03:10:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:10:14 latest: Pulling from library/docker 03:10:14 b538f80385f9: Already exists 03:10:14 259a493cd78d: Pulling fs layer 03:10:14 b8e66b5100f5: Pulling fs layer 03:10:14 7f8258a56ab6: Pulling fs layer 03:10:14 75a0a0ebb566: Pulling fs layer 03:10:14 4a2c62f0a2a3: Pulling fs layer 03:10:14 294320357d30: Pulling fs layer 03:10:14 75a0a0ebb566: Waiting 03:10:14 4a2c62f0a2a3: Waiting 03:10:14 294320357d30: Waiting 03:10:15 b8e66b5100f5: Verifying Checksum 03:10:15 b8e66b5100f5: Download complete 03:10:15 259a493cd78d: Verifying Checksum 03:10:15 259a493cd78d: Download complete 03:10:15 75a0a0ebb566: Verifying Checksum 03:10:15 75a0a0ebb566: Download complete 03:10:15 4a2c62f0a2a3: Verifying Checksum 03:10:15 4a2c62f0a2a3: Download complete 03:10:15 294320357d30: Download complete 03:10:15 259a493cd78d: Pull complete 03:10:16 b8e66b5100f5: Pull complete 03:10:16 7f8258a56ab6: Verifying Checksum 03:10:16 7f8258a56ab6: Download complete 03:10:19 7f8258a56ab6: Pull complete 03:10:19 75a0a0ebb566: Pull complete 03:10:20 4a2c62f0a2a3: Pull complete 03:10:20 294320357d30: Pull complete 03:10:20 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 03:10:20 Status: Downloaded newer image for docker:latest 03:10:23 ---> 3134caf5ebd2 03:10:23 Step 6/7 : COPY go.mod . 03:10:24 ---> edfb4dfac65c 03:10:24 Step 7/7 : RUN go mod download 03:10:24 ---> Running in 39291e2404c8 03:10:51 Removing intermediate container 39291e2404c8 03:10:51 ---> 10c8a76c11ed 03:10:51 Successfully built 10c8a76c11ed 03:10:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:10:51 + docker inspect -f . ci-base-image-arm64 03:10:51 . [Pipeline] withDockerContainer 03:10:52 prd-ubuntu18.04-docker-arm64-4c-16g-5531 does not seem to be running inside a container 03:10:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 03:10:54 $ docker top 9683f825a8883015b459914f2daf661992f3ce98923edfd46618747ea23736e5 -eo pid,comm [Pipeline] { [Pipeline] sh 03:10:55 + go version 03:10:55 go version go1.15.2 linux/arm64 [Pipeline] } 03:10:55 $ docker stop --time=1 9683f825a8883015b459914f2daf661992f3ce98923edfd46618747ea23736e5 03:10:57 $ docker rm -f 9683f825a8883015b459914f2daf661992f3ce98923edfd46618747ea23736e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:10:58 + docker inspect -f . ci-base-image-arm64 03:10:58 . [Pipeline] withDockerContainer 03:10:58 prd-ubuntu18.04-docker-arm64-4c-16g-5531 does not seem to be running inside a container 03:10:58 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 03:11:00 $ docker top 10792205f320f6bc0d396b5ed00736d52751c60934d63b339040bdd7c15c64d8 -eo pid,comm [Pipeline] { [Pipeline] echo 03:11:00 ========================================================= 03:11:00 [edgeXBuildGoParallel] Running Tests and Build... 03:11:00 ========================================================= [Pipeline] sh 03:11:01 + make test 03:11:01 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:11:04 ? github.com/edgexfoundry/edgex-go [no test files] 03:11:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:11:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:11:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:11:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:11:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:11:53 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s 03:11:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 03:11:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:11:53 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 03:11:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:12:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements 03:12:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:12:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:12:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:12:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:12:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:12:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.281s coverage: 27.1% of statements 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:12:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.018s coverage: 100.0% of statements 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:12:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:12:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.061s coverage: 83.6% of statements 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:12:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:12:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.395s coverage: 88.9% of statements 03:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:12:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 28.6% of statements 03:12:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:12:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:12:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:12:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:12:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:12:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 03:12:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:12:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements 03:12:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 03:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements 03:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 100.0% of statements 03:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:12:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.181s coverage: 95.5% of statements 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:12:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.014s coverage: 58.8% of statements 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:12:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.045s coverage: 0.0% of statements [no tests to run] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:12:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:12:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 63.5% of statements 03:12:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:12:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:12:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.011s coverage: 100.0% of statements 03:12:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.023s coverage: 91.3% of statements 03:12:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 03:12:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 03:12:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 03:12:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.258s coverage: 55.9% of statements 03:12:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:12:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:12:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 03:12:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.767s coverage: 86.3% of statements 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.057s coverage: 72.2% of statements 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.422s coverage: 72.1% of statements 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.038s coverage: 48.4% of statements 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.019s coverage: 28.8% of statements 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 36.5% of statements 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.273s coverage: 84.1% of statements 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.025s coverage: 42.9% of statements 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.030s coverage: 100.0% of statements 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 03:12:39 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.023s coverage: 83.8% of statements 03:12:39 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 03:12:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 47.1% of statements 03:12:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:12:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:12:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements 03:12:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:12:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:12:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:12:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 03:12:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:12:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements 03:12:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.194s coverage: 29.1% of statements 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.050s coverage: 99.0% of statements 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:12:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.015s coverage: 0.0% of statements 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:12:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 03:12:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 03:12:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 03:12:51 GO111MODULE=on go vet ./... 03:13:13 gofmt -l . 03:13:13 [ "`gofmt -l .`" = "" ] 03:13:15 ./bin/test-go-mod-tidy.sh 03:13:16 ./bin/test-attribution-txt.sh [Pipeline] sh 03:13:21 + ls -al . 03:13:21 total 632 03:13:21 drwxrwxr-x 9 1001 1001 4096 Oct 15 03:13 . 03:13:21 drwxr-xr-x 4 root root 4096 Oct 15 03:10 .. 03:13:21 -rw-rw-r-- 1 1001 1001 11 Oct 15 03:09 .dockerignore 03:13:21 drwxrwxr-x 8 1001 1001 4096 Oct 15 03:09 .git 03:13:21 drwxrwxr-x 3 1001 1001 4096 Oct 15 03:09 .github 03:13:21 -rw-rw-r-- 1 1001 1001 932 Oct 15 03:09 .gitignore 03:13:21 -rw-rw-r-- 1 1001 1001 166 Oct 15 03:09 .sonarcloud.properties 03:13:21 -rw-rw-r-- 1 1001 1001 3804 Oct 15 03:09 CONTRIBUTING.md 03:13:21 -rw-rw-r-- 1 1001 1001 1035 Oct 15 03:09 Dockerfile.build 03:13:21 -rw-rw-r-- 1 1001 1001 863 Oct 15 03:09 Jenkinsfile 03:13:21 -rw-rw-r-- 1 1001 1001 10775 Oct 15 03:09 LICENSE 03:13:21 -rw-rw-r-- 1 1001 1001 6237 Oct 15 03:09 Makefile 03:13:21 -rw-rw-r-- 1 1001 1001 6447 Oct 15 03:09 README.md 03:13:21 -rw-rw-r-- 1 1001 1001 259 Oct 15 03:09 SECURITY.md 03:13:21 -rw-rw-r-- 1 1001 1001 5 Oct 15 03:05 VERSION 03:13:21 -rw-rw-r-- 1 1001 1001 4131 Oct 15 03:09 ZMQWindows.md 03:13:21 drwxrwxr-x 2 1001 1001 4096 Oct 15 03:09 bin 03:13:21 drwxrwxr-x 15 1001 1001 4096 Oct 15 03:09 cmd 03:13:21 -rw-r--r-- 1 root root 508498 Oct 15 03:12 coverage.out 03:13:21 -rw-r--r-- 1 root root 1041 Oct 15 03:13 go.mod 03:13:21 -rw-r--r-- 1 root root 18985 Oct 15 03:13 go.sum 03:13:21 drwxrwxr-x 8 1001 1001 4096 Oct 15 03:09 internal 03:13:21 drwxrwxr-x 4 1001 1001 4096 Oct 15 03:09 openapi 03:13:21 drwxrwxr-x 4 1001 1001 4096 Oct 15 03:09 snap 03:13:21 -rw-rw-r-- 1 1001 1001 168 Oct 15 03:09 version.go [Pipeline] sh 03:13:21 + '[' -e coverage.out ] 03:13:21 + chown 1001:1001 coverage.out [Pipeline] stash 03:13:22 Stashed 1 file(s) [Pipeline] sh 03:13:23 + make build 03:13:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:13:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:13:58 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 03:14:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 03:14:07 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 03:14:12 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 03:14:13 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 03:14: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 03:14:23 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 03:14:27 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 03:14:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:14:35 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 03:14:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 03:14:41 $ docker stop --time=1 10792205f320f6bc0d396b5ed00736d52751c60934d63b339040bdd7c15c64d8 03:14:44 $ docker rm -f 10792205f320f6bc0d396b5ed00736d52751c60934d63b339040bdd7c15c64d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:14:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:14:48 03:14:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:14:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:14:49 latest: Pulling from edgex-devops/edgex-compose-arm64 03:14:49 29e5d40040c1: Pulling fs layer 03:14:49 1ce36da41761: Pulling fs layer 03:14:49 25b303627fd3: Pulling fs layer 03:14:49 29e5d40040c1: Verifying Checksum 03:14:49 29e5d40040c1: Download complete 03:14:50 1ce36da41761: Verifying Checksum 03:14:50 1ce36da41761: Download complete 03:14:50 29e5d40040c1: Pull complete 03:14:51 1ce36da41761: Pull complete 03:14:52 25b303627fd3: Verifying Checksum 03:14:52 25b303627fd3: Download complete 03:15:02 25b303627fd3: Pull complete 03:15:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:15:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:15:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:15:02 prd-ubuntu18.04-docker-arm64-4c-16g-5531 does not seem to be running inside a container 03:15:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 03:15:05 $ docker top cacb388ede9dfd4b567c8963c77bc1a61560ae8b53eb9daebd9965d6f9a08dc9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:15:07 + docker-compose build --help 03:15:07 + grep parallel 03:15:10 --parallel Build images in parallel. [Pipeline] } 03:15:10 $ docker stop --time=1 cacb388ede9dfd4b567c8963c77bc1a61560ae8b53eb9daebd9965d6f9a08dc9 03:15:12 $ docker rm -f cacb388ede9dfd4b567c8963c77bc1a61560ae8b53eb9daebd9965d6f9a08dc9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:15:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:15:13 . [Pipeline] withDockerContainer 03:15:13 prd-ubuntu18.04-docker-arm64-4c-16g-5531 does not seem to be running inside a container 03:15:14 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:15:15 $ docker top 6272da44be5a3691a07913a3e496775c77bc8bcff0535706ae26cb3e9c64537e -eo pid,comm [Pipeline] { [Pipeline] sh 03:15:16 + docker-compose -f ./docker-compose-build.yml build --parallel 03:15:20 Building docker-core-command-go ... 03:15:20 Building docker-core-data-go ... 03:15:20 Building docker-core-metadata-go ... 03:15:20 Building docker-security-proxy-setup-go ... 03:15:20 Building docker-security-secrets-setup-go ... 03:15:20 Building docker-security-secretstore-setup-go ... 03:15:20 Building docker-support-logging-go ... 03:15:20 Building docker-support-notifications-go ... 03:15:20 Building docker-support-scheduler-go ... 03:15:20 Building docker-sys-mgmt-agent-go ... 03:15:20 Building docker-security-proxy-setup-go 03:15:20 Building docker-security-secrets-setup-go 03:15:20 Building docker-support-logging-go 03:15:20 Building docker-core-command-go 03:15:20 Building docker-support-notifications-go 03:16:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 03:16:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:16:42 ---> 10c8a76c11ed 03:16:42 Step 3/24 : WORKDIR /edgex-go 03:16:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:16:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:16:42 ---> 10c8a76c11ed 03:16:42 Step 3/22 : WORKDIR /edgex-go 03:16:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:16:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:16:42 ---> 10c8a76c11ed 03:16:42 Step 3/22 : WORKDIR /edgex-go 03:16:42 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 03:16:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:16:42 ---> 10c8a76c11ed 03:16:42 Step 3/20 : WORKDIR /edgex-go 03:16:42 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 03:16:42 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:16:42 ---> 10c8a76c11ed 03:16:42 Step 3/29 : WORKDIR /edgex-go 03:16:42 ---> Running in c2bde1181f96 03:16:42 ---> Running in 6e46108d97df 03:16:42 ---> Running in 96ec874cc869 03:16:42 ---> Running in d83aaec9030a 03:16:42 ---> Running in 7bdf2c53c6f7 03:16:42 Removing intermediate container 6e46108d97df 03:16:42 ---> 86419fa8d335 03:16:42 Step 4/29 : RUN apk update && apk add make git 03:16:42 Removing intermediate container c2bde1181f96 03:16:42 ---> 622026767739 03:16:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:16:42 Removing intermediate container d83aaec9030a 03:16:42 ---> 98f9a3d3c270 03:16:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:16:42 Removing intermediate container 96ec874cc869 03:16:42 ---> 1a185b22003b 03:16:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:16:42 Removing intermediate container 7bdf2c53c6f7 03:16:42 ---> e69ce2efe8a2 03:16:42 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:16:42 ---> Running in d8688a2a22c3 03:16:42 ---> Running in 91905fed5f20 03:16:42 ---> Running in 42a198f827e7 03:16:42 ---> Running in 1fab124a54ab 03:16:42 ---> Running in 0b4407890f97 03:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:44 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 03:16:44 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:16:44 OK: 12623 distinct packages available 03:16:44 Removing intermediate container 91905fed5f20 03:16:44 ---> 569a03ab4d34 03:16:44 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 03:16:44 ---> Running in a58fe7e63837 03:16:44 Removing intermediate container 42a198f827e7 03:16:44 ---> 8626016e4ea8 03:16:44 Step 5/22 : RUN apk update && apk add make git 03:16:45 OK: 217 MiB in 51 packages 03:16:45 Removing intermediate container 0b4407890f97 03:16:45 ---> a8ac1486054b 03:16:45 Step 5/20 : RUN apk update && apk add make git 03:16:45 Removing intermediate container 1fab124a54ab 03:16:45 ---> 3ff71a58e6e3 03:16:45 Step 5/22 : RUN apk update && apk add make && apk add bash git 03:16:45 ---> Running in 5f186c7f1f8b 03:16:45 ---> Running in f55033e80cfe 03:16:45 ---> Running in 17c3e28b24ee 03:16:46 Removing intermediate container d8688a2a22c3 03:16:46 ---> 67054d27ee54 03:16:46 Step 5/29 : COPY go.mod . 03:16:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:47 ---> 1075c686cacf 03:16:47 Step 6/29 : RUN go mod download 03:16:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:48 ---> Running in 2a3d04de644d 03:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:48 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 03:16:48 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:16:48 OK: 12623 distinct packages available 03:16:49 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 03:16:49 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:16:49 OK: 12623 distinct packages available 03:16:49 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 03:16:49 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:16:49 OK: 12623 distinct packages available 03:16:49 OK: 217 MiB in 51 packages 03:16:49 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 03:16:49 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:16:49 OK: 12623 distinct packages available 03:16:50 OK: 217 MiB in 51 packages 03:16:50 OK: 217 MiB in 51 packages 03:16:50 OK: 217 MiB in 51 packages 03:16:51 OK: 217 MiB in 51 packages 03:16:51 Removing intermediate container a58fe7e63837 03:16:51 ---> 9c6f20a6380e 03:16:51 Step 6/24 : COPY go.mod . 03:16:52 Removing intermediate container 2a3d04de644d 03:16:52 ---> b4ea28da127b 03:16:52 Step 7/29 : COPY . . 03:16:52 ---> 007ea8b1d014 03:16:52 Step 7/24 : RUN go mod download 03:16:52 Removing intermediate container f55033e80cfe 03:16:52 ---> e584e8255527 03:16:52 Removing intermediate container 5f186c7f1f8b 03:16:52 ---> 15a7ff40b186 03:16:52 Step 6/22 : COPY go.mod . 03:16:52 Step 6/20 : COPY go.mod . 03:16:52 ---> Running in ad9356441f00 03:16:53 Removing intermediate container 17c3e28b24ee 03:16:53 ---> 13e2e20e9b11 03:16:53 Step 6/22 : COPY go.mod . 03:16:54 ---> e3208076c62b 03:16:54 ---> 2f74c93f403c 03:16:54 Step 7/22 : RUN go mod download 03:16:54 Step 7/20 : RUN go mod download 03:16:54 ---> db9de91fe025 03:16:54 Step 7/22 : RUN go mod download 03:16:54 ---> Running in 473cd1868bcf 03:16:54 ---> Running in f81295f638f6 03:16:55 ---> Running in 58f2a04d743d 03:16:58 Removing intermediate container ad9356441f00 03:16:58 ---> f1f77745bad6 03:16:58 Step 8/24 : COPY . . 03:17:00 Removing intermediate container f81295f638f6 03:17:00 ---> cabdf906281d 03:17:00 Step 8/22 : COPY . . 03:17:01 Removing intermediate container 473cd1868bcf 03:17:01 ---> fabb8ce6165e 03:17:01 Step 8/20 : COPY . . 03:17:01 Removing intermediate container 58f2a04d743d 03:17:01 ---> a4889b337395 03:17:01 Step 8/22 : COPY . . 03:17:19 ---> 3ffe40ba837d 03:17:19 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:17:19 ---> Running in a38a58a245ef 03:17:19 ---> 2e73ea5c265a 03:17:19 Step 9/22 : RUN make cmd/core-command/core-command 03:17:19 ---> 061c169bd1c5 03:17:19 Step 9/22 : RUN make cmd/support-logging/support-logging 03:17:19 ---> 3fe9e61b1597 03:17:19 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:17:19 ---> 10a666f5467d 03:17:19 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 03:17:19 ---> Running in fa72af0d8463 03:17:19 ---> Running in 61563fe2bf33 03:17:19 ---> Running in 79cd062b72ac 03:17:19 ---> Running in 5eb381e4891b 03:17:21 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 03:17:22 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 03:17:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:17:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 03:17:22 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 03:18:44 Removing intermediate container a38a58a245ef 03:18:44 ---> 75b85361418a 03:18:44 03:18:44 Step 9/29 : FROM alpine:latest 03:18:44 Removing intermediate container 5eb381e4891b 03:18:44 ---> 3dbf6065a015 03:18:44 03:18:44 Step 10/20 : FROM alpine 03:18:44 latest: Pulling from library/alpine 03:18:44 latest: Pulling from library/alpine 03:18:44 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:18:44 Status: Downloaded newer image for alpine:latest 03:18:44 ---> 62ee0e9f8440 03:18:44 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:18:44 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:18:44 Status: Image is up to date for alpine:latest 03:18:44 ---> 62ee0e9f8440 03:18:44 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:18:44 ---> Running in 625e69126c8e 03:18:44 ---> Running in abb04efc4505 03:18:44 Removing intermediate container 625e69126c8e 03:18:44 ---> 7fc187990114 03:18:44 Step 11/29 : USER root 03:18:44 ---> Running in ee9a8cfcd51f 03:18:45 Removing intermediate container ee9a8cfcd51f 03:18:45 ---> 1272bd131d0a 03:18:45 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:18:45 ---> Running in 110d8df539ec 03:18:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:47 v3.12.0-409-g70ac6527ef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:18:47 v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:18:47 OK: 12621 distinct packages available 03:18:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:48 (1/4) Installing ca-certificates (20191127-r4) 03:18:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:18:49 (3/4) Installing libcurl (7.69.1-r1) 03:18:49 (4/4) Installing curl (7.69.1-r1) 03:18:49 Executing busybox-1.31.1-r16.trigger 03:18:49 Executing ca-certificates-20191127-r4.trigger 03:18:49 v3.12.0-409-g70ac6527ef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:18:49 v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:18:49 OK: 12621 distinct packages available 03:18:49 OK: 7 MiB in 18 packages 03:18:50 (1/2) Installing ca-certificates (20191127-r4) 03:18:50 (2/2) Installing dumb-init (1.2.2-r1) 03:18:50 Executing busybox-1.31.1-r16.trigger 03:18:50 Executing ca-certificates-20191127-r4.trigger 03:18:50 OK: 6 MiB in 16 packages 03:18:52 Removing intermediate container abb04efc4505 03:18:52 ---> f938f2e3d844 03:18:52 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:18:52 ---> Running in c6783d30c864 03:18:54 Removing intermediate container c6783d30c864 03:18:54 ---> cd6711f22ed0 03:18:54 Step 13/20 : WORKDIR /edgex 03:18:54 Removing intermediate container 110d8df539ec 03:18:54 ---> 1d032c34a2f5 03:18:54 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:18:54 ---> Running in 4e333b4b2340 03:18:55 ---> Running in 26e63d1187ca 03:18:56 Removing intermediate container 4e333b4b2340 03:18:56 ---> 60d72aabf0fc 03:18:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:18:56 Removing intermediate container 26e63d1187ca 03:18:56 ---> 0a31d1a7c129 03:18:56 Step 14/29 : WORKDIR $BASE_DIR 03:18:56 ---> Running in ec6699f551aa 03:18:57 Removing intermediate container 61563fe2bf33 03:18:57 ---> 9026d9eed1a1 03:18:57 03:18:57 Step 10/22 : FROM scratch 03:18:57 ---> 03:18:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:18:57 ---> Running in 705f2d820149 03:18:57 Removing intermediate container ec6699f551aa 03:18:57 ---> efd17a3bae6a 03:18:57 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:18:58 ---> 6c9bc1278764 03:18:58 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:18:58 ---> Running in 37f1d283eb9a 03:18:58 Removing intermediate container 705f2d820149 03:18:58 ---> c44f7c2ba9bf 03:18:58 Step 12/22 : ENV APP_PORT=48061 03:18:59 ---> Running in f4c52f6b6920 03:18:59 Removing intermediate container f4c52f6b6920 03:18:59 ---> b7ff22df8333 03:18:59 Step 13/22 : EXPOSE $APP_PORT 03:18:59 ---> Running in 1d6a8d0c87b9 03:19:00 ---> ee9ccff4dd4a 03:19:00 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:19:00 ---> Running in 25f72e16f5cb 03:19:00 Removing intermediate container 1d6a8d0c87b9 03:19:00 ---> 998b8b4ff674 03:19:00 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 03:19:01 Removing intermediate container 25f72e16f5cb 03:19:01 ---> 3453ac547928 03:19:01 Step 17/20 : CMD ["--init=true"] 03:19:01 ---> Running in f579bf1e63ca 03:19:02 ---> ff84d68e0ac9 03:19:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 03:19:02 Removing intermediate container 37f1d283eb9a 03:19:02 ---> 3bdb088e506c 03:19:02 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:19:02 Removing intermediate container f579bf1e63ca 03:19:02 ---> 60689626ac1b 03:19:02 Step 18/20 : LABEL arch=arm64 03:19:03 ---> Running in 573c2c0fed09 03:19:03 ---> 0c318e9cdbec 03:19:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 03:19:04 Removing intermediate container 573c2c0fed09 03:19:04 ---> cf91f5f98ff9 03:19:04 Step 19/20 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:19:04 ---> 665e5f0ae7ce 03:19:04 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:19:04 ---> Running in b7d0b534c0ce 03:19:05 ---> 453a36bd59a3 03:19:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 03:19:06 ---> e6c1b601aee0 03:19:06 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:19:06 Removing intermediate container b7d0b534c0ce 03:19:06 ---> 185387bd7919 03:19:06 Step 20/20 : LABEL version=0.0.0 03:19:07 ---> Running in e241352da3f9 03:19:07 ---> 1aebe3ee4636 03:19:07 Step 18/22 : ENTRYPOINT ["/support-logging"] 03:19:07 Removing intermediate container fa72af0d8463 03:19:07 ---> 9f831984d702 03:19:07 03:19:07 Step 10/22 : FROM scratch 03:19:07 ---> 03:19:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:19:07 Removing intermediate container 79cd062b72ac 03:19:07 ---> 311cdba52809 03:19:07 03:19:07 Step 10/24 : FROM scratch 03:19:07 ---> 03:19:07 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:19:07 ---> Using cache 03:19:07 ---> c44f7c2ba9bf 03:19:07 Step 12/24 : ENV APP_PORT=48060 03:19:07 ---> Running in 1e852e9ca8f0 03:19:07 ---> Running in ecc6b77fcc83 03:19:07 ---> c9b1114317e2 03:19:07 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:19:07 ---> Running in 4ed873c8124a 03:19:07 Removing intermediate container e241352da3f9 03:19:07 ---> 7f6e1db1c357 03:19:07 03:19:08 Removing intermediate container 1e852e9ca8f0 03:19:08 ---> 19446ff1e73d 03:19:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:19:08 Successfully built 7f6e1db1c357 03:19:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:19:08 Building docker-core-data-go 03:19:08  Building docker-security-proxy-setup-go ... done Removing intermediate container ecc6b77fcc83 03:19:08 ---> d6ec060cace8 03:19:08 Step 12/22 : ENV APP_PORT=48082 03:19:08 ---> Running in 2513980dae6c 03:19:08 Removing intermediate container 4ed873c8124a 03:19:08 ---> b7f77e65d7ec 03:19:08 Step 13/24 : EXPOSE $APP_PORT 03:19:08 ---> Running in c7dabe12ff06 03:19:08 ---> Running in af5a7a098d4e 03:19:08 ---> 43deb200d1e8 03:19:08 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:19:08 Removing intermediate container 2513980dae6c 03:19:08 ---> de91e718c58a 03:19:08 Step 20/22 : LABEL arch=arm64 03:19:09 Removing intermediate container c7dabe12ff06 03:19:09 ---> 2fc1135ca788 03:19:09 Step 13/22 : EXPOSE $APP_PORT 03:19:09 ---> Running in 3f898b495463 03:19:09 Removing intermediate container af5a7a098d4e 03:19:09 ---> 50c3361f4bb8 03:19:09 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:19:09 ---> Running in e834646c488e 03:19:10 Removing intermediate container 3f898b495463 03:19:10 ---> b24ee89894aa 03:19:10 Step 21/22 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:19:10 ---> 890babe32c3e 03:19:10 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:19:10 ---> 77ea0949433e 03:19:10 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:19:10 Removing intermediate container e834646c488e 03:19:10 ---> 04f564e1ebc9 03:19:10 Step 14/22 : WORKDIR / 03:19:11 ---> Running in 8f70c9d60fd7 03:19:11 ---> Running in ac92576f0306 03:19:11 ---> Running in 3a442875e266 03:19:12 Removing intermediate container 8f70c9d60fd7 03:19:12 ---> 97cfaa795de8 03:19:12 Step 22/22 : LABEL version=0.0.0 03:19:13 ---> d30e80f07a52 03:19:13 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:19:13 Removing intermediate container 3a442875e266 03:19:13 ---> cbbc63107a21 03:19:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:19:13 ---> Running in 721af2292a0e 03:19:14 ---> 59467f046a7d 03:19:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:19:14 Removing intermediate container 721af2292a0e 03:19:14 ---> 43a35a9d6029 03:19:14 03:19:15 ---> 52de9e2f1171 03:19:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:19:15 Successfully built 43a35a9d6029 03:19:15 Successfully tagged docker-support-logging-go-arm64:latest 03:19:15  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 03:19:16 ---> dd94456af163 03:19:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:19:16 Removing intermediate container ac92576f0306 03:19:16 ---> 59effda4ce8e 03:19:16 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:19:16 ---> a4100ecf6f2d 03:19:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:19:18 ---> be62dfad0554 03:19:18 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:19:19 ---> e2f84743ab9c 03:19:19 Step 18/22 : ENTRYPOINT ["/core-command"] 03:19:19 ---> a18ef7e8eee8 03:19:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:19:19 ---> Running in 44da04d95bad 03:19:20 ---> Running in 948bb80b0254 03:19:20 ---> c7a71395b530 03:19:20 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:19:21 Removing intermediate container 948bb80b0254 03:19:21 ---> 5d34a8a72b23 03:19:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:19:21 ---> Running in e6b4a2d6ab2c 03:19:21 ---> Running in 87ccb472b438 03:19:22 Removing intermediate container e6b4a2d6ab2c 03:19:22 ---> c3e1b7fab244 03:19:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:19:22 Removing intermediate container 87ccb472b438 03:19:22 ---> 59ceefa38129 03:19:22 Step 20/22 : LABEL arch=arm64 03:19:22 ---> Running in b83017d45f96 03:19:23 ---> Running in d19dbcf6870c 03:19:23 Removing intermediate container b83017d45f96 03:19:23 ---> c0852ba65699 03:19:23 Step 22/24 : LABEL arch=arm64 03:19:24 Removing intermediate container 44da04d95bad 03:19:24 ---> 151531350a84 03:19:24 Step 24/29 : RUN chmod 755 security-secrets-setup 03:19:24 Removing intermediate container d19dbcf6870c 03:19:24 ---> acd79d15a1f9 03:19:24 Step 21/22 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:19:24 ---> Running in 8881513b1e2f 03:19:24 ---> Running in 2ffaa7918fa6 03:19:24 ---> Running in ba7c8e821c05 03:19:25 Removing intermediate container 8881513b1e2f 03:19:25 ---> 732a4b6d9f2a 03:19:25 Step 23/24 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:19:25 Removing intermediate container 2ffaa7918fa6 03:19:25 ---> 3a0f6024d350 03:19:25 Step 22/22 : LABEL version=0.0.0 03:19:25 ---> Running in 473d8c6f8f99 03:19:25 ---> Running in 400afd44e35e 03:19:26 Removing intermediate container 473d8c6f8f99 03:19:26 ---> 87ab2b005b08 03:19:26 Step 24/24 : LABEL version=0.0.0 03:19:26 Removing intermediate container 400afd44e35e 03:19:26 ---> f49c5a3bd980 03:19:26 03:19:26 ---> Running in cf8e80808a4a 03:19:26 Successfully built f49c5a3bd980 03:19:26 Successfully tagged docker-core-command-go-arm64:latest 03:19:26  Building docker-core-command-go ... done Building docker-support-scheduler-go 03:19:27 Removing intermediate container cf8e80808a4a 03:19:27 ---> 5e2b3f8c127c 03:19:27 03:19:28 Successfully built 5e2b3f8c127c 03:19:28 Successfully tagged docker-support-notifications-go-arm64:latest 03:19:28  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 03:19:28 Removing intermediate container ba7c8e821c05 03:19:28 ---> 75e6f678aad3 03:19:28 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:19:28 ---> Running in 9dec0081100b 03:19:29 Removing intermediate container 9dec0081100b 03:19:29 ---> 8a7327a1e3c5 03:19:29 Step 26/29 : CMD [ "generate" ] 03:19:29 ---> Running in 5958acdcb963 03:19:29 Removing intermediate container 5958acdcb963 03:19:29 ---> 8ab94f417ed9 03:19:29 Step 27/29 : LABEL arch=arm64 03:19:30 ---> Running in d7e522839c47 03:19:31 Removing intermediate container d7e522839c47 03:19:31 ---> f1d6ebf30e65 03:19:31 Step 28/29 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:19:31 ---> Running in 166430cf3d2a 03:19:32 Removing intermediate container 166430cf3d2a 03:19:32 ---> cbc21e3931fc 03:19:32 Step 29/29 : LABEL version=0.0.0 03:19:32 ---> Running in f39f957095f7 03:19:33 Removing intermediate container f39f957095f7 03:19:33 ---> d7076fa2c973 03:19:33 03:19:34 Successfully built d7076fa2c973 03:19:34 Successfully tagged docker-security-secrets-setup-go-arm64:latest 03:19:34 Building docker-core-metadata-go 03:19:36  Building docker-security-secrets-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 03:19:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:19:36 ---> 10c8a76c11ed 03:19:36 Step 3/23 : WORKDIR /edgex-go 03:19:36 ---> Using cache 03:19:36 ---> e69ce2efe8a2 03:19:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:19:36 ---> Using cache 03:19:36 ---> a8ac1486054b 03:19:36 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 03:19:38 ---> Running in c617e326e871 03:19:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:19:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:19:41 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 03:19:41 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:19:41 OK: 12623 distinct packages available 03:19:42 OK: 217 MiB in 51 packages 03:19:46 Removing intermediate container c617e326e871 03:19:46 ---> 73b739dfa768 03:19:46 Step 6/23 : COPY go.mod . 03:19:47 ---> 1a53beada898 03:19:47 Step 7/23 : RUN go mod download 03:19:48 ---> Running in f8766d0117d0 03:19:51 Removing intermediate container f8766d0117d0 03:19:51 ---> 2653820a1c34 03:19:51 Step 8/23 : COPY . . 03:20:01 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 03:20:01 Step 2/27 : FROM ${BUILDER_BASE} AS builder 03:20:01 ---> 10c8a76c11ed 03:20:01 Step 3/27 : WORKDIR /edgex-go 03:20:01 ---> Using cache 03:20:01 ---> e69ce2efe8a2 03:20:01 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:20:01 ---> Using cache 03:20:01 ---> a8ac1486054b 03:20:01 Step 5/27 : RUN apk update && apk add make bash git 03:20:06 ---> Running in b3f7851d891c 03:20:06 ---> a8b6fce46f90 03:20:06 Step 9/23 : RUN make cmd/core-data/core-data 03:20:07 ---> Running in 3672afe565a7 03:20:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:20:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:20:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:20:09 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 03:20:09 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:20:09 OK: 12623 distinct packages available 03:20:10 OK: 217 MiB in 51 packages 03:20:13 Removing intermediate container b3f7851d891c 03:20:13 ---> 43c29ed1716c 03:20:13 Step 6/27 : COPY go.mod . 03:20:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 03:20:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:20:14 ---> 10c8a76c11ed 03:20:14 Step 3/26 : WORKDIR /edgex-go 03:20:14 ---> Using cache 03:20:14 ---> e69ce2efe8a2 03:20:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:20:14 ---> Using cache 03:20:14 ---> a8ac1486054b 03:20:14 Step 5/26 : RUN apk update && apk add make git 03:20:14 ---> Using cache 03:20:14 ---> e584e8255527 03:20:14 Step 6/26 : COPY go.mod . 03:20:14 ---> Using cache 03:20:14 ---> e3208076c62b 03:20:14 Step 7/26 : RUN go mod download 03:20:14 ---> Using cache 03:20:14 ---> fabb8ce6165e 03:20:14 Step 8/26 : COPY . . 03:20:14 ---> Using cache 03:20:14 ---> 10a666f5467d 03:20:14 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 03:20:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 03:20:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:20:14 ---> 10c8a76c11ed 03:20:14 Step 3/21 : WORKDIR /edgex-go 03:20:14 ---> Using cache 03:20:14 ---> e69ce2efe8a2 03:20:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:20:14 ---> Using cache 03:20:14 ---> a8ac1486054b 03:20:14 Step 5/21 : RUN apk update && apk add make git 03:20:14 ---> Using cache 03:20:14 ---> e584e8255527 03:20:14 Step 6/21 : COPY go.mod . 03:20:14 ---> Using cache 03:20:14 ---> e3208076c62b 03:20:14 Step 7/21 : RUN go mod download 03:20:14 ---> Using cache 03:20:14 ---> fabb8ce6165e 03:20:14 Step 8/21 : COPY . . 03:20:15 ---> Using cache 03:20:15 ---> 10a666f5467d 03:20:15 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:20:15 ---> Running in e5aacb1c6b1a 03:20:15 ---> Running in 8e331d4cd443 03:20:15 ---> 069d192a7f1f 03:20:15 Step 7/27 : RUN go mod download 03:20:16 ---> Running in 32d4af18d9c3 03:20:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:20:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:20:18 ---> 10c8a76c11ed 03:20:18 Step 3/22 : WORKDIR /edgex-go 03:20:18 ---> Using cache 03:20:18 ---> e69ce2efe8a2 03:20:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:20:18 ---> Using cache 03:20:18 ---> a8ac1486054b 03:20:18 Step 5/22 : RUN apk update && apk add make git 03:20:18 ---> Using cache 03:20:18 ---> e584e8255527 03:20:18 Step 6/22 : COPY go.mod . 03:20:18 ---> Using cache 03:20:18 ---> e3208076c62b 03:20:18 Step 7/22 : RUN go mod download 03:20:18 ---> Using cache 03:20:18 ---> fabb8ce6165e 03:20:18 Step 8/22 : COPY . . 03:20:18 ---> Using cache 03:20:18 ---> 10a666f5467d 03:20:18 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:20:18 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 03:20: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 03:20:19 ---> Running in a1976a7e2c95 03:20:22 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 03:20:22 Removing intermediate container 32d4af18d9c3 03:20:22 ---> 44bd5bdb124f 03:20:22 Step 8/27 : COPY . . 03:20:40 ---> 66461ef1dd35 03:20:40 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:20:40 ---> Running in 712fedee6822 03:20:41 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 03:21:38 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 03:21:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 03:22:01 Removing intermediate container e5aacb1c6b1a 03:22:01 ---> f81b5e1b08c9 03:22:01 03:22:01 Step 10/26 : FROM alpine:3.10 03:22:01 3.10: Pulling from library/alpine 03:22:03 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:22:03 Status: Downloaded newer image for alpine:3.10 03:22:03 ---> 536a684cf733 03:22:03 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:22:03 ---> Running in db4f472c7def 03:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 03:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 03:22:06 v3.10.5-99-g0bd09295e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:22:06 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:22:06 OK: 10167 distinct packages available 03:22:07 (1/5) Installing ca-certificates (20191127-r2) 03:22:07 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:22:07 (3/5) Installing libcurl (7.66.0-r1) 03:22:07 (4/5) Installing curl (7.66.0-r1) 03:22:07 (5/5) Installing dumb-init (1.2.2-r1) 03:22:07 Executing busybox-1.30.1-r3.trigger 03:22:07 Executing ca-certificates-20191127-r2.trigger 03:22:07 OK: 7 MiB in 19 packages 03:22:10 Removing intermediate container db4f472c7def 03:22:10 ---> a72e95498ba0 03:22:10 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:22:10 ---> Running in 72c2de327a8d 03:22:11 Removing intermediate container 72c2de327a8d 03:22:11 ---> f68a65a1ac7e 03:22:11 Step 13/26 : WORKDIR / 03:22:11 ---> Running in c4c7454ddb23 03:22:12 Removing intermediate container c4c7454ddb23 03:22:12 ---> c119bc2c6475 03:22:12 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:22:15 ---> 95be4576db6a 03:22:15 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:22:17 ---> 8fa1dbdc784f 03:22:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:22:17 Removing intermediate container 8e331d4cd443 03:22:17 ---> fdd75b57ff1c 03:22:17 03:22:17 Step 10/21 : FROM scratch 03:22:17 ---> 03:22:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:22:17 Removing intermediate container 712fedee6822 03:22:17 ---> 3a15cb70f0dc 03:22:17 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:22:17 ---> Using cache 03:22:17 ---> d6ec060cace8 03:22:17 Step 12/21 : ENV APP_PORT=48085 03:22:17 ---> Running in bc29bf1e70d9 03:22:18 ---> Running in 146663a31cb1 03:22:18 ---> 7ac1a52cfa91 03:22:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 03:22:18 Removing intermediate container 146663a31cb1 03:22:18 ---> e0085909673a 03:22:18 Step 13/21 : EXPOSE $APP_PORT 03:22:19 ---> Running in 67454b7caa73 03:22:19 Removing intermediate container 67454b7caa73 03:22:19 ---> 41cf0b7ebe1e 03:22:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:22:20 ---> 18552d2d8da5 03:22:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:22:20 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 03:22:21 ---> cd404ce1be70 03:22:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:22:21 ---> 16949d9e6e5e 03:22:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:22:24 ---> 413a428bab94 03:22:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:22:24 ---> 2aa9a78538d8 03:22:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 03:22:25 ---> 60ad44baba43 03:22:25 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:22:25 ---> Running in c13d876433e4 03:22:26 ---> 2ce280821098 03:22:26 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:22:26 Removing intermediate container c13d876433e4 03:22:26 ---> 0ca21b245772 03:22:26 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:22:26 Removing intermediate container bc29bf1e70d9 03:22:26 ---> 8572cef6aa0d 03:22:26 03:22:26 Step 11/27 : FROM docker:latest 03:22:26 ---> 45884bde0078 03:22:26 Step 12/27 : RUN apk add --no-cache bash 03:22:26 ---> Running in 24dc129eb71a 03:22:26 ---> Running in 7f671b87d4bc 03:22:27 ---> 4dc82f267c27 03:22:27 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:22:27 Removing intermediate container 24dc129eb71a 03:22:27 ---> c71148278aa4 03:22:27 Step 19/21 : LABEL arch=arm64 03:22:27 ---> Running in 65b4d0ca2003 03:22:27 ---> Running in 6a09d9ce846f 03:22:28 Removing intermediate container 6a09d9ce846f 03:22:28 ---> 684ff22858c4 03:22:28 Step 20/21 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:22:29 ---> Running in eaa2e31d6e16 03:22:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:30 Removing intermediate container eaa2e31d6e16 03:22:30 ---> dd07f36eb92e 03:22:30 Step 21/21 : LABEL version=0.0.0 03:22:30 ---> Running in 489df5f55e92 03:22:30 (1/2) Installing readline (8.0.4-r0) 03:22:30 (2/2) Installing bash (5.0.17-r0) 03:22:30 Executing bash-5.0.17-r0.post-install 03:22:30 Executing busybox-1.31.1-r16.trigger 03:22:30 OK: 12 MiB in 22 packages 03:22:31 Removing intermediate container 489df5f55e92 03:22:31 ---> 97535b985d51 03:22:31 03:22:31 Successfully built 97535b985d51 03:22:31 Successfully tagged docker-support-scheduler-go-arm64:latest 03:22:32  Building docker-support-scheduler-go ... done Removing intermediate container 65b4d0ca2003 03:22:32 ---> 02d2ed5f333a 03:22:32 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:22:32 ---> Running in 52afa3361276 03:22:32 Removing intermediate container 7f671b87d4bc 03:22:32 ---> 5bdd689b738c 03:22:32 Step 13/27 : RUN rm -rf /var/cache/apk/* 03:22:33 ---> Running in 049e14c3e0d1 03:22:33 Removing intermediate container 52afa3361276 03:22:33 ---> f66a661f6877 03:22:33 Step 24/26 : LABEL arch=arm64 03:22:33 ---> Running in 7fd235852f98 03:22:34 Removing intermediate container 3672afe565a7 03:22:34 ---> b74c2e366282 03:22:34 03:22:34 Step 10/23 : FROM alpine 03:22:34 ---> 62ee0e9f8440 03:22:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:22:34 Removing intermediate container a1976a7e2c95 03:22:34 ---> fb1b5b91fbd4 03:22:34 03:22:34 Step 10/22 : FROM scratch 03:22:34 ---> 03:22:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:22:34 ---> Running in 3a9df59b5b70 03:22:34 ---> Using cache 03:22:34 ---> d6ec060cace8 03:22:34 Step 12/22 : ENV APP_PORT=48081 03:22:34 Removing intermediate container 7fd235852f98 03:22:34 ---> 928025e66f93 03:22:34 Step 25/26 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:22:34 ---> Running in 16ea65c3b301 03:22:34 ---> Running in d284d167ec2a 03:22:34 Removing intermediate container 3a9df59b5b70 03:22:34 ---> a74037964ffb 03:22:34 Step 12/23 : ENV APP_PORT=48080 03:22:35 ---> Running in 12e8f1ba6b10 03:22:35 Removing intermediate container 16ea65c3b301 03:22:35 ---> 004e35c88233 03:22:35 Step 13/22 : EXPOSE $APP_PORT 03:22:35 ---> Running in 4b4c1d302558 03:22:35 Removing intermediate container d284d167ec2a 03:22:35 ---> 5f37479fa405 03:22:35 Step 26/26 : LABEL version=0.0.0 03:22:35 ---> Running in 8bea49d18ef6 03:22:35 Removing intermediate container 12e8f1ba6b10 03:22:35 ---> 22cb54c5a930 03:22:35 Step 13/23 : EXPOSE $APP_PORT 03:22:36 ---> Running in e2ed1e7aec90 03:22:36 Removing intermediate container 4b4c1d302558 03:22:36 ---> 63aa86559777 03:22:36 Step 14/22 : WORKDIR / 03:22:36 ---> Running in 3023e09ea944 03:22:36 Removing intermediate container 8bea49d18ef6 03:22:36 ---> e86daa3186ab 03:22:36 03:22:36 Removing intermediate container e2ed1e7aec90 03:22:36 ---> bb6373f48e8d 03:22:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:36 Removing intermediate container 049e14c3e0d1 03:22:36 ---> 861c110f9ba6 03:22:36 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:22:36 Successfully built e86daa3186ab 03:22:36 ---> Running in a05ead7a020a 03:22:36 ---> Running in f9031d1f5e2b 03:22:36 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:22:36  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3023e09ea944 03:22:36 ---> 00db17e5520f 03:22:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:22:37 Removing intermediate container f9031d1f5e2b 03:22:37 ---> 56012c9e948d 03:22:37 Step 15/27 : ENV APP_PORT=48090 03:22:37 ---> Running in d246dd863796 03:22:37 ---> 9ae12096bb20 03:22:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:22:38 Removing intermediate container d246dd863796 03:22:38 ---> 06fa1d78858a 03:22:38 Step 16/27 : EXPOSE $APP_PORT 03:22:38 ---> Running in dd146422d11c 03:22:38 Removing intermediate container dd146422d11c 03:22:38 ---> 543cda886dd9 03:22:38 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:22:39 ---> 616d0da9be66 03:22:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:22:39 Removing intermediate container a05ead7a020a 03:22:39 ---> 0b6723b07cc8 03:22:39 Step 15/23 : RUN apk --no-cache add zeromq 03:22:40 ---> e8b2e1c41886 03:22:40 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:22:40 ---> Running in 0c1375058f16 03:22:40 ---> Running in a8230a39aab7 03:22:40 ---> 5410011c6f72 03:22:40 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:22:40 Removing intermediate container a8230a39aab7 03:22:40 ---> aae1e94cd7b4 03:22:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:22:40 ---> Running in 8ffb2d7f0eca 03:22:41 ---> 39d82195549b 03:22:41 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:22:41 Removing intermediate container 8ffb2d7f0eca 03:22:41 ---> ee42c79f3a2f 03:22:41 Step 20/22 : LABEL arch=arm64 03:22:41 ---> Running in 02186ea426cb 03:22:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:42 ---> e0a7fb88ccb0 03:22:42 Step 20/27 : RUN apk --no-cache add py3-pip 03:22:42 Removing intermediate container 02186ea426cb 03:22:42 ---> d96981e7c396 03:22:42 Step 21/22 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:22:42 ---> Running in dc225f7906bc 03:22:42 ---> Running in 4161963d45e0 03:22:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:42 Removing intermediate container 4161963d45e0 03:22:42 ---> aafb69d4aadf 03:22:42 Step 22/22 : LABEL version=0.0.0 03:22:42 ---> Running in 47b95a3fd3af 03:22:43 (1/5) Installing libgcc (9.3.0-r2) 03:22:43 (2/5) Installing libsodium (1.0.18-r0) 03:22:43 Removing intermediate container 47b95a3fd3af 03:22:43 ---> f043a7f2ed43 03:22:43 03:22:43 (3/5) Installing libstdc++ (9.3.0-r2) 03:22:43 (4/5) Installing libzmq (4.3.3-r0) 03:22:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:43 (5/5) Installing zeromq (4.3.3-r0) 03:22:43 Successfully built f043a7f2ed43 03:22:43 Successfully tagged docker-core-metadata-go-arm64:latest 03:22:43  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r16.trigger 03:22:43 OK: 8 MiB in 19 packages 03:22:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:44 (1/33) Installing libbz2 (1.0.8-r1) 03:22:44 (2/33) Installing expat (2.2.9-r1) 03:22:44 (3/33) Installing libffi (3.3-r2) 03:22:44 (4/33) Installing gdbm (1.13-r1) 03:22:44 (5/33) Installing xz-libs (5.2.5-r0) 03:22:44 (6/33) Installing sqlite-libs (3.32.1-r0) 03:22:44 (7/33) Installing python3 (3.8.5-r0) 03:22:45 Removing intermediate container 0c1375058f16 03:22:45 ---> 26ea167c6ca6 03:22:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:22:46 ---> 2237657d14c5 03:22:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:22:46 (8/33) Installing py3-appdirs (1.4.4-r1) 03:22:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:22:46 (10/33) Installing py3-parsing (2.4.7-r0) 03:22:46 (11/33) Installing py3-six (1.15.0-r0) 03:22:46 (12/33) Installing py3-packaging (20.4-r0) 03:22:46 (13/33) Installing py3-setuptools (47.0.0-r0) 03:22:46 (14/33) Installing py3-chardet (3.0.4-r4) 03:22:46 (15/33) Installing py3-idna (2.9-r0) 03:22:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:22:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:22:46 (18/33) Installing py3-requests (2.23.0-r0) 03:22:46 (19/33) Installing py3-msgpack (1.0.0-r0) 03:22:46 (20/33) Installing py3-lockfile (0.12.2-r3) 03:22:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:22:47 (22/33) Installing py3-colorama (0.4.3-r0) 03:22:47 (23/33) Installing py3-distlib (0.3.0-r0) 03:22:47 (24/33) Installing py3-distro (1.5.0-r1) 03:22:47 (25/33) Installing py3-webencodings (0.5.1-r3) 03:22:47 (26/33) Installing py3-html5lib (1.0.1-r4) 03:22:47 (27/33) Installing py3-pytoml (0.1.21-r0) 03:22:47 (28/33) Installing py3-pep517 (0.8.2-r0) 03:22:47 (29/33) Installing py3-progress (1.5-r0) 03:22:47 (30/33) Installing py3-toml (0.10.1-r0) 03:22:47 (31/33) Installing py3-retrying (1.3.3-r0) 03:22:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:22:47 (33/33) Installing py3-pip (20.1.1-r0) 03:22:47 Executing busybox-1.31.1-r16.trigger 03:22:47 OK: 71 MiB in 55 packages 03:22:48 ---> 007f3f45608a 03:22:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:22:49 ---> e8b7430c232a 03:22:49 Step 19/23 : ENTRYPOINT ["/core-data"] 03:22:49 ---> Running in 68a2723bc8d2 03:22:50 Removing intermediate container 68a2723bc8d2 03:22:50 ---> 8ba7b00ade96 03:22:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:22:50 ---> Running in 908c5a991140 03:22:51 Removing intermediate container 908c5a991140 03:22:51 ---> e25be9b8963a 03:22:51 Step 21/23 : LABEL arch=arm64 03:22:51 ---> Running in c26548417ef3 03:22:51 Removing intermediate container c26548417ef3 03:22:51 ---> c26083bf4104 03:22:51 Step 22/23 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:22:52 ---> Running in 11f718d425e6 03:22:52 Removing intermediate container 11f718d425e6 03:22:52 ---> a52eda42179f 03:22:52 Step 23/23 : LABEL version=0.0.0 03:22:52 ---> Running in 171eeaea6b00 03:22:53 Removing intermediate container 171eeaea6b00 03:22:53 ---> 9592ea58a67f 03:22:53 03:22:53 Successfully built 9592ea58a67f 03:22:53 Successfully tagged docker-core-data-go-arm64:latest 03:22:54  Building docker-core-data-go ... done Removing intermediate container dc225f7906bc 03:22:54 ---> aadb13cd71b3 03:22:54 Step 21/27 : RUN pip install docker-compose==1.23.2 03:22:54 ---> Running in 6598b1170089 03:22:59 Collecting docker-compose==1.23.2 03:22:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:23:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:23:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:23:00 Collecting texttable<0.10,>=0.9.0 03:23:00 Downloading texttable-0.9.1.tar.gz (11 kB) 03:23:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:23:02 Collecting PyYAML<4,>=3.10 03:23:03 Downloading PyYAML-3.13.tar.gz (270 kB) 03:23:05 Collecting docopt<0.7,>=0.6.1 03:23:05 Downloading docopt-0.6.2.tar.gz (25 kB) 03:23:08 Collecting docker<4.0,>=3.6.0 03:23:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:23:08 Collecting jsonschema<3,>=2.5.1 03:23:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:23:08 Collecting cached-property<2,>=1.2.0 03:23:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:23:09 Collecting dockerpty<0.5,>=0.4.1 03:23:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:23:11 Collecting websocket-client<1.0,>=0.32.0 03:23:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:23: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) 03:23: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) 03:23:11 Collecting idna<2.8,>=2.5 03:23:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:23:12 Collecting urllib3<1.25,>=1.21.1 03:23:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:23:12 Collecting docker-pycreds>=0.4.0 03:23:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:23:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:23:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:23:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:23:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:23:13 Installing collected packages: idna, urllib3, requests, texttable, PyYAML, docopt, docker-pycreds, websocket-client, docker, jsonschema, cached-property, dockerpty, docker-compose 03:23:13 Attempting uninstall: idna 03:23:13 Found existing installation: idna 2.9 03:23:13 Uninstalling idna-2.9: 03:23:13 Successfully uninstalled idna-2.9 03:23:14 Attempting uninstall: urllib3 03:23:14 Found existing installation: urllib3 1.25.9 03:23:14 Uninstalling urllib3-1.25.9: 03:23:14 Successfully uninstalled urllib3-1.25.9 03:23:15 Attempting uninstall: requests 03:23:15 Found existing installation: requests 2.23.0 03:23:15 Uninstalling requests-2.23.0: 03:23:15 Successfully uninstalled requests-2.23.0 03:23:15 Running setup.py install for texttable: started 03:23:17 Running setup.py install for texttable: finished with status 'done' 03:23:17 Running setup.py install for PyYAML: started 03:23:19 Running setup.py install for PyYAML: finished with status 'done' 03:23:19 Running setup.py install for docopt: started 03:23:21 Running setup.py install for docopt: finished with status 'done' 03:23:22 Running setup.py install for dockerpty: started 03:23:24 Running setup.py install for dockerpty: finished with status 'done' 03:23:25 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 03:23:29 Removing intermediate container 6598b1170089 03:23:29 ---> 91fbe683ddaa 03:23:29 Step 22/27 : RUN apk --no-cache add curl 03:23:29 ---> Running in d797581ba094 03:23:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:23:31 (2/3) Installing libcurl (7.69.1-r1) 03:23:31 (3/3) Installing curl (7.69.1-r1) 03:23:31 Executing busybox-1.31.1-r16.trigger 03:23:31 OK: 71 MiB in 58 packages 03:23:32 Removing intermediate container d797581ba094 03:23:32 ---> 9b5b577d8c74 03:23:32 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 03:23:32 ---> Running in 75ba40c0bad6 03:23:32 Removing intermediate container 75ba40c0bad6 03:23:32 ---> 9ce87ac245d1 03:23:32 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:23:32 ---> Running in 7bc59caace8a 03:23:33 Removing intermediate container 7bc59caace8a 03:23:33 ---> 424940613b8d 03:23:33 Step 25/27 : LABEL arch=arm64 03:23:33 ---> Running in fdec47cff97e 03:23:33 Removing intermediate container fdec47cff97e 03:23:33 ---> 3fc8530f8c19 03:23:33 Step 26/27 : LABEL git_sha=24e9062b2fd66692f072b8575e5c4db7621dae52 03:23:34 ---> Running in 48e03be83461 03:23:34 Removing intermediate container 48e03be83461 03:23:34 ---> 95b2cc4a611f 03:23:34 Step 27/27 : LABEL version=0.0.0 03:23:34 ---> Running in f6d47bcb1266 03:23:35 Removing intermediate container f6d47bcb1266 03:23:35 ---> 0c6d810951c8 03:23:35 03:23:35 Successfully built 0c6d810951c8 03:23:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:23:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:23:35 $ docker stop --time=1 6272da44be5a3691a07913a3e496775c77bc8bcff0535706ae26cb3e9c64537e 03:23:37 $ docker rm -f 6272da44be5a3691a07913a3e496775c77bc8bcff0535706ae26cb3e9c64537e [Pipeline] // withDockerContainer [Pipeline] sh 03:23:38 + docker images 03:23:38 + grep docker 03:23:38 docker-sys-mgmt-agent-go-arm64 latest 0c6d810951c8 4 seconds ago 270MB 03:23:38 docker-core-data-go-arm64 latest 9592ea58a67f 46 seconds ago 22.2MB 03:23:38 docker-core-metadata-go-arm64 latest f043a7f2ed43 55 seconds ago 13.4MB 03:23:38 docker-security-secretstore-setup-go-arm64 latest e86daa3186ab About a minute ago 30.8MB 03:23:38 docker-support-scheduler-go-arm64 latest 97535b985d51 About a minute ago 11.5MB 03:23:38 docker-security-secrets-setup-go-arm64 latest d7076fa2c973 4 minutes ago 22.7MB 03:23:38 docker-support-notifications-go-arm64 latest 5e2b3f8c127c 4 minutes ago 12.9MB 03:23:38 docker-core-command-go-arm64 latest f49c5a3bd980 4 minutes ago 11.4MB 03:23:38 docker-support-logging-go-arm64 latest 43a35a9d6029 4 minutes ago 10.6MB 03:23:38 docker-security-proxy-setup-go-arm64 latest 7f6e1db1c357 4 minutes ago 15.1MB 03:23:38 docker latest 45884bde0078 3 weeks ago 198MB [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] { (Clair Scan) Stage "Clair 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 03:23:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:23:42 ---> package-listing.sh 03:23:42 ++ facter osfamily 03:23:42 ++ tr '[:upper:]' '[:lower:]' 03:23:42 + OS_FAMILY=redhat 03:23:42 + workspace=/w/workspace/edgex-go/6 03:23:42 + START_PACKAGES=/tmp/packages_start.txt 03:23:42 + END_PACKAGES=/tmp/packages_end.txt 03:23:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:23:42 + PACKAGES=/tmp/packages_start.txt 03:23:42 + '[' /w/workspace/edgex-go/6 ']' 03:23:42 + PACKAGES=/tmp/packages_end.txt 03:23:42 + case "${OS_FAMILY}" in 03:23:42 + rpm -qa 03:23:42 + sort 03:23:47 + '[' -f /tmp/packages_start.txt ']' 03:23:47 + '[' -f /tmp/packages_end.txt ']' 03:23:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:23:47 + '[' /w/workspace/edgex-go/6 ']' 03:23:47 + mkdir -p /w/workspace/edgex-go/6/archives/ 03:23:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 03:23:47 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:23:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:23:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:23:48 03:23:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:23:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:23:49 alpine: Pulling from edgex-lftools-log-publisher 03:23:49 df20fa9351a1: Pulling fs layer 03:23:49 36b3adc4ff6f: Pulling fs layer 03:23:49 8ad3a11d3b57: Pulling fs layer 03:23:49 46f8f816bc3b: Pulling fs layer 03:23:49 93b61091891f: Pulling fs layer 03:23:49 93b9cdb0e59b: Pulling fs layer 03:23:49 5e14af77c1be: Pulling fs layer 03:23:49 01666e4c0597: Pulling fs layer 03:23:49 aa168da1d23b: Pulling fs layer 03:23:49 93b61091891f: Waiting 03:23:49 93b9cdb0e59b: Waiting 03:23:49 5e14af77c1be: Waiting 03:23:49 01666e4c0597: Waiting 03:23:49 aa168da1d23b: Waiting 03:23:49 46f8f816bc3b: Waiting 03:23:49 36b3adc4ff6f: Verifying Checksum 03:23:49 36b3adc4ff6f: Download complete 03:23:49 46f8f816bc3b: Verifying Checksum 03:23:49 46f8f816bc3b: Download complete 03:23:49 df20fa9351a1: Verifying Checksum 03:23:49 93b9cdb0e59b: Verifying Checksum 03:23:49 93b9cdb0e59b: Download complete 03:23:49 5e14af77c1be: Verifying Checksum 03:23:49 5e14af77c1be: Download complete 03:23:49 93b61091891f: Verifying Checksum 03:23:49 93b61091891f: Download complete 03:23:49 01666e4c0597: Verifying Checksum 03:23:49 01666e4c0597: Download complete 03:23:49 8ad3a11d3b57: Verifying Checksum 03:23:49 8ad3a11d3b57: Download complete 03:23:49 df20fa9351a1: Pull complete 03:23:49 36b3adc4ff6f: Pull complete 03:23:51 8ad3a11d3b57: Pull complete 03:23:51 46f8f816bc3b: Pull complete 03:23:52 93b61091891f: Pull complete 03:23:52 93b9cdb0e59b: Pull complete 03:23:53 5e14af77c1be: Pull complete 03:23:53 01666e4c0597: Pull complete 03:23:54 aa168da1d23b: Verifying Checksum 03:23:54 aa168da1d23b: Download complete 03:24:04 aa168da1d23b: Pull complete 03:24:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:24:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:24:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:24:04 prd-centos7-docker-4c-2g-5526 does not seem to be running inside a container 03:24:04 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:alpine cat 03:24:08 $ docker top af319fab60cb0320f3d8064273e69aeeb6c69ee1bdcd220e8e83b2ef5b736de9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:24:09 + touch /tmp/pre-build-complete [Pipeline] sh 03:24:10 + mkdir -p /var/log/sa [Pipeline] sh 03:24:10 + ls /var/log/sa-host 03:24:10 + sadf -c /var/log/sa-host/sa05 03:24:10 file_magic: OK 03:24:10 HZ: Using current value: 100 03:24:10 file_header: OK 03:24:10 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 03:24:10 Statistics: 03:24:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:24:10 File successfully converted to sysstat format version 12.2.1 03:24:10 + sadf -c /var/log/sa-host/sa15 03:24:10 file_magic: OK 03:24:10 HZ: Using current value: 100 03:24:10 file_header: OK 03:24:10 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 03:24:10 Statistics: 03:24:10 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... 03:24:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:24:11 provisioning config files... 03:24:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config8857939264683055664tmp [Pipeline] { [Pipeline] echo 03:24:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:24:11 ---> create-netrc.sh [Pipeline] } 03:24:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:24:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:24:11 ---> python-tools-install.sh [Pipeline] echo 03:24:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:24:12 ---> sudo-logs.sh 03:24:12 Archiving 'sudo' log.. [Pipeline] echo 03:24:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:24:12 ---> job-cost.sh 03:24:12 lf-activate-venv: SKIPPING 03:24:12 INFO: No Stack... 03:24:13 INFO: Retrieving Pricing Info for: v1-standard-2 03:24:14 INFO: Archiving Costs [Pipeline] echo 03:24:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:24:14 ---> logs-deploy.sh 03:24:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2791/6 03:24:14 INFO: archiving workspace using pattern(s): 03:24:16 Archives upload complete. 03:24:16 INFO: archiving logs to Nexus