Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a04406103a62564c13dcc9fb2d65b5b68ac6555c+a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 (80cbab6b458fee1176cb2b6ec67531cd763db708) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1527 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c Merge succeeded, producing a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 Checking out Revision a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 (PR-2633) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # 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 a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 # timeout=10 Commit message: "Merge commit 'a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk b5f8a1e9e69c28684bbce1f359ed783a6f1b952a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-30T04:29:47.333Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-30T04:29:47.591Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-30T04:29:47.686Z] ========================================================= [2020-07-30T04:29:47.686Z] EdgeX Global Pipelines Version Info [2020-07-30T04:29:47.686Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-30T04:29:50.691Z] ------------------- [2020-07-30T04:29:50.691Z] stable info: [2020-07-30T04:29:50.691Z] ------------------- [2020-07-30T04:29:50.691Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-30T04:29:50.691Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-30T04:29:50.691Z] Message: update stable to v1.0.106 [2020-07-30T04:29:52.605Z] ------------------- [2020-07-30T04:29:52.605Z] experimental info: [2020-07-30T04:29:52.605Z] ------------------- [2020-07-30T04:29:52.605Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-30T04:29:52.605Z] Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc [2020-07-30T04:29:52.605Z] Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-30T04:29:54.498Z] ++ 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 [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ dirname cmd/core-command/Dockerfile [2020-07-30T04:29:54.498Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.498Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ dirname cmd/core-data/Dockerfile [2020-07-30T04:29:54.498Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.498Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-30T04:29:54.498Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.498Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-30T04:29:54.498Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.498Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-30T04:29:54.498Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.498Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-30T04:29:54.498Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.498Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-30T04:29:54.498Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.498Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-30T04:29:54.498Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.498Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.498Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-30T04:29:54.498Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-30T04:29:54.498Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:29:54.498Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-30T04:29:54.499Z] ++ cut -d/ -f2 [2020-07-30T04:29:54.499Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-30T04:29:54.559Z] 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 [2020-07-30T04:29:55.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T04:29:55.539Z] [2020-07-30T04:29:55.539Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:29:55.886Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T04:29:55.886Z] latest: Pulling from edgex-devops/git-semver [2020-07-30T04:29:55.886Z] 31603596830f: Pulling fs layer [2020-07-30T04:29:55.886Z] 2a8b12db71e7: Pulling fs layer [2020-07-30T04:29:55.886Z] 6ca5941a6612: Pulling fs layer [2020-07-30T04:29:55.886Z] ecc8261a40a4: Pulling fs layer [2020-07-30T04:29:55.886Z] ecc8261a40a4: Waiting [2020-07-30T04:29:55.886Z] 2a8b12db71e7: Verifying Checksum [2020-07-30T04:29:55.886Z] 2a8b12db71e7: Download complete [2020-07-30T04:29:55.886Z] 31603596830f: Verifying Checksum [2020-07-30T04:29:55.886Z] 31603596830f: Download complete [2020-07-30T04:29:56.148Z] 6ca5941a6612: Verifying Checksum [2020-07-30T04:29:56.148Z] 6ca5941a6612: Download complete [2020-07-30T04:29:56.148Z] ecc8261a40a4: Verifying Checksum [2020-07-30T04:29:56.148Z] ecc8261a40a4: Download complete [2020-07-30T04:29:56.411Z] 31603596830f: Pull complete [2020-07-30T04:29:56.411Z] 2a8b12db71e7: Pull complete [2020-07-30T04:29:57.359Z] 6ca5941a6612: Pull complete [2020-07-30T04:29:57.359Z] ecc8261a40a4: Pull complete [2020-07-30T04:29:57.359Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-30T04:29:57.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T04:29:57.359Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-30T04:29:57.477Z] prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container [2020-07-30T04:29:57.517Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-30T04:29:59.737Z] $ docker top da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-30T04:29:59.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T04:29:59.992Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T04:30:00.181Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T04:30:00.179Z] $ docker exec da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 ssh-agent [2020-07-30T04:30:00.343Z] SSH_AUTH_SOCK=/tmp/ssh-3vJa5mYEw0aP/agent.12 [2020-07-30T04:30:00.343Z] SSH_AGENT_PID=17 [2020-07-30T04:30:00.353Z] Running ssh-add (command line suppressed) [2020-07-30T04:30:00.476Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_1174109983944320201.key (/w/workspace/edgex-go/6@tmp/private_key_1174109983944320201.key) [2020-07-30T04:30:00.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T04:30:00.883Z] + git describe --exact-match --tags HEAD [2020-07-30T04:30:00.883Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-30T04:30:00.898Z] $ docker exec --env ******** --env ******** da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 ssh-agent -k [2020-07-30T04:30:01.018Z] unset SSH_AUTH_SOCK; [2020-07-30T04:30:01.018Z] unset SSH_AGENT_PID; [2020-07-30T04:30:01.018Z] echo Agent pid 17 killed; [2020-07-30T04:30:01.073Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-30T04:30:01.181Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-30T04:30:01.181Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-30T04:30:01.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T04:30:01.435Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T04:30:01.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T04:30:01.602Z] $ docker exec da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 ssh-agent [2020-07-30T04:30:01.790Z] SSH_AUTH_SOCK=/tmp/ssh-QPwhPh32aDZm/agent.46 [2020-07-30T04:30:01.790Z] SSH_AGENT_PID=51 [2020-07-30T04:30:01.797Z] Running ssh-add (command line suppressed) [2020-07-30T04:30:01.916Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4572575163117454334.key (/w/workspace/edgex-go/6@tmp/private_key_4572575163117454334.key) [2020-07-30T04:30:01.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T04:30:02.299Z] + git semver init [2020-07-30T04:30:02.299Z] # -> Open(): unable to determine branch for HEAD [2020-07-30T04:30:02.299Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-07-30T04:30:02.299Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-07-30T04:30:02.299Z] # $SEMVER_REMOTE_NAME = origin [2020-07-30T04:30:02.299Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-30T04:30:02.299Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-30T04:30:02.299Z] # $SEMVER_BRANCH = PR-2633 [2020-07-30T04:30:02.299Z] # $SEMVER_TEMP = /tmp/semver-386681535 [2020-07-30T04:30:02.299Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-30T04:30:24.283Z] # '/tmp/semver-386681535' -> '/w/workspace/edgex-go/6/.semver' [2020-07-30T04:30:24.283Z] # -> Force: false [2020-07-30T04:30:24.283Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-07-30T04:30:24.292Z] $ docker exec --env ******** --env ******** da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 ssh-agent -k [2020-07-30T04:30:24.470Z] unset SSH_AUTH_SOCK; [2020-07-30T04:30:24.471Z] unset SSH_AGENT_PID; [2020-07-30T04:30:24.471Z] echo Agent pid 51 killed; [2020-07-30T04:30:24.533Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-30T04:30:24.965Z] + git semver [Pipeline] } [2020-07-30T04:30:24.976Z] $ docker stop --time=1 da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 [2020-07-30T04:30:26.520Z] $ docker rm -f da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-30T04:30:39.009Z] Stashed 28 file(s) [Pipeline] echo [2020-07-30T04:30:39.011Z] [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 [2020-07-30T04:30:39.490Z] ========================================================= [2020-07-30T04:30:39.490Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-30T04:30:39.490Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:30:39.822Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-30T04:30:43.159Z] Sending build context to Docker daemon 322.9MB [2020-07-30T04:30:43.159Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-30T04:30:43.159Z] Step 2/7 : FROM ${BASE} [2020-07-30T04:30:43.159Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-30T04:30:43.159Z] df20fa9351a1: Pulling fs layer [2020-07-30T04:30:43.159Z] ed8968b2872e: Pulling fs layer [2020-07-30T04:30:43.159Z] a92cc7c5fd73: Pulling fs layer [2020-07-30T04:30:43.159Z] 2dd03ba5bac4: Pulling fs layer [2020-07-30T04:30:43.159Z] 1e091d79d1de: Pulling fs layer [2020-07-30T04:30:43.159Z] 481702a1767f: Pulling fs layer [2020-07-30T04:30:43.159Z] f64a6f60c768: Pulling fs layer [2020-07-30T04:30:43.159Z] e78d2573fc39: Pulling fs layer [2020-07-30T04:30:43.159Z] e876d2f968b6: Pulling fs layer [2020-07-30T04:30:43.159Z] ce8a83651883: Pulling fs layer [2020-07-30T04:30:43.159Z] 07967f4d0e4b: Pulling fs layer [2020-07-30T04:30:43.159Z] 2dd03ba5bac4: Waiting [2020-07-30T04:30:43.159Z] 1e091d79d1de: Waiting [2020-07-30T04:30:43.159Z] 481702a1767f: Waiting [2020-07-30T04:30:43.159Z] f64a6f60c768: Waiting [2020-07-30T04:30:43.159Z] e78d2573fc39: Waiting [2020-07-30T04:30:43.159Z] ce8a83651883: Waiting [2020-07-30T04:30:43.159Z] 07967f4d0e4b: Waiting [2020-07-30T04:30:43.159Z] e876d2f968b6: Waiting [2020-07-30T04:30:43.159Z] a92cc7c5fd73: Verifying Checksum [2020-07-30T04:30:43.159Z] a92cc7c5fd73: Download complete [2020-07-30T04:30:43.159Z] ed8968b2872e: Verifying Checksum [2020-07-30T04:30:43.159Z] ed8968b2872e: Download complete [2020-07-30T04:30:43.159Z] 1e091d79d1de: Verifying Checksum [2020-07-30T04:30:43.159Z] 1e091d79d1de: Download complete [2020-07-30T04:30:43.159Z] 481702a1767f: Download complete [2020-07-30T04:30:43.159Z] df20fa9351a1: Verifying Checksum [2020-07-30T04:30:43.159Z] df20fa9351a1: Download complete [2020-07-30T04:30:43.159Z] df20fa9351a1: Pull complete [2020-07-30T04:30:43.747Z] f64a6f60c768: Verifying Checksum [2020-07-30T04:30:43.747Z] f64a6f60c768: Download complete [2020-07-30T04:30:44.329Z] e78d2573fc39: Verifying Checksum [2020-07-30T04:30:44.329Z] e78d2573fc39: Download complete [2020-07-30T04:30:44.329Z] 2dd03ba5bac4: Verifying Checksum [2020-07-30T04:30:44.329Z] 2dd03ba5bac4: Download complete [2020-07-30T04:30:44.903Z] e876d2f968b6: Verifying Checksum [2020-07-30T04:30:44.903Z] e876d2f968b6: Download complete [2020-07-30T04:30:44.903Z] 07967f4d0e4b: Verifying Checksum [2020-07-30T04:30:44.903Z] 07967f4d0e4b: Download complete [2020-07-30T04:30:45.474Z] ce8a83651883: Verifying Checksum [2020-07-30T04:30:45.474Z] ce8a83651883: Download complete [2020-07-30T04:30:45.734Z] ed8968b2872e: Pull complete [2020-07-30T04:30:45.995Z] a92cc7c5fd73: Pull complete [2020-07-30T04:30:51.306Z] 2dd03ba5bac4: Pull complete [2020-07-30T04:30:51.306Z] 1e091d79d1de: Pull complete [2020-07-30T04:30:51.306Z] 481702a1767f: Pull complete [2020-07-30T04:30:54.273Z] Still waiting to schedule task [2020-07-30T04:30:54.273Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-30T04:31:01.304Z] f64a6f60c768: Pull complete [2020-07-30T04:31:02.251Z] e78d2573fc39: Pull complete [2020-07-30T04:31:02.251Z] e876d2f968b6: Pull complete [2020-07-30T04:31:03.197Z] ce8a83651883: Pull complete [2020-07-30T04:31:03.459Z] 07967f4d0e4b: Pull complete [2020-07-30T04:31:03.459Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-30T04:31:03.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-30T04:31:03.459Z] ---> 5d7c900382c6 [2020-07-30T04:31:03.459Z] 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 [2020-07-30T04:31:05.374Z] ---> Running in 6f23e1ed8d6e [2020-07-30T04:31:05.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:31:06.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:31:07.194Z] (1/12) Installing libmagic (5.38-r0) [2020-07-30T04:31:07.194Z] (2/12) Installing file (5.38-r0) [2020-07-30T04:31:07.459Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-30T04:31:07.459Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-30T04:31:11.660Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-30T04:31:11.660Z] (6/12) Installing patch (2.7.6-r6) [2020-07-30T04:31:11.660Z] (7/12) Installing build-base (0.5-r2) [2020-07-30T04:31:11.660Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-30T04:31:11.930Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-30T04:31:11.930Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-30T04:31:12.213Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-30T04:31:12.213Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-30T04:31:12.213Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:31:12.213Z] OK: 233 MiB in 51 packages [2020-07-30T04:31:16.462Z] Removing intermediate container 6f23e1ed8d6e [2020-07-30T04:31:16.462Z] ---> a3e281f4d712 [2020-07-30T04:31:16.462Z] Step 4/7 : WORKDIR /edgex-go [2020-07-30T04:31:16.462Z] ---> Running in a7bdd252a066 [2020-07-30T04:31:16.462Z] Removing intermediate container a7bdd252a066 [2020-07-30T04:31:16.462Z] ---> a2021eb49a57 [2020-07-30T04:31:16.462Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-30T04:31:16.462Z] latest: Pulling from library/docker [2020-07-30T04:31:16.462Z] df20fa9351a1: Already exists [2020-07-30T04:31:16.462Z] 25ad7478873d: Pulling fs layer [2020-07-30T04:31:16.462Z] 4684f6177b5d: Pulling fs layer [2020-07-30T04:31:16.462Z] 46e300cec669: Pulling fs layer [2020-07-30T04:31:16.462Z] 63038576ad94: Pulling fs layer [2020-07-30T04:31:16.462Z] 0fdb76c4706c: Pulling fs layer [2020-07-30T04:31:16.462Z] cb7edeffdfd5: Pulling fs layer [2020-07-30T04:31:16.462Z] 63038576ad94: Waiting [2020-07-30T04:31:16.462Z] 0fdb76c4706c: Waiting [2020-07-30T04:31:16.462Z] cb7edeffdfd5: Waiting [2020-07-30T04:31:16.462Z] 4684f6177b5d: Verifying Checksum [2020-07-30T04:31:16.462Z] 4684f6177b5d: Download complete [2020-07-30T04:31:16.462Z] 25ad7478873d: Download complete [2020-07-30T04:31:16.725Z] 0fdb76c4706c: Verifying Checksum [2020-07-30T04:31:16.725Z] 0fdb76c4706c: Download complete [2020-07-30T04:31:16.725Z] 63038576ad94: Verifying Checksum [2020-07-30T04:31:16.725Z] 63038576ad94: Download complete [2020-07-30T04:31:16.725Z] 25ad7478873d: Pull complete [2020-07-30T04:31:16.725Z] cb7edeffdfd5: Verifying Checksum [2020-07-30T04:31:16.725Z] cb7edeffdfd5: Download complete [2020-07-30T04:31:16.995Z] 4684f6177b5d: Pull complete [2020-07-30T04:31:17.256Z] 46e300cec669: Verifying Checksum [2020-07-30T04:31:17.256Z] 46e300cec669: Download complete [2020-07-30T04:31:19.945Z] 46e300cec669: Pull complete [2020-07-30T04:31:19.945Z] 63038576ad94: Pull complete [2020-07-30T04:31:19.945Z] 0fdb76c4706c: Pull complete [2020-07-30T04:31:19.945Z] cb7edeffdfd5: Pull complete [2020-07-30T04:31:19.945Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-30T04:31:19.945Z] Status: Downloaded newer image for docker:latest [2020-07-30T04:31:21.334Z] ---> c29c899c5d09 [2020-07-30T04:31:21.334Z] Step 6/7 : COPY go.mod . [2020-07-30T04:31:21.595Z] ---> 609a70abf072 [2020-07-30T04:31:21.595Z] Step 7/7 : RUN go mod download [2020-07-30T04:31:21.595Z] ---> Running in 2bc277231972 [2020-07-30T04:31:24.187Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-30T04:31:24.187Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T04:31:24.187Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-30T04:31:24.187Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T04:31:24.187Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T04:31:24.187Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T04:31:24.187Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T04:31:24.187Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T04:31:24.187Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-30T04:31:24.187Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T04:31:24.187Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-30T04:31:24.187Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-30T04:31:24.187Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-30T04:31:24.187Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T04:31:24.187Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-30T04:31:24.187Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-30T04:31:24.187Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T04:31:24.469Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T04:31:24.469Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T04:31:24.469Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-30T04:31:24.469Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-30T04:31:24.469Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-30T04:31:24.469Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T04:31:24.469Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T04:31:24.469Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-30T04:31:24.469Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T04:31:24.469Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-30T04:31:24.469Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-30T04:31:24.469Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T04:31:24.469Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T04:31:24.741Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T04:31:24.741Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T04:31:24.741Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T04:31:24.741Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T04:31:24.741Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T04:31:24.742Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T04:31:24.742Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T04:31:24.742Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T04:31:24.742Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T04:31:24.742Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T04:31:24.742Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T04:31:24.742Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T04:31:25.005Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T04:31:25.005Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T04:31:25.005Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T04:31:25.005Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T04:31:25.005Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T04:31:25.005Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T04:31:25.005Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-30T04:31:25.005Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-30T04:31:25.005Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T04:31:25.005Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-30T04:31:25.005Z] go: finding github.com/kr/pty v1.1.1 [2020-07-30T04:31:25.005Z] go: finding github.com/kr/text v0.1.0 [2020-07-30T04:31:25.005Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T04:31:25.266Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T04:31:25.266Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T04:31:25.266Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T04:31:25.266Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T04:31:25.266Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T04:31:25.266Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T04:31:25.266Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T04:31:25.266Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T04:31:25.266Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T04:31:25.266Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T04:31:25.266Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T04:31:25.530Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-30T04:31:25.530Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-30T04:31:25.530Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T04:31:25.530Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-30T04:31:25.530Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T04:31:25.530Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T04:31:25.530Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T04:31:25.530Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T04:31:25.530Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-30T04:31:25.530Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T04:31:25.530Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T04:31:25.530Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T04:31:25.530Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T04:31:25.790Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T04:31:25.790Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-30T04:31:25.790Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-30T04:31:25.790Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-30T04:31:25.790Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T04:31:25.790Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-30T04:31:25.790Z] go: finding golang.org/x/text v0.3.2 [2020-07-30T04:31:25.790Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-30T04:31:25.790Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-30T04:31:25.790Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-30T04:31:25.790Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-30T04:31:26.052Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-30T04:31:26.052Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T04:31:38.295Z] Removing intermediate container 2bc277231972 [2020-07-30T04:31:38.295Z] ---> f10412e3ebed [2020-07-30T04:31:38.295Z] Successfully built f10412e3ebed [2020-07-30T04:31:38.295Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:31:38.876Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-30T04:31:38.877Z] . [Pipeline] withDockerContainer [2020-07-30T04:31:38.986Z] prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container [2020-07-30T04:31:39.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-30T04:31:39.742Z] $ docker top 4eb6bacb8c0acffa64d1e49dde0de7a83a41496b17f33b4614f232ead3565679 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:31:40.236Z] + go version [2020-07-30T04:31:40.236Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-30T04:31:40.246Z] ========================================================= [2020-07-30T04:31:40.246Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-30T04:31:40.246Z] ========================================================= [Pipeline] sh [2020-07-30T04:31:40.565Z] + make test [2020-07-30T04:31:40.565Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-30T04:31:42.498Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-30T04:31:52.586Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-30T04:31:56.875Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-30T04:31:56.875Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-30T04:31:56.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-30T04:31:56.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-30T04:31:57.822Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.020s [2020-07-30T04:31:57.822Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-30T04:31:57.822Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-30T04:31:57.822Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-30T04:31:58.089Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-30T04:31:58.668Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-30T04:31:58.668Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-30T04:31:58.668Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-30T04:31:58.668Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-30T04:32:04.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.026s coverage: 46.6% of statements [2020-07-30T04:32:04.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-30T04:32:04.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-30T04:32:04.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-30T04:32:04.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-30T04:32:04.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-30T04:32:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.057s coverage: 27.4% of statements [2020-07-30T04:32:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-30T04:32:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-30T04:32:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-30T04:32:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-30T04:32:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-30T04:32:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-30T04:32:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.012s coverage: 100.0% of statements [2020-07-30T04:32:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-30T04:32:06.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-07-30T04:32:06.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-30T04:32:07.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.060s coverage: 29.3% of statements [2020-07-30T04:32:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-30T04:32:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-30T04:32:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-30T04:32:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-30T04:32:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-30T04:32:07.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.022s coverage: 100.0% of statements [2020-07-30T04:32:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-30T04:32:07.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements [2020-07-30T04:32:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-30T04:32:08.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.036s coverage: 89.8% of statements [2020-07-30T04:32:08.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-30T04:32:08.763Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.032s coverage: 97.5% of statements [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-30T04:32:08.763Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.015s coverage: 100.0% of statements [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-30T04:32:08.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-30T04:32:08.763Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2020-07-30T04:32:10.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.060s coverage: 63.5% of statements [2020-07-30T04:32:10.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-30T04:32:10.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-30T04:32:10.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-07-30T04:32:11.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.095s coverage: 55.9% of statements [2020-07-30T04:32:11.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-30T04:32:11.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-30T04:32:11.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-30T04:32:11.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.257s coverage: 86.3% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.288s coverage: 72.2% of statements [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.098s coverage: 72.1% of statements [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.032s coverage: 26.9% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.062s coverage: 84.1% of statements [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 43.1% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.041s coverage: 83.8% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.039s coverage: 45.1% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.014s coverage: 100.0% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-30T04:32:19.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.023s coverage: 100.0% of statements [2020-07-30T04:32:19.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-30T04:32:20.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.065s coverage: 29.1% of statements [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-30T04:32:20.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-30T04:32:20.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.018s coverage: 100.0% of statements [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-30T04:32:20.760Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.006s coverage: 0.0% of statements [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-30T04:32:20.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-30T04:32:20.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-30T04:32:21.334Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements [2020-07-30T04:32:21.334Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-30T04:32:21.334Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-30T04:32:21.334Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements [2020-07-30T04:32:21.594Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-07-30T04:32:21.853Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-30T04:32:22.113Z] GO111MODULE=on go vet ./... [2020-07-30T04:32:27.482Z] gofmt -l . [2020-07-30T04:32:28.053Z] [ "`gofmt -l .`" = "" ] [2020-07-30T04:32:28.628Z] ./bin/test-go-mod-tidy.sh [2020-07-30T04:32:29.214Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-30T04:32:30.460Z] + ls -al . [2020-07-30T04:32:30.460Z] total 556 [2020-07-30T04:32:30.460Z] drwxrwxr-x 10 1001 1001 4096 Jul 30 04:32 . [2020-07-30T04:32:30.460Z] drwxr-xr-x 4 root root 28 Jul 30 04:31 .. [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 11 Jul 30 04:29 .dockerignore [2020-07-30T04:32:30.460Z] drwxrwxr-x 8 1001 1001 179 Jul 30 04:29 .git [2020-07-30T04:32:30.460Z] drwxrwxr-x 3 1001 1001 60 Jul 30 04:29 .github [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 932 Jul 30 04:29 .gitignore [2020-07-30T04:32:30.460Z] drwx------ 3 1001 1001 47 Jul 30 04:30 .semver [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 166 Jul 30 04:29 .sonarcloud.properties [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 3804 Jul 30 04:29 CONTRIBUTING.md [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 1035 Jul 30 04:29 Dockerfile.build [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 865 Jul 30 04:29 Jenkinsfile [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 10775 Jul 30 04:29 LICENSE [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 6237 Jul 30 04:29 Makefile [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 5652 Jul 30 04:29 README.md [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 7111 Jul 30 04:29 SECURITY.md [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 5 Jul 30 04:30 VERSION [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 4131 Jul 30 04:29 ZMQWindows.md [2020-07-30T04:32:30.460Z] drwxrwxr-x 2 1001 1001 117 Jul 30 04:29 bin [2020-07-30T04:32:30.460Z] drwxrwxr-x 15 1001 1001 4096 Jul 30 04:29 cmd [2020-07-30T04:32:30.460Z] -rw-r--r-- 1 root root 456067 Jul 30 04:32 coverage.out [2020-07-30T04:32:30.460Z] -rw-r--r-- 1 root root 1019 Jul 30 04:32 go.mod [2020-07-30T04:32:30.460Z] -rw-r--r-- 1 root root 18146 Jul 30 04:32 go.sum [2020-07-30T04:32:30.460Z] drwxrwxr-x 8 1001 1001 127 Jul 30 04:29 internal [2020-07-30T04:32:30.460Z] drwxrwxr-x 4 1001 1001 26 Jul 30 04:29 openapi [2020-07-30T04:32:30.460Z] drwxrwxr-x 4 1001 1001 71 Jul 30 04:29 snap [2020-07-30T04:32:30.460Z] -rw-rw-r-- 1 1001 1001 168 Jul 30 04:29 version.go [Pipeline] sh [2020-07-30T04:32:30.685Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1531 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws [2020-07-30T04:32:30.730Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [2020-07-30T04:32:30.772Z] + '[' -e coverage.out ] [2020-07-30T04:32:30.772Z] + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] checkout [2020-07-30T04:32:30.874Z] Stashed 1 file(s) [Pipeline] sh [2020-07-30T04:32:31.186Z] + make build [2020-07-30T04:32:31.186Z] 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 [2020-07-30T04:32:36.284Z] using credential edgex-jenkins-ssh [2020-07-30T04:32:36.337Z] Cloning the remote Git repository [2020-07-30T04:32:36.337Z] Cloning with configured refspecs honoured and without tags [2020-07-30T04:32:36.381Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-30T04:32:36.497Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-07-30T04:32:36.573Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-30T04:32:36.574Z] > git --version # timeout=10 [2020-07-30T04:32:36.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T04:32:36.679Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T04:32:37.861Z] 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 [2020-07-30T04:32:40.140Z] 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 [2020-07-30T04:32:41.525Z] 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 [2020-07-30T04:32:42.925Z] 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 [2020-07-30T04:32:45.472Z] 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 [2020-07-30T04:32:46.053Z] 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 [2020-07-30T04:32:48.597Z] 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 [2020-07-30T04:32:49.986Z] 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 [2020-07-30T04:32:51.369Z] 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 [2020-07-30T04:32:52.758Z] 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 [2020-07-30T04:32:52.967Z] Fetching without tags [2020-07-30T04:32:52.860Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-30T04:32:52.881Z] > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # timeout=10 [2020-07-30T04:32:52.899Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T04:32:52.930Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-30T04:32:52.967Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-30T04:32:52.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T04:32:52.988Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T04:32:53.624Z] Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c [2020-07-30T04:32:54.148Z] 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 [2020-07-30T04:32:54.542Z] Merge succeeded, producing 7f3fcd2cdc3227dce166b3b0bc0bfa2967ac81eb [2020-07-30T04:32:54.542Z] Checking out Revision 7f3fcd2cdc3227dce166b3b0bc0bfa2967ac81eb (PR-2633) [2020-07-30T04:32:53.637Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T04:32:53.664Z] > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # timeout=10 [2020-07-30T04:32:54.041Z] > git remote # timeout=10 [2020-07-30T04:32:54.070Z] > git config --get remote.origin.url # timeout=10 [2020-07-30T04:32:54.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T04:32:54.102Z] > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 [2020-07-30T04:32:54.504Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-30T04:32:54.535Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T04:32:54.553Z] > git checkout -f 7f3fcd2cdc3227dce166b3b0bc0bfa2967ac81eb # timeout=10 [2020-07-30T04:32:55.537Z] 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] } [2020-07-30T04:32:56.546Z] $ docker stop --time=1 4eb6bacb8c0acffa64d1e49dde0de7a83a41496b17f33b4614f232ead3565679 [2020-07-30T04:32:58.102Z] $ docker rm -f 4eb6bacb8c0acffa64d1e49dde0de7a83a41496b17f33b4614f232ead3565679 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-07-30T04:32:59.038Z] Commit message: "Merge commit 'a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5' into HEAD" [2020-07-30T04:32:59.067Z] First time build. Skipping changelog. [2020-07-30T04:32:59.031Z] > git rev-list --no-walk b5f8a1e9e69c28684bbce1f359ed783a6f1b952a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-30T04:33:01.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T04:33:01.245Z] [2020-07-30T04:33:01.245Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:33:01.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T04:33:01.587Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-30T04:33:01.587Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-30T04:33:01.587Z] ca9280d653b3: Pulling fs layer [2020-07-30T04:33:01.587Z] 7e9c9ca2126c: Pulling fs layer [2020-07-30T04:33:01.587Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-30T04:33:01.587Z] cbdbe7a5bc2a: Download complete [2020-07-30T04:33:01.848Z] ca9280d653b3: Verifying Checksum [2020-07-30T04:33:01.848Z] ca9280d653b3: Download complete [2020-07-30T04:33:01.848Z] cbdbe7a5bc2a: Pull complete [2020-07-30T04:33:02.793Z] 7e9c9ca2126c: Verifying Checksum [2020-07-30T04:33:02.793Z] 7e9c9ca2126c: Download complete [2020-07-30T04:33:02.793Z] ca9280d653b3: Pull complete [2020-07-30T04:33:09.398Z] 7e9c9ca2126c: Pull complete [2020-07-30T04:33:09.398Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-30T04:33:09.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T04:33:09.398Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-30T04:33:09.542Z] prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container [2020-07-30T04:33:09.586Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-30T04:33:11.145Z] $ docker top b5411eaa13b005b6eb709962683b367c01d1c9aba9ff3a7532ed454f3dd3bf73 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:33:11.608Z] + docker-compose build --help [2020-07-30T04:33:11.608Z] + grep parallel [2020-07-30T04:33:12.550Z] --parallel Build images in parallel. [Pipeline] } [2020-07-30T04:33:12.568Z] $ docker stop --time=1 b5411eaa13b005b6eb709962683b367c01d1c9aba9ff3a7532ed454f3dd3bf73 [2020-07-30T04:33:13.965Z] $ docker rm -f b5411eaa13b005b6eb709962683b367c01d1c9aba9ff3a7532ed454f3dd3bf73 [Pipeline] // withDockerContainer [Pipeline] echo [2020-07-30T04:33:14.982Z] ========================================================= [2020-07-30T04:33:14.982Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-30T04:33:14.982Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:33:15.836Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-30T04:33:15.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T04:33:15.964Z] . [Pipeline] withDockerContainer [2020-07-30T04:33:16.056Z] prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container [2020-07-30T04:33:16.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-30T04:33:16.723Z] $ docker top 4d7cb8343f9e72a585398f9b09b0f5899a2b843f05f26f412b0ec5def7ad0cce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:33:17.184Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-30T04:33:18.125Z] Building docker-core-command-go ... [2020-07-30T04:33:18.125Z] Building docker-core-data-go ... [2020-07-30T04:33:18.125Z] Building docker-core-metadata-go ... [2020-07-30T04:33:18.125Z] Building docker-security-proxy-setup-go ... [2020-07-30T04:33:18.125Z] Building docker-security-secrets-setup-go ... [2020-07-30T04:33:18.125Z] Building docker-security-secretstore-setup-go ... [2020-07-30T04:33:18.125Z] Building docker-support-logging-go ... [2020-07-30T04:33:18.125Z] Building docker-support-notifications-go ... [2020-07-30T04:33:18.125Z] Building docker-support-scheduler-go ... [2020-07-30T04:33:18.125Z] Building docker-sys-mgmt-agent-go ... [2020-07-30T04:33:18.125Z] Building docker-core-command-go [2020-07-30T04:33:18.125Z] Building docker-support-notifications-go [2020-07-30T04:33:18.125Z] Building docker-core-metadata-go [2020-07-30T04:33:18.125Z] Building docker-support-logging-go [2020-07-30T04:33:18.125Z] Building docker-support-scheduler-go [2020-07-30T04:33:20.139Z] Sending build context to Docker daemon 322.9MB [2020-07-30T04:33:20.140Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-30T04:33:20.140Z] Step 2/7 : FROM ${BASE} [2020-07-30T04:33:20.140Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-30T04:33:20.140Z] b538f80385f9: Pulling fs layer [2020-07-30T04:33:20.140Z] 74f711af9a0d: Pulling fs layer [2020-07-30T04:33:20.140Z] 99f96fe45779: Pulling fs layer [2020-07-30T04:33:20.140Z] fd7a069fd194: Pulling fs layer [2020-07-30T04:33:20.140Z] 66aa3694b03b: Pulling fs layer [2020-07-30T04:33:20.140Z] 170f70906a0f: Pulling fs layer [2020-07-30T04:33:20.140Z] ad7c5574e4b9: Pulling fs layer [2020-07-30T04:33:20.140Z] e772456be8f7: Pulling fs layer [2020-07-30T04:33:20.140Z] c890913d741a: Pulling fs layer [2020-07-30T04:33:20.140Z] 2480fcc9aa5a: Pulling fs layer [2020-07-30T04:33:20.140Z] 09adf4765672: Pulling fs layer [2020-07-30T04:33:20.140Z] fd7a069fd194: Waiting [2020-07-30T04:33:20.140Z] 66aa3694b03b: Waiting [2020-07-30T04:33:20.140Z] e772456be8f7: Waiting [2020-07-30T04:33:20.140Z] c890913d741a: Waiting [2020-07-30T04:33:20.140Z] 2480fcc9aa5a: Waiting [2020-07-30T04:33:20.140Z] 170f70906a0f: Waiting [2020-07-30T04:33:20.140Z] ad7c5574e4b9: Waiting [2020-07-30T04:33:20.140Z] 09adf4765672: Waiting [2020-07-30T04:33:20.140Z] 99f96fe45779: Download complete [2020-07-30T04:33:20.140Z] 74f711af9a0d: Verifying Checksum [2020-07-30T04:33:20.140Z] 74f711af9a0d: Download complete [2020-07-30T04:33:20.140Z] 66aa3694b03b: Verifying Checksum [2020-07-30T04:33:20.140Z] 66aa3694b03b: Download complete [2020-07-30T04:33:20.140Z] 170f70906a0f: Verifying Checksum [2020-07-30T04:33:20.140Z] 170f70906a0f: Download complete [2020-07-30T04:33:20.140Z] b538f80385f9: Verifying Checksum [2020-07-30T04:33:20.140Z] b538f80385f9: Download complete [2020-07-30T04:33:20.740Z] b538f80385f9: Pull complete [2020-07-30T04:33:21.014Z] 74f711af9a0d: Pull complete [2020-07-30T04:33:21.611Z] 99f96fe45779: Pull complete [2020-07-30T04:33:23.050Z] ad7c5574e4b9: Verifying Checksum [2020-07-30T04:33:23.050Z] ad7c5574e4b9: Download complete [2020-07-30T04:33:23.050Z] c890913d741a: Verifying Checksum [2020-07-30T04:33:23.050Z] c890913d741a: Download complete [2020-07-30T04:33:25.022Z] 2480fcc9aa5a: Verifying Checksum [2020-07-30T04:33:25.022Z] 2480fcc9aa5a: Download complete [2020-07-30T04:33:25.022Z] 09adf4765672: Verifying Checksum [2020-07-30T04:33:25.022Z] 09adf4765672: Download complete [2020-07-30T04:33:25.022Z] e772456be8f7: Verifying Checksum [2020-07-30T04:33:25.022Z] e772456be8f7: Download complete [2020-07-30T04:33:25.613Z] fd7a069fd194: Verifying Checksum [2020-07-30T04:33:25.613Z] fd7a069fd194: Download complete [2020-07-30T04:33:35.754Z] fd7a069fd194: Pull complete [2020-07-30T04:33:36.030Z] 66aa3694b03b: Pull complete [2020-07-30T04:33:36.302Z] 170f70906a0f: Pull complete [2020-07-30T04:33:39.692Z] ad7c5574e4b9: Pull complete [2020-07-30T04:33:44.779Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:33:44.779Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:33:44.779Z] ---> f10412e3ebed [2020-07-30T04:33:44.779Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:33:44.779Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:33:44.779Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:33:44.779Z] ---> f10412e3ebed [2020-07-30T04:33:44.779Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T04:33:44.779Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:33:44.779Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:33:44.779Z] ---> f10412e3ebed [2020-07-30T04:33:44.779Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:33:44.779Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:33:44.779Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:33:44.779Z] ---> f10412e3ebed [2020-07-30T04:33:44.779Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:33:44.779Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:33:44.779Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:33:44.779Z] ---> f10412e3ebed [2020-07-30T04:33:44.779Z] Step 3/23 : WORKDIR /edgex-go [2020-07-30T04:33:45.113Z] e772456be8f7: Pull complete [2020-07-30T04:33:45.113Z] c890913d741a: Pull complete [2020-07-30T04:33:45.357Z] ---> Running in c3f3533f03d1 [2020-07-30T04:33:45.357Z] ---> Running in 7c9848913643 [2020-07-30T04:33:45.357Z] ---> Running in 25302c6e25f3 [2020-07-30T04:33:45.357Z] ---> Running in 855e53479741 [2020-07-30T04:33:45.357Z] ---> Running in adeef6a1abf9 [2020-07-30T04:33:45.637Z] Removing intermediate container 7c9848913643 [2020-07-30T04:33:45.637Z] Removing intermediate container c3f3533f03d1 [2020-07-30T04:33:45.637Z] ---> c6ded432e069 [2020-07-30T04:33:45.637Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:33:45.637Z] ---> 25acf280b730 [2020-07-30T04:33:45.637Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:33:45.637Z] Removing intermediate container 25302c6e25f3 [2020-07-30T04:33:45.637Z] ---> e5d8a40edbfb [2020-07-30T04:33:45.637Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:33:45.637Z] Removing intermediate container adeef6a1abf9 [2020-07-30T04:33:45.637Z] ---> 8e8a0ef3811a [2020-07-30T04:33:45.637Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:33:45.898Z] Removing intermediate container 855e53479741 [2020-07-30T04:33:45.898Z] ---> c19085efc026 [2020-07-30T04:33:45.898Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:33:45.898Z] ---> Running in 850b91c72a23 [2020-07-30T04:33:45.898Z] ---> Running in 050ae773491f [2020-07-30T04:33:45.898Z] ---> Running in 2cbf027a9bd5 [2020-07-30T04:33:45.898Z] ---> Running in 18f61dca97e6 [2020-07-30T04:33:46.162Z] ---> Running in 8c35dac0145e [2020-07-30T04:33:47.087Z] 2480fcc9aa5a: Pull complete [2020-07-30T04:33:47.087Z] 09adf4765672: Pull complete [2020-07-30T04:33:47.361Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-30T04:33:47.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-30T04:33:47.361Z] ---> 2248a725d1cf [2020-07-30T04:33:47.361Z] 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 [2020-07-30T04:33:48.098Z] Removing intermediate container 850b91c72a23 [2020-07-30T04:33:48.098Z] ---> 1033b97746bc [2020-07-30T04:33:48.098Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T04:33:48.098Z] ---> Running in 06d2eb1f81ed [2020-07-30T04:33:48.098Z] Removing intermediate container 2cbf027a9bd5 [2020-07-30T04:33:48.098Z] ---> c863e5d6c78b [2020-07-30T04:33:48.098Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-30T04:33:48.098Z] Removing intermediate container 18f61dca97e6 [2020-07-30T04:33:48.098Z] ---> e1e79111daf9 [2020-07-30T04:33:48.098Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-30T04:33:48.359Z] ---> Running in d2385c6f3f71 [2020-07-30T04:33:48.359Z] ---> Running in 75418e73e332 [2020-07-30T04:33:48.620Z] Removing intermediate container 050ae773491f [2020-07-30T04:33:48.620Z] ---> 8e7379f0c0a3 [2020-07-30T04:33:48.620Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T04:33:48.620Z] Removing intermediate container 8c35dac0145e [2020-07-30T04:33:48.620Z] ---> 67d9171da47c [2020-07-30T04:33:48.620Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T04:33:48.883Z] ---> Running in 69ddeab32af9 [2020-07-30T04:33:48.883Z] ---> Running in 22f7d4acf224 [2020-07-30T04:33:48.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:49.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:49.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:49.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:49.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:49.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:49.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:49.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:50.200Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:33:50.200Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:33:50.200Z] OK: 12749 distinct packages available [2020-07-30T04:33:50.200Z] OK: 233 MiB in 51 packages [2020-07-30T04:33:50.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:50.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:50.468Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:33:50.468Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:33:50.468Z] OK: 12749 distinct packages available [2020-07-30T04:33:50.468Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:33:50.468Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:33:50.468Z] OK: 12749 distinct packages available [2020-07-30T04:33:50.739Z] OK: 233 MiB in 51 packages [2020-07-30T04:33:50.739Z] OK: 233 MiB in 51 packages [2020-07-30T04:33:51.004Z] Removing intermediate container 06d2eb1f81ed [2020-07-30T04:33:51.004Z] ---> 51309ffcecf2 [2020-07-30T04:33:51.004Z] Step 6/20 : COPY go.mod . [2020-07-30T04:33:51.004Z] OK: 233 MiB in 51 packages [2020-07-30T04:33:51.004Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:33:51.004Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:33:51.004Z] OK: 12749 distinct packages available [2020-07-30T04:33:51.004Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:33:51.004Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:33:51.004Z] OK: 12749 distinct packages available [2020-07-30T04:33:51.266Z] OK: 233 MiB in 51 packages [2020-07-30T04:33:51.266Z] ---> 8aca510ee15e [2020-07-30T04:33:51.266Z] Step 7/20 : RUN go mod download [2020-07-30T04:33:51.266Z] Removing intermediate container d2385c6f3f71 [2020-07-30T04:33:51.266Z] ---> 24dae4e4a070 [2020-07-30T04:33:51.266Z] Step 6/23 : COPY go.mod . [2020-07-30T04:33:51.266Z] OK: 233 MiB in 51 packages [2020-07-30T04:33:51.266Z] ---> Running in 19975846b569 [2020-07-30T04:33:51.533Z] Removing intermediate container 75418e73e332 [2020-07-30T04:33:51.533Z] ---> f7cc676d3a47 [2020-07-30T04:33:51.533Z] Step 6/21 : COPY go.mod . [2020-07-30T04:33:51.794Z] ---> 91e87e70d4f2 [2020-07-30T04:33:51.794Z] Step 7/23 : RUN go mod download [2020-07-30T04:33:52.056Z] ---> Running in 604e35741014 [2020-07-30T04:33:52.056Z] ---> 48ea0d9ea3ee [2020-07-30T04:33:52.056Z] Step 7/21 : RUN go mod download [2020-07-30T04:33:52.335Z] Removing intermediate container 69ddeab32af9 [2020-07-30T04:33:52.335Z] ---> fdb82ce9f007 [2020-07-30T04:33:52.335Z] Step 6/21 : COPY go.mod . [2020-07-30T04:33:52.335Z] ---> Running in ff9cefb493fc [2020-07-30T04:33:52.597Z] Removing intermediate container 22f7d4acf224 [2020-07-30T04:33:52.597Z] ---> 96a517926595 [2020-07-30T04:33:52.597Z] Step 6/21 : COPY go.mod . [2020-07-30T04:33:52.859Z] ---> a3372fadb6fe [2020-07-30T04:33:52.859Z] Step 7/21 : RUN go mod download [2020-07-30T04:33:52.859Z] ---> Running in d6f3c1a4901b [2020-07-30T04:33:53.127Z] ---> 465075731331 [2020-07-30T04:33:53.128Z] Step 7/21 : RUN go mod download [2020-07-30T04:33:53.128Z] ---> Running in 8f2dea6f4aae [2020-07-30T04:33:53.706Z] Removing intermediate container 604e35741014 [2020-07-30T04:33:53.706Z] ---> 85f7c9af0eee [2020-07-30T04:33:53.706Z] Step 8/23 : COPY . . [2020-07-30T04:33:54.072Z] ---> Running in f6edbd8d7fb5 [2020-07-30T04:33:55.103Z] Removing intermediate container 19975846b569 [2020-07-30T04:33:55.103Z] ---> 2ccfc2128548 [2020-07-30T04:33:55.103Z] Step 8/20 : COPY . . [2020-07-30T04:33:55.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:33:56.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:33:57.476Z] (1/12) Installing libmagic (5.38-r0) [2020-07-30T04:33:57.752Z] (2/12) Installing file (5.38-r0) [2020-07-30T04:33:57.752Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-30T04:33:57.752Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-30T04:33:59.733Z] Removing intermediate container ff9cefb493fc [2020-07-30T04:33:59.733Z] ---> cebfbe3e6945 [2020-07-30T04:33:59.733Z] Step 8/21 : COPY . . [2020-07-30T04:33:59.733Z] Removing intermediate container d6f3c1a4901b [2020-07-30T04:33:59.733Z] ---> 543245fb0061 [2020-07-30T04:33:59.733Z] Step 8/21 : COPY . . [2020-07-30T04:34:01.136Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-30T04:34:01.136Z] (6/12) Installing patch (2.7.6-r6) [2020-07-30T04:34:01.136Z] (7/12) Installing build-base (0.5-r2) [2020-07-30T04:34:01.136Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-30T04:34:01.136Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-30T04:34:01.136Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-30T04:34:01.136Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-30T04:34:01.426Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-30T04:34:01.426Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:34:01.426Z] OK: 217 MiB in 51 packages [2020-07-30T04:34:06.346Z] Removing intermediate container 8f2dea6f4aae [2020-07-30T04:34:06.346Z] ---> 89d76d0390af [2020-07-30T04:34:06.346Z] Step 8/21 : COPY . . [2020-07-30T04:34:06.826Z] Removing intermediate container f6edbd8d7fb5 [2020-07-30T04:34:06.826Z] ---> 6c312736437d [2020-07-30T04:34:06.826Z] Step 4/7 : WORKDIR /edgex-go [2020-07-30T04:34:06.826Z] ---> Running in c63d24cdf523 [2020-07-30T04:34:06.826Z] Removing intermediate container c63d24cdf523 [2020-07-30T04:34:06.826Z] ---> 90dc54d58b25 [2020-07-30T04:34:06.826Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-30T04:34:06.826Z] latest: Pulling from library/docker [2020-07-30T04:34:07.104Z] b538f80385f9: Already exists [2020-07-30T04:34:07.104Z] 259a493cd78d: Pulling fs layer [2020-07-30T04:34:07.104Z] b8e66b5100f5: Pulling fs layer [2020-07-30T04:34:07.104Z] 39dc9c94d07c: Pulling fs layer [2020-07-30T04:34:07.104Z] 551b823b3b82: Pulling fs layer [2020-07-30T04:34:07.104Z] 3c52a74df98c: Pulling fs layer [2020-07-30T04:34:07.104Z] 6c9b121b6998: Pulling fs layer [2020-07-30T04:34:07.104Z] 551b823b3b82: Waiting [2020-07-30T04:34:07.104Z] 3c52a74df98c: Waiting [2020-07-30T04:34:07.104Z] 6c9b121b6998: Waiting [2020-07-30T04:34:07.104Z] b8e66b5100f5: Verifying Checksum [2020-07-30T04:34:07.104Z] b8e66b5100f5: Download complete [2020-07-30T04:34:07.385Z] 259a493cd78d: Verifying Checksum [2020-07-30T04:34:07.385Z] 259a493cd78d: Download complete [2020-07-30T04:34:07.385Z] 551b823b3b82: Verifying Checksum [2020-07-30T04:34:07.385Z] 551b823b3b82: Download complete [2020-07-30T04:34:07.385Z] 3c52a74df98c: Verifying Checksum [2020-07-30T04:34:07.385Z] 3c52a74df98c: Download complete [2020-07-30T04:34:07.669Z] 6c9b121b6998: Verifying Checksum [2020-07-30T04:34:07.669Z] 6c9b121b6998: Download complete [2020-07-30T04:34:07.948Z] 259a493cd78d: Pull complete [2020-07-30T04:34:08.549Z] b8e66b5100f5: Pull complete [2020-07-30T04:34:08.549Z] 39dc9c94d07c: Verifying Checksum [2020-07-30T04:34:08.549Z] 39dc9c94d07c: Download complete [2020-07-30T04:34:11.934Z] 39dc9c94d07c: Pull complete [2020-07-30T04:34:11.934Z] 551b823b3b82: Pull complete [2020-07-30T04:34:11.934Z] 3c52a74df98c: Pull complete [2020-07-30T04:34:12.528Z] 6c9b121b6998: Pull complete [2020-07-30T04:34:12.528Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-30T04:34:12.528Z] Status: Downloaded newer image for docker:latest [2020-07-30T04:34:15.917Z] ---> ee6c61d5f89c [2020-07-30T04:34:15.917Z] Step 6/7 : COPY go.mod . [2020-07-30T04:34:16.895Z] ---> 1a4dfd7aac10 [2020-07-30T04:34:16.895Z] Step 7/7 : RUN go mod download [2020-07-30T04:34:16.895Z] ---> Running in 76dc7a1f92ae [2020-07-30T04:34:20.281Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-30T04:34:20.281Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T04:34:20.281Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-30T04:34:20.281Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T04:34:20.281Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T04:34:20.281Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T04:34:20.281Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T04:34:20.281Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T04:34:20.281Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-30T04:34:20.281Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T04:34:20.281Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-30T04:34:20.281Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-30T04:34:20.281Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-30T04:34:20.281Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T04:34:20.281Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-30T04:34:20.281Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-30T04:34:20.281Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T04:34:20.281Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T04:34:20.281Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T04:34:20.281Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-30T04:34:20.281Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-30T04:34:20.281Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-30T04:34:20.281Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T04:34:20.552Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T04:34:20.552Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-30T04:34:20.552Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T04:34:20.552Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-30T04:34:20.552Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-30T04:34:20.552Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T04:34:20.552Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T04:34:20.552Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T04:34:20.552Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T04:34:20.552Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T04:34:20.552Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T04:34:20.552Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T04:34:20.822Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T04:34:21.092Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T04:34:21.092Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-30T04:34:21.092Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-30T04:34:21.092Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T04:34:21.092Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-30T04:34:21.092Z] go: finding github.com/kr/pty v1.1.1 [2020-07-30T04:34:21.092Z] go: finding github.com/kr/text v0.1.0 [2020-07-30T04:34:21.092Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T04:34:21.092Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T04:34:21.092Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T04:34:21.092Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T04:34:21.092Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T04:34:21.365Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T04:34:21.365Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T04:34:21.365Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T04:34:21.365Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T04:34:21.365Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T04:34:21.365Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T04:34:21.365Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T04:34:21.365Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-30T04:34:21.365Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-30T04:34:21.365Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T04:34:21.365Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-30T04:34:21.365Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T04:34:21.637Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T04:34:21.637Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T04:34:21.637Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T04:34:21.637Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-30T04:34:21.637Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T04:34:21.637Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T04:34:21.637Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T04:34:21.637Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T04:34:21.637Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T04:34:21.637Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-30T04:34:21.637Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-30T04:34:21.914Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-30T04:34:21.914Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T04:34:21.914Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-30T04:34:21.914Z] go: finding golang.org/x/text v0.3.2 [2020-07-30T04:34:21.914Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-30T04:34:21.914Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-30T04:34:21.914Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-30T04:34:21.914Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-30T04:34:21.914Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-30T04:34:21.914Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T04:34:32.986Z] ---> 1fab89598a37 [2020-07-30T04:34:32.986Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-30T04:34:33.557Z] ---> Running in 0cf4cee55598 [2020-07-30T04:34:33.557Z] ---> ca7e13ee324f [2020-07-30T04:34:33.557Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-30T04:34:34.129Z] ---> d7e08f3af914 [2020-07-30T04:34:34.129Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-30T04:34:34.129Z] ---> b7bf7ef63f8a [2020-07-30T04:34:34.129Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-30T04:34:34.129Z] ---> 44d80920b983 [2020-07-30T04:34:34.129Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-30T04:34:34.391Z] ---> Running in b036d59f50e9 [2020-07-30T04:34:34.391Z] ---> Running in 16f1882a9531 [2020-07-30T04:34:34.391Z] ---> Running in 0f67def366ae [2020-07-30T04:34:34.391Z] ---> Running in 195f76ea6e7a [2020-07-30T04:34:35.350Z] 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 [2020-07-30T04:34:35.350Z] 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 [2020-07-30T04:34:35.350Z] 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 [2020-07-30T04:34:35.350Z] 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 [2020-07-30T04:34:35.623Z] 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 [2020-07-30T04:34:40.252Z] Removing intermediate container 76dc7a1f92ae [2020-07-30T04:34:40.252Z] ---> 3302a34a018e [2020-07-30T04:34:40.252Z] Successfully built 3302a34a018e [2020-07-30T04:34:40.252Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:34:41.022Z] + docker inspect -f . ci-base-image-arm64 [2020-07-30T04:34:41.022Z] . [Pipeline] withDockerContainer [2020-07-30T04:34:41.340Z] prd-ubuntu18.04-docker-arm64-4c-16g-1531 does not seem to be running inside a container [2020-07-30T04:34:41.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-30T04:34:42.997Z] $ docker top 16c24b1d91cd0223b0ff1b7cb3f8cd8c3a93de3ba0276ac3eebffe3090f5f304 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:34:44.056Z] + go version [2020-07-30T04:34:44.056Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-30T04:34:44.080Z] ========================================================= [2020-07-30T04:34:44.081Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-30T04:34:44.081Z] ========================================================= [Pipeline] sh [2020-07-30T04:34:44.757Z] + make test [2020-07-30T04:34:44.757Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-30T04:34:47.437Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-30T04:35:14.492Z] Removing intermediate container 0f67def366ae [2020-07-30T04:35:14.492Z] ---> 0e8c72980d4e [2020-07-30T04:35:14.492Z] [2020-07-30T04:35:14.492Z] Step 10/21 : FROM scratch [2020-07-30T04:35:14.492Z] ---> [2020-07-30T04:35:14.492Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T04:35:14.492Z] ---> Running in cff070017fa3 [2020-07-30T04:35:14.492Z] Removing intermediate container cff070017fa3 [2020-07-30T04:35:14.492Z] ---> c5adcb59e361 [2020-07-30T04:35:14.492Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-30T04:35:14.492Z] ---> Running in cc0a8845f434 [2020-07-30T04:35:14.492Z] Removing intermediate container cc0a8845f434 [2020-07-30T04:35:14.492Z] ---> a91cc4369115 [2020-07-30T04:35:14.492Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:35:14.492Z] ---> Running in b140e987fd02 [2020-07-30T04:35:18.702Z] Removing intermediate container b140e987fd02 [2020-07-30T04:35:18.702Z] ---> d6268af0f596 [2020-07-30T04:35:18.702Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-30T04:35:19.834Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-30T04:35:20.097Z] ---> 2289d0068bfe [2020-07-30T04:35:20.098Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-30T04:35:20.098Z] Removing intermediate container b036d59f50e9 [2020-07-30T04:35:20.098Z] ---> ca14b1a970aa [2020-07-30T04:35:20.098Z] [2020-07-30T04:35:20.098Z] Step 10/20 : FROM scratch [2020-07-30T04:35:20.098Z] ---> [2020-07-30T04:35:20.098Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:35:20.098Z] Removing intermediate container 195f76ea6e7a [2020-07-30T04:35:20.098Z] ---> 1ce4251115a7 [2020-07-30T04:35:20.098Z] [2020-07-30T04:35:20.098Z] Step 10/21 : FROM scratch [2020-07-30T04:35:20.098Z] ---> [2020-07-30T04:35:20.098Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:35:20.098Z] Removing intermediate container 0cf4cee55598 [2020-07-30T04:35:20.098Z] ---> 5b01d280ace3 [2020-07-30T04:35:20.098Z] [2020-07-30T04:35:20.098Z] Step 10/23 : FROM scratch [2020-07-30T04:35:20.098Z] ---> [2020-07-30T04:35:20.098Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T04:35:20.098Z] Removing intermediate container 16f1882a9531 [2020-07-30T04:35:20.098Z] ---> 5e7fa380def6 [2020-07-30T04:35:20.098Z] [2020-07-30T04:35:20.098Z] Step 10/21 : FROM scratch [2020-07-30T04:35:20.098Z] ---> [2020-07-30T04:35:20.098Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:35:20.098Z] ---> Running in 9667f3b47577 [2020-07-30T04:35:20.098Z] ---> Running in d22e674379ab [2020-07-30T04:35:20.098Z] ---> Using cache [2020-07-30T04:35:20.098Z] ---> c5adcb59e361 [2020-07-30T04:35:20.098Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-30T04:35:20.359Z] ---> Running in 531c81fcace4 [2020-07-30T04:35:20.359Z] ---> Running in 43c3bfde30f3 [2020-07-30T04:35:20.359Z] ---> b450738ba3d8 [2020-07-30T04:35:20.359Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-30T04:35:20.359Z] Removing intermediate container d22e674379ab [2020-07-30T04:35:20.359Z] ---> 0e7c8d6c3863 [2020-07-30T04:35:20.359Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-30T04:35:20.623Z] Removing intermediate container 9667f3b47577 [2020-07-30T04:35:20.623Z] ---> ecac475272b2 [2020-07-30T04:35:20.623Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-30T04:35:20.623Z] Removing intermediate container 531c81fcace4 [2020-07-30T04:35:20.623Z] ---> cbe328faca07 [2020-07-30T04:35:20.623Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-30T04:35:20.623Z] Removing intermediate container 43c3bfde30f3 [2020-07-30T04:35:20.623Z] ---> 6e218d5d3d7e [2020-07-30T04:35:20.623Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-30T04:35:20.623Z] ---> Running in c858527d3534 [2020-07-30T04:35:20.623Z] ---> Running in 6a078b9cfe9c [2020-07-30T04:35:20.885Z] ---> Running in c3f3ccf20948 [2020-07-30T04:35:20.885Z] ---> Running in 8c0683d60a31 [2020-07-30T04:35:21.145Z] Removing intermediate container 6a078b9cfe9c [2020-07-30T04:35:21.145Z] ---> 1106871223fc [2020-07-30T04:35:21.145Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:35:21.145Z] Removing intermediate container c858527d3534 [2020-07-30T04:35:21.145Z] ---> a27c3a894453 [2020-07-30T04:35:21.145Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-30T04:35:21.716Z] ---> 4dbabc45ae9f [2020-07-30T04:35:21.716Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-30T04:35:21.982Z] ---> Running in 0be2f6728da0 [2020-07-30T04:35:21.982Z] Removing intermediate container 8c0683d60a31 [2020-07-30T04:35:21.982Z] ---> 83c696f0a7ca [2020-07-30T04:35:21.982Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:35:21.982Z] Removing intermediate container c3f3ccf20948 [2020-07-30T04:35:21.982Z] ---> ac0b71ac14c4 [2020-07-30T04:35:21.982Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-30T04:35:21.982Z] ---> Running in 556caa751504 [2020-07-30T04:35:21.982Z] ---> Running in 7eb44485cad8 [2020-07-30T04:35:22.246Z] Removing intermediate container 0be2f6728da0 [2020-07-30T04:35:22.246Z] ---> 23d41a775dd1 [2020-07-30T04:35:22.246Z] Step 14/21 : WORKDIR / [2020-07-30T04:35:22.246Z] ---> 8cea54234488 [2020-07-30T04:35:22.246Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:35:22.506Z] ---> Running in a24e4156375e [2020-07-30T04:35:22.506Z] Removing intermediate container 556caa751504 [2020-07-30T04:35:22.506Z] ---> 48135931ea2c [2020-07-30T04:35:22.506Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-30T04:35:22.506Z] ---> a6fdd62318c5 [2020-07-30T04:35:22.506Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-30T04:35:22.506Z] ---> Running in fcde63f9f757 [2020-07-30T04:35:22.506Z] Removing intermediate container 7eb44485cad8 [2020-07-30T04:35:22.506Z] ---> 8655b3caaf9d [2020-07-30T04:35:22.506Z] Step 14/21 : WORKDIR / [2020-07-30T04:35:22.506Z] ---> Running in f16f051e18e3 [2020-07-30T04:35:23.076Z] Removing intermediate container a24e4156375e [2020-07-30T04:35:23.076Z] ---> e88664a0589a [2020-07-30T04:35:23.076Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-30T04:35:23.645Z] ---> 7284456b128a [2020-07-30T04:35:23.645Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-30T04:35:23.645Z] Removing intermediate container fcde63f9f757 [2020-07-30T04:35:23.645Z] ---> d4a16a56af72 [2020-07-30T04:35:23.645Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T04:35:23.645Z] Removing intermediate container f16f051e18e3 [2020-07-30T04:35:23.645Z] ---> bce5a2dcf1fb [2020-07-30T04:35:23.645Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-30T04:35:24.229Z] ---> a76b85d88000 [2020-07-30T04:35:24.229Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-30T04:35:24.229Z] ---> 7def07df03d2 [2020-07-30T04:35:24.229Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-30T04:35:24.229Z] ---> 13aaeb4e9aca [2020-07-30T04:35:24.229Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-30T04:35:24.229Z] ---> Running in 2235487849eb [2020-07-30T04:35:24.494Z] ---> 67b9d6838a53 [2020-07-30T04:35:24.494Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-30T04:35:24.759Z] Removing intermediate container 2235487849eb [2020-07-30T04:35:24.759Z] ---> 4a4342795ba5 [2020-07-30T04:35:24.759Z] Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:35:24.759Z] ---> 3b29e217e485 [2020-07-30T04:35:24.759Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-30T04:35:25.022Z] ---> Running in 79627e43568b [2020-07-30T04:35:25.022Z] ---> a18d30ef9daa [2020-07-30T04:35:25.022Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-30T04:35:25.022Z] ---> 026ec82dc4dc [2020-07-30T04:35:25.022Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:35:25.284Z] ---> 45cf69ed1618 [2020-07-30T04:35:25.284Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-30T04:35:25.284Z] ---> 8d31435b2861 [2020-07-30T04:35:25.284Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-30T04:35:25.284Z] ---> Running in eb062f908aa4 [2020-07-30T04:35:25.544Z] ---> 37bff5181a7b [2020-07-30T04:35:25.544Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:35:25.544Z] Removing intermediate container 79627e43568b [2020-07-30T04:35:25.544Z] ---> a58b84de281f [2020-07-30T04:35:25.544Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:35:25.803Z] ---> Running in 5290a666a294 [2020-07-30T04:35:25.803Z] ---> Running in a21936a152fc [2020-07-30T04:35:25.803Z] ---> 3c107c21e199 [2020-07-30T04:35:25.803Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:35:25.803Z] Removing intermediate container eb062f908aa4 [2020-07-30T04:35:25.803Z] ---> 6d057e8ec004 [2020-07-30T04:35:25.803Z] Step 18/20 : LABEL arch=x86_64 [2020-07-30T04:35:26.063Z] ---> Running in 9780f6dfb5a1 [2020-07-30T04:35:26.063Z] ---> Running in 3ebfc6da027e [2020-07-30T04:35:26.063Z] ---> ca5b0b268e4b [2020-07-30T04:35:26.063Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-30T04:35:26.063Z] Removing intermediate container 5290a666a294 [2020-07-30T04:35:26.063Z] ---> d09312756d65 [2020-07-30T04:35:26.063Z] [2020-07-30T04:35:26.322Z] Removing intermediate container a21936a152fc [2020-07-30T04:35:26.322Z] ---> 1592c6f1a5d2 [2020-07-30T04:35:26.322Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T04:35:26.322Z] Successfully built d09312756d65 [2020-07-30T04:35:26.584Z] ---> Running in 65d6fea2a915 [2020-07-30T04:35:26.584Z] Successfully tagged docker-support-logging-go:latest [2020-07-30T04:35:26.584Z] Removing intermediate container 9780f6dfb5a1 [2020-07-30T04:35:26.584Z] ---> c9f810782c37 [2020-07-30T04:35:26.584Z] Step 19/21 : LABEL arch=x86_64Building docker-security-proxy-setup-go [2020-07-30T04:35:26.584Z] [2020-07-30T04:35:26.584Z]  Building docker-support-logging-go ... done Removing intermediate container 3ebfc6da027e [2020-07-30T04:35:26.584Z] ---> e9fde63caa3d [2020-07-30T04:35:26.584Z] Step 19/20 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:35:26.584Z] ---> 18e81299df03 [2020-07-30T04:35:26.584Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:35:26.584Z] ---> Running in 5308cafb99dd [2020-07-30T04:35:26.584Z] ---> Running in 52cd6aa88afa [2020-07-30T04:35:26.845Z] ---> Running in 3346f6818d3e [2020-07-30T04:35:26.845Z] Removing intermediate container 65d6fea2a915 [2020-07-30T04:35:26.845Z] ---> 514f567f69c3 [2020-07-30T04:35:26.845Z] Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:35:27.791Z] Removing intermediate container 52cd6aa88afa [2020-07-30T04:35:27.791Z] ---> 9bc381204c95 [2020-07-30T04:35:27.791Z] Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:35:27.791Z] ---> Running in 2bc27d1147ed [2020-07-30T04:35:28.737Z] Removing intermediate container 5308cafb99dd [2020-07-30T04:35:28.737Z] ---> 4ff195458ee7 [2020-07-30T04:35:28.737Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T04:35:28.737Z] Removing intermediate container 3346f6818d3e [2020-07-30T04:35:28.737Z] ---> 079d73bb26e8 [2020-07-30T04:35:28.737Z] Step 21/23 : LABEL arch=x86_64 [2020-07-30T04:35:29.683Z] ---> Running in 90dfe3e08f4e [2020-07-30T04:35:30.256Z] ---> Running in 131f814bf8b3 [2020-07-30T04:35:30.256Z] ---> Running in c5c47f591f1a [2020-07-30T04:35:30.256Z] Removing intermediate container 2bc27d1147ed [2020-07-30T04:35:30.256Z] ---> 67797dfd41e7 [2020-07-30T04:35:30.256Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:35:30.829Z] ---> Running in c552e9cd56a7 [2020-07-30T04:35:30.829Z] Removing intermediate container 90dfe3e08f4e [2020-07-30T04:35:30.829Z] ---> 60b1f7c27234 [2020-07-30T04:35:30.829Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:35:31.089Z] Removing intermediate container 131f814bf8b3 [2020-07-30T04:35:31.089Z] ---> 5200beea87b6 [2020-07-30T04:35:31.089Z] Step 22/23 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:35:31.354Z] Removing intermediate container c5c47f591f1a [2020-07-30T04:35:31.354Z] ---> fb93fdc099a6 [2020-07-30T04:35:31.354Z] [2020-07-30T04:35:31.932Z] Removing intermediate container c552e9cd56a7 [2020-07-30T04:35:31.932Z] ---> a4d215ed24f0 [2020-07-30T04:35:31.932Z] [2020-07-30T04:35:31.932Z] ---> Running in aa3031519ce4 [2020-07-30T04:35:31.932Z] ---> Running in a32a73205230 [2020-07-30T04:35:32.192Z] Successfully built a4d215ed24f0 [2020-07-30T04:35:32.192Z] Successfully built fb93fdc099a6 [2020-07-30T04:35:32.453Z] Successfully tagged docker-core-command-go:latest [2020-07-30T04:35:32.453Z] Building docker-security-secretstore-setup-go [2020-07-30T04:35:32.453Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-30T04:35:32.453Z] Building docker-sys-mgmt-agent-go [2020-07-30T04:35:32.717Z]  Building docker-core-command-go ... done  Building docker-support-scheduler-go ... done Removing intermediate container a32a73205230 [2020-07-30T04:35:32.717Z] ---> 9efa74dec441 [2020-07-30T04:35:32.717Z] Step 23/23 : LABEL version=0.0.0 [2020-07-30T04:35:33.663Z] Removing intermediate container aa3031519ce4 [2020-07-30T04:35:34.236Z] ---> 4577ff55b7b1 [2020-07-30T04:35:34.236Z] [2020-07-30T04:35:34.236Z] Successfully built 4577ff55b7b1 [2020-07-30T04:35:34.236Z] Successfully tagged docker-core-metadata-go:latest [2020-07-30T04:35:34.236Z] Building docker-security-secrets-setup-go [2020-07-30T04:35:35.105Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-30T04:35:35.105Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-30T04:35:35.105Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-30T04:35:35.105Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-30T04:35:35.105Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s [2020-07-30T04:35:35.105Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-30T04:35:35.105Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-30T04:35:35.105Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-30T04:35:35.703Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-30T04:35:37.152Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-30T04:35:37.152Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-30T04:35:37.152Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-30T04:35:37.152Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-30T04:35:38.455Z]  Building docker-core-metadata-go ... done  ---> Running in 22db72ef07d9 [2020-07-30T04:35:43.768Z] Removing intermediate container 22db72ef07d9 [2020-07-30T04:35:43.768Z] ---> 6becfac1349e [2020-07-30T04:35:43.768Z] [2020-07-30T04:35:43.768Z] Successfully built 6becfac1349e [2020-07-30T04:35:43.768Z] Successfully tagged docker-support-notifications-go:latest [2020-07-30T04:35:43.768Z] Building docker-core-data-go [2020-07-30T04:35:45.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements [2020-07-30T04:35:45.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-30T04:35:45.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-30T04:35:45.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-30T04:35:45.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-30T04:35:45.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-30T04:35:47.031Z]  Building docker-support-notifications-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:35:47.031Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:35:47.031Z] ---> f10412e3ebed [2020-07-30T04:35:47.031Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T04:35:47.031Z] ---> Using cache [2020-07-30T04:35:47.031Z] ---> c19085efc026 [2020-07-30T04:35:47.031Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:35:47.031Z] ---> Using cache [2020-07-30T04:35:47.031Z] ---> 67d9171da47c [2020-07-30T04:35:47.031Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T04:35:47.031Z] ---> Using cache [2020-07-30T04:35:47.031Z] ---> fdb82ce9f007 [2020-07-30T04:35:47.031Z] Step 6/20 : COPY go.mod . [2020-07-30T04:35:47.305Z] ---> Using cache [2020-07-30T04:35:47.305Z] ---> a3372fadb6fe [2020-07-30T04:35:47.305Z] Step 7/20 : RUN go mod download [2020-07-30T04:35:47.305Z] ---> Using cache [2020-07-30T04:35:47.305Z] ---> 543245fb0061 [2020-07-30T04:35:47.305Z] Step 8/20 : COPY . . [2020-07-30T04:35:47.305Z] ---> Using cache [2020-07-30T04:35:47.305Z] ---> b7bf7ef63f8a [2020-07-30T04:35:47.305Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-30T04:35:53.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.4% of statements [2020-07-30T04:35:53.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-30T04:35:53.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-30T04:35:53.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-30T04:35:53.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-30T04:35:53.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-30T04:35:53.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-30T04:35:53.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2020-07-30T04:35:54.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-30T04:35:54.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2020-07-30T04:35:54.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-30T04:35:55.504Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:35:55.504Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:35:55.504Z] ---> f10412e3ebed [2020-07-30T04:35:55.504Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T04:35:55.504Z] ---> Using cache [2020-07-30T04:35:55.504Z] ---> c19085efc026 [2020-07-30T04:35:55.504Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:35:55.504Z] ---> Using cache [2020-07-30T04:35:55.504Z] ---> 67d9171da47c [2020-07-30T04:35:55.504Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-30T04:35:56.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.426s coverage: 29.3% of statements [2020-07-30T04:35:56.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-30T04:35:56.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-30T04:35:56.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-30T04:35:56.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-30T04:35:56.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-30T04:35:56.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements [2020-07-30T04:35:56.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-30T04:35:56.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.025s coverage: 100.0% of statements [2020-07-30T04:35:56.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-30T04:35:56.079Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:35:56.079Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:35:56.079Z] ---> f10412e3ebed [2020-07-30T04:35:56.079Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T04:35:56.079Z] ---> Using cache [2020-07-30T04:35:56.079Z] ---> c19085efc026 [2020-07-30T04:35:56.079Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:35:56.079Z] ---> Using cache [2020-07-30T04:35:56.079Z] ---> 67d9171da47c [2020-07-30T04:35:56.079Z] Step 5/26 : RUN apk update && apk add make git [2020-07-30T04:35:56.079Z] ---> Using cache [2020-07-30T04:35:56.079Z] ---> fdb82ce9f007 [2020-07-30T04:35:56.079Z] Step 6/26 : COPY go.mod . [2020-07-30T04:35:56.079Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:35:56.079Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-30T04:35:56.079Z] ---> f10412e3ebed [2020-07-30T04:35:56.079Z] Step 3/29 : WORKDIR /edgex-go [2020-07-30T04:35:56.079Z] ---> Using cache [2020-07-30T04:35:56.079Z] ---> c19085efc026 [2020-07-30T04:35:56.079Z] Step 4/29 : RUN apk update && apk add make git [2020-07-30T04:35:56.079Z] ---> Using cache [2020-07-30T04:35:56.079Z] ---> a3372fadb6fe [2020-07-30T04:35:56.079Z] Step 7/26 : RUN go mod download [2020-07-30T04:35:56.079Z] ---> Using cache [2020-07-30T04:35:56.079Z] ---> 543245fb0061 [2020-07-30T04:35:56.079Z] Step 8/26 : COPY . . [2020-07-30T04:35:56.079Z] ---> Using cache [2020-07-30T04:35:56.079Z] ---> b7bf7ef63f8a [2020-07-30T04:35:56.079Z] 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 [2020-07-30T04:35:57.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.082s coverage: 89.8% of statements [2020-07-30T04:35:57.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-30T04:35:57.042Z] ---> Running in 1e0ab30cb893 [2020-07-30T04:35:57.303Z] ---> Running in 3c2e6e3fe167 [2020-07-30T04:35:57.303Z] ---> Running in d86282f8d1cf [2020-07-30T04:35:57.303Z] ---> Running in 7f07496f2409 [2020-07-30T04:35:58.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements [2020-07-30T04:35:58.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-30T04:35:58.274Z] 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 [2020-07-30T04:35:58.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:35:58.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:35:58.275Z] 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 [2020-07-30T04:35:59.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:35:59.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:35:59.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 100.0% of statements [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-30T04:35:59.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-30T04:36:00.274Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements [2020-07-30T04:36:01.438Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:36:01.438Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:36:01.438Z] OK: 12749 distinct packages available [2020-07-30T04:36:02.035Z] OK: 233 MiB in 51 packages [2020-07-30T04:36:02.887Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:36:02.887Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:36:02.887Z] OK: 12749 distinct packages available [2020-07-30T04:36:03.447Z] OK: 233 MiB in 51 packages [2020-07-30T04:36:04.411Z] Removing intermediate container 3c2e6e3fe167 [2020-07-30T04:36:04.411Z] ---> 00177c218a8b [2020-07-30T04:36:04.411Z] Step 6/26 : COPY go.mod . [2020-07-30T04:36:04.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.5% of statements [2020-07-30T04:36:04.600Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-30T04:36:04.600Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-30T04:36:04.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2020-07-30T04:36:05.001Z] Removing intermediate container 7f07496f2409 [2020-07-30T04:36:05.001Z] ---> c8a58359ca46 [2020-07-30T04:36:05.001Z] Step 5/29 : COPY go.mod . [2020-07-30T04:36:05.001Z] ---> e119f3d8912f [2020-07-30T04:36:05.001Z] Step 7/26 : RUN go mod download [2020-07-30T04:36:05.268Z] ---> Running in ff7c471f79df [2020-07-30T04:36:05.268Z] ---> ebeb11769ee7 [2020-07-30T04:36:05.268Z] Step 6/29 : RUN go mod download [2020-07-30T04:36:05.551Z] ---> Running in 4d498294f356 [2020-07-30T04:36:06.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 55.9% of statements [2020-07-30T04:36:06.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-30T04:36:06.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-30T04:36:06.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-30T04:36:06.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-30T04:36:07.509Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:36:07.509Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:36:07.509Z] ---> f10412e3ebed [2020-07-30T04:36:07.509Z] Step 3/22 : WORKDIR /edgex-go [2020-07-30T04:36:07.509Z] ---> Using cache [2020-07-30T04:36:07.509Z] ---> c19085efc026 [2020-07-30T04:36:07.509Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:36:07.509Z] ---> Using cache [2020-07-30T04:36:07.509Z] ---> 67d9171da47c [2020-07-30T04:36:07.509Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-30T04:36:08.093Z] ---> Running in 8445c26b511d [2020-07-30T04:36:08.693Z] Removing intermediate container ff7c471f79df [2020-07-30T04:36:08.693Z] ---> 530f398d59dd [2020-07-30T04:36:08.693Z] Step 8/26 : COPY . . [2020-07-30T04:36:08.693Z] Removing intermediate container 4d498294f356 [2020-07-30T04:36:08.693Z] ---> 0df89387d968 [2020-07-30T04:36:08.693Z] Step 7/29 : COPY . . [2020-07-30T04:36:08.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:36:10.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:36:12.850Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:36:12.850Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:36:12.850Z] OK: 12749 distinct packages available [2020-07-30T04:36:13.424Z] OK: 233 MiB in 51 packages [2020-07-30T04:36:20.080Z] Removing intermediate container 8445c26b511d [2020-07-30T04:36:20.080Z] ---> 8de9c42b41ef [2020-07-30T04:36:20.080Z] Step 6/22 : COPY go.mod . [2020-07-30T04:36:23.426Z] ---> e6bb6c966d19 [2020-07-30T04:36:23.426Z] Step 7/22 : RUN go mod download [2020-07-30T04:36:24.380Z] 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 [2020-07-30T04:36:24.380Z] ---> Running in 89556d805f2a [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.800s coverage: 86.3% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.195s coverage: 72.2% of statements [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.401s coverage: 72.1% of statements [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.024s coverage: 96.8% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.1% of statements [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.040s coverage: 43.1% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.049s coverage: 100.0% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.048s coverage: 83.8% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.154s coverage: 46.1% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-30T04:36:28.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements [2020-07-30T04:36:28.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-30T04:36:32.933Z] 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 [2020-07-30T04:36:33.523Z] Removing intermediate container 89556d805f2a [2020-07-30T04:36:33.523Z] ---> 35e804a203ab [2020-07-30T04:36:33.523Z] Step 8/22 : COPY . . [2020-07-30T04:36:33.523Z] Removing intermediate container 1e0ab30cb893 [2020-07-30T04:36:33.523Z] ---> 468846443d32 [2020-07-30T04:36:33.523Z] [2020-07-30T04:36:33.523Z] Step 10/20 : FROM alpine [2020-07-30T04:36:33.788Z] ---> 9f55ab79b598 [2020-07-30T04:36:33.788Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-30T04:36:33.788Z] ---> a8c5ee772f04 [2020-07-30T04:36:33.788Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-30T04:36:33.788Z] latest: Pulling from library/alpine [2020-07-30T04:36:34.214Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.260s coverage: 29.1% of statements [2020-07-30T04:36:34.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-30T04:36:34.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-30T04:36:34.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-30T04:36:34.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-30T04:36:34.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-30T04:36:34.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements [2020-07-30T04:36:34.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-30T04:36:34.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements [2020-07-30T04:36:34.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-30T04:36:34.215Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2020-07-30T04:36:34.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-30T04:36:34.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.020s coverage: 100.0% of statements [2020-07-30T04:36:34.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-30T04:36:34.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-30T04:36:34.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-30T04:36:34.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-30T04:36:34.359Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-30T04:36:34.359Z] ---> Running in 35f89d84a2e2 [2020-07-30T04:36:34.359Z] ---> Running in a1dd255576af [2020-07-30T04:36:34.359Z] Status: Downloaded newer image for alpine:latest [2020-07-30T04:36:34.359Z] ---> a24bb4013296 [2020-07-30T04:36:34.359Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-30T04:36:36.219Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements [2020-07-30T04:36:36.219Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-30T04:36:36.219Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-30T04:36:36.219Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements [2020-07-30T04:36:36.219Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-07-30T04:36:37.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-07-30T04:36:38.236Z] GO111MODULE=on go vet ./... [2020-07-30T04:36:38.566Z] ---> Running in 9d096452a5b3 [2020-07-30T04:36:39.516Z] 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 [2020-07-30T04:36:39.782Z] 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 [2020-07-30T04:36:41.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:36:41.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:36:41.481Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:36:41.481Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:36:41.482Z] OK: 12749 distinct packages available [2020-07-30T04:36:42.080Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-30T04:36:42.080Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T04:36:42.080Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-30T04:36:42.346Z] (4/4) Installing curl (7.69.1-r0) [2020-07-30T04:36:42.346Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:36:42.346Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T04:36:42.346Z] OK: 7 MiB in 18 packages [2020-07-30T04:36:46.628Z] Removing intermediate container d86282f8d1cf [2020-07-30T04:36:46.628Z] ---> 42438e9d0be8 [2020-07-30T04:36:46.628Z] [2020-07-30T04:36:46.628Z] Step 10/26 : FROM alpine:3.10 [2020-07-30T04:36:46.628Z] 3.10: Pulling from library/alpine [2020-07-30T04:36:48.052Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-30T04:36:48.052Z] Status: Downloaded newer image for alpine:3.10 [2020-07-30T04:36:48.052Z] ---> be4e4bea2c2e [2020-07-30T04:36:48.052Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-30T04:36:48.052Z] Removing intermediate container 9d096452a5b3 [2020-07-30T04:36:48.052Z] ---> da4654b553ca [2020-07-30T04:36:48.052Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T04:36:48.334Z] ---> Running in 96c0d8a4c053 [2020-07-30T04:36:48.334Z] ---> Running in 2b9de19f46d0 [2020-07-30T04:36:49.902Z] Removing intermediate container 96c0d8a4c053 [2020-07-30T04:36:49.902Z] ---> bd27354bc44e [2020-07-30T04:36:49.902Z] Step 13/20 : WORKDIR /edgex [2020-07-30T04:36:49.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:36:50.179Z] ---> Running in 3689d6aa3d3a [2020-07-30T04:36:50.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:36:50.783Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-30T04:36:50.783Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-30T04:36:50.783Z] OK: 10346 distinct packages available [2020-07-30T04:36:50.783Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-30T04:36:51.061Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-30T04:36:51.061Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-30T04:36:51.061Z] (4/5) Installing curl (7.66.0-r0) [2020-07-30T04:36:51.061Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-30T04:36:51.061Z] Executing busybox-1.30.1-r3.trigger [2020-07-30T04:36:51.061Z] Executing ca-certificates-20191127-r2.trigger [2020-07-30T04:36:51.061Z] OK: 7 MiB in 19 packages [2020-07-30T04:36:51.324Z] Removing intermediate container 3689d6aa3d3a [2020-07-30T04:36:51.324Z] ---> 040914c57061 [2020-07-30T04:36:51.324Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-30T04:36:53.905Z] ---> f4e3df485fc1 [2020-07-30T04:36:53.905Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-30T04:36:53.905Z] ---> f8ca08b24dc3 [2020-07-30T04:36:53.905Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-30T04:36:53.905Z] Removing intermediate container 2b9de19f46d0 [2020-07-30T04:36:53.905Z] ---> a3a701348035 [2020-07-30T04:36:53.905Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T04:36:54.167Z] ---> Running in c1adf626ffbf [2020-07-30T04:36:54.739Z] ---> Running in 79256b1fe5ec [2020-07-30T04:36:55.007Z] ---> 7ba59efb4bec [2020-07-30T04:36:55.007Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-30T04:36:55.269Z] ---> Running in 4c0d149de573 [2020-07-30T04:36:55.270Z] Removing intermediate container 79256b1fe5ec [2020-07-30T04:36:55.270Z] ---> 02c73efc9208 [2020-07-30T04:36:55.270Z] Step 13/26 : WORKDIR / [2020-07-30T04:36:55.538Z] ---> Running in 602fb580d26f [2020-07-30T04:36:55.538Z] Removing intermediate container 4c0d149de573 [2020-07-30T04:36:55.538Z] ---> 17afff788d35 [2020-07-30T04:36:55.538Z] Step 17/20 : CMD ["--init=true"] [2020-07-30T04:36:55.804Z] 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 [2020-07-30T04:36:55.804Z] ---> Running in 6ec336b0f029 [2020-07-30T04:36:55.804Z] Removing intermediate container 602fb580d26f [2020-07-30T04:36:55.804Z] ---> 8b01ab506c19 [2020-07-30T04:36:55.804Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-30T04:36:55.804Z] Removing intermediate container 6ec336b0f029 [2020-07-30T04:36:55.804Z] ---> 5d5df8cb93c2 [2020-07-30T04:36:55.804Z] Step 18/20 : LABEL arch=x86_64 [2020-07-30T04:36:56.084Z] ---> Running in ce84acef1d16 [2020-07-30T04:36:56.084Z] ---> 5d8a500b0439 [2020-07-30T04:36:56.084Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-30T04:36:56.361Z] Removing intermediate container ce84acef1d16 [2020-07-30T04:36:56.361Z] ---> b687def16774 [2020-07-30T04:36:56.361Z] Step 19/20 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:36:56.361Z] ---> Running in a4ddbdff87ca [2020-07-30T04:36:56.567Z] gofmt -l . [2020-07-30T04:36:56.634Z] ---> f109f5407f33 [2020-07-30T04:36:56.634Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-30T04:36:56.635Z] Removing intermediate container a4ddbdff87ca [2020-07-30T04:36:56.635Z] ---> ec92fbe2b7d0 [2020-07-30T04:36:56.635Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T04:36:56.898Z] ---> Running in b44a9b2bad79 [2020-07-30T04:36:57.852Z] ---> 30ea824f30b3 [2020-07-30T04:36:57.852Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-30T04:36:58.448Z] Removing intermediate container b44a9b2bad79 [2020-07-30T04:36:58.448Z] ---> 83b0370c664e [2020-07-30T04:36:58.448Z] [2020-07-30T04:36:58.726Z] ---> 9a710c8a3216 [2020-07-30T04:36:58.726Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-30T04:36:58.726Z] Successfully built 83b0370c664e [2020-07-30T04:36:58.726Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-30T04:36:59.255Z] [ "`gofmt -l .`" = "" ] [2020-07-30T04:37:01.900Z]  Building docker-security-proxy-setup-go ... done  ---> d27f92d0d8e5 [2020-07-30T04:37:01.901Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-30T04:37:02.226Z] Removing intermediate container 35f89d84a2e2 [2020-07-30T04:37:02.226Z] ---> 6caa43725967 [2020-07-30T04:37:02.226Z] [2020-07-30T04:37:02.226Z] Step 9/29 : FROM alpine:latest [2020-07-30T04:37:02.226Z] ---> a24bb4013296 [2020-07-30T04:37:02.226Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-30T04:37:02.226Z] Removing intermediate container a1dd255576af [2020-07-30T04:37:02.226Z] ---> 726e51ae17bd [2020-07-30T04:37:02.226Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-30T04:37:02.510Z] ---> Running in 8581b9f2bbc4 [2020-07-30T04:37:02.510Z] ---> Running in f873224f6eae [2020-07-30T04:37:02.660Z] ./bin/test-go-mod-tidy.sh [2020-07-30T04:37:02.777Z] ---> a314553dcd25 [2020-07-30T04:37:02.777Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-30T04:37:03.259Z] ./bin/test-attribution-txt.sh [2020-07-30T04:37:03.362Z] Removing intermediate container 8581b9f2bbc4 [2020-07-30T04:37:03.362Z] ---> 10af14a032b5 [2020-07-30T04:37:03.362Z] Step 11/29 : USER root [2020-07-30T04:37:03.630Z] ---> Running in 2580b4ce640d [2020-07-30T04:37:03.630Z] ---> bf7befa10e69 [2020-07-30T04:37:03.630Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T04:37:03.631Z] 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 [2020-07-30T04:37:03.898Z] Removing intermediate container 2580b4ce640d [2020-07-30T04:37:03.898Z] ---> e01860771495 [2020-07-30T04:37:03.898Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-30T04:37:03.898Z] ---> Running in 81edab012aee [2020-07-30T04:37:04.165Z] ---> 38f9545deb2b [2020-07-30T04:37:04.165Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T04:37:04.165Z] ---> Running in a6e1ad10df95 [2020-07-30T04:37:05.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:05.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:05.138Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:37:05.138Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:37:05.138Z] OK: 12749 distinct packages available [2020-07-30T04:37:05.714Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-30T04:37:05.714Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-30T04:37:05.714Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:37:05.714Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T04:37:05.976Z] OK: 6 MiB in 16 packages [2020-07-30T04:37:06.563Z] Removing intermediate container f873224f6eae [2020-07-30T04:37:06.563Z] ---> a3e0c5266de9 [2020-07-30T04:37:06.563Z] [2020-07-30T04:37:06.563Z] Step 11/26 : FROM docker:latest [2020-07-30T04:37:06.563Z] ---> 81f5749c9058 [2020-07-30T04:37:06.563Z] Step 12/26 : RUN apk add --no-cache bash [Pipeline] sh [2020-07-30T04:37:06.828Z] Removing intermediate container a6e1ad10df95 [2020-07-30T04:37:06.828Z] ---> 5e9b178c8b5b [2020-07-30T04:37:06.828Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T04:37:07.306Z] + ls -al . [2020-07-30T04:37:07.306Z] total 588 [2020-07-30T04:37:07.306Z] drwxrwxr-x 10 1001 1001 4096 Jul 30 04:37 . [2020-07-30T04:37:07.306Z] drwxr-xr-x 4 root root 4096 Jul 30 04:34 .. [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 11 Jul 30 04:32 .dockerignore [2020-07-30T04:37:07.306Z] drwxrwxr-x 8 1001 1001 4096 Jul 30 04:32 .git [2020-07-30T04:37:07.306Z] drwxrwxr-x 3 1001 1001 4096 Jul 30 04:32 .github [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 932 Jul 30 04:32 .gitignore [2020-07-30T04:37:07.306Z] drwxrwxr-x 3 1001 1001 4096 Jul 30 04:33 .semver [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 166 Jul 30 04:32 .sonarcloud.properties [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 3804 Jul 30 04:32 CONTRIBUTING.md [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 1035 Jul 30 04:32 Dockerfile.build [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 865 Jul 30 04:32 Jenkinsfile [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 10775 Jul 30 04:32 LICENSE [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 6237 Jul 30 04:32 Makefile [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 5652 Jul 30 04:32 README.md [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 7111 Jul 30 04:32 SECURITY.md [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 5 Jul 30 04:30 VERSION [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 4131 Jul 30 04:32 ZMQWindows.md [2020-07-30T04:37:07.306Z] drwxrwxr-x 2 1001 1001 4096 Jul 30 04:32 bin [2020-07-30T04:37:07.306Z] drwxrwxr-x 15 1001 1001 4096 Jul 30 04:32 cmd [2020-07-30T04:37:07.306Z] -rw-r--r-- 1 root root 456067 Jul 30 04:36 coverage.out [2020-07-30T04:37:07.306Z] -rw-r--r-- 1 root root 1019 Jul 30 04:37 go.mod [2020-07-30T04:37:07.306Z] -rw-r--r-- 1 root root 18146 Jul 30 04:37 go.sum [2020-07-30T04:37:07.306Z] drwxrwxr-x 8 1001 1001 4096 Jul 30 04:32 internal [2020-07-30T04:37:07.306Z] drwxrwxr-x 4 1001 1001 4096 Jul 30 04:32 openapi [2020-07-30T04:37:07.306Z] drwxrwxr-x 4 1001 1001 4096 Jul 30 04:32 snap [2020-07-30T04:37:07.306Z] -rw-rw-r-- 1 1001 1001 168 Jul 30 04:32 version.go [Pipeline] sh [2020-07-30T04:37:07.959Z] + '[' -e coverage.out ] [2020-07-30T04:37:07.959Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-30T04:37:08.015Z] Warning: overwriting stash ‘coverage-report’ [2020-07-30T04:37:08.215Z] ---> Running in 99079701dfa2 [2020-07-30T04:37:08.491Z] ---> Running in 373f33b6e46b [2020-07-30T04:37:09.066Z] Removing intermediate container 81edab012aee [2020-07-30T04:37:09.066Z] ---> 12f61f72efd9 [2020-07-30T04:37:09.066Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-30T04:37:09.261Z] Stashed 1 file(s) [Pipeline] sh [2020-07-30T04:37:09.339Z] Removing intermediate container 373f33b6e46b [2020-07-30T04:37:09.339Z] ---> b488a847f6f5 [2020-07-30T04:37:09.339Z] Step 24/26 : LABEL arch=x86_64 [2020-07-30T04:37:09.339Z] ---> Running in db84fb9f588a [2020-07-30T04:37:09.339Z] ---> Running in f6f7af0cf2a8 [2020-07-30T04:37:09.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:09.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:09.618Z] Removing intermediate container db84fb9f588a [2020-07-30T04:37:09.618Z] ---> 584fa6698ff8 [2020-07-30T04:37:09.618Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-30T04:37:09.618Z] ---> Running in 914d7c405b9f [2020-07-30T04:37:09.618Z] Removing intermediate container f6f7af0cf2a8 [2020-07-30T04:37:09.618Z] ---> 9c2a3f19e148 [2020-07-30T04:37:09.618Z] Step 25/26 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:37:09.618Z] (1/2) Installing readline (8.0.4-r0) [2020-07-30T04:37:09.618Z] (2/2) Installing bash (5.0.17-r0) [2020-07-30T04:37:09.618Z] Executing bash-5.0.17-r0.post-install [2020-07-30T04:37:09.878Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:37:09.878Z] OK: 12 MiB in 22 packages [2020-07-30T04:37:09.878Z] ---> Running in c9411e7ca49e [2020-07-30T04:37:09.878Z] Removing intermediate container 914d7c405b9f [2020-07-30T04:37:09.878Z] ---> c2002c3f286e [2020-07-30T04:37:09.878Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-30T04:37:09.937Z] + make build [2020-07-30T04:37:09.937Z] 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 [2020-07-30T04:37:10.139Z] ---> Running in af4174e78fc8 [2020-07-30T04:37:10.399Z] Removing intermediate container c9411e7ca49e [2020-07-30T04:37:10.399Z] ---> f375a7379189 [2020-07-30T04:37:10.399Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T04:37:10.660Z] ---> Running in 0147b36e1948 [2020-07-30T04:37:10.924Z] Removing intermediate container 99079701dfa2 [2020-07-30T04:37:10.924Z] ---> 3966721c8976 [2020-07-30T04:37:10.924Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-30T04:37:10.924Z] Removing intermediate container 0147b36e1948 [2020-07-30T04:37:10.924Z] ---> 4feeee9adf81 [2020-07-30T04:37:10.924Z] [2020-07-30T04:37:10.924Z] ---> Running in f0a3f8e8fe93 [2020-07-30T04:37:11.186Z] Successfully built 4feeee9adf81 [2020-07-30T04:37:11.186Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-30T04:37:12.131Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container af4174e78fc8 [2020-07-30T04:37:12.131Z] ---> ecbd69dfde33 [2020-07-30T04:37:12.131Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-30T04:37:12.714Z] Removing intermediate container f0a3f8e8fe93 [2020-07-30T04:37:12.714Z] ---> edd0df521c0c [2020-07-30T04:37:12.714Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-30T04:37:12.714Z] ---> Running in b7895f9268d0 [2020-07-30T04:37:12.714Z] ---> 06a20fcacbe1 [2020-07-30T04:37:12.715Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-30T04:37:12.976Z] Removing intermediate container b7895f9268d0 [2020-07-30T04:37:12.976Z] ---> 7a62d0464a45 [2020-07-30T04:37:12.976Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-30T04:37:12.976Z] ---> Running in 6a486c6a47ab [2020-07-30T04:37:13.548Z] ---> 9bce0144fb9a [2020-07-30T04:37:13.548Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-30T04:37:13.548Z] Removing intermediate container 6a486c6a47ab [2020-07-30T04:37:13.548Z] ---> b33dc57ee1d7 [2020-07-30T04:37:13.548Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-30T04:37:13.814Z] ---> Running in 84bb7ee073c2 [2020-07-30T04:37:13.814Z] ---> 7330523dbb16 [2020-07-30T04:37:13.814Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-30T04:37:13.814Z] Removing intermediate container 84bb7ee073c2 [2020-07-30T04:37:13.814Z] ---> fc2dbfd621cc [2020-07-30T04:37:13.814Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-30T04:37:14.387Z] ---> 91665a9fd8ac [2020-07-30T04:37:14.387Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-30T04:37:14.387Z] ---> 3b6214c6fc87 [2020-07-30T04:37:14.387Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-30T04:37:15.771Z] ---> 76086914b408 [2020-07-30T04:37:15.771Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-30T04:37:16.342Z] ---> Running in 417d24f45695 [2020-07-30T04:37:16.342Z] ---> 5195b480c775 [2020-07-30T04:37:16.342Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-30T04:37:16.604Z] Removing intermediate container c1adf626ffbf [2020-07-30T04:37:16.604Z] ---> d4ffbcfa695c [2020-07-30T04:37:16.604Z] [2020-07-30T04:37:16.604Z] Step 10/22 : FROM alpine [2020-07-30T04:37:16.604Z] ---> a24bb4013296 [2020-07-30T04:37:16.604Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:37:17.990Z] ---> Running in 90f958ffcbfc [2020-07-30T04:37:17.990Z] ---> 9afa709b4607 [2020-07-30T04:37:17.990Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-30T04:37:17.990Z] ---> Running in e28c4d1958c2 [2020-07-30T04:37:17.990Z] Removing intermediate container 90f958ffcbfc [2020-07-30T04:37:17.990Z] ---> 5b308177d052 [2020-07-30T04:37:17.990Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-30T04:37:18.256Z] ---> Running in ecddf347a790 [2020-07-30T04:37:18.518Z] Removing intermediate container ecddf347a790 [2020-07-30T04:37:18.518Z] ---> fd92a32c6318 [2020-07-30T04:37:18.518Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-30T04:37:18.518Z] ---> Running in da33b7af85da [2020-07-30T04:37:18.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:18.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:18.780Z] Removing intermediate container 417d24f45695 [2020-07-30T04:37:18.780Z] ---> 922773dc8ff3 [2020-07-30T04:37:18.780Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T04:37:18.780Z] Removing intermediate container da33b7af85da [2020-07-30T04:37:18.780Z] ---> 9ed988de6bc2 [2020-07-30T04:37:18.780Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:37:18.780Z] ---> Running in d904ee5e791e [2020-07-30T04:37:18.780Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-30T04:37:18.780Z] (2/33) Installing expat (2.2.9-r1) [2020-07-30T04:37:18.780Z] (3/33) Installing libffi (3.3-r2) [2020-07-30T04:37:18.780Z] (4/33) Installing gdbm (1.13-r1) [2020-07-30T04:37:18.780Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-30T04:37:18.780Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-30T04:37:19.041Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-30T04:37:22.339Z] ---> 9704822a78e4 [2020-07-30T04:37:22.339Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T04:37:23.725Z] ---> Running in 317c063e1d08 [2020-07-30T04:37:23.725Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-30T04:37:23.725Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-30T04:37:23.725Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-30T04:37:23.725Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-30T04:37:23.725Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-30T04:37:23.725Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-30T04:37:23.725Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-30T04:37:23.725Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-30T04:37:23.725Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-30T04:37:23.725Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-30T04:37:23.725Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-30T04:37:23.725Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-30T04:37:23.725Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-30T04:37:23.725Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-30T04:37:23.725Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-30T04:37:23.725Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-30T04:37:23.985Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-30T04:37:23.985Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-30T04:37:23.985Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-30T04:37:23.985Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-30T04:37:23.985Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-30T04:37:23.985Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-30T04:37:23.985Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-30T04:37:24.928Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-30T04:37:24.928Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-30T04:37:24.928Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-30T04:37:25.190Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:37:25.190Z] OK: 71 MiB in 55 packages [2020-07-30T04:37:25.788Z] Removing intermediate container d904ee5e791e [2020-07-30T04:37:25.788Z] ---> 7fd38f73598b [2020-07-30T04:37:25.788Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-30T04:37:26.049Z] ---> Running in 68df74e1cb53 [2020-07-30T04:37:26.312Z] Removing intermediate container 317c063e1d08 [2020-07-30T04:37:26.312Z] ---> b553d3351fe1 [2020-07-30T04:37:26.312Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-30T04:37:27.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:27.278Z] ---> Running in 32e1e0885676 [2020-07-30T04:37:28.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:29.169Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-30T04:37:29.169Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-30T04:37:29.430Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-30T04:37:29.692Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-30T04:37:29.952Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-30T04:37:30.213Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:37:30.213Z] OK: 8 MiB in 19 packages [2020-07-30T04:37:30.213Z] Removing intermediate container e28c4d1958c2 [2020-07-30T04:37:30.213Z] ---> dda7414e9da1 [2020-07-30T04:37:30.213Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-30T04:37:30.476Z] ---> Running in 8ef7a5360d6d [2020-07-30T04:37:30.747Z] Removing intermediate container 32e1e0885676 [2020-07-30T04:37:30.747Z] ---> 239feb38f0a8 [2020-07-30T04:37:30.747Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T04:37:30.747Z] Removing intermediate container 68df74e1cb53 [2020-07-30T04:37:30.747Z] ---> baeeca528712 [2020-07-30T04:37:30.747Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-30T04:37:30.747Z] ---> Running in f37d7888eb62 [2020-07-30T04:37:31.011Z] Removing intermediate container f37d7888eb62 [2020-07-30T04:37:31.011Z] ---> 55c4d42010b9 [2020-07-30T04:37:31.011Z] Step 26/29 : CMD [ "generate" ] [2020-07-30T04:37:31.011Z] ---> Running in 16ca6bc1553b [2020-07-30T04:37:31.275Z] ---> 98710080ffb8 [2020-07-30T04:37:31.275Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-30T04:37:31.275Z] Removing intermediate container 16ca6bc1553b [2020-07-30T04:37:31.275Z] ---> 0cf7c9db43d7 [2020-07-30T04:37:31.275Z] Step 27/29 : LABEL arch=x86_64 [2020-07-30T04:37:31.275Z] ---> Running in 3ffa1ec31537 [2020-07-30T04:37:31.539Z] Removing intermediate container 3ffa1ec31537 [2020-07-30T04:37:31.539Z] ---> c656dc61a51c [2020-07-30T04:37:31.539Z] Step 28/29 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:37:31.539Z] ---> Running in 039374bea5dd [2020-07-30T04:37:31.804Z] ---> bd41a2600f10 [2020-07-30T04:37:31.804Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-30T04:37:31.804Z] Removing intermediate container 039374bea5dd [2020-07-30T04:37:31.804Z] ---> 5c0bc5b84118 [2020-07-30T04:37:31.804Z] Step 29/29 : LABEL version=0.0.0 [2020-07-30T04:37:31.804Z] ---> Running in dfc68df7e460 [2020-07-30T04:37:32.066Z] ---> bdab146d7c9d [2020-07-30T04:37:32.066Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:37:32.066Z] Collecting docker-compose==1.23.2 [2020-07-30T04:37:32.066Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-30T04:37:32.066Z] ---> Running in 4b36525c32e6 [2020-07-30T04:37:32.066Z] Removing intermediate container dfc68df7e460 [2020-07-30T04:37:32.066Z] ---> f428c7655217 [2020-07-30T04:37:32.066Z] [2020-07-30T04:37:32.104Z] 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 [2020-07-30T04:37:32.640Z] Successfully built f428c7655217 [2020-07-30T04:37:32.640Z] Collecting docker<4.0,>=3.6.0 [2020-07-30T04:37:32.640Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-30T04:37:32.640Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-30T04:37:32.640Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 4b36525c32e6 [2020-07-30T04:37:32.640Z] ---> 043d2869a02a [2020-07-30T04:37:32.640Z] Step 20/22 : LABEL arch=x86_64 [2020-07-30T04:37:32.903Z] ---> Running in 77e936afe652 [2020-07-30T04:37:33.166Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-30T04:37:33.166Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-30T04:37:33.166Z] Removing intermediate container 77e936afe652 [2020-07-30T04:37:33.166Z] ---> 8b76da9bcd67 [2020-07-30T04:37:33.166Z] Step 21/22 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:37:33.166Z] ---> Running in 3d0ecb13eaa9 [2020-07-30T04:37:33.166Z] Collecting PyYAML<4,>=3.10 [2020-07-30T04:37:33.166Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-30T04:37:33.427Z] Removing intermediate container 3d0ecb13eaa9 [2020-07-30T04:37:33.427Z] ---> 53791edf5bef [2020-07-30T04:37:33.427Z] Step 22/22 : LABEL version=0.0.0 [2020-07-30T04:37:33.690Z] ---> Running in edad9d126b45 [2020-07-30T04:37:35.095Z] Removing intermediate container edad9d126b45 [2020-07-30T04:37:35.095Z] ---> 567a9092d468 [2020-07-30T04:37:35.095Z] [2020-07-30T04:37:35.095Z] Collecting cached-property<2,>=1.2.0 [2020-07-30T04:37:35.095Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-30T04:37:35.095Z] Successfully built 567a9092d468 [2020-07-30T04:37:35.356Z] Successfully tagged docker-core-data-go:latest [2020-07-30T04:37:35.356Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2020-07-30T04:37:35.356Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-30T04:37:35.356Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-30T04:37:35.356Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-30T04:37:35.356Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-30T04:37:35.926Z] Collecting jsonschema<3,>=2.5.1 [2020-07-30T04:37:35.926Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-30T04:37:36.187Z] Collecting docopt<0.7,>=0.6.1 [2020-07-30T04:37:36.187Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-30T04:37:36.757Z] Collecting texttable<0.10,>=0.9.0 [2020-07-30T04:37:36.757Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-30T04:37:37.018Z] Collecting docker-pycreds>=0.4.0 [2020-07-30T04:37:37.280Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-30T04:37:37.280Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-30T04:37:37.280Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-30T04:37:37.280Z] 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) [2020-07-30T04:37:37.280Z] 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) [2020-07-30T04:37:37.541Z] Collecting idna<2.8,>=2.5 [2020-07-30T04:37:37.541Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-30T04:37:37.541Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-30T04:37:37.541Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-30T04:37:37.541Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-30T04:37:37.541Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-30T04:37:37.541Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose [2020-07-30T04:37:37.541Z] Attempting uninstall: urllib3 [2020-07-30T04:37:37.541Z] Found existing installation: urllib3 1.25.9 [2020-07-30T04:37:37.541Z] Uninstalling urllib3-1.25.9: [2020-07-30T04:37:37.800Z] Successfully uninstalled urllib3-1.25.9 [2020-07-30T04:37:37.800Z] Attempting uninstall: idna [2020-07-30T04:37:37.800Z] Found existing installation: idna 2.9 [2020-07-30T04:37:37.800Z] Uninstalling idna-2.9: [2020-07-30T04:37:37.800Z] Successfully uninstalled idna-2.9 [2020-07-30T04:37:38.060Z] Attempting uninstall: requests [2020-07-30T04:37:38.060Z] Found existing installation: requests 2.23.0 [2020-07-30T04:37:38.060Z] Uninstalling requests-2.23.0: [2020-07-30T04:37:38.060Z] Successfully uninstalled requests-2.23.0 [2020-07-30T04:37:38.632Z] Running setup.py install for PyYAML: started [2020-07-30T04:37:39.204Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-30T04:37:39.204Z] Running setup.py install for dockerpty: started [2020-07-30T04:37:39.776Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-30T04:37:39.776Z] Running setup.py install for docopt: started [2020-07-30T04:37:40.348Z] Running setup.py install for docopt: finished with status 'done' [2020-07-30T04:37:40.348Z] Running setup.py install for texttable: started [2020-07-30T04:37:40.608Z] Running setup.py install for texttable: finished with status 'done' [2020-07-30T04:37:40.868Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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 [2020-07-30T04:37:44.169Z] Removing intermediate container 8ef7a5360d6d [2020-07-30T04:37:44.169Z] ---> 481f9eb32269 [2020-07-30T04:37:44.169Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-30T04:37:44.169Z] ---> Running in b60401b8716d [2020-07-30T04:37:44.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:44.496Z] 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 [2020-07-30T04:37:44.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:37:44.690Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T04:37:44.690Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-30T04:37:44.951Z] (3/3) Installing curl (7.69.1-r0) [2020-07-30T04:37:44.951Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:37:44.951Z] OK: 72 MiB in 58 packages [2020-07-30T04:37:45.522Z] Removing intermediate container b60401b8716d [2020-07-30T04:37:45.522Z] ---> a0c139fe851e [2020-07-30T04:37:45.522Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:37:45.522Z] ---> Running in 3f2503e16aec [2020-07-30T04:37:45.522Z] Removing intermediate container 3f2503e16aec [2020-07-30T04:37:45.522Z] ---> 363a701ad4fd [2020-07-30T04:37:45.522Z] Step 24/26 : LABEL arch=x86_64 [2020-07-30T04:37:45.522Z] ---> Running in e99ad4fc26e6 [2020-07-30T04:37:45.784Z] Removing intermediate container e99ad4fc26e6 [2020-07-30T04:37:45.784Z] ---> 9d5e395b914f [2020-07-30T04:37:45.784Z] Step 25/26 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:37:45.784Z] ---> Running in ad589b2e0d10 [2020-07-30T04:37:46.044Z] Removing intermediate container ad589b2e0d10 [2020-07-30T04:37:46.044Z] ---> 8fd954bd4b46 [2020-07-30T04:37:46.044Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T04:37:46.044Z] ---> Running in 0637aab4e2a9 [2020-07-30T04:37:46.306Z] Removing intermediate container 0637aab4e2a9 [2020-07-30T04:37:46.306Z] ---> 591c904144d8 [2020-07-30T04:37:46.306Z] [2020-07-30T04:37:46.306Z] Successfully built 591c904144d8 [2020-07-30T04:37:46.306Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-30T04:37:47.340Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-30T04:37:47.369Z] $ docker stop --time=1 4d7cb8343f9e72a585398f9b09b0f5899a2b843f05f26f412b0ec5def7ad0cce [2020-07-30T04:37:49.046Z] $ docker rm -f 4d7cb8343f9e72a585398f9b09b0f5899a2b843f05f26f412b0ec5def7ad0cce [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-30T04:37:49.595Z] + docker images [2020-07-30T04:37:49.595Z] + grep docker [2020-07-30T04:37:49.855Z] docker-sys-mgmt-agent-go latest 591c904144d8 3 seconds ago 284MB [2020-07-30T04:37:49.855Z] docker-core-data-go latest 567a9092d468 16 seconds ago 23.8MB [2020-07-30T04:37:49.855Z] docker-security-secrets-setup-go latest f428c7655217 18 seconds ago 25.1MB [2020-07-30T04:37:49.855Z] docker-security-secretstore-setup-go latest 4feeee9adf81 39 seconds ago 33.9MB [2020-07-30T04:37:49.855Z] docker-security-proxy-setup-go latest 83b0370c664e 52 seconds ago 16.4MB [2020-07-30T04:37:49.855Z] docker-support-notifications-go latest 6becfac1349e 2 minutes ago 14.4MB [2020-07-30T04:37:49.855Z] docker-core-metadata-go latest 4577ff55b7b1 2 minutes ago 14.4MB [2020-07-30T04:37:49.855Z] docker-core-command-go latest a4d215ed24f0 2 minutes ago 13MB [2020-07-30T04:37:49.855Z] docker-support-scheduler-go latest fb93fdc099a6 2 minutes ago 13.1MB [2020-07-30T04:37:49.855Z] docker-support-logging-go latest d09312756d65 2 minutes ago 11.8MB [2020-07-30T04:37:49.855Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [2020-07-30T04:37:49.904Z] 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 [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] // stage [Pipeline] } [2020-07-30T04:37:56.609Z] 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 [2020-07-30T04:38:03.324Z] 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 [2020-07-30T04:38:04.758Z] 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 [2020-07-30T04:38:11.471Z] 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 [2020-07-30T04:38:16.857Z] 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 [2020-07-30T04:38:22.258Z] 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 [2020-07-30T04:38:28.965Z] 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 [2020-07-30T04:38:33.261Z] 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 [2020-07-30T04:38:38.648Z] 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] } [2020-07-30T04:38:41.974Z] $ docker stop --time=1 16c24b1d91cd0223b0ff1b7cb3f8cd8c3a93de3ba0276ac3eebffe3090f5f304 [2020-07-30T04:38:44.326Z] $ docker rm -f 16c24b1d91cd0223b0ff1b7cb3f8cd8c3a93de3ba0276ac3eebffe3090f5f304 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:38:45.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T04:38:46.060Z] [2020-07-30T04:38:46.060Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:38:46.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T04:38:46.955Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-30T04:38:46.955Z] 29e5d40040c1: Pulling fs layer [2020-07-30T04:38:46.955Z] 1ce36da41761: Pulling fs layer [2020-07-30T04:38:46.955Z] 25b303627fd3: Pulling fs layer [2020-07-30T04:38:46.955Z] 29e5d40040c1: Verifying Checksum [2020-07-30T04:38:46.955Z] 29e5d40040c1: Download complete [2020-07-30T04:38:47.553Z] 1ce36da41761: Verifying Checksum [2020-07-30T04:38:47.553Z] 1ce36da41761: Download complete [2020-07-30T04:38:47.553Z] 29e5d40040c1: Pull complete [2020-07-30T04:38:48.985Z] 1ce36da41761: Pull complete [2020-07-30T04:38:48.985Z] 25b303627fd3: Verifying Checksum [2020-07-30T04:38:48.985Z] 25b303627fd3: Download complete [2020-07-30T04:38:59.365Z] 25b303627fd3: Pull complete [2020-07-30T04:38:59.365Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-30T04:38:59.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T04:38:59.365Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-30T04:38:59.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-1531 does not seem to be running inside a container [2020-07-30T04:38:59.611Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-30T04:39:03.248Z] $ docker top fd23f416c5f9b443a4d29471912f812351b24eb975a721da704a2c48799f9013 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:39:04.786Z] + docker-compose build --help [2020-07-30T04:39:04.786Z] + grep parallel [2020-07-30T04:39:09.082Z] --parallel Build images in parallel. [Pipeline] } [2020-07-30T04:39:09.039Z] $ docker stop --time=1 fd23f416c5f9b443a4d29471912f812351b24eb975a721da704a2c48799f9013 [2020-07-30T04:39:11.020Z] $ docker rm -f fd23f416c5f9b443a4d29471912f812351b24eb975a721da704a2c48799f9013 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:39:11.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T04:39:11.931Z] . [Pipeline] withDockerContainer [2020-07-30T04:39:12.213Z] prd-ubuntu18.04-docker-arm64-4c-16g-1531 does not seem to be running inside a container [2020-07-30T04:39:12.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-30T04:39:13.673Z] $ docker top 9f8e11d36a4899097ffa17262b1f9ced21a381c17fba20fdaacfdb213445dca5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:39:14.737Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-30T04:39:19.034Z] Building docker-core-command-go ... [2020-07-30T04:39:19.034Z] Building docker-core-data-go ... [2020-07-30T04:39:19.034Z] Building docker-core-metadata-go ... [2020-07-30T04:39:19.034Z] Building docker-security-proxy-setup-go ... [2020-07-30T04:39:19.034Z] Building docker-security-secrets-setup-go ... [2020-07-30T04:39:19.034Z] Building docker-security-secretstore-setup-go ... [2020-07-30T04:39:19.034Z] Building docker-support-logging-go ... [2020-07-30T04:39:19.034Z] Building docker-support-notifications-go ... [2020-07-30T04:39:19.034Z] Building docker-support-scheduler-go ... [2020-07-30T04:39:19.034Z] Building docker-sys-mgmt-agent-go ... [2020-07-30T04:39:19.034Z] Building docker-sys-mgmt-agent-go [2020-07-30T04:39:19.034Z] Building docker-support-scheduler-go [2020-07-30T04:39:19.034Z] Building docker-core-metadata-go [2020-07-30T04:39:19.034Z] Building docker-security-secrets-setup-go [2020-07-30T04:39:19.034Z] Building docker-security-proxy-setup-go [2020-07-30T04:41:10.852Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:41:10.852Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:41:10.852Z] ---> 3302a34a018e [2020-07-30T04:41:10.852Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T04:41:10.852Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:41:10.852Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:41:10.852Z] ---> 3302a34a018e [2020-07-30T04:41:10.852Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T04:41:10.852Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:41:10.852Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-30T04:41:10.852Z] ---> 3302a34a018e [2020-07-30T04:41:10.852Z] Step 3/29 : WORKDIR /edgex-go [2020-07-30T04:41:10.852Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:41:10.852Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:41:10.852Z] ---> 3302a34a018e [2020-07-30T04:41:10.852Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:41:10.852Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:41:10.852Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:41:10.852Z] ---> 3302a34a018e [2020-07-30T04:41:10.852Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T04:41:10.852Z] ---> Running in c81a944a8a8c [2020-07-30T04:41:10.852Z] ---> Running in 042719544f01 [2020-07-30T04:41:10.852Z] ---> Running in a31e32715494 [2020-07-30T04:41:10.852Z] ---> Running in ca8aec676772 [2020-07-30T04:41:10.852Z] ---> Running in 7a09fddc3f38 [2020-07-30T04:41:10.852Z] Removing intermediate container ca8aec676772 [2020-07-30T04:41:10.852Z] ---> 74bc45325dca [2020-07-30T04:41:10.852Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:41:10.852Z] Removing intermediate container c81a944a8a8c [2020-07-30T04:41:10.852Z] ---> 7f2ddde4ae59 [2020-07-30T04:41:10.852Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:41:10.852Z] Removing intermediate container 7a09fddc3f38 [2020-07-30T04:41:10.852Z] ---> a47688334c45 [2020-07-30T04:41:10.852Z] Step 4/29 : RUN apk update && apk add make git [2020-07-30T04:41:10.852Z] Removing intermediate container 042719544f01 [2020-07-30T04:41:10.852Z] ---> 92428b5cb98f [2020-07-30T04:41:10.852Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:41:10.852Z] Removing intermediate container a31e32715494 [2020-07-30T04:41:10.852Z] ---> 1554a3c8fe39 [2020-07-30T04:41:10.852Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:41:10.852Z] ---> Running in 20ffb91edde2 [2020-07-30T04:41:10.852Z] ---> Running in 87aab0565ddc [2020-07-30T04:41:10.852Z] ---> Running in 8131be56d1f8 [2020-07-30T04:41:10.852Z] ---> Running in 816c2ed4d1c1 [2020-07-30T04:41:10.852Z] ---> Running in ffce715a552a [2020-07-30T04:41:10.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.853Z] Removing intermediate container 20ffb91edde2 [2020-07-30T04:41:10.853Z] ---> 3b9094108b1e [2020-07-30T04:41:10.853Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-30T04:41:10.853Z] Removing intermediate container 8131be56d1f8 [2020-07-30T04:41:10.853Z] ---> 8ba44831c137 [2020-07-30T04:41:10.853Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T04:41:10.853Z] ---> Running in 0714ef50e853 [2020-07-30T04:41:10.853Z] Removing intermediate container ffce715a552a [2020-07-30T04:41:10.853Z] ---> 70b1b1f30b38 [2020-07-30T04:41:10.853Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T04:41:10.853Z] ---> Running in 2c40afbfecc6 [2020-07-30T04:41:10.853Z] ---> Running in db9a4771db28 [2020-07-30T04:41:10.853Z] Removing intermediate container 816c2ed4d1c1 [2020-07-30T04:41:10.853Z] ---> 6c191e474e8d [2020-07-30T04:41:10.853Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T04:41:10.853Z] ---> Running in 0332031be8fc [2020-07-30T04:41:10.853Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:41:10.853Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:41:10.853Z] OK: 12620 distinct packages available [2020-07-30T04:41:10.853Z] OK: 217 MiB in 51 packages [2020-07-30T04:41:10.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:41:10.853Z] Removing intermediate container 87aab0565ddc [2020-07-30T04:41:10.853Z] ---> 8b4438c86547 [2020-07-30T04:41:10.853Z] Step 5/29 : COPY go.mod . [2020-07-30T04:41:10.853Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:41:10.853Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:41:10.853Z] OK: 12620 distinct packages available [2020-07-30T04:41:10.853Z] ---> 9d83273cb441 [2020-07-30T04:41:10.853Z] Step 6/29 : RUN go mod download [2020-07-30T04:41:10.853Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:41:10.853Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:41:10.853Z] OK: 12620 distinct packages available [2020-07-30T04:41:10.853Z] ---> Running in f17dcdd9291c [2020-07-30T04:41:10.853Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:41:10.853Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:41:10.853Z] OK: 12620 distinct packages available [2020-07-30T04:41:10.853Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:41:10.853Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:41:10.853Z] OK: 12620 distinct packages available [2020-07-30T04:41:10.853Z] OK: 217 MiB in 51 packages [2020-07-30T04:41:11.126Z] OK: 217 MiB in 51 packages [2020-07-30T04:41:11.126Z] OK: 217 MiB in 51 packages [2020-07-30T04:41:11.126Z] OK: 217 MiB in 51 packages [2020-07-30T04:41:12.591Z] Removing intermediate container 0714ef50e853 [2020-07-30T04:41:12.591Z] ---> 0453f5e66e07 [2020-07-30T04:41:12.591Z] Step 6/26 : COPY go.mod . [2020-07-30T04:41:13.198Z] Removing intermediate container db9a4771db28 [2020-07-30T04:41:13.198Z] ---> c289c77322ad [2020-07-30T04:41:13.198Z] Step 6/20 : COPY go.mod . [2020-07-30T04:41:13.198Z] Removing intermediate container 0332031be8fc [2020-07-30T04:41:13.198Z] ---> 6f521da482d1 [2020-07-30T04:41:13.198Z] Step 6/20 : COPY go.mod . [2020-07-30T04:41:13.472Z] Removing intermediate container 2c40afbfecc6 [2020-07-30T04:41:13.472Z] ---> d8f90daea89a [2020-07-30T04:41:13.472Z] Step 6/21 : COPY go.mod . [2020-07-30T04:41:13.472Z] ---> 3d93cb2dc78b [2020-07-30T04:41:13.472Z] Step 7/26 : RUN go mod download [2020-07-30T04:41:13.748Z] ---> Running in c9d7ce01afb8 [2020-07-30T04:41:14.024Z] Removing intermediate container f17dcdd9291c [2020-07-30T04:41:14.024Z] ---> 7abe84958898 [2020-07-30T04:41:14.024Z] Step 7/29 : COPY . . [2020-07-30T04:41:14.299Z] ---> 204d74cb10e9 [2020-07-30T04:41:14.299Z] Step 7/20 : RUN go mod download [2020-07-30T04:41:14.574Z] ---> 6e26d4ce4c1e [2020-07-30T04:41:14.574Z] Step 7/20 : RUN go mod download [2020-07-30T04:41:14.574Z] ---> 3e1b61e6e740 [2020-07-30T04:41:14.574Z] Step 7/21 : RUN go mod download [2020-07-30T04:41:14.574Z] ---> Running in 9f680a274742 [2020-07-30T04:41:14.857Z] ---> Running in 1d933af932ef [2020-07-30T04:41:14.857Z] ---> Running in 7e61ba9480c7 [2020-07-30T04:41:19.224Z] Removing intermediate container c9d7ce01afb8 [2020-07-30T04:41:19.224Z] ---> 655724636609 [2020-07-30T04:41:19.224Z] Step 8/26 : COPY . . [2020-07-30T04:41:19.825Z] Removing intermediate container 9f680a274742 [2020-07-30T04:41:19.825Z] ---> 0241a6ec3cef [2020-07-30T04:41:19.825Z] Step 8/20 : COPY . . [2020-07-30T04:41:20.823Z] Removing intermediate container 7e61ba9480c7 [2020-07-30T04:41:20.823Z] ---> 3eee59b2699c [2020-07-30T04:41:20.823Z] Step 8/20 : COPY . . [2020-07-30T04:41:21.097Z] Removing intermediate container 1d933af932ef [2020-07-30T04:41:21.097Z] ---> be44b76a1b19 [2020-07-30T04:41:21.097Z] Step 8/21 : COPY . . [2020-07-30T04:41:53.486Z] ---> 0bb35962c152 [2020-07-30T04:41:53.486Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-30T04:41:53.486Z] ---> e80d992be042 [2020-07-30T04:41:53.486Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-30T04:41:53.486Z] ---> 507e8c8fe2c5 [2020-07-30T04:41:53.486Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-30T04:41:53.486Z] ---> 98f4b6edd77f [2020-07-30T04:41:53.486Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-30T04:41:53.486Z] ---> e7b3f4239193 [2020-07-30T04:41:53.486Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-30T04:41:53.486Z] ---> Running in a586682ac22c [2020-07-30T04:41:53.486Z] ---> Running in 2cfe432fde42 [2020-07-30T04:41:53.486Z] ---> Running in 942618fc0ac5 [2020-07-30T04:41:53.486Z] ---> Running in e1741e83b24a [2020-07-30T04:41:53.486Z] ---> Running in 452a0744bf57 [2020-07-30T04:41:54.931Z] 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 [2020-07-30T04:41:55.208Z] 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 [2020-07-30T04:41:55.483Z] 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 [2020-07-30T04:41:55.757Z] 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 [2020-07-30T04:41:55.757Z] 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 [2020-07-30T04:43:32.612Z] Removing intermediate container a586682ac22c [2020-07-30T04:43:32.612Z] ---> 32409e184348 [2020-07-30T04:43:32.612Z] [2020-07-30T04:43:32.612Z] Step 9/29 : FROM alpine:latest [2020-07-30T04:43:32.612Z] latest: Pulling from library/alpine [2020-07-30T04:43:32.612Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-30T04:43:32.612Z] Status: Downloaded newer image for alpine:latest [2020-07-30T04:43:32.612Z] ---> 62ee0e9f8440 [2020-07-30T04:43:32.612Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-30T04:43:32.612Z] ---> Running in 33567a09a995 [2020-07-30T04:43:32.612Z] Removing intermediate container 33567a09a995 [2020-07-30T04:43:32.612Z] ---> 5805354af946 [2020-07-30T04:43:32.612Z] Step 11/29 : USER root [2020-07-30T04:43:32.612Z] Removing intermediate container 942618fc0ac5 [2020-07-30T04:43:32.612Z] ---> 5dcaafff2bcd [2020-07-30T04:43:32.612Z] [2020-07-30T04:43:32.612Z] Step 10/20 : FROM alpine [2020-07-30T04:43:32.612Z] ---> 62ee0e9f8440 [2020-07-30T04:43:32.612Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-30T04:43:32.612Z] ---> Running in ccc36a8afdd8 [2020-07-30T04:43:32.612Z] ---> Running in ccc5e04c5a9e [2020-07-30T04:43:32.612Z] Removing intermediate container ccc36a8afdd8 [2020-07-30T04:43:32.612Z] ---> 4514c0c51611 [2020-07-30T04:43:32.612Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-30T04:43:32.612Z] ---> Running in 3a75084d8d44 [2020-07-30T04:43:32.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:32.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:32.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:32.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:32.612Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:43:32.612Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:43:32.612Z] OK: 12620 distinct packages available [2020-07-30T04:43:32.612Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:43:32.612Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:43:32.612Z] OK: 12620 distinct packages available [2020-07-30T04:43:32.612Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-30T04:43:32.612Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T04:43:32.612Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-30T04:43:32.612Z] (4/4) Installing curl (7.69.1-r0) [2020-07-30T04:43:32.612Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:43:32.612Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T04:43:32.612Z] OK: 7 MiB in 18 packages [2020-07-30T04:43:32.612Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-30T04:43:32.612Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-30T04:43:32.612Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:43:32.612Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T04:43:32.612Z] OK: 6 MiB in 16 packages [2020-07-30T04:43:32.612Z] Removing intermediate container ccc5e04c5a9e [2020-07-30T04:43:32.612Z] ---> 56b919d9d6ca [2020-07-30T04:43:32.612Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T04:43:32.612Z] Removing intermediate container 452a0744bf57 [2020-07-30T04:43:32.612Z] ---> e002bb848d70 [2020-07-30T04:43:32.612Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-30T04:43:32.612Z] ---> Running in 68999594ea1c [2020-07-30T04:43:32.612Z] ---> Running in 234f71a3d446 [2020-07-30T04:43:32.612Z] Removing intermediate container 3a75084d8d44 [2020-07-30T04:43:32.612Z] ---> 3516166653d9 [2020-07-30T04:43:32.612Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-30T04:43:32.612Z] ---> Running in f7840fb6b379 [2020-07-30T04:43:32.612Z] Removing intermediate container 68999594ea1c [2020-07-30T04:43:32.612Z] ---> 7f167737d2ec [2020-07-30T04:43:32.612Z] Step 13/20 : WORKDIR /edgex [2020-07-30T04:43:32.612Z] Removing intermediate container f7840fb6b379 [2020-07-30T04:43:32.612Z] ---> 9e1eec6a5366 [2020-07-30T04:43:32.612Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-30T04:43:32.612Z] ---> Running in f90665f8183d [2020-07-30T04:43:32.892Z] ---> Running in 0ceb47aec693 [2020-07-30T04:43:33.490Z] Removing intermediate container f90665f8183d [2020-07-30T04:43:33.490Z] ---> d8a00a1bf56f [2020-07-30T04:43:33.490Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-30T04:43:33.769Z] Removing intermediate container 0ceb47aec693 [2020-07-30T04:43:33.769Z] ---> b5af17a7b746 [2020-07-30T04:43:33.769Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-30T04:43:34.046Z] 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 [2020-07-30T04:43:34.046Z] ---> Running in e4826d69b915 [2020-07-30T04:43:35.035Z] ---> 9b0867055c56 [2020-07-30T04:43:35.035Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-30T04:43:37.023Z] ---> 42dd413194dd [2020-07-30T04:43:37.023Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-30T04:43:37.023Z] ---> Running in a2c2bc00b589 [2020-07-30T04:43:38.007Z] Removing intermediate container a2c2bc00b589 [2020-07-30T04:43:38.007Z] ---> edf8b2fe4b96 [2020-07-30T04:43:38.007Z] Step 17/20 : CMD ["--init=true"] [2020-07-30T04:43:38.007Z] Removing intermediate container e4826d69b915 [2020-07-30T04:43:38.007Z] ---> 87e9e8ac9827 [2020-07-30T04:43:38.007Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-30T04:43:38.007Z] ---> Running in c0993fff0ffb [2020-07-30T04:43:38.998Z] Removing intermediate container c0993fff0ffb [2020-07-30T04:43:38.998Z] ---> 66bdd47f880e [2020-07-30T04:43:38.998Z] Step 18/20 : LABEL arch=arm64 [2020-07-30T04:43:39.276Z] ---> Running in 18032b7a9a95 [2020-07-30T04:43:39.552Z] Removing intermediate container 234f71a3d446 [2020-07-30T04:43:39.552Z] ---> fb87db01e2fe [2020-07-30T04:43:39.552Z] [2020-07-30T04:43:39.552Z] Step 11/26 : FROM docker:latest [2020-07-30T04:43:39.552Z] ---> ce9d55ae87f1 [2020-07-30T04:43:39.552Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-30T04:43:39.835Z] ---> Running in c2057f703448 [2020-07-30T04:43:40.108Z] ---> 3eb45f3f744f [2020-07-30T04:43:40.108Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-30T04:43:40.108Z] Removing intermediate container 18032b7a9a95 [2020-07-30T04:43:40.108Z] ---> 0ec4df68dfc7 [2020-07-30T04:43:40.108Z] Step 19/20 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:43:40.383Z] ---> Running in a9cf7c482e4b [2020-07-30T04:43:41.375Z] Removing intermediate container a9cf7c482e4b [2020-07-30T04:43:41.375Z] ---> 6975b16799b5 [2020-07-30T04:43:41.375Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T04:43:41.651Z] ---> Running in a8a42a234bdf [2020-07-30T04:43:41.930Z] ---> c3e53652fbaa [2020-07-30T04:43:41.930Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-30T04:43:42.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:42.528Z] Removing intermediate container a8a42a234bdf [2020-07-30T04:43:42.528Z] ---> f40380a33489 [2020-07-30T04:43:42.528Z] [2020-07-30T04:43:42.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:43.094Z] ---> 013cb10711db [2020-07-30T04:43:43.094Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-30T04:43:43.371Z] Successfully built f40380a33489 [2020-07-30T04:43:43.371Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-30T04:43:43.371Z] Building docker-support-notifications-go [2020-07-30T04:43:43.646Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) [2020-07-30T04:43:43.646Z] (2/2) Installing bash (5.0.17-r0) [2020-07-30T04:43:43.646Z] Executing bash-5.0.17-r0.post-install [2020-07-30T04:43:43.646Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:43:43.646Z] OK: 12 MiB in 22 packages [2020-07-30T04:43:45.643Z] ---> 09956f3fa0b5 [2020-07-30T04:43:45.643Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-30T04:43:47.082Z] Removing intermediate container 2cfe432fde42 [2020-07-30T04:43:47.082Z] ---> 4ce12e0b9fdc [2020-07-30T04:43:47.082Z] [2020-07-30T04:43:47.082Z] Step 10/20 : FROM scratch [2020-07-30T04:43:47.082Z] ---> [2020-07-30T04:43:47.082Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:43:47.367Z] ---> b5637a2cc4d9 [2020-07-30T04:43:47.367Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-30T04:43:47.642Z] Removing intermediate container c2057f703448 [2020-07-30T04:43:47.642Z] ---> 8e1703628068 [2020-07-30T04:43:47.642Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-30T04:43:47.919Z] ---> Running in 52213297578d [2020-07-30T04:43:48.520Z] ---> Running in 642fb860d78a [2020-07-30T04:43:48.520Z] ---> Running in bdd21087abe0 [2020-07-30T04:43:48.796Z] Removing intermediate container 52213297578d [2020-07-30T04:43:48.796Z] ---> 71bbbd672c30 [2020-07-30T04:43:48.796Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-30T04:43:49.074Z] ---> Running in d176a6a9d0fb [2020-07-30T04:43:50.058Z] Removing intermediate container d176a6a9d0fb [2020-07-30T04:43:50.058Z] ---> 1fd388575cf0 [2020-07-30T04:43:50.058Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-30T04:43:50.330Z] ---> Running in 828528ba033b [2020-07-30T04:43:51.775Z] Removing intermediate container 828528ba033b [2020-07-30T04:43:51.775Z] ---> 96b3c11effe0 [2020-07-30T04:43:51.775Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-30T04:43:53.089Z] ---> 7f007359c8af [2020-07-30T04:43:53.089Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-30T04:43:53.402Z] Removing intermediate container e1741e83b24a [2020-07-30T04:43:53.402Z] ---> 0e5c0c3a9cc3 [2020-07-30T04:43:53.402Z] [2020-07-30T04:43:53.402Z] Step 10/21 : FROM scratch [2020-07-30T04:43:53.402Z] ---> [2020-07-30T04:43:53.402Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:43:53.710Z] Removing intermediate container bdd21087abe0 [2020-07-30T04:43:53.710Z] ---> bcff1133b455 [2020-07-30T04:43:53.710Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-30T04:43:53.710Z] ---> Using cache [2020-07-30T04:43:53.710Z] ---> 71bbbd672c30 [2020-07-30T04:43:53.710Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-30T04:43:54.016Z] Removing intermediate container 642fb860d78a [2020-07-30T04:43:54.016Z] ---> 4ae3b8a3aacf [2020-07-30T04:43:54.016Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T04:43:54.016Z] ---> Running in a874c4e86d70 [2020-07-30T04:43:54.016Z] ---> Running in c39e78e80223 [2020-07-30T04:43:54.995Z] Removing intermediate container a874c4e86d70 [2020-07-30T04:43:54.995Z] ---> 5944c467f0c0 [2020-07-30T04:43:54.995Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:43:54.995Z] ---> Running in 7b2b26296c8b [2020-07-30T04:43:55.268Z] Removing intermediate container c39e78e80223 [2020-07-30T04:43:55.268Z] ---> 399dc4d9bfa9 [2020-07-30T04:43:55.268Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-30T04:43:55.268Z] ---> 860de5fa8902 [2020-07-30T04:43:55.268Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T04:43:55.268Z] ---> 7ecc7c83b64d [2020-07-30T04:43:55.269Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-30T04:43:55.269Z] ---> Running in 4bc5f551e65f [2020-07-30T04:43:55.541Z] ---> Running in ce491223d294 [2020-07-30T04:43:55.812Z] Removing intermediate container 7b2b26296c8b [2020-07-30T04:43:55.812Z] ---> b2f23ad5b365 [2020-07-30T04:43:55.812Z] Step 14/21 : WORKDIR / [2020-07-30T04:43:56.082Z] ---> Running in 119337ea3db8 [2020-07-30T04:43:56.082Z] Removing intermediate container 4bc5f551e65f [2020-07-30T04:43:56.082Z] ---> d06ef86297f8 [2020-07-30T04:43:56.082Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-30T04:43:56.351Z] ---> Running in e9505fd5b35e [2020-07-30T04:43:56.627Z] ---> 8e5dde4f064e [2020-07-30T04:43:56.627Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:43:56.627Z] Removing intermediate container 119337ea3db8 [2020-07-30T04:43:56.627Z] ---> 9ab886013803 [2020-07-30T04:43:56.627Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-30T04:43:56.902Z] ---> Running in 4b6f202ed9a5 [2020-07-30T04:43:57.177Z] Removing intermediate container e9505fd5b35e [2020-07-30T04:43:57.177Z] ---> 30a55f691aa5 [2020-07-30T04:43:57.177Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-30T04:43:57.788Z] Removing intermediate container 4b6f202ed9a5 [2020-07-30T04:43:57.788Z] ---> 00bbcb38e44f [2020-07-30T04:43:57.788Z] Step 18/20 : LABEL arch=arm64 [2020-07-30T04:43:57.788Z] ---> 862e7c8889cb [2020-07-30T04:43:57.788Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-30T04:43:58.063Z] ---> Running in 81349e9e7016 [2020-07-30T04:43:59.046Z] Removing intermediate container 81349e9e7016 [2020-07-30T04:43:59.046Z] ---> b2c2d063b404 [2020-07-30T04:43:59.046Z] Step 19/20 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:43:59.318Z] ---> Running in 75382e6c56c0 [2020-07-30T04:43:59.318Z] ---> 69ab4d78100e [2020-07-30T04:43:59.318Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-30T04:43:59.318Z] Removing intermediate container ce491223d294 [2020-07-30T04:43:59.318Z] ---> 9d7e39b3f765 [2020-07-30T04:43:59.318Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-30T04:43:59.598Z] ---> Running in 19c14d234c6a [2020-07-30T04:43:59.872Z] Removing intermediate container 75382e6c56c0 [2020-07-30T04:43:59.872Z] ---> c35485260817 [2020-07-30T04:43:59.872Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T04:44:00.155Z] ---> Running in c5c3af954cc5 [2020-07-30T04:44:00.155Z] ---> 700a6ac73272 [2020-07-30T04:44:00.155Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-30T04:44:00.767Z] ---> 5b9bb22fdc09 [2020-07-30T04:44:00.767Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-30T04:44:01.044Z] Removing intermediate container c5c3af954cc5 [2020-07-30T04:44:01.044Z] ---> 192f35a009f4 [2020-07-30T04:44:01.044Z] [2020-07-30T04:44:01.642Z] ---> 3e3498bf0c80 [2020-07-30T04:44:01.642Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:44:01.642Z] Successfully built 192f35a009f4 [2020-07-30T04:44:01.916Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-30T04:44:01.916Z] Building docker-security-secretstore-setup-go [2020-07-30T04:44:01.916Z]  Building docker-support-scheduler-go ... done  ---> Running in b75562bdec25 [2020-07-30T04:44:02.193Z] ---> 82bf6a50ca43 [2020-07-30T04:44:02.193Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-30T04:44:02.470Z] ---> Running in f6401666a424 [2020-07-30T04:44:02.745Z] Removing intermediate container b75562bdec25 [2020-07-30T04:44:02.745Z] ---> f89739441d8f [2020-07-30T04:44:02.745Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T04:44:02.745Z] ---> Running in 314a9c706fb7 [2020-07-30T04:44:04.219Z] Removing intermediate container 314a9c706fb7 [2020-07-30T04:44:04.219Z] ---> 59e27c278580 [2020-07-30T04:44:04.219Z] Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:44:04.492Z] Removing intermediate container 19c14d234c6a [2020-07-30T04:44:04.492Z] ---> 1a31c8e4c6de [2020-07-30T04:44:04.492Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T04:44:04.767Z] ---> Running in 1166d08b2fdf [2020-07-30T04:44:04.767Z] ---> Running in c6aacae7747c [2020-07-30T04:44:04.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:44:05.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:44:05.648Z] Removing intermediate container 1166d08b2fdf [2020-07-30T04:44:05.648Z] ---> 231015896741 [2020-07-30T04:44:05.648Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:44:05.648Z] Removing intermediate container c6aacae7747c [2020-07-30T04:44:05.648Z] ---> 509c01427d32 [2020-07-30T04:44:05.648Z] Step 26/29 : CMD [ "generate" ] [2020-07-30T04:44:05.921Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-30T04:44:05.921Z] (2/33) Installing expat (2.2.9-r1) [2020-07-30T04:44:05.921Z] (3/33) Installing libffi (3.3-r2) [2020-07-30T04:44:05.921Z] (4/33) Installing gdbm (1.13-r1) [2020-07-30T04:44:05.921Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-30T04:44:05.921Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-30T04:44:05.921Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-30T04:44:05.921Z] ---> Running in f3f12b7db1bc [2020-07-30T04:44:06.203Z] ---> Running in 9ea340df5222 [2020-07-30T04:44:06.807Z] Removing intermediate container f3f12b7db1bc [2020-07-30T04:44:06.807Z] ---> e97339566f3f [2020-07-30T04:44:06.807Z] [2020-07-30T04:44:07.407Z] Removing intermediate container 9ea340df5222 [2020-07-30T04:44:07.407Z] ---> 455ccc5af8b9 [2020-07-30T04:44:07.407Z] Step 27/29 : LABEL arch=arm64 [2020-07-30T04:44:07.407Z] Successfully built e97339566f3f [2020-07-30T04:44:07.407Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-30T04:44:07.407Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-07-30T04:44:07.687Z] ---> Running in 200fb65c84e9 [2020-07-30T04:44:07.959Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-30T04:44:07.959Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-30T04:44:07.959Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-30T04:44:07.959Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-30T04:44:07.959Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-30T04:44:07.959Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-30T04:44:07.959Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-30T04:44:07.959Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-30T04:44:07.959Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-30T04:44:07.959Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-30T04:44:08.232Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-30T04:44:08.232Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-30T04:44:08.232Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-30T04:44:08.232Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-30T04:44:08.232Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-30T04:44:08.232Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-30T04:44:08.232Z] Removing intermediate container 200fb65c84e9 [2020-07-30T04:44:08.232Z] ---> 7476d6f8a85e [2020-07-30T04:44:08.232Z] Step 28/29 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:44:08.232Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-30T04:44:08.232Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-30T04:44:08.232Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-30T04:44:08.232Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-30T04:44:08.232Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-30T04:44:08.515Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-30T04:44:08.515Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-30T04:44:08.515Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-30T04:44:08.515Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-30T04:44:08.515Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-30T04:44:08.515Z] ---> Running in 481625c417cd [2020-07-30T04:44:08.515Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:44:08.515Z] OK: 71 MiB in 55 packages [2020-07-30T04:44:09.504Z] Removing intermediate container 481625c417cd [2020-07-30T04:44:09.504Z] ---> 10b55eb8aba1 [2020-07-30T04:44:09.504Z] Step 29/29 : LABEL version=0.0.0 [2020-07-30T04:44:09.778Z] ---> Running in d47263be99b1 [2020-07-30T04:44:10.765Z] Removing intermediate container d47263be99b1 [2020-07-30T04:44:10.765Z] ---> 38e0af6f8889 [2020-07-30T04:44:10.765Z] [2020-07-30T04:44:11.366Z] Successfully built 38e0af6f8889 [2020-07-30T04:44:11.366Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-30T04:44:11.366Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-07-30T04:44:14.778Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:44:14.778Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:44:14.778Z] ---> 3302a34a018e [2020-07-30T04:44:14.778Z] Step 3/23 : WORKDIR /edgex-go [2020-07-30T04:44:14.778Z] ---> Using cache [2020-07-30T04:44:14.778Z] ---> 1554a3c8fe39 [2020-07-30T04:44:14.778Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:44:14.778Z] ---> Using cache [2020-07-30T04:44:14.778Z] ---> 70b1b1f30b38 [2020-07-30T04:44:14.778Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-30T04:44:16.784Z] ---> Running in 4abd4091af77 [2020-07-30T04:44:17.389Z] Removing intermediate container f6401666a424 [2020-07-30T04:44:17.389Z] ---> f6d1d1c56419 [2020-07-30T04:44:17.389Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-30T04:44:18.372Z] ---> Running in e255f0ba2742 [2020-07-30T04:44:18.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:44:24.063Z] Collecting docker-compose==1.23.2 [2020-07-30T04:44:24.063Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-30T04:44:24.338Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-30T04:44:24.338Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-30T04:44:26.949Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-30T04:44:26.949Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-30T04:44:28.383Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-30T04:44:28.383Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-30T04:44:28.985Z] Collecting docker<4.0,>=3.6.0 [2020-07-30T04:44:28.985Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-30T04:44:29.581Z] Collecting texttable<0.10,>=0.9.0 [2020-07-30T04:44:29.581Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-30T04:44:32.318Z] Collecting PyYAML<4,>=3.10 [2020-07-30T04:44:32.318Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-30T04:44:35.707Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-30T04:44:35.707Z] Collecting jsonschema<3,>=2.5.1 [2020-07-30T04:44:35.707Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-30T04:44:36.304Z] Collecting cached-property<2,>=1.2.0 [2020-07-30T04:44:36.304Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-30T04:44:36.577Z] Collecting docopt<0.7,>=0.6.1 [2020-07-30T04:44:36.577Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-30T04:44:39.193Z] Collecting idna<2.8,>=2.5 [2020-07-30T04:44:39.193Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-30T04:44:39.466Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-30T04:44:39.466Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-30T04:44:39.738Z] 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) [2020-07-30T04:44:39.738Z] 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) [2020-07-30T04:44:40.014Z] Collecting docker-pycreds>=0.4.0 [2020-07-30T04:44:40.014Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-30T04:44:40.288Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-30T04:44:40.288Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-30T04:44:40.288Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-30T04:44:40.288Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-30T04:44:41.264Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, PyYAML, jsonschema, cached-property, docopt, docker-compose [2020-07-30T04:44:41.264Z] Running setup.py install for dockerpty: started [2020-07-30T04:44:43.882Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-30T04:44:43.882Z] Attempting uninstall: idna [2020-07-30T04:44:43.882Z] Found existing installation: idna 2.9 [2020-07-30T04:44:43.882Z] Uninstalling idna-2.9: [2020-07-30T04:44:44.172Z] Successfully uninstalled idna-2.9 [2020-07-30T04:44:44.771Z] Attempting uninstall: urllib3 [2020-07-30T04:44:44.771Z] Found existing installation: urllib3 1.25.9 [2020-07-30T04:44:44.771Z] Uninstalling urllib3-1.25.9: [2020-07-30T04:44:45.046Z] Successfully uninstalled urllib3-1.25.9 [2020-07-30T04:44:45.641Z] Attempting uninstall: requests [2020-07-30T04:44:45.641Z] Found existing installation: requests 2.23.0 [2020-07-30T04:44:45.641Z] Uninstalling requests-2.23.0: [2020-07-30T04:44:45.918Z] Successfully uninstalled requests-2.23.0 [2020-07-30T04:44:47.361Z] Running setup.py install for texttable: started [2020-07-30T04:44:49.346Z] Running setup.py install for texttable: finished with status 'done' [2020-07-30T04:44:49.346Z] Running setup.py install for PyYAML: started [2020-07-30T04:44:51.982Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:44:51.983Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:44:51.983Z] ---> 3302a34a018e [2020-07-30T04:44:51.983Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T04:44:51.983Z] ---> Using cache [2020-07-30T04:44:51.983Z] ---> 1554a3c8fe39 [2020-07-30T04:44:51.983Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:44:51.983Z] ---> Using cache [2020-07-30T04:44:51.983Z] ---> 70b1b1f30b38 [2020-07-30T04:44:51.983Z] Step 5/26 : RUN apk update && apk add make git [2020-07-30T04:44:51.983Z] ---> Using cache [2020-07-30T04:44:51.983Z] ---> c289c77322ad [2020-07-30T04:44:51.983Z] Step 6/26 : COPY go.mod . [2020-07-30T04:44:51.983Z] ---> Using cache [2020-07-30T04:44:51.983Z] ---> 204d74cb10e9 [2020-07-30T04:44:51.983Z] Step 7/26 : RUN go mod download [2020-07-30T04:44:51.983Z] ---> Using cache [2020-07-30T04:44:51.983Z] ---> 0241a6ec3cef [2020-07-30T04:44:51.983Z] Step 8/26 : COPY . . [2020-07-30T04:44:51.983Z] ---> Using cache [2020-07-30T04:44:51.983Z] ---> e80d992be042 [2020-07-30T04:44:51.983Z] 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 [2020-07-30T04:44:51.983Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-30T04:44:55.380Z] Running setup.py install for docopt: started [2020-07-30T04:44:57.376Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:44:57.376Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:44:57.376Z] ---> 3302a34a018e [2020-07-30T04:44:57.376Z] Step 3/22 : WORKDIR /edgex-go [2020-07-30T04:44:57.376Z] ---> Using cache [2020-07-30T04:44:57.376Z] ---> 1554a3c8fe39 [2020-07-30T04:44:57.376Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:44:57.376Z] ---> Using cache [2020-07-30T04:44:57.376Z] ---> 70b1b1f30b38 [2020-07-30T04:44:57.376Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-30T04:44:57.376Z] Running setup.py install for docopt: finished with status 'done' [2020-07-30T04:44:57.975Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:44:57.975Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:44:57.975Z] ---> 3302a34a018e [2020-07-30T04:44:57.975Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:44:57.975Z] ---> Using cache [2020-07-30T04:44:57.975Z] ---> 1554a3c8fe39 [2020-07-30T04:44:57.975Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:44:57.975Z] ---> Using cache [2020-07-30T04:44:57.975Z] ---> 70b1b1f30b38 [2020-07-30T04:44:57.975Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-30T04:44:59.404Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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 [2020-07-30T04:44:59.404Z] ---> Running in 34a70feaae54 [2020-07-30T04:44:59.404Z] ---> Running in c74844c91eee [2020-07-30T04:44:59.404Z] ---> Running in cf55e0c77716 [2020-07-30T04:45:02.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:02.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:02.058Z] 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 [2020-07-30T04:45:02.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:02.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:03.606Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:45:03.606Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:45:03.606Z] OK: 12620 distinct packages available [2020-07-30T04:45:03.899Z] Removing intermediate container e255f0ba2742 [2020-07-30T04:45:03.899Z] ---> 99123d8ee7b5 [2020-07-30T04:45:03.899Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-30T04:45:03.899Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:45:03.899Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:45:03.899Z] OK: 12620 distinct packages available [2020-07-30T04:45:03.899Z] ---> Running in ca1d09ed4c72 [2020-07-30T04:45:04.908Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:04.908Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:05.905Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:06.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:06.793Z] Removing intermediate container 34a70feaae54 [2020-07-30T04:45:06.793Z] ---> ef45cf25c5a7 [2020-07-30T04:45:06.793Z] Step 6/22 : COPY go.mod . [2020-07-30T04:45:06.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:07.793Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T04:45:07.793Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-30T04:45:07.793Z] (3/3) Installing curl (7.69.1-r0) [2020-07-30T04:45:07.793Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:45:07.793Z] OK: 71 MiB in 58 packages [2020-07-30T04:45:07.793Z] Removing intermediate container c74844c91eee [2020-07-30T04:45:07.793Z] ---> ae4b8f32122f [2020-07-30T04:45:07.793Z] Step 6/21 : COPY go.mod . [2020-07-30T04:45:08.394Z] ---> 4e4efa7be196 [2020-07-30T04:45:08.394Z] Step 7/22 : RUN go mod download [2020-07-30T04:45:08.672Z] ---> Running in bb86bdf79c95 [2020-07-30T04:45:10.121Z] ---> 077b527ce7cf [2020-07-30T04:45:10.121Z] Step 7/21 : RUN go mod download [2020-07-30T04:45:10.121Z] Removing intermediate container ca1d09ed4c72 [2020-07-30T04:45:10.121Z] ---> 7644deff0d87 [2020-07-30T04:45:10.121Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:45:10.121Z] ---> Running in 61311fe0e9bf [2020-07-30T04:45:10.401Z] ---> Running in b9ed15afc40c [2020-07-30T04:45:11.394Z] Removing intermediate container b9ed15afc40c [2020-07-30T04:45:11.394Z] ---> f7993c188a60 [2020-07-30T04:45:11.394Z] Step 24/26 : LABEL arch=arm64 [2020-07-30T04:45:11.676Z] ---> Running in cacc6ddb5964 [2020-07-30T04:45:12.661Z] Removing intermediate container cacc6ddb5964 [2020-07-30T04:45:12.661Z] ---> 412197a901c5 [2020-07-30T04:45:12.661Z] Step 25/26 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:45:12.939Z] ---> Running in 743f6f613e1e [2020-07-30T04:45:13.939Z] Removing intermediate container 743f6f613e1e [2020-07-30T04:45:13.939Z] ---> 053bd3df5941 [2020-07-30T04:45:13.939Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T04:45:13.939Z] Removing intermediate container bb86bdf79c95 [2020-07-30T04:45:13.939Z] ---> 4a1478d54dca [2020-07-30T04:45:13.939Z] Step 8/22 : COPY . . ---> Running in fdf7ebf049d8 [2020-07-30T04:45:13.939Z] [2020-07-30T04:45:14.926Z] Removing intermediate container fdf7ebf049d8 [2020-07-30T04:45:14.926Z] ---> c299b71f4324 [2020-07-30T04:45:14.926Z] [2020-07-30T04:45:15.987Z] Removing intermediate container 61311fe0e9bf [2020-07-30T04:45:15.987Z] ---> 31969fe23e79 [2020-07-30T04:45:15.987Z] Step 8/21 : COPY . . [2020-07-30T04:45:16.275Z] Successfully built c299b71f4324 [2020-07-30T04:45:16.275Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-30T04:45:16.275Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-07-30T04:45:24.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:25.608Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:45:25.608Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:45:25.608Z] OK: 12620 distinct packages available [2020-07-30T04:45:26.606Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:39.063Z] Removing intermediate container 4abd4091af77 [2020-07-30T04:45:39.063Z] ---> 0478fa247737 [2020-07-30T04:45:39.063Z] Step 6/23 : COPY go.mod . [2020-07-30T04:45:40.503Z] ---> c9a9d2a4f825 [2020-07-30T04:45:40.503Z] Step 7/23 : RUN go mod download [2020-07-30T04:45:41.102Z] ---> Running in 0e6f96afa616 [2020-07-30T04:45:46.525Z] 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 [2020-07-30T04:45:46.525Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:45:46.525Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:45:46.525Z] ---> 3302a34a018e [2020-07-30T04:45:46.525Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:45:46.525Z] ---> Using cache [2020-07-30T04:45:46.525Z] ---> 1554a3c8fe39 [2020-07-30T04:45:46.525Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:45:46.525Z] ---> Using cache [2020-07-30T04:45:46.525Z] ---> 70b1b1f30b38 [2020-07-30T04:45:46.525Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T04:45:46.525Z] ---> Using cache [2020-07-30T04:45:46.525Z] ---> c289c77322ad [2020-07-30T04:45:46.525Z] Step 6/21 : COPY go.mod . [2020-07-30T04:45:46.525Z] ---> Using cache [2020-07-30T04:45:46.525Z] ---> 204d74cb10e9 [2020-07-30T04:45:46.525Z] Step 7/21 : RUN go mod download [2020-07-30T04:45:46.525Z] ---> Using cache [2020-07-30T04:45:46.525Z] ---> 0241a6ec3cef [2020-07-30T04:45:46.525Z] Step 8/21 : COPY . . [2020-07-30T04:45:46.525Z] ---> Using cache [2020-07-30T04:45:46.525Z] ---> e80d992be042 [2020-07-30T04:45:46.525Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-30T04:45:46.803Z] ---> Running in cf9d3fc0666d [2020-07-30T04:45:47.417Z] Removing intermediate container 0e6f96afa616 [2020-07-30T04:45:47.417Z] ---> 871cb04a87ed [2020-07-30T04:45:47.417Z] Step 8/23 : COPY . . [2020-07-30T04:45:48.406Z] ---> 0bad114bef22 [2020-07-30T04:45:48.406Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-30T04:45:48.678Z] ---> Running in 11cdedd2ef75 [2020-07-30T04:45:49.674Z] 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 [2020-07-30T04:45:51.115Z] ---> 0e5e0b60304c [2020-07-30T04:45:51.115Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-30T04:45:51.392Z] 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 [2020-07-30T04:45:51.666Z] ---> Running in 80fa3b59f2d0 [2020-07-30T04:45:55.082Z] 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 [2020-07-30T04:45:55.082Z] 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 [2020-07-30T04:46:13.406Z] ---> d5f1f35c7c74 [2020-07-30T04:46:13.406Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-30T04:46:13.406Z] ---> Running in d57a86ca9a53 [2020-07-30T04:46:14.404Z] Removing intermediate container cf55e0c77716 [2020-07-30T04:46:14.404Z] ---> 25a7ae0f5d65 [2020-07-30T04:46:14.404Z] [2020-07-30T04:46:14.404Z] Step 10/26 : FROM alpine:3.10 [2020-07-30T04:46:14.682Z] 3.10: Pulling from library/alpine [2020-07-30T04:46:14.959Z] 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 [2020-07-30T04:46:15.950Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-30T04:46:15.950Z] Status: Downloaded newer image for alpine:3.10 [2020-07-30T04:46:15.950Z] ---> 536a684cf733 [2020-07-30T04:46:15.950Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-30T04:46:16.235Z] ---> Running in 658ea50f6666 [2020-07-30T04:46:18.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:46:19.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:46:20.127Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-30T04:46:20.127Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-30T04:46:20.127Z] OK: 10167 distinct packages available [2020-07-30T04:46:20.737Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-30T04:46:20.737Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-30T04:46:20.737Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-30T04:46:20.737Z] (4/5) Installing curl (7.66.0-r0) [2020-07-30T04:46:20.737Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-30T04:46:20.737Z] Executing busybox-1.30.1-r3.trigger [2020-07-30T04:46:20.737Z] Executing ca-certificates-20191127-r2.trigger [2020-07-30T04:46:21.388Z] OK: 7 MiB in 19 packages [2020-07-30T04:46:24.194Z] Removing intermediate container 658ea50f6666 [2020-07-30T04:46:24.194Z] ---> 604901b1323c [2020-07-30T04:46:24.194Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T04:46:24.194Z] ---> Running in 1c4c4fa772c4 [2020-07-30T04:46:24.800Z] Removing intermediate container 1c4c4fa772c4 [2020-07-30T04:46:24.800Z] ---> 8c88151b10af [2020-07-30T04:46:24.800Z] Step 13/26 : WORKDIR / [2020-07-30T04:46:24.800Z] ---> Running in 34fcda0b627b [2020-07-30T04:46:25.406Z] Removing intermediate container 34fcda0b627b [2020-07-30T04:46:25.406Z] ---> 854ee1ca083e [2020-07-30T04:46:25.406Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-30T04:46:26.886Z] ---> 1152938e58bf [2020-07-30T04:46:26.886Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-30T04:46:27.899Z] ---> ae543aef38aa [2020-07-30T04:46:27.899Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-30T04:46:29.353Z] ---> e581c55a932a [2020-07-30T04:46:29.353Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-30T04:46:30.336Z] ---> 3e7764703ddc [2020-07-30T04:46:30.336Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-30T04:46:31.782Z] ---> a7c3e985e282 [2020-07-30T04:46:31.782Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-30T04:46:33.780Z] ---> 2bf0a885ca3d [2020-07-30T04:46:33.780Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-30T04:46:35.234Z] ---> 40b023ee766f [2020-07-30T04:46:35.234Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T04:46:36.220Z] ---> c4cb1898733f [2020-07-30T04:46:36.220Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T04:46:36.498Z] ---> Running in c3c2a0f28f54 [2020-07-30T04:46:40.849Z] Removing intermediate container c3c2a0f28f54 [2020-07-30T04:46:40.849Z] ---> 742779e82b12 [2020-07-30T04:46:40.849Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T04:46:40.849Z] ---> Running in 724a499c2051 [2020-07-30T04:46:41.131Z] Removing intermediate container 724a499c2051 [2020-07-30T04:46:41.131Z] ---> 776dfae65f14 [2020-07-30T04:46:41.131Z] Step 24/26 : LABEL arch=arm64 [2020-07-30T04:46:41.429Z] ---> Running in 376d26ce4f0c [2020-07-30T04:46:42.033Z] Removing intermediate container 376d26ce4f0c [2020-07-30T04:46:42.033Z] ---> d5a04254e9a8 [2020-07-30T04:46:42.033Z] Step 25/26 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:46:42.033Z] ---> Running in 0de28603cdc2 [2020-07-30T04:46:42.639Z] Removing intermediate container 0de28603cdc2 [2020-07-30T04:46:42.639Z] ---> db2518ca4e51 [2020-07-30T04:46:42.639Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T04:46:42.915Z] ---> Running in 3b98a494f8ff [2020-07-30T04:46:43.523Z] Removing intermediate container 3b98a494f8ff [2020-07-30T04:46:43.523Z] ---> d515fbe0714a [2020-07-30T04:46:43.523Z] [2020-07-30T04:46:44.125Z] Successfully built d515fbe0714a [2020-07-30T04:46:44.125Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-30T04:47:31.119Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 80fa3b59f2d0 [2020-07-30T04:47:31.119Z] ---> 5638405c5d47 [2020-07-30T04:47:31.119Z] [2020-07-30T04:47:31.119Z] Step 10/21 : FROM scratch [2020-07-30T04:47:31.119Z] ---> [2020-07-30T04:47:31.119Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T04:47:31.119Z] ---> Running in 3521e1a55fa6 [2020-07-30T04:47:31.714Z] Removing intermediate container 3521e1a55fa6 [2020-07-30T04:47:31.714Z] ---> 14963eaad6a5 [2020-07-30T04:47:31.714Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-30T04:47:31.714Z] ---> Running in 4771cb6ba6ae [2020-07-30T04:47:32.312Z] Removing intermediate container 4771cb6ba6ae [2020-07-30T04:47:32.312Z] ---> f6d31b67968a [2020-07-30T04:47:32.312Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:47:32.592Z] ---> Running in 401e4f110fa9 [2020-07-30T04:47:33.217Z] Removing intermediate container 401e4f110fa9 [2020-07-30T04:47:33.217Z] ---> 7f68afa0aae3 [2020-07-30T04:47:33.217Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-30T04:47:34.203Z] ---> 03809a7371a3 [2020-07-30T04:47:34.203Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-30T04:47:35.194Z] ---> 8896d0d071d2 [2020-07-30T04:47:35.194Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-30T04:47:37.183Z] ---> c98ad3025c1e [2020-07-30T04:47:37.183Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-30T04:47:39.169Z] ---> a60f8d2acca3 [2020-07-30T04:47:39.169Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:47:39.169Z] ---> Running in fee52174b413 [2020-07-30T04:47:40.156Z] Removing intermediate container fee52174b413 [2020-07-30T04:47:40.156Z] ---> 7799a44fd62b [2020-07-30T04:47:40.156Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T04:47:40.430Z] ---> Running in 42774b96581d [2020-07-30T04:47:40.712Z] Removing intermediate container cf9d3fc0666d [2020-07-30T04:47:40.712Z] ---> 70bf71cba4fa [2020-07-30T04:47:40.712Z] [2020-07-30T04:47:40.712Z] Step 10/21 : FROM scratch [2020-07-30T04:47:40.712Z] ---> [2020-07-30T04:47:40.712Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:47:40.712Z] ---> Using cache [2020-07-30T04:47:40.712Z] ---> 71bbbd672c30 [2020-07-30T04:47:40.712Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-30T04:47:40.997Z] ---> Running in 0ab8695fb8cf [2020-07-30T04:47:40.997Z] Removing intermediate container 42774b96581d [2020-07-30T04:47:40.997Z] ---> a58b98a959f4 [2020-07-30T04:47:40.997Z] Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:47:41.274Z] ---> Running in 8e77cc69e748 [2020-07-30T04:47:41.546Z] Removing intermediate container 0ab8695fb8cf [2020-07-30T04:47:41.546Z] ---> ee424806d20f [2020-07-30T04:47:41.546Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:47:41.824Z] Removing intermediate container 8e77cc69e748 [2020-07-30T04:47:41.824Z] ---> dce4b2b07f8b [2020-07-30T04:47:41.824Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:47:41.824Z] ---> Running in c5ed4ffbc93c [2020-07-30T04:47:42.142Z] ---> Running in 5b82e457313f [2020-07-30T04:47:42.752Z] Removing intermediate container c5ed4ffbc93c [2020-07-30T04:47:42.752Z] ---> eddb9fb991aa [2020-07-30T04:47:42.752Z] Step 14/21 : WORKDIR / [2020-07-30T04:47:42.752Z] Removing intermediate container 5b82e457313f [2020-07-30T04:47:42.752Z] ---> 7278d10ffe72 [2020-07-30T04:47:42.752Z] [2020-07-30T04:47:42.752Z] ---> Running in 238270223fcd [2020-07-30T04:47:43.362Z] Successfully built 7278d10ffe72 [2020-07-30T04:47:43.658Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-30T04:47:43.658Z] Removing intermediate container 238270223fcd [2020-07-30T04:47:43.658Z] ---> 3abae0eede3b [2020-07-30T04:47:43.658Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-30T04:47:44.263Z]  Building docker-support-logging-go ... done  ---> 71479d44f376 [2020-07-30T04:47:44.263Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-30T04:47:46.251Z] ---> 1508b2040b59 [2020-07-30T04:47:46.251Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-30T04:47:46.855Z] ---> 5a1ebb9475f6 [2020-07-30T04:47:46.855Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:47:47.460Z] ---> Running in 645af1a562a0 [2020-07-30T04:47:48.055Z] Removing intermediate container 645af1a562a0 [2020-07-30T04:47:48.055Z] ---> 3dfdf7080391 [2020-07-30T04:47:48.055Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T04:47:48.325Z] ---> Running in 2874a8bba7dd [2020-07-30T04:47:49.305Z] Removing intermediate container 2874a8bba7dd [2020-07-30T04:47:49.305Z] ---> 83848f12c551 [2020-07-30T04:47:49.305Z] Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:47:49.898Z] ---> Running in a41baa8a3983 [2020-07-30T04:47:50.502Z] Removing intermediate container a41baa8a3983 [2020-07-30T04:47:50.502Z] ---> 95dc65b9e772 [2020-07-30T04:47:50.502Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:47:50.502Z] Removing intermediate container d57a86ca9a53 [2020-07-30T04:47:50.502Z] ---> 704bc2577871 [2020-07-30T04:47:50.502Z] [2020-07-30T04:47:50.502Z] Step 10/23 : FROM scratch [2020-07-30T04:47:50.502Z] ---> [2020-07-30T04:47:50.502Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T04:47:50.502Z] ---> Running in 33599edd6e16 [2020-07-30T04:47:50.502Z] ---> Using cache [2020-07-30T04:47:50.502Z] ---> 14963eaad6a5 [2020-07-30T04:47:50.502Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-30T04:47:50.774Z] ---> Running in 2517a85c0fa3 [2020-07-30T04:47:51.046Z] Removing intermediate container 33599edd6e16 [2020-07-30T04:47:51.046Z] ---> a9700c6f971b [2020-07-30T04:47:51.046Z] [2020-07-30T04:47:51.317Z] Removing intermediate container 2517a85c0fa3 [2020-07-30T04:47:51.317Z] ---> 9a702911c061 [2020-07-30T04:47:51.317Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-30T04:47:51.588Z] ---> Running in 145cadfc0689 [2020-07-30T04:47:51.588Z] Successfully built a9700c6f971b [2020-07-30T04:47:51.588Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-30T04:47:52.196Z]  Building docker-core-command-go ... done Removing intermediate container 145cadfc0689 [2020-07-30T04:47:52.196Z] ---> 617ebb2a186d [2020-07-30T04:47:52.196Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-30T04:47:53.186Z] ---> f7782595a4e2 [2020-07-30T04:47:53.186Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-30T04:47:54.620Z] ---> aef7708004a3 [2020-07-30T04:47:54.620Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-30T04:47:55.602Z] Removing intermediate container 11cdedd2ef75 [2020-07-30T04:47:55.874Z] ---> 5802d57ff184 [2020-07-30T04:47:55.874Z] [2020-07-30T04:47:55.874Z] Step 10/22 : FROM alpine [2020-07-30T04:47:55.874Z] ---> 62ee0e9f8440 [2020-07-30T04:47:55.874Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:47:55.874Z] ---> 624438c5e08d [2020-07-30T04:47:55.874Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-30T04:47:55.874Z] ---> Running in e205ec639560 [2020-07-30T04:47:56.474Z] Removing intermediate container e205ec639560 [2020-07-30T04:47:56.474Z] ---> d51e9717aeb2 [2020-07-30T04:47:56.474Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-30T04:47:56.474Z] ---> Running in 8aab2f4659bd [2020-07-30T04:47:56.474Z] ---> 9f011d41b5e7 [2020-07-30T04:47:56.474Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-30T04:47:57.066Z] Removing intermediate container 8aab2f4659bd [2020-07-30T04:47:57.066Z] ---> 9214596e72f1 [2020-07-30T04:47:57.066Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-30T04:47:57.337Z] ---> Running in 96186863c1ba [2020-07-30T04:47:57.933Z] Removing intermediate container 96186863c1ba [2020-07-30T04:47:57.933Z] ---> 43e54178dcc1 [2020-07-30T04:47:57.933Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:47:58.208Z] ---> 20357733a958 [2020-07-30T04:47:58.209Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-30T04:47:58.209Z] ---> Running in 290f2876ecd6 [2020-07-30T04:47:59.193Z] ---> 7d2f01a987a6 [2020-07-30T04:47:59.193Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:47:59.193Z] ---> Running in f3159c7b2e89 [2020-07-30T04:47:59.790Z] Removing intermediate container f3159c7b2e89 [2020-07-30T04:47:59.790Z] ---> 5e3a1b118007 [2020-07-30T04:47:59.790Z] Step 21/23 : LABEL arch=arm64 [2020-07-30T04:47:59.790Z] ---> Running in 692642e87baf [2020-07-30T04:48:00.391Z] Removing intermediate container 692642e87baf [2020-07-30T04:48:00.391Z] ---> 913482b603b4 [2020-07-30T04:48:00.391Z] Step 22/23 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:48:00.391Z] ---> Running in 851ac10bcba2 [2020-07-30T04:48:00.986Z] Removing intermediate container 290f2876ecd6 [2020-07-30T04:48:00.986Z] ---> 95db08ebb672 [2020-07-30T04:48:00.986Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-30T04:48:00.986Z] Removing intermediate container 851ac10bcba2 [2020-07-30T04:48:00.986Z] ---> ba38f30b258f [2020-07-30T04:48:00.986Z] Step 23/23 : LABEL version=0.0.0 [2020-07-30T04:48:01.265Z] ---> Running in c3f97568cdc1 [2020-07-30T04:48:01.265Z] ---> Running in 909d57c861b5 [2020-07-30T04:48:01.865Z] Removing intermediate container 909d57c861b5 [2020-07-30T04:48:01.865Z] ---> 8dec723445c1 [2020-07-30T04:48:01.865Z] [2020-07-30T04:48:02.464Z] Successfully built 8dec723445c1 [2020-07-30T04:48:02.464Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-30T04:48:03.059Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:48:04.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:48:04.633Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-30T04:48:04.904Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-30T04:48:04.904Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-30T04:48:05.177Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-30T04:48:05.450Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-30T04:48:05.722Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:48:05.722Z] OK: 8 MiB in 19 packages [2020-07-30T04:48:07.161Z] Removing intermediate container c3f97568cdc1 [2020-07-30T04:48:07.161Z] ---> 93470847d39b [2020-07-30T04:48:07.161Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-30T04:48:07.755Z] ---> 0fe1bc569919 [2020-07-30T04:48:07.755Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-30T04:48:09.192Z] ---> 98b3e2b8f3bf [2020-07-30T04:48:09.192Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-30T04:48:10.171Z] ---> b41edec80ed5 [2020-07-30T04:48:10.171Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:48:10.171Z] ---> Running in 0c22e8207141 [2020-07-30T04:48:10.767Z] Removing intermediate container 0c22e8207141 [2020-07-30T04:48:10.767Z] ---> e9d876e43cb6 [2020-07-30T04:48:10.767Z] Step 20/22 : LABEL arch=arm64 [2020-07-30T04:48:10.767Z] ---> Running in d01793e8ebd5 [2020-07-30T04:48:11.362Z] Removing intermediate container d01793e8ebd5 [2020-07-30T04:48:11.362Z] ---> 17934cef02e8 [2020-07-30T04:48:11.362Z] Step 21/22 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 [2020-07-30T04:48:11.362Z] ---> Running in 84735ac185fe [2020-07-30T04:48:11.959Z] Removing intermediate container 84735ac185fe [2020-07-30T04:48:11.959Z] ---> 07a5c07b1537 [2020-07-30T04:48:11.959Z] Step 22/22 : LABEL version=0.0.0 [2020-07-30T04:48:11.959Z] ---> Running in 4809e81c14fc [2020-07-30T04:48:12.552Z] Removing intermediate container 4809e81c14fc [2020-07-30T04:48:12.552Z] ---> a3e9561a752d [2020-07-30T04:48:12.552Z] [2020-07-30T04:48:12.825Z] Successfully built a3e9561a752d [2020-07-30T04:48:12.825Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-30T04:48:13.116Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-30T04:48:13.157Z] $ docker stop --time=1 9f8e11d36a4899097ffa17262b1f9ced21a381c17fba20fdaacfdb213445dca5 [2020-07-30T04:48:15.119Z] $ docker rm -f 9f8e11d36a4899097ffa17262b1f9ced21a381c17fba20fdaacfdb213445dca5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-30T04:48:15.890Z] + + dockergrep docker images [2020-07-30T04:48:15.890Z] [2020-07-30T04:48:16.165Z] docker-core-data-go-arm64 latest a3e9561a752d 4 seconds ago 22.6MB [2020-07-30T04:48:16.165Z] docker-support-notifications-go-arm64 latest 8dec723445c1 15 seconds ago 13.9MB [2020-07-30T04:48:16.165Z] docker-core-command-go-arm64 latest a9700c6f971b 26 seconds ago 12.4MB [2020-07-30T04:48:16.165Z] docker-support-logging-go-arm64 latest 7278d10ffe72 34 seconds ago 11.4MB [2020-07-30T04:48:16.165Z] docker-security-secretstore-setup-go-arm64 latest d515fbe0714a About a minute ago 32.6MB [2020-07-30T04:48:16.165Z] docker-sys-mgmt-agent-go-arm64 latest c299b71f4324 3 minutes ago 266MB [2020-07-30T04:48:16.165Z] docker-security-secrets-setup-go-arm64 latest 38e0af6f8889 4 minutes ago 24.2MB [2020-07-30T04:48:16.165Z] docker-core-metadata-go-arm64 latest e97339566f3f 4 minutes ago 13.8MB [2020-07-30T04:48:16.165Z] docker-support-scheduler-go-arm64 latest 192f35a009f4 4 minutes ago 12.6MB [2020-07-30T04:48:16.165Z] docker-security-proxy-setup-go-arm64 latest f40380a33489 4 minutes ago 15.8MB [2020-07-30T04:48:16.165Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [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) [Pipeline] unstash [Pipeline] wrap [2020-07-30T04:48:17.803Z] provisioning config files... [2020-07-30T04:48:17.820Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6908029201153397271tmp [Pipeline] { [Pipeline] sh [2020-07-30T04:48:18.172Z] + curl -s https://codecov.io/bash [2020-07-30T04:48:18.172Z] + bash -s - -t @/w/workspace/edgex-go/6@tmp/config6908029201153397271tmp [Pipeline] } [2020-07-30T04:48:18.753Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-30T04:48:20.126Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T04:48:21.001Z] ---> package-listing.sh [2020-07-30T04:48:21.001Z] ++ facter osfamily [2020-07-30T04:48:21.001Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-30T04:48:21.001Z] + OS_FAMILY=redhat [2020-07-30T04:48:21.001Z] + workspace=/w/workspace/edgex-go/6 [2020-07-30T04:48:21.001Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-30T04:48:21.001Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-30T04:48:21.001Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-30T04:48:21.001Z] + PACKAGES=/tmp/packages_start.txt [2020-07-30T04:48:21.001Z] + '[' /w/workspace/edgex-go/6 ']' [2020-07-30T04:48:21.001Z] + PACKAGES=/tmp/packages_end.txt [2020-07-30T04:48:21.001Z] + case "${OS_FAMILY}" in [2020-07-30T04:48:21.001Z] + rpm -qa [2020-07-30T04:48:21.001Z] + sort [2020-07-30T04:48:25.211Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-30T04:48:25.211Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-30T04:48:25.211Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-30T04:48:25.211Z] + '[' /w/workspace/edgex-go/6 ']' [2020-07-30T04:48:25.211Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-07-30T04:48:25.211Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:48:25.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T04:48:25.942Z] [2020-07-30T04:48:25.942Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:48:26.280Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T04:48:26.280Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-30T04:48:26.280Z] c9b1b535fdd9: Pulling fs layer [2020-07-30T04:48:26.280Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-30T04:48:26.280Z] 756a868c4378: Pulling fs layer [2020-07-30T04:48:26.280Z] 444b2fc9a129: Pulling fs layer [2020-07-30T04:48:26.280Z] ea15f1150254: Pulling fs layer [2020-07-30T04:48:26.280Z] 41b27a9f41bf: Pulling fs layer [2020-07-30T04:48:26.280Z] 28c525ee5125: Pulling fs layer [2020-07-30T04:48:26.280Z] 094b1ea09ed8: Pulling fs layer [2020-07-30T04:48:26.280Z] 138eaada9080: Pulling fs layer [2020-07-30T04:48:26.280Z] 0622d0fa9048: Pulling fs layer [2020-07-30T04:48:26.280Z] 444b2fc9a129: Waiting [2020-07-30T04:48:26.280Z] ea15f1150254: Waiting [2020-07-30T04:48:26.280Z] 41b27a9f41bf: Waiting [2020-07-30T04:48:26.280Z] 28c525ee5125: Waiting [2020-07-30T04:48:26.280Z] 094b1ea09ed8: Waiting [2020-07-30T04:48:26.280Z] 138eaada9080: Waiting [2020-07-30T04:48:26.280Z] 0622d0fa9048: Waiting [2020-07-30T04:48:26.280Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-30T04:48:26.280Z] 2cc5ad85d9ab: Download complete [2020-07-30T04:48:26.280Z] 444b2fc9a129: Verifying Checksum [2020-07-30T04:48:26.280Z] 444b2fc9a129: Download complete [2020-07-30T04:48:26.280Z] c9b1b535fdd9: Verifying Checksum [2020-07-30T04:48:26.280Z] c9b1b535fdd9: Download complete [2020-07-30T04:48:26.280Z] ea15f1150254: Verifying Checksum [2020-07-30T04:48:26.280Z] ea15f1150254: Download complete [2020-07-30T04:48:26.542Z] 28c525ee5125: Verifying Checksum [2020-07-30T04:48:26.542Z] 28c525ee5125: Download complete [2020-07-30T04:48:26.810Z] 756a868c4378: Verifying Checksum [2020-07-30T04:48:26.810Z] 756a868c4378: Download complete [2020-07-30T04:48:26.810Z] c9b1b535fdd9: Pull complete [2020-07-30T04:48:26.810Z] 138eaada9080: Verifying Checksum [2020-07-30T04:48:26.810Z] 138eaada9080: Download complete [2020-07-30T04:48:26.810Z] 0622d0fa9048: Verifying Checksum [2020-07-30T04:48:26.810Z] 0622d0fa9048: Download complete [2020-07-30T04:48:27.077Z] 2cc5ad85d9ab: Pull complete [2020-07-30T04:48:27.077Z] 094b1ea09ed8: Verifying Checksum [2020-07-30T04:48:27.077Z] 094b1ea09ed8: Download complete [2020-07-30T04:48:27.347Z] 41b27a9f41bf: Verifying Checksum [2020-07-30T04:48:27.347Z] 41b27a9f41bf: Download complete [2020-07-30T04:48:29.262Z] 756a868c4378: Pull complete [2020-07-30T04:48:29.262Z] 444b2fc9a129: Pull complete [2020-07-30T04:48:29.523Z] ea15f1150254: Pull complete [2020-07-30T04:48:34.820Z] 41b27a9f41bf: Pull complete [2020-07-30T04:48:34.820Z] 28c525ee5125: Pull complete [2020-07-30T04:48:37.388Z] 094b1ea09ed8: Pull complete [2020-07-30T04:48:37.652Z] 138eaada9080: Pull complete [2020-07-30T04:48:37.913Z] 0622d0fa9048: Pull complete [2020-07-30T04:48:37.913Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-30T04:48:37.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T04:48:37.913Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-30T04:48:38.078Z] prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container [2020-07-30T04:48:38.116Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-30T04:48:42.979Z] $ docker top 597f388ff9d7abe18cc59542cb403e41f307e5b6ce11b04501974a72219d0d23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-30T04:48:43.282Z] provisioning config files... [2020-07-30T04:48:43.301Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4681878191122031842tmp [Pipeline] { [Pipeline] echo [2020-07-30T04:48:43.368Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T04:48:43.660Z] ---> create-netrc.sh [Pipeline] echo [2020-07-30T04:48:43.670Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T04:48:43.965Z] ---> logs-deploy.sh [2020-07-30T04:48:43.965Z] + ARCHIVE_ARTIFACTS= [2020-07-30T04:48:43.965Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-30T04:48:43.965Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-30T04:48:43.965Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-30T04:48:43.965Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/6 [2020-07-30T04:48:43.965Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/6/ [2020-07-30T04:48:43.965Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/6 /w/workspace/edgex-go/6 [2020-07-30T04:48:44.908Z] Archives upload complete. [2020-07-30T04:48:45.169Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/6/