Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+6df8530f92e66c259c9e6c4b7995a1e49851403d (3f2e6618d794144f606bb0524e40d00eade5bb17) 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-545 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/34 [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/34 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing a3ba138a558047d4f6d88253193606d862867482 Checking out Revision a3ba138a558047d4f6d88253193606d862867482 (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a3ba138a558047d4f6d88253193606d862867482 # timeout=10 Commit message: "Merge commit '6df8530f92e66c259c9e6c4b7995a1e49851403d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-20T00:31:47.809Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-20T00:31:48.016Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-20T00:31:48.094Z] ========================================================= [2020-08-20T00:31:48.094Z] EdgeX Global Pipelines Version Info [2020-08-20T00:31:48.094Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk aff996dfa7b17a42d8ef1f996d7c88ec5e7c4e9d # timeout=10 [2020-08-20T00:31:49.964Z] ------------------- [2020-08-20T00:31:49.964Z] stable info: [2020-08-20T00:31:49.964Z] ------------------- [2020-08-20T00:31:49.964Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-20T00:31:49.964Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-20T00:31:49.964Z] Message: update stable to v1.0.106 [2020-08-20T00:31:50.538Z] ------------------- [2020-08-20T00:31:50.538Z] experimental info: [2020-08-20T00:31:50.538Z] ------------------- [2020-08-20T00:31:50.538Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-20T00:31:50.538Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-20T00:31:50.538Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-20T00:31:52.151Z] ++ 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-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/core-command/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/core-data/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-20T00:31:52.151Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:52.151Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-20T00:31:52.151Z] ++ cut -d/ -f2 [2020-08-20T00:31:52.151Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-20T00:31:52.212Z] 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-08-20T00:31:52.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-20T00:31:53.118Z] [2020-08-20T00:31:53.118Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:31:53.467Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-20T00:31:53.467Z] latest: Pulling from edgex-devops/git-semver [2020-08-20T00:31:53.467Z] 31603596830f: Pulling fs layer [2020-08-20T00:31:53.467Z] 2a8b12db71e7: Pulling fs layer [2020-08-20T00:31:53.467Z] 6ca5941a6612: Pulling fs layer [2020-08-20T00:31:53.467Z] ecc8261a40a4: Pulling fs layer [2020-08-20T00:31:53.467Z] ecc8261a40a4: Waiting [2020-08-20T00:31:53.467Z] 2a8b12db71e7: Verifying Checksum [2020-08-20T00:31:53.467Z] 2a8b12db71e7: Download complete [2020-08-20T00:31:53.467Z] 31603596830f: Verifying Checksum [2020-08-20T00:31:53.467Z] 31603596830f: Download complete [2020-08-20T00:31:53.739Z] ecc8261a40a4: Verifying Checksum [2020-08-20T00:31:53.739Z] ecc8261a40a4: Download complete [2020-08-20T00:31:53.739Z] 6ca5941a6612: Verifying Checksum [2020-08-20T00:31:53.739Z] 6ca5941a6612: Download complete [2020-08-20T00:31:54.001Z] 31603596830f: Pull complete [2020-08-20T00:31:54.001Z] 2a8b12db71e7: Pull complete [2020-08-20T00:31:54.949Z] 6ca5941a6612: Pull complete [2020-08-20T00:31:55.210Z] ecc8261a40a4: Pull complete [2020-08-20T00:31:55.210Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-20T00:31:55.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-20T00:31:55.210Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-20T00:31:55.328Z] prd-centos7-docker-4c-2g-545 does not seem to be running inside a container [2020-08-20T00:31:55.378Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:10004/edgex-devops/git-semver:latest cat [2020-08-20T00:31:57.888Z] $ docker top 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-20T00:31:58.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-20T00:31:58.223Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-20T00:31:58.467Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-20T00:31:58.471Z] $ docker exec 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 ssh-agent [2020-08-20T00:31:58.639Z] SSH_AUTH_SOCK=/tmp/ssh-mQE9KD196Du2/agent.11 [2020-08-20T00:31:58.639Z] SSH_AGENT_PID=16 [2020-08-20T00:31:58.654Z] Running ssh-add (command line suppressed) [2020-08-20T00:31:58.776Z] Identity added: /w/workspace/edgex-go/34@tmp/private_key_551460063061589456.key (/w/workspace/edgex-go/34@tmp/private_key_551460063061589456.key) [2020-08-20T00:31:58.826Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-20T00:31:59.157Z] + git describe --exact-match --tags HEAD [2020-08-20T00:31:59.157Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-20T00:31:59.181Z] $ docker exec --env ******** --env ******** 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 ssh-agent -k [2020-08-20T00:31:59.296Z] unset SSH_AUTH_SOCK; [2020-08-20T00:31:59.297Z] unset SSH_AGENT_PID; [2020-08-20T00:31:59.297Z] echo Agent pid 16 killed; [2020-08-20T00:31:59.341Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-20T00:31:59.418Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-20T00:31:59.419Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-20T00:31:59.508Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-20T00:31:59.508Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-20T00:31:59.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-20T00:31:59.685Z] $ docker exec 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 ssh-agent [2020-08-20T00:31:59.847Z] SSH_AUTH_SOCK=/tmp/ssh-VKRFDBYXAg68/agent.46 [2020-08-20T00:31:59.847Z] SSH_AGENT_PID=51 [2020-08-20T00:31:59.855Z] Running ssh-add (command line suppressed) [2020-08-20T00:31:59.974Z] Identity added: /w/workspace/edgex-go/34@tmp/private_key_7522671509744867607.key (/w/workspace/edgex-go/34@tmp/private_key_7522671509744867607.key) [2020-08-20T00:32:00.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-20T00:32:00.355Z] + git semver init [2020-08-20T00:32:00.355Z] # -> Open(): unable to determine branch for HEAD [2020-08-20T00:32:00.355Z] # $GIT_DIR = /w/workspace/edgex-go/34/.git [2020-08-20T00:32:00.355Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/34 [2020-08-20T00:32:00.355Z] # $SEMVER_REMOTE_NAME = origin [2020-08-20T00:32:00.355Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-20T00:32:00.355Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-20T00:32:00.355Z] # $SEMVER_BRANCH = PR-2574 [2020-08-20T00:32:00.355Z] # $SEMVER_TEMP = /tmp/semver-369510722 [2020-08-20T00:32:00.355Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-20T00:32:18.522Z] # '/tmp/semver-369510722' -> '/w/workspace/edgex-go/34/.semver' [2020-08-20T00:32:18.522Z] # -> Force: false [2020-08-20T00:32:18.522Z] # $SEMVER_DIR = /w/workspace/edgex-go/34/.semver [Pipeline] } [2020-08-20T00:32:18.535Z] $ docker exec --env ******** --env ******** 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 ssh-agent -k [2020-08-20T00:32:18.821Z] unset SSH_AUTH_SOCK; [2020-08-20T00:32:18.822Z] unset SSH_AGENT_PID; [2020-08-20T00:32:18.822Z] echo Agent pid 51 killed; [2020-08-20T00:32:18.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-20T00:32:19.389Z] + git semver [Pipeline] } [2020-08-20T00:32:19.406Z] $ docker stop --time=1 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 [2020-08-20T00:32:21.052Z] $ docker rm -f 86c00bdc1feb4ca2a8836dc42df1c3dd7e0ce56306f9c21cbb5afda89f622c50 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-20T00:32:36.046Z] Stashed 37 file(s) [Pipeline] echo [2020-08-20T00:32:36.049Z] [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-08-20T00:32:36.491Z] ========================================================= [2020-08-20T00:32:36.491Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-20T00:32:36.491Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:32:36.826Z] + 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-08-20T00:32:40.148Z] Sending build context to Docker daemon 323.2MB [2020-08-20T00:32:40.148Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-20T00:32:40.148Z] Step 2/7 : FROM ${BASE} [2020-08-20T00:32:40.148Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-20T00:32:40.148Z] df20fa9351a1: Pulling fs layer [2020-08-20T00:32:40.148Z] ed8968b2872e: Pulling fs layer [2020-08-20T00:32:40.148Z] a92cc7c5fd73: Pulling fs layer [2020-08-20T00:32:40.148Z] 2dd03ba5bac4: Pulling fs layer [2020-08-20T00:32:40.148Z] 1e091d79d1de: Pulling fs layer [2020-08-20T00:32:40.149Z] 481702a1767f: Pulling fs layer [2020-08-20T00:32:40.149Z] f64a6f60c768: Pulling fs layer [2020-08-20T00:32:40.149Z] e78d2573fc39: Pulling fs layer [2020-08-20T00:32:40.149Z] e876d2f968b6: Pulling fs layer [2020-08-20T00:32:40.149Z] ce8a83651883: Pulling fs layer [2020-08-20T00:32:40.149Z] 07967f4d0e4b: Pulling fs layer [2020-08-20T00:32:40.149Z] f64a6f60c768: Waiting [2020-08-20T00:32:40.149Z] e78d2573fc39: Waiting [2020-08-20T00:32:40.149Z] e876d2f968b6: Waiting [2020-08-20T00:32:40.149Z] ce8a83651883: Waiting [2020-08-20T00:32:40.149Z] 07967f4d0e4b: Waiting [2020-08-20T00:32:40.149Z] 1e091d79d1de: Waiting [2020-08-20T00:32:40.149Z] 481702a1767f: Waiting [2020-08-20T00:32:40.149Z] 2dd03ba5bac4: Waiting [2020-08-20T00:32:40.149Z] a92cc7c5fd73: Verifying Checksum [2020-08-20T00:32:40.149Z] a92cc7c5fd73: Download complete [2020-08-20T00:32:40.149Z] ed8968b2872e: Verifying Checksum [2020-08-20T00:32:40.149Z] ed8968b2872e: Download complete [2020-08-20T00:32:40.149Z] 1e091d79d1de: Verifying Checksum [2020-08-20T00:32:40.149Z] 1e091d79d1de: Download complete [2020-08-20T00:32:40.149Z] 481702a1767f: Verifying Checksum [2020-08-20T00:32:40.149Z] 481702a1767f: Download complete [2020-08-20T00:32:40.149Z] df20fa9351a1: Verifying Checksum [2020-08-20T00:32:40.149Z] df20fa9351a1: Download complete [2020-08-20T00:32:40.759Z] df20fa9351a1: Pull complete [2020-08-20T00:32:41.033Z] f64a6f60c768: Verifying Checksum [2020-08-20T00:32:41.033Z] f64a6f60c768: Download complete [2020-08-20T00:32:41.033Z] e876d2f968b6: Verifying Checksum [2020-08-20T00:32:41.033Z] e876d2f968b6: Download complete [2020-08-20T00:32:41.614Z] ce8a83651883: Verifying Checksum [2020-08-20T00:32:41.614Z] ce8a83651883: Download complete [2020-08-20T00:32:41.614Z] e78d2573fc39: Verifying Checksum [2020-08-20T00:32:41.614Z] e78d2573fc39: Download complete [2020-08-20T00:32:41.614Z] 2dd03ba5bac4: Verifying Checksum [2020-08-20T00:32:41.614Z] 2dd03ba5bac4: Download complete [2020-08-20T00:32:42.187Z] ed8968b2872e: Pull complete [2020-08-20T00:32:42.187Z] 07967f4d0e4b: Verifying Checksum [2020-08-20T00:32:42.187Z] 07967f4d0e4b: Download complete [2020-08-20T00:32:42.187Z] a92cc7c5fd73: Pull complete [2020-08-20T00:32:47.521Z] 2dd03ba5bac4: Pull complete [2020-08-20T00:32:47.784Z] 1e091d79d1de: Pull complete [2020-08-20T00:32:48.045Z] 481702a1767f: Pull complete [2020-08-20T00:32:51.309Z] Still waiting to schedule task [2020-08-20T00:32:51.309Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-20T00:32:54.665Z] f64a6f60c768: Pull complete [2020-08-20T00:32:57.235Z] e78d2573fc39: Pull complete [2020-08-20T00:32:57.235Z] e876d2f968b6: Pull complete [2020-08-20T00:32:58.184Z] ce8a83651883: Pull complete [2020-08-20T00:32:58.445Z] 07967f4d0e4b: Pull complete [2020-08-20T00:32:58.445Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-20T00:32:58.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-20T00:32:58.445Z] ---> 5d7c900382c6 [2020-08-20T00:32:58.445Z] 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-08-20T00:33:00.374Z] ---> Running in 11f26849d113 [2020-08-20T00:33:01.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:33:01.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:33:01.852Z] (1/12) Installing libmagic (5.38-r0) [2020-08-20T00:33:02.114Z] (2/12) Installing file (5.38-r0) [2020-08-20T00:33:02.114Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-20T00:33:02.114Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-20T00:33:05.422Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-20T00:33:05.685Z] (6/12) Installing patch (2.7.6-r6) [2020-08-20T00:33:05.685Z] (7/12) Installing build-base (0.5-r2) [2020-08-20T00:33:05.685Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-20T00:33:05.948Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-20T00:33:05.948Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-20T00:33:06.210Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-20T00:33:06.210Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-20T00:33:06.210Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:33:06.210Z] OK: 233 MiB in 51 packages [2020-08-20T00:33:10.423Z] Removing intermediate container 11f26849d113 [2020-08-20T00:33:10.423Z] ---> 85975a01f2e6 [2020-08-20T00:33:10.423Z] Step 4/7 : WORKDIR /edgex-go [2020-08-20T00:33:10.423Z] ---> Running in 8226d9bbaaf8 [2020-08-20T00:33:10.423Z] Removing intermediate container 8226d9bbaaf8 [2020-08-20T00:33:10.423Z] ---> 3418014b271c [2020-08-20T00:33:10.423Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-20T00:33:10.690Z] latest: Pulling from library/docker [2020-08-20T00:33:10.690Z] df20fa9351a1: Already exists [2020-08-20T00:33:10.690Z] 25ad7478873d: Pulling fs layer [2020-08-20T00:33:10.690Z] 4684f6177b5d: Pulling fs layer [2020-08-20T00:33:10.690Z] 46e300cec669: Pulling fs layer [2020-08-20T00:33:10.690Z] 63038576ad94: Pulling fs layer [2020-08-20T00:33:10.690Z] 0fdb76c4706c: Pulling fs layer [2020-08-20T00:33:10.690Z] cb7edeffdfd5: Pulling fs layer [2020-08-20T00:33:10.690Z] 63038576ad94: Waiting [2020-08-20T00:33:10.690Z] 0fdb76c4706c: Waiting [2020-08-20T00:33:10.690Z] cb7edeffdfd5: Waiting [2020-08-20T00:33:10.959Z] 25ad7478873d: Download complete [2020-08-20T00:33:10.959Z] 4684f6177b5d: Verifying Checksum [2020-08-20T00:33:10.959Z] 4684f6177b5d: Download complete [2020-08-20T00:33:10.959Z] 63038576ad94: Verifying Checksum [2020-08-20T00:33:10.959Z] 63038576ad94: Download complete [2020-08-20T00:33:11.222Z] 0fdb76c4706c: Verifying Checksum [2020-08-20T00:33:11.222Z] 0fdb76c4706c: Download complete [2020-08-20T00:33:11.222Z] cb7edeffdfd5: Verifying Checksum [2020-08-20T00:33:11.222Z] cb7edeffdfd5: Download complete [2020-08-20T00:33:11.222Z] 25ad7478873d: Pull complete [2020-08-20T00:33:11.485Z] 4684f6177b5d: Pull complete [2020-08-20T00:33:12.075Z] 46e300cec669: Verifying Checksum [2020-08-20T00:33:12.075Z] 46e300cec669: Download complete [2020-08-20T00:33:14.632Z] 46e300cec669: Pull complete [2020-08-20T00:33:14.632Z] 63038576ad94: Pull complete [2020-08-20T00:33:14.632Z] 0fdb76c4706c: Pull complete [2020-08-20T00:33:14.893Z] cb7edeffdfd5: Pull complete [2020-08-20T00:33:14.893Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-20T00:33:14.893Z] Status: Downloaded newer image for docker:latest [2020-08-20T00:33:16.815Z] ---> f309a5b02888 [2020-08-20T00:33:16.815Z] Step 6/7 : COPY go.mod . [2020-08-20T00:33:16.815Z] ---> d385b078f879 [2020-08-20T00:33:16.815Z] Step 7/7 : RUN go mod download [2020-08-20T00:33:16.815Z] ---> Running in f459bcb63dbe [2020-08-20T00:33:19.393Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-20T00:33:19.393Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-20T00:33:19.393Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-20T00:33:19.393Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-20T00:33:19.393Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-20T00:33:19.393Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-20T00:33:19.653Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-20T00:33:19.653Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-20T00:33:19.653Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-20T00:33:19.653Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-20T00:33:19.653Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-20T00:33:19.653Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-20T00:33:19.653Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-20T00:33:19.917Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-20T00:33:19.917Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-20T00:33:19.917Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-20T00:33:19.917Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-20T00:33:19.917Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-20T00:33:19.917Z] go: finding github.com/fatih/color v1.7.0 [2020-08-20T00:33:20.177Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-20T00:33:20.177Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-20T00:33:20.177Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-20T00:33:20.177Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-20T00:33:20.177Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-20T00:33:20.177Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-20T00:33:20.177Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-20T00:33:20.438Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-20T00:33:20.438Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-20T00:33:20.438Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-20T00:33:20.439Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-20T00:33:20.439Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-20T00:33:20.439Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-20T00:33:20.439Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-20T00:33:20.699Z] go: finding github.com/google/uuid v1.1.0 [2020-08-20T00:33:20.699Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-20T00:33:20.699Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-20T00:33:20.699Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-20T00:33:20.699Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-20T00:33:20.699Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-20T00:33:20.699Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-20T00:33:20.961Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-20T00:33:20.961Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-20T00:33:20.961Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-20T00:33:20.961Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-20T00:33:20.961Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-20T00:33:20.961Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-20T00:33:20.961Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-20T00:33:21.222Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-20T00:33:21.222Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-20T00:33:21.222Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-20T00:33:21.222Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-20T00:33:21.222Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-20T00:33:21.222Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-20T00:33:21.222Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-20T00:33:21.485Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-20T00:33:21.485Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-20T00:33:21.485Z] go: finding github.com/kr/pty v1.1.1 [2020-08-20T00:33:21.485Z] go: finding github.com/kr/text v0.1.0 [2020-08-20T00:33:21.485Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-20T00:33:21.485Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-20T00:33:21.485Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-20T00:33:21.751Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-20T00:33:21.751Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-20T00:33:21.751Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-20T00:33:21.751Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-20T00:33:21.751Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-20T00:33:21.751Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-20T00:33:21.751Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-20T00:33:22.015Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-20T00:33:22.015Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-20T00:33:22.015Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-20T00:33:22.015Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-20T00:33:22.015Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-20T00:33:22.015Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-20T00:33:22.015Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-20T00:33:22.280Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-20T00:33:22.280Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-20T00:33:22.280Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-20T00:33:22.280Z] go: finding github.com/posener/complete v1.1.1 [2020-08-20T00:33:22.280Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-20T00:33:22.280Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-20T00:33:22.280Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-20T00:33:22.542Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-20T00:33:22.542Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-20T00:33:22.542Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-20T00:33:22.542Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-20T00:33:22.542Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-20T00:33:22.542Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-20T00:33:22.803Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-20T00:33:22.803Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-20T00:33:22.803Z] go: finding golang.org/x/text v0.3.2 [2020-08-20T00:33:22.803Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-20T00:33:22.803Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-20T00:33:22.803Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-20T00:33:22.803Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-20T00:33:23.064Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-20T00:33:23.064Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-20T00:33:41.227Z] Removing intermediate container f459bcb63dbe [2020-08-20T00:33:41.227Z] ---> 053be7722fc8 [2020-08-20T00:33:41.227Z] Successfully built 053be7722fc8 [2020-08-20T00:33:41.227Z] 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-08-20T00:33:41.842Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-20T00:33:41.843Z] . [Pipeline] withDockerContainer [2020-08-20T00:33:41.954Z] prd-centos7-docker-4c-2g-545 does not seem to be running inside a container [2020-08-20T00:33:42.031Z] $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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 ******** ci-base-image-x86_64 cat [2020-08-20T00:33:42.799Z] $ docker top 98752f3e865ec34212fdadaa81db18c6e69ba41275581b748f0e93ad9a675fab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:33:43.335Z] + go version [2020-08-20T00:33:43.335Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-20T00:33:43.346Z] ========================================================= [2020-08-20T00:33:43.346Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-20T00:33:43.346Z] ========================================================= [Pipeline] sh [2020-08-20T00:33:43.636Z] + make test [2020-08-20T00:33:43.636Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-20T00:33:46.198Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-20T00:33:56.362Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-20T00:34:03.035Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-20T00:34:03.035Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-20T00:34:03.035Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-20T00:34:03.035Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-20T00:34:05.621Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s [2020-08-20T00:34:05.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-20T00:34:05.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-20T00:34:05.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-20T00:34:05.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-20T00:34:05.890Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-20T00:34:05.890Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-20T00:34:05.890Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-20T00:34:05.890Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-20T00:34:12.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.042s coverage: 46.6% of statements [2020-08-20T00:34:12.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-20T00:34:12.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-20T00:34:12.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-20T00:34:12.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-20T00:34:12.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-20T00:34:13.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.078s coverage: 27.2% of statements [2020-08-20T00:34:13.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-20T00:34:13.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-20T00:34:13.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-20T00:34:13.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-20T00:34:13.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-20T00:34:13.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-20T00:34:13.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements [2020-08-20T00:34:13.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-20T00:34:13.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements [2020-08-20T00:34:13.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-20T00:34:13.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-20T00:34:14.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.352s coverage: 82.5% of statements [2020-08-20T00:34:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-20T00:34:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-20T00:34:14.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.032s coverage: 92.9% of statements [2020-08-20T00:34:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-20T00:34:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-20T00:34:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-20T00:34:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-20T00:34:16.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.070s coverage: 28.6% of statements [2020-08-20T00:34:16.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-20T00:34:16.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-20T00:34:16.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-20T00:34:16.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-20T00:34:16.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-20T00:34:16.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.040s coverage: 100.0% of statements [2020-08-20T00:34:16.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-20T00:34:16.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.019s coverage: 100.0% of statements [2020-08-20T00:34:16.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-20T00:34:17.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 89.8% of statements [2020-08-20T00:34:17.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-20T00:34:18.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.024s coverage: 97.5% of statements [2020-08-20T00:34:18.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-20T00:34:18.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.029s coverage: 100.0% of statements [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-20T00:34:18.791Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-20T00:34:18.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-20T00:34:19.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.096s coverage: 63.5% of statements [2020-08-20T00:34:19.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-20T00:34:19.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-20T00:34:19.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2020-08-20T00:34:20.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.024s coverage: 92.3% of statements [2020-08-20T00:34:20.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2020-08-20T00:34:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements [2020-08-20T00:34:21.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.004s coverage: 100.0% of statements [2020-08-20T00:34:22.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements [2020-08-20T00:34:22.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-20T00:34:22.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-20T00:34:22.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-20T00:34:22.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-20T00:34:32.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.427s coverage: 86.3% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.301s coverage: 72.2% of statements [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.136s coverage: 72.1% of statements [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.015s coverage: 82.4% of statements [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.014s coverage: 48.4% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.026s coverage: 28.8% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.036s coverage: 33.7% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.133s coverage: 84.1% of statements [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 42.9% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.023s coverage: 100.0% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.022s coverage: 83.8% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.029s coverage: 46.1% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.073s coverage: 100.0% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-20T00:34:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2020-08-20T00:34:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-20T00:34:33.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.060s coverage: 29.1% of statements [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-20T00:34:33.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.033s coverage: 99.0% of statements [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-20T00:34:33.315Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-20T00:34:33.315Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-20T00:34:33.315Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-20T00:34:33.315Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-20T00:34:33.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-08-20T00:34:33.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-20T00:34:33.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-20T00:34:33.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-08-20T00:34:34.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-20T00:34:34.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-20T00:34:34.740Z] GO111MODULE=on go vet ./... [2020-08-20T00:34:41.627Z] gofmt -l . [2020-08-20T00:34:42.199Z] [ "`gofmt -l .`" = "" ] [2020-08-20T00:34:42.774Z] ./bin/test-go-mod-tidy.sh [2020-08-20T00:34:43.720Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-20T00:34:45.736Z] + ls -al . [2020-08-20T00:34:45.736Z] total 564 [2020-08-20T00:34:45.736Z] drwxrwxr-x 10 1001 1001 4096 Aug 20 00:34 . [2020-08-20T00:34:45.736Z] drwxr-xr-x 4 root root 30 Aug 20 00:33 .. [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 11 Aug 20 00:31 .dockerignore [2020-08-20T00:34:45.736Z] drwxrwxr-x 8 1001 1001 179 Aug 20 00:31 .git [2020-08-20T00:34:45.736Z] drwxrwxr-x 3 1001 1001 60 Aug 20 00:31 .github [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 932 Aug 20 00:31 .gitignore [2020-08-20T00:34:45.736Z] drwx------ 3 1001 1001 47 Aug 20 00:32 .semver [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 166 Aug 20 00:31 .sonarcloud.properties [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 3804 Aug 20 00:31 CONTRIBUTING.md [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 1035 Aug 20 00:31 Dockerfile.build [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 865 Aug 20 00:31 Jenkinsfile [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 10775 Aug 20 00:31 LICENSE [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 6237 Aug 20 00:31 Makefile [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 5652 Aug 20 00:31 README.md [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 259 Aug 20 00:31 SECURITY.md [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 5 Aug 20 00:32 VERSION [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 4131 Aug 20 00:31 ZMQWindows.md [2020-08-20T00:34:45.736Z] drwxrwxr-x 2 1001 1001 117 Aug 20 00:31 bin [2020-08-20T00:34:45.736Z] drwxrwxr-x 15 1001 1001 4096 Aug 20 00:31 cmd [2020-08-20T00:34:45.736Z] -rw-r--r-- 1 root root 467869 Aug 20 00:34 coverage.out [2020-08-20T00:34:45.736Z] -rw-r--r-- 1 root root 1075 Aug 20 00:34 go.mod [2020-08-20T00:34:45.736Z] -rw-r--r-- 1 root root 19185 Aug 20 00:34 go.sum [2020-08-20T00:34:45.736Z] drwxrwxr-x 8 1001 1001 127 Aug 20 00:31 internal [2020-08-20T00:34:45.736Z] drwxrwxr-x 4 1001 1001 26 Aug 20 00:31 openapi [2020-08-20T00:34:45.736Z] drwxrwxr-x 4 1001 1001 71 Aug 20 00:31 snap [2020-08-20T00:34:45.736Z] -rw-rw-r-- 1 1001 1001 168 Aug 20 00:31 version.go [Pipeline] sh [2020-08-20T00:34:46.034Z] + '[' -e coverage.out ] [2020-08-20T00:34:46.034Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-20T00:34:46.148Z] Stashed 1 file(s) [Pipeline] sh [2020-08-20T00:34:46.448Z] + make build [2020-08-20T00:34:46.449Z] 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-08-20T00:34:54.638Z] 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-08-20T00:34:57.195Z] 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-08-20T00:34:59.127Z] 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-08-20T00:35:00.519Z] 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-08-20T00:35:03.077Z] 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-08-20T00:35:03.342Z] 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-08-20T00:35:05.916Z] 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-08-20T00:35:07.309Z] 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-08-20T00:35:08.697Z] 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-08-20T00:35:10.618Z] 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-08-20T00:35:12.025Z] 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-08-20T00:35:13.423Z] 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-08-20T00:35:14.379Z] $ docker stop --time=1 98752f3e865ec34212fdadaa81db18c6e69ba41275581b748f0e93ad9a675fab [2020-08-20T00:35:16.073Z] $ docker rm -f 98752f3e865ec34212fdadaa81db18c6e69ba41275581b748f0e93ad9a675fab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:35:17.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T00:35:17.508Z] [2020-08-20T00:35:17.508Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:35:17.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T00:35:17.849Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-20T00:35:17.849Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-20T00:35:17.849Z] ca9280d653b3: Pulling fs layer [2020-08-20T00:35:17.849Z] 7e9c9ca2126c: Pulling fs layer [2020-08-20T00:35:17.849Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-20T00:35:17.849Z] cbdbe7a5bc2a: Download complete [2020-08-20T00:35:18.114Z] ca9280d653b3: Verifying Checksum [2020-08-20T00:35:18.114Z] ca9280d653b3: Download complete [2020-08-20T00:35:18.382Z] cbdbe7a5bc2a: Pull complete [2020-08-20T00:35:18.956Z] 7e9c9ca2126c: Verifying Checksum [2020-08-20T00:35:18.956Z] 7e9c9ca2126c: Download complete [2020-08-20T00:35:19.221Z] ca9280d653b3: Pull complete [2020-08-20T00:35:27.469Z] 7e9c9ca2126c: Pull complete [2020-08-20T00:35:27.469Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-20T00:35:27.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T00:35:27.469Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-20T00:35:27.655Z] prd-centos7-docker-4c-2g-545 does not seem to be running inside a container [2020-08-20T00:35:27.723Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-08-20T00:35:30.288Z] $ docker top 27b87026603a7bccfbb7adf4d2af73fe67a9cd61e612cfa32110668cd6118c05 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:35:30.778Z] + docker-compose build --help [2020-08-20T00:35:30.778Z] + grep parallel [2020-08-20T00:35:31.723Z] --parallel Build images in parallel. [Pipeline] } [2020-08-20T00:35:31.736Z] $ docker stop --time=1 27b87026603a7bccfbb7adf4d2af73fe67a9cd61e612cfa32110668cd6118c05 [2020-08-20T00:35:33.134Z] $ docker rm -f 27b87026603a7bccfbb7adf4d2af73fe67a9cd61e612cfa32110668cd6118c05 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:35:33.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T00:35:33.749Z] . [Pipeline] withDockerContainer [2020-08-20T00:35:33.894Z] prd-centos7-docker-4c-2g-545 does not seem to be running inside a container [2020-08-20T00:35:33.952Z] $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-20T00:35:34.676Z] $ docker top 5cc123ee94929e3a09391ff1456c8c06c732ff380ae000ada9665d72bf68b99b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:35:35.213Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-20T00:35:36.609Z] Building docker-core-command-go ... [2020-08-20T00:35:36.609Z] Building docker-core-data-go ... [2020-08-20T00:35:36.609Z] Building docker-core-metadata-go ... [2020-08-20T00:35:36.609Z] Building docker-security-proxy-setup-go ... [2020-08-20T00:35:36.609Z] Building docker-security-secrets-setup-go ... [2020-08-20T00:35:36.609Z] Building docker-security-secretstore-setup-go ... [2020-08-20T00:35:36.609Z] Building docker-support-logging-go ... [2020-08-20T00:35:36.609Z] Building docker-support-notifications-go ... [2020-08-20T00:35:36.609Z] Building docker-support-scheduler-go ... [2020-08-20T00:35:36.609Z] Building docker-sys-mgmt-agent-go ... [2020-08-20T00:35:36.609Z] Building docker-support-logging-go [2020-08-20T00:35:36.609Z] Building docker-sys-mgmt-agent-go [2020-08-20T00:35:36.609Z] Building docker-security-proxy-setup-go [2020-08-20T00:35:36.609Z] Building docker-core-metadata-go [2020-08-20T00:35:36.609Z] Building docker-core-command-go [2020-08-20T00:36:08.893Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:08.893Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:08.893Z] ---> 053be7722fc8 [2020-08-20T00:36:08.893Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:36:08.893Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:08.893Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:08.893Z] ---> 053be7722fc8 [2020-08-20T00:36:08.893Z] Step 3/20 : WORKDIR /edgex-go [2020-08-20T00:36:08.893Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:08.893Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:08.893Z] ---> 053be7722fc8 [2020-08-20T00:36:08.893Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T00:36:08.893Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:08.893Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:08.893Z] ---> 053be7722fc8 [2020-08-20T00:36:08.893Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:36:08.893Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:08.893Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:08.893Z] ---> 053be7722fc8 [2020-08-20T00:36:08.893Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:36:08.893Z] ---> Running in ece4eea0f485 [2020-08-20T00:36:08.893Z] ---> Running in 16dc0b96af02 [2020-08-20T00:36:08.893Z] ---> Running in b78440152d12 [2020-08-20T00:36:08.893Z] ---> Running in 2af0b3740bda [2020-08-20T00:36:08.893Z] ---> Running in c2e3682f97ee [2020-08-20T00:36:09.167Z] Removing intermediate container 2af0b3740bda [2020-08-20T00:36:09.167Z] ---> 2d2523d3f91f [2020-08-20T00:36:09.167Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:09.167Z] Removing intermediate container b78440152d12 [2020-08-20T00:36:09.167Z] ---> fafb616543c9 [2020-08-20T00:36:09.167Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:09.167Z] Removing intermediate container 16dc0b96af02 [2020-08-20T00:36:09.167Z] ---> d3510ef7e373 [2020-08-20T00:36:09.167Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:09.167Z] Removing intermediate container ece4eea0f485 [2020-08-20T00:36:09.167Z] ---> 85c951af38d7 [2020-08-20T00:36:09.167Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:09.167Z] ---> Running in 45be50e2f583 [2020-08-20T00:36:09.167Z] ---> Running in f582eeceebf3 [2020-08-20T00:36:09.167Z] Removing intermediate container c2e3682f97ee [2020-08-20T00:36:09.167Z] ---> aa3584e086a0 [2020-08-20T00:36:09.167Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:09.437Z] ---> Running in 605424a9ff8d [2020-08-20T00:36:09.437Z] ---> Running in bd71364c68cf [2020-08-20T00:36:09.437Z] ---> Running in 1f60a502a048 [2020-08-20T00:36:11.378Z] Removing intermediate container 605424a9ff8d [2020-08-20T00:36:11.378Z] ---> e17a7122d957 [2020-08-20T00:36:11.378Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-20T00:36:11.641Z] ---> Running in bd8638410b22 [2020-08-20T00:36:11.904Z] Removing intermediate container 45be50e2f583 [2020-08-20T00:36:11.904Z] ---> 630d4a3f2782 [2020-08-20T00:36:11.904Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T00:36:11.904Z] Removing intermediate container f582eeceebf3 [2020-08-20T00:36:11.904Z] ---> 7d54f8553606 [2020-08-20T00:36:11.904Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T00:36:11.904Z] Removing intermediate container bd71364c68cf [2020-08-20T00:36:11.904Z] ---> 1db783ed5c8a [2020-08-20T00:36:11.904Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-20T00:36:11.904Z] Removing intermediate container 1f60a502a048 [2020-08-20T00:36:11.904Z] ---> 7eb21027d19a [2020-08-20T00:36:11.904Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T00:36:12.166Z] ---> Running in cab0cc6d0516 [2020-08-20T00:36:12.166Z] ---> Running in 4377d96a7b31 [2020-08-20T00:36:12.166Z] ---> Running in b905f94d6b6d [2020-08-20T00:36:12.166Z] ---> Running in d456f92a0b7d [2020-08-20T00:36:12.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.859Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:13.859Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:13.859Z] OK: 12746 distinct packages available [2020-08-20T00:36:13.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:13.859Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:14.135Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:14.135Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:14.135Z] OK: 12746 distinct packages available [2020-08-20T00:36:14.423Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:14.423Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:14.423Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:14.423Z] OK: 12746 distinct packages available [2020-08-20T00:36:14.423Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:14.423Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:14.423Z] OK: 12746 distinct packages available [2020-08-20T00:36:14.423Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:14.423Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:14.423Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:14.423Z] OK: 12746 distinct packages available [2020-08-20T00:36:14.695Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:14.695Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:14.964Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:15.228Z] Removing intermediate container bd8638410b22 [2020-08-20T00:36:15.228Z] ---> 101154a2830a [2020-08-20T00:36:15.228Z] Step 6/21 : COPY go.mod . [2020-08-20T00:36:15.495Z] Removing intermediate container 4377d96a7b31 [2020-08-20T00:36:15.495Z] ---> 9efce8b34d1b [2020-08-20T00:36:15.495Z] Step 6/21 : COPY go.mod . [2020-08-20T00:36:15.759Z] Removing intermediate container b905f94d6b6d [2020-08-20T00:36:15.759Z] ---> 21380094158a [2020-08-20T00:36:15.759Z] Step 6/26 : COPY go.mod . [2020-08-20T00:36:15.759Z] ---> 6c81d6d01a12 [2020-08-20T00:36:15.759Z] Step 7/21 : RUN go mod download [2020-08-20T00:36:16.023Z] Removing intermediate container cab0cc6d0516 [2020-08-20T00:36:16.023Z] ---> ea6bf406e310 [2020-08-20T00:36:16.023Z] Step 6/21 : COPY go.mod . [2020-08-20T00:36:16.023Z] ---> Running in 3513b613394b [2020-08-20T00:36:16.023Z] ---> b39aef59df06 [2020-08-20T00:36:16.023Z] Step 7/21 : RUN go mod download [2020-08-20T00:36:16.286Z] Removing intermediate container d456f92a0b7d [2020-08-20T00:36:16.286Z] ---> 062cfd5ee6c9 [2020-08-20T00:36:16.286Z] Step 6/20 : COPY go.mod . [2020-08-20T00:36:16.286Z] ---> 2a045be1f808 [2020-08-20T00:36:16.286Z] Step 7/26 : RUN go mod download [2020-08-20T00:36:16.286Z] ---> Running in 3217b6fc8091 [2020-08-20T00:36:16.286Z] ---> Running in 0603e6d16771 [2020-08-20T00:36:16.547Z] ---> 69fc80d41b6b [2020-08-20T00:36:16.547Z] Step 7/21 : RUN go mod download [2020-08-20T00:36:16.547Z] ---> de54507653db [2020-08-20T00:36:16.547Z] Step 7/20 : RUN go mod download [2020-08-20T00:36:16.810Z] ---> Running in f7a27e170422 [2020-08-20T00:36:17.384Z] ---> Running in 4b818cd53787 [2020-08-20T00:36:18.805Z] Removing intermediate container 3513b613394b [2020-08-20T00:36:18.805Z] ---> c26b26228c9e [2020-08-20T00:36:18.805Z] Step 8/21 : COPY . . [2020-08-20T00:36:18.805Z] Removing intermediate container 3217b6fc8091 [2020-08-20T00:36:18.805Z] ---> 1c641feea71b [2020-08-20T00:36:18.805Z] Step 8/21 : COPY . . [2020-08-20T00:36:23.098Z] Removing intermediate container 0603e6d16771 [2020-08-20T00:36:23.098Z] ---> 2270dc98c9e0 [2020-08-20T00:36:23.098Z] Step 8/26 : COPY . . [2020-08-20T00:36:24.528Z] Removing intermediate container f7a27e170422 [2020-08-20T00:36:24.528Z] ---> 194f782ca335 [2020-08-20T00:36:24.528Z] Step 8/21 : COPY . . [2020-08-20T00:36:27.112Z] Removing intermediate container 4b818cd53787 [2020-08-20T00:36:27.112Z] ---> 4f522a3dce68 [2020-08-20T00:36:27.112Z] Step 8/20 : COPY . . [2020-08-20T00:36:59.764Z] ---> 514e60617628 [2020-08-20T00:36:59.764Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-20T00:36:59.764Z] ---> 1809b0714d59 [2020-08-20T00:36:59.764Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-20T00:36:59.764Z] ---> b582f59092bd [2020-08-20T00:36:59.764Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-20T00:36:59.764Z] ---> Running in e0edeb7ca7d8 [2020-08-20T00:36:59.764Z] ---> 4220f35902c3 [2020-08-20T00:36:59.764Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-20T00:36:59.764Z] ---> Running in f2d366aa0212 [2020-08-20T00:36:59.764Z] ---> Running in 2f9ef504ca3c [2020-08-20T00:36:59.764Z] ---> Running in e9bf99bb4ea2 [2020-08-20T00:36:59.764Z] ---> 699787e36c80 [2020-08-20T00:36:59.764Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-20T00:36:59.764Z] ---> Running in 96d9afe8aa3b [2020-08-20T00:36:59.764Z] 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-08-20T00:36:59.764Z] 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-08-20T00:36:59.764Z] 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-08-20T00:36:59.764Z] 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-08-20T00:36:59.764Z] 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-08-20T00:37:29.561Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-547 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws [2020-08-20T00:37:29.645Z] Running in /w/workspace/edgex-go/34 [Pipeline] { [Pipeline] checkout [2020-08-20T00:37:34.886Z] using credential edgex-jenkins-ssh [2020-08-20T00:37:34.940Z] Cloning the remote Git repository [2020-08-20T00:37:34.940Z] Cloning with configured refspecs honoured and without tags [2020-08-20T00:37:34.994Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-20T00:37:35.097Z] > git init /w/workspace/edgex-go/34 # timeout=10 [2020-08-20T00:37:35.163Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-20T00:37:35.163Z] > git --version # timeout=10 [2020-08-20T00:37:35.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-20T00:37:35.260Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-20T00:37:39.733Z] Removing intermediate container 96d9afe8aa3b [2020-08-20T00:37:39.733Z] ---> fe692299d50a [2020-08-20T00:37:39.733Z] [2020-08-20T00:37:39.733Z] Step 10/20 : FROM alpine [2020-08-20T00:37:39.733Z] latest: Pulling from library/alpine [2020-08-20T00:37:39.733Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-20T00:37:39.733Z] Status: Downloaded newer image for alpine:latest [2020-08-20T00:37:39.733Z] ---> a24bb4013296 [2020-08-20T00:37:39.733Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-20T00:37:39.733Z] ---> Running in 4527b4a15f4a [2020-08-20T00:37:39.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:37:39.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:37:39.996Z] Removing intermediate container e9bf99bb4ea2 [2020-08-20T00:37:39.996Z] ---> f3a34ce51e26 [2020-08-20T00:37:39.996Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-20T00:37:40.259Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:37:40.259Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:37:40.259Z] OK: 12746 distinct packages available [2020-08-20T00:37:40.259Z] ---> Running in 2df604e49803 [2020-08-20T00:37:40.620Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-20T00:37:40.620Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T00:37:40.620Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-20T00:37:40.620Z] (4/4) Installing curl (7.69.1-r0) [2020-08-20T00:37:40.620Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:37:40.882Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T00:37:40.882Z] OK: 7 MiB in 18 packages [2020-08-20T00:37:41.472Z] Removing intermediate container e0edeb7ca7d8 [2020-08-20T00:37:41.472Z] ---> 877d440704d1 [2020-08-20T00:37:41.472Z] [2020-08-20T00:37:41.472Z] Step 10/21 : FROM scratch [2020-08-20T00:37:41.472Z] ---> [2020-08-20T00:37:41.472Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T00:37:42.430Z] ---> Running in 888997fcafcd [2020-08-20T00:37:42.430Z] 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-08-20T00:37:43.020Z] Removing intermediate container 888997fcafcd [2020-08-20T00:37:43.020Z] ---> dfe52d0015f4 [2020-08-20T00:37:43.020Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-20T00:37:43.020Z] ---> Running in 28c80c235d93 [2020-08-20T00:37:43.020Z] Removing intermediate container 4527b4a15f4a [2020-08-20T00:37:43.020Z] ---> d358957d9084 [2020-08-20T00:37:43.020Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T00:37:43.281Z] ---> Running in fda0cd8112ee [2020-08-20T00:37:44.686Z] Removing intermediate container 28c80c235d93 [2020-08-20T00:37:44.686Z] ---> 5004346c083d [2020-08-20T00:37:44.686Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:37:48.898Z] ---> Running in c6415bf24ecb [2020-08-20T00:37:49.160Z] Removing intermediate container fda0cd8112ee [2020-08-20T00:37:49.160Z] ---> dbe1c967ea8d [2020-08-20T00:37:49.160Z] Step 13/20 : WORKDIR /edgex [2020-08-20T00:37:49.160Z] Removing intermediate container f2d366aa0212 [2020-08-20T00:37:49.160Z] ---> 63a30bf4ed9f [2020-08-20T00:37:49.160Z] [2020-08-20T00:37:49.160Z] Step 10/21 : FROM scratch [2020-08-20T00:37:49.160Z] ---> [2020-08-20T00:37:49.160Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:37:49.160Z] ---> Running in 27114df1c5cd [2020-08-20T00:37:49.160Z] Removing intermediate container 2f9ef504ca3c [2020-08-20T00:37:49.160Z] ---> 05366b874bab [2020-08-20T00:37:49.160Z] [2020-08-20T00:37:49.160Z] Step 10/21 : FROM scratch [2020-08-20T00:37:49.160Z] ---> [2020-08-20T00:37:49.160Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:37:49.187Z] Fetching without tags [2020-08-20T00:37:49.427Z] ---> Running in b593bd10d570 [2020-08-20T00:37:49.427Z] Removing intermediate container c6415bf24ecb [2020-08-20T00:37:49.427Z] ---> 3e862d8c95a0 [2020-08-20T00:37:49.427Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-20T00:37:49.427Z] ---> Running in e13a458f1980 [2020-08-20T00:37:49.689Z] Removing intermediate container 27114df1c5cd [2020-08-20T00:37:49.689Z] ---> 580eac6c11fb [2020-08-20T00:37:49.689Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-20T00:37:49.689Z] Removing intermediate container 2df604e49803 [2020-08-20T00:37:49.689Z] ---> e9ae51a62631 [2020-08-20T00:37:49.689Z] [2020-08-20T00:37:49.689Z] Step 11/26 : FROM docker:latest [2020-08-20T00:37:49.689Z] ---> 81f5749c9058 [2020-08-20T00:37:49.689Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-20T00:37:49.689Z] Removing intermediate container b593bd10d570 [2020-08-20T00:37:49.689Z] ---> 0637ebe15c16 [2020-08-20T00:37:49.689Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-20T00:37:49.751Z] Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 [2020-08-20T00:37:49.955Z] Removing intermediate container e13a458f1980 [2020-08-20T00:37:49.955Z] ---> 1c346d0aa82a [2020-08-20T00:37:49.955Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-20T00:37:49.955Z] ---> Running in 2d7d890b3d32 [2020-08-20T00:37:49.955Z] ---> 2c4d189ef73f [2020-08-20T00:37:49.955Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-20T00:37:49.955Z] ---> Running in d045d8cb2cd4 [2020-08-20T00:37:49.955Z] ---> Running in 2dc252fa5c69 [2020-08-20T00:37:49.097Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-20T00:37:49.116Z] > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 [2020-08-20T00:37:49.137Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-20T00:37:49.164Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-20T00:37:49.196Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-20T00:37:49.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-20T00:37:49.208Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-20T00:37:49.767Z] > git config core.sparsecheckout # timeout=10 [2020-08-20T00:37:49.794Z] > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 [2020-08-20T00:37:50.218Z] ---> de3f595b5e3a [2020-08-20T00:37:50.218Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-20T00:37:50.484Z] Removing intermediate container d045d8cb2cd4 [2020-08-20T00:37:50.484Z] ---> 855d35fb7941 [2020-08-20T00:37:50.484Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:37:50.484Z] Removing intermediate container 2dc252fa5c69 [2020-08-20T00:37:50.484Z] ---> f51b5d7a64b3 [2020-08-20T00:37:50.484Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:37:50.484Z] ---> 5e53ea0ebf6d [2020-08-20T00:37:50.484Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-20T00:37:50.484Z] ---> Running in f12f27f07dfb [2020-08-20T00:37:50.484Z] ---> Running in 3e3216501905 [2020-08-20T00:37:50.616Z] Merge succeeded, producing 5e8e4278f1042a0d423e131d097872bf42c01d02 [2020-08-20T00:37:50.616Z] Checking out Revision 5e8e4278f1042a0d423e131d097872bf42c01d02 (PR-2574) [2020-08-20T00:37:50.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:37:50.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:37:50.747Z] ---> e18a17ced22b [2020-08-20T00:37:50.747Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-20T00:37:50.747Z] Removing intermediate container f12f27f07dfb [2020-08-20T00:37:50.747Z] ---> bf285d418d57 [2020-08-20T00:37:50.747Z] Step 14/21 : WORKDIR / [2020-08-20T00:37:51.007Z] Removing intermediate container 3e3216501905 [2020-08-20T00:37:51.007Z] ---> 06ec3fc6c3b3 [2020-08-20T00:37:51.007Z] Step 14/21 : WORKDIR / [2020-08-20T00:37:51.007Z] ---> Running in 1b6e57faebeb [2020-08-20T00:37:51.007Z] ---> Running in 6a3b476ddc46 [2020-08-20T00:37:51.007Z] ---> Running in a236ebe46f30 [2020-08-20T00:37:51.007Z] (1/2) Installing readline (8.0.4-r0) [2020-08-20T00:37:51.007Z] (2/2) Installing bash (5.0.17-r0) [2020-08-20T00:37:51.007Z] Executing bash-5.0.17-r0.post-install [2020-08-20T00:37:51.007Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:37:51.007Z] OK: 12 MiB in 22 packages [2020-08-20T00:37:51.277Z] ---> dbfc43a968a7 [2020-08-20T00:37:51.277Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-20T00:37:51.277Z] Removing intermediate container 6a3b476ddc46 [2020-08-20T00:37:51.277Z] ---> 7576f8355702 [2020-08-20T00:37:51.277Z] Step 17/20 : CMD ["--init=true"] [2020-08-20T00:37:51.277Z] Removing intermediate container 1b6e57faebeb [2020-08-20T00:37:51.277Z] ---> d64bf7320d60 [2020-08-20T00:37:51.277Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-20T00:37:51.538Z] Removing intermediate container a236ebe46f30 [2020-08-20T00:37:51.538Z] ---> eb172ac883f4 [2020-08-20T00:37:51.538Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-20T00:37:51.538Z] ---> Running in 330bd7c1893e [2020-08-20T00:37:51.816Z] ---> 3aff3bba64f9 [2020-08-20T00:37:51.816Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:37:51.816Z] ---> 5125c104b4be [2020-08-20T00:37:51.816Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-20T00:37:51.816Z] ---> Running in 8cccd012c0b5 [2020-08-20T00:37:51.816Z] ---> d9a8995689cc [2020-08-20T00:37:51.816Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-20T00:37:50.188Z] > git remote # timeout=10 [2020-08-20T00:37:50.218Z] > git config --get remote.origin.url # timeout=10 [2020-08-20T00:37:50.231Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-20T00:37:50.242Z] > git merge 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 [2020-08-20T00:37:50.599Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-20T00:37:50.621Z] > git config core.sparsecheckout # timeout=10 [2020-08-20T00:37:50.638Z] > git checkout -f 5e8e4278f1042a0d423e131d097872bf42c01d02 # timeout=10 [2020-08-20T00:37:52.080Z] Removing intermediate container 330bd7c1893e [2020-08-20T00:37:52.080Z] ---> a320c19a7dbc [2020-08-20T00:37:52.080Z] Step 18/20 : LABEL arch=x86_64 [2020-08-20T00:37:52.342Z] Removing intermediate container 2d7d890b3d32 [2020-08-20T00:37:52.342Z] ---> 5ac3f111e1aa [2020-08-20T00:37:52.342Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-20T00:37:52.342Z] Removing intermediate container 8cccd012c0b5 [2020-08-20T00:37:52.342Z] ---> 04b546a2b4ab [2020-08-20T00:37:52.342Z] Step 19/21 : LABEL arch=x86_64 [2020-08-20T00:37:52.342Z] ---> Running in 1dc3a972b430 [2020-08-20T00:37:52.603Z] ---> Running in 4616018952d8 [2020-08-20T00:37:52.603Z] ---> Running in 5ec0ab17ed33 [2020-08-20T00:37:52.603Z] ---> 4ebfad4f4ae8 [2020-08-20T00:37:52.603Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-20T00:37:52.873Z] ---> ddae35bbf051 [2020-08-20T00:37:52.873Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-20T00:37:52.873Z] Removing intermediate container 1dc3a972b430 [2020-08-20T00:37:52.873Z] ---> 0d52ff457d58 [2020-08-20T00:37:52.873Z] Step 19/20 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:37:53.156Z] Removing intermediate container 5ec0ab17ed33 [2020-08-20T00:37:53.156Z] ---> 4156f99e6703 [2020-08-20T00:37:53.156Z] Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:37:53.156Z] ---> 61606359e239 [2020-08-20T00:37:53.156Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:37:53.156Z] ---> Running in a734953b0f98 [2020-08-20T00:37:53.156Z] ---> Running in 0102d9202544 [2020-08-20T00:37:53.530Z] ---> Running in d5baadcd8c59 [2020-08-20T00:37:53.530Z] ---> 2cb63bde396a [2020-08-20T00:37:53.530Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:37:53.530Z] ---> Running in 9682d17dcb7c [2020-08-20T00:37:54.101Z] Removing intermediate container 0102d9202544 [2020-08-20T00:37:54.101Z] ---> ef67e7038151 [2020-08-20T00:37:54.101Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:37:54.371Z] ---> Running in 0c3bf0aa30b6 [2020-08-20T00:37:54.371Z] Removing intermediate container d5baadcd8c59 [2020-08-20T00:37:54.371Z] ---> 9628e98b5880 [2020-08-20T00:37:54.371Z] Step 19/21 : LABEL arch=x86_64 [2020-08-20T00:37:54.647Z] Removing intermediate container a734953b0f98 [2020-08-20T00:37:54.647Z] ---> ea75ca4afb4e [2020-08-20T00:37:54.647Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T00:37:54.647Z] Removing intermediate container 9682d17dcb7c [2020-08-20T00:37:54.647Z] ---> e82dd56a5e32 [2020-08-20T00:37:54.647Z] Step 19/21 : LABEL arch=x86_64 [2020-08-20T00:37:54.647Z] ---> Running in dff77ffef2e8 [2020-08-20T00:37:54.647Z] ---> Running in a3fdeb5b562f [2020-08-20T00:37:54.647Z] ---> Running in e04ba8b97c9a [2020-08-20T00:37:54.896Z] Commit message: "Merge commit '6df8530f92e66c259c9e6c4b7995a1e49851403d' into HEAD" [2020-08-20T00:37:54.921Z] First time build. Skipping changelog. [2020-08-20T00:37:54.932Z] Removing intermediate container 0c3bf0aa30b6 [2020-08-20T00:37:54.932Z] ---> 0251a1efd0d3 [2020-08-20T00:37:54.932Z] [2020-08-20T00:37:54.932Z] Removing intermediate container 4616018952d8 [2020-08-20T00:37:54.932Z] ---> c4c970642d80 [2020-08-20T00:37:54.932Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-20T00:37:54.932Z] Removing intermediate container dff77ffef2e8 [2020-08-20T00:37:54.932Z] ---> d5809bd008d9 [2020-08-20T00:37:54.932Z] Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:37:55.207Z] Successfully built 0251a1efd0d3 [2020-08-20T00:37:55.207Z] ---> Running in 4be6121fc8c3 [2020-08-20T00:37:55.207Z] ---> Running in 9477e1e4f530 [2020-08-20T00:37:55.207Z] Successfully tagged docker-support-logging-go:latest [2020-08-20T00:37:55.207Z] Removing intermediate container e04ba8b97c9a [2020-08-20T00:37:55.207Z] ---> 14b8e618745b [2020-08-20T00:37:55.207Z] Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:37:55.207Z] Building docker-support-scheduler-go [2020-08-20T00:37:55.207Z]  Building docker-support-logging-go ... done Removing intermediate container a3fdeb5b562f [2020-08-20T00:37:55.207Z] ---> afda552f4e2c [2020-08-20T00:37:55.207Z] [2020-08-20T00:37:55.470Z] ---> Running in e283658d5dfa [2020-08-20T00:37:55.470Z] Successfully built afda552f4e2c [2020-08-20T00:37:55.470Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-20T00:37:55.470Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-08-20T00:37:55.470Z] Removing intermediate container 4be6121fc8c3 [2020-08-20T00:37:55.470Z] ---> a721d4658f23 [2020-08-20T00:37:55.470Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:37:55.470Z] Removing intermediate container 9477e1e4f530 [2020-08-20T00:37:55.470Z] ---> 98288cd8012a [2020-08-20T00:37:55.470Z] Step 15/26 : ENV APP_PORT=48090 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-20T00:37:55.736Z] ---> Running in d4acebbddeb1 [2020-08-20T00:37:55.736Z] ---> Running in 29013d4f687a [2020-08-20T00:37:55.736Z] Removing intermediate container e283658d5dfa [2020-08-20T00:37:55.736Z] ---> d8aee685ad74 [2020-08-20T00:37:55.736Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:37:54.903Z] > git rev-list --no-walk aff996dfa7b17a42d8ef1f996d7c88ec5e7c4e9d # timeout=10 [2020-08-20T00:37:56.313Z] ---> Running in 18967a4e03e1 [2020-08-20T00:37:56.313Z] Removing intermediate container 29013d4f687a [2020-08-20T00:37:56.313Z] ---> 31eb467b679e [2020-08-20T00:37:56.313Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-20T00:37:56.313Z] Removing intermediate container d4acebbddeb1 [2020-08-20T00:37:56.313Z] ---> 8cf0425421c7 [2020-08-20T00:37:56.313Z] [2020-08-20T00:37:56.575Z] Successfully built 8cf0425421c7 [2020-08-20T00:37:56.575Z] Successfully tagged docker-core-command-go:latest [2020-08-20T00:37:56.575Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-08-20T00:37:56.575Z] ---> Running in ef60380b643e [2020-08-20T00:37:56.838Z] Removing intermediate container 18967a4e03e1 [2020-08-20T00:37:56.838Z] ---> 04f68b74c4f0 [2020-08-20T00:37:56.838Z] [2020-08-20T00:37:56.838Z] Successfully built 04f68b74c4f0 [2020-08-20T00:37:56.838Z] Successfully tagged docker-core-metadata-go:latest [2020-08-20T00:37:56.838Z] Building docker-support-notifications-go [2020-08-20T00:38:03.589Z]  Building docker-core-metadata-go ... done Removing intermediate container ef60380b643e [2020-08-20T00:38:03.589Z] ---> b3b57d95e194 [2020-08-20T00:38:03.589Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-20T00:38:04.168Z] ---> 466d3c34b9ed [2020-08-20T00:38:04.168Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-20T00:38:05.583Z] ---> de2073a762a1 [2020-08-20T00:38:05.583Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-20T00:38:05.847Z] ---> 79d04b50004f [2020-08-20T00:38:05.847Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-20T00:38:05.847Z] ---> Running in afe81d14dd21 [Pipeline] echo [2020-08-20T00:38:06.762Z] ========================================================= [2020-08-20T00:38:06.762Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-20T00:38:06.762Z] ========================================================= [2020-08-20T00:38:06.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:06.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:38:07.142Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-20T00:38:07.142Z] (2/33) Installing expat (2.2.9-r1) [2020-08-20T00:38:07.142Z] (3/33) Installing libffi (3.3-r2) [2020-08-20T00:38:07.142Z] (4/33) Installing gdbm (1.13-r1) [2020-08-20T00:38:07.407Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-20T00:38:07.407Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-20T00:38:07.408Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-20T00:38:07.707Z] + 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-08-20T00:38:12.019Z] Sending build context to Docker daemon 323.2MB [2020-08-20T00:38:12.019Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-20T00:38:12.019Z] Step 2/7 : FROM ${BASE} [2020-08-20T00:38:12.296Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-20T00:38:12.296Z] b538f80385f9: Pulling fs layer [2020-08-20T00:38:12.296Z] 74f711af9a0d: Pulling fs layer [2020-08-20T00:38:12.296Z] 99f96fe45779: Pulling fs layer [2020-08-20T00:38:12.296Z] fd7a069fd194: Pulling fs layer [2020-08-20T00:38:12.296Z] 66aa3694b03b: Pulling fs layer [2020-08-20T00:38:12.296Z] 170f70906a0f: Pulling fs layer [2020-08-20T00:38:12.296Z] ad7c5574e4b9: Pulling fs layer [2020-08-20T00:38:12.296Z] e772456be8f7: Pulling fs layer [2020-08-20T00:38:12.296Z] c890913d741a: Pulling fs layer [2020-08-20T00:38:12.296Z] 2480fcc9aa5a: Pulling fs layer [2020-08-20T00:38:12.296Z] 09adf4765672: Pulling fs layer [2020-08-20T00:38:12.296Z] ad7c5574e4b9: Waiting [2020-08-20T00:38:12.296Z] e772456be8f7: Waiting [2020-08-20T00:38:12.296Z] fd7a069fd194: Waiting [2020-08-20T00:38:12.296Z] 66aa3694b03b: Waiting [2020-08-20T00:38:12.296Z] c890913d741a: Waiting [2020-08-20T00:38:12.296Z] 2480fcc9aa5a: Waiting [2020-08-20T00:38:12.296Z] 09adf4765672: Waiting [2020-08-20T00:38:12.296Z] 170f70906a0f: Waiting [2020-08-20T00:38:12.296Z] 99f96fe45779: Verifying Checksum [2020-08-20T00:38:12.296Z] 99f96fe45779: Download complete [2020-08-20T00:38:12.296Z] 74f711af9a0d: Verifying Checksum [2020-08-20T00:38:12.296Z] 74f711af9a0d: Download complete [2020-08-20T00:38:12.296Z] 66aa3694b03b: Verifying Checksum [2020-08-20T00:38:12.296Z] 66aa3694b03b: Download complete [2020-08-20T00:38:12.296Z] 170f70906a0f: Download complete [2020-08-20T00:38:12.296Z] b538f80385f9: Verifying Checksum [2020-08-20T00:38:12.296Z] b538f80385f9: Download complete [2020-08-20T00:38:13.290Z] b538f80385f9: Pull complete [2020-08-20T00:38:13.566Z] 74f711af9a0d: Pull complete [2020-08-20T00:38:13.838Z] 99f96fe45779: Pull complete [2020-08-20T00:38:15.811Z] ad7c5574e4b9: Verifying Checksum [2020-08-20T00:38:15.812Z] ad7c5574e4b9: Download complete [2020-08-20T00:38:15.812Z] c890913d741a: Verifying Checksum [2020-08-20T00:38:15.812Z] c890913d741a: Download complete [2020-08-20T00:38:17.251Z] e772456be8f7: Verifying Checksum [2020-08-20T00:38:17.251Z] e772456be8f7: Download complete [2020-08-20T00:38:17.251Z] 09adf4765672: Verifying Checksum [2020-08-20T00:38:17.251Z] 09adf4765672: Download complete [2020-08-20T00:38:18.225Z] 2480fcc9aa5a: Verifying Checksum [2020-08-20T00:38:18.225Z] 2480fcc9aa5a: Download complete [2020-08-20T00:38:18.225Z] fd7a069fd194: Verifying Checksum [2020-08-20T00:38:18.225Z] fd7a069fd194: Download complete [2020-08-20T00:38:19.728Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-20T00:38:19.728Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-20T00:38:19.728Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-20T00:38:19.728Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-20T00:38:19.728Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-20T00:38:19.728Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-20T00:38:19.728Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-20T00:38:19.728Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-20T00:38:19.728Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-20T00:38:19.728Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-20T00:38:19.728Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-20T00:38:19.728Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-20T00:38:19.728Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-20T00:38:19.728Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-20T00:38:19.728Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-20T00:38:19.728Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-20T00:38:19.995Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-20T00:38:20.258Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-20T00:38:20.258Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-20T00:38:20.846Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-20T00:38:21.112Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-20T00:38:21.112Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-20T00:38:21.112Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-20T00:38:21.376Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-20T00:38:21.376Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-20T00:38:21.376Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-20T00:38:21.649Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:38:22.224Z] OK: 71 MiB in 55 packages [2020-08-20T00:38:23.891Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:38:23.891Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-20T00:38:23.891Z] ---> 053be7722fc8 [2020-08-20T00:38:23.891Z] Step 3/29 : WORKDIR /edgex-go [2020-08-20T00:38:23.891Z] ---> Using cache [2020-08-20T00:38:23.891Z] ---> aa3584e086a0 [2020-08-20T00:38:23.891Z] Step 4/29 : RUN apk update && apk add make git [2020-08-20T00:38:24.155Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:38:24.155Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:38:24.155Z] ---> 053be7722fc8 [2020-08-20T00:38:24.155Z] Step 3/20 : WORKDIR /edgex-go [2020-08-20T00:38:24.155Z] ---> Using cache [2020-08-20T00:38:24.155Z] ---> aa3584e086a0 [2020-08-20T00:38:24.155Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:38:24.155Z] ---> Using cache [2020-08-20T00:38:24.155Z] ---> 7eb21027d19a [2020-08-20T00:38:24.155Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T00:38:24.155Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:38:24.155Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:38:24.155Z] ---> 053be7722fc8 [2020-08-20T00:38:24.155Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T00:38:24.155Z] ---> Using cache [2020-08-20T00:38:24.155Z] ---> aa3584e086a0 [2020-08-20T00:38:24.155Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:38:24.155Z] ---> Using cache [2020-08-20T00:38:24.155Z] ---> 7eb21027d19a [2020-08-20T00:38:24.155Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-20T00:38:24.155Z] ---> Using cache [2020-08-20T00:38:24.155Z] ---> 062cfd5ee6c9 [2020-08-20T00:38:24.155Z] Step 6/20 : COPY go.mod . [2020-08-20T00:38:24.155Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:38:24.155Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:38:24.155Z] ---> 053be7722fc8 [2020-08-20T00:38:24.155Z] Step 3/23 : WORKDIR /edgex-go [2020-08-20T00:38:24.155Z] ---> Using cache [2020-08-20T00:38:24.155Z] ---> aa3584e086a0 [2020-08-20T00:38:24.155Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:38:24.155Z] ---> Using cache [2020-08-20T00:38:24.155Z] ---> 7eb21027d19a [2020-08-20T00:38:24.155Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-20T00:38:24.626Z] ---> Using cache [2020-08-20T00:38:24.626Z] ---> de54507653db [2020-08-20T00:38:24.626Z] Step 7/20 : RUN go mod download [2020-08-20T00:38:24.888Z] ---> Using cache [2020-08-20T00:38:24.888Z] ---> 4f522a3dce68 [2020-08-20T00:38:24.888Z] Step 8/20 : COPY . . [2020-08-20T00:38:24.888Z] ---> Using cache [2020-08-20T00:38:24.888Z] ---> 699787e36c80 [2020-08-20T00:38:24.888Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-20T00:38:25.841Z] ---> Running in b18f0cb68a8d [2020-08-20T00:38:25.841Z] ---> Running in 7eccf597249a [2020-08-20T00:38:25.841Z] ---> Running in 48ce5dc1b962 [2020-08-20T00:38:25.841Z] ---> Running in 45d816ec3c61 [2020-08-20T00:38:26.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:26.815Z] 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-08-20T00:38:26.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:26.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:28.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:29.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:29.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:30.619Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:38:30.619Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:38:30.619Z] OK: 12746 distinct packages available [2020-08-20T00:38:30.636Z] fd7a069fd194: Pull complete [2020-08-20T00:38:30.636Z] 66aa3694b03b: Pull complete [2020-08-20T00:38:30.636Z] 170f70906a0f: Pull complete [2020-08-20T00:38:30.893Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:38:30.893Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:38:30.893Z] OK: 12746 distinct packages available [2020-08-20T00:38:30.893Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:38:30.893Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:38:30.893Z] OK: 12746 distinct packages available [2020-08-20T00:38:30.893Z] OK: 233 MiB in 51 packages [2020-08-20T00:38:31.181Z] OK: 233 MiB in 51 packages [2020-08-20T00:38:31.181Z] OK: 233 MiB in 51 packages [2020-08-20T00:38:33.266Z] ad7c5574e4b9: Pull complete [2020-08-20T00:38:36.572Z] Removing intermediate container 48ce5dc1b962 [2020-08-20T00:38:36.572Z] ---> 0f31564a264e [2020-08-20T00:38:36.572Z] Step 6/23 : COPY go.mod . [2020-08-20T00:38:36.572Z] Removing intermediate container 45d816ec3c61 [2020-08-20T00:38:36.572Z] ---> 9c25bbcf8f42 [2020-08-20T00:38:36.572Z] Step 6/22 : COPY go.mod . [2020-08-20T00:38:36.572Z] Removing intermediate container b18f0cb68a8d [2020-08-20T00:38:36.572Z] ---> 7f0e1a682a5e [2020-08-20T00:38:36.572Z] Step 5/29 : COPY go.mod . [2020-08-20T00:38:37.271Z] ---> 0579836438f4 [2020-08-20T00:38:37.271Z] Step 7/22 : RUN go mod download [2020-08-20T00:38:37.271Z] ---> 6cebeab84d17 [2020-08-20T00:38:37.271Z] Step 7/23 : RUN go mod download [2020-08-20T00:38:37.596Z] e772456be8f7: Pull complete [2020-08-20T00:38:37.700Z] ---> Running in 020b46409abf [2020-08-20T00:38:37.700Z] ---> Running in 600b153a6929 [2020-08-20T00:38:37.871Z] c890913d741a: Pull complete [2020-08-20T00:38:38.204Z] ---> f576055e4898 [2020-08-20T00:38:38.205Z] Step 6/29 : RUN go mod download [2020-08-20T00:38:38.205Z] ---> Running in 03a4be17f659 [2020-08-20T00:38:38.537Z] Removing intermediate container afe81d14dd21 [2020-08-20T00:38:38.537Z] ---> f839868083bf [2020-08-20T00:38:38.537Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-20T00:38:38.833Z] ---> Running in b077d659034b [2020-08-20T00:38:40.537Z] 2480fcc9aa5a: Pull complete [2020-08-20T00:38:40.824Z] 09adf4765672: Pull complete [2020-08-20T00:38:40.824Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-20T00:38:40.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-20T00:38:40.824Z] ---> 2248a725d1cf [2020-08-20T00:38:40.824Z] 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-08-20T00:38:41.481Z] Collecting docker-compose==1.23.2 [2020-08-20T00:38:41.481Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-20T00:38:41.481Z] Removing intermediate container 03a4be17f659 [2020-08-20T00:38:41.481Z] ---> f498da17aa7c [2020-08-20T00:38:41.481Z] Step 7/29 : COPY . . [2020-08-20T00:38:41.481Z] Removing intermediate container 020b46409abf [2020-08-20T00:38:41.481Z] ---> be19a9549d2f [2020-08-20T00:38:41.481Z] Step 8/22 : COPY . . [2020-08-20T00:38:41.481Z] Removing intermediate container 600b153a6929 [2020-08-20T00:38:41.481Z] ---> 16e5a977667c [2020-08-20T00:38:41.481Z] Step 8/23 : COPY . . [2020-08-20T00:38:41.481Z] Collecting jsonschema<3,>=2.5.1 [2020-08-20T00:38:41.481Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-20T00:38:42.089Z] Collecting texttable<0.10,>=0.9.0 [2020-08-20T00:38:42.089Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-20T00:38:45.509Z] Collecting docker<4.0,>=3.6.0 [2020-08-20T00:38:45.509Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-20T00:38:46.328Z] ---> Running in 314dd51dd381 [2020-08-20T00:38:46.988Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-20T00:38:46.988Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-20T00:38:47.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:38:48.450Z] Collecting docopt<0.7,>=0.6.1 [2020-08-20T00:38:48.450Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-20T00:38:48.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:38:50.195Z] (1/12) Installing libmagic (5.38-r0) [2020-08-20T00:38:50.469Z] (2/12) Installing file (5.38-r0) [2020-08-20T00:38:50.469Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-20T00:38:50.740Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-20T00:38:51.068Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-20T00:38:51.068Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-20T00:38:54.400Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-20T00:38:54.400Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-20T00:38:54.400Z] Collecting cached-property<2,>=1.2.0 [2020-08-20T00:38:54.400Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-20T00:38:54.666Z] 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-08-20T00:38:55.052Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-20T00:38:55.052Z] (6/12) Installing patch (2.7.6-r6) [2020-08-20T00:38:55.052Z] (7/12) Installing build-base (0.5-r2) [2020-08-20T00:38:55.052Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-20T00:38:55.052Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-20T00:38:55.052Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-20T00:38:55.052Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-20T00:38:55.052Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-20T00:38:55.052Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:38:55.052Z] OK: 217 MiB in 51 packages [2020-08-20T00:38:55.264Z] Collecting PyYAML<4,>=3.10 [2020-08-20T00:38:55.264Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-20T00:38:59.365Z] Removing intermediate container 314dd51dd381 [2020-08-20T00:38:59.365Z] ---> 06a65198ecbe [2020-08-20T00:38:59.365Z] Step 4/7 : WORKDIR /edgex-go [2020-08-20T00:38:59.638Z] ---> Running in e2bb495364cd [2020-08-20T00:39:00.232Z] Removing intermediate container e2bb495364cd [2020-08-20T00:39:00.232Z] ---> ba795b11023f [2020-08-20T00:39:00.232Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-20T00:39:00.503Z] latest: Pulling from library/docker [2020-08-20T00:39:00.503Z] b538f80385f9: Already exists [2020-08-20T00:39:00.503Z] 259a493cd78d: Pulling fs layer [2020-08-20T00:39:00.503Z] b8e66b5100f5: Pulling fs layer [2020-08-20T00:39:00.503Z] 39dc9c94d07c: Pulling fs layer [2020-08-20T00:39:00.503Z] 551b823b3b82: Pulling fs layer [2020-08-20T00:39:00.503Z] 3c52a74df98c: Pulling fs layer [2020-08-20T00:39:00.503Z] 6c9b121b6998: Pulling fs layer [2020-08-20T00:39:00.503Z] 551b823b3b82: Waiting [2020-08-20T00:39:00.503Z] 6c9b121b6998: Waiting [2020-08-20T00:39:00.774Z] b8e66b5100f5: Verifying Checksum [2020-08-20T00:39:00.774Z] b8e66b5100f5: Download complete [2020-08-20T00:39:00.774Z] 259a493cd78d: Download complete [2020-08-20T00:39:00.774Z] 551b823b3b82: Verifying Checksum [2020-08-20T00:39:00.774Z] 551b823b3b82: Download complete [2020-08-20T00:39:01.052Z] 3c52a74df98c: Verifying Checksum [2020-08-20T00:39:01.052Z] 3c52a74df98c: Download complete [2020-08-20T00:39:01.052Z] 6c9b121b6998: Download complete [2020-08-20T00:39:01.328Z] 259a493cd78d: Pull complete [2020-08-20T00:39:01.929Z] Collecting docker-pycreds>=0.4.0 [2020-08-20T00:39:01.929Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-20T00:39:01.931Z] b8e66b5100f5: Pull complete [2020-08-20T00:39:01.932Z] 39dc9c94d07c: Verifying Checksum [2020-08-20T00:39:01.932Z] 39dc9c94d07c: Download complete [2020-08-20T00:39:02.892Z] Collecting idna<2.8,>=2.5 [2020-08-20T00:39:02.892Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-20T00:39:03.174Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-20T00:39:03.174Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-20T00:39:03.759Z] 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-08-20T00:39:03.759Z] 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-08-20T00:39:03.759Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-20T00:39:03.759Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-20T00:39:03.759Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-20T00:39:03.759Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-20T00:39:04.027Z] Installing collected packages: jsonschema, texttable, docker-pycreds, websocket-client, idna, urllib3, requests, docker, docopt, dockerpty, cached-property, PyYAML, docker-compose [2020-08-20T00:39:04.545Z] 39dc9c94d07c: Pull complete [2020-08-20T00:39:05.142Z] 551b823b3b82: Pull complete [2020-08-20T00:39:05.417Z] 3c52a74df98c: Pull complete [2020-08-20T00:39:05.689Z] 6c9b121b6998: Pull complete [2020-08-20T00:39:05.689Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-20T00:39:05.689Z] Status: Downloaded newer image for docker:latest [2020-08-20T00:39:06.658Z] Running setup.py install for texttable: started [2020-08-20T00:39:08.060Z] Running setup.py install for texttable: finished with status 'done' [2020-08-20T00:39:09.086Z] ---> d9d2b4352811 [2020-08-20T00:39:09.086Z] Step 6/7 : COPY go.mod . [2020-08-20T00:39:09.685Z] ---> dd0c20db1b9d [2020-08-20T00:39:09.685Z] Step 7/7 : RUN go mod download [2020-08-20T00:39:09.959Z] ---> Running in 6eefd87bbe79 [2020-08-20T00:39:12.310Z] Attempting uninstall: idna [2020-08-20T00:39:12.310Z] Found existing installation: idna 2.9 [2020-08-20T00:39:12.310Z] Uninstalling idna-2.9: [2020-08-20T00:39:12.310Z] Successfully uninstalled idna-2.9 [2020-08-20T00:39:13.281Z] Attempting uninstall: urllib3 [2020-08-20T00:39:13.281Z] Found existing installation: urllib3 1.25.9 [2020-08-20T00:39:13.281Z] Uninstalling urllib3-1.25.9: [2020-08-20T00:39:13.332Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-20T00:39:13.548Z] Successfully uninstalled urllib3-1.25.9 [2020-08-20T00:39:13.548Z] Removing intermediate container 7eccf597249a [2020-08-20T00:39:13.548Z] ---> addd31397def [2020-08-20T00:39:13.548Z] [2020-08-20T00:39:13.548Z] Step 10/20 : FROM scratch [2020-08-20T00:39:13.548Z] ---> [2020-08-20T00:39:13.548Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:39:13.602Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-20T00:39:13.603Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-20T00:39:13.603Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-20T00:39:13.603Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-20T00:39:13.603Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-20T00:39:13.603Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-20T00:39:13.603Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-20T00:39:13.813Z] Attempting uninstall: requests [2020-08-20T00:39:13.813Z] Found existing installation: requests 2.23.0 [2020-08-20T00:39:13.813Z] Uninstalling requests-2.23.0: [2020-08-20T00:39:13.813Z] Successfully uninstalled requests-2.23.0 [2020-08-20T00:39:13.873Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-20T00:39:13.873Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-20T00:39:13.873Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-20T00:39:13.873Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-20T00:39:13.873Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-20T00:39:13.873Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-20T00:39:14.077Z] ---> Using cache [2020-08-20T00:39:14.077Z] ---> 1c346d0aa82a [2020-08-20T00:39:14.077Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-20T00:39:14.144Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-20T00:39:14.144Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-20T00:39:14.144Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-20T00:39:14.144Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-20T00:39:14.144Z] go: finding github.com/fatih/color v1.7.0 [2020-08-20T00:39:14.413Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-20T00:39:14.413Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-20T00:39:14.413Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-20T00:39:14.413Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-20T00:39:14.413Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-20T00:39:14.413Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-20T00:39:14.413Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-20T00:39:14.681Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-20T00:39:14.681Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-20T00:39:14.681Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-20T00:39:14.681Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-20T00:39:14.681Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-20T00:39:14.681Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-20T00:39:14.681Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-20T00:39:14.951Z] go: finding github.com/google/uuid v1.1.0 [2020-08-20T00:39:14.951Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-20T00:39:14.951Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-20T00:39:14.951Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-20T00:39:14.951Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-20T00:39:14.951Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-20T00:39:15.219Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-20T00:39:15.219Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-20T00:39:15.219Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-20T00:39:15.219Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-20T00:39:15.219Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-20T00:39:15.219Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-20T00:39:15.219Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-20T00:39:15.491Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-20T00:39:15.491Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-20T00:39:15.491Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-20T00:39:15.491Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-20T00:39:15.491Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-20T00:39:15.491Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-20T00:39:15.491Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-20T00:39:15.762Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-20T00:39:15.762Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-20T00:39:15.762Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-20T00:39:15.762Z] go: finding github.com/kr/pty v1.1.1 [2020-08-20T00:39:15.762Z] go: finding github.com/kr/text v0.1.0 [2020-08-20T00:39:15.762Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-20T00:39:15.762Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-20T00:39:16.032Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-20T00:39:16.032Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-20T00:39:16.032Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-20T00:39:16.032Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-20T00:39:16.032Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-20T00:39:16.032Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-20T00:39:16.032Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-20T00:39:16.320Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-20T00:39:16.320Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-20T00:39:16.320Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-20T00:39:16.320Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-20T00:39:16.320Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-20T00:39:16.320Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-20T00:39:16.591Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-20T00:39:16.591Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-20T00:39:16.591Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-20T00:39:16.591Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-20T00:39:16.591Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-20T00:39:16.591Z] go: finding github.com/posener/complete v1.1.1 [2020-08-20T00:39:16.591Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-20T00:39:16.860Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-20T00:39:16.860Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-20T00:39:16.860Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-20T00:39:16.860Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-20T00:39:16.860Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-20T00:39:16.860Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-20T00:39:16.860Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-20T00:39:17.129Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-20T00:39:17.129Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-20T00:39:17.129Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-20T00:39:17.129Z] go: finding golang.org/x/text v0.3.2 [2020-08-20T00:39:17.129Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-20T00:39:17.129Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-20T00:39:17.129Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-20T00:39:17.388Z] ---> 3075471fe8af [2020-08-20T00:39:17.388Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-20T00:39:17.388Z] ---> fe1d85d1b69d [2020-08-20T00:39:17.388Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-20T00:39:17.399Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-20T00:39:17.399Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-20T00:39:17.399Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-20T00:39:18.851Z] ---> Running in bca00d305555 [2020-08-20T00:39:18.851Z] Running setup.py install for docopt: started [2020-08-20T00:39:18.851Z] ---> Running in 735a88922685 [2020-08-20T00:39:18.851Z] ---> Running in 4e16cdb4c0c4 [2020-08-20T00:39:19.114Z] ---> cbf9e4f45ab7 [2020-08-20T00:39:19.114Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-20T00:39:19.378Z] ---> Running in 6f0973e6fb75 [2020-08-20T00:39:19.378Z] Removing intermediate container bca00d305555 [2020-08-20T00:39:19.378Z] ---> b5615c531a43 [2020-08-20T00:39:19.378Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-20T00:39:19.378Z] Running setup.py install for docopt: finished with status 'done' [2020-08-20T00:39:19.378Z] Running setup.py install for dockerpty: started [2020-08-20T00:39:19.651Z] ---> Running in 479d6ed00f6a [2020-08-20T00:39:19.927Z] Removing intermediate container 479d6ed00f6a [2020-08-20T00:39:19.927Z] ---> c0467d740b53 [2020-08-20T00:39:19.927Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-20T00:39:20.194Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-20T00:39:20.194Z] 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-08-20T00:39:20.194Z] 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-08-20T00:39:20.194Z] Running setup.py install for PyYAML: started [2020-08-20T00:39:20.194Z] 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-08-20T00:39:20.460Z] ---> ad9c30700c2a [2020-08-20T00:39:20.460Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-20T00:39:21.059Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-20T00:39:21.334Z] ---> ab670c9518b3 [2020-08-20T00:39:21.334Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-20T00:39:21.607Z] 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-08-20T00:39:22.191Z] ---> 85a101a053d7 [2020-08-20T00:39:22.191Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:39:22.466Z] ---> Running in 1e7e19cd591a [2020-08-20T00:39:23.059Z] Removing intermediate container 1e7e19cd591a [2020-08-20T00:39:23.059Z] ---> 4618c22338c8 [2020-08-20T00:39:23.059Z] Step 18/20 : LABEL arch=x86_64 [2020-08-20T00:39:23.059Z] ---> Running in 36130aefd81d [2020-08-20T00:39:25.653Z] Removing intermediate container 36130aefd81d [2020-08-20T00:39:25.653Z] ---> 9fbb2a9b15c4 [2020-08-20T00:39:25.653Z] Step 19/20 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:39:26.634Z] ---> Running in 39bfbdc4fe49 [2020-08-20T00:39:26.909Z] Removing intermediate container b077d659034b [2020-08-20T00:39:26.909Z] ---> b0195d1772ce [2020-08-20T00:39:26.909Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-20T00:39:27.178Z] ---> Running in 517d147ad8f8 [2020-08-20T00:39:27.448Z] Removing intermediate container 39bfbdc4fe49 [2020-08-20T00:39:27.448Z] ---> e026f962a531 [2020-08-20T00:39:27.448Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T00:39:27.723Z] ---> Running in 99b42bc8f004 [2020-08-20T00:39:28.003Z] Removing intermediate container 99b42bc8f004 [2020-08-20T00:39:28.003Z] ---> dc961b67d0af [2020-08-20T00:39:28.003Z] [2020-08-20T00:39:28.605Z] Successfully built dc961b67d0af [2020-08-20T00:39:28.605Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-20T00:39:28.605Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-08-20T00:39:28.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:28.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:29.147Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T00:39:29.147Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-20T00:39:29.147Z] (3/3) Installing curl (7.69.1-r0) [2020-08-20T00:39:29.147Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:39:31.016Z] OK: 72 MiB in 58 packages [2020-08-20T00:39:35.620Z] Removing intermediate container 517d147ad8f8 [2020-08-20T00:39:35.620Z] ---> a204ba6778e3 [2020-08-20T00:39:35.620Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:39:35.620Z] ---> Running in c180ccdd4303 [2020-08-20T00:39:37.020Z] Removing intermediate container c180ccdd4303 [2020-08-20T00:39:37.020Z] ---> c2042b1dfb17 [2020-08-20T00:39:37.020Z] Step 24/26 : LABEL arch=x86_64 [2020-08-20T00:39:37.020Z] ---> Running in 51f7c2b2d5c3 [2020-08-20T00:39:37.609Z] Removing intermediate container 51f7c2b2d5c3 [2020-08-20T00:39:37.609Z] ---> 022772841bce [2020-08-20T00:39:37.609Z] Step 25/26 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:39:37.885Z] ---> Running in 212abf75eed5 [2020-08-20T00:39:38.860Z] Removing intermediate container 212abf75eed5 [2020-08-20T00:39:38.860Z] ---> a885382c31e3 [2020-08-20T00:39:38.860Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T00:39:39.447Z] ---> Running in acd0181eb214 [2020-08-20T00:39:39.594Z] Removing intermediate container 6eefd87bbe79 [2020-08-20T00:39:39.594Z] ---> 76245bc8fc3e [2020-08-20T00:39:39.594Z] Successfully built 76245bc8fc3e [2020-08-20T00:39:39.594Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-08-20T00:39:39.716Z] Removing intermediate container acd0181eb214 [2020-08-20T00:39:39.716Z] ---> 2839d2b2b4ba [2020-08-20T00:39:39.716Z] [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-08-20T00:39:39.987Z] Successfully built 2839d2b2b4ba [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:39:40.337Z] + docker inspect -f . ci-base-image-arm64 [2020-08-20T00:39:40.337Z] . [Pipeline] withDockerContainer [2020-08-20T00:39:40.401Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-20T00:39:40.641Z] prd-ubuntu18.04-docker-arm64-4c-16g-547 does not seem to be running inside a container [2020-08-20T00:39:40.724Z] $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-20T00:39:42.330Z] $ docker top 5d6118e5bf76cc1cb1053366d6668f2b7e98c430a225e910d220625c646d654a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:39:43.365Z] + go version [2020-08-20T00:39:43.365Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-20T00:39:43.383Z] ========================================================= [2020-08-20T00:39:43.383Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-20T00:39:43.383Z] ========================================================= [Pipeline] sh [2020-08-20T00:39:44.029Z] + make test [2020-08-20T00:39:44.029Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-20T00:39:46.663Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-20T00:39:50.530Z]  Building docker-sys-mgmt-agent-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:39:50.530Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:39:50.530Z] ---> 053be7722fc8 [2020-08-20T00:39:50.530Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T00:39:50.530Z] ---> Using cache [2020-08-20T00:39:50.530Z] ---> aa3584e086a0 [2020-08-20T00:39:50.530Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:39:50.530Z] ---> Using cache [2020-08-20T00:39:50.530Z] ---> 7eb21027d19a [2020-08-20T00:39:50.530Z] Step 5/26 : RUN apk update && apk add make git [2020-08-20T00:39:50.530Z] ---> Using cache [2020-08-20T00:39:50.530Z] ---> 062cfd5ee6c9 [2020-08-20T00:39:50.530Z] Step 6/26 : COPY go.mod . [2020-08-20T00:39:50.530Z] ---> Using cache [2020-08-20T00:39:50.530Z] ---> de54507653db [2020-08-20T00:39:50.530Z] Step 7/26 : RUN go mod download [2020-08-20T00:39:50.530Z] ---> Using cache [2020-08-20T00:39:50.530Z] ---> 4f522a3dce68 [2020-08-20T00:39:50.530Z] Step 8/26 : COPY . . [2020-08-20T00:39:50.530Z] ---> Using cache [2020-08-20T00:39:50.530Z] ---> 699787e36c80 [2020-08-20T00:39:50.530Z] 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-08-20T00:39:51.926Z] ---> Running in 55f9b9782f55 [2020-08-20T00:39:52.522Z] 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-08-20T00:39:53.930Z] Removing intermediate container 4e16cdb4c0c4 [2020-08-20T00:39:53.930Z] ---> 8352d8d9fd4e [2020-08-20T00:39:53.930Z] [2020-08-20T00:39:53.930Z] Step 9/29 : FROM alpine:latest [2020-08-20T00:39:53.930Z] ---> a24bb4013296 [2020-08-20T00:39:53.930Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-20T00:39:54.921Z] ---> Running in f1143aa08d89 [2020-08-20T00:39:56.891Z] Removing intermediate container f1143aa08d89 [2020-08-20T00:39:56.891Z] ---> 9787decbb21f [2020-08-20T00:39:56.891Z] Step 11/29 : USER root [2020-08-20T00:39:56.891Z] Removing intermediate container 735a88922685 [2020-08-20T00:39:56.891Z] ---> aed1d45ee41f [2020-08-20T00:39:56.891Z] [2020-08-20T00:39:56.891Z] Step 10/23 : FROM scratch [2020-08-20T00:39:56.891Z] ---> [2020-08-20T00:39:56.891Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T00:39:56.891Z] ---> Running in 37423c08bf9f [2020-08-20T00:39:57.166Z] ---> Using cache [2020-08-20T00:39:57.166Z] ---> dfe52d0015f4 [2020-08-20T00:39:57.166Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-20T00:39:57.166Z] ---> Running in aa7f0dfab0e5 [2020-08-20T00:39:57.166Z] Removing intermediate container 37423c08bf9f [2020-08-20T00:39:57.166Z] ---> 3492609c8f57 [2020-08-20T00:39:57.166Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-20T00:39:57.444Z] ---> Running in df1084298b29 [2020-08-20T00:39:58.402Z] Removing intermediate container aa7f0dfab0e5 [2020-08-20T00:39:58.402Z] ---> e9934ef73d51 [2020-08-20T00:39:58.402Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-20T00:39:58.673Z] ---> Running in 674015bf2b71 [2020-08-20T00:39:58.939Z] Removing intermediate container 674015bf2b71 [2020-08-20T00:39:58.939Z] ---> d73d5a0ed884 [2020-08-20T00:39:58.939Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-20T00:39:59.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:59.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:59.552Z] ---> aa9f485d2980 [2020-08-20T00:39:59.552Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-20T00:39:59.854Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:39:59.854Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:39:59.854Z] OK: 12746 distinct packages available [2020-08-20T00:40:00.159Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-20T00:40:00.159Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-20T00:40:00.159Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:40:00.159Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T00:40:00.443Z] OK: 6 MiB in 16 packages [2020-08-20T00:40:04.666Z] ---> 377529218fa1 [2020-08-20T00:40:04.666Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-20T00:40:04.666Z] Removing intermediate container 6f0973e6fb75 [2020-08-20T00:40:04.666Z] ---> bf40cc57a44a [2020-08-20T00:40:04.666Z] [2020-08-20T00:40:04.666Z] Step 10/22 : FROM alpine [2020-08-20T00:40:04.666Z] ---> a24bb4013296 [2020-08-20T00:40:04.666Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:40:05.610Z] Removing intermediate container df1084298b29 [2020-08-20T00:40:05.610Z] ---> 7ab23a52510a [2020-08-20T00:40:05.610Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-20T00:40:05.887Z] ---> Running in 04b1634be478 [2020-08-20T00:40:05.887Z] ---> Running in 79ebe0f69240 [2020-08-20T00:40:05.887Z] ---> d8f54af4f081 [2020-08-20T00:40:05.887Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-20T00:40:06.150Z] Removing intermediate container 04b1634be478 [2020-08-20T00:40:06.150Z] ---> 123213c888ba [2020-08-20T00:40:06.150Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-20T00:40:06.150Z] Removing intermediate container 79ebe0f69240 [2020-08-20T00:40:06.150Z] ---> b8732b00f5e3 [2020-08-20T00:40:06.150Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-20T00:40:06.150Z] ---> Running in ded556e9423b [2020-08-20T00:40:06.150Z] ---> Running in a2ebfa2bc6be [2020-08-20T00:40:06.426Z] ---> d96ffc81b69a [2020-08-20T00:40:06.426Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-20T00:40:06.426Z] Removing intermediate container ded556e9423b [2020-08-20T00:40:06.426Z] ---> 4bb61cdcb951 [2020-08-20T00:40:06.426Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T00:40:06.426Z] ---> Running in 32f5be436f98 [2020-08-20T00:40:06.426Z] Removing intermediate container a2ebfa2bc6be [2020-08-20T00:40:06.426Z] ---> 35804da66ff0 [2020-08-20T00:40:06.426Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-20T00:40:06.694Z] ---> Running in 15aba2f67e8a [2020-08-20T00:40:06.694Z] Removing intermediate container 32f5be436f98 [2020-08-20T00:40:06.694Z] ---> 3d067cbea998 [2020-08-20T00:40:06.694Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:40:07.276Z] ---> Running in 190db19c1fea [2020-08-20T00:40:07.276Z] ---> 10ec83abacb2 [2020-08-20T00:40:07.276Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-20T00:40:07.557Z] 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-08-20T00:40:07.837Z] ---> 655105731c13 [2020-08-20T00:40:07.837Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:40:07.837Z] ---> Running in fe4697b3dd56 [2020-08-20T00:40:08.115Z] Removing intermediate container fe4697b3dd56 [2020-08-20T00:40:08.115Z] ---> 13b30f2042a9 [2020-08-20T00:40:08.115Z] Step 21/23 : LABEL arch=x86_64 [2020-08-20T00:40:08.404Z] ---> Running in 2c53c5259752 [2020-08-20T00:40:08.668Z] Removing intermediate container 15aba2f67e8a [2020-08-20T00:40:08.668Z] ---> d2e0c7e3e109 [2020-08-20T00:40:08.668Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-20T00:40:09.621Z] Removing intermediate container 2c53c5259752 [2020-08-20T00:40:09.621Z] ---> eff43ce25366 [2020-08-20T00:40:09.621Z] Step 22/23 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:40:09.621Z] Removing intermediate container 190db19c1fea [2020-08-20T00:40:09.621Z] ---> 307d379b061b [2020-08-20T00:40:09.621Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-20T00:40:09.884Z] ---> 6cf6578be5d6 [2020-08-20T00:40:09.884Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-20T00:40:10.165Z] ---> Running in 296f23865c82 [2020-08-20T00:40:10.165Z] ---> Running in 7c7b1c347050 [2020-08-20T00:40:10.165Z] 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-08-20T00:40:10.437Z] Removing intermediate container 7c7b1c347050 [2020-08-20T00:40:10.437Z] ---> 9c333ff03528 [2020-08-20T00:40:10.437Z] Step 23/23 : LABEL version=0.0.0 [2020-08-20T00:40:10.437Z] ---> 2011cefa2fff [2020-08-20T00:40:10.437Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-20T00:40:10.437Z] ---> Running in c6007ba75fca [2020-08-20T00:40:10.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:40:10.713Z] Removing intermediate container c6007ba75fca [2020-08-20T00:40:10.713Z] ---> f9458ad65e89 [2020-08-20T00:40:10.713Z] [2020-08-20T00:40:10.713Z] ---> b8049d899a1a [2020-08-20T00:40:10.713Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-20T00:40:10.998Z] Successfully built f9458ad65e89 [2020-08-20T00:40:10.998Z] Successfully tagged docker-support-notifications-go:latest [2020-08-20T00:40:10.998Z]  Building docker-support-notifications-go ... done  ---> c86f372bb0ea [2020-08-20T00:40:10.998Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-20T00:40:11.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:40:11.268Z] ---> f21fc539c806 [2020-08-20T00:40:11.268Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-20T00:40:11.533Z] ---> Running in 38e9d7b5bfbf [2020-08-20T00:40:11.533Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-20T00:40:11.802Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-20T00:40:11.802Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-20T00:40:11.802Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-20T00:40:12.070Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-20T00:40:12.070Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:40:12.070Z] OK: 8 MiB in 19 packages [2020-08-20T00:40:13.471Z] Removing intermediate container 296f23865c82 [2020-08-20T00:40:13.472Z] ---> 5571e4218e52 [2020-08-20T00:40:13.472Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-20T00:40:13.472Z] Removing intermediate container 38e9d7b5bfbf [2020-08-20T00:40:13.472Z] ---> 0d1ab24bd408 [2020-08-20T00:40:13.472Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T00:40:14.049Z] Removing intermediate container 55f9b9782f55 [2020-08-20T00:40:14.049Z] ---> 7439367864d9 [2020-08-20T00:40:14.049Z] [2020-08-20T00:40:14.049Z] Step 10/26 : FROM alpine:3.10 [2020-08-20T00:40:14.313Z] ---> edbdbfa5c397 [2020-08-20T00:40:14.313Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-20T00:40:14.313Z] ---> af6a051d61d5 [2020-08-20T00:40:14.313Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T00:40:14.586Z] 3.10: Pulling from library/alpine [2020-08-20T00:40:14.586Z] ---> Running in 94b961f4f8c8 [2020-08-20T00:40:15.167Z] ---> f00c0ee4a331 [2020-08-20T00:40:15.167Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-20T00:40:15.167Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-20T00:40:15.167Z] Status: Downloaded newer image for alpine:3.10 [2020-08-20T00:40:15.167Z] ---> be4e4bea2c2e [2020-08-20T00:40:15.167Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-20T00:40:15.431Z] ---> Running in 6612349b11e5 [2020-08-20T00:40:15.431Z] ---> 61e00e7ba5c9 [2020-08-20T00:40:15.431Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:40:15.694Z] ---> Running in 34dd86d877ae [2020-08-20T00:40:15.956Z] Removing intermediate container 34dd86d877ae [2020-08-20T00:40:15.957Z] ---> 18d16ef68508 [2020-08-20T00:40:15.957Z] Step 20/22 : LABEL arch=x86_64 [2020-08-20T00:40:15.957Z] ---> Running in ea90aede63af [2020-08-20T00:40:16.220Z] Removing intermediate container 94b961f4f8c8 [2020-08-20T00:40:16.220Z] ---> b1ab83bb910f [2020-08-20T00:40:16.220Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-20T00:40:16.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:40:16.220Z] ---> Running in 5024e40700c0 [2020-08-20T00:40:16.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:40:16.220Z] Removing intermediate container ea90aede63af [2020-08-20T00:40:16.220Z] ---> 74c1334f1692 [2020-08-20T00:40:16.220Z] Step 21/22 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:40:16.488Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-20T00:40:16.488Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-20T00:40:16.488Z] OK: 10346 distinct packages available [2020-08-20T00:40:16.488Z] ---> Running in 6347d60958ff [2020-08-20T00:40:16.488Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-20T00:40:16.488Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-20T00:40:16.488Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-20T00:40:16.488Z] (4/5) Installing curl (7.66.0-r0) [2020-08-20T00:40:16.488Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-20T00:40:16.488Z] Executing busybox-1.30.1-r3.trigger [2020-08-20T00:40:16.488Z] Executing ca-certificates-20191127-r2.trigger [2020-08-20T00:40:16.759Z] OK: 7 MiB in 19 packages [2020-08-20T00:40:17.027Z] Removing intermediate container 6347d60958ff [2020-08-20T00:40:17.027Z] ---> d44218b2d0cd [2020-08-20T00:40:17.027Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T00:40:17.295Z] ---> Running in 22e5a1dfb599 [2020-08-20T00:40:19.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-20T00:40:19.230Z] Removing intermediate container 22e5a1dfb599 [2020-08-20T00:40:19.230Z] ---> f283e38ae575 [2020-08-20T00:40:19.230Z] [2020-08-20T00:40:19.230Z] Successfully built f283e38ae575 [2020-08-20T00:40:19.810Z] Successfully tagged docker-core-data-go:latest [2020-08-20T00:40:19.810Z]  Building docker-core-data-go ... done Removing intermediate container 6612349b11e5 [2020-08-20T00:40:19.810Z] ---> c7994ce6be42 [2020-08-20T00:40:19.810Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T00:40:19.810Z] ---> Running in 47f217fb2f17 [2020-08-20T00:40:20.076Z] Removing intermediate container 5024e40700c0 [2020-08-20T00:40:20.076Z] ---> 5ec74e781569 [2020-08-20T00:40:20.076Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T00:40:20.076Z] Removing intermediate container 47f217fb2f17 [2020-08-20T00:40:20.076Z] ---> 8193b4b3ee41 [2020-08-20T00:40:20.076Z] Step 13/26 : WORKDIR / [2020-08-20T00:40:20.076Z] ---> Running in 5b4931962558 [2020-08-20T00:40:20.346Z] ---> Running in 7cfe89532c89 [2020-08-20T00:40:20.346Z] Removing intermediate container 5b4931962558 [2020-08-20T00:40:20.346Z] ---> 354d5f682a0e [2020-08-20T00:40:20.346Z] Step 26/29 : CMD [ "generate" ] [2020-08-20T00:40:20.346Z] Removing intermediate container 7cfe89532c89 [2020-08-20T00:40:20.346Z] ---> 822a0ecc466f [2020-08-20T00:40:20.346Z] 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-08-20T00:40:20.346Z] ---> Running in 2e8bca854499 [2020-08-20T00:40:20.615Z] Removing intermediate container 2e8bca854499 [2020-08-20T00:40:20.615Z] ---> 1a75a2278d0b [2020-08-20T00:40:20.615Z] Step 27/29 : LABEL arch=x86_64 [2020-08-20T00:40:20.615Z] ---> 1aa72c63f340 [2020-08-20T00:40:20.615Z] 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-08-20T00:40:20.879Z] ---> Running in 47f1e4d94dc5 [2020-08-20T00:40:20.879Z] Removing intermediate container 47f1e4d94dc5 [2020-08-20T00:40:20.879Z] ---> 99cc910a2dc2 [2020-08-20T00:40:20.879Z] Step 28/29 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:40:20.879Z] ---> 9a8871146e5f [2020-08-20T00:40:20.879Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-20T00:40:21.144Z] ---> Running in 2f553bbf98e3 [2020-08-20T00:40:21.144Z] Removing intermediate container 2f553bbf98e3 [2020-08-20T00:40:21.144Z] ---> 39314a8ea9c2 [2020-08-20T00:40:21.144Z] Step 29/29 : LABEL version=0.0.0 [2020-08-20T00:40:21.144Z] ---> 72fc990541fd [2020-08-20T00:40:21.144Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-20T00:40:21.407Z] ---> Running in f0e1b9c78be7 [2020-08-20T00:40:21.407Z] Removing intermediate container f0e1b9c78be7 [2020-08-20T00:40:21.407Z] ---> e7d3d114a1d7 [2020-08-20T00:40:21.407Z] [2020-08-20T00:40:21.672Z] ---> 2d6a4c3ff3d4 [2020-08-20T00:40:21.672Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-20T00:40:21.672Z] Successfully built e7d3d114a1d7 [2020-08-20T00:40:21.672Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-20T00:40:21.986Z]  Building docker-security-secrets-setup-go ... done  ---> ee0fbf23f073 [2020-08-20T00:40:21.986Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-20T00:40:22.620Z] ---> be76faccbcbe [2020-08-20T00:40:22.620Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-20T00:40:22.896Z] ---> 5c477618d143 [2020-08-20T00:40:22.896Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T00:40:23.164Z] ---> 60a6d356e6b6 [2020-08-20T00:40:23.164Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T00:40:23.428Z] ---> Running in 162bb37c42b1 [2020-08-20T00:40:24.377Z] Removing intermediate container 162bb37c42b1 [2020-08-20T00:40:24.377Z] ---> 6f6963518557 [2020-08-20T00:40:24.377Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T00:40:24.377Z] ---> Running in 099c46c83e8c [2020-08-20T00:40:24.641Z] Removing intermediate container 099c46c83e8c [2020-08-20T00:40:24.641Z] ---> b65d5db45c69 [2020-08-20T00:40:24.641Z] Step 24/26 : LABEL arch=x86_64 [2020-08-20T00:40:24.641Z] ---> Running in f2035311f1ab [2020-08-20T00:40:24.641Z] Removing intermediate container f2035311f1ab [2020-08-20T00:40:24.641Z] ---> 11f121672c09 [2020-08-20T00:40:24.641Z] Step 25/26 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:40:24.904Z] ---> Running in d92b050d1072 [2020-08-20T00:40:24.904Z] Removing intermediate container d92b050d1072 [2020-08-20T00:40:24.904Z] ---> 6645b9d8f98d [2020-08-20T00:40:24.904Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T00:40:25.167Z] ---> Running in 93f307f06f58 [2020-08-20T00:40:25.167Z] Removing intermediate container 93f307f06f58 [2020-08-20T00:40:25.167Z] ---> a126094c5f5f [2020-08-20T00:40:25.167Z] [2020-08-20T00:40:25.431Z] Successfully built a126094c5f5f [2020-08-20T00:40:25.431Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-20T00:40:25.743Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-08-20T00:40:25.827Z] $ docker stop --time=1 5cc123ee94929e3a09391ff1456c8c06c732ff380ae000ada9665d72bf68b99b [2020-08-20T00:40:27.912Z] $ docker rm -f 5cc123ee94929e3a09391ff1456c8c06c732ff380ae000ada9665d72bf68b99b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-20T00:40:28.598Z] + docker images [2020-08-20T00:40:28.598Z] + grep docker [2020-08-20T00:40:28.598Z] docker-security-secretstore-setup-go latest a126094c5f5f 3 seconds ago 33.9MB [2020-08-20T00:40:28.598Z] docker-security-secrets-setup-go latest e7d3d114a1d7 7 seconds ago 25.1MB [2020-08-20T00:40:28.598Z] docker-core-data-go latest f283e38ae575 11 seconds ago 24.5MB [2020-08-20T00:40:28.598Z] docker-support-notifications-go latest f9458ad65e89 18 seconds ago 14.5MB [2020-08-20T00:40:28.598Z] docker-sys-mgmt-agent-go latest 2839d2b2b4ba 49 seconds ago 284MB [2020-08-20T00:40:28.598Z] docker-support-scheduler-go latest dc961b67d0af About a minute ago 13.1MB [2020-08-20T00:40:28.598Z] docker-core-metadata-go latest 04f68b74c4f0 2 minutes ago 14.4MB [2020-08-20T00:40:28.598Z] docker-core-command-go latest 8cf0425421c7 2 minutes ago 13MB [2020-08-20T00:40:28.598Z] docker-support-logging-go latest 0251a1efd0d3 2 minutes ago 11.8MB [2020-08-20T00:40:28.598Z] docker-security-proxy-setup-go latest afda552f4e2c 2 minutes ago 16.4MB [2020-08-20T00:40:28.598Z] docker latest 81f5749c9058 7 weeks ago 211MB [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] // stage [Pipeline] } [2020-08-20T00:40:34.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-20T00:40:34.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-20T00:40:34.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-20T00:40:34.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-20T00:40:34.144Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s [2020-08-20T00:40:34.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-20T00:40:34.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-20T00:40:34.417Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-20T00:40:37.049Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-20T00:40:37.645Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-20T00:40:37.645Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-20T00:40:37.645Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-20T00:40:37.645Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-20T00:40:47.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements [2020-08-20T00:40:47.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-20T00:40:47.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-20T00:40:47.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-20T00:40:47.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-20T00:40:47.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-20T00:40:54.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.131s coverage: 27.2% of statements [2020-08-20T00:40:54.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-20T00:40:54.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-20T00:40:54.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-20T00:40:54.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-20T00:40:54.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-20T00:40:54.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-20T00:40:54.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2020-08-20T00:40:54.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-20T00:40:54.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2020-08-20T00:40:54.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-20T00:40:54.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-20T00:40:54.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.361s coverage: 82.5% of statements [2020-08-20T00:40:54.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-20T00:40:54.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-20T00:40:56.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 92.9% of statements [2020-08-20T00:40:56.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-20T00:40:56.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-20T00:40:56.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-20T00:40:56.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-20T00:40:58.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.293s coverage: 28.6% of statements [2020-08-20T00:40:58.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-20T00:40:58.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-20T00:40:58.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-20T00:40:58.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-20T00:40:58.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-20T00:41:01.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2020-08-20T00:41:01.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-20T00:41:01.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2020-08-20T00:41:01.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-20T00:41:04.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 89.8% of statements [2020-08-20T00:41:04.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-20T00:41:06.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2020-08-20T00:41:06.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-20T00:41:06.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-20T00:41:06.646Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-20T00:41:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-20T00:41:06.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-20T00:41:10.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 63.5% of statements [2020-08-20T00:41:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-20T00:41:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-20T00:41:10.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2020-08-20T00:41:10.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 92.3% of statements [2020-08-20T00:41:10.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-08-20T00:41:10.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2020-08-20T00:41:13.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2020-08-20T00:41:15.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.272s coverage: 55.9% of statements [2020-08-20T00:41:15.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-20T00:41:15.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-20T00:41:15.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-20T00:41:15.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-20T00:41:30.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.688s coverage: 86.3% of statements [2020-08-20T00:41:30.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-20T00:41:30.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.161s coverage: 72.2% of statements [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.466s coverage: 72.1% of statements [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.052s coverage: 28.8% of statements [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 33.7% of statements [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.272s coverage: 84.1% of statements [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.050s coverage: 42.9% of statements [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-20T00:41:30.300Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements [2020-08-20T00:41:30.300Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-20T00:41:37.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 46.1% of statements [2020-08-20T00:41:37.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-20T00:41:37.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-20T00:41:37.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.046s coverage: 100.0% of statements [2020-08-20T00:41:37.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-20T00:41:37.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-20T00:41:37.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-20T00:41:37.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2020-08-20T00:41:37.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-20T00:41:37.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements [2020-08-20T00:41:37.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-20T00:41:40.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.195s coverage: 29.1% of statements [2020-08-20T00:41:40.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-20T00:41:40.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-20T00:41:40.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-20T00:41:40.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-20T00:41:40.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-20T00:41:40.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements [2020-08-20T00:41:40.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-20T00:41:40.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2020-08-20T00:41:40.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-20T00:41:40.457Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2020-08-20T00:41:40.457Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-20T00:41:43.084Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements [2020-08-20T00:41:43.084Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-20T00:41:43.084Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-20T00:41:43.084Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-20T00:41:43.084Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-20T00:41:43.682Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2020-08-20T00:41:43.682Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-20T00:41:43.682Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-20T00:41:43.682Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2020-08-20T00:41:44.666Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.018s coverage: 32.1% of statements [2020-08-20T00:41:46.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-20T00:41:46.907Z] GO111MODULE=on go vet ./... [2020-08-20T00:42:05.224Z] gofmt -l . [2020-08-20T00:42:07.207Z] [ "`gofmt -l .`" = "" ] [2020-08-20T00:42:09.176Z] ./bin/test-go-mod-tidy.sh [2020-08-20T00:42:09.773Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-20T00:42:13.803Z] + ls -al . [2020-08-20T00:42:13.803Z] total 596 [2020-08-20T00:42:13.803Z] drwxrwxr-x 10 1001 1001 4096 Aug 20 00:42 . [2020-08-20T00:42:13.803Z] drwxr-xr-x 4 root root 4096 Aug 20 00:39 .. [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 11 Aug 20 00:37 .dockerignore [2020-08-20T00:42:13.803Z] drwxrwxr-x 8 1001 1001 4096 Aug 20 00:37 .git [2020-08-20T00:42:13.803Z] drwxrwxr-x 3 1001 1001 4096 Aug 20 00:37 .github [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 932 Aug 20 00:37 .gitignore [2020-08-20T00:42:13.803Z] drwxrwxr-x 3 1001 1001 4096 Aug 20 00:38 .semver [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 166 Aug 20 00:37 .sonarcloud.properties [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 3804 Aug 20 00:37 CONTRIBUTING.md [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 1035 Aug 20 00:37 Dockerfile.build [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 865 Aug 20 00:37 Jenkinsfile [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 10775 Aug 20 00:37 LICENSE [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 6237 Aug 20 00:37 Makefile [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 5652 Aug 20 00:37 README.md [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 259 Aug 20 00:37 SECURITY.md [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 5 Aug 20 00:32 VERSION [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 4131 Aug 20 00:37 ZMQWindows.md [2020-08-20T00:42:13.803Z] drwxrwxr-x 2 1001 1001 4096 Aug 20 00:37 bin [2020-08-20T00:42:13.803Z] drwxrwxr-x 15 1001 1001 4096 Aug 20 00:37 cmd [2020-08-20T00:42:13.803Z] -rw-r--r-- 1 root root 467869 Aug 20 00:41 coverage.out [2020-08-20T00:42:13.803Z] -rw-r--r-- 1 root root 1075 Aug 20 00:42 go.mod [2020-08-20T00:42:13.803Z] -rw-r--r-- 1 root root 19185 Aug 20 00:42 go.sum [2020-08-20T00:42:13.803Z] drwxrwxr-x 8 1001 1001 4096 Aug 20 00:37 internal [2020-08-20T00:42:13.803Z] drwxrwxr-x 4 1001 1001 4096 Aug 20 00:37 openapi [2020-08-20T00:42:13.803Z] drwxrwxr-x 4 1001 1001 4096 Aug 20 00:37 snap [2020-08-20T00:42:13.803Z] -rw-rw-r-- 1 1001 1001 168 Aug 20 00:37 version.go [Pipeline] sh [2020-08-20T00:42:14.455Z] + '[' -e coverage.out ] [2020-08-20T00:42:14.455Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-20T00:42:14.528Z] Warning: overwriting stash ‘coverage-report’ [2020-08-20T00:42:15.594Z] Stashed 1 file(s) [Pipeline] sh [2020-08-20T00:42:16.286Z] + make build [2020-08-20T00:42:16.286Z] 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-08-20T00:42:34.595Z] 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-08-20T00:42:44.704Z] 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-08-20T00:42:48.997Z] 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-08-20T00:42:54.388Z] 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-08-20T00:42:59.790Z] 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-08-20T00:43:01.761Z] 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-08-20T00:43:06.059Z] 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-08-20T00:43:12.757Z] 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-08-20T00:43:16.140Z] 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-08-20T00:43:21.526Z] 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-08-20T00:43:25.820Z] 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-08-20T00:43:31.213Z] 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-08-20T00:43:34.605Z] $ docker stop --time=1 5d6118e5bf76cc1cb1053366d6668f2b7e98c430a225e910d220625c646d654a [2020-08-20T00:43:37.070Z] $ docker rm -f 5d6118e5bf76cc1cb1053366d6668f2b7e98c430a225e910d220625c646d654a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:43:38.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T00:43:38.643Z] [2020-08-20T00:43:38.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:43:39.025Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T00:43:39.301Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-20T00:43:39.301Z] 29e5d40040c1: Pulling fs layer [2020-08-20T00:43:39.301Z] 1ce36da41761: Pulling fs layer [2020-08-20T00:43:39.301Z] 25b303627fd3: Pulling fs layer [2020-08-20T00:43:39.301Z] 29e5d40040c1: Verifying Checksum [2020-08-20T00:43:39.301Z] 29e5d40040c1: Download complete [2020-08-20T00:43:39.899Z] 29e5d40040c1: Pull complete [2020-08-20T00:43:40.497Z] 1ce36da41761: Verifying Checksum [2020-08-20T00:43:40.497Z] 1ce36da41761: Download complete [2020-08-20T00:43:41.475Z] 25b303627fd3: Verifying Checksum [2020-08-20T00:43:41.475Z] 25b303627fd3: Download complete [2020-08-20T00:43:41.475Z] 1ce36da41761: Pull complete [2020-08-20T00:43:51.604Z] 25b303627fd3: Pull complete [2020-08-20T00:43:51.604Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-20T00:43:51.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T00:43:51.604Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-20T00:43:51.868Z] prd-ubuntu18.04-docker-arm64-4c-16g-547 does not seem to be running inside a container [2020-08-20T00:43:51.941Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-20T00:43:55.366Z] $ docker top 85bbf13600580a512e397d632fd56e86c08030168f0f2dcae507196c5c516a62 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:43:56.792Z] + docker-compose build --help [2020-08-20T00:43:56.792Z] + grep parallel [2020-08-20T00:44:00.158Z] --parallel Build images in parallel. [Pipeline] } [2020-08-20T00:44:00.443Z] $ docker stop --time=1 85bbf13600580a512e397d632fd56e86c08030168f0f2dcae507196c5c516a62 [2020-08-20T00:44:02.448Z] $ docker rm -f 85bbf13600580a512e397d632fd56e86c08030168f0f2dcae507196c5c516a62 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:44:03.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T00:44:03.231Z] . [Pipeline] withDockerContainer [2020-08-20T00:44:03.494Z] prd-ubuntu18.04-docker-arm64-4c-16g-547 does not seem to be running inside a container [2020-08-20T00:44:03.564Z] $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-20T00:44:05.037Z] $ docker top 2b8577b2bd8ead2a8fc13903906a8ff7f6aee96cd663ddd2ad6e999569540ee7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:44:06.055Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-20T00:44:10.340Z] Building docker-core-command-go ... [2020-08-20T00:44:10.340Z] Building docker-core-data-go ... [2020-08-20T00:44:10.340Z] Building docker-core-metadata-go ... [2020-08-20T00:44:10.340Z] Building docker-security-proxy-setup-go ... [2020-08-20T00:44:10.340Z] Building docker-security-secrets-setup-go ... [2020-08-20T00:44:10.340Z] Building docker-security-secretstore-setup-go ... [2020-08-20T00:44:10.340Z] Building docker-support-logging-go ... [2020-08-20T00:44:10.340Z] Building docker-support-notifications-go ... [2020-08-20T00:44:10.340Z] Building docker-support-scheduler-go ... [2020-08-20T00:44:10.340Z] Building docker-sys-mgmt-agent-go ... [2020-08-20T00:44:10.340Z] Building docker-support-logging-go [2020-08-20T00:44:10.340Z] Building docker-core-data-go [2020-08-20T00:44:10.340Z] Building docker-support-scheduler-go [2020-08-20T00:44:10.340Z] Building docker-support-notifications-go [2020-08-20T00:44:10.340Z] Building docker-sys-mgmt-agent-go [2020-08-20T00:46:02.150Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:46:02.150Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:46:02.150Z] ---> 76245bc8fc3e [2020-08-20T00:46:02.150Z] Step 3/23 : WORKDIR /edgex-go [2020-08-20T00:46:02.150Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:46:02.150Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:46:02.150Z] ---> 76245bc8fc3e [2020-08-20T00:46:02.150Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:46:02.151Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:46:02.151Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:46:02.151Z] ---> 76245bc8fc3e [2020-08-20T00:46:02.151Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T00:46:02.151Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:46:02.151Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:46:02.151Z] ---> 76245bc8fc3e [2020-08-20T00:46:02.151Z] Step 3/20 : WORKDIR /edgex-go [2020-08-20T00:46:02.151Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:46:02.151Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:46:02.151Z] ---> 76245bc8fc3e [2020-08-20T00:46:02.151Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T00:46:04.768Z] ---> Running in 29ec71eabe85 [2020-08-20T00:46:04.768Z] ---> Running in e928acc7d949 [2020-08-20T00:46:04.768Z] ---> Running in daa56cfb6dbc [2020-08-20T00:46:04.768Z] ---> Running in 13935463a9a4 [2020-08-20T00:46:04.768Z] ---> Running in a027d85a85d2 [2020-08-20T00:46:05.401Z] Removing intermediate container 29ec71eabe85 [2020-08-20T00:46:05.401Z] ---> 4731171ff9ad [2020-08-20T00:46:05.401Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:46:05.401Z] Removing intermediate container 13935463a9a4 [2020-08-20T00:46:05.401Z] ---> 81ebe23e1aad [2020-08-20T00:46:05.401Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:46:05.674Z] Removing intermediate container a027d85a85d2 [2020-08-20T00:46:05.674Z] ---> c53d8779d75d [2020-08-20T00:46:05.674Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:46:05.674Z] Removing intermediate container e928acc7d949 [2020-08-20T00:46:05.674Z] ---> b7d3965898db [2020-08-20T00:46:05.674Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:46:05.674Z] Removing intermediate container daa56cfb6dbc [2020-08-20T00:46:05.674Z] ---> c6a1ec61d846 [2020-08-20T00:46:05.674Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:46:05.674Z] ---> Running in ae92f957f6eb [2020-08-20T00:46:05.674Z] ---> Running in 806289f39dfd [2020-08-20T00:46:05.951Z] ---> Running in 3f407813dd10 [2020-08-20T00:46:05.951Z] ---> Running in 809eecdf3112 [2020-08-20T00:46:05.951Z] ---> Running in 84f327d37d0e [2020-08-20T00:46:10.289Z] Removing intermediate container ae92f957f6eb [2020-08-20T00:46:10.289Z] ---> ef2505811a90 [2020-08-20T00:46:10.289Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-20T00:46:10.289Z] ---> Running in a6a87e9e6ac6 [2020-08-20T00:46:10.289Z] Removing intermediate container 3f407813dd10 [2020-08-20T00:46:10.289Z] ---> 1101b87f8a68 [2020-08-20T00:46:10.289Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-20T00:46:10.289Z] ---> Running in c3f0d64f1f7d [2020-08-20T00:46:10.570Z] Removing intermediate container 806289f39dfd [2020-08-20T00:46:10.570Z] ---> a08c563bf5ec [2020-08-20T00:46:10.570Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T00:46:10.854Z] ---> Running in 96dd7f53ae04 [2020-08-20T00:46:11.131Z] Removing intermediate container 84f327d37d0e [2020-08-20T00:46:11.131Z] ---> 2b657ecc82b6 [2020-08-20T00:46:11.131Z] Step 5/21 : RUN apk update && apk add make && apk add bash gitRemoving intermediate container 809eecdf3112 [2020-08-20T00:46:11.131Z] [2020-08-20T00:46:11.131Z] ---> 9facf4c9eb37 [2020-08-20T00:46:11.131Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-20T00:46:11.407Z] ---> Running in c67a588cf78c [2020-08-20T00:46:11.407Z] ---> Running in 0b43c9665b03 [2020-08-20T00:46:12.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:12.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:13.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:13.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:13.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:13.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:13.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:13.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:14.222Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:46:14.222Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:46:14.222Z] OK: 12617 distinct packages available [2020-08-20T00:46:14.222Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:46:14.222Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:46:14.222Z] OK: 12617 distinct packages available [2020-08-20T00:46:14.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:14.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:14.774Z] OK: 217 MiB in 51 packages [2020-08-20T00:46:14.774Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:46:14.774Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:46:14.774Z] OK: 12617 distinct packages available [2020-08-20T00:46:15.379Z] OK: 217 MiB in 51 packages [2020-08-20T00:46:15.379Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:46:15.379Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:46:15.379Z] OK: 12617 distinct packages available [2020-08-20T00:46:15.379Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:46:15.379Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:46:15.379Z] OK: 12617 distinct packages available [2020-08-20T00:46:15.656Z] OK: 217 MiB in 51 packages [2020-08-20T00:46:16.258Z] OK: 217 MiB in 51 packages [2020-08-20T00:46:16.258Z] OK: 217 MiB in 51 packages [2020-08-20T00:46:16.863Z] Removing intermediate container a6a87e9e6ac6 [2020-08-20T00:46:16.863Z] ---> df556b93a6e3 [2020-08-20T00:46:16.863Z] Step 6/22 : COPY go.mod . [2020-08-20T00:46:17.137Z] Removing intermediate container c3f0d64f1f7d [2020-08-20T00:46:17.137Z] ---> dff94bc6c9f1 [2020-08-20T00:46:17.137Z] Step 6/23 : COPY go.mod . [2020-08-20T00:46:17.137Z] OK: 217 MiB in 51 packages [2020-08-20T00:46:17.756Z] Removing intermediate container 96dd7f53ae04 [2020-08-20T00:46:17.756Z] ---> a1da12ff5bb3 [2020-08-20T00:46:17.756Z] Step 6/20 : COPY go.mod . [2020-08-20T00:46:17.756Z] ---> 99ff43b7eb52 [2020-08-20T00:46:17.756Z] Step 7/22 : RUN go mod download [2020-08-20T00:46:18.028Z] ---> Running in b084e1303cf5 [2020-08-20T00:46:18.028Z] Removing intermediate container c67a588cf78c [2020-08-20T00:46:18.028Z] ---> 8b82687ffb60 [2020-08-20T00:46:18.028Z] Step 6/26 : COPY go.mod . [2020-08-20T00:46:18.301Z] ---> b629ffd5e35e [2020-08-20T00:46:18.301Z] Step 7/23 : RUN go mod download [2020-08-20T00:46:18.301Z] ---> Running in bd2664cbb99f [2020-08-20T00:46:18.892Z] ---> 8df71ba16e17 [2020-08-20T00:46:18.892Z] Step 7/20 : RUN go mod download [2020-08-20T00:46:18.892Z] Removing intermediate container 0b43c9665b03 [2020-08-20T00:46:18.892Z] ---> 37a50fcfbdf2 [2020-08-20T00:46:18.892Z] Step 6/21 : COPY go.mod . [2020-08-20T00:46:19.166Z] ---> Running in 9dc572f30ac3 [2020-08-20T00:46:19.441Z] ---> 1542aceec53b [2020-08-20T00:46:19.441Z] Step 7/26 : RUN go mod download [2020-08-20T00:46:19.713Z] ---> Running in 3e977353bc78 [2020-08-20T00:46:20.324Z] ---> 364ba486a1df [2020-08-20T00:46:20.324Z] Step 7/21 : RUN go mod download [2020-08-20T00:46:20.602Z] ---> Running in b6cda5171ca2 [2020-08-20T00:46:22.600Z] Removing intermediate container b084e1303cf5 [2020-08-20T00:46:22.600Z] ---> 70f29cce1dfc [2020-08-20T00:46:22.600Z] Step 8/22 : COPY . . [2020-08-20T00:46:23.201Z] Removing intermediate container bd2664cbb99f [2020-08-20T00:46:23.201Z] ---> cec32b1bb3b7 [2020-08-20T00:46:23.201Z] Step 8/23 : COPY . . [2020-08-20T00:46:24.189Z] Removing intermediate container 9dc572f30ac3 [2020-08-20T00:46:24.189Z] ---> 68fe0b8cade7 [2020-08-20T00:46:24.189Z] Step 8/20 : COPY . . [2020-08-20T00:46:24.800Z] Removing intermediate container 3e977353bc78 [2020-08-20T00:46:24.800Z] ---> 8dbfed4f8411 [2020-08-20T00:46:24.800Z] Step 8/26 : COPY . . [2020-08-20T00:46:25.396Z] Removing intermediate container b6cda5171ca2 [2020-08-20T00:46:25.396Z] ---> 149c9a470166 [2020-08-20T00:46:25.396Z] Step 8/21 : COPY . . [2020-08-20T00:46:57.762Z] ---> 4dbf7ca4befc [2020-08-20T00:46:57.762Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-20T00:46:57.762Z] ---> e9f7e0d1916a [2020-08-20T00:46:57.762Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-20T00:46:57.762Z] ---> fa27ab5e1f8f [2020-08-20T00:46:57.763Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-20T00:46:57.763Z] ---> 12c0648b9f2d [2020-08-20T00:46:57.763Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-20T00:46:57.763Z] ---> 6758f548fc87 [2020-08-20T00:46:57.763Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-20T00:46:57.763Z] ---> Running in c4842a8ff2fd [2020-08-20T00:46:57.763Z] ---> Running in 86b96f57a99d [2020-08-20T00:46:57.763Z] ---> Running in 90b3ffff4484 [2020-08-20T00:46:57.763Z] ---> Running in 515a71a38537 [2020-08-20T00:46:57.763Z] ---> Running in b09d48bf4bd8 [2020-08-20T00:46:57.763Z] 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-08-20T00:46:57.763Z] 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-08-20T00:46:57.763Z] 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-08-20T00:46:58.036Z] 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-08-20T00:46:58.309Z] 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-08-20T00:48:35.108Z] Removing intermediate container b09d48bf4bd8 [2020-08-20T00:48:35.108Z] ---> d2fc8a3627a4 [2020-08-20T00:48:35.108Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-20T00:48:35.108Z] ---> Running in 8f7894eb56f9 [2020-08-20T00:48:36.571Z] 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-08-20T00:48:37.555Z] Removing intermediate container 515a71a38537 [2020-08-20T00:48:37.555Z] ---> a70db4e62942 [2020-08-20T00:48:37.555Z] [2020-08-20T00:48:37.555Z] Step 10/21 : FROM scratch [2020-08-20T00:48:37.555Z] ---> [2020-08-20T00:48:37.555Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T00:48:37.830Z] ---> Running in 072f34ca6d09 [2020-08-20T00:48:38.431Z] Removing intermediate container 072f34ca6d09 [2020-08-20T00:48:38.431Z] ---> 0ae26ed214e5 [2020-08-20T00:48:38.431Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-20T00:48:38.431Z] ---> Running in fbb2e489604c [2020-08-20T00:48:39.030Z] Removing intermediate container fbb2e489604c [2020-08-20T00:48:39.030Z] ---> 45f3989b9daa [2020-08-20T00:48:39.030Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:48:39.307Z] ---> Running in 969a0db59c11 [2020-08-20T00:48:39.907Z] Removing intermediate container 969a0db59c11 [2020-08-20T00:48:39.907Z] ---> a8fab209a467 [2020-08-20T00:48:39.907Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-20T00:48:41.359Z] ---> 51da1e00cb17 [2020-08-20T00:48:41.359Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-20T00:48:42.341Z] Removing intermediate container 8f7894eb56f9 [2020-08-20T00:48:42.341Z] ---> 9683012fdea2 [2020-08-20T00:48:42.341Z] [2020-08-20T00:48:42.341Z] Step 11/26 : FROM docker:latest [2020-08-20T00:48:42.341Z] ---> ce9d55ae87f1 [2020-08-20T00:48:42.341Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-20T00:48:42.341Z] ---> Running in bd346734a67d [2020-08-20T00:48:42.616Z] ---> 47ad4646c66d [2020-08-20T00:48:42.616Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-20T00:48:45.246Z] ---> caff54440219 [2020-08-20T00:48:45.246Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-20T00:48:45.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:48:45.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:48:46.124Z] (1/2) Installing readline (8.0.4-r0) [2020-08-20T00:48:46.124Z] ---> 8af0814cb895 [2020-08-20T00:48:46.124Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:48:46.124Z] (2/2) Installing bash (5.0.17-r0) [2020-08-20T00:48:46.401Z] Executing bash-5.0.17-r0.post-install [2020-08-20T00:48:46.401Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:48:46.401Z] OK: 12 MiB in 22 packages [2020-08-20T00:48:46.401Z] ---> Running in b9393a4be530 [2020-08-20T00:48:47.576Z] Removing intermediate container b9393a4be530 [2020-08-20T00:48:47.576Z] ---> 179d32c78038 [2020-08-20T00:48:47.576Z] Step 19/21 : LABEL arch=arm64 [2020-08-20T00:48:47.576Z] ---> Running in 6c366658a719 [2020-08-20T00:48:48.752Z] Removing intermediate container 6c366658a719 [2020-08-20T00:48:48.752Z] ---> b3a940e16e7a [2020-08-20T00:48:48.752Z] Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:48:48.752Z] Removing intermediate container bd346734a67d [2020-08-20T00:48:48.752Z] ---> 95810749ea43 [2020-08-20T00:48:48.752Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-20T00:48:49.377Z] ---> Running in cde260df804a [2020-08-20T00:48:49.377Z] ---> Running in 28e114dbe845 [2020-08-20T00:48:50.900Z] Removing intermediate container 28e114dbe845 [2020-08-20T00:48:50.900Z] ---> bf31b5fdd0c4 [2020-08-20T00:48:50.900Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:48:51.182Z] ---> Running in d0b5db22241a [2020-08-20T00:48:53.849Z] Removing intermediate container d0b5db22241a [2020-08-20T00:48:53.849Z] ---> faeb8822eb92 [2020-08-20T00:48:53.849Z] [2020-08-20T00:48:55.290Z] Successfully built faeb8822eb92 [2020-08-20T00:48:55.290Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-20T00:48:55.290Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-08-20T00:48:56.271Z] Removing intermediate container cde260df804a [2020-08-20T00:48:56.271Z] ---> 7b8c6345dcda [2020-08-20T00:48:56.271Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-20T00:48:56.866Z] ---> Running in c07fa556b67f [2020-08-20T00:48:57.153Z] Removing intermediate container 86b96f57a99d [2020-08-20T00:48:57.153Z] ---> 5715aa9b9f64 [2020-08-20T00:48:57.153Z] [2020-08-20T00:48:57.153Z] Step 10/23 : FROM scratchRemoving intermediate container 90b3ffff4484 [2020-08-20T00:48:57.153Z] ---> 83eaf6788ab1 [2020-08-20T00:48:57.153Z] [2020-08-20T00:48:57.153Z] Step 10/20 : FROM scratch [2020-08-20T00:48:57.153Z] ---> [2020-08-20T00:48:57.153Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:48:57.153Z] [2020-08-20T00:48:57.153Z] ---> [2020-08-20T00:48:57.153Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T00:48:57.153Z] ---> Using cache [2020-08-20T00:48:57.153Z] ---> 0ae26ed214e5 [2020-08-20T00:48:57.153Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-20T00:48:58.138Z] ---> Running in 5d2af44d5462 [2020-08-20T00:48:58.138Z] ---> Running in 577b5f5f03eb [2020-08-20T00:48:58.742Z] Removing intermediate container c07fa556b67f [2020-08-20T00:48:58.742Z] ---> 6b21544ccb0d [2020-08-20T00:48:58.742Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-20T00:48:59.016Z] Removing intermediate container 5d2af44d5462 [2020-08-20T00:48:59.016Z] ---> ae61461f9bad [2020-08-20T00:48:59.016Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-20T00:48:59.016Z] Removing intermediate container 577b5f5f03eb [2020-08-20T00:48:59.016Z] ---> ad4c9851d31b [2020-08-20T00:48:59.016Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-20T00:48:59.618Z] ---> Running in 14cafca5c086 [2020-08-20T00:48:59.903Z] ---> Running in 6e63fb761aa8 [2020-08-20T00:48:59.903Z] ---> Running in c1deea87708d [2020-08-20T00:49:00.521Z] Removing intermediate container 14cafca5c086 [2020-08-20T00:49:00.521Z] ---> f48696da2711 [2020-08-20T00:49:00.521Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-20T00:49:01.116Z] Removing intermediate container 6e63fb761aa8 [2020-08-20T00:49:01.117Z] ---> 89c9ed5097b2 [2020-08-20T00:49:01.117Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-20T00:49:01.117Z] Removing intermediate container c1deea87708d [2020-08-20T00:49:01.117Z] ---> 48decd9425bc [2020-08-20T00:49:01.117Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-20T00:49:01.401Z] ---> Running in 954843631d0f [2020-08-20T00:49:01.674Z] ---> Running in c8f97cbbd267 [2020-08-20T00:49:02.683Z] Removing intermediate container 954843631d0f [2020-08-20T00:49:02.683Z] ---> 82fbf352d9a4 [2020-08-20T00:49:02.683Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-20T00:49:02.959Z] ---> 61c0204e11cb [2020-08-20T00:49:02.959Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-20T00:49:02.959Z] Removing intermediate container c8f97cbbd267 [2020-08-20T00:49:02.959Z] ---> 5c0482a88200 [2020-08-20T00:49:02.959Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-20T00:49:04.964Z] ---> 2ce5361cd188 [2020-08-20T00:49:04.964Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-20T00:49:04.964Z] ---> 970a18d985e5 [2020-08-20T00:49:04.964Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-20T00:49:05.238Z] ---> 252ab0b31fa6 [2020-08-20T00:49:05.238Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-20T00:49:06.229Z] ---> 0e5b0cd5b9d2 [2020-08-20T00:49:06.229Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-20T00:49:07.668Z] ---> 2553c83bf45b [2020-08-20T00:49:07.668Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-20T00:49:08.283Z] ---> 6f24a56f1a96 [2020-08-20T00:49:08.283Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / ---> 047c911a4686 [2020-08-20T00:49:08.283Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-20T00:49:08.283Z] [2020-08-20T00:49:08.885Z] ---> Running in c6f460c37995 [2020-08-20T00:49:09.154Z] ---> ddb9e02f52c6 [2020-08-20T00:49:09.154Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:49:10.144Z] ---> Running in aaf0b8cb3ecd [2020-08-20T00:49:10.144Z] ---> dcb7277c3ef8 [2020-08-20T00:49:10.144Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-20T00:49:11.127Z] Removing intermediate container aaf0b8cb3ecd [2020-08-20T00:49:11.127Z] ---> b3a4f1c4dda4 [2020-08-20T00:49:11.127Z] Step 18/20 : LABEL arch=arm64 [2020-08-20T00:49:11.730Z] ---> Running in a460450f3a25 [2020-08-20T00:49:12.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:12.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:12.562Z] ---> 696877f43556 [2020-08-20T00:49:12.562Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-20T00:49:12.840Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-20T00:49:12.840Z] (2/33) Installing expat (2.2.9-r1) [2020-08-20T00:49:12.840Z] (3/33) Installing libffi (3.3-r2) [2020-08-20T00:49:13.124Z] (4/33) Installing gdbm (1.13-r1) [2020-08-20T00:49:13.124Z] Removing intermediate container a460450f3a25 [2020-08-20T00:49:13.124Z] ---> 36c2e5c2a045 [2020-08-20T00:49:13.124Z] Step 19/20 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:49:13.124Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-20T00:49:13.124Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-20T00:49:13.124Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-20T00:49:14.562Z] ---> Running in f3832c3bb1df [2020-08-20T00:49:14.852Z] ---> 4ede9aed70e9 [2020-08-20T00:49:14.852Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:49:15.122Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-20T00:49:15.122Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-20T00:49:15.122Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-20T00:49:15.122Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-20T00:49:15.122Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-20T00:49:15.122Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-20T00:49:15.122Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-20T00:49:15.396Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-20T00:49:15.396Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-20T00:49:15.396Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-20T00:49:15.396Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-20T00:49:15.396Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-20T00:49:15.396Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-20T00:49:15.396Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-20T00:49:15.396Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-20T00:49:15.396Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-20T00:49:15.678Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-20T00:49:15.678Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-20T00:49:15.678Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-20T00:49:15.678Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-20T00:49:15.678Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-20T00:49:15.678Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-20T00:49:15.678Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-20T00:49:15.678Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-20T00:49:15.678Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-20T00:49:15.678Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-20T00:49:15.961Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:49:15.961Z] OK: 71 MiB in 55 packages [2020-08-20T00:49:16.234Z] ---> Running in de69d306b6b0 [2020-08-20T00:49:16.234Z] Removing intermediate container f3832c3bb1df [2020-08-20T00:49:16.234Z] ---> acb3ac22917d [2020-08-20T00:49:16.234Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T00:49:16.827Z] ---> Running in ddeb43567c16 [2020-08-20T00:49:17.104Z] Removing intermediate container de69d306b6b0 [2020-08-20T00:49:17.104Z] ---> 6e0e845344e8 [2020-08-20T00:49:17.104Z] Step 21/23 : LABEL arch=arm64 [2020-08-20T00:49:18.096Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:49:18.096Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:49:18.096Z] ---> 76245bc8fc3e [2020-08-20T00:49:18.096Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:49:18.096Z] ---> Using cache [2020-08-20T00:49:18.096Z] ---> b7d3965898db [2020-08-20T00:49:18.096Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:49:18.096Z] ---> Using cache [2020-08-20T00:49:18.096Z] ---> 9facf4c9eb37 [2020-08-20T00:49:18.096Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T00:49:18.096Z] ---> Running in aeb95d1af5da [2020-08-20T00:49:18.096Z] ---> Running in 9b25545d3877 [2020-08-20T00:49:18.096Z] Removing intermediate container ddeb43567c16 [2020-08-20T00:49:18.096Z] ---> 1cea267495a3 [2020-08-20T00:49:18.096Z] [2020-08-20T00:49:18.694Z] Removing intermediate container c4842a8ff2fd [2020-08-20T00:49:18.694Z] ---> 04cc04965f88 [2020-08-20T00:49:18.694Z] [2020-08-20T00:49:18.694Z] Step 10/22 : FROM alpine [2020-08-20T00:49:18.694Z] Removing intermediate container aeb95d1af5da [2020-08-20T00:49:18.694Z] ---> 0b818004d915 [2020-08-20T00:49:18.694Z] Step 22/23 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:49:18.980Z] Successfully built 1cea267495a3 [2020-08-20T00:49:18.980Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-20T00:49:18.980Z] Building docker-security-secretstore-setup-go [2020-08-20T00:49:18.980Z]  Building docker-support-scheduler-go ... done  ---> Running in 5141b92b966b [2020-08-20T00:49:19.253Z] latest: Pulling from library/alpine [2020-08-20T00:49:19.528Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-20T00:49:19.804Z] Status: Downloaded newer image for alpine:latest [2020-08-20T00:49:19.804Z] ---> 62ee0e9f8440 [2020-08-20T00:49:19.804Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:49:19.804Z] Removing intermediate container 5141b92b966b [2020-08-20T00:49:19.804Z] ---> 973c82eeee0e [2020-08-20T00:49:19.804Z] Step 23/23 : LABEL version=0.0.0 [2020-08-20T00:49:20.077Z] ---> Running in b344467f578e [2020-08-20T00:49:20.077Z] ---> Running in 7ddbd94c5f4a [2020-08-20T00:49:20.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:21.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:21.340Z] Removing intermediate container b344467f578e [2020-08-20T00:49:21.340Z] ---> ae2b3c3a13b8 [2020-08-20T00:49:21.340Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-20T00:49:21.616Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:49:21.616Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:49:21.616Z] OK: 12617 distinct packages available [2020-08-20T00:49:22.219Z] Removing intermediate container 7ddbd94c5f4a [2020-08-20T00:49:22.219Z] ---> 5af4fd38b9af [2020-08-20T00:49:22.219Z] [2020-08-20T00:49:22.219Z] OK: 217 MiB in 51 packages [2020-08-20T00:49:22.499Z] ---> Running in 1e26a987228a [2020-08-20T00:49:23.105Z] Successfully built 5af4fd38b9af [2020-08-20T00:49:23.105Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-20T00:49:23.105Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-08-20T00:49:24.085Z] Removing intermediate container 1e26a987228a [2020-08-20T00:49:24.085Z] ---> a6f4e0abd162 [2020-08-20T00:49:24.085Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T00:49:24.357Z] ---> Running in 6cb5c5f0054b [2020-08-20T00:49:24.954Z] Removing intermediate container 9b25545d3877 [2020-08-20T00:49:24.954Z] ---> 91f9fc03b2b1 [2020-08-20T00:49:24.954Z] Step 6/21 : COPY go.mod . [2020-08-20T00:49:25.294Z] Removing intermediate container c6f460c37995 [2020-08-20T00:49:25.294Z] ---> bd453143e856 [2020-08-20T00:49:25.294Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-20T00:49:25.902Z] Removing intermediate container 6cb5c5f0054b [2020-08-20T00:49:25.903Z] ---> 41748ff77894 [2020-08-20T00:49:25.903Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:49:26.175Z] ---> a34a55b1a610 [2020-08-20T00:49:26.175Z] Step 7/21 : RUN go mod download [2020-08-20T00:49:26.175Z] ---> Running in 3dd240967897 [2020-08-20T00:49:26.447Z] ---> Running in 516cd74b1643 [2020-08-20T00:49:26.722Z] ---> Running in df68ccccd658 [2020-08-20T00:49:33.447Z] Removing intermediate container 516cd74b1643 [2020-08-20T00:49:33.447Z] ---> 3f395a9efe14 [2020-08-20T00:49:33.447Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-20T00:49:33.447Z] Removing intermediate container df68ccccd658 [2020-08-20T00:49:33.447Z] ---> bbe93bd6dc71 [2020-08-20T00:49:33.447Z] Step 8/21 : COPY . . [2020-08-20T00:49:33.447Z] ---> Running in f867e003d27d [2020-08-20T00:49:33.725Z] Collecting docker-compose==1.23.2 [2020-08-20T00:49:33.999Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-20T00:49:35.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:36.029Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-20T00:49:36.029Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-20T00:49:36.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:36.898Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-20T00:49:36.898Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-20T00:49:36.898Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-20T00:49:36.898Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-20T00:49:36.898Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-20T00:49:37.174Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-20T00:49:37.447Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-20T00:49:37.447Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:49:37.447Z] OK: 8 MiB in 19 packages [2020-08-20T00:49:37.722Z] Collecting cached-property<2,>=1.2.0 [2020-08-20T00:49:37.722Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-20T00:49:37.999Z] Collecting texttable<0.10,>=0.9.0 [2020-08-20T00:49:37.999Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-20T00:49:42.326Z] Collecting PyYAML<4,>=3.10 [2020-08-20T00:49:42.326Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-20T00:49:43.330Z] Removing intermediate container f867e003d27d [2020-08-20T00:49:43.330Z] ---> a00f6e5675e7 [2020-08-20T00:49:43.330Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-20T00:49:45.971Z] ---> b64167fa7506 [2020-08-20T00:49:45.972Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-20T00:49:45.972Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-20T00:49:45.972Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-20T00:49:49.370Z] Collecting jsonschema<3,>=2.5.1 [2020-08-20T00:49:49.370Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-20T00:49:49.370Z] ---> bd6fe019d86f [2020-08-20T00:49:49.370Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-20T00:49:49.644Z] Collecting docker<4.0,>=3.6.0 [2020-08-20T00:49:49.644Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-20T00:49:50.241Z] ---> 30d1a46e1837 [2020-08-20T00:49:50.241Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:49:50.526Z] Collecting docopt<0.7,>=0.6.1 [2020-08-20T00:49:50.526Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-20T00:49:50.803Z] ---> Running in 8b3d164be6e5 [2020-08-20T00:49:51.792Z] Removing intermediate container 8b3d164be6e5 [2020-08-20T00:49:51.792Z] ---> 0570dfd5e2bd [2020-08-20T00:49:51.792Z] Step 20/22 : LABEL arch=arm64 [2020-08-20T00:49:51.792Z] ---> Running in 618801e3241d [2020-08-20T00:49:52.784Z] 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-08-20T00:49:52.784Z] Removing intermediate container 618801e3241d [2020-08-20T00:49:52.784Z] ---> f198a17118cf [2020-08-20T00:49:52.784Z] Step 21/22 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:49:53.067Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:49:53.067Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:49:53.067Z] ---> 76245bc8fc3e [2020-08-20T00:49:53.067Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T00:49:53.067Z] ---> Using cache [2020-08-20T00:49:53.067Z] ---> b7d3965898db [2020-08-20T00:49:53.067Z] Collecting idna<2.8,>=2.5 [2020-08-20T00:49:53.067Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:49:53.067Z] ---> Using cache [2020-08-20T00:49:53.067Z] ---> 9facf4c9eb37 [2020-08-20T00:49:53.067Z] Step 5/26 : RUN apk update && apk add make git [2020-08-20T00:49:53.067Z] ---> Using cache [2020-08-20T00:49:53.067Z] ---> 91f9fc03b2b1 [2020-08-20T00:49:53.067Z] Step 6/26 : COPY go.mod . [2020-08-20T00:49:53.067Z] ---> Using cache [2020-08-20T00:49:53.067Z] ---> a34a55b1a610 [2020-08-20T00:49:53.067Z] Step 7/26 : RUN go mod download [2020-08-20T00:49:53.067Z] ---> Using cache [2020-08-20T00:49:53.067Z] ---> bbe93bd6dc71 [2020-08-20T00:49:53.067Z] Step 8/26 : COPY . . [2020-08-20T00:49:53.067Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-20T00:49:53.343Z] ---> Running in 06dc52c33a4f [2020-08-20T00:49:53.944Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-20T00:49:53.944Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-20T00:49:54.544Z] Removing intermediate container 06dc52c33a4f [2020-08-20T00:49:54.544Z] ---> 910a3e1a1a82 [2020-08-20T00:49:54.544Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T00:49:54.544Z] 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-08-20T00:49:54.544Z] 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-08-20T00:49:54.816Z] Collecting docker-pycreds>=0.4.0 [2020-08-20T00:49:54.816Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-20T00:49:55.093Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-20T00:49:55.093Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-20T00:49:55.093Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-20T00:49:55.093Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-20T00:49:55.093Z] ---> Running in b61ccfa5d56a [2020-08-20T00:49:56.537Z] Installing collected packages: idna, urllib3, requests, websocket-client, cached-property, texttable, PyYAML, dockerpty, jsonschema, docker-pycreds, docker, docopt, docker-compose [2020-08-20T00:49:56.537Z] Attempting uninstall: idna [2020-08-20T00:49:56.537Z] Found existing installation: idna 2.9 [2020-08-20T00:49:56.537Z] Uninstalling idna-2.9: [2020-08-20T00:49:56.537Z] Successfully uninstalled idna-2.9 [2020-08-20T00:49:56.537Z] Removing intermediate container b61ccfa5d56a [2020-08-20T00:49:56.537Z] ---> 189dafb1068d [2020-08-20T00:49:56.537Z] [2020-08-20T00:49:57.136Z] Attempting uninstall: urllib3 [2020-08-20T00:49:57.136Z] Found existing installation: urllib3 1.25.9 [2020-08-20T00:49:57.136Z] Uninstalling urllib3-1.25.9: [2020-08-20T00:49:57.136Z] Successfully uninstalled urllib3-1.25.9 [2020-08-20T00:49:57.410Z] Successfully built 189dafb1068d [2020-08-20T00:49:57.410Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-20T00:49:57.410Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-08-20T00:49:58.014Z] Attempting uninstall: requests [2020-08-20T00:49:58.014Z] Found existing installation: requests 2.23.0 [2020-08-20T00:49:58.014Z] Uninstalling requests-2.23.0: [2020-08-20T00:49:58.014Z] Successfully uninstalled requests-2.23.0 [2020-08-20T00:49:59.000Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:49:59.000Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:49:59.000Z] ---> 76245bc8fc3e [2020-08-20T00:49:59.000Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:49:59.000Z] ---> Using cache [2020-08-20T00:49:59.000Z] ---> b7d3965898db [2020-08-20T00:49:59.000Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:49:59.000Z] ---> Using cache [2020-08-20T00:49:59.000Z] ---> 9facf4c9eb37 [2020-08-20T00:49:59.000Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T00:49:59.000Z] ---> Using cache [2020-08-20T00:49:59.000Z] ---> 91f9fc03b2b1 [2020-08-20T00:49:59.000Z] Step 6/21 : COPY go.mod . [2020-08-20T00:49:59.000Z] ---> Using cache [2020-08-20T00:49:59.000Z] ---> a34a55b1a610 [2020-08-20T00:49:59.000Z] Step 7/21 : RUN go mod download [2020-08-20T00:49:59.000Z] ---> Using cache [2020-08-20T00:49:59.000Z] ---> bbe93bd6dc71 [2020-08-20T00:49:59.000Z] Step 8/21 : COPY . . [2020-08-20T00:49:59.000Z] Running setup.py install for texttable: started [2020-08-20T00:50:01.627Z] Running setup.py install for texttable: finished with status 'done' [2020-08-20T00:50:01.627Z] Running setup.py install for PyYAML: started [2020-08-20T00:50:04.260Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-20T00:50:04.260Z] Running setup.py install for dockerpty: started [2020-08-20T00:50:04.260Z] ---> 89a02f13c7cc [2020-08-20T00:50:04.260Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-20T00:50:06.918Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-20T00:50:06.918Z] ---> Running in a01afb8e4c6c [2020-08-20T00:50:08.356Z] Running setup.py install for docopt: started [2020-08-20T00:50:09.336Z] 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-08-20T00:50:10.779Z] Running setup.py install for docopt: finished with status 'done' [2020-08-20T00:50:12.222Z] 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-08-20T00:50:22.410Z] Removing intermediate container 3dd240967897 [2020-08-20T00:50:22.410Z] ---> 994beeb72ae9 [2020-08-20T00:50:22.410Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-20T00:50:22.410Z] ---> Running in 0d60e6126263 [2020-08-20T00:50:25.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:50:25.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:50:25.951Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T00:50:25.951Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-20T00:50:25.951Z] (3/3) Installing curl (7.69.1-r0) [2020-08-20T00:50:25.951Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:50:26.226Z] OK: 71 MiB in 58 packages [2020-08-20T00:50:28.872Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:50:28.872Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-20T00:50:28.872Z] ---> 76245bc8fc3e [2020-08-20T00:50:28.872Z] Step 3/29 : WORKDIR /edgex-go [2020-08-20T00:50:28.872Z] ---> Using cache [2020-08-20T00:50:28.872Z] ---> b7d3965898db [2020-08-20T00:50:28.872Z] Step 4/29 : RUN apk update && apk add make git [2020-08-20T00:50:28.872Z] ---> Running in 2b77d5d387c7 [2020-08-20T00:50:30.333Z] Removing intermediate container 0d60e6126263 [2020-08-20T00:50:30.333Z] ---> a0d46be4d69c [2020-08-20T00:50:30.333Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:50:30.333Z] ---> Running in 8889a94d8398 [2020-08-20T00:50:30.612Z] ---> a41b5b994fba [2020-08-20T00:50:30.612Z] 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-08-20T00:50:30.893Z] ---> Running in dfa1c07a3d8f [2020-08-20T00:50:31.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:50:31.498Z] Removing intermediate container 8889a94d8398 [2020-08-20T00:50:31.498Z] ---> 348a50d89967 [2020-08-20T00:50:31.498Z] Step 24/26 : LABEL arch=arm64 [2020-08-20T00:50:32.118Z] ---> Running in ea1358cf4dcf [2020-08-20T00:50:32.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:50:33.391Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:50:33.392Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:50:33.392Z] OK: 12617 distinct packages available [2020-08-20T00:50:33.392Z] Removing intermediate container ea1358cf4dcf [2020-08-20T00:50:33.392Z] ---> d35e2e677510 [2020-08-20T00:50:33.392Z] Step 25/26 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:50:33.667Z] ---> Running in 7ebc8b1aff40 [2020-08-20T00:50:33.667Z] 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-08-20T00:50:34.276Z] OK: 217 MiB in 51 packages [2020-08-20T00:50:34.276Z] Removing intermediate container 7ebc8b1aff40 [2020-08-20T00:50:34.554Z] ---> 8d34e5a1851a [2020-08-20T00:50:34.554Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T00:50:34.554Z] ---> Running in 8ea8d0f94512 [2020-08-20T00:50:35.560Z] ---> 7c831b26599f [2020-08-20T00:50:35.560Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-20T00:50:35.560Z] Removing intermediate container 8ea8d0f94512 [2020-08-20T00:50:35.560Z] ---> 11640954d7cd [2020-08-20T00:50:35.560Z] [2020-08-20T00:50:35.836Z] ---> Running in 96b676de9685 [2020-08-20T00:50:36.115Z] Removing intermediate container 2b77d5d387c7 [2020-08-20T00:50:36.115Z] ---> 9659333661b6 [2020-08-20T00:50:36.396Z] Step 5/29 : COPY go.mod . [2020-08-20T00:50:37.387Z] Successfully built 11640954d7cd [2020-08-20T00:50:37.387Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-20T00:50:37.387Z] Building docker-security-proxy-setup-go [2020-08-20T00:50:37.664Z]  Building docker-sys-mgmt-agent-go ... done  ---> d8ecebfcfb02 [2020-08-20T00:50:37.664Z] Step 6/29 : RUN go mod download [2020-08-20T00:50:37.939Z] ---> Running in d4b4ab1f0610 [2020-08-20T00:50:38.930Z] 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-08-20T00:50:45.671Z] Removing intermediate container d4b4ab1f0610 [2020-08-20T00:50:45.671Z] ---> 8ce1ddc9b366 [2020-08-20T00:50:45.671Z] Step 7/29 : COPY . . [2020-08-20T00:51:12.723Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:51:12.723Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:51:12.723Z] ---> 76245bc8fc3e [2020-08-20T00:51:12.723Z] Step 3/20 : WORKDIR /edgex-go [2020-08-20T00:51:12.723Z] ---> Using cache [2020-08-20T00:51:12.723Z] ---> b7d3965898db [2020-08-20T00:51:12.723Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:51:12.723Z] ---> Using cache [2020-08-20T00:51:12.723Z] ---> 9facf4c9eb37 [2020-08-20T00:51:12.723Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T00:51:12.723Z] ---> Using cache [2020-08-20T00:51:12.723Z] ---> 91f9fc03b2b1 [2020-08-20T00:51:12.723Z] Step 6/20 : COPY go.mod . [2020-08-20T00:51:12.723Z] ---> Using cache [2020-08-20T00:51:12.723Z] ---> a34a55b1a610 [2020-08-20T00:51:12.723Z] Step 7/20 : RUN go mod download [2020-08-20T00:51:12.723Z] ---> Using cache [2020-08-20T00:51:12.723Z] ---> bbe93bd6dc71 [2020-08-20T00:51:12.723Z] Step 8/20 : COPY . . [2020-08-20T00:51:12.723Z] ---> Using cache [2020-08-20T00:51:12.723Z] ---> 7c831b26599f [2020-08-20T00:51:12.723Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-20T00:51:15.371Z] ---> Running in d7ee1f0cbdaa [2020-08-20T00:51:15.650Z] ---> 589157437c79 [2020-08-20T00:51:15.650Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-20T00:51:15.930Z] ---> Running in 8fd69d9a978b [2020-08-20T00:51:17.941Z] 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-08-20T00:51:18.545Z] 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-08-20T00:51:50.942Z] Removing intermediate container a01afb8e4c6c [2020-08-20T00:51:50.942Z] ---> dee47e26ea3a [2020-08-20T00:51:50.942Z] [2020-08-20T00:51:50.942Z] Step 10/21 : FROM scratch [2020-08-20T00:51:50.942Z] ---> [2020-08-20T00:51:50.942Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:51:50.942Z] ---> Using cache [2020-08-20T00:51:50.942Z] ---> ae61461f9bad [2020-08-20T00:51:50.942Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-20T00:51:50.942Z] ---> Running in 2f6b18781fa1 [2020-08-20T00:51:50.942Z] Removing intermediate container 2f6b18781fa1 [2020-08-20T00:51:50.942Z] ---> f3ee47e39231 [2020-08-20T00:51:50.942Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:51:50.942Z] ---> Running in 6881d016db9c [2020-08-20T00:51:50.942Z] 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-08-20T00:51:50.942Z] Removing intermediate container 6881d016db9c [2020-08-20T00:51:50.942Z] ---> 05eef76bed4e [2020-08-20T00:51:50.942Z] Step 14/21 : WORKDIR / [2020-08-20T00:51:50.942Z] ---> Running in ff58de573590 [2020-08-20T00:51:51.547Z] Removing intermediate container ff58de573590 [2020-08-20T00:51:51.547Z] ---> 9834301cd0f9 [2020-08-20T00:51:51.547Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-20T00:51:52.533Z] ---> 5a9bf1f158b0 [2020-08-20T00:51:52.533Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-20T00:51:54.532Z] ---> 4b96a6380233 [2020-08-20T00:51:54.532Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-20T00:51:55.547Z] ---> 084a3c5630ec [2020-08-20T00:51:55.547Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:51:55.823Z] ---> Running in 7395440e5ac3 [2020-08-20T00:51:56.425Z] Removing intermediate container 7395440e5ac3 [2020-08-20T00:51:56.425Z] ---> d3cea2cc6cd3 [2020-08-20T00:51:56.425Z] Step 19/21 : LABEL arch=arm64 [2020-08-20T00:51:56.699Z] ---> Running in a7ac7ab3ec74 [2020-08-20T00:51:57.302Z] Removing intermediate container a7ac7ab3ec74 [2020-08-20T00:51:57.302Z] ---> cc1d1fe9fe0a [2020-08-20T00:51:57.302Z] Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:51:57.302Z] ---> Running in 473977472bac [2020-08-20T00:51:57.906Z] Removing intermediate container 473977472bac [2020-08-20T00:51:57.906Z] ---> 6610256ccbff [2020-08-20T00:51:57.906Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:51:58.183Z] ---> Running in ab232720b6a5 [2020-08-20T00:51:58.784Z] Removing intermediate container ab232720b6a5 [2020-08-20T00:51:58.784Z] ---> 7ef4fc0f3a5c [2020-08-20T00:51:58.784Z] [2020-08-20T00:51:59.385Z] Successfully built 7ef4fc0f3a5c [2020-08-20T00:51:59.385Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-20T00:52:04.804Z]  Building docker-core-metadata-go ... done 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-08-20T00:52:17.205Z] Removing intermediate container dfa1c07a3d8f [2020-08-20T00:52:17.205Z] ---> 253dd45675a1 [2020-08-20T00:52:17.205Z] [2020-08-20T00:52:17.205Z] Step 10/26 : FROM alpine:3.10 [2020-08-20T00:52:17.205Z] 3.10: Pulling from library/alpine [2020-08-20T00:52:19.180Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-20T00:52:19.180Z] Status: Downloaded newer image for alpine:3.10 [2020-08-20T00:52:19.180Z] ---> 536a684cf733 [2020-08-20T00:52:19.180Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-20T00:52:19.180Z] ---> Running in 0237f6d3e5d0 [2020-08-20T00:52:21.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:52:21.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:52:22.056Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-20T00:52:22.056Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-20T00:52:22.056Z] OK: 10167 distinct packages available [2020-08-20T00:52:22.657Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-20T00:52:22.933Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-20T00:52:22.933Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-20T00:52:22.933Z] (4/5) Installing curl (7.66.0-r0) [2020-08-20T00:52:22.933Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-20T00:52:22.933Z] Executing busybox-1.30.1-r3.trigger [2020-08-20T00:52:22.933Z] Executing ca-certificates-20191127-r2.trigger [2020-08-20T00:52:23.209Z] OK: 7 MiB in 19 packages [2020-08-20T00:52:25.201Z] Removing intermediate container 96b676de9685 [2020-08-20T00:52:25.201Z] ---> 319729a413c1 [2020-08-20T00:52:25.201Z] [2020-08-20T00:52:25.201Z] Step 10/21 : FROM scratch [2020-08-20T00:52:25.201Z] ---> [2020-08-20T00:52:25.201Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:52:25.478Z] ---> Using cache [2020-08-20T00:52:25.478Z] ---> ae61461f9bad [2020-08-20T00:52:25.478Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-20T00:52:25.758Z] ---> Running in 618d7e872b10 [2020-08-20T00:52:26.035Z] Removing intermediate container 0237f6d3e5d0 [2020-08-20T00:52:26.035Z] ---> f2ce0a19954a [2020-08-20T00:52:26.035Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T00:52:26.307Z] ---> Running in ea929f8ec298 [2020-08-20T00:52:26.307Z] Removing intermediate container 618d7e872b10 [2020-08-20T00:52:26.307Z] ---> cbbda58dd28b [2020-08-20T00:52:26.307Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:52:26.580Z] ---> Running in 61c6eb42037a [2020-08-20T00:52:26.854Z] Removing intermediate container ea929f8ec298 [2020-08-20T00:52:26.854Z] ---> 0f6eed6354e9 [2020-08-20T00:52:26.854Z] Step 13/26 : WORKDIR / [2020-08-20T00:52:27.128Z] Removing intermediate container 61c6eb42037a [2020-08-20T00:52:27.128Z] ---> 159a96f5a7e0 [2020-08-20T00:52:27.128Z] Step 14/21 : WORKDIR / [2020-08-20T00:52:27.404Z] ---> Running in 65c3abd4379c [2020-08-20T00:52:27.404Z] ---> Running in 73b9fa07a196 [2020-08-20T00:52:28.836Z] Removing intermediate container 73b9fa07a196 [2020-08-20T00:52:28.836Z] Removing intermediate container 65c3abd4379c [2020-08-20T00:52:28.836Z] ---> f73af3504eef [2020-08-20T00:52:28.836Z] ---> bbf41547cbfc [2020-08-20T00:52:28.836Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt /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-08-20T00:52:28.836Z] [2020-08-20T00:52:29.112Z] Removing intermediate container d7ee1f0cbdaa [2020-08-20T00:52:29.112Z] ---> 5ece88f52fa8 [2020-08-20T00:52:29.112Z] [2020-08-20T00:52:29.112Z] Step 10/20 : FROM alpine [2020-08-20T00:52:29.112Z] ---> 62ee0e9f8440 [2020-08-20T00:52:29.112Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-20T00:52:29.112Z] Removing intermediate container 8fd69d9a978b [2020-08-20T00:52:29.112Z] ---> 2fa9e6bbb5bc [2020-08-20T00:52:29.112Z] [2020-08-20T00:52:29.112Z] Step 9/29 : FROM alpine:latest [2020-08-20T00:52:29.112Z] ---> 62ee0e9f8440 [2020-08-20T00:52:29.112Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-20T00:52:29.399Z] ---> Running in c644cf893499 [2020-08-20T00:52:29.399Z] ---> Running in 6f18c95b5086 [2020-08-20T00:52:29.673Z] ---> e7d8591d0286 [2020-08-20T00:52:29.673Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-20T00:52:29.946Z] ---> b503df667d0a [2020-08-20T00:52:29.946Z] 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-08-20T00:52:29.946Z] Removing intermediate container 6f18c95b5086 [2020-08-20T00:52:29.946Z] ---> 114b404a20a4 [2020-08-20T00:52:29.946Z] Step 11/29 : USER root [2020-08-20T00:52:30.220Z] ---> Running in 509d20d3e518 [2020-08-20T00:52:31.204Z] Removing intermediate container 509d20d3e518 [2020-08-20T00:52:31.204Z] ---> 7bceac9928e9 [2020-08-20T00:52:31.204Z] ---> 65a20f52e43f [2020-08-20T00:52:31.204Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-20T00:52:31.204Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-20T00:52:31.204Z] ---> a66b3ab65858 [2020-08-20T00:52:31.204Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-20T00:52:31.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:52:31.204Z] ---> Running in b1c9b9dfa194 [2020-08-20T00:52:31.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:52:32.458Z] ---> 066d2c67c952 [2020-08-20T00:52:32.458Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-20T00:52:32.458Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:52:32.458Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:52:32.458Z] OK: 12617 distinct packages available [2020-08-20T00:52:32.458Z] ---> b22f40bda411 [2020-08-20T00:52:32.458Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:52:32.730Z] ---> Running in 3e582f535257 [2020-08-20T00:52:33.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:52:33.328Z] ---> 075f9c4cc7fe [2020-08-20T00:52:33.328Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-20T00:52:33.328Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-20T00:52:33.328Z] Removing intermediate container 3e582f535257 [2020-08-20T00:52:33.328Z] ---> 2648aabd6876 [2020-08-20T00:52:33.328Z] Step 19/21 : LABEL arch=arm64 [2020-08-20T00:52:33.328Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T00:52:33.328Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-20T00:52:33.328Z] (4/4) Installing curl (7.69.1-r0) [2020-08-20T00:52:33.328Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:52:33.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:52:33.328Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T00:52:33.604Z] ---> Running in f84a3526bac1 [2020-08-20T00:52:33.604Z] OK: 7 MiB in 18 packages [2020-08-20T00:52:34.208Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:52:34.208Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:52:34.208Z] OK: 12617 distinct packages available [2020-08-20T00:52:34.208Z] Removing intermediate container f84a3526bac1 [2020-08-20T00:52:34.208Z] ---> db0bbf8afbb3 [2020-08-20T00:52:34.208Z] Step 20/21 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:52:34.484Z] ---> Running in 41f1642596a8 [2020-08-20T00:52:34.756Z] ---> 6e8b52e68340 [2020-08-20T00:52:34.756Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-20T00:52:35.028Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-20T00:52:35.028Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-20T00:52:35.028Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:52:35.028Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T00:52:35.306Z] OK: 6 MiB in 16 packages [2020-08-20T00:52:35.306Z] Removing intermediate container 41f1642596a8 [2020-08-20T00:52:35.306Z] ---> e21827626a27 [2020-08-20T00:52:35.306Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:52:35.580Z] ---> Running in f490ca2f96b2 [2020-08-20T00:52:35.850Z] Removing intermediate container c644cf893499 [2020-08-20T00:52:35.850Z] ---> 875d8eab3a54 [2020-08-20T00:52:35.850Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T00:52:36.121Z] ---> Running in 610073fbc35b [2020-08-20T00:52:36.121Z] ---> 2b63f55d5093 [2020-08-20T00:52:36.121Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-20T00:52:36.121Z] Removing intermediate container f490ca2f96b2 [2020-08-20T00:52:36.121Z] ---> bdb119e13572 [2020-08-20T00:52:36.121Z] [2020-08-20T00:52:36.714Z] Removing intermediate container 610073fbc35b [2020-08-20T00:52:36.714Z] ---> 3876ef773e88 [2020-08-20T00:52:36.714Z] Step 13/20 : WORKDIR /edgex [2020-08-20T00:52:36.988Z] Successfully built bdb119e13572 [2020-08-20T00:52:36.988Z] ---> Running in 7eacfeef7087 [2020-08-20T00:52:36.988Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-20T00:52:36.988Z]  Building docker-core-command-go ... done Removing intermediate container b1c9b9dfa194 [2020-08-20T00:52:36.988Z] ---> a5f9d6372903 [2020-08-20T00:52:36.988Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-20T00:52:37.268Z] ---> Running in 8a768670bb12 [2020-08-20T00:52:37.539Z] ---> 233a4df8f3b2 [2020-08-20T00:52:37.539Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T00:52:37.539Z] Removing intermediate container 7eacfeef7087 [2020-08-20T00:52:37.539Z] ---> 6e45e3d20d68 [2020-08-20T00:52:37.539Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-20T00:52:37.810Z] Removing intermediate container 8a768670bb12 [2020-08-20T00:52:37.810Z] ---> e9351f8a25e2 [2020-08-20T00:52:37.810Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-20T00:52:38.083Z] ---> Running in 8915929a1e8b [2020-08-20T00:52:38.355Z] ---> 6e7f0fe0082a [2020-08-20T00:52:38.355Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T00:52:38.355Z] ---> 3e4d31e6b618 [2020-08-20T00:52:38.355Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-20T00:52:38.628Z] ---> Running in 2233fcb20748 [2020-08-20T00:52:38.628Z] Removing intermediate container 8915929a1e8b [2020-08-20T00:52:38.628Z] ---> edf499551fed [2020-08-20T00:52:38.628Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-20T00:52:38.902Z] ---> Running in 69f02c1b7e13 [2020-08-20T00:52:39.891Z] ---> 273cd7b854ce [2020-08-20T00:52:39.891Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-20T00:52:39.891Z] ---> Running in d67074f003b7 [2020-08-20T00:52:40.490Z] Removing intermediate container d67074f003b7 [2020-08-20T00:52:40.490Z] ---> 122d1a2a724a [2020-08-20T00:52:40.490Z] Step 17/20 : CMD ["--init=true"] [2020-08-20T00:52:40.490Z] ---> Running in fcac37a0cd12 [2020-08-20T00:52:41.486Z] Removing intermediate container fcac37a0cd12 [2020-08-20T00:52:41.486Z] ---> 48e7afead9ab [2020-08-20T00:52:41.486Z] Step 18/20 : LABEL arch=arm64 [2020-08-20T00:52:41.486Z] ---> Running in d6ffc97afa9f [2020-08-20T00:52:41.761Z] Removing intermediate container 2233fcb20748 [2020-08-20T00:52:41.761Z] ---> 68da802f4c65 [2020-08-20T00:52:41.761Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T00:52:41.761Z] ---> Running in 6db872c9392b [2020-08-20T00:52:42.040Z] Removing intermediate container d6ffc97afa9f [2020-08-20T00:52:42.040Z] ---> 46d9312cb0d6 [2020-08-20T00:52:42.040Z] Step 19/20 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:52:42.040Z] Removing intermediate container 69f02c1b7e13 [2020-08-20T00:52:42.040Z] ---> a31446bafb5a [2020-08-20T00:52:42.040Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-20T00:52:42.316Z] ---> Running in a361decc7a40 [2020-08-20T00:52:42.316Z] Removing intermediate container 6db872c9392b [2020-08-20T00:52:42.316Z] ---> 5ac591f25035 [2020-08-20T00:52:42.316Z] Step 24/26 : LABEL arch=arm64 [2020-08-20T00:52:42.590Z] ---> Running in 08fb374eabc4 [2020-08-20T00:52:42.862Z] Removing intermediate container a361decc7a40 [2020-08-20T00:52:42.862Z] ---> 64f61c89f9eb [2020-08-20T00:52:42.862Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T00:52:43.136Z] ---> Running in e04163df5de5 [2020-08-20T00:52:43.136Z] Removing intermediate container 08fb374eabc4 [2020-08-20T00:52:43.136Z] ---> 7ee7f22b3573 [2020-08-20T00:52:43.136Z] Step 25/26 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:52:43.406Z] ---> cc3c39bc4efc [2020-08-20T00:52:43.406Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-20T00:52:43.406Z] ---> Running in 2a0c4fe1c988 [2020-08-20T00:52:43.678Z] Removing intermediate container e04163df5de5 [2020-08-20T00:52:43.678Z] ---> da6a32555264 [2020-08-20T00:52:43.678Z] [2020-08-20T00:52:43.951Z] Removing intermediate container 2a0c4fe1c988 [2020-08-20T00:52:43.951Z] ---> df5c84251471 [2020-08-20T00:52:43.951Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T00:52:44.222Z] Successfully built da6a32555264 [2020-08-20T00:52:44.222Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-20T00:52:44.222Z]  Building docker-security-proxy-setup-go ... done  ---> Running in b0b275687db1 [2020-08-20T00:52:44.222Z] ---> e62384b42722 [2020-08-20T00:52:44.222Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-20T00:52:44.818Z] Removing intermediate container b0b275687db1 [2020-08-20T00:52:44.818Z] ---> 1f5919f6dea0 [2020-08-20T00:52:44.818Z] [2020-08-20T00:52:45.098Z] Successfully built 1f5919f6dea0 [2020-08-20T00:52:45.098Z] ---> a70dbc53d354 [2020-08-20T00:52:45.098Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-20T00:52:45.372Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-20T00:52:45.962Z]  Building docker-security-secretstore-setup-go ... done  ---> 84479563a999 [2020-08-20T00:52:45.962Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-20T00:52:46.550Z] ---> c630685289e6 [2020-08-20T00:52:46.550Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-20T00:52:46.819Z] ---> Running in 959800f12e90 [2020-08-20T00:52:49.423Z] Removing intermediate container 959800f12e90 [2020-08-20T00:52:49.424Z] ---> 085818e0eb70 [2020-08-20T00:52:49.424Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T00:52:50.015Z] ---> 00b0130c46e1 [2020-08-20T00:52:50.015Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T00:52:50.015Z] ---> Running in d740233e54b2 [2020-08-20T00:52:52.625Z] Removing intermediate container d740233e54b2 [2020-08-20T00:52:52.625Z] ---> 4e01acce42cc [2020-08-20T00:52:52.625Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-20T00:52:52.897Z] ---> Running in 85410cb99edd [2020-08-20T00:52:55.509Z] Removing intermediate container 85410cb99edd [2020-08-20T00:52:55.509Z] ---> 3237a11a25ad [2020-08-20T00:52:55.509Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T00:52:55.781Z] ---> Running in f77ef3e2d3ed [2020-08-20T00:52:56.374Z] Removing intermediate container f77ef3e2d3ed [2020-08-20T00:52:56.374Z] ---> 2501b267c0e6 [2020-08-20T00:52:56.374Z] Step 26/29 : CMD [ "generate" ] [2020-08-20T00:52:56.374Z] ---> Running in 24c1a6b2a364 [2020-08-20T00:52:56.963Z] Removing intermediate container 24c1a6b2a364 [2020-08-20T00:52:56.963Z] ---> efd7ac91865a [2020-08-20T00:52:56.963Z] Step 27/29 : LABEL arch=arm64 [2020-08-20T00:52:57.234Z] ---> Running in f29a3df6d372 [2020-08-20T00:52:57.506Z] Removing intermediate container f29a3df6d372 [2020-08-20T00:52:57.506Z] ---> 273c56434d2b [2020-08-20T00:52:57.506Z] Step 28/29 : LABEL git_sha=a3ba138a558047d4f6d88253193606d862867482 [2020-08-20T00:52:57.777Z] ---> Running in ef3c7441b9f8 [2020-08-20T00:52:58.381Z] Removing intermediate container ef3c7441b9f8 [2020-08-20T00:52:58.381Z] ---> f662eef2c764 [2020-08-20T00:52:58.381Z] Step 29/29 : LABEL version=0.0.0 [2020-08-20T00:52:58.381Z] ---> Running in 8ffdd22ffd77 [2020-08-20T00:52:58.971Z] Removing intermediate container 8ffdd22ffd77 [2020-08-20T00:52:58.971Z] ---> 24ea5f4f4ad6 [2020-08-20T00:52:58.971Z] [2020-08-20T00:52:59.561Z] Successfully built 24ea5f4f4ad6 [2020-08-20T00:52:59.561Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-20T00:52:59.845Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-20T00:52:59.836Z] $ docker stop --time=1 2b8577b2bd8ead2a8fc13903906a8ff7f6aee96cd663ddd2ad6e999569540ee7 [2020-08-20T00:53:01.751Z] $ docker rm -f 2b8577b2bd8ead2a8fc13903906a8ff7f6aee96cd663ddd2ad6e999569540ee7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-20T00:53:02.435Z] + docker images [2020-08-20T00:53:02.435Z] + grep docker [2020-08-20T00:53:02.705Z] docker-security-secrets-setup-go-arm64 latest 24ea5f4f4ad6 4 seconds ago 24.2MB [2020-08-20T00:53:02.705Z] docker-security-secretstore-setup-go-arm64 latest 1f5919f6dea0 18 seconds ago 32.6MB [2020-08-20T00:53:02.705Z] docker-security-proxy-setup-go-arm64 latest da6a32555264 19 seconds ago 15.8MB [2020-08-20T00:53:02.705Z] docker-core-command-go-arm64 latest bdb119e13572 27 seconds ago 12.4MB [2020-08-20T00:53:02.705Z] docker-core-metadata-go-arm64 latest 7ef4fc0f3a5c About a minute ago 13.8MB [2020-08-20T00:53:02.705Z] docker-sys-mgmt-agent-go-arm64 latest 11640954d7cd 2 minutes ago 266MB [2020-08-20T00:53:02.705Z] docker-core-data-go-arm64 latest 189dafb1068d 3 minutes ago 23.3MB [2020-08-20T00:53:02.705Z] docker-support-notifications-go-arm64 latest 5af4fd38b9af 3 minutes ago 13.9MB [2020-08-20T00:53:02.705Z] docker-support-scheduler-go-arm64 latest 1cea267495a3 3 minutes ago 12.6MB [2020-08-20T00:53:02.705Z] docker-support-logging-go-arm64 latest faeb8822eb92 4 minutes ago 11.4MB [2020-08-20T00:53:02.705Z] docker latest ce9d55ae87f1 7 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-08-20T00:53:04.260Z] provisioning config files... [2020-08-20T00:53:04.288Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/34@tmp/config6737968776338705373tmp [Pipeline] { [Pipeline] sh [2020-08-20T00:53:04.667Z] + curl -s https://codecov.io/bash [2020-08-20T00:53:04.667Z] + bash -s - -t @/w/workspace/edgex-go/34@tmp/config6737968776338705373tmp [Pipeline] } [2020-08-20T00:53:05.247Z] 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-08-20T00:53:06.567Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-20T00:53:07.466Z] ---> package-listing.sh [2020-08-20T00:53:07.466Z] ++ facter osfamily [2020-08-20T00:53:07.466Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-20T00:53:07.466Z] + OS_FAMILY=redhat [2020-08-20T00:53:07.466Z] + workspace=/w/workspace/edgex-go/34 [2020-08-20T00:53:07.466Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-20T00:53:07.466Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-20T00:53:07.466Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-20T00:53:07.466Z] + PACKAGES=/tmp/packages_start.txt [2020-08-20T00:53:07.466Z] + '[' /w/workspace/edgex-go/34 ']' [2020-08-20T00:53:07.466Z] + PACKAGES=/tmp/packages_end.txt [2020-08-20T00:53:07.466Z] + case "${OS_FAMILY}" in [2020-08-20T00:53:07.466Z] + rpm -qa [2020-08-20T00:53:07.466Z] + sort [2020-08-20T00:53:11.680Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-20T00:53:11.680Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-20T00:53:11.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-20T00:53:11.680Z] + '[' /w/workspace/edgex-go/34 ']' [2020-08-20T00:53:11.680Z] + mkdir -p /w/workspace/edgex-go/34/archives/ [2020-08-20T00:53:11.680Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/34/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:53:12.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-20T00:53:12.088Z] [2020-08-20T00:53:12.088Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:53:12.433Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-20T00:53:12.433Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-20T00:53:12.433Z] c9b1b535fdd9: Pulling fs layer [2020-08-20T00:53:12.433Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-20T00:53:12.433Z] 756a868c4378: Pulling fs layer [2020-08-20T00:53:12.433Z] 444b2fc9a129: Pulling fs layer [2020-08-20T00:53:12.433Z] ea15f1150254: Pulling fs layer [2020-08-20T00:53:12.433Z] 41b27a9f41bf: Pulling fs layer [2020-08-20T00:53:12.433Z] 28c525ee5125: Pulling fs layer [2020-08-20T00:53:12.433Z] 094b1ea09ed8: Pulling fs layer [2020-08-20T00:53:12.433Z] 138eaada9080: Pulling fs layer [2020-08-20T00:53:12.433Z] 0622d0fa9048: Pulling fs layer [2020-08-20T00:53:12.433Z] 41b27a9f41bf: Waiting [2020-08-20T00:53:12.433Z] 444b2fc9a129: Waiting [2020-08-20T00:53:12.433Z] 28c525ee5125: Waiting [2020-08-20T00:53:12.433Z] 094b1ea09ed8: Waiting [2020-08-20T00:53:12.433Z] 138eaada9080: Waiting [2020-08-20T00:53:12.433Z] ea15f1150254: Waiting [2020-08-20T00:53:12.433Z] 0622d0fa9048: Waiting [2020-08-20T00:53:12.433Z] 2cc5ad85d9ab: Download complete [2020-08-20T00:53:12.433Z] 444b2fc9a129: Verifying Checksum [2020-08-20T00:53:12.433Z] 444b2fc9a129: Download complete [2020-08-20T00:53:12.433Z] c9b1b535fdd9: Verifying Checksum [2020-08-20T00:53:12.433Z] c9b1b535fdd9: Download complete [2020-08-20T00:53:12.433Z] ea15f1150254: Verifying Checksum [2020-08-20T00:53:12.433Z] ea15f1150254: Download complete [2020-08-20T00:53:12.696Z] 28c525ee5125: Verifying Checksum [2020-08-20T00:53:12.696Z] 28c525ee5125: Download complete [2020-08-20T00:53:12.960Z] 756a868c4378: Download complete [2020-08-20T00:53:12.960Z] c9b1b535fdd9: Pull complete [2020-08-20T00:53:12.960Z] 138eaada9080: Verifying Checksum [2020-08-20T00:53:12.960Z] 138eaada9080: Download complete [2020-08-20T00:53:12.960Z] 0622d0fa9048: Verifying Checksum [2020-08-20T00:53:12.960Z] 0622d0fa9048: Download complete [2020-08-20T00:53:12.960Z] 094b1ea09ed8: Verifying Checksum [2020-08-20T00:53:12.960Z] 094b1ea09ed8: Download complete [2020-08-20T00:53:13.548Z] 2cc5ad85d9ab: Pull complete [2020-08-20T00:53:13.548Z] 41b27a9f41bf: Verifying Checksum [2020-08-20T00:53:13.548Z] 41b27a9f41bf: Download complete [2020-08-20T00:53:14.941Z] 756a868c4378: Pull complete [2020-08-20T00:53:14.941Z] 444b2fc9a129: Pull complete [2020-08-20T00:53:15.203Z] ea15f1150254: Pull complete [2020-08-20T00:53:21.815Z] 41b27a9f41bf: Pull complete [2020-08-20T00:53:22.397Z] 28c525ee5125: Pull complete [2020-08-20T00:53:24.315Z] 094b1ea09ed8: Pull complete [2020-08-20T00:53:25.262Z] 138eaada9080: Pull complete [2020-08-20T00:53:25.525Z] 0622d0fa9048: Pull complete [2020-08-20T00:53:25.525Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-20T00:53:25.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-20T00:53:25.525Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-20T00:53:25.705Z] prd-centos7-docker-4c-2g-545 does not seem to be running inside a container [2020-08-20T00:53:25.769Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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-lftools-log-publisher:alpine cat [2020-08-20T00:53:29.733Z] $ docker top 7cba1674b8ab42fa68dacd393c71491cbbff22f80358aaee0b1e9d826a178fea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-20T00:53:30.075Z] provisioning config files... [2020-08-20T00:53:30.096Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/34@tmp/config5514358210256725067tmp [Pipeline] { [Pipeline] echo [2020-08-20T00:53:30.163Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-20T00:53:30.465Z] ---> create-netrc.sh [Pipeline] echo [2020-08-20T00:53:30.475Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-20T00:53:30.778Z] ---> logs-deploy.sh [2020-08-20T00:53:30.778Z] + ARCHIVE_ARTIFACTS= [2020-08-20T00:53:30.778Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-20T00:53:30.778Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-20T00:53:30.778Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-20T00:53:30.778Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/34 [2020-08-20T00:53:30.778Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/34/ [2020-08-20T00:53:30.778Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/34 /w/workspace/edgex-go/34 [2020-08-20T00:53:31.724Z] Archives upload complete. [2020-08-20T00:53:31.997Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/34 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/34/