Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from c23e8fd4983e2d1c1537c3c21db1844163aa6b79+75437401aaf0e0f587015af03db21405a724386e (88e536536650411cbb34554644741521971cef75) 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-5472 in /w/workspace/edgexfoundry_edgex-go_PR-2793 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 > 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/2793/head:refs/remotes/origin/PR-2793 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit c23e8fd4983e2d1c1537c3c21db1844163aa6b79 Merge succeeded, producing cffd8c12e98401c4d5e028c9e695ca69759ed226 Checking out Revision cffd8c12e98401c4d5e028c9e695ca69759ed226 (PR-2793) > git config core.sparsecheckout # timeout=10 > git checkout -f c23e8fd4983e2d1c1537c3c21db1844163aa6b79 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 75437401aaf0e0f587015af03db21405a724386e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cffd8c12e98401c4d5e028c9e695ca69759ed226 # timeout=10 Commit message: "Merge commit '75437401aaf0e0f587015af03db21405a724386e' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 6655343bf1c19520dee68204c8eeb379511ec5e1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:33 ========================================================= 00:31:33 EdgeX Global Pipelines Version Info 00:31:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:35 ------------------- 00:31:35 stable info: 00:31:35 ------------------- 00:31:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:35 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 00:31:35 Message: update stable to v1.0.142 00:31:35 ------------------- 00:31:35 experimental info: 00:31:35 ------------------- 00:31:35 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:35 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 00:31:35 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2793 [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2793 [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2793 [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cffd8c12e98401c4d5e028c9e695ca69759ed226 [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cffd8c1 [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 00:31:39 ++ 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 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/core-command/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo core-command,cmd/core-command/Dockerfile 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/core-data/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo core-data,cmd/core-data/Dockerfile 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/core-metadata/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/support-logging/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo support-logging,cmd/support-logging/Dockerfile 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/support-notifications/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/support-scheduler/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:39 + for file in '`ls cmd/**/Dockerfile`' 00:31:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:39 ++ cut -d/ -f2 00:31:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:39 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 00:31:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:40 00:31:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:40 latest: Pulling from edgex-devops/git-semver 00:31:40 31603596830f: Pulling fs layer 00:31:40 2a8b12db71e7: Pulling fs layer 00:31:40 6ca5941a6612: Pulling fs layer 00:31:40 ecc8261a40a4: Pulling fs layer 00:31:40 ecc8261a40a4: Waiting 00:31:40 2a8b12db71e7: Verifying Checksum 00:31:40 2a8b12db71e7: Download complete 00:31:40 31603596830f: Verifying Checksum 00:31:40 31603596830f: Download complete 00:31:40 ecc8261a40a4: Verifying Checksum 00:31:40 ecc8261a40a4: Download complete 00:31:41 31603596830f: Pull complete 00:31:41 2a8b12db71e7: Pull complete 00:31:41 6ca5941a6612: Download complete 00:31:41 6ca5941a6612: Pull complete 00:31:42 ecc8261a40a4: Pull complete 00:31:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:42 prd-centos7-docker-4c-2g-5472 does not seem to be running inside a container 00:31:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:31:44 $ docker top 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:45 [ssh-agent] Looking for ssh-agent implementation... 00:31:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:45 $ docker exec 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a ssh-agent 00:31:45 SSH_AUTH_SOCK=/tmp/ssh-C57lTKyieULy/agent.11 00:31:45 SSH_AGENT_PID=16 00:31:45 Running ssh-add (command line suppressed) 00:31:45 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7012308047878907993.key (/w/workspace/edgex-go/3@tmp/private_key_7012308047878907993.key) 00:31:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:46 + git tag --points-at HEAD [Pipeline] } 00:31:46 $ docker exec --env ******** --env ******** 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a ssh-agent -k 00:31:46 unset SSH_AUTH_SOCK; 00:31:46 unset SSH_AGENT_PID; 00:31:46 echo Agent pid 16 killed; 00:31:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:46 [ssh-agent] Looking for ssh-agent implementation... 00:31:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:46 $ docker exec 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a ssh-agent 00:31:46 SSH_AUTH_SOCK=/tmp/ssh-is2mrAG0PcJc/agent.47 00:31:46 SSH_AGENT_PID=52 00:31:46 Running ssh-add (command line suppressed) 00:31:46 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1642268894532453592.key (/w/workspace/edgex-go/3@tmp/private_key_1642268894532453592.key) 00:31:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:47 + git semver init 00:31:47 # -> Open(): unable to determine branch for HEAD 00:31:47 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:31:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:31:47 # $SEMVER_REMOTE_NAME = origin 00:31:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:47 # $SEMVER_USER_NAME = edgex-jenkins 00:31:47 # $SEMVER_BRANCH = PR-2793 00:31:47 # $SEMVER_TEMP = /tmp/semver-183629486 00:31:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:13 # '/tmp/semver-183629486' -> '/w/workspace/edgex-go/3/.semver' 00:32:13 # -> Force: false 00:32:13 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:32:13 $ docker exec --env ******** --env ******** 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a ssh-agent -k 00:32:14 unset SSH_AUTH_SOCK; 00:32:14 unset SSH_AGENT_PID; 00:32:14 echo Agent pid 52 killed; 00:32:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:14 + git semver [Pipeline] } 00:32:14 $ docker stop --time=1 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a 00:32:16 $ docker rm -f 187f98ea17f80a53949b737eceed2128bad5c4a92024487ea5b0500da154f87a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:32:17 Stashed 1 file(s) [Pipeline] echo 00:32:17 [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 00:32:17 ========================================================= 00:32:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:18 error checking context: 'can't stat '/w/workspace/edgex-go/3/.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] } 00:32:19 Failed in branch amd64 00:32:32 Still waiting to schedule task 00:32:32 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:35:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5475 in /w/workspace/edgexfoundry_edgex-go_PR-2793 [Pipeline] { [Pipeline] ws 00:35:29 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:35:34 using credential edgex-jenkins-ssh 00:35:35 Cloning the remote Git repository 00:35:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:35 > git init /w/workspace/edgex-go/3 # timeout=10 00:35:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:35 > git --version # timeout=10 00:35:35 > git --version # 'git version 2.17.1' 00:35:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:52 Merging remotes/origin/master commit 75437401aaf0e0f587015af03db21405a724386e into PR head commit c23e8fd4983e2d1c1537c3c21db1844163aa6b79 00:35:53 Merge succeeded, producing 131d76449fe38b69750f4c7ae2d089a2167ee9a2 00:35:53 Checking out Revision 131d76449fe38b69750f4c7ae2d089a2167ee9a2 (PR-2793) 00:35:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2793/head:refs/remotes/origin/PR-2793 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:52 > git config core.sparsecheckout # timeout=10 00:35:52 > git checkout -f c23e8fd4983e2d1c1537c3c21db1844163aa6b79 # timeout=10 00:35:53 > git remote # timeout=10 00:35:53 > git config --get remote.origin.url # timeout=10 00:35:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:53 > git merge 75437401aaf0e0f587015af03db21405a724386e # timeout=10 00:35:53 > git rev-parse HEAD^{commit} # timeout=10 00:35:53 > git config core.sparsecheckout # timeout=10 00:35:53 > git checkout -f 131d76449fe38b69750f4c7ae2d089a2167ee9a2 # timeout=10 00:35:57 Commit message: "Merge commit '75437401aaf0e0f587015af03db21405a724386e' into HEAD" 00:35:57 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 00:35:57 > git rev-list --no-walk 6655343bf1c19520dee68204c8eeb379511ec5e1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:35:58 ========================================================= 00:35:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:59 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:02 Sending build context to Docker daemon 164.9MB 00:36:02 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:02 Step 2/7 : FROM ${BASE} 00:36:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:02 b538f80385f9: Pulling fs layer 00:36:02 74f711af9a0d: Pulling fs layer 00:36:02 99f96fe45779: Pulling fs layer 00:36:02 8529a6b9a6be: Pulling fs layer 00:36:02 45590311c82a: Pulling fs layer 00:36:02 69ca0ff8b7b3: Pulling fs layer 00:36:02 209524e5b208: Pulling fs layer 00:36:02 8529a6b9a6be: Waiting 00:36:02 45590311c82a: Waiting 00:36:02 69ca0ff8b7b3: Waiting 00:36:02 209524e5b208: Waiting 00:36:03 99f96fe45779: Verifying Checksum 00:36:03 99f96fe45779: Download complete 00:36:03 74f711af9a0d: Download complete 00:36:03 45590311c82a: Verifying Checksum 00:36:03 45590311c82a: Download complete 00:36:03 69ca0ff8b7b3: Download complete 00:36:03 b538f80385f9: Download complete 00:36:03 b538f80385f9: Pull complete 00:36:04 74f711af9a0d: Pull complete 00:36:04 99f96fe45779: Pull complete 00:36:05 209524e5b208: Verifying Checksum 00:36:05 209524e5b208: Download complete 00:36:06 8529a6b9a6be: Verifying Checksum 00:36:06 8529a6b9a6be: Download complete 00:36:17 8529a6b9a6be: Pull complete 00:36:17 45590311c82a: Pull complete 00:36:17 69ca0ff8b7b3: Pull complete 00:36:21 209524e5b208: Pull complete 00:36:21 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:36:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:21 ---> 5bddaf1c2fca 00:36:21 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:25 ---> Running in 879ca21d29dc 00:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:28 (1/12) Installing libmagic (5.38-r0) 00:36:28 (2/12) Installing file (5.38-r0) 00:36:28 (3/12) Installing libc-dev (0.7.2-r3) 00:36:29 (4/12) Installing g++ (9.3.0-r2) 00:36:33 (5/12) Installing fortify-headers (1.1-r0) 00:36:33 (6/12) Installing patch (2.7.6-r6) 00:36:33 (7/12) Installing build-base (0.5-r2) 00:36:33 (8/12) Installing libsodium (1.0.18-r0) 00:36:33 (9/12) Installing pkgconf (1.7.2-r0) 00:36:33 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:33 (11/12) Installing libzmq (4.3.3-r0) 00:36:33 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:33 Executing busybox-1.31.1-r16.trigger 00:36:34 OK: 217 MiB in 51 packages 00:36:38 Removing intermediate container 879ca21d29dc 00:36:38 ---> d3a9a0a146e3 00:36:38 Step 4/7 : WORKDIR /edgex-go 00:36:38 ---> Running in 045a9a70948b 00:36:39 Removing intermediate container 045a9a70948b 00:36:39 ---> b2e0b970dda6 00:36:39 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:39 latest: Pulling from library/docker 00:36:39 b538f80385f9: Already exists 00:36:39 259a493cd78d: Pulling fs layer 00:36:39 b8e66b5100f5: Pulling fs layer 00:36:39 7f8258a56ab6: Pulling fs layer 00:36:39 75a0a0ebb566: Pulling fs layer 00:36:39 4a2c62f0a2a3: Pulling fs layer 00:36:39 294320357d30: Pulling fs layer 00:36:39 75a0a0ebb566: Waiting 00:36:39 4a2c62f0a2a3: Waiting 00:36:39 294320357d30: Waiting 00:36:39 b8e66b5100f5: Verifying Checksum 00:36:39 b8e66b5100f5: Download complete 00:36:39 259a493cd78d: Verifying Checksum 00:36:39 259a493cd78d: Download complete 00:36:40 75a0a0ebb566: Verifying Checksum 00:36:40 75a0a0ebb566: Download complete 00:36:40 4a2c62f0a2a3: Verifying Checksum 00:36:40 4a2c62f0a2a3: Download complete 00:36:40 294320357d30: Verifying Checksum 00:36:40 294320357d30: Download complete 00:36:40 259a493cd78d: Pull complete 00:36:40 b8e66b5100f5: Pull complete 00:36:41 7f8258a56ab6: Verifying Checksum 00:36:41 7f8258a56ab6: Download complete 00:36:44 7f8258a56ab6: Pull complete 00:36:44 75a0a0ebb566: Pull complete 00:36:44 4a2c62f0a2a3: Pull complete 00:36:45 294320357d30: Pull complete 00:36:45 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 00:36:45 Status: Downloaded newer image for docker:latest 00:36:48 ---> 76f71a6da316 00:36:48 Step 6/7 : COPY go.mod . 00:36:49 ---> 50e6793328cc 00:36:49 Step 7/7 : RUN go mod download 00:36:49 ---> Running in 4940650fd0c8 00:37:16 Removing intermediate container 4940650fd0c8 00:37:16 ---> d6a7a086b4e5 00:37:16 Successfully built d6a7a086b4e5 00:37:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:16 + docker inspect -f . ci-base-image-arm64 00:37:16 . [Pipeline] withDockerContainer 00:37:16 prd-ubuntu18.04-docker-arm64-4c-16g-5475 does not seem to be running inside a container 00:37:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:18 $ docker top 0665409dd325cda715a05dbead4e66d1607fcf2e3bf564b321c2432e77770919 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:20 + go version 00:37:20 go version go1.15.2 linux/arm64 [Pipeline] } 00:37:20 $ docker stop --time=1 0665409dd325cda715a05dbead4e66d1607fcf2e3bf564b321c2432e77770919 00:37:22 $ docker rm -f 0665409dd325cda715a05dbead4e66d1607fcf2e3bf564b321c2432e77770919 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:23 + docker inspect -f . ci-base-image-arm64 00:37:23 . [Pipeline] withDockerContainer 00:37:23 prd-ubuntu18.04-docker-arm64-4c-16g-5475 does not seem to be running inside a container 00:37:23 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:25 $ docker top 2f7f2a275fa91d3da0417a0507069ae755d09cc73e8e183b69fc47d09804bbb1 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:25 ========================================================= 00:37:25 [edgeXBuildGoParallel] Running Tests and Build... 00:37:25 ========================================================= [Pipeline] sh 00:37:26 + make test 00:37:26 GO111MODULE=on go test -coverprofile=coverage.out ./... 00:37:28 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:23 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 46.6% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.143s coverage: 27.1% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.446s coverage: 85.5% of statements 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.495s coverage: 88.9% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.456s coverage: 28.6% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.017s coverage: 100.0% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.035s coverage: 100.0% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.151s coverage: 98.7% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.0% of statements [no tests to run] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.263s coverage: 63.5% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 91.3% of statements 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.018s coverage: 100.0% of statements 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 55.9% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 17.173s coverage: 86.3% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.194s coverage: 72.2% of statements 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.464s coverage: 72.1% of statements 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.029s coverage: 82.4% of statements 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.016s coverage: 48.4% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 36.5% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.1% of statements 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.058s coverage: 42.9% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.054s coverage: 83.8% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.099s coverage: 47.1% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.012s coverage: 100.0% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.170s coverage: 29.1% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.054s coverage: 99.0% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.022s coverage: 100.0% of statements 00:39:27 GO111MODULE=on go vet ./... 00:39:50 gofmt -l . 00:39:51 [ "`gofmt -l .`" = "" ] 00:39:54 ./bin/test-go-mod-tidy.sh 00:39:55 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:00 + ls -al . 00:40:00 total 628 00:40:00 drwxrwxr-x 9 1001 1001 4096 Oct 15 00:39 . 00:40:00 drwxr-xr-x 4 root root 4096 Oct 15 00:37 .. 00:40:00 -rw-rw-r-- 1 1001 1001 11 Oct 15 00:35 .dockerignore 00:40:00 drwxrwxr-x 8 1001 1001 4096 Oct 15 00:35 .git 00:40:00 drwxrwxr-x 3 1001 1001 4096 Oct 15 00:35 .github 00:40:00 -rw-rw-r-- 1 1001 1001 932 Oct 15 00:35 .gitignore 00:40:00 -rw-rw-r-- 1 1001 1001 166 Oct 15 00:35 .sonarcloud.properties 00:40:00 -rw-rw-r-- 1 1001 1001 3804 Oct 15 00:35 CONTRIBUTING.md 00:40:00 -rw-rw-r-- 1 1001 1001 1035 Oct 15 00:35 Dockerfile.build 00:40:00 -rw-rw-r-- 1 1001 1001 863 Oct 15 00:35 Jenkinsfile 00:40:00 -rw-rw-r-- 1 1001 1001 10775 Oct 15 00:35 LICENSE 00:40:00 -rw-rw-r-- 1 1001 1001 6237 Oct 15 00:35 Makefile 00:40:00 -rw-rw-r-- 1 1001 1001 6447 Oct 15 00:35 README.md 00:40:00 -rw-rw-r-- 1 1001 1001 259 Oct 15 00:35 SECURITY.md 00:40:00 -rw-rw-r-- 1 1001 1001 5 Oct 15 00:32 VERSION 00:40:00 -rw-rw-r-- 1 1001 1001 4131 Oct 15 00:35 ZMQWindows.md 00:40:00 drwxrwxr-x 2 1001 1001 4096 Oct 15 00:35 bin 00:40:00 drwxrwxr-x 15 1001 1001 4096 Oct 15 00:35 cmd 00:40:00 -rw-r--r-- 1 root root 504696 Oct 15 00:39 coverage.out 00:40:00 -rw-r--r-- 1 root root 1040 Oct 15 00:39 go.mod 00:40:00 -rw-r--r-- 1 root root 18983 Oct 15 00:39 go.sum 00:40:00 drwxrwxr-x 8 1001 1001 4096 Oct 15 00:35 internal 00:40:00 drwxrwxr-x 4 1001 1001 4096 Oct 15 00:35 openapi 00:40:00 drwxrwxr-x 4 1001 1001 4096 Oct 15 00:35 snap 00:40:00 -rw-rw-r-- 1 1001 1001 168 Oct 15 00:35 version.go [Pipeline] sh 00:40:01 + '[' -e coverage.out ] 00:40:01 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:02 Stashed 1 file(s) [Pipeline] sh 00:40:03 + make build 00:40:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:47 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 00:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:09 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 00:41:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:41:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:41:26 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] } 00:41:30 $ docker stop --time=1 2f7f2a275fa91d3da0417a0507069ae755d09cc73e8e183b69fc47d09804bbb1 00:41:32 $ docker rm -f 2f7f2a275fa91d3da0417a0507069ae755d09cc73e8e183b69fc47d09804bbb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:37 00:41:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:38 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:38 29e5d40040c1: Pulling fs layer 00:41:38 1ce36da41761: Pulling fs layer 00:41:38 25b303627fd3: Pulling fs layer 00:41:38 29e5d40040c1: Verifying Checksum 00:41:38 29e5d40040c1: Download complete 00:41:39 29e5d40040c1: Pull complete 00:41:39 1ce36da41761: Verifying Checksum 00:41:39 1ce36da41761: Download complete 00:41:41 1ce36da41761: Pull complete 00:41:42 25b303627fd3: Verifying Checksum 00:41:42 25b303627fd3: Download complete 00:41:52 25b303627fd3: Pull complete 00:41:52 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:41:52 prd-ubuntu18.04-docker-arm64-4c-16g-5475 does not seem to be running inside a container 00:41:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:56 $ docker top b4c425a7cf5372ed462ae9d717f88237124754bee5d61d773bb4eb38c9f66de2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:57 + docker-compose build+ --helpgrep 00:41:57 parallel 00:42:01 --parallel Build images in parallel. [Pipeline] } 00:42:02 $ docker stop --time=1 b4c425a7cf5372ed462ae9d717f88237124754bee5d61d773bb4eb38c9f66de2 00:42:04 $ docker rm -f b4c425a7cf5372ed462ae9d717f88237124754bee5d61d773bb4eb38c9f66de2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:05 . [Pipeline] withDockerContainer 00:42:05 prd-ubuntu18.04-docker-arm64-4c-16g-5475 does not seem to be running inside a container 00:42:05 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:42:07 $ docker top 3be07b1e8e75c3eb4bd4f325dcc6849ce2a6a9e1ea9ea7994aa4ff8e64b80da5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:08 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:13 Building docker-core-command-go ... 00:42:13 Building docker-core-data-go ... 00:42:13 Building docker-core-metadata-go ... 00:42:13 Building docker-security-proxy-setup-go ... 00:42:13 Building docker-security-secrets-setup-go ... 00:42:13 Building docker-security-secretstore-setup-go ... 00:42:13 Building docker-support-logging-go ... 00:42:13 Building docker-support-notifications-go ... 00:42:13 Building docker-support-scheduler-go ... 00:42:13 Building docker-sys-mgmt-agent-go ... 00:42:13 Building docker-support-logging-go 00:42:13 Building docker-sys-mgmt-agent-go 00:42:13 Building docker-core-data-go 00:42:13 Building docker-support-scheduler-go 00:42:13 Building docker-support-notifications-go 00:43:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> d6a7a086b4e5 00:43:21 Step 3/23 : WORKDIR /edgex-go 00:43:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> d6a7a086b4e5 00:43:21 Step 3/22 : WORKDIR /edgex-go 00:43:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> d6a7a086b4e5 00:43:21 Step 3/24 : WORKDIR /edgex-go 00:43:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> d6a7a086b4e5 00:43:21 Step 3/21 : WORKDIR /edgex-go 00:43:21 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:43:21 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> d6a7a086b4e5 00:43:21 Step 3/27 : WORKDIR /edgex-go 00:43:22 ---> Running in 37aae2f47621 00:43:22 ---> Running in 2426a5486983 00:43:22 ---> Running in db405fa2e0e2 00:43:22 ---> Running in 23b1ff48b23f 00:43:22 ---> Running in 77d9e1b58117 00:43:22 Removing intermediate container db405fa2e0e2 00:43:22 ---> 81e2958c47d0 00:43:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:23 Removing intermediate container 37aae2f47621 00:43:23 ---> b6fe20f3e3f8 00:43:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 2426a5486983 00:43:23 ---> f8ab7e8a31f6 00:43:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:23 00:43:23 Removing intermediate container 77d9e1b58117 00:43:23 ---> 36e31f4ed33c 00:43:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:23 Removing intermediate container 23b1ff48b23f 00:43:23 ---> 593a34be7048 00:43:23 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:23 ---> Running in 7a55eaebc3ed 00:43:23 ---> Running in 4a9dfce868a9 00:43:23 ---> Running in 171c514c30f5 00:43:23 ---> Running in e484f50f320b 00:43:23 ---> Running in bab0471f0c89 00:43:27 Removing intermediate container 7a55eaebc3ed 00:43:27 ---> 15a18773a5cc 00:43:27 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:43:27 ---> Running in 880d1c0a517b 00:43:27 Removing intermediate container 4a9dfce868a9 00:43:27 ---> 1754183f6d47 00:43:27 Step 5/27 : RUN apk update && apk add make bash git 00:43:27 Removing intermediate container e484f50f320b 00:43:27 ---> 637d354d9577 00:43:27 Step 5/21 : RUN apk update && apk add make git 00:43:27 ---> Running in 836dc466de18 00:43:28 ---> Running in f1dbd0ea1a22 00:43:28 Removing intermediate container bab0471f0c89 00:43:28 ---> 41ea589314f7 00:43:28 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:43:28 Removing intermediate container 171c514c30f5 00:43:28 ---> 091c3ee5f4a0 00:43:28 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:43:28 ---> Running in 1772bcb98e5e 00:43:28 ---> Running in a11689ed3299 00:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:31 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:31 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:31 OK: 12623 distinct packages available 00:43:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:32 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:32 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:32 OK: 12623 distinct packages available 00:43:32 OK: 217 MiB in 51 packages 00:43:32 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:32 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:32 OK: 12623 distinct packages available 00:43:32 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:32 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:32 OK: 12623 distinct packages available 00:43:33 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 00:43:33 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:43:33 OK: 12623 distinct packages available 00:43:33 OK: 217 MiB in 51 packages 00:43:33 OK: 217 MiB in 51 packages 00:43:34 OK: 217 MiB in 51 packages 00:43:34 OK: 217 MiB in 51 packages 00:43:34 Removing intermediate container 880d1c0a517b 00:43:34 ---> d6c852f85e23 00:43:34 Step 6/23 : COPY go.mod . 00:43:35 OK: 217 MiB in 51 packages 00:43:36 Removing intermediate container 836dc466de18 00:43:36 ---> cb95a446c8ba 00:43:36 Step 6/27 : COPY go.mod . 00:43:36 Removing intermediate container a11689ed3299 00:43:36 ---> 59a7dce2da2a 00:43:36 Step 6/24 : COPY go.mod . 00:43:36 ---> 7138db49377f 00:43:36 Step 7/23 : RUN go mod download 00:43:36 Removing intermediate container f1dbd0ea1a22 00:43:36 ---> 04dc319c4c57 00:43:36 Step 6/21 : COPY go.mod . 00:43:36 ---> Running in fd422b0aa920 00:43:37 ---> 26b6fd29f228 00:43:37 Step 7/27 : RUN go mod download 00:43:37 ---> Running in cc47bb654507 00:43:37 Removing intermediate container 1772bcb98e5e 00:43:37 ---> ec7060378b9b 00:43:37 Step 6/22 : COPY go.mod . 00:43:37 ---> 283555546936 00:43:37 Step 7/24 : RUN go mod download 00:43:37 ---> Running in f2a6e703e933 00:43:38 ---> fc7cbccc145c 00:43:38 Step 7/21 : RUN go mod download 00:43:38 ---> Running in 43e67cfb4b78 00:43:38 ---> e5a68d0bbcea 00:43:38 Step 7/22 : RUN go mod download 00:43:38 ---> Running in 11791d3e4fe0 00:43:41 Removing intermediate container fd422b0aa920 00:43:41 ---> 02b8b9b5c2b8 00:43:41 Step 8/23 : COPY . . 00:43:43 Removing intermediate container cc47bb654507 00:43:43 ---> c5ddb8c15611 00:43:43 Step 8/27 : COPY . . 00:43:43 Removing intermediate container f2a6e703e933 00:43:43 ---> b90575bb15ec 00:43:43 Step 8/24 : COPY . . 00:43:43 Removing intermediate container 43e67cfb4b78 00:43:43 ---> b72fbdbe816e 00:43:43 Step 8/21 : COPY . . 00:43:44 Removing intermediate container 11791d3e4fe0 00:43:44 ---> c2aadcd45ba1 00:43:44 Step 8/22 : COPY . . 00:44:11 ---> 2e71c5d49776 00:44:11 Step 9/23 : RUN make cmd/core-data/core-data 00:44:11 ---> 30fe528cead3 00:44:11 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:11 ---> fd194720dd64 00:44:11 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:44:11 ---> 8a8bde217cf3 00:44:11 Step 9/22 : RUN make cmd/support-logging/support-logging 00:44:11 ---> 2a759a178438 00:44:11 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:44:11 ---> Running in 1f3606576f0a 00:44:11 ---> Running in f0186608dade 00:44:11 ---> Running in 023ae59f7063 00:44:11 ---> Running in 83e6981f9725 00:44:11 ---> Running in b4c29e236037 00:44:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:11 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 00:44:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:02 Removing intermediate container f0186608dade 00:46:02 ---> cc3f5922d74c 00:46:02 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:02 ---> Running in 5a84a5db9ab4 00:46:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:07 Removing intermediate container 83e6981f9725 00:46:07 ---> 584e2b33975e 00:46:07 00:46:07 Step 10/22 : FROM scratch 00:46:07 ---> 00:46:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:07 ---> Running in a8bdac774248 00:46:08 Removing intermediate container a8bdac774248 00:46:08 ---> 523fba09b65a 00:46:08 Step 12/22 : ENV APP_PORT=48061 00:46:08 ---> Running in 82a504b0b639 00:46:09 Removing intermediate container 5a84a5db9ab4 00:46:09 ---> 61b21fdc2b7d 00:46:09 00:46:09 Step 11/27 : FROM docker:latest 00:46:09 ---> 45884bde0078 00:46:09 Step 12/27 : RUN apk add --no-cache bash 00:46:09 Removing intermediate container 82a504b0b639 00:46:09 ---> a963624e14d6 00:46:09 Step 13/22 : EXPOSE $APP_PORT 00:46:09 ---> Running in 77070e823140 00:46:09 ---> Running in f39852afc4a3 00:46:10 Removing intermediate container f39852afc4a3 00:46:10 ---> 0026ebaca277 00:46:10 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:46:12 ---> 4f2b0b422c6e 00:46:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:13 ---> c88fc2c04176 00:46:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:46:13 (1/2) Installing readline (8.0.4-r0) 00:46:13 (2/2) Installing bash (5.0.17-r0) 00:46:14 Executing bash-5.0.17-r0.post-install 00:46:14 Executing busybox-1.31.1-r16.trigger 00:46:14 OK: 12 MiB in 22 packages 00:46:15 ---> 0d45de77c501 00:46:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:46:17 Removing intermediate container 77070e823140 00:46:17 ---> 865bd287ff25 00:46:17 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:46:17 ---> d2424de53adb 00:46:17 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:46:17 ---> Running in 1a3ab2891b5a 00:46:17 ---> Running in b160adbdd4dd 00:46:19 Removing intermediate container b160adbdd4dd 00:46:19 ---> 2a0bc59fce75 00:46:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:20 ---> Running in 3e62e897b839 00:46:22 Removing intermediate container 3e62e897b839 00:46:22 ---> 0dfe49943d30 00:46:22 Step 20/22 : LABEL arch=arm64 00:46:22 ---> Running in 702fa40e7a67 00:46:24 Removing intermediate container 702fa40e7a67 00:46:24 ---> 297704f19eea 00:46:24 Step 21/22 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:46:24 Removing intermediate container 023ae59f7063 00:46:24 ---> ed76524f70b4 00:46:24 00:46:24 Step 10/24 : FROM scratch 00:46:24 ---> 00:46:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:24 ---> Using cache 00:46:24 ---> 523fba09b65a 00:46:24 Step 12/24 : ENV APP_PORT=48060 00:46:24 Removing intermediate container 1a3ab2891b5a 00:46:24 ---> 485986cd43b1 00:46:24 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:46:24 ---> Running in 0dd342dc0da4 00:46:24 ---> Running in 51b5c53c8fc0 00:46:24 ---> Running in 3a2accd05185 00:46:25 Removing intermediate container b4c29e236037 00:46:25 ---> 5235362670dd 00:46:25 00:46:25 Step 10/21 : FROM scratch 00:46:25 ---> 00:46:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:25 ---> Running in cb5c9cc22ba8 00:46:25 Removing intermediate container 51b5c53c8fc0 00:46:25 ---> 06ae1193d7f6 00:46:25 Step 13/24 : EXPOSE $APP_PORT 00:46:25 Removing intermediate container 0dd342dc0da4 00:46:25 ---> fe90315c0bd0 00:46:25 Step 22/22 : LABEL version=0.0.0 00:46:25 ---> Running in 3d270c471e89 00:46:25 Removing intermediate container 3a2accd05185 00:46:25 ---> 87ba777aa8f2 00:46:25 Step 15/27 : ENV APP_PORT=48090 00:46:25 ---> Running in 289eec0a3676 00:46:25 ---> Running in f7c4096c533d 00:46:25 Removing intermediate container cb5c9cc22ba8 00:46:25 ---> d4623f68ed31 00:46:25 Step 12/21 : ENV APP_PORT=48085 00:46:26 ---> Running in 931d915bd25c 00:46:26 Removing intermediate container 3d270c471e89 00:46:26 ---> fdfd5b2ab2e4 00:46:26 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:46:26 Removing intermediate container f7c4096c533d 00:46:26 ---> e565f39f5ed1 00:46:26 Step 16/27 : EXPOSE $APP_PORT 00:46:26 Removing intermediate container 289eec0a3676 00:46:26 ---> 03161292bcaa 00:46:26 00:46:27 ---> Running in d34db39cb633 00:46:27 Removing intermediate container 931d915bd25c 00:46:27 ---> 3d17d78b2947 00:46:27 Step 13/21 : EXPOSE $APP_PORT 00:46:27 ---> Running in c8f3760e8761 00:46:27 Successfully built 03161292bcaa 00:46:27 Successfully tagged docker-support-logging-go-arm64:latest 00:46:27 Building docker-core-metadata-go 00:46:27  Building docker-support-logging-go ... done  ---> d6dd678929d3 00:46:27 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:46:27 Removing intermediate container d34db39cb633 00:46:27 ---> 51812c687504 00:46:27 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:46:28 Removing intermediate container c8f3760e8761 00:46:28 ---> 1cbdcf6e10ee 00:46:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:46:30 ---> b7e0bf3d4ea0 00:46:30 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:46:31 ---> 317fe3646458 00:46:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:46:31 ---> 274ee1097e89 00:46:31 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:46:34 ---> 0ff6c4f061ba 00:46:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:46:34 ---> fad63da42f1a 00:46:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:46:34 ---> 7ce6fc96079c 00:46:34 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:46:35 ---> 29129d303a8c 00:46:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:36 ---> b5c080601d8e 00:46:36 Step 20/27 : RUN apk --no-cache add py3-pip 00:46:36 ---> 10cc6194c901 00:46:36 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:46:36 ---> Running in 2d02224ed819 00:46:36 ---> Running in 52c103e2f121 00:46:38 Removing intermediate container 2d02224ed819 00:46:38 ---> 397644371658 00:46:38 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:38 ---> 80e5a56b2389 00:46:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:38 ---> Running in 9bcfa5f9b6f1 00:46:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 (1/33) Installing libbz2 (1.0.8-r1) 00:46:40 (2/33) Installing expat (2.2.9-r1) 00:46:40 (3/33) Installing libffi (3.3-r2) 00:46:40 (4/33) Installing gdbm (1.13-r1) 00:46:40 Removing intermediate container 9bcfa5f9b6f1 00:46:40 ---> 9d89466b96bd 00:46:40 Step 19/21 : LABEL arch=arm64 00:46:40 (5/33) Installing xz-libs (5.2.5-r0) 00:46:40 (6/33) Installing sqlite-libs (3.32.1-r0) 00:46:40 (7/33) Installing python3 (3.8.5-r0) 00:46:40 ---> 075d63e1c81c 00:46:40 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:46:41 ---> Running in d202285015e4 00:46:41 ---> Running in f9ce53f53170 00:46:42 Removing intermediate container d202285015e4 00:46:42 ---> 9fdfd890222d 00:46:42 Step 20/21 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:46:42 (8/33) Installing py3-appdirs (1.4.4-r1) 00:46:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:46:42 (10/33) Installing py3-parsing (2.4.7-r0) 00:46:42 (11/33) Installing py3-six (1.15.0-r0) 00:46:42 (12/33) Installing py3-packaging (20.4-r0) 00:46:42 (13/33) Installing py3-setuptools (47.0.0-r0) 00:46:42 (14/33) Installing py3-chardet (3.0.4-r4) 00:46:42 (15/33) Installing py3-idna (2.9-r0) 00:46:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:46:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:46:42 (18/33) Installing py3-requests (2.23.0-r0) 00:46:42 (19/33) Installing py3-msgpack (1.0.0-r0) 00:46:42 (20/33) Installing py3-lockfile (0.12.2-r3) 00:46:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:46:42 (22/33) Installing py3-colorama (0.4.3-r0) 00:46:43 ---> Running in b5d9b7ce895b 00:46:43 (23/33) Installing py3-distlib (0.3.0-r0) 00:46:43 Removing intermediate container f9ce53f53170 00:46:43 ---> bab1a7150c21 00:46:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:43 (24/33) Installing py3-distro (1.5.0-r1) 00:46:43 (25/33) Installing py3-webencodings (0.5.1-r3) 00:46:43 (26/33) Installing py3-html5lib (1.0.1-r4) 00:46:43 (27/33) Installing py3-pytoml (0.1.21-r0) 00:46:43 (28/33) Installing py3-pep517 (0.8.2-r0) 00:46:43 (29/33) Installing py3-progress (1.5-r0) 00:46:43 (30/33) Installing py3-toml (0.10.1-r0) 00:46:43 (31/33) Installing py3-retrying (1.3.3-r0) 00:46:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:46:43 (33/33) Installing py3-pip (20.1.1-r0) 00:46:43 Executing busybox-1.31.1-r16.trigger 00:46:43 OK: 71 MiB in 55 packages 00:46:44 ---> Running in c206f01d1f06 00:46:44 Removing intermediate container b5d9b7ce895b 00:46:44 ---> 28f11225ff5a 00:46:44 Step 21/21 : LABEL version=0.0.0 00:46:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:44 ---> d6a7a086b4e5 00:46:44 Step 3/22 : WORKDIR /edgex-go 00:46:44 ---> Using cache 00:46:44 ---> 593a34be7048 00:46:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:44 ---> Using cache 00:46:44 ---> 1754183f6d47 00:46:44 Step 5/22 : RUN apk update && apk add make git 00:46:45 ---> Running in 5576562970b0 00:46:45 ---> Running in f5e4d098e144 00:46:45 Removing intermediate container c206f01d1f06 00:46:45 ---> 3905cd7a3c9f 00:46:45 Step 22/24 : LABEL arch=arm64 00:46:46 ---> Running in a51bf22ea922 00:46:46 Removing intermediate container f5e4d098e144 00:46:46 ---> c87e2c19fcd5 00:46:46 00:46:46 Successfully built c87e2c19fcd5 00:46:47 Successfully tagged docker-support-scheduler-go-arm64:latest 00:46:47 Building docker-security-secretstore-setup-go 00:46:47 Removing intermediate container a51bf22ea922 00:46:47 ---> c3c3ca6ea7da 00:46:47 Step 23/24 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:46:47  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:47 ---> Running in 69dde00cab5a 00:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:49 Removing intermediate container 69dde00cab5a 00:46:49 ---> db3ddf2c8344 00:46:49 Step 24/24 : LABEL version=0.0.0 00:46:49 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:49 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:49 OK: 12623 distinct packages available 00:46:50 OK: 217 MiB in 51 packages 00:46:50 Removing intermediate container 1f3606576f0a 00:46:50 ---> 71a7a97c5cfc 00:46:50 00:46:50 Step 10/23 : FROM alpine 00:46:50 ---> Running in 993692b37c6b 00:46:50 latest: Pulling from library/alpine 00:46:51 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:46:51 Status: Downloaded newer image for alpine:latest 00:46:51 ---> 62ee0e9f8440 00:46:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:52 Removing intermediate container 993692b37c6b 00:46:52 ---> e8d2d4e4a0b2 00:46:52 00:46:52 ---> Running in 4e817aef631f 00:46:53 Successfully built e8d2d4e4a0b2 00:46:53 Removing intermediate container 5576562970b0 00:46:53 ---> ba29882980d1 00:46:53 Step 6/22 : COPY go.mod . 00:46:53 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:53 Building docker-core-command-go 00:46:53  Building docker-support-notifications-go ... done Removing intermediate container 52c103e2f121 00:46:53 ---> 599273a1757b 00:46:53 Step 21/27 : RUN pip install docker-compose==1.23.2 00:46:53 Removing intermediate container 4e817aef631f 00:46:53 ---> d481ff798ec4 00:46:53 Step 12/23 : ENV APP_PORT=48080 00:46:53 ---> Running in decacd1c86c4 00:46:53 ---> Running in 46054b2690c7 00:46:53 ---> 845ffe7df1e2 00:46:53 Step 7/22 : RUN go mod download 00:46:54 ---> Running in c2a4a787824d 00:46:54 Removing intermediate container 46054b2690c7 00:46:54 ---> 7fc962a3c90e 00:46:54 Step 13/23 : EXPOSE $APP_PORT 00:46:54 ---> Running in b4bccfa3cba0 00:46:55 Removing intermediate container b4bccfa3cba0 00:46:55 ---> 91afbf8e2afa 00:46:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:55 ---> Running in 45d06455be53 00:47:00 Removing intermediate container c2a4a787824d 00:47:00 ---> 7c7e718093b1 00:47:00 Step 8/22 : COPY . . 00:47:00 Removing intermediate container 45d06455be53 00:47:00 ---> 011f5075d2ff 00:47:00 Step 15/23 : RUN apk --no-cache add zeromq 00:47:01 Collecting docker-compose==1.23.2 00:47:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:02 ---> Running in dca5f7db6563 00:47:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:04 Collecting dockerpty<0.5,>=0.4.1 00:47:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:05 (1/5) Installing libgcc (9.3.0-r2) 00:47:05 (2/5) Installing libsodium (1.0.18-r0) 00:47:05 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:06 (4/5) Installing libzmq (4.3.3-r0) 00:47:06 (5/5) Installing zeromq (4.3.3-r0) 00:47:06 Executing busybox-1.31.1-r16.trigger 00:47:06 OK: 8 MiB in 19 packages 00:47:09 Collecting PyYAML<4,>=3.10 00:47:09 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:11 ---> d6a7a086b4e5 00:47:11 Step 3/26 : WORKDIR /edgex-go 00:47:11 ---> Using cache 00:47:11 ---> 593a34be7048 00:47:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:11 ---> Using cache 00:47:11 ---> 1754183f6d47 00:47:11 Step 5/26 : RUN apk update && apk add make git 00:47:11 ---> Using cache 00:47:11 ---> ba29882980d1 00:47:11 Step 6/26 : COPY go.mod . 00:47:11 ---> Using cache 00:47:11 ---> 845ffe7df1e2 00:47:11 Step 7/26 : RUN go mod download 00:47:11 ---> Using cache 00:47:11 ---> 7c7e718093b1 00:47:11 Step 8/26 : COPY . . 00:47:13 Removing intermediate container dca5f7db6563 00:47:13 ---> 0cfc69fcdf19 00:47:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:13 Collecting docopt<0.7,>=0.6.1 00:47:13 Downloading docopt-0.6.2.tar.gz (25 kB) 00:47:17 ---> 5f22eada8402 00:47:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:17 Collecting cached-property<2,>=1.2.0 00:47:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:47:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:47:18 Collecting websocket-client<1.0,>=0.32.0 00:47:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:47:18 ---> 8c6579075ba5 00:47:18 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:47:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:19 ---> d6a7a086b4e5 00:47:19 Step 3/22 : WORKDIR /edgex-go 00:47:19 ---> Using cache 00:47:19 ---> 593a34be7048 00:47:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:19 ---> Using cache 00:47:19 ---> 1754183f6d47 00:47:19 Step 5/22 : RUN apk update && apk add make git 00:47:19 ---> Using cache 00:47:19 ---> ba29882980d1 00:47:19 Step 6/22 : COPY go.mod . 00:47:19 ---> Using cache 00:47:19 ---> 845ffe7df1e2 00:47:19 Step 7/22 : RUN go mod download 00:47:19 ---> Using cache 00:47:19 ---> 7c7e718093b1 00:47:19 Step 8/22 : COPY . . 00:47:19 ---> Using cache 00:47:19 ---> 8c6579075ba5 00:47:19 Step 9/22 : RUN make cmd/core-command/core-command 00:47:19 Collecting texttable<0.10,>=0.9.0 00:47:19 Downloading texttable-0.9.1.tar.gz (11 kB) 00:47:19 ---> Running in b6990adb0268 00:47:19 ---> Running in ddbeb29a6f04 00:47:20 ---> ba26d10f1dfc 00:47:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:21 ---> 620d2f14d0d0 00:47:21 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:22 ---> Running in 2c460c0045ea 00:47: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 00:47: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 00:47:22 Collecting jsonschema<3,>=2.5.1 00:47:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:47:23 Removing intermediate container 2c460c0045ea 00:47:23 ---> 1f9dd3b06a87 00:47:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:23 ---> Running in 4fb672e4107c 00:47:24 Collecting docker<4.0,>=3.6.0 00:47:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:47:25 Removing intermediate container 4fb672e4107c 00:47:25 ---> 441e30e3befc 00:47:25 Step 21/23 : LABEL arch=arm64 00:47:25 ---> Running in 3da7f66bcde8 00:47:26 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:47:26 Collecting idna<2.8,>=2.5 00:47:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:27 Removing intermediate container 3da7f66bcde8 00:47:27 ---> 3e18f4207390 00:47:27 Step 22/23 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:47:27 Collecting urllib3<1.25,>=1.21.1 00:47:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:27 ---> Running in 36d8000edbdc 00:47:27 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:47:28 Collecting docker-pycreds>=0.4.0 00:47:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:28 Removing intermediate container 36d8000edbdc 00:47:28 ---> 1c8c6e05a65b 00:47:28 Step 23/23 : LABEL version=0.0.0 00:47:29 ---> Running in 55e37be9e188 00:47:29 Installing collected packages: idna, urllib3, requests, dockerpty, PyYAML, docopt, cached-property, websocket-client, texttable, jsonschema, docker-pycreds, docker, docker-compose 00:47:29 Attempting uninstall: idna 00:47:29 Found existing installation: idna 2.9 00:47:29 Uninstalling idna-2.9: 00:47:29 Successfully uninstalled idna-2.9 00:47:30 Removing intermediate container 55e37be9e188 00:47:30 ---> 79884612ea3e 00:47:30 00:47:30 Attempting uninstall: urllib3 00:47:30 Found existing installation: urllib3 1.25.9 00:47:30 Uninstalling urllib3-1.25.9: 00:47:31 Successfully uninstalled urllib3-1.25.9 00:47:31 Successfully built 79884612ea3e 00:47:31 Successfully tagged docker-core-data-go-arm64:latest 00:47:31  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 00:47:32 ---> bd507d7c7e18 00:47:32 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 00:47:32 Attempting uninstall: requests 00:47:32 Found existing installation: requests 2.23.0 00:47:32 Uninstalling requests-2.23.0: 00:47:32 ---> Running in 996108e73603 00:47:32 Successfully uninstalled requests-2.23.0 00:47:33 Running setup.py install for dockerpty: started 00:47: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 00:47:36 Running setup.py install for dockerpty: finished with status 'done' 00:47:36 Running setup.py install for PyYAML: started 00:47:40 Running setup.py install for PyYAML: finished with status 'done' 00:47:40 Running setup.py install for docopt: started 00:47:46 Running setup.py install for docopt: finished with status 'done' 00:47:47 Running setup.py install for texttable: started 00:47:51 Running setup.py install for texttable: finished with status 'done' 00:47:53 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:53 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:47:53 ---> d6a7a086b4e5 00:47:53 Step 3/29 : WORKDIR /edgex-go 00:47:53 ---> Using cache 00:47:53 ---> 593a34be7048 00:47:53 Step 4/29 : RUN apk update && apk add make git 00:47:55 ---> Running in d6a5b5baf424 00:47:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:47:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:00 v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:00 v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:00 OK: 12623 distinct packages available 00:48:01 OK: 217 MiB in 51 packages 00:48:03 Removing intermediate container decacd1c86c4 00:48:03 ---> 6b4a07904d15 00:48:03 Step 22/27 : RUN apk --no-cache add curl 00:48:03 ---> Running in b06eac1e6919 00:48:03 Removing intermediate container d6a5b5baf424 00:48:03 ---> d66dc10cfb82 00:48:03 Step 5/29 : COPY go.mod . 00:48:05 ---> 9c827f89560f 00:48:05 Step 6/29 : RUN go mod download 00:48:05 ---> Running in 0c0642c67752 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:08 (2/3) Installing libcurl (7.69.1-r1) 00:48:08 (3/3) Installing curl (7.69.1-r1) 00:48:08 Executing busybox-1.31.1-r16.trigger 00:48:08 OK: 71 MiB in 58 packages 00:48:10 Removing intermediate container b06eac1e6919 00:48:10 ---> 5072eb7b7d57 00:48:10 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:10 ---> Running in ad18501c9c14 00:48:10 Removing intermediate container 0c0642c67752 00:48:10 ---> 2dd012428c1f 00:48:10 Step 7/29 : COPY . . 00:48:11 Removing intermediate container ad18501c9c14 00:48:11 ---> d53c84695297 00:48:11 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:11 ---> Running in 079bceef68a3 00:48:12 Removing intermediate container 079bceef68a3 00:48:12 ---> b1552659ff6a 00:48:12 Step 25/27 : LABEL arch=arm64 00:48:13 ---> Running in d056d1c38455 00:48:14 Removing intermediate container d056d1c38455 00:48:14 ---> c58b89d6a925 00:48:14 Step 26/27 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:48:15 ---> Running in 9b71f604bd8d 00:48:16 Removing intermediate container 9b71f604bd8d 00:48:16 ---> 4754ae87347f 00:48:16 Step 27/27 : LABEL version=0.0.0 00:48:17 ---> Running in 3e74472ebac6 00:48:18 Removing intermediate container 3e74472ebac6 00:48:18 ---> 198fd0e51758 00:48:18 00:48:19 Successfully built 198fd0e51758 00:48:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:48:19  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 00:48:32 ---> 570855b90a55 00:48:32 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:48:32 ---> Running in 94320e06ef1d 00:48:35 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 00:48:43 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:48:43 ---> d6a7a086b4e5 00:48:43 Step 3/20 : WORKDIR /edgex-go 00:48:43 ---> Using cache 00:48:43 ---> 593a34be7048 00:48:43 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:43 ---> Using cache 00:48:43 ---> 1754183f6d47 00:48:43 Step 5/20 : RUN apk update && apk add make git 00:48:43 ---> Using cache 00:48:43 ---> ba29882980d1 00:48:43 Step 6/20 : COPY go.mod . 00:48:43 ---> Using cache 00:48:43 ---> 845ffe7df1e2 00:48:43 Step 7/20 : RUN go mod download 00:48:43 ---> Using cache 00:48:43 ---> 7c7e718093b1 00:48:43 Step 8/20 : COPY . . 00:48:43 ---> Using cache 00:48:43 ---> bd507d7c7e18 00:48:43 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:48:45 ---> Running in 9458bd9b70ee 00:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:16 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 00:49:32 Removing intermediate container 996108e73603 00:49:32 ---> 9f5df60c3814 00:49:32 00:49:32 Step 10/26 : FROM alpine:3.10 00:49:32 3.10: Pulling from library/alpine 00:49:34 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:49:34 Status: Downloaded newer image for alpine:3.10 00:49:34 ---> 536a684cf733 00:49:34 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:34 ---> Running in c05a98bdf697 00:49:36 Removing intermediate container ddbeb29a6f04 00:49:36 ---> dd316a7586c0 00:49:36 00:49:36 Step 10/22 : FROM scratch 00:49:36 ---> 00:49:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:36 ---> Using cache 00:49:36 ---> d4623f68ed31 00:49:36 Step 12/22 : ENV APP_PORT=48082 00:49:36 ---> Running in 7b57573414fe 00:49:37 Removing intermediate container 7b57573414fe 00:49:37 ---> 45610265c3f3 00:49:37 Step 13/22 : EXPOSE $APP_PORT 00:49:37 ---> Running in d0eb8996a1eb 00:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:38 Removing intermediate container d0eb8996a1eb 00:49:38 ---> 006ba050120d 00:49:38 Step 14/22 : WORKDIR / 00:49:38 ---> Running in 72388cac2803 00:49:39 v3.10.5-99-g0bd09295e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:39 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:39 OK: 10167 distinct packages available 00:49:39 Removing intermediate container 72388cac2803 00:49:39 ---> 03716d75a705 00:49:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:49:39 (1/5) Installing ca-certificates (20191127-r2) 00:49:39 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:39 (3/5) Installing libcurl (7.66.0-r1) 00:49:39 (4/5) Installing curl (7.66.0-r1) 00:49:39 (5/5) Installing dumb-init (1.2.2-r1) 00:49:39 Executing busybox-1.30.1-r3.trigger 00:49:39 Executing ca-certificates-20191127-r2.trigger 00:49:40 OK: 7 MiB in 19 packages 00:49:40 ---> 99cbf7b8779b 00:49:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:43 ---> 1ac67b0da4a3 00:49:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:43 Removing intermediate container c05a98bdf697 00:49:43 ---> 899bdcb8adb0 00:49:43 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:43 ---> Running in b9bfdfc6d9d9 00:49:44 Removing intermediate container b9bfdfc6d9d9 00:49:44 ---> 35c97cc8a527 00:49:44 Step 13/26 : WORKDIR / 00:49:44 ---> 60e8f0c55489 00:49:44 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:44 ---> Running in 72512c217df1 00:49:45 ---> Running in 5ffff2e7e52e 00:49:45 Removing intermediate container 72512c217df1 00:49:45 ---> 4d52f8ee327a 00:49:45 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:45 Removing intermediate container 5ffff2e7e52e 00:49:45 ---> 0050a25d5856 00:49:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:46 ---> Running in 9a854a5b0e49 00:49:47 Removing intermediate container 9a854a5b0e49 00:49:47 ---> e780a14c8ffa 00:49:47 Step 20/22 : LABEL arch=arm64 00:49:47 ---> f9c485cfdf26 00:49:47 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:47 ---> Running in 16b597562190 00:49:48 Removing intermediate container 16b597562190 00:49:48 ---> c8418778f8a7 00:49:48 Step 21/22 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:49:48 ---> c16d6dd86972 00:49:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:48 ---> Running in c1dc2eb7a31b 00:49:49 Removing intermediate container c1dc2eb7a31b 00:49:49 ---> e569c11ee941 00:49:49 Step 22/22 : LABEL version=0.0.0 00:49:49 ---> Running in 8c3e6482ff76 00:49:49 ---> b0cc82e4bfc8 00:49:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 00:49:50 Removing intermediate container 8c3e6482ff76 00:49:50 ---> 809f7de833ca 00:49:50 00:49:51 Successfully built 809f7de833ca 00:49:51 ---> 2eedea6b8714 00:49:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:51 Successfully tagged docker-core-command-go-arm64:latest 00:49:53  Building docker-core-command-go ... done  ---> cbe3897d5384 00:49:53 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:55 ---> 9c661d6865b6 00:49:55 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 00:49:57 ---> 7e5669a78002 00:49:57 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:59 ---> ce45c4b11820 00:49:59 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:49:59 ---> Running in cdaa40eedc7a 00:50:00 Removing intermediate container b6990adb0268 00:50:00 ---> 61c6bf835622 00:50:00 00:50:00 Step 10/22 : FROM scratch 00:50:00 ---> 00:50:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:00 ---> Using cache 00:50:00 ---> d4623f68ed31 00:50:00 Step 12/22 : ENV APP_PORT=48081 00:50:00 ---> Running in 6b50d98cbb6e 00:50:01 Removing intermediate container 6b50d98cbb6e 00:50:01 ---> 276031257e1e 00:50:01 Step 13/22 : EXPOSE $APP_PORT 00:50:01 ---> Running in a544a75942ba 00:50:02 Removing intermediate container a544a75942ba 00:50:02 ---> a7ec94d1e8aa 00:50:02 Step 14/22 : WORKDIR / 00:50:02 ---> Running in cd4556426899 00:50:02 Removing intermediate container 94320e06ef1d 00:50:02 ---> 6d60fc6d3267 00:50:02 00:50:02 Step 9/29 : FROM alpine:latest 00:50:02 ---> 62ee0e9f8440 00:50:02 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:50:02 ---> Running in 817774e8625f 00:50:02 Removing intermediate container cdaa40eedc7a 00:50:02 ---> 1ec60e3ca6e5 00:50:02 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 00:50:03 ---> Running in 7ddc7822c124 00:50:03 Removing intermediate container cd4556426899 00:50:03 ---> 094a8f309749 00:50:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:50:03 Removing intermediate container 817774e8625f 00:50:03 ---> b56d12c8ab62 00:50:03 Step 11/29 : USER root 00:50:03 ---> Running in ef1bfbb38738 00:50:04 Removing intermediate container 7ddc7822c124 00:50:04 ---> ddb5b93dcd64 00:50:04 Step 24/26 : LABEL arch=arm64 00:50:04 ---> Running in bc882a5c852c 00:50:04 ---> 32a9e6b6dff4 00:50:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:04 Removing intermediate container ef1bfbb38738 00:50:04 ---> 9e95810ab22c 00:50:04 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:50:04 ---> Running in 15722b0f4b89 00:50:05 Removing intermediate container bc882a5c852c 00:50:05 ---> 950206be31d0 00:50:05 Step 25/26 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:50:06 ---> Running in 344ec0cf6053 00:50:06 ---> c3d8e6dd7453 00:50:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:06 Removing intermediate container 9458bd9b70ee 00:50:06 ---> 9554ae4d771b 00:50:06 00:50:06 Step 10/20 : FROM alpine 00:50:06 ---> 62ee0e9f8440 00:50:06 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:50:06 Removing intermediate container 344ec0cf6053 00:50:06 ---> ad8423f73380 00:50:06 Step 26/26 : LABEL version=0.0.0 00:50:06 ---> Running in 999a1453c0c0 00:50:06 ---> Running in 53e5f765af44 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:07 ---> 7128b1562079 00:50:07 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:50:07 ---> Running in 354704af3291 00:50:07 Removing intermediate container 53e5f765af44 00:50:07 ---> eb6e67ea1acb 00:50:07 00:50:07 v3.12.0-409-g70ac6527ef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:50:07 v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:50:07 OK: 12621 distinct packages available 00:50:07 Successfully built eb6e67ea1acb 00:50:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:08  Building docker-security-secretstore-setup-go ... done Removing intermediate container 354704af3291 00:50:08 ---> 65b1d51b6ea1 00:50:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:08 ---> Running in 5839578eaf6e 00:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 (1/2) Installing ca-certificates (20191127-r4) 00:50:08 Removing intermediate container 5839578eaf6e 00:50:08 ---> 407fa61a4440 00:50:08 Step 20/22 : LABEL arch=arm64 00:50:08 (2/2) Installing dumb-init (1.2.2-r1) 00:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:08 Executing busybox-1.31.1-r16.trigger 00:50:08 Executing ca-certificates-20191127-r4.trigger 00:50:09 ---> Running in 126e213d3b1a 00:50:09 OK: 6 MiB in 16 packages 00:50:09 v3.12.0-409-g70ac6527ef [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:50:09 v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:50:09 OK: 12621 distinct packages available 00:50:09 Removing intermediate container 126e213d3b1a 00:50:09 ---> 170de020468b 00:50:09 Step 21/22 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:50:09 ---> Running in d2a0958d4159 00:50:10 (1/4) Installing ca-certificates (20191127-r4) 00:50:10 Removing intermediate container d2a0958d4159 00:50:10 ---> c7abbe28152b 00:50:10 Step 22/22 : LABEL version=0.0.0 00:50:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:10 (3/4) Installing libcurl (7.69.1-r1) 00:50:10 (4/4) Installing curl (7.69.1-r1) 00:50:10 Executing busybox-1.31.1-r16.trigger 00:50:10 Executing ca-certificates-20191127-r4.trigger 00:50:10 ---> Running in 6ddda1c3ef43 00:50:10 OK: 7 MiB in 18 packages 00:50:10 Removing intermediate container 15722b0f4b89 00:50:10 ---> acb40265882e 00:50:10 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:50:10 ---> Running in ad66a79e79cb 00:50:10 Removing intermediate container 6ddda1c3ef43 00:50:10 ---> c41373e97090 00:50:10 00:50:11 Successfully built c41373e97090 00:50:11 Removing intermediate container ad66a79e79cb 00:50:11 ---> 321ee997fca9 00:50:11 Step 14/29 : WORKDIR $BASE_DIR 00:50:11 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:11  Building docker-core-metadata-go ... done  ---> Running in 35ff9bde470e 00:50:12 Removing intermediate container 35ff9bde470e 00:50:12 ---> e000888de1b1 00:50:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:50:12 Removing intermediate container 999a1453c0c0 00:50:12 ---> 0dc17a64228f 00:50:12 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:12 ---> Running in 94f107ccb52f 00:50:12 ---> Running in d69da8f24438 00:50:13 Removing intermediate container d69da8f24438 00:50:13 ---> 97bdac046841 00:50:13 Step 13/20 : WORKDIR /edgex 00:50:13 ---> Running in 8b771c1ac975 00:50:13 Removing intermediate container 8b771c1ac975 00:50:13 ---> 12727b252f30 00:50:13 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:14 ---> d93078c6d8cf 00:50:14 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:15 Removing intermediate container 94f107ccb52f 00:50:15 ---> 1818c56462e6 00:50:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:50:16 ---> cdf199d92610 00:50:16 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:16 ---> Running in f6d1a9e36918 00:50:16 ---> 2d530a945005 00:50:16 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:50:16 Removing intermediate container f6d1a9e36918 00:50:16 ---> 199fb03569a6 00:50:16 Step 17/20 : CMD ["--init=true"] 00:50:17 ---> Running in 54ce15735fe9 00:50:17 ---> 707ed45d662e 00:50:17 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:50:17 Removing intermediate container 54ce15735fe9 00:50:17 ---> ce419c172c22 00:50:17 Step 18/20 : LABEL arch=arm64 00:50:17 ---> Running in 6122e4b4b67a 00:50:18 ---> e8b1b2c5013f 00:50:18 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:50:18 Removing intermediate container 6122e4b4b67a 00:50:18 ---> f29d3c1b4e01 00:50:18 Step 19/20 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:50:18 ---> Running in 06dceed26021 00:50:18 ---> 44ea8eb2c445 00:50:18 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:50:18 Removing intermediate container 06dceed26021 00:50:18 ---> fe0c6bbff105 00:50:18 Step 20/20 : LABEL version=0.0.0 00:50:19 ---> Running in 383678b62204 00:50:19 ---> c96c7c329142 00:50:19 Removing intermediate container 383678b62204 00:50:19 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh ---> be53231a403c 00:50:19 00:50:19 00:50:20 ---> Running in 6c6d8eb6ef46 00:50:20 Successfully built be53231a403c 00:50:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:22  Building docker-security-proxy-setup-go ... done Removing intermediate container 6c6d8eb6ef46 00:50:22 ---> d504f8742f8b 00:50:22 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:50:23 ---> 5ae0eba7b3b3 00:50:23 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:23 ---> Running in 023d7c4e2111 00:50:26 Removing intermediate container 023d7c4e2111 00:50:26 ---> 53f8db392661 00:50:26 Step 24/29 : RUN chmod 755 security-secrets-setup 00:50:26 ---> Running in 059de74bb62d 00:50:29 Removing intermediate container 059de74bb62d 00:50:29 ---> ca9bbe4f38ff 00:50:29 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:50:29 ---> Running in 399da8c19b2c 00:50:30 Removing intermediate container 399da8c19b2c 00:50:30 ---> 7cd230bfda64 00:50:30 Step 26/29 : CMD [ "generate" ] 00:50:30 ---> Running in db29597781bf 00:50:30 Removing intermediate container db29597781bf 00:50:30 ---> c51bbde06971 00:50:30 Step 27/29 : LABEL arch=arm64 00:50:31 ---> Running in 38348fbf9c8e 00:50:31 Removing intermediate container 38348fbf9c8e 00:50:31 ---> b4083e4ed269 00:50:31 Step 28/29 : LABEL git_sha=cffd8c12e98401c4d5e028c9e695ca69759ed226 00:50:31 ---> Running in f5751989c9de 00:50:32 Removing intermediate container f5751989c9de 00:50:32 ---> 6d39d6b258c3 00:50:32 Step 29/29 : LABEL version=0.0.0 00:50:32 ---> Running in 532f593eba44 00:50:32 Removing intermediate container 532f593eba44 00:50:32 ---> 552dfa390895 00:50:32 00:50:33 Successfully built 552dfa390895 00:50:33 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:50:33  Building docker-security-secrets-setup-go ... done  [Pipeline] } 00:50:33 $ docker stop --time=1 3be07b1e8e75c3eb4bd4f325dcc6849ce2a6a9e1ea9ea7994aa4ff8e64b80da5 00:50:35 $ docker rm -f 3be07b1e8e75c3eb4bd4f325dcc6849ce2a6a9e1ea9ea7994aa4ff8e64b80da5 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:36 + + grepdocker docker images 00:50:36 00:50:36 docker-security-secrets-setup-go-arm64 latest 552dfa390895 4 seconds ago 22.7MB 00:50:36 docker-security-proxy-setup-go-arm64 latest be53231a403c 17 seconds ago 15.1MB 00:50:36 docker-core-metadata-go-arm64 latest c41373e97090 26 seconds ago 13.4MB 00:50:36 docker-security-secretstore-setup-go-arm64 latest eb6e67ea1acb 29 seconds ago 30.8MB 00:50:36 docker-core-command-go-arm64 latest 809f7de833ca 46 seconds ago 11.4MB 00:50:36 docker-sys-mgmt-agent-go-arm64 latest 198fd0e51758 2 minutes ago 270MB 00:50:36 docker-core-data-go-arm64 latest 79884612ea3e 3 minutes ago 22.2MB 00:50:36 docker-support-notifications-go-arm64 latest e8d2d4e4a0b2 3 minutes ago 12.9MB 00:50:36 docker-support-scheduler-go-arm64 latest c87e2c19fcd5 3 minutes ago 11.5MB 00:50:36 docker-support-logging-go-arm64 latest 03161292bcaa 4 minutes ago 10.6MB 00:50:36 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 00:50:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:40 ---> package-listing.sh 00:50:40 ++ facter osfamily 00:50:40 ++ tr '[:upper:]' '[:lower:]' 00:50:40 + OS_FAMILY=redhat 00:50:40 + workspace=/w/workspace/edgex-go/3 00:50:40 + START_PACKAGES=/tmp/packages_start.txt 00:50:40 + END_PACKAGES=/tmp/packages_end.txt 00:50:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:40 + PACKAGES=/tmp/packages_start.txt 00:50:40 + '[' /w/workspace/edgex-go/3 ']' 00:50:40 + PACKAGES=/tmp/packages_end.txt 00:50:40 + case "${OS_FAMILY}" in 00:50:40 + rpm -qa 00:50:40 + sort 00:50:45 + '[' -f /tmp/packages_start.txt ']' 00:50:45 + '[' -f /tmp/packages_end.txt ']' 00:50:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:45 + '[' /w/workspace/edgex-go/3 ']' 00:50:45 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:50:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:50:45 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:45 00:50:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:46 alpine: Pulling from edgex-lftools-log-publisher 00:50:46 df20fa9351a1: Pulling fs layer 00:50:46 36b3adc4ff6f: Pulling fs layer 00:50:46 8ad3a11d3b57: Pulling fs layer 00:50:46 46f8f816bc3b: Pulling fs layer 00:50:46 93b61091891f: Pulling fs layer 00:50:46 93b9cdb0e59b: Pulling fs layer 00:50:46 5e14af77c1be: Pulling fs layer 00:50:46 01666e4c0597: Pulling fs layer 00:50:46 aa168da1d23b: Pulling fs layer 00:50:46 46f8f816bc3b: Waiting 00:50:46 93b9cdb0e59b: Waiting 00:50:46 5e14af77c1be: Waiting 00:50:46 01666e4c0597: Waiting 00:50:46 36b3adc4ff6f: Download complete 00:50:46 46f8f816bc3b: Verifying Checksum 00:50:46 46f8f816bc3b: Download complete 00:50:46 df20fa9351a1: Verifying Checksum 00:50:46 df20fa9351a1: Download complete 00:50:46 93b9cdb0e59b: Verifying Checksum 00:50:46 93b9cdb0e59b: Download complete 00:50:46 93b61091891f: Download complete 00:50:46 5e14af77c1be: Verifying Checksum 00:50:46 5e14af77c1be: Download complete 00:50:46 01666e4c0597: Verifying Checksum 00:50:46 01666e4c0597: Download complete 00:50:46 df20fa9351a1: Pull complete 00:50:46 36b3adc4ff6f: Pull complete 00:50:47 8ad3a11d3b57: Verifying Checksum 00:50:47 8ad3a11d3b57: Download complete 00:50:48 8ad3a11d3b57: Pull complete 00:50:48 46f8f816bc3b: Pull complete 00:50:48 93b61091891f: Pull complete 00:50:49 93b9cdb0e59b: Pull complete 00:50:49 5e14af77c1be: Pull complete 00:50:49 aa168da1d23b: Verifying Checksum 00:50:49 aa168da1d23b: Download complete 00:50:49 01666e4c0597: Pull complete 00:50:57 aa168da1d23b: Pull complete 00:50:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:57 prd-centos7-docker-4c-2g-5472 does not seem to be running inside a container 00:50:57 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:51:00 $ docker top bbe45c4875d231a21326bec6cd651c29004bca17c03160186e624d6001e0b4f6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:00 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:01 + mkdir -p /var/log/sa [Pipeline] sh 00:51:01 + ls /var/log/sa-host 00:51:01 + sadf -c /var/log/sa-host/sa05 00:51:01 file_magic: OK 00:51:01 HZ: Using current value: 100 00:51:01 file_header: OK 00:51:01 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:01 Statistics: 00:51:01 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:51:01 File successfully converted to sysstat format version 12.2.1 00:51:01 + sadf -c /var/log/sa-host/sa15 00:51:01 file_magic: OK 00:51:01 HZ: Using current value: 100 00:51:01 file_header: OK 00:51:01 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:01 Statistics: 00:51:01 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... 00:51:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:01 provisioning config files... 00:51:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3775742711448643683tmp [Pipeline] { [Pipeline] echo 00:51:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:02 ---> create-netrc.sh [Pipeline] } 00:51:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:02 ---> python-tools-install.sh [Pipeline] echo 00:51:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:02 ---> sudo-logs.sh 00:51:02 Archiving 'sudo' log.. [Pipeline] echo 00:51:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:03 ---> job-cost.sh 00:51:03 lf-activate-venv: SKIPPING 00:51:03 INFO: No Stack... 00:51:04 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:04 INFO: Archiving Costs [Pipeline] echo 00:51:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:05 ---> logs-deploy.sh 00:51:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2793/3 00:51:05 INFO: archiving workspace using pattern(s): 00:51:06 Archives upload complete. 00:51:06 INFO: archiving logs to Nexus