Pull request #2944 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24b7634453227e8df51ea6aa002a7fed098fab96+63eb717be648985cabd2e2ea0d3d1f19ada5a008 (efd10554b3d47ddd4e3bc2f11ef2cc3d6651cc52) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16085 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 Merge succeeded, producing e5ba928adfa98852dd37ebb5c62afac36a62d53c Checking out Revision e5ba928adfa98852dd37ebb5c62afac36a62d53c (PR-2944) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # 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 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5ba928adfa98852dd37ebb5c62afac36a62d53c # timeout=10 Commit message: "Merge commit '63eb717be648985cabd2e2ea0d3d1f19ada5a008' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:22:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:22:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:22:18 ========================================================= 07:22:18 EdgeX Global Pipelines Version Info 07:22:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ee536852e21e767ea5f8c26f76da8c31d7e315f4 # timeout=10 07:22:20 ------------------- 07:22:20 stable info: 07:22:20 ------------------- 07:22:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:22:20 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 07:22:20 Message: update stable to v1.0.172 07:22:21 ------------------- 07:22:21 experimental info: 07:22:21 ------------------- 07:22:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:22:21 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 07:22:21 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:22:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:22:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:22:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:22:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:22:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:22:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:22:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:22:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:22:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:22:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:22:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2944 [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2944 [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2944 [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5ba928adfa98852dd37ebb5c62afac36a62d53c [Pipeline] echo 07:22:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5ba928 [Pipeline] echo 07:22:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:22:24 provisioning config files... 07:22:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3903933722516874828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:22:24 ---> docker-login.sh 07:22:24 nexus3.edgexfoundry.org:10001 07:22:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:24 Configure a credential helper to remove this warning. See 07:22:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:24 07:22:24 Login Succeeded 07:22:24 nexus3.edgexfoundry.org:10002 07:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:25 Configure a credential helper to remove this warning. See 07:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:25 07:22:25 Login Succeeded 07:22:25 nexus3.edgexfoundry.org:10003 07:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:25 Configure a credential helper to remove this warning. See 07:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:25 07:22:25 Login Succeeded 07:22:25 nexus3.edgexfoundry.org:10004 07:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:25 Configure a credential helper to remove this warning. See 07:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:25 07:22:25 Login Succeeded 07:22:25 docker.io 07:22:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:25 Configure a credential helper to remove this warning. See 07:22:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:25 07:22:25 Login Succeeded 07:22:25 ---> docker-login.sh ends [Pipeline] } 07:22:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:26 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/core-command/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo core-command,cmd/core-command/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/core-data/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo core-data,cmd/core-data/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/core-metadata/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo core-metadata,cmd/core-metadata/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/security-bootstrap-redis/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/security-proxy-setup/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/security-secrets-setup/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/support-notifications/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo support-notifications,cmd/support-notifications/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/support-scheduler/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:22:26 + for file in '`ls cmd/**/Dockerfile`' 07:22:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:22:26 ++ cut -d/ -f2 07:22:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:22:26 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:22:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:22:27 07:22:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:22:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:22:27 latest: Pulling from edgex-devops/git-semver 07:22:27 31603596830f: Pulling fs layer 07:22:27 2a8b12db71e7: Pulling fs layer 07:22:27 6ca5941a6612: Pulling fs layer 07:22:27 ecc8261a40a4: Pulling fs layer 07:22:27 ecc8261a40a4: Waiting 07:22:27 2a8b12db71e7: Verifying Checksum 07:22:27 2a8b12db71e7: Download complete 07:22:27 31603596830f: Verifying Checksum 07:22:27 31603596830f: Download complete 07:22:27 6ca5941a6612: Verifying Checksum 07:22:27 6ca5941a6612: Download complete 07:22:28 31603596830f: Pull complete 07:22:28 ecc8261a40a4: Verifying Checksum 07:22:28 ecc8261a40a4: Download complete 07:22:28 2a8b12db71e7: Pull complete 07:22:29 6ca5941a6612: Pull complete 07:22:29 ecc8261a40a4: Pull complete 07:22:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:22:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:22:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:22:29 prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container 07:22:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:22:32 $ docker top 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:32 [ssh-agent] Looking for ssh-agent implementation... 07:22:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:32 $ docker exec 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 ssh-agent 07:22:33 SSH_AUTH_SOCK=/tmp/ssh-DszavskEgt4t/agent.11 07:22:33 SSH_AGENT_PID=16 07:22:33 Running ssh-add (command line suppressed) 07:22:33 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1883882520793798557.key (/w/workspace/edgex-go/3@tmp/private_key_1883882520793798557.key) 07:22:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:33 + git tag --points-at HEAD [Pipeline] } 07:22:33 $ docker exec --env ******** --env ******** 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 ssh-agent -k 07:22:33 unset SSH_AUTH_SOCK; 07:22:33 unset SSH_AGENT_PID; 07:22:33 echo Agent pid 16 killed; 07:22:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:22:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:33 [ssh-agent] Looking for ssh-agent implementation... 07:22:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:34 $ docker exec 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 ssh-agent 07:22:34 SSH_AUTH_SOCK=/tmp/ssh-0ro4paz6qTPt/agent.46 07:22:34 SSH_AGENT_PID=51 07:22:34 Running ssh-add (command line suppressed) 07:22:34 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8699900330035527926.key (/w/workspace/edgex-go/3@tmp/private_key_8699900330035527926.key) 07:22:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:34 + git semver init 07:22:34 # -> Open(): unable to determine branch for HEAD 07:22:34 # $GIT_DIR = /w/workspace/edgex-go/3/.git 07:22:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 07:22:34 # $SEMVER_REMOTE_NAME = origin 07:22:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:22:34 # $SEMVER_USER_NAME = edgex-jenkins 07:22:34 # $SEMVER_BRANCH = PR-2944 07:22:34 # $SEMVER_TEMP = /tmp/semver-147915324 07:22:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:22:53 # '/tmp/semver-147915324' -> '/w/workspace/edgex-go/3/.semver' 07:22:53 # -> Force: false 07:22:53 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 07:22:53 $ docker exec --env ******** --env ******** 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 ssh-agent -k 07:22:53 unset SSH_AUTH_SOCK; 07:22:53 unset SSH_AGENT_PID; 07:22:53 echo Agent pid 51 killed; 07:22:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:53 + git semver [Pipeline] } 07:22:53 $ docker stop --time=1 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 07:22:55 $ docker rm -f 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 [Pipeline] // withDockerContainer [Pipeline] sh 07:22:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:22:56 Stashed 1 file(s) [Pipeline] echo 07:22:56 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:22:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:22:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:22:58 + sudo service docker restart 07:22:58 + true 07:22:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:22:58 ========================================================= 07:22:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:22:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:22:58 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 07:23:02 Sending build context to Docker daemon 326.4MB 07:23:02 Step 1/7 : ARG BASE=golang:1.15-alpine 07:23:02 Step 2/7 : FROM ${BASE} 07:23:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:23:02 188c0c94c7c5: Pulling fs layer 07:23:02 0ef7d3d256c8: Pulling fs layer 07:23:02 de9db76c5a1d: Pulling fs layer 07:23:02 bca2f99d35d6: Pulling fs layer 07:23:02 93359f2a8cfa: Pulling fs layer 07:23:02 7c6f9722023f: Pulling fs layer 07:23:02 a35cf1a2eb13: Pulling fs layer 07:23:02 93359f2a8cfa: Waiting 07:23:02 7c6f9722023f: Waiting 07:23:02 a35cf1a2eb13: Waiting 07:23:02 bca2f99d35d6: Waiting 07:23:02 de9db76c5a1d: Download complete 07:23:02 0ef7d3d256c8: Verifying Checksum 07:23:02 0ef7d3d256c8: Download complete 07:23:02 93359f2a8cfa: Verifying Checksum 07:23:02 188c0c94c7c5: Verifying Checksum 07:23:02 188c0c94c7c5: Download complete 07:23:02 7c6f9722023f: Verifying Checksum 07:23:02 7c6f9722023f: Download complete 07:23:02 188c0c94c7c5: Pull complete 07:23:02 0ef7d3d256c8: Pull complete 07:23:02 de9db76c5a1d: Pull complete 07:23:04 a35cf1a2eb13: Verifying Checksum 07:23:04 a35cf1a2eb13: Download complete 07:23:04 bca2f99d35d6: Verifying Checksum 07:23:04 bca2f99d35d6: Download complete 07:23:10 bca2f99d35d6: Pull complete 07:23:10 93359f2a8cfa: Pull complete 07:23:10 7c6f9722023f: Pull complete 07:23:11 Still waiting to schedule task 07:23:11 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:23:15 a35cf1a2eb13: Pull complete 07:23:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:23:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:23:15 ---> a62c8e92a672 07:23:15 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 07:23:16 ---> Running in 26252ab74bda 07:23:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:23:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:23:19 (1/12) Installing libmagic (5.38-r0) 07:23:19 (2/12) Installing file (5.38-r0) 07:23:19 (3/12) Installing libc-dev (0.7.2-r3) 07:23:19 (4/12) Installing g++ (9.3.0-r2) 07:23:31 (5/12) Installing fortify-headers (1.1-r0) 07:23:31 (6/12) Installing patch (2.7.6-r6) 07:23:31 (7/12) Installing build-base (0.5-r2) 07:23:31 (8/12) Installing libsodium (1.0.18-r0) 07:23:31 (9/12) Installing pkgconf (1.7.2-r0) 07:23:31 (10/12) Installing libsodium-dev (1.0.18-r0) 07:23:31 (11/12) Installing libzmq (4.3.3-r0) 07:23:31 (12/12) Installing zeromq-dev (4.3.3-r0) 07:23:31 Executing busybox-1.31.1-r19.trigger 07:23:31 OK: 233 MiB in 51 packages 07:23:34 Removing intermediate container 26252ab74bda 07:23:34 ---> a929351fc9d0 07:23:34 Step 4/7 : WORKDIR /edgex-go 07:23:34 ---> Running in 77fcf9e575c7 07:23:34 Removing intermediate container 77fcf9e575c7 07:23:34 ---> e6569170af51 07:23:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:23:34 latest: Pulling from library/docker 07:23:34 05e7bc50f07f: Pulling fs layer 07:23:34 6db28d0fdbf6: Pulling fs layer 07:23:34 292df0bc6bf3: Pulling fs layer 07:23:34 2e060f4bd70b: Pulling fs layer 07:23:34 80e8d568a223: Pulling fs layer 07:23:34 8dc6ef1a942a: Pulling fs layer 07:23:34 2312dd95470a: Pulling fs layer 07:23:34 2e060f4bd70b: Waiting 07:23:34 80e8d568a223: Waiting 07:23:34 2312dd95470a: Waiting 07:23:34 8dc6ef1a942a: Waiting 07:23:34 292df0bc6bf3: Verifying Checksum 07:23:34 292df0bc6bf3: Download complete 07:23:35 6db28d0fdbf6: Verifying Checksum 07:23:35 6db28d0fdbf6: Download complete 07:23:35 05e7bc50f07f: Verifying Checksum 07:23:35 05e7bc50f07f: Download complete 07:23:35 80e8d568a223: Verifying Checksum 07:23:35 80e8d568a223: Download complete 07:23:35 8dc6ef1a942a: Verifying Checksum 07:23:35 8dc6ef1a942a: Download complete 07:23:35 2312dd95470a: Verifying Checksum 07:23:35 2312dd95470a: Download complete 07:23:35 05e7bc50f07f: Pull complete 07:23:35 6db28d0fdbf6: Pull complete 07:23:35 292df0bc6bf3: Pull complete 07:23:36 2e060f4bd70b: Download complete 07:23:38 2e060f4bd70b: Pull complete 07:23:38 80e8d568a223: Pull complete 07:23:38 8dc6ef1a942a: Pull complete 07:23:39 2312dd95470a: Pull complete 07:23:39 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 07:23:39 Status: Downloaded newer image for docker:latest 07:23:40 ---> 1634e98e401e 07:23:40 Step 6/7 : COPY go.mod . 07:23:40 ---> d564e2b6e9a3 07:23:40 Step 7/7 : RUN go mod download 07:23:40 ---> Running in 490d72baf7b7 07:24:02 Removing intermediate container 490d72baf7b7 07:24:02 ---> 3f99f4639183 07:24:02 Successfully built 3f99f4639183 07:24:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:24:03 + docker inspect -f . ci-base-image-x86_64 07:24:03 . [Pipeline] withDockerContainer 07:24:03 prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container 07:24:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:24:04 $ docker top c74feaf870906ede8ffa38be10d06a53326e1700c50924cf896002826de48717 -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:04 + go version 07:24:04 go version go1.15.5 linux/amd64 [Pipeline] } 07:24:04 $ docker stop --time=1 c74feaf870906ede8ffa38be10d06a53326e1700c50924cf896002826de48717 07:24:05 $ docker rm -f c74feaf870906ede8ffa38be10d06a53326e1700c50924cf896002826de48717 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:07 + docker inspect -f . ci-base-image-x86_64 07:24:07 . [Pipeline] withDockerContainer 07:24:07 prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container 07:24:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:24:08 $ docker top 7373e53e70e4f6ec6c3f37cd8c940480b234ea5564a5c7354b8e17b3f25641b1 -eo pid,comm [Pipeline] { [Pipeline] echo 07:24:08 ========================================================= 07:24:08 [edgeXBuildGoParallel] Running Tests and Build... 07:24:08 ========================================================= [Pipeline] sh 07:24:08 + make test 07:24:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:24:17 ? github.com/edgexfoundry/edgex-go [no test files] 07:24:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:24:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:24:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:24:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:24:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:24:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:24:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:24:41 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s 07:24:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:24:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:24:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:24:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:24:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:24:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 07:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:24:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.205s coverage: 27.1% of statements 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:24:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:24:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:24:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.390s coverage: 71.3% of statements 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:24:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.105s coverage: 83.7% of statements 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:24:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.318s coverage: 28.6% of statements 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:24:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:24:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:24:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:24:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.158s coverage: 97.5% of statements 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:24:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:24:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.318s coverage: 93.8% of statements 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:24:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:24:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.106s coverage: 0.1% of statements 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 07:24:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements 07:24:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 84.2% of statements 07:24:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements 07:24:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:24:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements 07:24:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:24:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:24:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 07:24:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 07:24:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 07:24:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 07:24:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 07:24:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 55.9% of statements 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.419s coverage: 86.3% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.110s coverage: 72.2% of statements 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.380s coverage: 72.1% of statements 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.050s coverage: 48.4% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.327s coverage: 84.0% of statements 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.062s coverage: 100.0% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.648s coverage: 29.1% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 07:25:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 07:25:11 GO111MODULE=on go vet ./... 07:25:38 gofmt -l . 07:25:38 [ "`gofmt -l .`" = "" ] 07:25:38 ./bin/test-go-mod-tidy.sh 07:25:38 ./bin/test-attribution-txt.sh [Pipeline] sh 07:25:38 + ls -al . 07:25:38 total 664 07:25:38 drwxrwxr-x 10 1001 1001 4096 Dec 15 07:25 . 07:25:38 drwxr-xr-x 4 root root 28 Dec 15 07:24 .. 07:25:38 -rw-rw-r-- 1 1001 1001 11 Dec 15 07:22 .dockerignore 07:25:38 drwxrwxr-x 8 1001 1001 179 Dec 15 07:22 .git 07:25:38 drwxrwxr-x 3 1001 1001 125 Dec 15 07:22 .github 07:25:38 -rw-rw-r-- 1 1001 1001 943 Dec 15 07:22 .gitignore 07:25:38 drwx------ 3 1001 1001 47 Dec 15 07:22 .semver 07:25:38 -rw-rw-r-- 1 1001 1001 166 Dec 15 07:22 .sonarcloud.properties 07:25:38 -rw-rw-r-- 1 1001 1001 3804 Dec 15 07:22 CONTRIBUTING.md 07:25:38 -rw-rw-r-- 1 1001 1001 1035 Dec 15 07:22 Dockerfile.build 07:25:38 -rw-rw-r-- 1 1001 1001 863 Dec 15 07:22 Jenkinsfile 07:25:38 -rw-rw-r-- 1 1001 1001 10775 Dec 15 07:22 LICENSE 07:25:38 -rw-rw-r-- 1 1001 1001 6318 Dec 15 07:22 Makefile 07:25:38 -rw-rw-r-- 1 1001 1001 6447 Dec 15 07:22 README.md 07:25:38 -rw-rw-r-- 1 1001 1001 7286 Dec 15 07:22 SECURITY.md 07:25:38 -rw-rw-r-- 1 1001 1001 5 Dec 15 07:22 VERSION 07:25:38 -rw-rw-r-- 1 1001 1001 4131 Dec 15 07:22 ZMQWindows.md 07:25:38 drwxrwxr-x 2 1001 1001 117 Dec 15 07:22 bin 07:25:38 drwxrwxr-x 15 1001 1001 4096 Dec 15 07:22 cmd 07:25:38 -rw-r--r-- 1 root root 568194 Dec 15 07:25 coverage.out 07:25:38 -rw-r--r-- 1 root root 1041 Dec 15 07:25 go.mod 07:25:38 -rw-r--r-- 1 root root 18959 Dec 15 07:25 go.sum 07:25:38 drwxrwxr-x 8 1001 1001 127 Dec 15 07:22 internal 07:25:38 drwxrwxr-x 4 1001 1001 26 Dec 15 07:22 openapi 07:25:38 drwxrwxr-x 4 1001 1001 71 Dec 15 07:22 snap 07:25:38 -rw-rw-r-- 1 1001 1001 168 Dec 15 07:22 version.go [Pipeline] sh 07:25:38 + '[' -e coverage.out ] 07:25:38 + chown 1001:1001 coverage.out [Pipeline] stash 07:25:38 Stashed 1 file(s) [Pipeline] sh 07:25:39 + make build 07:25:39 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 07:25:43 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 07:25:51 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 07:25:52 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 07:25:53 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 07:25:54 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 07:25:55 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 07:25:56 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 07:25:57 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 07:25:59 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 07:26:00 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 07:26:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:26:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 07:26:03 $ docker stop --time=1 7373e53e70e4f6ec6c3f37cd8c940480b234ea5564a5c7354b8e17b3f25641b1 07:26:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16088 in /w/workspace/edgexfoundry_edgex-go_PR-2944 07:26:05 $ docker rm -f 7373e53e70e4f6ec6c3f37cd8c940480b234ea5564a5c7354b8e17b3f25641b1 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 07:26:06 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:26:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:07 07:26:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:26:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:07 latest: Pulling from edgex-devops/edgex-compose 07:26:07 cbdbe7a5bc2a: Pulling fs layer 07:26:07 ca9280d653b3: Pulling fs layer 07:26:07 7e9c9ca2126c: Pulling fs layer 07:26:08 cbdbe7a5bc2a: Download complete 07:26:08 cbdbe7a5bc2a: Pull complete 07:26:08 ca9280d653b3: Verifying Checksum 07:26:08 ca9280d653b3: Download complete 07:26:09 ca9280d653b3: Pull complete 07:26:09 7e9c9ca2126c: Verifying Checksum 07:26:09 7e9c9ca2126c: Download complete 07:26:11 using credential edgex-jenkins-ssh 07:26:11 Cloning the remote Git repository 07:26:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:26:11 > git init /w/workspace/edgex-go/3 # timeout=10 07:26:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:26:11 > git --version # timeout=10 07:26:11 > git --version # 'git version 2.17.1' 07:26:11 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:26:16 7e9c9ca2126c: Pull complete 07:26:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:26:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:26:16 prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container 07:26:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:26:18 $ docker top 44a66f4a26fac76eaa0fa918876b44f27b82108f4f0f8911a5788642fcb4354f -eo pid,comm [Pipeline] { [Pipeline] sh 07:26:18 + docker-compose build --help 07:26:18 + grep parallel 07:26:19 --parallel Build images in parallel. [Pipeline] } 07:26:19 $ docker stop --time=1 44a66f4a26fac76eaa0fa918876b44f27b82108f4f0f8911a5788642fcb4354f 07:26:21 $ docker rm -f 44a66f4a26fac76eaa0fa918876b44f27b82108f4f0f8911a5788642fcb4354f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:26:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:21 . [Pipeline] withDockerContainer 07:26:21 prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container 07:26:22 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:26:22 $ docker top ecd20948088350b07f1ae1b2d54cbee7dfeedbebda3180ea1ccc8712d9cc6d6d -eo pid,comm [Pipeline] { [Pipeline] sh 07:26:23 + docker-compose -f ./docker-compose-build.yml build --parallel 07:26:24 Building docker-core-command-go ... 07:26:24 Building docker-core-data-go ... 07:26:24 Building docker-core-metadata-go ... 07:26:24 Building docker-security-bootstrap-redis-go ... 07:26:24 Building docker-security-proxy-setup-go ... 07:26:24 Building docker-security-secrets-setup-go ... 07:26:24 Building docker-security-secretstore-setup-go ... 07:26:24 Building docker-support-notifications-go ... 07:26:24 Building docker-support-scheduler-go ... 07:26:24 Building docker-sys-mgmt-agent-go ... 07:26:24 Building docker-core-data-go 07:26:24 Building docker-support-scheduler-go 07:26:24 Building docker-sys-mgmt-agent-go 07:26:24 Building docker-core-command-go 07:26:24 Building docker-security-proxy-setup-go 07:26:34 Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:26:34 Failed in branch arm64 07:26:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:26:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:26:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:26:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:26:33 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:26:34 > git config core.sparsecheckout # timeout=10 07:26:34 > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 07:26:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:26:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:26:56 ---> 3f99f4639183 07:26:56 Step 3/21 : WORKDIR /edgex-go 07:26:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:26:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:26:56 ---> 3f99f4639183 07:26:56 Step 3/21 : WORKDIR /edgex-go 07:26:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:26:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:26:56 ---> 3f99f4639183 07:26:56 Step 3/22 : WORKDIR /edgex-go 07:26:56 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:26:56 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:26:56 ---> 3f99f4639183 07:26:56 Step 3/27 : WORKDIR /edgex-go 07:26:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:26:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:26:56 ---> 3f99f4639183 07:26:56 Step 3/23 : WORKDIR /edgex-go 07:26:56 ---> Running in 030459c58416 07:26:56 ---> Running in c1a363a4c957 07:26:56 ---> Running in 26776f8ea6b1 07:26:56 ---> Running in 1473454e6260 07:26:56 ---> Running in d068900e9417 07:26:56 Removing intermediate container 030459c58416 07:26:56 ---> d2b8998d250c 07:26:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:56 Removing intermediate container 1473454e6260 07:26:56 ---> 47dfcada6936 07:26:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:56 Removing intermediate container d068900e9417 07:26:56 ---> a78551c8a295 07:26:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:56 Removing intermediate container 26776f8ea6b1 07:26:56 ---> f4a7455086dc 07:26:56 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:56 Removing intermediate container c1a363a4c957 07:26:56 ---> ba2d8aa84c2d 07:26:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:56 ---> Running in cc956e15895b 07:26:56 ---> Running in 23d6a6290191 07:26:56 ---> Running in 9289de1902a8 07:26:56 ---> Running in a905e69e402b 07:26:56 ---> Running in 796839143eae 07:26:58 Removing intermediate container 9289de1902a8 07:26:58 ---> e3edb15c32c6 07:26:58 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:26:58 ---> Running in 02b2dc782431 07:26:58 Removing intermediate container 23d6a6290191 07:26:58 ---> ec132d420065 07:26:58 Step 5/22 : RUN apk update && apk add make git 07:26:58 ---> Running in 671130018f63 07:26:58 Removing intermediate container cc956e15895b 07:26:58 ---> f87981191379 07:26:58 Step 5/21 : RUN apk update && apk add make git 07:26:58 Removing intermediate container 796839143eae 07:26:58 ---> cafee6393442 07:26:58 Step 5/21 : RUN apk update && apk add make git 07:26:58 Removing intermediate container a905e69e402b 07:26:58 ---> 1752cb31f2dc 07:26:58 Step 5/27 : RUN apk update && apk add make bash git 07:26:58 ---> Running in d9c0d6e3313c 07:26:58 ---> Running in 7ee3fff73068 07:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:26:59 ---> Running in 2ddded0f0c9b 07:26:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:26:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:26:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:26:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:26:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:01 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:01 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:01 OK: 12750 distinct packages available 07:27:01 OK: 233 MiB in 51 packages 07:27:01 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:01 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:01 OK: 12750 distinct packages available 07:27:01 OK: 233 MiB in 51 packages 07:27:01 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:01 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:01 OK: 12750 distinct packages available 07:27:02 Removing intermediate container 02b2dc782431 07:27:02 ---> 8b5053c9796a 07:27:02 Step 6/23 : COPY go.mod . 07:27:02 OK: 233 MiB in 51 packages 07:27:02 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:02 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:02 OK: 12750 distinct packages available 07:27:02 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:27:02 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:27:02 OK: 12750 distinct packages available 07:27:02 Removing intermediate container 671130018f63 07:27:02 ---> 7d808932fbc8 07:27:02 Step 6/22 : COPY go.mod . 07:27:02 OK: 233 MiB in 51 packages 07:27:02 ---> 9ae4adecc099 07:27:02 Step 7/23 : RUN go mod download 07:27:02 OK: 233 MiB in 51 packages 07:27:02 ---> Running in 371d760f1b32 07:27:02 ---> d880e5c17d83 07:27:02 Step 7/22 : RUN go mod download 07:27:02 ---> Running in 4d36ebe6d206 07:27:02 Removing intermediate container d9c0d6e3313c 07:27:02 ---> 1e7f52ed960c 07:27:02 Step 6/21 : COPY go.mod . 07:27:03 ---> 692f37db7b58 07:27:03 Step 7/21 : RUN go mod download 07:27:03 Removing intermediate container 2ddded0f0c9b 07:27:03 ---> a396dfce56b8 07:27:03 Step 6/27 : COPY go.mod . 07:27:03 ---> Running in d429364147c0 07:27:03 Removing intermediate container 7ee3fff73068 07:27:03 ---> eeeaad209a08 07:27:03 Step 6/21 : COPY go.mod . 07:27:04 ---> 6fc7cc3fda06 07:27:04 Step 7/27 : RUN go mod download 07:27:04 ---> Running in 713c328a74c8 07:27:04 ---> 63a4f0f832d3 07:27:04 Step 7/21 : RUN go mod download 07:27:04 ---> Running in 23974a157937 07:27:06 Removing intermediate container 371d760f1b32 07:27:06 ---> 08e1532ad148 07:27:06 Step 8/23 : COPY . . 07:27:06 Removing intermediate container 4d36ebe6d206 07:27:06 ---> 8e1135c7cd04 07:27:06 Step 8/22 : COPY . . 07:27:06 Removing intermediate container d429364147c0 07:27:06 ---> 38dbc4f9db16 07:27:06 Step 8/21 : COPY . . 07:27:08 Removing intermediate container 713c328a74c8 07:27:08 ---> bb91f05c3489 07:27:08 Step 8/27 : COPY . . 07:27:13 Removing intermediate container 23974a157937 07:27:13 ---> 9c2042be3891 07:27:13 Step 8/21 : COPY . . 07:27:45 ---> 7f9f0a545b3d 07:27:45 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:27:45 ---> 8f2e4abfae1c 07:27:45 Step 9/23 : RUN make cmd/core-data/core-data 07:27:45 ---> b9dbc854ce33 07:27:45 Step 9/22 : RUN make cmd/core-command/core-command 07:27:45 ---> f598f7970ae1 07:27:45 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:27:45 ---> dbf85ed2134b 07:27:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:27:45 ---> Running in 88b444b01f73 07:27:45 ---> Running in f4c0fe40b2c6 07:27:45 ---> Running in 707fc37adc12 07:27:45 ---> Running in 7a294a3a376f 07:27:45 ---> Running in c65c1261e932 07:27:45 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 07:27:45 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 07:27:45 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 07:27:46 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 07:27:46 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 07:28:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:28:21 Removing intermediate container 7a294a3a376f 07:28:21 ---> 66781a0d7f0e 07:28:21 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:28:21 ---> Running in c6f6d2442810 07:28:21 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 07:28:26 Removing intermediate container c65c1261e932 07:28:26 ---> d371ab5923da 07:28:26 07:28:26 Step 10/21 : FROM alpine 07:28:26 latest: Pulling from library/alpine 07:28:26 Removing intermediate container f4c0fe40b2c6 07:28:26 ---> ee68658ac582 07:28:26 07:28:26 Step 10/22 : FROM scratch 07:28:26 ---> 07:28:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:26 Removing intermediate container 88b444b01f73 07:28:26 ---> 8e9661a1f708 07:28:26 07:28:26 Step 10/21 : FROM scratch 07:28:26 ---> 07:28:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:26 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 07:28:26 Status: Downloaded newer image for alpine:latest 07:28:26 ---> b14afc6dfb98 07:28:26 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:28:26 ---> Running in 4cb5b8caefb6 07:28:26 Removing intermediate container c6f6d2442810 07:28:26 ---> d3c4c335b403 07:28:26 07:28:26 Step 11/27 : FROM docker:latest 07:28:26 ---> aefe523efa57 07:28:26 Step 12/27 : RUN apk add --no-cache bash 07:28:26 ---> Running in 6bfc80d63a6e 07:28:26 ---> Running in f23d22fb0c20 07:28:27 ---> Running in 45047a490c89 07:28:28 Removing intermediate container 6bfc80d63a6e 07:28:28 ---> d3970ba52b9b 07:28:28 Step 12/21 : ENV APP_PORT=48085 07:28:28 Removing intermediate container 4cb5b8caefb6 07:28:28 ---> ef96e1674be5 07:28:28 Step 12/22 : ENV APP_PORT=48082 07:28:29 ---> Running in 1b38b6be14f7 07:28:29 ---> Running in 801b06b8ee5e 07:28:29 Removing intermediate container 707fc37adc12 07:28:29 ---> 5b7f44e7a624 07:28:29 07:28:29 Step 10/23 : FROM alpine 07:28:29 ---> b14afc6dfb98 07:28:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:29 Removing intermediate container 1b38b6be14f7 07:28:29 ---> 96ca07b9c05c 07:28:29 Step 13/22 : EXPOSE $APP_PORT 07:28:29 ---> Running in 4988eb6823aa 07:28:29 Removing intermediate container 801b06b8ee5e 07:28:29 ---> 35cbde2e8326 07:28:29 Step 13/21 : EXPOSE $APP_PORT 07:28:29 ---> Running in c13bb32590ad 07:28:29 ---> Running in adbde83b8d00 07:28:29 Removing intermediate container 4988eb6823aa 07:28:29 ---> e0797f68ff7e 07:28:29 Step 12/23 : ENV APP_PORT=48080 07:28:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:30 (1/2) Installing readline (8.0.4-r0) 07:28:30 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:28:30 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:28:30 OK: 12747 distinct packages available 07:28:30 Removing intermediate container adbde83b8d00 07:28:30 ---> 92cb114eeb3f 07:28:30 Step 14/22 : WORKDIR / 07:28:30 (2/2) Installing bash (5.0.17-r0) 07:28:30 Executing bash-5.0.17-r0.post-install 07:28:30 ---> Running in 257de4c600e7 07:28:30 (1/4) Installing ca-certificates (20191127-r4) 07:28:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:28:30 (3/4) Installing libcurl (7.69.1-r3) 07:28:30 (4/4) Installing curl (7.69.1-r3) 07:28:30 Executing busybox-1.31.1-r19.trigger 07:28:30 Executing ca-certificates-20191127-r4.trigger 07:28:30 Executing busybox-1.31.1-r19.trigger 07:28:30 OK: 12 MiB in 22 packages 07:28:30 Removing intermediate container c13bb32590ad 07:28:30 ---> be639bfff641 07:28:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:28:30 OK: 7 MiB in 18 packages 07:28:31 ---> Running in 5dbb306afd77 07:28:31 ---> a50f047721bb 07:28:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:28:31 Removing intermediate container 257de4c600e7 07:28:31 ---> 354469eb7e5e 07:28:31 Step 13/23 : EXPOSE $APP_PORT 07:28:31 ---> Running in 98a6aebb7a57 07:28:31 Removing intermediate container 5dbb306afd77 07:28:31 ---> 4fb06985e942 07:28:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:28:32 ---> 01a9ea543d68 07:28:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:28:32 Removing intermediate container 45047a490c89 07:28:32 ---> d1ece06e988a 07:28:32 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:28:32 ---> 8d95db7dfb67 07:28:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:28:32 Removing intermediate container 98a6aebb7a57 07:28:32 ---> 7b7163016e2d 07:28:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:32 Removing intermediate container f23d22fb0c20 07:28:32 ---> 8c85fbabf94b 07:28:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:33 ---> Running in e331b96ce309 07:28:33 ---> Running in 6d2c0e53ebc1 07:28:33 ---> ae5cdc06f2d1 07:28:33 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:28:33 ---> Running in c1e034f7ee2e 07:28:33 ---> 5f618b0cdf07 07:28:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:28:33 ---> Running in 3c9bb255c63f 07:28:33 Removing intermediate container c1e034f7ee2e 07:28:33 ---> 4d235237240e 07:28:33 Step 13/21 : WORKDIR /edgex 07:28:33 ---> e4da3d1feb33 07:28:33 Step 18/22 : ENTRYPOINT ["/core-command"] 07:28:33 ---> Running in 9690742bddcb 07:28:33 Removing intermediate container 3c9bb255c63f 07:28:33 ---> c637a4307ff3 07:28:33 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:34 ---> Running in 64731c8e963d 07:28:34 ---> Running in 720c865e5083 07:28:34 Removing intermediate container 9690742bddcb 07:28:34 ---> b5a37b6bab2e 07:28:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:28:34 Removing intermediate container 64731c8e963d 07:28:34 ---> b801ba6e9b0e 07:28:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:34 Removing intermediate container 720c865e5083 07:28:34 ---> 6ec124d23f7f 07:28:34 Step 19/21 : LABEL arch=x86_64 07:28:34 ---> Running in 02d94c66c652 07:28:34 ---> Running in 8ed29624896f 07:28:34 ---> 56559f325a7d 07:28:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:28:34 Removing intermediate container 02d94c66c652 07:28:34 ---> 52c0ab4ded01 07:28:34 Step 20/22 : LABEL arch=x86_64 07:28:35 Removing intermediate container 8ed29624896f 07:28:35 ---> 13357e46fd70 07:28:35 Step 20/21 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:28:35 ---> Running in c2ce52206140 07:28:35 Removing intermediate container e331b96ce309 07:28:35 ---> b34a4a722317 07:28:35 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:28:35 ---> Running in 7f701fa839eb 07:28:35 Removing intermediate container 6d2c0e53ebc1 07:28:35 ---> 757c3a9c93cb 07:28:35 Step 15/23 : RUN apk --no-cache add zeromq 07:28:35 ---> 3156f2f37aa6 07:28:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:28:35 ---> Running in 394dc8da47fd 07:28:35 ---> Running in 6e5e6c88e673 07:28:35 Removing intermediate container c2ce52206140 07:28:35 ---> ad6ddc2fdb22 07:28:35 Step 21/22 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:28:36 Removing intermediate container 7f701fa839eb 07:28:36 ---> 4edeea3cb924 07:28:36 Step 21/21 : LABEL version=0.0.0 07:28:36 ---> Running in 9981de87b75a 07:28:36 ---> Running in 0feadf73766a 07:28:36 Removing intermediate container 394dc8da47fd 07:28:36 ---> 540a41c449f6 07:28:36 Step 15/27 : ENV APP_PORT=48090 07:28:36 ---> f37300b2fbad 07:28:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:28:36 ---> Running in 8bba2ad21269 07:28:36 ---> Running in 760a2d273319 07:28:36 Removing intermediate container 9981de87b75a 07:28:36 ---> cdf87e650407 07:28:36 Step 22/22 : LABEL version=0.0.0 07:28:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:36 Removing intermediate container 0feadf73766a 07:28:36 ---> 66f3e71ef21d 07:28:36 07:28:36 ---> Running in 5477de20a282 07:28:36 Removing intermediate container 8bba2ad21269 07:28:36 ---> cff34a9685b7 07:28:36 Step 16/27 : EXPOSE $APP_PORT 07:28:37 Successfully built 66f3e71ef21d 07:28:37 Successfully tagged docker-support-scheduler-go:latest 07:28:37 Removing intermediate container 760a2d273319 07:28:37 ---> 05a88d073f3f 07:28:37 Step 18/21 : CMD ["--init=true"] 07:28:37 Building docker-security-bootstrap-redis-go 07:28:37  Building docker-support-scheduler-go ... done  ---> Running in b350024ffea5 07:28:37 ---> Running in f3bdfd259edd 07:28:37 Removing intermediate container 5477de20a282 07:28:37 ---> 51127a6aaf22 07:28:37 07:28:37 Removing intermediate container b350024ffea5 07:28:37 ---> 04618508df50 07:28:37 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:28:37 Successfully built 51127a6aaf22 07:28:37 Removing intermediate container f3bdfd259edd 07:28:37 ---> b92116a71659 07:28:37 Step 19/21 : LABEL arch=x86_64 07:28:37 Successfully tagged docker-core-command-go:latest 07:28:37 Building docker-support-notifications-go 07:28:37  Building docker-core-command-go ... done  ---> Running in 20315f2bc082 07:28:38 Removing intermediate container 20315f2bc082 07:28:38 ---> 93ce3d3824ed 07:28:38 Step 20/21 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:38 ---> Running in a5b58ae05736 07:28:38 ---> e64bacdbccc9 07:28:38 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:28:39 (1/5) Installing libgcc (9.3.0-r2) 07:28:39 (2/5) Installing libsodium (1.0.18-r0) 07:28:40 (3/5) Installing libstdc++ (9.3.0-r2) 07:28:40 (4/5) Installing libzmq (4.3.3-r0) 07:28:41 Removing intermediate container a5b58ae05736 07:28:41 ---> b830385153f3 07:28:41 Step 21/21 : LABEL version=0.0.0 07:28:41 (5/5) Installing zeromq (4.3.3-r0) 07:28:41 Executing busybox-1.31.1-r19.trigger 07:28:41 OK: 8 MiB in 19 packages 07:28:44 ---> 208e9da1625e 07:28:44 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:28:44 ---> Running in a4761cd5defc 07:28:47 ---> 312be03df708 07:28:47 Step 20/27 : RUN apk --no-cache add py3-pip 07:28:47 Removing intermediate container a4761cd5defc 07:28:47 ---> d8b24d54c7e1 07:28:47 07:28:47 Successfully built d8b24d54c7e1 07:28:47 Successfully tagged docker-security-proxy-setup-go:latest 07:28:47  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 07:28:47 Removing intermediate container 6e5e6c88e673 07:28:47 ---> be0fc06ac3e3 07:28:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:28:49 ---> Running in 974ec6ef540c 07:28:53 ---> f7149fb4e820 07:28:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:28:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:54 (1/33) Installing libbz2 (1.0.8-r1) 07:28:54 (2/33) Installing expat (2.2.9-r1) 07:28:54 (3/33) Installing libffi (3.3-r2) 07:28:54 (4/33) Installing gdbm (1.13-r1) 07:28:54 ---> 1c322b68e862 07:28:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:28:54 (5/33) Installing xz-libs (5.2.5-r0) 07:28:54 (6/33) Installing sqlite-libs (3.32.1-r0) 07:28:54 (7/33) Installing python3 (3.8.5-r0) 07:28:57 ---> 3221dfd1ab9b 07:28:57 Step 19/23 : ENTRYPOINT ["/core-data"] 07:28:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:28:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:28:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:28:58 ---> 3f99f4639183 07:28:58 Step 3/22 : WORKDIR /edgex-go 07:28:58 ---> 3f99f4639183 07:28:58 Step 3/24 : WORKDIR /edgex-go 07:28:58 ---> Using cache 07:28:58 ---> ba2d8aa84c2d 07:28:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:58 ---> Using cache 07:28:58 ---> ba2d8aa84c2d 07:28:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:58 ---> Using cache 07:28:58 ---> cafee6393442 07:28:58 Step 5/22 : RUN apk update && apk add make git 07:28:58 ---> Using cache 07:28:58 ---> eeeaad209a08 07:28:58 Step 6/22 : COPY go.mod . 07:28:58 ---> Using cache 07:28:58 ---> 63a4f0f832d3 07:28:58 Step 7/22 : RUN go mod download 07:28:58 ---> Using cache 07:28:58 ---> cafee6393442 07:28:58 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:28:58 ---> Using cache 07:28:58 ---> 9c2042be3891 07:28:58 Step 8/22 : COPY . . 07:28:59 ---> Using cache 07:28:59 ---> dbf85ed2134b 07:28:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:28:59 (8/33) Installing py3-appdirs (1.4.4-r1) 07:28:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:28:59 ---> Running in ed876c384c0c 07:28:59 (10/33) Installing py3-parsing (2.4.7-r0) 07:28:59 (11/33) Installing py3-six (1.15.0-r0) 07:28:59 (12/33) Installing py3-packaging (20.4-r0) 07:28:59 (13/33) Installing py3-setuptools (47.0.0-r0) 07:28:59 ---> Running in d236599b0842 07:28:59 ---> Running in b842547c39ae 07:28:59 (14/33) Installing py3-chardet (3.0.4-r4) 07:28:59 (15/33) Installing py3-idna (2.9-r0) 07:29:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:29:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:29:00 Removing intermediate container ed876c384c0c 07:29:00 ---> dc23b9891261 07:29:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:00 (18/33) Installing py3-requests (2.23.0-r0) 07:29:00 (19/33) Installing py3-msgpack (1.0.0-r0) 07:29:00 (20/33) Installing py3-lockfile (0.12.2-r3) 07:29:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:29:01 (22/33) Installing py3-colorama (0.4.3-r0) 07:29:01 ---> Running in aa3e3efe7ee5 07:29:01 (23/33) Installing py3-distlib (0.3.0-r0) 07:29:01 (24/33) Installing py3-distro (1.5.0-r1) 07:29:01 (25/33) Installing py3-webencodings (0.5.1-r3) 07:29:01 (26/33) Installing py3-html5lib (1.0.1-r4) 07:29:01 (27/33) Installing py3-pytoml (0.1.21-r0) 07:29:01 (28/33) Installing py3-pep517 (0.8.2-r0) 07:29:01 (29/33) Installing py3-progress (1.5-r0) 07:29:01 (30/33) Installing py3-toml (0.10.1-r0) 07:29:01 (31/33) Installing py3-retrying (1.3.3-r0) 07:29:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:29:02 (33/33) Installing py3-pip (20.1.1-r0) 07:29:03 Executing busybox-1.31.1-r19.trigger 07:29:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:29:03 OK: 71 MiB in 55 packages 07:29:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:03 Removing intermediate container aa3e3efe7ee5 07:29:03 ---> a0109be5a697 07:29:03 Step 21/23 : LABEL arch=x86_64 07:29:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:05 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:29:05 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:29:05 OK: 12750 distinct packages available 07:29:05 ---> Running in 392dd3125542 07:29:05 OK: 233 MiB in 51 packages 07:29:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:29:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:29:05 ---> 3f99f4639183 07:29:05 Step 3/24 : WORKDIR /edgex-go 07:29:05 ---> Using cache 07:29:05 ---> ba2d8aa84c2d 07:29:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:05 ---> Using cache 07:29:05 ---> cafee6393442 07:29:05 Step 5/24 : RUN apk update && apk add make git 07:29:05 ---> Using cache 07:29:05 ---> eeeaad209a08 07:29:05 Step 6/24 : COPY go.mod . 07:29:05 ---> Using cache 07:29:05 ---> 63a4f0f832d3 07:29:05 Step 7/24 : RUN go mod download 07:29:05 ---> Using cache 07:29:05 ---> 9c2042be3891 07:29:05 Step 8/24 : COPY . . 07:29:05 ---> Using cache 07:29:05 ---> dbf85ed2134b 07:29:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:29:06 Removing intermediate container 392dd3125542 07:29:06 ---> c87d2f7fa6a7 07:29:06 Step 22/23 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:29:06 ---> Running in 81df03593f7d 07:29:06 ---> Running in fca33d0644d5 07:29:07 Removing intermediate container fca33d0644d5 07:29:07 ---> 84b406d688f2 07:29:07 Step 23/23 : LABEL version=0.0.0 07:29:07 ---> Running in a6dce1039275 07:29:07 Removing intermediate container b842547c39ae 07:29:07 ---> 31367d90ae75 07:29:07 Step 6/24 : COPY go.mod . 07:29:07 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 07:29:08 Removing intermediate container a6dce1039275 07:29:08 ---> 5fd08824122a 07:29:08 07:29:09 Successfully built 5fd08824122a 07:29:09 Successfully tagged docker-core-data-go:latest 07:29:09 Building docker-core-metadata-go 07:29:09  Building docker-core-data-go ... done  ---> e9661928e50d 07:29:09 Step 7/24 : RUN go mod download 07:29:13 ---> Running in e1c47b960ad3 07:29:20 Removing intermediate container e1c47b960ad3 07:29:20 ---> d31b4ad36ae0 07:29:20 Step 8/24 : COPY . . 07:29:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:29:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:29:30 ---> 3f99f4639183 07:29:30 Step 3/22 : WORKDIR /edgex-go 07:29:30 ---> Using cache 07:29:30 ---> ba2d8aa84c2d 07:29:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:30 ---> Using cache 07:29:30 ---> cafee6393442 07:29:30 Step 5/22 : RUN apk update && apk add make git 07:29:30 ---> Using cache 07:29:30 ---> eeeaad209a08 07:29:30 Step 6/22 : COPY go.mod . 07:29:30 ---> Using cache 07:29:30 ---> 63a4f0f832d3 07:29:30 Step 7/22 : RUN go mod download 07:29:30 ---> Using cache 07:29:30 ---> 9c2042be3891 07:29:30 Step 8/22 : COPY . . 07:29:30 ---> Using cache 07:29:30 ---> dbf85ed2134b 07:29:30 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:29:31 ---> Running in 830efa47f5d6 07:29:31 Removing intermediate container 974ec6ef540c 07:29:31 ---> bb3beeb3216d 07:29:31 Step 21/27 : RUN pip install docker-compose==1.23.2 07:29:32 ---> Running in a4b4ccc24006 07:29:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:29:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:29:41 Removing intermediate container d236599b0842 07:29:41 ---> 4b9c17311184 07:29:41 07:29:41 Step 10/22 : FROM alpine:3.10 07:29:41 3.10: Pulling from library/alpine 07:29:42 Collecting docker-compose==1.23.2 07:29:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:29:43 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:29:43 Status: Downloaded newer image for alpine:3.10 07:29:43 ---> be4e4bea2c2e 07:29:43 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:29:43 Collecting PyYAML<4,>=3.10 07:29:43 Downloading PyYAML-3.13.tar.gz (270 kB) 07:29:45 ---> Running in b991ecaf3a44 07:29:47 Collecting websocket-client<1.0,>=0.32.0 07:29:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:29:47 ---> d7337c351427 07:29:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:29:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:29:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:29:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:29:48 ---> Running in f49cb9edde56 07:29:48 Removing intermediate container 81df03593f7d 07:29:48 ---> 79c884318f65 07:29:48 07:29:48 Step 10/24 : FROM alpine:3.10 07:29:48 ---> be4e4bea2c2e 07:29:48 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:29:48 Collecting docker<4.0,>=3.6.0 07:29:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:29:48 ---> Running in f9f5b4868bee 07:29:49 Collecting jsonschema<3,>=2.5.1 07:29:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:29:49 Collecting texttable<0.10,>=0.9.0 07:29:49 Downloading texttable-0.9.1.tar.gz (11 kB) 07:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:29:49 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 07:29:49 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:29:49 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:29:49 OK: 10348 distinct packages available 07:29:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:29:50 Collecting dockerpty<0.5,>=0.4.1 07:29:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:29:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:29:50 (1/5) Installing ca-certificates (20191127-r2) 07:29:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:29:50 (3/5) Installing libcurl (7.66.0-r3) 07:29:50 (4/5) Installing curl (7.66.0-r3) 07:29:50 (5/5) Installing dumb-init (1.2.2-r1) 07:29:50 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:29:50 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:29:50 OK: 10348 distinct packages available 07:29:50 Executing busybox-1.30.1-r3.trigger 07:29:50 Executing ca-certificates-20191127-r2.trigger 07:29:50 OK: 7 MiB in 19 packages 07:29:50 (1/5) Installing ca-certificates (20191127-r2) 07:29:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:29:50 (3/5) Installing libcurl (7.66.0-r3) 07:29:50 (4/5) Installing curl (7.66.0-r3) 07:29:50 (5/5) Installing dumb-init (1.2.2-r1) 07:29:50 Executing busybox-1.30.1-r3.trigger 07:29:50 Executing ca-certificates-20191127-r2.trigger 07:29:50 Collecting docopt<0.7,>=0.6.1 07:29:50 OK: 7 MiB in 19 packages 07:29:50 Downloading docopt-0.6.2.tar.gz (25 kB) 07:29:51 Collecting cached-property<2,>=1.2.0 07:29:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:29:51 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) 07:29:51 Collecting idna<2.8,>=2.5 07:29:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:29:52 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) 07:29:52 Collecting urllib3<1.25,>=1.21.1 07:29:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:29:52 Collecting docker-pycreds>=0.4.0 07:29:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:29:52 Removing intermediate container b991ecaf3a44 07:29:52 ---> f6648b465e99 07:29:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:29:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:29:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:29:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:29:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:29:53 Installing collected packages: PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, dockerpty, docopt, cached-property, docker-compose 07:29:53 Running setup.py install for PyYAML: started 07:29:53 ---> Running in 1b8ccafbbc16 07:29:53 Removing intermediate container f9f5b4868bee 07:29:53 ---> 8614628b861d 07:29:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:29:53 ---> Running in 43a94f0f8941 07:29:53 Running setup.py install for PyYAML: finished with status 'done' 07:29:54 Removing intermediate container 43a94f0f8941 07:29:54 ---> 1e23925bd337 07:29:54 Step 13/24 : WORKDIR / 07:29:54 Removing intermediate container 1b8ccafbbc16 07:29:54 ---> 9d45df78ef10 07:29:54 Step 13/22 : WORKDIR / 07:29:55 Attempting uninstall: idna 07:29:55 Found existing installation: idna 2.9 07:29:55 Uninstalling idna-2.9: 07:29:55 Successfully uninstalled idna-2.9 07:29:55 ---> Running in f9bb09f8ce29 07:29:55 ---> Running in fdcadc5c81ff 07:29:55 Attempting uninstall: urllib3 07:29:55 Found existing installation: urllib3 1.25.9 07:29:55 Uninstalling urllib3-1.25.9: 07:29:55 Successfully uninstalled urllib3-1.25.9 07:29:56 Attempting uninstall: requests 07:29:56 Found existing installation: requests 2.23.0 07:29:56 Uninstalling requests-2.23.0: 07:29:56 Removing intermediate container fdcadc5c81ff 07:29:56 ---> 254e0a0c9dfa 07:29:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:29:56 Successfully uninstalled requests-2.23.0 07:29:56 Removing intermediate container f9bb09f8ce29 07:29:56 ---> 4a9a70b29df4 07:29:56 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 07:29:57 ---> 3a1f77578079 07:29:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:29:58 ---> 825ac303f7b5 07:29:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:29:59 Running setup.py install for texttable: started 07:29:59 ---> e2e48f9a13f5 07:29:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:29:59 ---> a1adcf244271 07:29:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:29:59 ---> a4544f3bcbf1 07:29:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:29:59 Running setup.py install for texttable: finished with status 'done' 07:29:59 Running setup.py install for dockerpty: started 07:29:59 ---> 4fd96cdf368f 07:29:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:30:00 ---> fc683cb845a2 07:30:00 Step 18/22 : RUN chmod +x entrypoint.sh 07:30:00 ---> 593e40776cd5 07:30:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:30:00 ---> Running in ce0508d2f0eb 07:30:00 Running setup.py install for dockerpty: finished with status 'done' 07:30:00 Running setup.py install for docopt: started 07:30:01 Running setup.py install for docopt: finished with status 'done' 07:30:02 ---> e27570c2b76c 07:30:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:30:02 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:30:03 ---> 6df354e1778d 07:30:03 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:30:03 ---> Running in bc6151c5d014 07:30:04 Removing intermediate container ce0508d2f0eb 07:30:04 ---> a0a46685ba26 07:30:04 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:30:04 ---> Running in 00e73e4683e2 07:30:04 Removing intermediate container 00e73e4683e2 07:30:04 ---> db122d8284fe 07:30:04 Step 20/22 : LABEL arch=x86_64 07:30:07 ---> Running in 9b1310863746 07:30:07 Removing intermediate container a4b4ccc24006 07:30:07 ---> 6e87d69549ad 07:30:07 Step 22/27 : RUN apk --no-cache add curl 07:30:07 Removing intermediate container 830efa47f5d6 07:30:07 ---> 163a91885a89 07:30:07 07:30:07 Step 10/22 : FROM scratch 07:30:07 ---> 07:30:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:30:07 ---> Running in 3aa9233ad27d 07:30:08 ---> Using cache 07:30:08 ---> d3970ba52b9b 07:30:08 Step 12/22 : ENV APP_PORT=48081 07:30:08 Removing intermediate container 9b1310863746 07:30:08 ---> 47606ec481b3 07:30:08 Step 21/22 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:30:08 Removing intermediate container bc6151c5d014 07:30:08 ---> 5160e02e45f3 07:30:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:08 ---> Running in 37557262dfd3 07:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:30:08 (2/3) Installing libcurl (7.69.1-r3) 07:30:08 (3/3) Installing curl (7.69.1-r3) 07:30:08 Executing busybox-1.31.1-r19.trigger 07:30:08 OK: 72 MiB in 58 packages 07:30:08 ---> Running in d9ed1b928175 07:30:08 ---> Running in 791a93b5451a 07:30:08 Removing intermediate container 37557262dfd3 07:30:08 ---> 2d68369cbaab 07:30:08 Step 13/22 : EXPOSE $APP_PORT 07:30:09 ---> Running in f0e481004e42 07:30:09 Removing intermediate container d9ed1b928175 07:30:09 ---> 8c99f520cea7 07:30:09 Step 22/24 : LABEL arch=x86_64 07:30:09 Removing intermediate container 791a93b5451a 07:30:09 ---> ca247d1bf43b 07:30:09 Step 22/22 : LABEL version=0.0.0 07:30:09 ---> Running in 3ee73d97dcc3 07:30:09 ---> Running in a3948d41a25b 07:30:09 Removing intermediate container f0e481004e42 07:30:09 ---> fff0f3cd8195 07:30:09 Step 14/22 : WORKDIR / 07:30:09 Removing intermediate container 3aa9233ad27d 07:30:09 ---> 25ed6c00ba40 07:30:09 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:30:09 ---> Running in d6db4fd187ad 07:30:09 ---> Running in 26b3c9907aea 07:30:12 Removing intermediate container 3ee73d97dcc3 07:30:12 ---> 39d2879d0832 07:30:12 Step 23/24 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:30:12 Removing intermediate container a3948d41a25b 07:30:12 ---> 4f078cfabc24 07:30:12 07:30:12 Removing intermediate container d6db4fd187ad 07:30:12 ---> cfce0b26652f 07:30:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:30:12 Successfully built 4f078cfabc24 07:30:12 ---> Running in 19330deb7e1c 07:30:12 Removing intermediate container 26b3c9907aea 07:30:12 ---> b3d95766d3f6 07:30:12 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:12 Successfully tagged docker-security-bootstrap-redis-go:latest 07:30:12 Building docker-security-secrets-setup-go 07:30:12  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f49cb9edde56 07:30:12 ---> 7356e571d03c 07:30:12 07:30:12 Step 10/24 : FROM scratch 07:30:12 ---> 07:30:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:30:12 ---> Running in d534f798b8a9 07:30:12 ---> Running in 0ec7f2a1fb75 07:30:12 ---> 2dcf6248e32a 07:30:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:30:12 Removing intermediate container 19330deb7e1c 07:30:12 ---> c1656f27665a 07:30:12 Step 24/24 : LABEL version=0.0.0 07:30:12 Removing intermediate container d534f798b8a9 07:30:12 ---> 89f9690358cb 07:30:12 Step 25/27 : LABEL arch=x86_64 07:30:12 ---> Running in e49494c22cf4 07:30:13 Removing intermediate container 0ec7f2a1fb75 07:30:13 ---> bc2b372e067b 07:30:13 Step 12/24 : ENV APP_PORT=48060 07:30:16 ---> Running in 43a1599e3cbd 07:30:16 ---> Running in 8c173446a738 07:30:17 Removing intermediate container e49494c22cf4 07:30:17 ---> cad152bb5d4d 07:30:17 07:30:17 Successfully built cad152bb5d4d 07:30:18 ---> 40c14a2d9695 07:30:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:30:18 Successfully tagged docker-security-secretstore-setup-go:latest 07:30:18  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8c173446a738 07:30:18 ---> 255550ca05d3 07:30:18 Step 13/24 : EXPOSE $APP_PORT 07:30:18 Removing intermediate container 43a1599e3cbd 07:30:18 ---> d08030346874 07:30:18 Step 26/27 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:30:18 ---> Running in 81737f1b2129 07:30:19 ---> Running in b3e80b7b85dc 07:30:20 ---> a0f9fc1cb5ed 07:30:20 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:30:20 Removing intermediate container 81737f1b2129 07:30:20 ---> 61f4408a5b7d 07:30:20 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:30:22 Removing intermediate container b3e80b7b85dc 07:30:22 ---> a41f4e6c4519 07:30:22 Step 27/27 : LABEL version=0.0.0 07:30:22 ---> Running in 548367f1d3e0 07:30:23 ---> ec8c9ea185df 07:30:23 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:30:24 ---> Running in 96a4a63a9e9a 07:30:25 Removing intermediate container 548367f1d3e0 07:30:25 ---> c6adc988fb4c 07:30:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:25 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 07:30:25 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:30:25 ---> 3f99f4639183 07:30:25 Step 3/29 : WORKDIR /edgex-go 07:30:25 ---> Using cache 07:30:25 ---> ba2d8aa84c2d 07:30:25 Step 4/29 : RUN apk update && apk add make git 07:30:26 ---> Running in 29fae59478d6 07:30:26 Removing intermediate container 96a4a63a9e9a 07:30:26 ---> 25eb7bba4ca9 07:30:26 07:30:26 ---> e434c569d545 07:30:26 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:30:26 ---> Running in 1af226fcd207 07:30:26 Successfully built 25eb7bba4ca9 07:30:26 Successfully tagged docker-sys-mgmt-agent-go:latest 07:30:27  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 29fae59478d6 07:30:27 ---> d7b44296305c 07:30:27 Step 20/22 : LABEL arch=x86_64 07:30:27 ---> Running in 8f83dc040ed0 07:30:27 ---> 41ea7158be67 07:30:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:30:27 Removing intermediate container 8f83dc040ed0 07:30:27 ---> d50b571e3475 07:30:27 Step 21/22 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:27 ---> Running in 77ffa859ec11 07:30:27 ---> e20df4b9820e 07:30:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:30:27 Removing intermediate container 77ffa859ec11 07:30:27 ---> f49620f96a90 07:30:27 Step 22/22 : LABEL version=0.0.0 07:30:27 ---> Running in f1cfb153777c 07:30:27 Removing intermediate container f1cfb153777c 07:30:27 ---> 611441356f43 07:30:27 07:30:28 ---> 6a818352f90f 07:30:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:30:28 Successfully built 611441356f43 07:30:28 Successfully tagged docker-core-metadata-go:latest 07:30:28  Building docker-core-metadata-go ... done  ---> 3665d53d8c07 07:30:28 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:30:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:28 ---> Running in de1c8e14bc81 07:30:28 Removing intermediate container de1c8e14bc81 07:30:28 ---> 29116e29e39b 07:30:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:28 ---> Running in 2627590dc259 07:30:28 Removing intermediate container 2627590dc259 07:30:28 ---> b56646aba297 07:30:28 Step 22/24 : LABEL arch=x86_64 07:30:28 ---> Running in c6b31d3e9f9c 07:30:28 Removing intermediate container c6b31d3e9f9c 07:30:28 ---> 1236c7b34d26 07:30:28 Step 23/24 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:30:28 ---> Running in ffaa8ab5e8ba 07:30:29 Removing intermediate container ffaa8ab5e8ba 07:30:29 ---> cd92763ca91d 07:30:29 Step 24/24 : LABEL version=0.0.0 07:30:29 ---> Running in dd33b70bb310 07:30:29 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:30:29 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 07:30:29 OK: 12750 distinct packages available 07:30:29 Removing intermediate container dd33b70bb310 07:30:29 ---> 92d42bbf3e4b 07:30:29 07:30:29 Successfully built 92d42bbf3e4b 07:30:29 OK: 233 MiB in 51 packages 07:30:29 Successfully tagged docker-support-notifications-go:latest 07:30:30  Building docker-support-notifications-go ... done Removing intermediate container 1af226fcd207 07:30:30 ---> 05835462d6e3 07:30:30 Step 5/29 : COPY go.mod . 07:30:30 ---> 63d2606b2613 07:30:30 Step 6/29 : RUN go mod download 07:30:30 ---> Running in 75b544ed4d48 07:30:31 Removing intermediate container 75b544ed4d48 07:30:31 ---> 0dc36d95272e 07:30:31 Step 7/29 : COPY . . 07:30:47 ---> bcc6688cd03d 07:30:47 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:30:47 ---> Running in cf5f9dbc37b0 07:30:47 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 07:30:58 Removing intermediate container cf5f9dbc37b0 07:30:58 ---> 794afbb765ba 07:30:58 07:30:58 Step 9/29 : FROM alpine:latest 07:30:58 ---> b14afc6dfb98 07:30:58 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:30:58 ---> Running in 3adf8751686c 07:30:58 Removing intermediate container 3adf8751686c 07:30:58 ---> 7d5e06a2abf8 07:30:58 Step 11/29 : USER root 07:30:58 ---> Running in c8890a43f711 07:30:58 Removing intermediate container c8890a43f711 07:30:58 ---> 2aa025882555 07:30:58 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:30:58 ---> Running in acb3ccc87019 07:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:58 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:30:58 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:30:58 OK: 12747 distinct packages available 07:30:58 (1/2) Installing ca-certificates (20191127-r4) 07:30:58 (2/2) Installing dumb-init (1.2.2-r1) 07:30:58 Executing busybox-1.31.1-r19.trigger 07:30:58 Executing ca-certificates-20191127-r4.trigger 07:30:58 OK: 6 MiB in 16 packages 07:30:59 Removing intermediate container acb3ccc87019 07:30:59 ---> 323a541f3b2e 07:30:59 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:30:59 ---> Running in 4d4fe794ea29 07:30:59 Removing intermediate container 4d4fe794ea29 07:30:59 ---> 196431644b8c 07:30:59 Step 14/29 : WORKDIR $BASE_DIR 07:31:00 ---> Running in ed16000b641e 07:31:00 Removing intermediate container ed16000b641e 07:31:00 ---> 2b9488f0bd9a 07:31:00 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:31:00 ---> Running in 26198c3ce035 07:31:01 Removing intermediate container 26198c3ce035 07:31:01 ---> c63400a6b013 07:31:01 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:31:01 ---> 5471ef6a339e 07:31:01 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:31:01 ---> c7289ec50ae2 07:31:01 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:31:02 ---> 83540bbf5881 07:31:02 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:31:02 ---> 6f31ea862ce7 07:31:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:31:02 ---> 9259b9628dce 07:31:02 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:31:02 ---> Running in bde9d477b60b 07:31:03 Removing intermediate container bde9d477b60b 07:31:03 ---> e1101739a0f1 07:31:03 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:31:03 ---> fa5d9d1ae45a 07:31:03 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:31:03 ---> Running in 7fe1564af03e 07:31:04 Removing intermediate container 7fe1564af03e 07:31:04 ---> d4f3dfd75f85 07:31:04 Step 24/29 : RUN chmod 755 security-secrets-setup 07:31:04 ---> Running in 245df2f396a5 07:31:05 Removing intermediate container 245df2f396a5 07:31:05 ---> 7f5af1cb13e3 07:31:05 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:31:05 ---> Running in 9e761fe11b26 07:31:06 Removing intermediate container 9e761fe11b26 07:31:06 ---> 70a1241d46c8 07:31:06 Step 26/29 : CMD [ "generate" ] 07:31:06 ---> Running in 5bb812aa40fe 07:31:06 Removing intermediate container 5bb812aa40fe 07:31:06 ---> 2806b40f1d70 07:31:06 Step 27/29 : LABEL arch=x86_64 07:31:06 ---> Running in 3770fd59a27a 07:31:06 Removing intermediate container 3770fd59a27a 07:31:06 ---> 96041d17c4bc 07:31:06 Step 28/29 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c 07:31:06 ---> Running in 5296675e5a54 07:31:06 Removing intermediate container 5296675e5a54 07:31:06 ---> 0a1549b180a0 07:31:06 Step 29/29 : LABEL version=0.0.0 07:31:06 ---> Running in 0dea1e51669e 07:31:06 Removing intermediate container 0dea1e51669e 07:31:06 ---> 7838dabe9989 07:31:06 07:31:07 Successfully built 7838dabe9989 07:31:07 Successfully tagged docker-security-secrets-setup-go:latest 07:31:07  Building docker-security-secrets-setup-go ... done  [Pipeline] } 07:31:07 $ docker stop --time=1 ecd20948088350b07f1ae1b2d54cbee7dfeedbebda3180ea1ccc8712d9cc6d6d 07:31:09 $ docker rm -f ecd20948088350b07f1ae1b2d54cbee7dfeedbebda3180ea1ccc8712d9cc6d6d [Pipeline] // withDockerContainer [Pipeline] sh 07:31:09 + docker images 07:31:09 + grep docker 07:31:10 docker-security-secrets-setup-go latest 7838dabe9989 3 seconds ago 23.9MB 07:31:10 docker-support-notifications-go latest 92d42bbf3e4b 40 seconds ago 13.6MB 07:31:10 docker-core-metadata-go latest 611441356f43 42 seconds ago 14.5MB 07:31:10 docker-sys-mgmt-agent-go latest 25eb7bba4ca9 44 seconds ago 313MB 07:31:10 docker-security-secretstore-setup-go latest cad152bb5d4d 54 seconds ago 24.8MB 07:31:10 docker-security-bootstrap-redis-go latest 4f078cfabc24 About a minute ago 15.9MB 07:31:10 docker-core-data-go latest 5fd08824122a 2 minutes ago 23.7MB 07:31:10 docker-security-proxy-setup-go latest d8b24d54c7e1 2 minutes ago 24.6MB 07:31:10 docker-core-command-go latest 51127a6aaf22 2 minutes ago 12.2MB 07:31:10 docker-support-scheduler-go latest 66f3e71ef21d 2 minutes ago 12.3MB 07:31:10 docker latest aefe523efa57 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 07:31:25 Still waiting to schedule task 07:31:25 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:32:22 Running on prd-ubuntu18.04-docker-8c-8g-16091 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws 07:32:22 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:32:25 using credential edgex-jenkins-ssh 07:32:25 Cloning the remote Git repository 07:32:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:32:25 > git init /w/workspace/edgex-go/3 # timeout=10 07:32:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:32:25 > git --version # timeout=10 07:32:25 > git --version # 'git version 2.17.1' 07:32:25 using GIT_SSH to set credentials SSH Credentials for GitHub 07:32:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:32:40 Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 [Pipeline] } 07:32:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:32:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:32:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:32:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:32:40 using GIT_SSH to set credentials SSH Credentials for GitHub 07:32:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:32:40 > git config core.sparsecheckout # timeout=10 07:32:41 > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:32:41 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:32:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:32:44 ---> package-listing.sh 07:32:44 ++ facter osfamily 07:32:44 ++ tr '[:upper:]' '[:lower:]' 07:32:44 + OS_FAMILY=redhat 07:32:44 + workspace=/w/workspace/edgex-go/3 07:32:44 + START_PACKAGES=/tmp/packages_start.txt 07:32:44 + END_PACKAGES=/tmp/packages_end.txt 07:32:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:32:44 + PACKAGES=/tmp/packages_start.txt 07:32:44 + '[' /w/workspace/edgex-go/3 ']' 07:32:44 + PACKAGES=/tmp/packages_end.txt 07:32:44 + case "${OS_FAMILY}" in 07:32:44 + rpm -qa 07:32:44 + sort 07:32:50 + '[' -f /tmp/packages_start.txt ']' 07:32:50 + '[' -f /tmp/packages_end.txt ']' 07:32:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:32:50 + '[' /w/workspace/edgex-go/3 ']' 07:32:50 + mkdir -p /w/workspace/edgex-go/3/archives/ 07:32:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 07:32:50 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:32:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:32:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:50 07:32:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:32:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:51 alpine: Pulling from edgex-lftools-log-publisher 07:32:51 df20fa9351a1: Pulling fs layer 07:32:51 36b3adc4ff6f: Pulling fs layer 07:32:51 8ad3a11d3b57: Pulling fs layer 07:32:51 46f8f816bc3b: Pulling fs layer 07:32:51 93b61091891f: Pulling fs layer 07:32:51 93b9cdb0e59b: Pulling fs layer 07:32:51 5e14af77c1be: Pulling fs layer 07:32:51 01666e4c0597: Pulling fs layer 07:32:51 aa168da1d23b: Pulling fs layer 07:32:51 93b9cdb0e59b: Waiting 07:32:51 5e14af77c1be: Waiting 07:32:51 01666e4c0597: Waiting 07:32:51 46f8f816bc3b: Waiting 07:32:51 93b61091891f: Waiting 07:32:51 aa168da1d23b: Waiting 07:32:51 36b3adc4ff6f: Verifying Checksum 07:32:51 36b3adc4ff6f: Download complete 07:32:51 46f8f816bc3b: Verifying Checksum 07:32:51 46f8f816bc3b: Download complete 07:32:51 df20fa9351a1: Verifying Checksum 07:32:51 df20fa9351a1: Download complete 07:32:51 93b9cdb0e59b: Verifying Checksum 07:32:51 93b9cdb0e59b: Download complete 07:32:51 93b61091891f: Verifying Checksum 07:32:51 93b61091891f: Download complete 07:32:51 5e14af77c1be: Verifying Checksum 07:32:51 5e14af77c1be: Download complete 07:32:51 01666e4c0597: Download complete 07:32:51 8ad3a11d3b57: Verifying Checksum 07:32:51 8ad3a11d3b57: Download complete 07:32:51 df20fa9351a1: Pull complete 07:32:52 36b3adc4ff6f: Pull complete 07:32:52 8ad3a11d3b57: Pull complete 07:32:52 46f8f816bc3b: Pull complete 07:32:53 93b61091891f: Pull complete 07:32:53 93b9cdb0e59b: Pull complete 07:32:53 aa168da1d23b: Download complete 07:32:54 5e14af77c1be: Pull complete 07:32:54 01666e4c0597: Pull complete 07:33:07 aa168da1d23b: Pull complete 07:33:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:33:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:33:07 prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container 07:33:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:33:15 $ docker top a7b52062393d152b989c3ac6b7da64943eee86cc291b6ba81ce0bde126778a12 -eo pid,comm [Pipeline] { [Pipeline] sh 07:33:15 + touch /tmp/pre-build-complete [Pipeline] sh 07:33:16 + mkdir -p /var/log/sa [Pipeline] sh 07:33:16 + ls /var/log/sa-host 07:33:16 + sadf -c /var/log/sa-host/sa15 07:33:16 file_magic: OK 07:33:16 HZ: Using current value: 100 07:33:16 file_header: OK 07:33:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:33:16 Statistics: 07:33:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:33:16 File successfully converted to sysstat format version 12.2.1 07:33:16 + sadf -c /var/log/sa-host/sa23 07:33:16 file_magic: OK 07:33:16 HZ: Using current value: 100 07:33:16 file_header: OK 07:33:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:33:16 Statistics: 07:33:16 Hnuu...uuuununununu... 07:33:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:33:17 provisioning config files... 07:33:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1775319067846151101tmp [Pipeline] { [Pipeline] echo 07:33:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:33:17 ---> create-netrc.sh [Pipeline] } 07:33:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:33:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:33:18 ---> python-tools-install.sh [Pipeline] echo 07:33:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:33:18 ---> sudo-logs.sh 07:33:18 Archiving 'sudo' log.. [Pipeline] echo 07:33:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:33:18 ---> job-cost.sh 07:33:18 lf-activate-venv: SKIPPING 07:33:18 INFO: No Stack... 07:33:19 INFO: Retrieving Pricing Info for: v1-standard-2 07:33:20 INFO: Archiving Costs [Pipeline] echo 07:33:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:33:20 ---> logs-deploy.sh 07:33:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2944/3 07:33:20 INFO: archiving workspace using pattern(s): 07:33:21 Archives upload complete. 07:33:21 INFO: archiving logs to Nexus