Pull request #2981 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 4cd30939b4d78941fe778293513f2961aa2f7d09+797f93be867ef6ee82f54016594ef97018f4c5d7 (f9f73e5f6ecee3531a7190a01e01f704e439332d) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18555 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.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 > 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/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 797f93be867ef6ee82f54016594ef97018f4c5d7 into PR head commit 4cd30939b4d78941fe778293513f2961aa2f7d09 Merge succeeded, producing 4cd30939b4d78941fe778293513f2961aa2f7d09 Checking out Revision 4cd30939b4d78941fe778293513f2961aa2f7d09 (PR-2981) > git config core.sparsecheckout # timeout=10 > git checkout -f 4cd30939b4d78941fe778293513f2961aa2f7d09 # 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 797f93be867ef6ee82f54016594ef97018f4c5d7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4cd30939b4d78941fe778293513f2961aa2f7d09 # timeout=10 Commit message: "refactor: Adjust for removal of backward compatibility code" First time build. Skipping changelog. > git rev-list --no-walk 541bcb6503019d58e418bcbab05bdb77c8d31198 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:07:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:07:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:07:51 ========================================================= 19:07:51 EdgeX Global Pipelines Version Info 19:07:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:07:53 ------------------- 19:07:53 stable info: 19:07:53 ------------------- 19:07:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:07:53 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:07:53 Message: update stable to v1.0.173 19:07:54 ------------------- 19:07:54 experimental info: 19:07:54 ------------------- 19:07:54 Commited By: **** collab-it+edgex@linuxfoundation.org 19:07:54 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:07:54 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:07:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:07:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:07:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:07:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:07:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:07:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:07:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:07:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:07:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:07:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:07:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:07:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:07:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 19:07:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2981 [Pipeline] echo 19:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2981 [Pipeline] echo 19:07:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2981 [Pipeline] echo 19:07:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4cd30939b4d78941fe778293513f2961aa2f7d09 [Pipeline] echo 19:07:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4cd3093 [Pipeline] echo 19:07:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:07:57 provisioning config files... 19:07:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config894034913555153045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:07:57 ---> docker-login.sh 19:07:57 nexus3.edgexfoundry.org:10001 19:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:58 Configure a credential helper to remove this warning. See 19:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:58 19:07:58 Login Succeeded 19:07:58 nexus3.edgexfoundry.org:10002 19:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:58 Configure a credential helper to remove this warning. See 19:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:58 19:07:58 Login Succeeded 19:07:58 nexus3.edgexfoundry.org:10003 19:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:58 Configure a credential helper to remove this warning. See 19:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:58 19:07:58 Login Succeeded 19:07:58 nexus3.edgexfoundry.org:10004 19:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:58 Configure a credential helper to remove this warning. See 19:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:58 19:07:58 Login Succeeded 19:07:58 docker.io 19:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:59 Configure a credential helper to remove this warning. See 19:07:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:59 19:07:59 Login Succeeded 19:07:59 ---> docker-login.sh ends [Pipeline] } 19:07:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:00 ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:08:00 + for file in '`ls cmd/**/Dockerfile`' 19:08:00 ++ dirname cmd/core-command/Dockerfile 19:08:00 ++ cut -d/ -f2 19:08:00 + echo core-command,cmd/core-command/Dockerfile 19:08:00 + for file in '`ls cmd/**/Dockerfile`' 19:08:00 ++ dirname cmd/core-data/Dockerfile 19:08:00 ++ cut -d/ -f2 19:08:00 + echo core-data,cmd/core-data/Dockerfile 19:08:00 + for file in '`ls cmd/**/Dockerfile`' 19:08:00 ++ dirname cmd/core-metadata/Dockerfile 19:08:00 ++ cut -d/ -f2 19:08:00 + echo core-metadata,cmd/core-metadata/Dockerfile 19:08:00 + for file in '`ls cmd/**/Dockerfile`' 19:08:00 ++ dirname cmd/security-bootstrap-redis/Dockerfile 19:08:00 ++ cut -d/ -f2 19:08:00 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 19:08:00 + for file in '`ls cmd/**/Dockerfile`' 19:08:00 ++ dirname cmd/security-proxy-setup/Dockerfile 19:08:00 ++ cut -d/ -f2 19:08:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:08:00 + for file in '`ls cmd/**/Dockerfile`' 19:08:00 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:08:00 ++ cut -d/ -f2 19:08:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:08:00 + for file in '`ls cmd/**/Dockerfile`' 19:08:00 ++ dirname cmd/support-notifications/Dockerfile 19:08:00 ++ cut -d/ -f2 19:08:00 + echo support-notifications,cmd/support-notifications/Dockerfile 19:08:00 + for file in '`ls cmd/**/Dockerfile`' 19:08:00 ++ dirname cmd/support-scheduler/Dockerfile 19:08:00 ++ cut -d/ -f2 19:08:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:08:00 + for file in '`ls cmd/**/Dockerfile`' 19:08:00 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:08:00 ++ cut -d/ -f2 19:08:00 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:08:00 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-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 19:08:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:08:01 19:08:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:08:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:08:01 latest: Pulling from edgex-devops/git-semver 19:08:01 31603596830f: Pulling fs layer 19:08:01 2a8b12db71e7: Pulling fs layer 19:08:01 6ca5941a6612: Pulling fs layer 19:08:01 ecc8261a40a4: Pulling fs layer 19:08:01 ecc8261a40a4: Waiting 19:08:01 2a8b12db71e7: Download complete 19:08:01 31603596830f: Download complete 19:08:01 ecc8261a40a4: Verifying Checksum 19:08:01 ecc8261a40a4: Download complete 19:08:01 6ca5941a6612: Verifying Checksum 19:08:01 6ca5941a6612: Download complete 19:08:02 31603596830f: Pull complete 19:08:02 2a8b12db71e7: Pull complete 19:08:03 6ca5941a6612: Pull complete 19:08:03 ecc8261a40a4: Pull complete 19:08:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:08:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:08:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:08:03 prd-centos7-docker-4c-2g-18555 does not seem to be running inside a container 19:08:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:08:06 $ docker top 04125139eac0417bcf615cd7f23158066c2cbb2d59e1fc5688fe5faf344fe2b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:08:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:06 [ssh-agent] Looking for ssh-agent implementation... 19:08:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:06 $ docker exec 04125139eac0417bcf615cd7f23158066c2cbb2d59e1fc5688fe5faf344fe2b3 ssh-agent 19:08:07 SSH_AUTH_SOCK=/tmp/ssh-Qvn0HD8js0QX/agent.11 19:08:07 SSH_AGENT_PID=16 19:08:07 Running ssh-add (command line suppressed) 19:08:07 Identity added: /w/workspace/edgex-go/6@tmp/private_key_9187905058912613159.key (/w/workspace/edgex-go/6@tmp/private_key_9187905058912613159.key) 19:08:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:07 + git tag --points-at HEAD [Pipeline] } 19:08:07 $ docker exec --env ******** --env ******** 04125139eac0417bcf615cd7f23158066c2cbb2d59e1fc5688fe5faf344fe2b3 ssh-agent -k 19:08:07 unset SSH_AUTH_SOCK; 19:08:07 unset SSH_AGENT_PID; 19:08:07 echo Agent pid 16 killed; 19:08:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:08:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:07 [ssh-agent] Looking for ssh-agent implementation... 19:08:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:08 $ docker exec 04125139eac0417bcf615cd7f23158066c2cbb2d59e1fc5688fe5faf344fe2b3 ssh-agent 19:08:08 SSH_AUTH_SOCK=/tmp/ssh-CPeVWmR29H0i/agent.45 19:08:08 SSH_AGENT_PID=50 19:08:08 Running ssh-add (command line suppressed) 19:08:08 Identity added: /w/workspace/edgex-go/6@tmp/private_key_336278871001432681.key (/w/workspace/edgex-go/6@tmp/private_key_336278871001432681.key) 19:08:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:08 + git semver init 19:08:08 # -> Open(): unable to determine branch for HEAD 19:08:08 # $GIT_DIR = /w/workspace/edgex-go/6/.git 19:08:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 19:08:08 # $SEMVER_REMOTE_NAME = origin 19:08:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:08:08 # $SEMVER_USER_NAME = edgex-jenkins 19:08:08 # $SEMVER_BRANCH = PR-2981 19:08:08 # $SEMVER_TEMP = /tmp/semver-146429281 19:08:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:08:35 # '/tmp/semver-146429281' -> '/w/workspace/edgex-go/6/.semver' 19:08:35 # -> Force: false 19:08:35 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 19:08:35 $ docker exec --env ******** --env ******** 04125139eac0417bcf615cd7f23158066c2cbb2d59e1fc5688fe5faf344fe2b3 ssh-agent -k 19:08:35 unset SSH_AUTH_SOCK; 19:08:35 unset SSH_AGENT_PID; 19:08:35 echo Agent pid 50 killed; 19:08:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:36 + git semver [Pipeline] } 19:08:36 $ docker stop --time=1 04125139eac0417bcf615cd7f23158066c2cbb2d59e1fc5688fe5faf344fe2b3 19:08:38 $ docker rm -f 04125139eac0417bcf615cd7f23158066c2cbb2d59e1fc5688fe5faf344fe2b3 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:08:39 Stashed 1 file(s) [Pipeline] echo 19:08:39 [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 19:08:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:08:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:08:40 + sudo service docker restart 19:08:40 + true 19:08:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:08:41 ========================================================= 19:08:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:08:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:08:41 + 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 . 19:08:45 Sending build context to Docker daemon 326.4MB 19:08:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:08:45 Step 2/6 : FROM ${BASE} 19:08:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:08:45 188c0c94c7c5: Pulling fs layer 19:08:45 0ef7d3d256c8: Pulling fs layer 19:08:45 de9db76c5a1d: Pulling fs layer 19:08:45 bca2f99d35d6: Pulling fs layer 19:08:45 93359f2a8cfa: Pulling fs layer 19:08:45 7c6f9722023f: Pulling fs layer 19:08:45 a35cf1a2eb13: Pulling fs layer 19:08:45 bca2f99d35d6: Waiting 19:08:45 93359f2a8cfa: Waiting 19:08:45 7c6f9722023f: Waiting 19:08:45 a35cf1a2eb13: Waiting 19:08:45 de9db76c5a1d: Verifying Checksum 19:08:45 de9db76c5a1d: Download complete 19:08:45 0ef7d3d256c8: Download complete 19:08:45 93359f2a8cfa: Verifying Checksum 19:08:45 93359f2a8cfa: Download complete 19:08:45 188c0c94c7c5: Verifying Checksum 19:08:45 188c0c94c7c5: Download complete 19:08:45 7c6f9722023f: Verifying Checksum 19:08:45 7c6f9722023f: Download complete 19:08:45 188c0c94c7c5: Pull complete 19:08:46 0ef7d3d256c8: Pull complete 19:08:46 de9db76c5a1d: Pull complete 19:08:47 a35cf1a2eb13: Verifying Checksum 19:08:47 a35cf1a2eb13: Download complete 19:08:48 bca2f99d35d6: Verifying Checksum 19:08:48 bca2f99d35d6: Download complete 19:08:53 bca2f99d35d6: Pull complete 19:08:53 93359f2a8cfa: Pull complete 19:08:54 7c6f9722023f: Pull complete 19:08:54 Still waiting to schedule task 19:08:54 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:08:59 a35cf1a2eb13: Pull complete 19:08:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:08:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:08:59 ---> a62c8e92a672 19:08:59 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:08:59 ---> Running in 05b20d961481 19:09:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:09:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:09:01 (1/12) Installing libmagic (5.38-r0) 19:09:01 (2/12) Installing file (5.38-r0) 19:09:01 (3/12) Installing libc-dev (0.7.2-r3) 19:09:01 (4/12) Installing g++ (9.3.0-r2) 19:09:09 (5/12) Installing fortify-headers (1.1-r0) 19:09:09 (6/12) Installing patch (2.7.6-r6) 19:09:09 (7/12) Installing build-base (0.5-r2) 19:09:09 (8/12) Installing libsodium (1.0.18-r0) 19:09:09 (9/12) Installing pkgconf (1.7.2-r0) 19:09:09 (10/12) Installing libsodium-dev (1.0.18-r0) 19:09:10 (11/12) Installing libzmq (4.3.3-r0) 19:09:10 (12/12) Installing zeromq-dev (4.3.3-r0) 19:09:10 Executing busybox-1.31.1-r19.trigger 19:09:10 OK: 233 MiB in 51 packages 19:09:14 Removing intermediate container 05b20d961481 19:09:14 ---> ac5d3957a384 19:09:14 Step 4/6 : WORKDIR /edgex-go 19:09:14 ---> Running in 22f733864ad1 19:09:14 Removing intermediate container 22f733864ad1 19:09:14 ---> 44afb8fdf8c3 19:09:14 Step 5/6 : COPY go.mod . 19:09:14 ---> 2f1ae1050a37 19:09:14 Step 6/6 : RUN go mod download 19:09:14 ---> Running in 68435e3ec049 19:09:36 Removing intermediate container 68435e3ec049 19:09:36 ---> 44c499ca6969 19:09:36 Successfully built 44c499ca6969 19:09:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:09:36 + docker inspect -f . ci-base-image-x86_64 19:09:36 . [Pipeline] withDockerContainer 19:09:37 prd-centos7-docker-4c-2g-18555 does not seem to be running inside a container 19:09:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:38 $ docker top b82a28debcf7b0fc879e51eee5bde05423645f6b4606e489d8204cc887544a64 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:38 + go version 19:09:38 go version go1.15.5 linux/amd64 [Pipeline] } 19:09:38 $ docker stop --time=1 b82a28debcf7b0fc879e51eee5bde05423645f6b4606e489d8204cc887544a64 19:09:40 $ docker rm -f b82a28debcf7b0fc879e51eee5bde05423645f6b4606e489d8204cc887544a64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:40 + docker inspect -f . ci-base-image-x86_64 19:09:40 . [Pipeline] withDockerContainer 19:09:41 prd-centos7-docker-4c-2g-18555 does not seem to be running inside a container 19:09:41 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:41 $ docker top 1fda52ca774387cbc09676339d3c4da303a52b8c07a9b330f52d432a6d74b027 -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:42 ========================================================= 19:09:42 [edgeXBuildGoParallel] Running Tests and Build... 19:09:42 ========================================================= [Pipeline] sh 19:09:42 + make test 19:09:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:09:52 ? github.com/edgexfoundry/edgex-go [no test files] 19:10:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:10:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:10:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:10:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:10:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 19:10:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:10:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:10:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:10:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:10:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:10:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:10:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:10:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.212s coverage: 27.0% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 77.8% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.161s coverage: 82.4% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:10:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements 19:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:10:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 19:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:10:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements 19:10:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.315s coverage: 93.8% of statements 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 19:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 19:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.2% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.4% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:10:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements 19:10:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:10:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:10:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 19:10:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 19:10:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 19:10:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 19:10:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 19:10:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 55.9% of statements 19:10:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:10:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:10:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:10:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:10:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:10:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements 19:10:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:10:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:10:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.325s coverage: 84.0% of statements 19:10:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.801s coverage: 29.1% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:10:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:10:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:10:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 19:10:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:10:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:10:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 19:10:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 19:10:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements 19:10:36 GO111MODULE=on go vet ./... 19:11:02 gofmt -l . 19:11:02 [ "`gofmt -l .`" = "" ] 19:11:02 ./bin/test-go-mod-tidy.sh 19:11:02 ./bin/test-attribution-txt.sh [Pipeline] sh 19:11:03 + ls -al . 19:11:03 total 640 19:11:03 drwxrwxr-x 10 1001 1001 4096 Jan 5 19:11 . 19:11:03 drwxr-xr-x 4 root root 28 Jan 5 19:09 .. 19:11:03 -rw-rw-r-- 1 1001 1001 11 Jan 5 19:07 .dockerignore 19:11:03 drwxrwxr-x 8 1001 1001 179 Jan 5 19:07 .git 19:11:03 drwxrwxr-x 3 1001 1001 125 Jan 5 19:07 .github 19:11:03 -rw-rw-r-- 1 1001 1001 824 Jan 5 19:07 .gitignore 19:11:03 drwx------ 3 1001 1001 47 Jan 5 19:08 .semver 19:11:03 -rw-rw-r-- 1 1001 1001 166 Jan 5 19:07 .sonarcloud.properties 19:11:03 -rw-rw-r-- 1 1001 1001 3804 Jan 5 19:07 CONTRIBUTING.md 19:11:03 -rw-rw-r-- 1 1001 1001 931 Jan 5 19:07 Dockerfile.build 19:11:03 -rw-rw-r-- 1 1001 1001 863 Jan 5 19:07 Jenkinsfile 19:11:03 -rw-rw-r-- 1 1001 1001 10775 Jan 5 19:07 LICENSE 19:11:03 -rw-rw-r-- 1 1001 1001 5750 Jan 5 19:07 Makefile 19:11:03 -rw-rw-r-- 1 1001 1001 6511 Jan 5 19:07 README.md 19:11:03 -rw-rw-r-- 1 1001 1001 6744 Jan 5 19:07 SECURITY.md 19:11:03 -rw-rw-r-- 1 1001 1001 5 Jan 5 19:08 VERSION 19:11:03 -rw-rw-r-- 1 1001 1001 4131 Jan 5 19:07 ZMQWindows.md 19:11:03 drwxrwxr-x 2 1001 1001 117 Jan 5 19:07 bin 19:11:03 drwxrwxr-x 14 1001 1001 4096 Jan 5 19:07 cmd 19:11:03 -rw-r--r-- 1 root root 541590 Jan 5 19:10 coverage.out 19:11:03 -rw-r--r-- 1 root root 979 Jan 5 19:10 go.mod 19:11:03 -rw-r--r-- 1 root root 19019 Jan 5 19:11 go.sum 19:11:03 drwxrwxr-x 8 1001 1001 127 Jan 5 19:07 internal 19:11:03 drwxrwxr-x 4 1001 1001 26 Jan 5 19:07 openapi 19:11:03 drwxrwxr-x 4 1001 1001 71 Jan 5 19:07 snap 19:11:03 -rw-rw-r-- 1 1001 1001 168 Jan 5 19:07 version.go [Pipeline] sh 19:11:04 + '[' -e coverage.out ] 19:11:04 + chown 1001:1001 coverage.out [Pipeline] stash 19:11:04 Stashed 1 file(s) [Pipeline] sh 19:11:04 + make build 19:11:04 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 19:11:07 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 19:11:16 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 19:11:17 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 19:11:19 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 19:11:19 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 19:11:21 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 19:11:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:11:23 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 19:11:25 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 19:11:26 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 19:11:27 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] } 19:11:28 $ docker stop --time=1 1fda52ca774387cbc09676339d3c4da303a52b8c07a9b330f52d432a6d74b027 19:11:30 $ docker rm -f 1fda52ca774387cbc09676339d3c4da303a52b8c07a9b330f52d432a6d74b027 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:33 19:11:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:11:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:33 latest: Pulling from edgex-devops/edgex-compose 19:11:33 cbdbe7a5bc2a: Pulling fs layer 19:11:33 ca9280d653b3: Pulling fs layer 19:11:33 7e9c9ca2126c: Pulling fs layer 19:11:33 cbdbe7a5bc2a: Download complete 19:11:33 cbdbe7a5bc2a: Pull complete 19:11:34 ca9280d653b3: Verifying Checksum 19:11:34 ca9280d653b3: Download complete 19:11:35 ca9280d653b3: Pull complete 19:11:35 7e9c9ca2126c: Verifying Checksum 19:11:35 7e9c9ca2126c: Download complete 19:11:43 7e9c9ca2126c: Pull complete 19:11:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:11:44 prd-centos7-docker-4c-2g-18555 does not seem to be running inside a container 19:11:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:44 $ docker top 6ef21f61b9cf368784ac961bed009014b7bd7d27b71db5997dd6c32c0045120f -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:45 + docker-compose build --help 19:11:45 + grep parallel 19:11:46 --parallel Build images in parallel. [Pipeline] } 19:11:46 $ docker stop --time=1 6ef21f61b9cf368784ac961bed009014b7bd7d27b71db5997dd6c32c0045120f 19:11:48 $ docker rm -f 6ef21f61b9cf368784ac961bed009014b7bd7d27b71db5997dd6c32c0045120f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:49 . [Pipeline] withDockerContainer 19:11:49 prd-centos7-docker-4c-2g-18555 does not seem to be running inside a container 19:11:49 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:49 $ docker top 5af9b5261f47354b4638ca1f54bda80348dfa201ae6386c1cc4d03d7aebedd9b -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:50 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:51 Building docker-core-command-go ... 19:11:51 Building docker-core-data-go ... 19:11:51 Building docker-core-metadata-go ... 19:11:51 Building docker-security-bootstrap-redis-go ... 19:11:51 Building docker-security-proxy-setup-go ... 19:11:51 Building docker-security-secretstore-setup-go ... 19:11:51 Building docker-support-notifications-go ... 19:11:51 Building docker-support-scheduler-go ... 19:11:51 Building docker-sys-mgmt-agent-go ... 19:11:51 Building docker-security-secretstore-setup-go 19:11:51 Building docker-core-command-go 19:11:51 Building docker-support-notifications-go 19:11:51 Building docker-support-scheduler-go 19:11:51 Building docker-core-metadata-go 19:12:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:30 ---> 44c499ca6969 19:12:30 Step 3/22 : WORKDIR /edgex-go 19:12:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:30 ---> 44c499ca6969 19:12:30 Step 3/24 : WORKDIR /edgex-go 19:12:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:30 ---> 44c499ca6969 19:12:30 Step 3/24 : WORKDIR /edgex-go 19:12:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:12:30 ---> 44c499ca6969 19:12:30 Step 3/21 : WORKDIR /edgex-go 19:12:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:30 ---> 44c499ca6969 19:12:30 Step 3/22 : WORKDIR /edgex-go 19:12:30 ---> Running in 3828e59ce2c4 19:12:30 ---> Running in 8f22cc82765c 19:12:30 ---> Running in 9e2c68b13bcd 19:12:30 ---> Running in dfbe3b9e9655 19:12:30 ---> Running in a45fbc6f34d2 19:12:30 Removing intermediate container 3828e59ce2c4 19:12:30 ---> 056a187d0eed 19:12:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:30 Removing intermediate container 8f22cc82765c 19:12:30 ---> 549ced61ca35 19:12:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:30 Removing intermediate container 9e2c68b13bcd 19:12:30 ---> 3305a22d519a 19:12:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:30 Removing intermediate container a45fbc6f34d2 19:12:30 ---> 759aa42d7744 19:12:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:31 Removing intermediate container dfbe3b9e9655 19:12:31 ---> d703b648e3bb 19:12:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:31 ---> Running in 7f4964e23b92 19:12:31 ---> Running in 91bfad011ea4 19:12:31 ---> Running in ba8642152612 19:12:31 ---> Running in 04725cbe4b95 19:12:31 ---> Running in 0542afa6fcb9 19:12:34 Removing intermediate container 04725cbe4b95 19:12:34 ---> 32eb333dcf15 19:12:34 Step 5/21 : RUN apk add --update --no-cache make git 19:12:34 ---> Running in ac6a51ae0dd1 19:12:34 Removing intermediate container 91bfad011ea4 19:12:34 ---> 2d96d6306eb1 19:12:34 Step 5/24 : RUN apk add --update --no-cache make git 19:12:34 Removing intermediate container ba8642152612 19:12:34 ---> 68dc96bc2357 19:12:34 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 19:12:34 Removing intermediate container 7f4964e23b92 19:12:34 ---> 3a32582505d4 19:12:34 Step 5/22 : RUN apk add --update --no-cache make git 19:12:34 Removing intermediate container 0542afa6fcb9 19:12:34 ---> 9f77da826612 19:12:34 Step 5/22 : RUN apk add --update --no-cache make git 19:12:34 ---> Running in 95b634e81b7f 19:12:34 ---> Running in e15f64044658 19:12:34 ---> Running in 05dbfe981339 19:12:34 ---> Running in ac7ac434385c 19:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:37 OK: 233 MiB in 51 packages 19:12:37 OK: 233 MiB in 51 packages 19:12:37 OK: 233 MiB in 51 packages 19:12:37 OK: 233 MiB in 51 packages 19:12:37 OK: 233 MiB in 51 packages 19:12:38 Removing intermediate container ac6a51ae0dd1 19:12:38 ---> 5ccc448ba493 19:12:38 Step 6/21 : COPY go.mod . 19:12:38 Removing intermediate container ac7ac434385c 19:12:38 ---> e88c3ad86406 19:12:38 Step 6/22 : COPY go.mod . 19:12:38 Removing intermediate container 05dbfe981339 19:12:38 ---> ccae70d5c4a2 19:12:38 Step 6/22 : COPY go.mod . 19:12:38 ---> 708df2fe53a5 19:12:38 Step 7/21 : RUN go mod download 19:12:38 ---> Running in b838280bde4b 19:12:38 ---> 0af55fa7c987 19:12:38 Step 7/22 : RUN go mod download 19:12:38 Removing intermediate container e15f64044658 19:12:38 ---> 2341cf1fe880 19:12:38 Step 6/24 : COPY go.mod . 19:12:38 ---> 8d34fc77e675 19:12:38 Step 7/22 : RUN go mod download 19:12:39 ---> Running in 6ed8b773c3a0 19:12:39 Removing intermediate container 95b634e81b7f 19:12:39 ---> c90359cc3f6b 19:12:39 Step 6/24 : COPY go.mod . 19:12:39 ---> Running in 2545b474f9bf 19:12:39 ---> 01ab0cdd551b 19:12:39 Step 7/24 : RUN go mod download 19:12:39 ---> Running in 2a068d05e4dc 19:12:39 ---> 435ad00edad6 19:12:39 Step 7/24 : RUN go mod download 19:12:39 ---> Running in 9f1054f8eeeb 19:12:41 Removing intermediate container b838280bde4b 19:12:41 ---> 089c517bd916 19:12:41 Step 8/21 : COPY . . 19:12:41 Removing intermediate container 6ed8b773c3a0 19:12:41 ---> b2fb81097275 19:12:41 Step 8/22 : COPY . . 19:12:41 Removing intermediate container 2545b474f9bf 19:12:41 ---> cb1ec2d041a0 19:12:41 Step 8/22 : COPY . . 19:12:41 Removing intermediate container 2a068d05e4dc 19:12:41 ---> c5326a565c86 19:12:41 Step 8/24 : COPY . . 19:12:44 Removing intermediate container 9f1054f8eeeb 19:12:44 ---> e43ff7f9e287 19:12:44 Step 8/24 : COPY . . 19:12:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18556 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws 19:12:48 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 19:12:53 using credential edgex-jenkins-ssh 19:12:53 Cloning the remote Git repository 19:12:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:12:54 > git init /w/workspace/edgex-go/6 # timeout=10 19:12:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:12:54 > git --version # timeout=10 19:12:54 > git --version # 'git version 2.17.1' 19:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:13:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:13:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:13:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:13:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:13:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:13:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:13:11 Merging remotes/origin/master commit 797f93be867ef6ee82f54016594ef97018f4c5d7 into PR head commit 4cd30939b4d78941fe778293513f2961aa2f7d09 19:13:12 Merge succeeded, producing 4cd30939b4d78941fe778293513f2961aa2f7d09 19:13:12 Checking out Revision 4cd30939b4d78941fe778293513f2961aa2f7d09 (PR-2981) 19:13:11 > git config core.sparsecheckout # timeout=10 19:13:11 > git checkout -f 4cd30939b4d78941fe778293513f2961aa2f7d09 # timeout=10 19:13:11 > git remote # timeout=10 19:13:11 > git config --get remote.origin.url # timeout=10 19:13:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:13:11 > git merge 797f93be867ef6ee82f54016594ef97018f4c5d7 # timeout=10 19:13:12 > git rev-parse HEAD^{commit} # timeout=10 19:13:12 > git config core.sparsecheckout # timeout=10 19:13:12 > git checkout -f 4cd30939b4d78941fe778293513f2961aa2f7d09 # timeout=10 19:13:16 Commit message: "refactor: Adjust for removal of backward compatibility code" 19:13:16 ---> c4ae5b9f5b5a 19:13:16 ---> 51a79f43d0ad 19:13:16 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:13:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:13:16 ---> 9042db936a8b 19:13:16 Step 9/22 : RUN make cmd/core-command/core-command 19:13:16 ---> fa2662b507fe 19:13:16 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:13:16 ---> Running in 6e1688116eb5 19:13:16 ---> Running in 0e7cd0f93824 19:13:16 ---> Running in 0eac4c474433 19:13:16 ---> Running in 79b400a971db 19:13:16 ---> 01ec25196744 19:13:16 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:13:16 ---> Running in 45ada8dba642 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:13:17 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 19:13:17 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 19:13:17 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 19:13:17 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 19:13:17 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 19:13:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:13:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:13:19 + sudo service docker restart 19:13:19 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:13:21 provisioning config files... 19:13:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2988900418947680302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:13:21 ---> docker-login.sh 19:13:21 nexus3.edgexfoundry.org:10001 19:13:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:22 Configure a credential helper to remove this warning. See 19:13:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:22 19:13:22 Login Succeeded 19:13:22 nexus3.edgexfoundry.org:10002 19:13:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:23 Configure a credential helper to remove this warning. See 19:13:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:23 19:13:23 Login Succeeded 19:13:23 nexus3.edgexfoundry.org:10003 19:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:24 Configure a credential helper to remove this warning. See 19:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:24 19:13:24 Login Succeeded 19:13:24 nexus3.edgexfoundry.org:10004 19:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:24 Configure a credential helper to remove this warning. See 19:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:24 19:13:24 Login Succeeded 19:13:24 docker.io 19:13:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:25 Configure a credential helper to remove this warning. See 19:13:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:25 19:13:25 Login Succeeded 19:13:25 ---> docker-login.sh ends [Pipeline] } 19:13:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:13:26 ========================================================= 19:13:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:13:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:13:26 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 19:13:28 Sending build context to Docker daemon 165.4MB 19:13:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:13:28 Step 2/6 : FROM ${BASE} 19:13:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:13:28 5f621e34cdf4: Pulling fs layer 19:13:28 a4357932f1b6: Pulling fs layer 19:13:28 18c013af1878: Pulling fs layer 19:13:28 00ac8860ef70: Pulling fs layer 19:13:28 63d7cb157983: Pulling fs layer 19:13:28 b116817d02f9: Pulling fs layer 19:13:28 745a02a5169b: Pulling fs layer 19:13:28 00ac8860ef70: Waiting 19:13:28 63d7cb157983: Waiting 19:13:28 b116817d02f9: Waiting 19:13:28 745a02a5169b: Waiting 19:13:28 18c013af1878: Verifying Checksum 19:13:28 18c013af1878: Download complete 19:13:28 a4357932f1b6: Download complete 19:13:28 63d7cb157983: Verifying Checksum 19:13:28 63d7cb157983: Download complete 19:13:29 b116817d02f9: Download complete 19:13:29 5f621e34cdf4: Verifying Checksum 19:13:29 5f621e34cdf4: Download complete 19:13:30 5f621e34cdf4: Pull complete 19:13:30 a4357932f1b6: Pull complete 19:13:31 18c013af1878: Pull complete 19:13:32 745a02a5169b: Verifying Checksum 19:13:32 745a02a5169b: Download complete 19:13:33 00ac8860ef70: Verifying Checksum 19:13:33 00ac8860ef70: Download complete 19:13:43 00ac8860ef70: Pull complete 19:13:43 63d7cb157983: Pull complete 19:13:43 b116817d02f9: Pull complete 19:13:48 745a02a5169b: Pull complete 19:13:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:13:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:13:48 ---> b7e6874047d6 19:13:48 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:13:50 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 19:13:51 ---> Running in 8785ea7addfe 19:13:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13:53 Removing intermediate container 79b400a971db 19:13:53 ---> 952736506c1d 19:13:53 19:13:53 Step 10/21 : FROM scratch 19:13:53 ---> 19:13:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:54 Removing intermediate container 45ada8dba642 19:13:54 ---> 4475961a660a 19:13:54 19:13:54 Step 10/24 : FROM scratch 19:13:54 ---> 19:13:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:13:54 Removing intermediate container 0e7cd0f93824 19:13:54 ---> 9fe029d8332f 19:13:54 19:13:54 Step 10/22 : FROM scratch 19:13:54 ---> 19:13:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:13:54 ---> Running in 5f6b8874c2d5 19:13:54 ---> Running in 74cd889fef22 19:13:54 ---> Running in 734ebb2ae3a1 19:13:54 Removing intermediate container 5f6b8874c2d5 19:13:54 ---> 8d3b92f4905b 19:13:54 Step 12/21 : ENV APP_PORT=48085 19:13:55 (1/12) Installing libmagic (5.38-r0) 19:13:55 (2/12) Installing file (5.38-r0) 19:13:55 Removing intermediate container 734ebb2ae3a1 19:13:55 ---> cf744d5a93c7 19:13:55 Step 12/22 : ENV APP_PORT=48082 19:13:55 (3/12) Installing libc-dev (0.7.2-r3) 19:13:55 (4/12) Installing g++ (9.3.0-r2) 19:13:55 ---> Running in 31b0d2a2c609 19:13:55 Removing intermediate container 74cd889fef22 19:13:55 ---> 1599312c9059 19:13:55 Step 12/24 : ENV APP_PORT=48060 19:13:56 ---> Running in 84b00757eecd 19:13:56 ---> Running in 4a78c61a8e5d 19:13:56 Removing intermediate container 31b0d2a2c609 19:13:56 ---> db5633dac608 19:13:56 Step 13/21 : EXPOSE $APP_PORT 19:13:56 Removing intermediate container 6e1688116eb5 19:13:56 ---> 05bbf3da9997 19:13:56 19:13:56 Step 10/24 : FROM alpine:3.12 19:13:56 ---> Running in 871354715f72 19:13:56 3.12: Pulling from library/alpine 19:13:56 Removing intermediate container 84b00757eecd 19:13:56 ---> 6326a39a0a05 19:13:56 Step 13/22 : EXPOSE $APP_PORT 19:13:56 Removing intermediate container 4a78c61a8e5d 19:13:56 ---> 5771001c29cc 19:13:56 Step 13/24 : EXPOSE $APP_PORT 19:13:58 ---> Running in d3b0da8e78ce 19:13:58 ---> Running in 66bf25ef43d2 19:13:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:13:58 Removing intermediate container 871354715f72 19:13:58 ---> 503864629844 19:13:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 19:13:58 Status: Downloaded newer image for alpine:3.12 19:13:58 ---> 389fef711851 19:13:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:13:59 Removing intermediate container 66bf25ef43d2 19:13:59 ---> 5f1ca7084ae3 19:13:59 Removing intermediate container d3b0da8e78ce 19:13:59 ---> 30749a6ae456 19:13:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:13:59 Step 14/22 : WORKDIR / 19:13:59 ---> 96de9b0487ec 19:13:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:13:59 Removing intermediate container 0eac4c474433 19:13:59 ---> 02b7b25c337b 19:13:59 19:13:59 Step 10/22 : FROM scratch 19:13:59 ---> 19:13:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:13:59 ---> Running in df75b2cd8f0a 19:13:59 ---> Using cache 19:13:59 ---> cf744d5a93c7 19:13:59 Step 12/22 : ENV APP_PORT=48081 19:13:59 ---> Running in a38b813a2bc9 19:13:59 ---> Running in bef3f804c8d1 19:14:00 ---> 02e33138f461 19:14:00 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:14:00 Removing intermediate container df75b2cd8f0a 19:14:00 ---> 46eebb885570 19:14:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 19:14:00 Removing intermediate container bef3f804c8d1 19:14:00 ---> 59c1af8166c2 19:14:00 Step 13/22 : EXPOSE $APP_PORT 19:14:00 ---> Running in 8016f3707a68 19:14:00 ---> d56931184104 19:14:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:14:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:00 (1/5) Installing ca-certificates (20191127-r4) 19:14:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:14:01 (3/5) Installing libcurl (7.69.1-r3) 19:14:01 (4/5) Installing curl (7.69.1-r3) 19:14:01 (5/5) Installing dumb-init (1.2.2-r1) 19:14:01 Executing busybox-1.31.1-r19.trigger 19:14:01 Executing ca-certificates-20191127-r4.trigger 19:14:01 OK: 7 MiB in 19 packages 19:14:01 Removing intermediate container 8016f3707a68 19:14:01 ---> 65afe7f4039c 19:14:01 Step 14/22 : WORKDIR / 19:14:01 ---> Running in ef4af8c990e2 19:14:01 ---> 1a9edda98182 19:14:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:14:01 ---> 3e80a8a46924 19:14:01 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:14:01 ---> cd12d59ea4dd 19:14:01 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:14:02 ---> Running in 2daaa147a612 19:14:02 Removing intermediate container ef4af8c990e2 19:14:02 ---> 1c07b4974b05 19:14:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 19:14:03 Removing intermediate container a38b813a2bc9 19:14:03 ---> 47317e3029d6 19:14:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:14:03 Removing intermediate container 2daaa147a612 19:14:03 ---> ddcce865a2cc 19:14:03 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:03 ---> b59f7893f095 19:14:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:14:03 ---> baef98f63dff 19:14:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:14:03 ---> 1ff4bb701ad9 19:14:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 19:14:03 ---> Running in f188aae1a3ec 19:14:03 ---> Running in e66f0d66a589 19:14:04 Removing intermediate container f188aae1a3ec 19:14:04 ---> 926a65452604 19:14:04 Step 19/21 : LABEL arch=x86_64 19:14:04 Removing intermediate container e66f0d66a589 19:14:04 ---> a702b36d36a6 19:14:04 Step 13/24 : WORKDIR / 19:14:04 ---> 2f05ae237205 19:14:04 Step 18/22 : ENTRYPOINT ["/core-command"] 19:14:04 ---> 272e46fbdd65 19:14:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:14:04 ---> Running in 43a44b1bd318 19:14:04 ---> Running in 886bd2dcabeb 19:14:04 ---> Running in ccb0ee22052e 19:14:04 ---> 387cff25405e 19:14:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:14:04 Removing intermediate container 43a44b1bd318 19:14:04 ---> 9a62b531c3e8 19:14:04 Step 20/21 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:14:04 Removing intermediate container 886bd2dcabeb 19:14:04 ---> ea1512bd7341 19:14:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:14:04 ---> Running in c8f41f0e43c3 19:14:04 Removing intermediate container ccb0ee22052e 19:14:04 ---> b8438a73a497 19:14:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:05 ---> fd8c3a8e660f 19:14:05 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:14:05 ---> 225e9095d865 19:14:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:14:05 ---> Running in 5cf8ffcdfe02 19:14:05 ---> Running in af860af1e433 19:14:05 (5/12) Installing fortify-headers (1.1-r0) 19:14:05 (6/12) Installing patch (2.7.6-r6) 19:14:05 (7/12) Installing build-base (0.5-r2) 19:14:05 (8/12) Installing libsodium (1.0.18-r0) 19:14:05 (9/12) Installing pkgconf (1.7.2-r0) 19:14:05 (10/12) Installing libsodium-dev (1.0.18-r0) 19:14:05 (11/12) Installing libzmq (4.3.3-r0) 19:14:05 (12/12) Installing zeromq-dev (4.3.3-r0) 19:14:05 Executing busybox-1.31.1-r19.trigger 19:14:05 OK: 217 MiB in 51 packages 19:14:05 Removing intermediate container c8f41f0e43c3 19:14:05 ---> b26041fd3f05 19:14:05 Step 21/21 : LABEL version=0.0.0 19:14:05 ---> ca85994e4465 19:14:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:14:05 ---> Running in 03f699c14f0c 19:14:05 Removing intermediate container 5cf8ffcdfe02 19:14:05 ---> 825505d2d4e1 19:14:05 Step 20/22 : LABEL arch=x86_64 19:14:05 ---> 1da6c7ebe870 19:14:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:14:05 Removing intermediate container af860af1e433 19:14:05 ---> 73cbf2566239 19:14:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:05 ---> Running in 8922e9b0dcad 19:14:06 ---> Running in 4cafd56f755f 19:14:06 ---> Running in 58ae92811c3d 19:14:06 ---> 2b5ebd6c97fa 19:14:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:14:06 Removing intermediate container 03f699c14f0c 19:14:06 ---> 2eece8e28115 19:14:06 19:14:06 Removing intermediate container 8922e9b0dcad 19:14:06 ---> 91b18e761547 19:14:06 Step 21/22 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:14:06 Removing intermediate container 58ae92811c3d 19:14:06 ---> 5f006c20deb7 19:14:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:06 ---> Running in 302c91cbcc31 19:14:06 Successfully built 2eece8e28115 19:14:06 Removing intermediate container 4cafd56f755f 19:14:06 ---> e00ea9dd57de 19:14:06 Step 20/22 : LABEL arch=x86_64 19:14:06 Successfully tagged docker-support-scheduler-go:latest 19:14:06  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 19:14:06 ---> Running in ad5ed7c1f204 19:14:06 ---> b6d60ee4885f 19:14:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:14:06 ---> Running in a46633934b06 19:14:06 Removing intermediate container 302c91cbcc31 19:14:06 ---> 336d53948f92 19:14:06 Step 22/22 : LABEL version=0.0.0 19:14:06 Removing intermediate container ad5ed7c1f204 19:14:06 ---> 007679d06623 19:14:06 Step 22/24 : LABEL arch=x86_64 19:14:06 ---> Running in 8ba356f10c62 19:14:07 Removing intermediate container a46633934b06 19:14:07 ---> 72ca7c96b90f 19:14:07 Step 21/22 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:14:07 ---> Running in 7fed9c44e2e0 19:14:07 ---> fc43f344c41a 19:14:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:14:07 ---> Running in c340eae65ad0 19:14:07 Removing intermediate container 8ba356f10c62 19:14:07 ---> bf4b7883741a 19:14:07 19:14:09 Removing intermediate container 7fed9c44e2e0 19:14:09 ---> cb4ba07e888f 19:14:09 Step 23/24 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:14:09 Removing intermediate container 8785ea7addfe 19:14:09 ---> d2cc1c331ea0 19:14:09 Step 4/6 : WORKDIR /edgex-go 19:14:09 ---> Running in 80a55f4bc9ff 19:14:09 Removing intermediate container 80a55f4bc9ff 19:14:09 ---> a8c10af63328 19:14:09 Step 5/6 : COPY go.mod . 19:14:10 Successfully built bf4b7883741a 19:14:10 ---> 24944228f313 19:14:10 Step 6/6 : RUN go mod download 19:14:10 ---> Running in 8c0c04a668ce 19:14:11 Successfully tagged docker-core-command-go:latest 19:14:11 Building docker-security-proxy-setup-go 19:14:11  Building docker-core-command-go ... done Removing intermediate container c340eae65ad0 19:14:11 ---> f14cfbce7c30 19:14:11 Step 22/22 : LABEL version=0.0.0 19:14:13 ---> Running in 5b1ae15f7233 19:14:13 ---> 585d248c0d57 19:14:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:14:15 ---> Running in ff420fc1ffcd 19:14:16 Removing intermediate container 5b1ae15f7233 19:14:16 ---> 1337be17950f 19:14:16 Step 24/24 : LABEL version=0.0.0 19:14:16 ---> a5d8edfa3cb1 19:14:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:14:18 ---> Running in 3e9effbb376e 19:14:18 Removing intermediate container ff420fc1ffcd 19:14:18 ---> 1e958561d04c 19:14:18 19:14:18 ---> Running in c6a1a420db19 19:14:19 Successfully built 1e958561d04c 19:14:19 Successfully tagged docker-core-metadata-go:latest 19:14:19 Building docker-core-data-go 19:14:20  Building docker-core-metadata-go ... done Removing intermediate container 3e9effbb376e 19:14:20 ---> 4f9a6e2938b1 19:14:20 19:14:20 Successfully built 4f9a6e2938b1 19:14:21 Successfully tagged docker-support-notifications-go:latest 19:14:21 Building docker-sys-mgmt-agent-go 19:14:24  Building docker-support-notifications-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:14:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:14:24 ---> 44c499ca6969 19:14:24 Step 3/22 : WORKDIR /edgex-go 19:14:24 ---> Using cache 19:14:24 ---> d703b648e3bb 19:14:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:24 ---> Using cache 19:14:24 ---> 9f77da826612 19:14:24 Step 5/22 : RUN apk add --update --no-cache make git 19:14:24 ---> Using cache 19:14:24 ---> e88c3ad86406 19:14:24 Step 6/22 : COPY go.mod . 19:14:24 ---> Using cache 19:14:24 ---> 0af55fa7c987 19:14:24 Step 7/22 : RUN go mod download 19:14:24 ---> Using cache 19:14:24 ---> b2fb81097275 19:14:24 Step 8/22 : COPY . . 19:14:24 ---> Using cache 19:14:24 ---> fa2662b507fe 19:14:24 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:14:24 ---> Running in a13d30b49060 19:14:30 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 19:14:30 Removing intermediate container c6a1a420db19 19:14:30 ---> 9305831fa1a5 19:14:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:14:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:14:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:14:30 ---> 44c499ca6969 19:14:30 Step 3/21 : WORKDIR /edgex-go 19:14:30 ---> Using cache 19:14:30 ---> d703b648e3bb 19:14:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:30 ---> Using cache 19:14:30 ---> 9f77da826612 19:14:30 Step 5/21 : RUN apk add --update --no-cache make git 19:14:30 ---> Using cache 19:14:30 ---> e88c3ad86406 19:14:30 Step 6/21 : COPY go.mod . 19:14:30 ---> Using cache 19:14:30 ---> 0af55fa7c987 19:14:30 Step 7/21 : RUN go mod download 19:14:30 ---> Using cache 19:14:30 ---> b2fb81097275 19:14:30 Step 8/21 : COPY . . 19:14:30 ---> Using cache 19:14:30 ---> fa2662b507fe 19:14:30 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:14:30 ---> Running in 24b30d401934 19:14:30 ---> Running in e91592683f06 19:14:31 Removing intermediate container 24b30d401934 19:14:31 ---> e3df32d28a88 19:14:31 Step 22/24 : LABEL arch=x86_64 19:14:31 ---> Running in e93b00ae9262 19:14:31 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 19:14:32 Removing intermediate container e93b00ae9262 19:14:32 ---> 459e8a6a6cf8 19:14:32 Step 23/24 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:14:33 ---> Running in 6a934c20a432 19:14:34 Removing intermediate container 6a934c20a432 19:14:34 ---> 9fe9b0f6bd7d 19:14:34 Step 24/24 : LABEL version=0.0.0 19:14:34 ---> Running in fe223b5b69cd 19:14:35 Removing intermediate container fe223b5b69cd 19:14:35 ---> 68f8decb8c1e 19:14:35 19:14:35 Successfully built 68f8decb8c1e 19:14:35 Successfully tagged docker-security-secretstore-setup-go:latest 19:14:37 Removing intermediate container 8c0c04a668ce 19:14:37 ---> 869584ae488d 19:14:37 Successfully built 869584ae488d 19:14:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:14:37 + docker inspect -f . ci-base-image-arm64 19:14:37 . [Pipeline] withDockerContainer 19:14:38 prd-ubuntu18.04-docker-arm64-4c-16g-18556 does not seem to be running inside a container 19:14:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:14:39 $ docker top 664b170f95cd767ba39e82c1ba10cacc8fb72a0ee1bbf5fddf428b82d547aa7b -eo pid,comm [Pipeline] { [Pipeline] sh 19:14:40 + go version 19:14:40 go version go1.15.5 linux/arm64 [Pipeline] } 19:14:40 $ docker stop --time=1 664b170f95cd767ba39e82c1ba10cacc8fb72a0ee1bbf5fddf428b82d547aa7b 19:14:42 $ docker rm -f 664b170f95cd767ba39e82c1ba10cacc8fb72a0ee1bbf5fddf428b82d547aa7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:14:43 + docker inspect -f . ci-base-image-arm64 19:14:43 . [Pipeline] withDockerContainer 19:14:44 prd-ubuntu18.04-docker-arm64-4c-16g-18556 does not seem to be running inside a container 19:14:44 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:14:45 $ docker top 22e0db12a85f0a1c0743a91f9521a9d71fc34c81f42547cf847b87e16180d2fc -eo pid,comm [Pipeline] { [Pipeline] echo 19:14:46 ========================================================= 19:14:46 [edgeXBuildGoParallel] Running Tests and Build... 19:14:46 ========================================================= [Pipeline] sh 19:14:46 + make test 19:14:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:14:47  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:14:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:14:47 ---> 44c499ca6969 19:14:47 Step 3/23 : WORKDIR /edgex-go 19:14:47 ---> Using cache 19:14:47 ---> d703b648e3bb 19:14:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:47 ---> Using cache 19:14:47 ---> 9f77da826612 19:14:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:14:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:14:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:14:47 ---> 44c499ca6969 19:14:47 Step 3/26 : WORKDIR /edgex-go 19:14:47 ---> Using cache 19:14:47 ---> d703b648e3bb 19:14:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:47 ---> Using cache 19:14:47 ---> 9f77da826612 19:14:47 Step 5/26 : RUN apk add --update --no-cache make bash git 19:14:48 ---> Running in 8c12f58d1c9e 19:14:48 ---> Running in 4becc9e79398 19:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:49 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 19:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:50 OK: 233 MiB in 51 packages 19:14:50 OK: 233 MiB in 51 packages 19:14:52 Removing intermediate container a13d30b49060 19:14:52 ---> c655c7a86dbe 19:14:52 19:14:52 Step 10/22 : FROM alpine:3.12 19:14:52 ---> 389fef711851 19:14:52 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:14:52 Removing intermediate container 4becc9e79398 19:14:52 ---> 8262e5e2ca9a 19:14:52 Step 6/26 : COPY go.mod . 19:14:52 ---> Using cache 19:14:52 ---> 47317e3029d6 19:14:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:14:52 Removing intermediate container 8c12f58d1c9e 19:14:52 ---> a165ef82fc58 19:14:52 Step 6/23 : COPY go.mod . 19:14:52 ---> Running in db1018dc7d3f 19:14:53 Removing intermediate container db1018dc7d3f 19:14:53 ---> 33d5632ab46e 19:14:53 Step 13/22 : WORKDIR / 19:14:53 ---> 12fc3edb4b50 19:14:53 Step 7/23 : RUN go mod download 19:14:53 ---> 58dfdd0f41b4 19:14:53 Step 7/26 : RUN go mod download 19:14:53 ---> Running in 124b7199a474 19:14:53 ---> Running in be1187f8406c 19:14:53 ---> Running in 0f98c74d6932 19:14:53 Removing intermediate container 124b7199a474 19:14:53 ---> 16026272c1bb 19:14:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 19:14:55 ---> 643ba771159e 19:14:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:14:55 Removing intermediate container e91592683f06 19:14:55 ---> 25fd1295d0ea 19:14:55 19:14:55 Step 10/21 : FROM alpine:3.12 19:14:55 ---> 389fef711851 19:14:55 Step 11/21 : RUN apk add --update --no-cache curl 19:14:55 ---> Running in 159affea0657 19:14:55 ---> 7f613c8818f3 19:14:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:14:56 Removing intermediate container 0f98c74d6932 19:14:56 ---> 667b99e1c461 19:14:56 Step 8/26 : COPY . . 19:14:56 Removing intermediate container be1187f8406c 19:14:56 ---> dcc8e7aa3cc3 19:14:56 Step 8/23 : COPY . . 19:14:56 ---> f38abec5f71f 19:14:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:14:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:56 (1/4) Installing ca-certificates (20191127-r4) 19:14:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:14:57 (3/4) Installing libcurl (7.69.1-r3) 19:14:57 (4/4) Installing curl (7.69.1-r3) 19:14:57 Executing busybox-1.31.1-r19.trigger 19:14:57 Executing ca-certificates-20191127-r4.trigger 19:14:58 OK: 7 MiB in 18 packages 19:15:01 ---> 22b240242d73 19:15:01 Step 18/22 : RUN chmod +x entrypoint.sh 19:15:05 ---> Running in e7f264e70ea1 19:15:06 Removing intermediate container 159affea0657 19:15:06 ---> 55beaec54d95 19:15:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:15:08 ? github.com/edgexfoundry/edgex-go [no test files] 19:15:11 ---> Running in 084cf7b9a7c6 19:15:12 Removing intermediate container 084cf7b9a7c6 19:15:12 ---> 3c88939f2625 19:15:12 Step 13/21 : WORKDIR /edgex 19:15:14 ---> Running in cbe2b323593b 19:15:16 Removing intermediate container cbe2b323593b 19:15:16 ---> 48b06d28d481 19:15:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:15:16 Removing intermediate container e7f264e70ea1 19:15:16 ---> 1109607b578f 19:15:16 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:15:18 ---> Running in 4cc350a9f343 19:15:18 ---> d318855c85fc 19:15:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:15:19 Removing intermediate container 4cc350a9f343 19:15:19 ---> db6b6fd4e244 19:15:19 Step 20/22 : LABEL arch=x86_64 19:15:19 ---> 65e868021d6e 19:15:19 Step 9/23 : RUN make cmd/core-data/core-data 19:15:19 ---> Running in a5565c369faa 19:15:19 ---> Running in b95f9eeb9270 19:15:19 ---> 8498d022fa03 19:15:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:15:19 ---> Running in e4fd5afb8e50 19:15:19 Removing intermediate container b95f9eeb9270 19:15:19 ---> 0aa06c1e18ef 19:15:19 Step 21/22 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:15:19 ---> 66a611bc4e77 19:15:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:15:19 ---> Running in 2612d918995c 19:15:19 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 19:15:20 Removing intermediate container 2612d918995c 19:15:20 ---> bee310aef2a2 19:15:20 Step 22/22 : LABEL version=0.0.0 19:15:20 ---> Running in dae77ffbc36b 19:15:20 ---> 0d8bef139b59 19:15:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:15:20 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 19:15:20 ---> Running in 2fd9e665e9f4 19:15:20 Removing intermediate container dae77ffbc36b 19:15:20 ---> 4782f16d5c86 19:15:20 19:15:20 Successfully built 4782f16d5c86 19:15:20 Successfully tagged docker-security-bootstrap-redis-go:latest 19:15:20 Removing intermediate container 2fd9e665e9f4 19:15:20 ---> b86ff47c31a6 19:15:20 Step 18/21 : CMD ["--init=true"] 19:15:20  Building docker-security-bootstrap-redis-go ... done  ---> Running in 57c08ad9b3e2 19:15:21 Removing intermediate container 57c08ad9b3e2 19:15:21 ---> d0bcefb2c74f 19:15:21 Step 19/21 : LABEL arch=x86_64 19:15:21 ---> Running in e38c08938e68 19:15:22 Removing intermediate container e38c08938e68 19:15:22 ---> 9234dab1d161 19:15:22 Step 20/21 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:15:22 ---> Running in 4d0c687595b7 19:15:22 Removing intermediate container 4d0c687595b7 19:15:22 ---> a3c0dd8f1071 19:15:22 Step 21/21 : LABEL version=0.0.0 19:15:22 ---> Running in e3c0057a0143 19:15:22 Removing intermediate container e3c0057a0143 19:15:22 ---> 918a33173030 19:15:22 19:15:23 Successfully built 918a33173030 19:15:23 Successfully tagged docker-security-proxy-setup-go:latest 19:15:38  Building docker-security-proxy-setup-go ... done Removing intermediate container e4fd5afb8e50 19:15:38 ---> a871def197e1 19:15:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:15:38 ---> Running in 34dc9458e8c9 19:15:39 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 19:15:41 Removing intermediate container 34dc9458e8c9 19:15:41 ---> f65750a6ee0f 19:15:41 19:15:41 Step 11/26 : FROM docker:20.10.0 19:15:41 20.10.0: Pulling from library/docker 19:15:42 Removing intermediate container a5565c369faa 19:15:42 ---> f443bce4cde6 19:15:42 19:15:42 Step 10/23 : FROM alpine:3.12 19:15:42 ---> 389fef711851 19:15:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:15:42 ---> Running in 6e31c89dc7b6 19:15:43 Removing intermediate container 6e31c89dc7b6 19:15:43 ---> 83a5ce69c8a2 19:15:43 Step 12/23 : ENV APP_PORT=48080 19:15:43 ---> Running in b9baf2afce54 19:15:43 Removing intermediate container b9baf2afce54 19:15:43 ---> ecf2aedbbfbb 19:15:43 Step 13/23 : EXPOSE $APP_PORT 19:15:43 ---> Running in 81fb44f0d191 19:15:44 Removing intermediate container 81fb44f0d191 19:15:44 ---> 0c4930e82f48 19:15:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:44 ---> Running in 35e9f4bfe77a 19:15:45 Removing intermediate container 35e9f4bfe77a 19:15:45 ---> f2d6c8556ce0 19:15:45 Step 15/23 : RUN apk add --update --no-cache zeromq 19:15:45 ---> Running in aae4f3f24a0a 19:15:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:15:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:15:46 Status: Downloaded newer image for docker:20.10.0 19:15:46 ---> aefe523efa57 19:15:46 Step 12/26 : RUN apk add --no-cache bash 19:15:46 ---> Running in fd3629ca8699 19:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:15:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:15:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:15:47 (1/2) Installing readline (8.0.4-r0) 19:15:47 (2/2) Installing bash (5.0.17-r0) 19:15:47 Executing bash-5.0.17-r0.post-install 19:15:47 Executing busybox-1.31.1-r19.trigger 19:15:47 OK: 12 MiB in 22 packages 19:15:48 (1/5) Installing libgcc (9.3.0-r2) 19:15:48 (2/5) Installing libsodium (1.0.18-r0) 19:15:48 (3/5) Installing libstdc++ (9.3.0-r2) 19:15:48 Removing intermediate container fd3629ca8699 19:15:48 ---> 2dc39c6d8347 19:15:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:15:48 ---> Running in 8ef27db11c49 19:15:48 (4/5) Installing libzmq (4.3.3-r0) 19:15:48 (5/5) Installing zeromq (4.3.3-r0) 19:15:48 Removing intermediate container 8ef27db11c49 19:15:48 ---> 02ef6d8de468 19:15:48 Step 14/26 : ENV APP_PORT=48090 19:15:48 Executing busybox-1.31.1-r19.trigger 19:15:48 OK: 8 MiB in 19 packages 19:15:48 ---> Running in a633c0569fe6 19:15:48 Removing intermediate container a633c0569fe6 19:15:48 ---> a9e0cdafa55f 19:15:48 Step 15/26 : EXPOSE $APP_PORT 19:15:48 ---> Running in 634578f17936 19:15:49 Removing intermediate container 634578f17936 19:15:49 ---> b0c8aeab6006 19:15:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:15:49 Removing intermediate container aae4f3f24a0a 19:15:49 ---> a08b0557ecf4 19:15:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 19:15:49 ---> 37eb77c2f803 19:15:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:15:49 ---> 8c5144859910 19:15:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:15:49 ---> 190931b6b01d 19:15:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:15:50 ---> ae439f5bd547 19:15:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:15:50 ---> dead5d8b4ebf 19:15:50 Step 19/26 : RUN apk --no-cache add py3-pip 19:15:50 ---> Running in b6d57140dbf0 19:15:51 ---> 4db6d2126c97 19:15:51 Step 19/23 : ENTRYPOINT ["/core-data"] 19:15:51 ---> Running in 96af473d53c9 19:15:51 Removing intermediate container 96af473d53c9 19:15:51 ---> f2dd5ea5674e 19:15:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:15:51 ---> Running in e7a6b0e48e1c 19:15:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:15:51 Removing intermediate container e7a6b0e48e1c 19:15:51 ---> d98414665f69 19:15:51 Step 21/23 : LABEL arch=x86_64 19:15:51 (1/33) Installing libbz2 (1.0.8-r1) 19:15:51 (2/33) Installing expat (2.2.9-r1) 19:15:51 ---> Running in 37adcb7b7ff8 19:15:51 (3/33) Installing libffi (3.3-r2) 19:15:51 (4/33) Installing gdbm (1.13-r1) 19:15:51 (5/33) Installing xz-libs (5.2.5-r0) 19:15:51 (6/33) Installing sqlite-libs (3.32.1-r0) 19:15:51 (7/33) Installing python3 (3.8.5-r0) 19:15:52 Removing intermediate container 37adcb7b7ff8 19:15:52 ---> 44fbfecf0e8c 19:15:52 Step 22/23 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:15:55 ---> Running in c476429aecff 19:15:55 (8/33) Installing py3-appdirs (1.4.4-r1) 19:15:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:15:55 (10/33) Installing py3-parsing (2.4.7-r0) 19:15:55 (11/33) Installing py3-six (1.15.0-r0) 19:15:55 (12/33) Installing py3-packaging (20.4-r0) 19:15:55 (13/33) Installing py3-setuptools (47.0.0-r0) 19:15:55 (14/33) Installing py3-chardet (3.0.4-r4) 19:15:55 (15/33) Installing py3-idna (2.9-r0) 19:15:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:15:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:15:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:15:56 Removing intermediate container c476429aecff 19:15:56 ---> 8598d929a92c 19:15:56 Step 23/23 : LABEL version=0.0.0 19:15:56 (18/33) Installing py3-requests (2.23.0-r0) 19:15:56 (19/33) Installing py3-msgpack (1.0.0-r0) 19:15:56 (20/33) Installing py3-lockfile (0.12.2-r3) 19:15:56 ---> Running in f39549eace08 19:15:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:15:56 (22/33) Installing py3-colorama (0.4.3-r0) 19:15:56 (23/33) Installing py3-distlib (0.3.0-r0) 19:15:56 (24/33) Installing py3-distro (1.5.0-r1) 19:15:56 (25/33) Installing py3-webencodings (0.5.1-r3) 19:15:56 (26/33) Installing py3-html5lib (1.0.1-r4) 19:15:56 (27/33) Installing py3-pytoml (0.1.21-r0) 19:15:56 (28/33) Installing py3-pep517 (0.8.2-r0) 19:15:56 (29/33) Installing py3-progress (1.5-r0) 19:15:56 (30/33) Installing py3-toml (0.10.1-r0) 19:15:57 (31/33) Installing py3-retrying (1.3.3-r0) 19:15:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:15:57 Removing intermediate container f39549eace08 19:15:57 ---> 5b970a99a28b 19:15:57 19:15:57 (33/33) Installing py3-pip (20.1.1-r0) 19:15:57 Executing busybox-1.31.1-r19.trigger 19:15:57 OK: 71 MiB in 55 packages 19:15:57 Successfully built 5b970a99a28b 19:15:57 Successfully tagged docker-core-data-go:latest 19:16:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:16:05  Building docker-core-data-go ... done Removing intermediate container b6d57140dbf0 19:16:05 ---> f2b6609b7e1f 19:16:05 Step 20/26 : RUN pip install docker-compose==1.23.2 19:16:05 ---> Running in 784dc299c4b1 19:16:06 Collecting docker-compose==1.23.2 19:16:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:16:06 Collecting cached-property<2,>=1.2.0 19:16:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:16:06 Collecting texttable<0.10,>=0.9.0 19:16:06 Downloading texttable-0.9.1.tar.gz (11 kB) 19:16:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:16:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:16:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:16:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:16:07 Collecting dockerpty<0.5,>=0.4.1 19:16:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:16:07 Collecting jsonschema<3,>=2.5.1 19:16:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:16:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:16:07 Collecting docopt<0.7,>=0.6.1 19:16:07 Downloading docopt-0.6.2.tar.gz (25 kB) 19:16:08 Collecting docker<4.0,>=3.6.0 19:16:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:16:08 Collecting PyYAML<4,>=3.10 19:16:08 Downloading PyYAML-3.13.tar.gz (270 kB) 19:16:09 Collecting websocket-client<1.0,>=0.32.0 19:16:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:16:09 Collecting idna<2.8,>=2.5 19:16:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:16:09 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) 19:16:09 Collecting urllib3<1.25,>=1.21.1 19:16:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:16:10 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) 19:16:10 Collecting docker-pycreds>=0.4.0 19:16:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:16:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:16:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:16:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:16:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:16:10 Installing collected packages: cached-property, texttable, idna, urllib3, requests, dockerpty, jsonschema, docopt, websocket-client, docker-pycreds, docker, PyYAML, docker-compose 19:16:10 Running setup.py install for texttable: started 19:16:10 Running setup.py install for texttable: finished with status 'done' 19:16:10 Attempting uninstall: idna 19:16:10 Found existing installation: idna 2.9 19:16:10 Uninstalling idna-2.9: 19:16:10 Successfully uninstalled idna-2.9 19:16:11 Attempting uninstall: urllib3 19:16:11 Found existing installation: urllib3 1.25.9 19:16:11 Uninstalling urllib3-1.25.9: 19:16:11 Successfully uninstalled urllib3-1.25.9 19:16:11 Attempting uninstall: requests 19:16:11 Found existing installation: requests 2.23.0 19:16:11 Uninstalling requests-2.23.0: 19:16:11 Successfully uninstalled requests-2.23.0 19:16:11 Running setup.py install for dockerpty: started 19:16:11 Running setup.py install for dockerpty: finished with status 'done' 19:16:11 Running setup.py install for docopt: started 19:16:12 Running setup.py install for docopt: finished with status 'done' 19:16:12 Running setup.py install for PyYAML: started 19:16:13 Running setup.py install for PyYAML: finished with status 'done' 19:16:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:16:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:16:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:16:13 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 19:16:17 Removing intermediate container 784dc299c4b1 19:16:17 ---> 4858564f0517 19:16:17 Step 21/26 : RUN apk --no-cache add curl 19:16:17 ---> Running in 3c93f832ae84 19:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:16:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:16:17 (2/3) Installing libcurl (7.69.1-r3) 19:16:17 (3/3) Installing curl (7.69.1-r3) 19:16:17 Executing busybox-1.31.1-r19.trigger 19:16:17 OK: 72 MiB in 58 packages 19:16:18 Removing intermediate container 3c93f832ae84 19:16:18 ---> d45d688a8690 19:16:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:16:18 ---> Running in 3c36eff9cbfd 19:16:18 Removing intermediate container 3c36eff9cbfd 19:16:18 ---> b94ce10ec325 19:16:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:18 ---> Running in fa23ece0099c 19:16:18 Removing intermediate container fa23ece0099c 19:16:18 ---> a053869b8d1d 19:16:18 Step 24/26 : LABEL arch=x86_64 19:16:18 ---> Running in 30ed786c5d8a 19:16:18 Removing intermediate container 30ed786c5d8a 19:16:18 ---> 0229248af8f1 19:16:18 Step 25/26 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:16:18 ---> Running in 0dd5ddbce9fb 19:16:19 Removing intermediate container 0dd5ddbce9fb 19:16:19 ---> 7b558fda00ec 19:16:19 Step 26/26 : LABEL version=0.0.0 19:16:19 ---> Running in 685f9393c75a 19:16:19 Removing intermediate container 685f9393c75a 19:16:19 ---> fd1e4e296d1e 19:16:19 19:16:19 Successfully built fd1e4e296d1e 19:16:19 Successfully tagged docker-sys-mgmt-agent-go:latest 19:16:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:16:20 $ docker stop --time=1 5af9b5261f47354b4638ca1f54bda80348dfa201ae6386c1cc4d03d7aebedd9b 19:16:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.228s coverage: 46.6% of statements 19:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:16:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:16:21 $ docker rm -f 5af9b5261f47354b4638ca1f54bda80348dfa201ae6386c1cc4d03d7aebedd9b [Pipeline] // withDockerContainer [Pipeline] sh 19:16:22 + docker images 19:16:22 + grep docker 19:16:22 docker-sys-mgmt-agent-go latest fd1e4e296d1e 3 seconds ago 313MB 19:16:22 docker-core-data-go latest 5b970a99a28b 26 seconds ago 22.2MB 19:16:22 docker-security-proxy-setup-go latest 918a33173030 About a minute ago 24.5MB 19:16:22 docker-security-bootstrap-redis-go latest 4782f16d5c86 About a minute ago 15.8MB 19:16:22 docker-security-secretstore-setup-go latest 68f8decb8c1e About a minute ago 24.6MB 19:16:22 docker-support-notifications-go latest 4f9a6e2938b1 2 minutes ago 12MB 19:16:22 docker-core-metadata-go latest 1e958561d04c 2 minutes ago 13MB 19:16:22 docker-core-command-go latest bf4b7883741a 2 minutes ago 10.6MB 19:16:22 docker-support-scheduler-go latest 2eece8e28115 2 minutes ago 10.7MB 19:16:22 docker 20.10.0 aefe523efa57 3 weeks 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 19:16:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.609s coverage: 27.0% of statements 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:16:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:16:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:16:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.524s coverage: 77.8% of statements 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:16:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.649s coverage: 82.4% of statements 19:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:16:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements 19:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:16:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.203s coverage: 100.0% of statements 19:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:16:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 19:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:16:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.404s coverage: 86.7% of statements 19:16:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:16:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.328s coverage: 97.5% of statements 19:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:16:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.178s coverage: 78.3% of statements 19:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:16:38 Still waiting to schedule task 19:16:38 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.011s coverage: 93.8% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements 19:16:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.157s coverage: 87.2% of statements 19:16:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.2% of statements 19:16:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements 19:16:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.616s coverage: 63.5% of statements 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 19:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 19:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 19:16:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 19:16:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.082s coverage: 100.0% of statements 19:16:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.873s coverage: 55.9% of statements 19:16:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:16:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:16:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:16:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:16:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.603s coverage: 84.0% of statements 19:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements 19:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.323s coverage: 47.1% of statements 19:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 19:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:17:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements 19:17:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.938s coverage: 29.1% of statements 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.105s coverage: 0.0% of statements 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:17:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:17:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 19:17:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 19:17:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 19:17:10 GO111MODULE=on go vet ./... 19:17:30 Running on prd-ubuntu18.04-docker-8c-8g-18559 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws 19:17:30 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 19:17:32 using credential edgex-jenkins-ssh 19:17:32 Cloning the remote Git repository 19:17:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:17:32 > git init /w/workspace/edgex-go/6 # timeout=10 19:17:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:17:32 > git --version # timeout=10 19:17:32 > git --version # 'git version 2.17.1' 19:17:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:41 Merging remotes/origin/master commit 797f93be867ef6ee82f54016594ef97018f4c5d7 into PR head commit 4cd30939b4d78941fe778293513f2961aa2f7d09 19:17:41 Merge succeeded, producing 4cd30939b4d78941fe778293513f2961aa2f7d09 19:17:41 Checking out Revision 4cd30939b4d78941fe778293513f2961aa2f7d09 (PR-2981) 19:17:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:17:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:17:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:17:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:41 > git config core.sparsecheckout # timeout=10 19:17:41 > git checkout -f 4cd30939b4d78941fe778293513f2961aa2f7d09 # timeout=10 19:17:41 > git remote # timeout=10 19:17:41 > git config --get remote.origin.url # timeout=10 19:17:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:41 > git merge 797f93be867ef6ee82f54016594ef97018f4c5d7 # timeout=10 19:17:41 > git rev-parse HEAD^{commit} # timeout=10 19:17:41 > git config core.sparsecheckout # timeout=10 19:17:41 > git checkout -f 4cd30939b4d78941fe778293513f2961aa2f7d09 # timeout=10 19:17:45 Commit message: "refactor: Adjust for removal of backward compatibility code" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:17:46 + echo snap-build.sh 19:17:46 snap-build.sh 19:17:46 + SNAP_BASE_DIR=. 19:17:46 + '[' '!' -z /w/workspace/edgex-go/6 ']' 19:17:46 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 19:17:46 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 19:17:46 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 19:17:46 + cd /w/workspace/edgex-go/6 19:17:46 + sudo apt-get remove -qy --purge lxd lxd-client 19:17:46 Reading package lists... 19:17:46 Building dependency tree... 19:17:46 Reading state information... 19:17:46 The following packages were automatically installed and are no longer required: 19:17:46 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:17:46 uidmap xdelta3 19:17:46 Use 'sudo apt autoremove' to remove them. 19:17:46 The following packages will be REMOVED: 19:17:46 lxd* lxd-client* 19:17:47 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:17:47 After this operation, 31.7 MB disk space will be freed. 19:17:48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 19:17:48 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:17:48 Removing lxd dnsmasq configuration 19:17:49 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:17:49 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:17:49 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:17:50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 19:17:50 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:17:51 Processing triggers for systemd (237-3ubuntu10.42) ... 19:17:51 Processing triggers for ureadahead (0.100.0-21) ... 19:17:53 + sudo snap remove --purge lxd 19:17:53 snap "lxd" is not installed 19:17:53 + sudo groupadd --force --system lxd 19:17:53 ++ whoami 19:17:53 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:17:53 + newgrp - lxd 19:17:53 + sudo snap install lxd 19:18:05 2021-01-05T19:18:02Z INFO Waiting for automatic snapd restart... 19:18:18 gofmt -l . 19:18:18 [ "`gofmt -l .`" = "" ] 19:18:18 ./bin/test-go-mod-tidy.sh 19:18:18 ./bin/test-attribution-txt.sh 19:18:20 lxd 4.9 from Canonical* installed 19:18:20 + sudo lxd init --auto [Pipeline] sh 19:18:22 + ls -al . 19:18:22 total 668 19:18:22 drwxrwxr-x 9 1001 1001 4096 Jan 5 19:18 . 19:18:22 drwxr-xr-x 4 root root 4096 Jan 5 19:14 .. 19:18:22 -rw-rw-r-- 1 1001 1001 11 Jan 5 19:13 .dockerignore 19:18:22 drwxrwxr-x 8 1001 1001 4096 Jan 5 19:13 .git 19:18:22 drwxrwxr-x 3 1001 1001 4096 Jan 5 19:13 .github 19:18:22 -rw-rw-r-- 1 1001 1001 824 Jan 5 19:13 .gitignore 19:18:22 -rw-rw-r-- 1 1001 1001 166 Jan 5 19:13 .sonarcloud.properties 19:18:22 -rw-rw-r-- 1 1001 1001 3804 Jan 5 19:13 CONTRIBUTING.md 19:18:22 -rw-rw-r-- 1 1001 1001 931 Jan 5 19:13 Dockerfile.build 19:18:22 -rw-rw-r-- 1 1001 1001 863 Jan 5 19:13 Jenkinsfile 19:18:22 -rw-rw-r-- 1 1001 1001 10775 Jan 5 19:13 LICENSE 19:18:22 -rw-rw-r-- 1 1001 1001 5750 Jan 5 19:13 Makefile 19:18:22 -rw-rw-r-- 1 1001 1001 6511 Jan 5 19:13 README.md 19:18:22 -rw-rw-r-- 1 1001 1001 6744 Jan 5 19:13 SECURITY.md 19:18:22 -rw-rw-r-- 1 1001 1001 5 Jan 5 19:08 VERSION 19:18:22 -rw-rw-r-- 1 1001 1001 4131 Jan 5 19:13 ZMQWindows.md 19:18:22 drwxrwxr-x 2 1001 1001 4096 Jan 5 19:13 bin 19:18:22 drwxrwxr-x 14 1001 1001 4096 Jan 5 19:13 cmd 19:18:22 -rw-r--r-- 1 root root 541590 Jan 5 19:17 coverage.out 19:18:22 -rw-r--r-- 1 root root 979 Jan 5 19:18 go.mod 19:18:22 -rw-r--r-- 1 root root 19019 Jan 5 19:18 go.sum 19:18:22 drwxrwxr-x 8 1001 1001 4096 Jan 5 19:13 internal 19:18:22 drwxrwxr-x 4 1001 1001 4096 Jan 5 19:13 openapi 19:18:22 drwxrwxr-x 4 1001 1001 4096 Jan 5 19:13 snap 19:18:22 -rw-rw-r-- 1 1001 1001 168 Jan 5 19:13 version.go [Pipeline] sh 19:18:23 + '[' -e coverage.out ] 19:18:23 + chown 1001:1001 coverage.out [Pipeline] stash 19:18:23 Warning: overwriting stash ‘coverage-report’ 19:18:24 Stashed 1 file(s) [Pipeline] sh 19:18:25 + make build 19:18:25 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 19:18:28 + sudo snap install --classic snapcraft 19:18:37 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 19:18:50 snapcraft 4.4.4 from Canonical* installed 19:18:50 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:18:50 + patch --verbose -p1 19:18:50 Hmm... Looks like a unified diff to me... 19:18:50 The text leading up to this was: 19:18:50 -------------------------- 19:18:50 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 19:18:50 |From: Tony Espy 19:18:50 |Date: Wed, 16 Dec 2020 16:34:55 -0500 19:18:50 |Subject: [PATCH] optimize snap build for pipeline CI check 19:18:50 | 19:18:50 |This patch is used by the EdgeX CI pipeline builds to 19:18:50 |optimize the snap CI check run for pull requests. When 19:18:50 |applied, it essentially strips out everything (apps and 19:18:50 |parts) from the snapcraft.yaml file except those required 19:18:50 |to build edgex-go, as the whole idea of the CI check is to 19:18:50 |catch changes to edgex-go that break the snap build. 19:18:50 | 19:18:50 |In general, anyone updating snapcraft.yaml will also need 19:18:50 |to update this patch file, otherwise it may fail to apply, 19:18:50 |resulting in a failed snap build CI check in the associated 19:18:50 |pull request. 19:18:50 | 19:18:50 |Note - in addition to applying this patch, the pipeline also 19:18:50 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:18:50 |need to build the finally binary .snap file (and it won't 19:18:50 |work with the patch applied). This further reduces the build 19:18:50 |time. 19:18:50 |--- 19:18:50 | snap/snapcraft.yaml | 461 +------------------------------------------- 19:18:50 | 1 file changed, 2 insertions(+), 459 deletions(-) 19:18:50 | 19:18:50 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:18:50 |index 1e537489..faf42425 100644 19:18:50 |--- a/snap/snapcraft.yaml 19:18:50 |+++ b/snap/snapcraft.yaml 19:18:50 -------------------------- 19:18:50 patching file snap/snapcraft.yaml 19:18:50 Using Plan A... 19:18:50 Hunk #1 succeeded at 73. 19:18:50 Hunk #2 succeeded at 202 with fuzz 1. 19:18:50 Hunk #3 succeeded at 214. 19:18:50 Hunk #4 succeeded at 222. 19:18:50 Hunk #5 succeeded at 229. 19:18:50 Hunk #6 succeeded at 256. 19:18:50 Hunk #7 succeeded at 290. 19:18:50 Hunk #8 succeeded at 341. 19:18:50 Hmm... Ignoring the trailing garbage. 19:18:50 done 19:18:50 + sudo snapcraft prime --use-lxd 19:18:50 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:18:50 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:18:50 - README.md 19:18:50 - snapcraft.yaml.orig 19:18:50 19:18:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:18:50 Launching a container. 19:19:00 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 19:19:01 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 19:19:01 Waiting for container to be ready 19:19:01 To start your first instance, try: lxc launch ubuntu:18.04 19:19:01 19:19:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:19:05 Waiting for network to be ready... 19:19:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:19:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 19:19:05 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:19:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 19:19:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 19:19:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 19:19:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 19:19:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 19:19:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 19:19:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 19:19:05 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 19:19:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:19:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:19:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:19:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:19:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:19:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:19:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:19:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:19:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:19:07 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 19:19:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] 19:19:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 19:19:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 19:19:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 19:19:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 19:19:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 19:19:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 19:19:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 19:19:10 Fetched 23.6 MB in 5s (4928 kB/s) 19:19:11 Reading package lists... 19:19:11 Reading package lists... 19:19:11 Building dependency tree... 19:19:11 Reading state information... 19:19:11 The following additional packages will be installed: 19:19:11 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:19:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:19:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:19:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:19:11 Suggested packages: 19:19:11 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:19:11 Recommended packages: 19:19:11 gnupg libsasl2-modules 19:19:11 The following NEW packages will be installed: 19:19:11 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:19:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:19:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:19:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:19:11 The following packages will be upgraded: 19:19:11 gpg gpg-agent gpgconf libudev1 19:19:11 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 19:19:11 Need to get 3531 kB of archives. 19:19:11 After this operation, 13.3 MB of additional disk space will be used. 19:19:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 19:19:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 19:19:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 19:19:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 19:19:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 19:19:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 19:19:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 19:19:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 19:19:12 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 19:19:12 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 19:19:12 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 19:19:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:19:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:19:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:19:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:19:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:19:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:19:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:19:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:19:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:19:12 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:19:12 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:19:12 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:19:13 debconf: delaying package configuration, since apt-utils is not installed 19:19:13 Fetched 3531 kB in 1s (3105 kB/s) 19:19:13 (Reading database ... 12511 files and directories currently installed.) 19:19:13 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 19:19:13 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:19:13 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 19:19:13 Selecting previously unselected package udev. 19:19:13 (Reading database ... 12511 files and directories currently installed.) 19:19:13 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 19:19:13 Unpacking udev (237-3ubuntu10.43) ... 19:19:13 Selecting previously unselected package libfuse2:amd64. 19:19:13 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:19:13 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:19:13 Selecting previously unselected package fuse. 19:19:13 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:19:13 Unpacking fuse (2.9.7-1ubuntu1) ... 19:19:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 19:19:14 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:19:14 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 19:19:14 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:19:14 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 19:19:14 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:19:14 Selecting previously unselected package libksba8:amd64. 19:19:14 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:19:14 Unpacking libksba8:amd64 (1.3.5-2) ... 19:19:14 Selecting previously unselected package libroken18-heimdal:amd64. 19:19:14 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:19:14 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:14 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:19:14 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:19:14 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:14 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:19:14 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:19:14 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:14 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:19:14 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:19:14 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:14 Selecting previously unselected package libwind0-heimdal:amd64. 19:19:14 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:19:14 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:14 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:19:14 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:19:14 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:15 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:19:15 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:19:15 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:15 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:19:15 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:19:15 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:15 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:19:15 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:19:15 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:15 Selecting previously unselected package libsasl2-modules-db:amd64. 19:19:15 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 19:19:15 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 19:19:15 Selecting previously unselected package libsasl2-2:amd64. 19:19:15 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 19:19:15 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 19:19:15 Selecting previously unselected package libldap-common. 19:19:15 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 19:19:15 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:19:15 Selecting previously unselected package libldap-2.4-2:amd64. 19:19:15 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 19:19:15 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:19:15 Selecting previously unselected package dirmngr. 19:19:15 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 19:19:15 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 19:19:15 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:19:15 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 19:19:15 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:19:15 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 19:19:15 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 19:19:15 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 19:19:15 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:16 Setting up libksba8:amd64 (1.3.5-2) ... 19:19:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:19:16 Setting up udev (237-3ubuntu10.43) ... 19:19:16 invoke-rc.d: policy-rc.d denied execution of start. 19:19:16 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:16 Processing triggers for systemd (237-3ubuntu10) ... 19:19:16 Setting up fuse (2.9.7-1ubuntu1) ... 19:19:16 Setting up gpg (2.2.4-1ubuntu1.3) ... 19:19:16 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:16 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:16 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:16 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:16 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:16 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 19:19:17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:17 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:17 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:19:17 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 19:19:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:19:17 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:19:17 settings in the [Install] section, and DefaultInstance for template units). 19:19:17 This means they are not meant to be enabled using systemctl. 19:19:17 Possible reasons for having this kind of units are: 19:19:17 1) A unit may be statically enabled by being symlinked from another unit's 19:19:17 .wants/ or .requires/ directory. 19:19:17 2) A unit's purpose may be to act as a helper for some other unit which has 19:19:17 a requirement dependency on it. 19:19:17 3) A unit may be started when needed via activation (socket, path, timer, 19:19:17 D-Bus, udev, scripted systemctl call, ...). 19:19:17 4) In case of template units, the unit is meant to be enabled with some 19:19:17 instance name specified. 19:19:17 Reading package lists... 19:19:17 Building dependency tree... 19:19:17 Reading state information... 19:19:18 The following additional packages will be installed: 19:19:18 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:19:18 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:19:18 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:19:18 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:19:18 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:19:18 Suggested packages: 19:19:18 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:19:18 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:19:18 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:19:18 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:19:18 systemd-container policykit-1 19:19:18 Recommended packages: 19:19:18 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:19:18 The following NEW packages will be installed: 19:19:18 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:19:18 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:19:18 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:19:18 multiarch-support openssh-client python3 python3-minimal python3.6 19:19:18 python3.6-minimal snapd squashfs-tools sudo 19:19:18 The following packages will be upgraded: 19:19:18 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:19:18 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 19:19:18 Need to get 35.2 MB of archives. 19:19:18 After this operation, 141 MB of additional disk space will be used. 19:19:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:19:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:19:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 19:19:18 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 19:19:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 19:19:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:19:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 19:19:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 19:19:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 19:19:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:19:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:19:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:19:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:19:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:19:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:19:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 19:19:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:19:18 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 19:19:18 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:19:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:19:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:19:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:19:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:19:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:19:18 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:19:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 19:19:19 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:19:19 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:19:19 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:19:19 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 19:19:20 debconf: delaying package configuration, since apt-utils is not installed 19:19:20 Fetched 35.2 MB in 2s (15.8 MB/s) 19:19:20 (Reading database ... 12757 files and directories currently installed.) 19:19:20 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 19:19:20 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:19:21 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 19:19:21 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 19:19:21 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:19:21 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 19:19:21 (Reading database ... 12757 files and directories currently installed.) 19:19:21 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:19:21 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:19:21 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:19:21 (Reading database ... 12757 files and directories currently installed.) 19:19:21 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:19:21 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:19:22 Setting up apt (1.6.12ubuntu0.2) ... 19:19:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:19:22 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:19:22 (Reading database ... 12764 files and directories currently installed.) 19:19:22 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:19:22 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:19:23 Selecting previously unselected package libpython3.6-minimal:amd64. 19:19:23 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:19:23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:19:23 Selecting previously unselected package libexpat1:amd64. 19:19:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:19:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:19:23 Selecting previously unselected package python3.6-minimal. 19:19:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:19:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:19:23 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 19:19:23 Checking for services that may need to be restarted...done. 19:19:23 Checking for services that may need to be restarted...done. 19:19:23 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:19:23 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:19:23 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:19:24 Selecting previously unselected package python3-minimal. 19:19:24 (Reading database ... 13012 files and directories currently installed.) 19:19:24 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:19:24 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:19:24 Selecting previously unselected package mime-support. 19:19:24 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:19:24 Unpacking mime-support (3.60ubuntu1) ... 19:19:24 Selecting previously unselected package libmpdec2:amd64. 19:19:24 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:19:24 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:19:24 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:19:24 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:19:24 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:19:24 Selecting previously unselected package python3.6. 19:19:24 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:19:24 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:19:24 Selecting previously unselected package libpython3-stdlib:amd64. 19:19:24 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:19:24 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:19:25 Setting up python3-minimal (3.6.7-1~18.04) ... 19:19:25 Selecting previously unselected package python3. 19:19:25 (Reading database ... 13442 files and directories currently installed.) 19:19:25 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:19:25 Unpacking python3 (3.6.7-1~18.04) ... 19:19:25 Selecting previously unselected package multiarch-support. 19:19:25 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:19:25 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:19:25 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:19:25 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 19:19:26 Selecting previously unselected package liblzo2-2:amd64. 19:19:26 (Reading database ... 13479 files and directories currently installed.) 19:19:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:19:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:19:26 Selecting previously unselected package libbsd0:amd64. 19:19:26 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:19:26 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:19:26 Selecting previously unselected package sudo. 19:19:26 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 19:19:26 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 19:19:26 Selecting previously unselected package apparmor. 19:19:26 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:19:26 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:19:26 Selecting previously unselected package libedit2:amd64. 19:19:26 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:19:26 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:19:26 Selecting previously unselected package libkrb5support0:amd64. 19:19:26 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:19:26 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:19:26 Selecting previously unselected package libk5crypto3:amd64. 19:19:26 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:19:26 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:19:26 Selecting previously unselected package libkeyutils1:amd64. 19:19:26 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:19:26 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:19:26 Selecting previously unselected package libkrb5-3:amd64. 19:19:26 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:19:26 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:19:27 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:19:27 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:19:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:19:27 Selecting previously unselected package libssl1.0.0:amd64. 19:19:27 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 19:19:27 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:19:27 Selecting previously unselected package openssh-client. 19:19:27 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:19:27 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:19:27 Selecting previously unselected package squashfs-tools. 19:19:27 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:19:27 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:19:27 Selecting previously unselected package snapd. 19:19:27 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 19:19:27 Unpacking snapd (2.48+18.04) ... 19:19:29 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 19:19:30 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:19:30 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:19:30 Setting up mime-support (3.60ubuntu1) ... 19:19:30 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 19:19:30 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:19:30 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:19:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:19:30 Setting up systemd (237-3ubuntu10.43) ... 19:19:30 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:19:31 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:19:31 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:19:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:19:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:19:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:19:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:19:32 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:19:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:19:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:19:33 Setting up python3 (3.6.7-1~18.04) ... 19:19:33 running python rtupdate hooks for python3.6... 19:19:33 running python post-rtupdate hooks for python3.6... 19:19:33 Setting up apparmor (2.12-4ubuntu5.1) ... 19:19:33 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 19:19:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:19:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:19:34 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:19:34 Setting up snapd (2.48+18.04) ... 19:19:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:19:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:19:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:19:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:19:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:19:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:19:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:19:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [Pipeline] } 19:19:36 $ docker stop --time=1 22e0db12a85f0a1c0743a91f9521a9d71fc34c81f42547cf847b87e16180d2fc 19:19:36 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:19:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:19:37 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 19:19:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:19:37 Processing triggers for systemd (237-3ubuntu10.43) ... 19:19:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:19:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:19:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:19:39 $ docker rm -f 22e0db12a85f0a1c0743a91f9521a9d71fc34c81f42547cf847b87e16180d2fc 19:19:40 Reading package lists... 19:19:40 Reading package lists... [Pipeline] // withDockerContainer [Pipeline] } 19:19:40 Building dependency tree... 19:19:40 Reading state information... 19:19:40 Calculating upgrade... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 19:19:40 The following packages will be upgraded: 19:19:40 advancecomp base-files bash binutils binutils-common 19:19:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:19:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:19:40 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 19:19:40 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 19:19:40 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 19:19:40 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 19:19:40 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 19:19:40 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 19:19:40 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 19:19:40 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 19:19:40 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 19:19:40 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 19:19:40 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 19:19:40 ubuntu-keyring util-linux 19:19:40 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:19:40 Need to get 63.7 MB of archives. 19:19:40 After this operation, 5201 kB of additional disk space will be used. 19:19:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 19:19:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:19:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:41 19:19:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:19:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:19:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:19:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:19:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:19:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:19:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:19:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:19:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:19:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:19:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:19:41 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:19:41 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:19:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:19:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:19:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:19:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:19:41 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:19:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:19:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:19:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 19:19:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:19:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:19:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:19:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:19:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:19:41 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:19:41 latest: Pulling from edgex-devops/edgex-compose-arm64 19:19:41 29e5d40040c1: Pulling fs layer 19:19:41 1ce36da41761: Pulling fs layer 19:19:41 25b303627fd3: Pulling fs layer 19:19:41 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:19:41 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:19:41 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:19:41 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:19:41 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:19:41 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:19:41 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:19:41 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:19:41 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 19:19:41 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:19:41 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:19:41 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:19:41 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:19:41 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:19:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:19:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:19:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:19:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:19:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:19:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:19:42 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:19:42 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:19:42 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:19:42 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:19:42 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:19:42 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:19:42 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:19:42 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:19:42 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:19:42 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:19:42 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:19:42 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:19:42 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:19:42 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:19:42 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:19:42 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:19:42 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:19:42 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:19:42 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:19:42 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:19:42 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 19:19:42 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:19:42 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:19:42 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:19:42 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 19:19:42 29e5d40040c1: Download complete 19:19:42 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 19:19:42 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:19:42 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:19:42 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:19:42 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 19:19:42 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:19:42 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:19:42 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 19:19:42 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 19:19:42 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 19:19:42 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 19:19:42 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:19:42 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:19:42 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:19:42 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:19:42 1ce36da41761: Verifying Checksum 19:19:42 1ce36da41761: Download complete 19:19:43 29e5d40040c1: Pull complete 19:19:43 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:19:43 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:19:43 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:19:44 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:19:44 1ce36da41761: Pull complete 19:19:44 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:19:44 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:19:44 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:19:44 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:19:44 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:19:44 25b303627fd3: Verifying Checksum 19:19:44 25b303627fd3: Download complete 19:19:44 debconf: delaying package configuration, since apt-utils is not installed 19:19:44 Fetched 63.7 MB in 4s (15.7 MB/s) 19:19:44 (Reading database ... 13912 files and directories currently installed.) 19:19:44 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:19:44 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:19:45 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:19:45 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:19:45 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 19:19:45 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 19:19:46 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:46 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:46 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:46 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:46 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:46 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:46 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:46 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:46 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:46 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:47 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:47 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:47 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:47 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:47 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:19:47 (Reading database ... 13911 files and directories currently installed.) 19:19:47 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:47 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:19:47 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:19:47 (Reading database ... 13911 files and directories currently installed.) 19:19:47 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:47 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:47 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:47 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:47 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:47 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:47 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:19:47 (Reading database ... 13911 files and directories currently installed.) 19:19:47 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:19:48 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:19:48 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:19:48 (Reading database ... 13911 files and directories currently installed.) 19:19:48 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:19:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:19:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:19:49 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:19:49 Setting up base-files (10.1ubuntu2.10) ... 19:19:49 Installing new version of config file /etc/issue ... 19:19:49 Installing new version of config file /etc/issue.net ... 19:19:49 Installing new version of config file /etc/lsb-release ... 19:19:49 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:19:49 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:19:49 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:19:49 Removing obsolete conffile /etc/default/motd-news ... 19:19:49 (Reading database ... 13912 files and directories currently installed.) 19:19:49 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:19:49 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:19:49 Setting up bash (4.4.18-2ubuntu1.2) ... 19:19:49 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 19:19:50 (Reading database ... 13912 files and directories currently installed.) 19:19:50 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:50 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:19:50 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:19:50 (Reading database ... 13912 files and directories currently installed.) 19:19:50 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 19:19:50 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 19:19:50 Setting up tar (1.29b-2ubuntu0.1) ... 19:19:50 (Reading database ... 13912 files and directories currently installed.) 19:19:50 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:19:50 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:19:50 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:19:50 (Reading database ... 13912 files and directories currently installed.) 19:19:50 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:19:50 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:19:50 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:19:50 (Reading database ... 13912 files and directories currently installed.) 19:19:50 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:19:51 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:19:51 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:19:51 (Reading database ... 13912 files and directories currently installed.) 19:19:51 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:19:51 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:19:51 Setting up grep (3.1-2build1) ... 19:19:51 (Reading database ... 13912 files and directories currently installed.) 19:19:51 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:19:51 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:19:51 Setting up login (1:4.5-1ubuntu2) ... 19:19:51 (Reading database ... 13912 files and directories currently installed.) 19:19:51 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:19:51 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:51 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:19:51 (Reading database ... 13912 files and directories currently installed.) 19:19:51 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:19:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:19:52 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:19:52 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:19:52 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:19:52 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:19:53 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:19:53 (Reading database ... 13912 files and directories currently installed.) 19:19:53 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:19:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:19:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:19:54 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:19:54 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:19:54 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:19:54 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:19:54 25b303627fd3: Pull complete 19:19:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:19:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:19:55 (Reading database ... 13912 files and directories currently installed.) 19:19:55 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:19:55 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:19:55 prd-ubuntu18.04-docker-arm64-4c-16g-18556 does not seem to be running inside a container 19:19:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:19:55 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:19:55 (Reading database ... 13912 files and directories currently installed.) 19:19:55 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:55 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:55 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:55 (Reading database ... 13912 files and directories currently installed.) 19:19:55 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:55 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:55 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:55 (Reading database ... 13912 files and directories currently installed.) 19:19:55 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:55 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:55 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:55 (Reading database ... 13912 files and directories currently installed.) 19:19:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:55 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:56 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:56 (Reading database ... 13912 files and directories currently installed.) 19:19:56 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:19:56 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:56 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:19:56 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:56 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:19:56 (Reading database ... 13912 files and directories currently installed.) 19:19:56 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:19:56 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:56 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:19:56 (Reading database ... 13912 files and directories currently installed.) 19:19:56 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:56 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:56 (Reading database ... 13912 files and directories currently installed.) 19:19:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:57 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:19:57 (Reading database ... 13912 files and directories currently installed.) 19:19:57 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:57 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:57 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:19:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:19:58 $ docker top e440e71cd4e8e0da96c108546875800fb8913191b8e6cf7446ac9da1b5da0353 -eo pid,comm 19:19:58 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [Pipeline] { [Pipeline] sh 19:19:58 (Reading database ... 13912 files and directories currently installed.) 19:19:58 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:19:58 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:19:58 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:19:58 (Reading database ... 13912 files and directories currently installed.) 19:19:58 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:19:58 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:58 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:19:59 + grep parallel 19:19:59 + docker-compose build --help 19:19:59 (Reading database ... 13914 files and directories currently installed.) 19:19:59 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:19:59 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:19:59 Setting up debconf (1.5.66ubuntu1) ... 19:19:59 (Reading database ... 13914 files and directories currently installed.) 19:19:59 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:19:59 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:19:59 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:19:59 (Reading database ... 13914 files and directories currently installed.) 19:19:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:20:00 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:20:00 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:20:00 (Reading database ... 13914 files and directories currently installed.) 19:20:00 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:20:00 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:20:00 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:20:00 (Reading database ... 13914 files and directories currently installed.) 19:20:00 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:20:00 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:20:00 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 19:20:00 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:20:00 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:20:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:20:01 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:20:01 (Reading database ... 13914 files and directories currently installed.) 19:20:01 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:20:01 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:20:01 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:20:01 (Reading database ... 13914 files and directories currently installed.) 19:20:01 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:20:01 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:20:01 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:20:01 (Reading database ... 13914 files and directories currently installed.) 19:20:01 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:20:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:20:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:20:01 (Reading database ... 13914 files and directories currently installed.) 19:20:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:20:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:20:02 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:20:02 (Reading database ... 13914 files and directories currently installed.) 19:20:02 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:20:02 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:20:02 --parallel Build images in parallel. [Pipeline] } 19:20:02 $ docker stop --time=1 e440e71cd4e8e0da96c108546875800fb8913191b8e6cf7446ac9da1b5da0353 19:20:02 Setting up passwd (1:4.5-1ubuntu2) ... 19:20:02 (Reading database ... 13914 files and directories currently installed.) 19:20:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 19:20:02 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:20:02 Setting up gpgv (2.2.4-1ubuntu1.3) ... 19:20:03 (Reading database ... 13914 files and directories currently installed.) 19:20:03 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:20:03 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:20:03 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:20:03 (Reading database ... 13914 files and directories currently installed.) 19:20:03 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:20:03 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:20:03 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:20:03 (Reading database ... 13914 files and directories currently installed.) 19:20:03 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:20:03 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:20:04 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:20:04 (Reading database ... 13914 files and directories currently installed.) 19:20:04 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:20:04 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:20:04 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:20:04 $ docker rm -f e440e71cd4e8e0da96c108546875800fb8913191b8e6cf7446ac9da1b5da0353 19:20:04 (Reading database ... 13914 files and directories currently installed.) 19:20:04 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:20:04 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:20:04 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:20:04 (Reading database ... 13914 files and directories currently installed.) 19:20:04 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [Pipeline] // withDockerContainer 19:20:04 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:20:04 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:20:04 (Reading database ... 13915 files and directories currently installed.) 19:20:04 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:20:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:20:05 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:20:05 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:20:05 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:20:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:05 . [Pipeline] withDockerContainer 19:20:05 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:20:05 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 19:20:05 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 19:20:05 prd-ubuntu18.04-docker-arm64-4c-16g-18556 does not seem to be running inside a container 19:20:05 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:20:05 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:20:05 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:20:05 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:20:05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:20:05 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:20:05 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:20:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:20:06 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:20:06 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:20:06 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:20:06 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:20:06 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:20:06 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:20:06 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:20:06 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 19:20:06 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 19:20:07 $ docker top 84f1c3cdb27f2f50ef747ebde0621a0c8685c47702e77a477f9f75649646a7c3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:07 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:20:07 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:20:07 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:20:07 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:20:07 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:20:07 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:20:08 + docker-compose -f ./docker-compose-build.yml build --parallel 19:20:08 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:20:08 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:20:08 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:20:08 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:20:08 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:20:08 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:20:08 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:08 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:08 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:08 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:08 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:08 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:08 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:09 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:09 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:10 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:10 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:11 Building docker-core-command-go ... 19:20:11 Building docker-core-data-go ... 19:20:11 Building docker-core-metadata-go ... 19:20:11 Building docker-security-bootstrap-redis-go ... 19:20:11 Building docker-security-proxy-setup-go ... 19:20:11 Building docker-security-secretstore-setup-go ... 19:20:11 Building docker-support-notifications-go ... 19:20:11 Building docker-support-scheduler-go ... 19:20:11 Building docker-sys-mgmt-agent-go ... 19:20:11 Building docker-core-metadata-go 19:20:11 Building docker-security-secretstore-setup-go 19:20:11 Building docker-support-notifications-go 19:20:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:11 Building docker-security-proxy-setup-go 19:20:11 Building docker-security-bootstrap-redis-go 19:20:12 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:12 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:20:12 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:20:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:20:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:20:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:20:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:20:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:20:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:20:13 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:20:13 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:20:13 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:20:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:20:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:20:13 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:20:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:20:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:20:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:20:13 Setting up tzdata (2020d-0ubuntu0.18.04) ... 19:20:13 19:20:13 Current default time zone: 'Etc/UTC' 19:20:13 Local time is now: Tue Jan 5 19:20:13 UTC 2021. 19:20:13 Universal Time is now: Tue Jan 5 19:20:13 UTC 2021. 19:20:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:20:13 19:20:13 Setting up systemd-sysv (237-3ubuntu10.43) ... 19:20:14 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:14 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 19:20:14 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:20:14 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:20:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:20:14 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:20:14 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:20:14 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:20:14 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:20:14 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:14 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:20:14 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 19:20:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:14 Setting up patch (2.7.6-2ubuntu1.1) ... 19:20:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:20:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:20:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 19:20:14 Installing new version of config file /etc/ssl/openssl.cnf ... 19:20:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:20:14 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:20:14 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 19:20:16 Updating certificates in /etc/ssl/certs... 19:20:17 22 added, 17 removed; done. 19:20:17 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:20:17 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:17 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:20:17 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:20:17 Setting up pkgbinarymangler (138.18.04.1) ... 19:20:17 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:17 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 19:20:17 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:17 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:17 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:20:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:17 Setting up perl (5.26.1-6ubuntu0.5) ... 19:20:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 19:20:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:20:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:20:17 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 19:20:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:20:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:20:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:20:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:20:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:20:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:20:17 Processing triggers for systemd (237-3ubuntu10.43) ... 19:20:17 Processing triggers for mime-support (3.60ubuntu1) ... 19:20:17 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 19:20:17 Updating certificates in /etc/ssl/certs... 19:20:18 0 added, 0 removed; done. 19:20:18 Running hooks in /etc/ca-certificates/update.d... 19:20:18 done. 19:20:18 Reading package lists... 19:20:18 Building dependency tree... 19:20:18 Reading state information... 19:20:19 The following NEW packages will be installed: 19:20:19 apt-transport-https 19:20:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:20:19 Need to get 1696 B of archives. 19:20:19 After this operation, 153 kB of additional disk space will be used. 19:20:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:20:19 debconf: delaying package configuration, since apt-utils is not installed 19:20:19 Fetched 1696 B in 0s (8503 B/s) 19:20:19 Selecting previously unselected package apt-transport-https. 19:20:19 (Reading database ... 13929 files and directories currently installed.) 19:20:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:20:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:20:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:20:19 Waiting for network to be ready... 19:20:29 2021-01-05T19:20:24Z INFO Waiting for automatic snapd restart... 19:20:30 snapd 2.48.1 from Canonical* installed 19:20:31 "snapd" switched to the "latest/stable" channel 19:20:31 19:20:35 core18 20201210 from Canonical* installed 19:20:35 "core18" switched to the "latest/stable" channel 19:20:35 19:20:39 snapcraft 4.4.4 from Canonical* installed 19:20:40 "snapcraft" switched to the "latest/stable" channel 19:20:40 19:20:43 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:20:43 - README.md 19:20:43 - snapcraft.yaml.orig 19:20:43 19:20:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:20:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:20:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:20:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:20:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:20:51 Reading package lists... 19:20:51 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:20:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:20:57 Reading package lists... 19:20:57 Building dependency tree... 19:20:57 Reading state information... 19:20:57 Suggested packages: 19:20:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:20:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:20:57 Recommended packages: 19:20:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:20:57 The following NEW packages will be installed: 19:20:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:20:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:20:57 pkg-config zip 19:20:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:20:57 Need to get 7655 kB of archives. 19:20:57 After this operation, 43.7 MB of additional disk space will be used. 19:20:57 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:20:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:20:58 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:20:58 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:20:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:20:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:20:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:20:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:20:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:20:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:20:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:20:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:20:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:20:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:20:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:20:59 debconf: delaying package configuration, since apt-utils is not installed 19:20:59 Fetched 7655 kB in 2s (4498 kB/s) 19:20:59 Selecting previously unselected package libglib2.0-0:amd64. 19:20:59 (Reading database ... 13933 files and directories currently installed.) 19:20:59 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:20:59 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:21:00 Selecting previously unselected package libpsl5:amd64. 19:21:00 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:21:00 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:21:00 Selecting previously unselected package libnghttp2-14:amd64. 19:21:00 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:21:00 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:21:00 Selecting previously unselected package librtmp1:amd64. 19:21:00 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:21:00 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:21:00 Selecting previously unselected package libcurl3-gnutls:amd64. 19:21:00 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:21:00 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:21:00 Selecting previously unselected package liberror-perl. 19:21:00 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:21:00 Unpacking liberror-perl (0.17025-1) ... 19:21:00 Selecting previously unselected package git-man. 19:21:00 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:21:00 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:21:00 Selecting previously unselected package git. 19:21:00 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:21:00 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:21:01 Selecting previously unselected package libnorm1:amd64. 19:21:01 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:21:01 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:21:01 Selecting previously unselected package libpgm-5.2-0:amd64. 19:21:01 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:21:01 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:21:01 Selecting previously unselected package libsodium23:amd64. 19:21:01 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:21:01 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:21:01 Selecting previously unselected package libzmq5:amd64. 19:21:01 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:21:01 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:21:01 Selecting previously unselected package libzmq3-dev:amd64. 19:21:01 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:21:01 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:21:01 Selecting previously unselected package pkg-config. 19:21:01 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:21:01 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:21:01 Selecting previously unselected package zip. 19:21:01 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:21:01 Unpacking zip (3.0-11build1) ... 19:21:02 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:21:02 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:21:02 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:21:02 Setting up liberror-perl (0.17025-1) ... 19:21:02 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:21:02 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:21:02 No schema files found: doing nothing. 19:21:02 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:21:02 Setting up zip (3.0-11build1) ... 19:21:02 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:21:02 Setting up libsodium23:amd64 (1.0.16-2) ... 19:21:02 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:21:02 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:21:02 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:21:02 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:21:02 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:21:02 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:21:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:21:09 git set to automatically installed. 19:21:09 git-man set to automatically installed. 19:21:09 libcurl3-gnutls set to automatically installed. 19:21:09 liberror-perl set to automatically installed. 19:21:09 libglib2.0-0 set to automatically installed. 19:21:09 libnghttp2-14 set to automatically installed. 19:21:09 libnorm1 set to automatically installed. 19:21:09 libpgm-5.2-0 set to automatically installed. 19:21:09 libpsl5 set to automatically installed. 19:21:09 librtmp1 set to automatically installed. 19:21:09 libsodium23 set to automatically installed. 19:21:09 libzmq3-dev set to automatically installed. 19:21:09 libzmq5 set to automatically installed. 19:21:09 pkg-config set to automatically installed. 19:21:09 zip set to automatically installed. 19:21:11 snapd is not logged in, snap install commands will use sudo 19:21:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:21:17 snap "core18" has no updates available 19:21:18 Pulling config-common 19:21:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:21:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:21:19 ---> 869584ae488d 19:21:19 Step 3/22 : WORKDIR /edgex-go 19:21:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:21:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:21:19 ---> 869584ae488d 19:21:19 Step 3/24 : WORKDIR /edgex-go 19:21:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:21:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:21:19 ---> 869584ae488d 19:21:19 Step 3/24 : WORKDIR /edgex-go 19:21:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:21:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:21:19 ---> 869584ae488d 19:21:19 Step 3/21 : WORKDIR /edgex-go 19:21:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:21:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:21:19 ---> 869584ae488d 19:21:19 Step 3/22 : WORKDIR /edgex-go 19:21:19 Pulling go-build-helper 19:21:20 ---> Running in 3a980f66f2f7 19:21:20 ---> Running in 4fdd81e71bd1 19:21:20 ---> Running in e2863b0d0c2f 19:21:20 ---> Running in 0e802061fafb 19:21:20 ---> Running in 0cb97dde6c0a 19:21:21 Removing intermediate container e2863b0d0c2f 19:21:21 ---> de28fd0cef61 19:21:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:21 Removing intermediate container 3a980f66f2f7 19:21:21 ---> 06a27032cbf3 19:21:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:21 Removing intermediate container 4fdd81e71bd1 19:21:21 ---> 169e8d657984 19:21:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:21 Removing intermediate container 0cb97dde6c0a 19:21:21 ---> 7f422113c89f 19:21:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:21 Removing intermediate container 0e802061fafb 19:21:21 ---> 15d698737fc8 19:21:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:21 ---> Running in 60e64ae8e3cd 19:21:21 ---> Running in f1265ff5a797 19:21:21 ---> Running in b5a14a7d8873 19:21:21 ---> Running in aea046ddbc2d 19:21:21 ---> Running in ffa38297c814 19:21:25 Removing intermediate container f1265ff5a797 19:21:25 ---> 29d9ff98e047 19:21:25 Step 5/24 : RUN apk add --update --no-cache make git 19:21:25 Removing intermediate container 60e64ae8e3cd 19:21:25 ---> a3ee1f8ee2c6 19:21:25 Step 5/22 : RUN apk add --update --no-cache make git 19:21:25 ---> Running in aa972258d834 19:21:25 ---> Running in 259ac3f4a9ed 19:21:26 Removing intermediate container b5a14a7d8873 19:21:26 ---> d47e658490b5 19:21:26 Step 5/22 : RUN apk add --update --no-cache make git 19:21:26 Removing intermediate container aea046ddbc2d 19:21:26 ---> 2daf2a79feca 19:21:26 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 19:21:26 ---> Running in a9e816bdf03d 19:21:26 Removing intermediate container ffa38297c814 19:21:26 ---> 8f41f37393f6 19:21:26 Step 5/21 : RUN apk add --update --no-cache make git 19:21:26 ---> Running in 144e5c0d18d2 19:21:26 ---> Running in 155a849809b5 19:21:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:29 OK: 217 MiB in 51 packages 19:21:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:29 OK: 217 MiB in 51 packages 19:21:30 OK: 217 MiB in 51 packages 19:21:30 OK: 217 MiB in 51 packages 19:21:30 OK: 217 MiB in 51 packages 19:21:31 Removing intermediate container aa972258d834 19:21:31 ---> bd8a2dbe2f94 19:21:31 Step 6/24 : COPY go.mod . 19:21:31 Removing intermediate container 259ac3f4a9ed 19:21:31 ---> 8fe399ca56c1 19:21:31 Step 6/22 : COPY go.mod . 19:21:31 Removing intermediate container a9e816bdf03d 19:21:31 ---> 665d444d4618 19:21:31 Step 6/22 : COPY go.mod . 19:21:32 Removing intermediate container 155a849809b5 19:21:32 ---> 5a5567f4e88a 19:21:32 Step 6/21 : COPY go.mod . 19:21:32 Removing intermediate container 144e5c0d18d2 19:21:32 ---> 09fca7c4df0c 19:21:32 Step 6/24 : COPY go.mod . 19:21:32 ---> 8443e7c800a7 19:21:32 Step 7/24 : RUN go mod download 19:21:32 ---> 014d82846885 19:21:32 Step 7/22 : RUN go mod download 19:21:32 ---> Running in 3da8809bae4a 19:21:32 ---> Running in 0da1dc0acff5 19:21:32 ---> bbf1c0122ab7 19:21:32 Step 7/22 : RUN go mod download 19:21:33 ---> Running in 17709ff94448 19:21:33 ---> f9e580787cfd 19:21:33 Step 7/21 : RUN go mod download 19:21:33 ---> d37cd0d6bde1 19:21:33 Step 7/24 : RUN go mod download 19:21:33 ---> Running in 6cdf2a917ab5 19:21:33 ---> Running in a5e3c6285d95 19:21:37 Removing intermediate container 3da8809bae4a 19:21:37 ---> 4d836a6bf3ee 19:21:37 Step 8/24 : COPY . . 19:21:37 Removing intermediate container 0da1dc0acff5 19:21:37 ---> 8aba0c2db516 19:21:37 Step 8/22 : COPY . . 19:21:37 Removing intermediate container 17709ff94448 19:21:37 ---> 4a431616788a 19:21:37 Step 8/22 : COPY . . 19:21:37 Removing intermediate container 6cdf2a917ab5 19:21:37 ---> 7788a8de96b8 19:21:37 Step 8/21 : COPY . . 19:21:38 Removing intermediate container a5e3c6285d95 19:21:38 ---> 88afed6bbead 19:21:38 Step 8/24 : COPY . . 19:21:46 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:21:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:21:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:21:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 19:21:46 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:21:46 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:21:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:21:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:21:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:21:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:21:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:21:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 19:21:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 19:21:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 19:21:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 19:21:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 19:21:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 19:21:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 19:21:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:21:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] 19:21:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 19:21:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 19:21:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 19:21:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 19:21:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 19:21:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 19:21:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 19:21:46 Fetched 23.6 MB in 0s (0 B/s) 19:21:46 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:21:46 Fetched 96.5 kB in 0s (0 B/s) 19:21:46 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:21:46 Fetched 279 kB in 0s (0 B/s) 19:21:46 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:21:46 Fetched 122 kB in 0s (0 B/s) 19:21:46 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:21:46 Fetched 77.8 kB in 0s (0 B/s) 19:21:46 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:21:46 Fetched 8848 B in 0s (0 B/s) 19:21:46 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:21:46 Fetched 47.8 kB in 0s (0 B/s) 19:21:46 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:21:46 Fetched 45.6 kB in 0s (0 B/s) 19:21:46 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 19:21:46 Fetched 14.8 kB in 0s (0 B/s) 19:21:46 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:21:46 Fetched 214 kB in 0s (0 B/s) 19:21:46 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 19:21:46 Fetched 155 kB in 0s (0 B/s) 19:21:46 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:21:46 Fetched 50.6 kB in 0s (0 B/s) 19:21:46 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:21:46 Fetched 14.8 kB in 0s (0 B/s) 19:21:46 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:21:46 Fetched 41.8 kB in 0s (0 B/s) 19:21:46 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:21:46 Fetched 499 kB in 0s (0 B/s) 19:21:46 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:21:46 Fetched 111 kB in 0s (0 B/s) 19:21:46 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:21:46 Fetched 240 kB in 0s (0 B/s) 19:21:46 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:21:46 Fetched 29.3 kB in 0s (0 B/s) 19:21:46 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:21:46 Fetched 85.5 kB in 0s (0 B/s) 19:21:46 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:21:46 Fetched 24.5 kB in 0s (0 B/s) 19:21:46 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 19:21:46 Fetched 49.2 kB in 0s (0 B/s) 19:21:46 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:21:46 Fetched 54.2 kB in 0s (0 B/s) 19:21:46 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:21:46 Fetched 30.8 kB in 0s (0 B/s) 19:21:46 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 19:21:46 Fetched 17.0 kB in 0s (0 B/s) 19:21:46 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:21:46 Fetched 85.9 kB in 0s (0 B/s) 19:21:46 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:21:46 Fetched 8720 B in 0s (0 B/s) 19:21:46 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:21:46 Fetched 137 kB in 0s (0 B/s) 19:21:46 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:21:46 Fetched 119 kB in 0s (0 B/s) 19:21:46 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:21:46 Fetched 109 kB in 0s (0 B/s) 19:21:46 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:21:46 Fetched 11.1 kB in 0s (0 B/s) 19:21:46 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:21:46 Fetched 645 kB in 0s (0 B/s) 19:21:46 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:21:46 Fetched 41.3 kB in 0s (0 B/s) 19:21:46 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:21:46 Fetched 17.9 kB in 0s (0 B/s) 19:21:46 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:21:46 Fetched 368 kB in 0s (0 B/s) 19:21:46 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:21:46 Fetched 187 kB in 0s (0 B/s) 19:21:46 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:21:46 Fetched 175 kB in 0s (0 B/s) 19:21:46 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:21:46 Fetched 206 kB in 0s (0 B/s) 19:21:46 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 19:21:46 Fetched 1301 kB in 0s (0 B/s) 19:21:46 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:21:46 Fetched 36.2 kB in 0s (0 B/s) 19:21:46 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:21:46 Fetched 159 kB in 0s (0 B/s) 19:21:46 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:21:46 Fetched 107 kB in 0s (0 B/s) 19:21:46 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:21:46 Fetched 48.7 kB in 0s (0 B/s) 19:21:46 Pulling static-packages 19:21:46 'go115' has dependencies that need to be staged: static-packages go-build-helper 19:21:46 Skipping pull go-build-helper (already ran) 19:21:46 Skipping pull static-packages (already ran) 19:21:46 Building go-build-helper 19:21:51 Building static-packages 19:21:53 Staging go-build-helper 19:21:53 Staging static-packages 19:21:54 Pulling go115 19:21:55 'edgex-go' has dependencies that need to be staged: go115 19:21:55 Skipping pull go115 (already ran) 19:21:55 Building go115 19:21:55 % Total % Received % Xferd Average Speed Time Time Time Current 19:21:55 Dload Upload Total Spent Left Speed 19:22:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 524k 0 0 1361k 0 0:01:26 --:--:-- 0:01:26 1358k 33 115M 33 39.1M 0 0 28.2M 0 0:00:04 0:00:01 0:00:03 28.2M 55 115M 55 64.2M 0 0 26.9M 0 0:00:04 0:00:02 0:00:02 26.9M 67 115M 67 77.4M 0 0 22.8M 0 0:00:05 0:00:03 0:00:02 22.8M 78 115M 78 90.1M 0 0 20.5M 0 0:00:05 0:00:04 0:00:01 20.5M 96 115M 96 111M 0 0 20.6M 0 0:00:05 0:00:05 --:--:-- 22.1M 100 115M 100 115M 0 0 20.9M 0 0:00:05 0:00:05 --:--:-- 18.5M 19:22:02 go1.15.2.linux-amd64.tar.gz: OK 19:22:05 ---> ee20c5bb71d6 19:22:05 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:22:05 ---> 4e671446016f 19:22:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:22:05 ---> b4806c770a6a 19:22:05 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:22:05 ---> 8c4bf1da8647 19:22:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:22:05 ---> dbcc3e2978af 19:22:05 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:22:05 ---> Running in 1c54e9671bae 19:22:05 ---> Running in 3fff51516758 19:22:05 ---> Running in 6c5cd66f1b2f 19:22:05 ---> Running in deb912d919a7 19:22:05 ---> Running in 7e413469a007 19:22:05 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 19:22:05 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 19:22:05 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 19:22:05 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 19:22:05 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 19:22:06 Staging go115 19:22:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:22:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:22:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:22:13 Fetched 0 B in 0s (0 B/s) 19:22:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:22:13 Fetched 224 kB in 0s (0 B/s) 19:22:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:22:13 Fetched 157 kB in 0s (0 B/s) 19:22:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:22:13 Fetched 221 kB in 0s (0 B/s) 19:22:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:22:13 Fetched 143 kB in 0s (0 B/s) 19:22:13 Pulling edgex-go 19:22:14 Pulling version 19:22:15 Building config-common 19:22:17 Skipping build go-build-helper (already ran) 19:22:17 Skipping build static-packages (already ran) 19:22:17 Skipping build go115 (already ran) 19:22:17 Building edgex-go 19:22:17 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 19:22:19 go: downloading github.com/gorilla/mux v1.8.0 19:22:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 19:22:19 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 19:22:19 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:22:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:22:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 19:22:19 go: downloading github.com/google/uuid v1.1.4 19:22:19 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 19:22:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:22:19 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 19:22:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:22:19 go: downloading github.com/pkg/errors v0.8.1 19:22:19 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 19:22:19 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:22:19 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:22:19 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:22:19 go: downloading github.com/go-kit/kit v0.8.0 19:22:19 go: downloading github.com/imdario/mergo v0.3.11 19:22:19 go: downloading github.com/BurntSushi/toml v0.3.1 19:22:19 go: downloading github.com/hashicorp/consul/api v1.1.0 19:22:19 go: downloading github.com/x448/float16 v0.8.4 19:22:19 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:22:19 go: downloading github.com/pelletier/go-toml v1.2.0 19:22:19 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:22:19 go: downloading github.com/pebbe/zmq4 v1.0.0 19:22:19 go: downloading gopkg.in/yaml.v2 v2.4.0 19:22:19 go: downloading github.com/go-playground/universal-translator v0.17.0 19:22:19 go: downloading github.com/leodido/go-urn v1.2.0 19:22:19 go: downloading github.com/mitchellh/copystructure v1.0.0 19:22:19 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:22:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:22:19 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:22:19 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:22:19 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:22:19 go: downloading github.com/hashicorp/serf v0.8.2 19:22:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:22:19 go: downloading github.com/go-playground/locales v0.13.0 19:22:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:22:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:22:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:22:28 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 19:22:31 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 19:22:32 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 19:22:33 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 19:22:34 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 19:22:34 go: downloading github.com/stretchr/testify v1.6.1 19:22:34 go: downloading github.com/pmezard/go-difflib v1.0.0 19:22:34 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:22:34 go: downloading github.com/davecgh/go-spew v1.1.1 19:22:36 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 19:22:36 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:22:36 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:22:36 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 19:22:36 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:22:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:22:38 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:22:39 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 19:22:40 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 19:22:41 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 19:22:43 Building version 19:22:46 Staging config-common 19:22:47 Skipping stage go-build-helper (already ran) 19:22:47 Skipping stage static-packages (already ran) 19:22:47 Skipping stage go115 (already ran) 19:22:47 Staging edgex-go 19:22:47 Staging version 19:22:48 Priming config-common 19:22:50 Priming go-build-helper 19:22:51 Priming static-packages 19:22:53 Priming go115 19:22:54 Priming edgex-go 19:22:55 Priming version 19:22:56 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:23:27 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 19:23:27 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 19:23:37 Removing intermediate container 3fff51516758 19:23:37 ---> f80577f5501a 19:23:37 19:23:37 Step 10/22 : FROM alpine:3.12 19:23:37 Removing intermediate container 6c5cd66f1b2f 19:23:37 ---> 108b83dce2e0 19:23:37 19:23:37 Step 10/24 : FROM alpine:3.12 19:23:37 3.12: Pulling from library/alpine 19:23:37 3.12: Pulling from library/alpine 19:23:38 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:23:38 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:23:38 Status: Image is up to date for alpine:3.12 19:23:38 Status: Downloaded newer image for alpine:3.12 19:23:38 ---> afeebe901d6b 19:23:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:23:38 ---> afeebe901d6b 19:23:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:23:39 ---> Running in ebfc193f62dd 19:23:39 ---> Running in 0f54aca2b806 19:23:40 Removing intermediate container 7e413469a007 19:23:40 ---> b0f15c2e1786 19:23:40 19:23:40 Step 10/24 : FROM scratch 19:23:40 ---> 19:23:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:23:40 Removing intermediate container deb912d919a7 19:23:40 ---> 4c1e349b1af7 19:23:40 19:23:40 Step 10/21 : FROM alpine:3.12 19:23:40 ---> afeebe901d6b 19:23:40 Step 11/21 : RUN apk add --update --no-cache curl 19:23:40 ---> Running in 9fee35440ae9 19:23:40 ---> Running in 63cf72c42f00 19:23:41 Removing intermediate container 9fee35440ae9 19:23:41 ---> 84ab88a556ef 19:23:41 Step 12/24 : ENV APP_PORT=48060 19:23:41 ---> Running in c3f20a704a30 19:23:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:42 Removing intermediate container c3f20a704a30 19:23:42 ---> b757f9567743 19:23:42 Step 13/24 : EXPOSE $APP_PORT 19:23:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:42 ---> Running in 450602999bbb 19:23:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:42 (1/5) Installing ca-certificates (20191127-r4) 19:23:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:23:42 (3/5) Installing libcurl (7.69.1-r3) 19:23:42 (1/5) Installing ca-certificates (20191127-r4) 19:23:42 (4/5) Installing curl (7.69.1-r3) 19:23:42 (5/5) Installing dumb-init (1.2.2-r1) 19:23:42 Executing busybox-1.31.1-r19.trigger 19:23:42 Executing ca-certificates-20191127-r4.trigger 19:23:42 Removing intermediate container 450602999bbb 19:23:42 ---> 780f44e09ebf 19:23:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:23:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:23:42 (3/5) Installing libcurl (7.69.1-r3) 19:23:42 (4/5) Installing curl (7.69.1-r3) 19:23:42 (5/5) Installing dumb-init (1.2.2-r1) 19:23:42 Executing busybox-1.31.1-r19.trigger 19:23:43 Executing ca-certificates-20191127-r4.trigger 19:23:43 OK: 7 MiB in 19 packages 19:23:43 (1/4) Installing ca-certificates (20191127-r4) 19:23:43 OK: 7 MiB in 19 packages 19:23:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:23:43 (3/4) Installing libcurl (7.69.1-r3) 19:23:43 (4/4) Installing curl (7.69.1-r3) 19:23:43 Executing busybox-1.31.1-r19.trigger 19:23:43 Executing ca-certificates-20191127-r4.trigger 19:23:43 OK: 7 MiB in 18 packages 19:23:44 ---> 72e8569ea778 19:23:44 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:23:47 Removing intermediate container 0f54aca2b806 19:23:47 ---> ee677628ea16 19:23:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:23:47 Removing intermediate container ebfc193f62dd 19:23:47 ---> 61d6de9288c4 19:23:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:23:47 ---> bf89b6904b16 19:23:47 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:23:47 ---> Running in ef3f622b276e 19:23:47 Removing intermediate container 63cf72c42f00 19:23:47 ---> c39a669470d7 19:23:47 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:23:47 ---> Running in 311f24d736f8 19:23:48 ---> Running in 26c5f39f1be9 19:23:48 Removing intermediate container ef3f622b276e 19:23:48 ---> da796496641f 19:23:48 Step 13/24 : WORKDIR / 19:23:49 Removing intermediate container 311f24d736f8 19:23:49 ---> 1ccf8ab16995 19:23:49 Step 13/22 : WORKDIR / 19:23:49 ---> Running in bca250912d7c 19:23:49 ---> ec838aa9ff3d 19:23:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 19:23:49 Removing intermediate container 26c5f39f1be9 19:23:49 ---> 89680096594f 19:23:49 Step 13/21 : WORKDIR /edgex 19:23:49 ---> Running in 59968ad69f8b 19:23:49 ---> Running in 01e0064e2cdc 19:23:49 Removing intermediate container 1c54e9671bae 19:23:49 ---> a3e1923e0817 19:23:49 19:23:49 Step 10/22 : FROM scratch 19:23:49 ---> 19:23:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:23:49 ---> Running in 67914620e4f0 19:23:49 Removing intermediate container bca250912d7c 19:23:49 ---> 8d656df435db 19:23:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:23:50 ---> 071f2f5c7c81 19:23:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:23:50 Removing intermediate container 59968ad69f8b 19:23:50 ---> e7795ce8b1cc 19:23:50 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 19:23:50 Removing intermediate container 01e0064e2cdc 19:23:50 ---> a11b0c5f2fb6 19:23:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:23:50 Removing intermediate container 67914620e4f0 19:23:50 ---> e9f57bcdcd60 19:23:50 Step 12/22 : ENV APP_PORT=48081 19:23:50 ---> Running in 2625b1725810 19:23:50 ---> 6aadf59b493c 19:23:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:23:51 ---> 7a0e735c73d4 19:23:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:23:51 Removing intermediate container 2625b1725810 19:23:51 ---> f16c984f7345 19:23:51 Step 13/22 : EXPOSE $APP_PORT 19:23:51 ---> 03eafa2f8afc 19:23:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:23:51 ---> 2c527b5a5c0e 19:23:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:23:51 ---> Running in b41172222001 19:23:52 ---> bc6b30a71185 19:23:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:23:52 Removing intermediate container b41172222001 19:23:52 ---> c175415e7447 19:23:52 Step 14/22 : WORKDIR / 19:23:52 ---> Running in 7181bcaf4a61 19:23:52 ---> e250606539d9 19:23:52 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:23:52 ---> 553aadbaa0de 19:23:52 ---> be395d048ad7 19:23:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:23:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:23:53 ---> 932aa89367e4 19:23:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:23:53 ---> Running in 6f44f4f615ec 19:23:53 Removing intermediate container 7181bcaf4a61 19:23:53 ---> 375dda089bf9 19:23:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 19:23:54 Removing intermediate container 6f44f4f615ec 19:23:54 ---> b0ad48b1e213 19:23:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:23:54 ---> b9bbec636510 19:23:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:23:54 ---> Running in 16b035136785 19:23:54 ---> ac5f210c114b 19:23:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:23:54 ---> a598b021a763 19:23:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:23:54 ---> 679366f84531 19:23:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:23:55 ---> Running in e00888ad7422 19:23:55 ---> 53b387c3ad2a 19:23:55 Step 18/22 : RUN chmod +x entrypoint.sh 19:23:55 Removing intermediate container 16b035136785 19:23:55 ---> f5a978db2ee1 19:23:55 Step 22/24 : LABEL arch=arm64 19:23:55 ---> Running in 18446cc40fda 19:23:55 ---> Running in 3c6e82f5c656 19:23:55 Removing intermediate container e00888ad7422 19:23:55 ---> cdbf437f7614 19:23:55 Step 18/21 : CMD ["--init=true"] 19:23:56 ---> Running in abcff00cfd34 19:23:56 Removing intermediate container 3c6e82f5c656 19:23:56 ---> 403c6f36f79e 19:23:56 Step 23/24 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:23:56 ---> 837172107aac 19:23:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:23:56 ---> 68d58357aeee 19:23:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:23:56 ---> Running in 47f625085ab5 19:23:57 Removing intermediate container abcff00cfd34 19:23:57 ---> 22c86f68535e 19:23:57 Step 19/21 : LABEL arch=arm64 19:23:57 ---> Running in 84f176865f30 19:23:57 Removing intermediate container 47f625085ab5 19:23:57 ---> 2965668411a5 19:23:57 Step 24/24 : LABEL version=0.0.0 19:23:57 ---> 0552e13e5c60 19:23:57 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:23:57 ---> 6d3af3c0831d 19:23:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:23:57 ---> Running in 8a6be042b087 19:23:57 ---> Running in ad27a8af3c28 19:23:58 Removing intermediate container 84f176865f30 19:23:58 ---> 345684ec7057 19:23:58 Step 20/21 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:23:58 ---> Running in 8de2dfc78093 19:23:58 ---> Running in aec2e75a82d1 19:23:58 Removing intermediate container 18446cc40fda 19:23:58 ---> 40c366350549 19:23:58 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:23:58 Removing intermediate container 8a6be042b087 19:23:58 ---> 328c6f359b0b 19:23:58 19:23:58 Removing intermediate container 8de2dfc78093 19:23:58 ---> 47f2a400dd0a 19:23:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:23:59 ---> Running in cb8190733b96 19:23:59 ---> Running in ad5af363710f 19:23:59 Successfully built 328c6f359b0b 19:23:59 Successfully tagged docker-support-notifications-go-arm64:latest 19:23:59  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 19:23:59 Removing intermediate container aec2e75a82d1 19:23:59 ---> 06f90a6f2ef1 19:23:59 Step 21/21 : LABEL version=0.0.0 19:23:59 Removing intermediate container cb8190733b96 19:23:59 ---> 32d05a9c2780 19:23:59 Step 20/22 : LABEL arch=arm64 19:23:59 ---> Running in e432f05676ce 19:23:59 ---> Running in 0cfb9e4fa82c 19:23:59 Removing intermediate container ad5af363710f 19:23:59 ---> ab5d09b77ac3 19:23:59 Step 20/22 : LABEL arch=arm64 19:24:00 ---> Running in 0ffe1ab8b3d8 19:24:00 Removing intermediate container e432f05676ce 19:24:00 ---> e8d0b3fadfb2 19:24:00 19:24:00 Removing intermediate container 0cfb9e4fa82c 19:24:00 ---> 60fe11c76cb2 19:24:00 Step 21/22 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:24:00 Successfully built e8d0b3fadfb2 19:24:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:24:01 Building docker-core-command-go 19:24:01  Building docker-security-proxy-setup-go ... done Removing intermediate container 0ffe1ab8b3d8 19:24:01 ---> 67e4127abe33 19:24:01 Step 21/22 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:24:01 ---> Running in 2e8c7ea67e08 19:24:01 Removing intermediate container ad27a8af3c28 19:24:01 ---> f4072f8cdaca 19:24:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:24:01 ---> Running in 57edd5cb381c 19:24:02 ---> Running in 75a94da153b7 19:24:02 Removing intermediate container 2e8c7ea67e08 19:24:02 ---> 5eae3a5b4aa1 19:24:02 Step 22/22 : LABEL version=0.0.0 19:24:02 Removing intermediate container 57edd5cb381c 19:24:02 ---> 0e4788e043e0 19:24:02 Step 22/22 : LABEL version=0.0.0 19:24:03 ---> Running in b640afe011fb 19:24:03 Removing intermediate container 75a94da153b7 19:24:03 ---> 90527cd6f550 19:24:03 Step 22/24 : LABEL arch=arm64 19:24:04 ---> Running in 0278a45dde77 19:24:04 ---> Running in 1f78a8207f31 19:24:04 Removing intermediate container b640afe011fb 19:24:04 ---> c13fc2c8aa5f 19:24:04 19:24:05 Successfully built c13fc2c8aa5f 19:24:05 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 19:24:05 Building docker-core-data-go 19:24:05  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 0278a45dde77 19:24:05 ---> 1f7765d66411 19:24:05 19:24:05 Successfully built 1f7765d66411 19:24:05 Successfully tagged docker-core-metadata-go-arm64:latest 19:24:05  Building docker-core-metadata-go ... done Removing intermediate container 1f78a8207f31 19:24:05 ---> 7d4598be0dcb 19:24:05 Step 23/24 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:24:05 Building docker-support-scheduler-go 19:24:06 ---> Running in 9fad6cb52815 19:24:06 Removing intermediate container 9fad6cb52815 19:24:06 ---> c4ca69d05576 19:24:06 Step 24/24 : LABEL version=0.0.0 19:24:06 ---> Running in 6235373bd991 19:24:07 Removing intermediate container 6235373bd991 19:24:07 ---> c008f308f5c8 19:24:07 19:24:07 Successfully built c008f308f5c8 19:24:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:24:46  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:24:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:24:46 ---> 869584ae488d 19:24:46 Step 3/26 : WORKDIR /edgex-go 19:24:46 ---> Using cache 19:24:46 ---> 15d698737fc8 19:24:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:46 ---> Using cache 19:24:46 ---> 8f41f37393f6 19:24:46 Step 5/26 : RUN apk add --update --no-cache make bash git 19:24:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:24:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:24:48 ---> 869584ae488d 19:24:48 Step 3/22 : WORKDIR /edgex-go 19:24:48 ---> Using cache 19:24:48 ---> 15d698737fc8 19:24:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:48 ---> Using cache 19:24:48 ---> 8f41f37393f6 19:24:48 Step 5/22 : RUN apk add --update --no-cache make git 19:24:48 ---> Using cache 19:24:48 ---> 5a5567f4e88a 19:24:48 Step 6/22 : COPY go.mod . 19:24:48 ---> Using cache 19:24:48 ---> f9e580787cfd 19:24:48 Step 7/22 : RUN go mod download 19:24:48 ---> Using cache 19:24:48 ---> 7788a8de96b8 19:24:48 Step 8/22 : COPY . . 19:24:48 ---> Using cache 19:24:48 ---> 8c4bf1da8647 19:24:48 Step 9/22 : RUN make cmd/core-command/core-command 19:24:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:24:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:24:51 ---> 869584ae488d 19:24:51 Step 3/23 : WORKDIR /edgex-go 19:24:51 ---> Using cache 19:24:51 ---> 15d698737fc8 19:24:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:51 ---> Using cache 19:24:51 ---> 8f41f37393f6 19:24:51 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:24:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:24:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:24:51 ---> 869584ae488d 19:24:51 Step 3/21 : WORKDIR /edgex-go 19:24:51 ---> Using cache 19:24:51 ---> 15d698737fc8 19:24:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:51 ---> Using cache 19:24:51 ---> 8f41f37393f6 19:24:51 Step 5/21 : RUN apk add --update --no-cache make git 19:24:51 ---> Using cache 19:24:51 ---> 5a5567f4e88a 19:24:51 Step 6/21 : COPY go.mod . 19:24:51 ---> Using cache 19:24:51 ---> f9e580787cfd 19:24:51 Step 7/21 : RUN go mod download 19:24:51 ---> Using cache 19:24:51 ---> 7788a8de96b8 19:24:51 Step 8/21 : COPY . . 19:24:51 ---> Using cache 19:24:51 ---> 8c4bf1da8647 19:24:51 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:24:51 ---> Running in 7ec268b883f0 19:24:51 ---> Running in a2129fbd8a05 19:24:52 ---> Running in 68d141936c2d 19:24:52 ---> Running in 51bbb4bddd42 19:24:54 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 19:24:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:54 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 19:24:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:56 OK: 217 MiB in 51 packages 19:24:56 OK: 217 MiB in 51 packages 19:24:58 Removing intermediate container 68d141936c2d 19:24:58 ---> 25b6268e2a1d 19:24:58 Step 6/23 : COPY go.mod . 19:24:58 Removing intermediate container a2129fbd8a05 19:24:58 ---> 4d843b8cd73f 19:24:58 Step 6/26 : COPY go.mod . 19:24:59 ---> 82204946658d 19:24:59 Step 7/26 : RUN go mod download 19:24:59 ---> 2abaa9eaa845 19:24:59 Step 7/23 : RUN go mod download 19:24:59 ---> Running in 0d1126cda195 19:24:59 ---> Running in 1e08a4434e70 19:25:05 Removing intermediate container 0d1126cda195 19:25:05 ---> 15f8ae57b6f0 19:25:05 Step 8/26 : COPY . . 19:25:05 Removing intermediate container 1e08a4434e70 19:25:05 ---> dfd5653e16c1 19:25:05 Step 8/23 : COPY . . 19:25:37 ---> e266036411f2 19:25:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:25:37 ---> 2a84ae3ba39e 19:25:37 Step 9/23 : RUN make cmd/core-data/core-data 19:25:37 ---> Running in c8f6f544362c 19:25:37 ---> Running in e137da763681 19:25:37 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 19:25:37 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 19:25:55 Removing intermediate container 7ec268b883f0 19:25:55 ---> 635aa5e19500 19:25:55 19:25:55 Step 10/22 : FROM scratch 19:25:55 ---> 19:25:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:25:55 ---> Using cache 19:25:55 ---> e9f57bcdcd60 19:25:55 Step 12/22 : ENV APP_PORT=48082 19:25:55 ---> Running in b596d528b748 19:25:57 Removing intermediate container 51bbb4bddd42 19:25:57 ---> a8ae940e4a53 19:25:57 19:25:57 Step 10/21 : FROM scratch 19:25:57 ---> 19:25:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:25:57 Removing intermediate container b596d528b748 19:25:57 ---> 91f2493f93a0 19:25:57 Step 13/22 : EXPOSE $APP_PORT 19:25:57 ---> Using cache 19:25:57 ---> e9f57bcdcd60 19:25:57 Step 12/21 : ENV APP_PORT=48085 19:25:57 ---> Running in 7c94200d65e6 19:25:57 ---> Running in fe6ce4f8d7ac 19:25:58 Removing intermediate container 7c94200d65e6 19:25:58 ---> 542c94c6d7ec 19:25:58 Step 14/22 : WORKDIR / 19:25:58 Removing intermediate container fe6ce4f8d7ac 19:25:58 ---> 3ddad743b378 19:25:58 Step 13/21 : EXPOSE $APP_PORT 19:25:58 ---> Running in e3e3c4ae69f0 19:25:58 ---> Running in 6af26d6d30c2 19:25:59 Removing intermediate container e3e3c4ae69f0 19:25:59 ---> 7d54070ecc8e 19:25:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 19:25:59 Removing intermediate container 6af26d6d30c2 19:25:59 ---> 8664b18117d5 19:25:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 19:26:01 ---> d09330e9a63d 19:26:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:26:01 ---> 54c305aa15f8 19:26:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:26:03 ---> bf7c9f25fc84 19:26:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:26:04 ---> 3561f96f0adf 19:26:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:26:05 ---> 9b3a61654d74 19:26:05 Step 18/22 : ENTRYPOINT ["/core-command"] 19:26:05 ---> ee52ff3f6b0c 19:26:05 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:26:05 ---> Running in e94811093fe6 19:26:05 ---> Running in 70f297e8300c 19:26:06 Removing intermediate container e94811093fe6 19:26:06 ---> 9a43640161cc 19:26:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:26:06 Removing intermediate container 70f297e8300c 19:26:06 ---> 0641c421a7f2 19:26:06 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:26:06 ---> Running in 8d2b78908cde 19:26:06 ---> Running in 51e3ebd22978 19:26:07 Removing intermediate container 8d2b78908cde 19:26:07 ---> 545b8a48d92d 19:26:07 Step 20/22 : LABEL arch=arm64 19:26:07 ---> Running in 2b39165ff7b6 19:26:07 Removing intermediate container 51e3ebd22978 19:26:07 ---> 98aabe53b1f0 19:26:07 Step 19/21 : LABEL arch=arm64 19:26:07 ---> Running in 2ca28bc7462c 19:26:08 Removing intermediate container 2b39165ff7b6 19:26:08 ---> b2aaa1c145a6 19:26:08 Step 21/22 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:26:08 ---> Running in 2c12a1a36830 19:26:08 Removing intermediate container 2ca28bc7462c 19:26:08 ---> 4c6aacfd7e7b 19:26:08 Step 20/21 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:26:09 ---> Running in 420751181a86 19:26:09 Removing intermediate container 2c12a1a36830 19:26:09 ---> 403ea0e4e136 19:26:09 Step 22/22 : LABEL version=0.0.0 19:26:09 ---> Running in 839e353fdca1 19:26:09 Removing intermediate container 420751181a86 19:26:09 ---> 28b658e57c6d 19:26:09 Step 21/21 : LABEL version=0.0.0 19:26:10 ---> Running in e873f4d0f8ea 19:26:10 Removing intermediate container 839e353fdca1 19:26:10 ---> bbb0ccb2ae7b 19:26:10 19:26:10 Successfully built bbb0ccb2ae7b 19:26:11 Successfully tagged docker-core-command-go-arm64:latest 19:26:11  Building docker-core-command-go ... done Removing intermediate container e873f4d0f8ea 19:26:11 ---> 4d85468e53a5 19:26:11 19:26:11 Successfully built 4d85468e53a5 19:26:11 Successfully tagged docker-support-scheduler-go-arm64:latest 19:26:33  Building docker-support-scheduler-go ... done Removing intermediate container e137da763681 19:26:33 ---> 73e49c2add2a 19:26:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:26:33 ---> Running in 756747d0dda8 19:26:34 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 19:26:38 Removing intermediate container 756747d0dda8 19:26:38 ---> ceff11f03e4e 19:26:38 19:26:38 Step 11/26 : FROM docker:20.10.0 19:26:38 20.10.0: Pulling from library/docker 19:26:46 Removing intermediate container c8f6f544362c 19:26:46 ---> 6f05d082f3c4 19:26:46 19:26:46 Step 10/23 : FROM alpine:3.12 19:26:46 ---> afeebe901d6b 19:26:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:26:46 ---> Running in 7553fa72364c 19:26:47 Removing intermediate container 7553fa72364c 19:26:47 ---> 3734556a8b91 19:26:47 Step 12/23 : ENV APP_PORT=48080 19:26:47 ---> Running in 3aa2d3ac95b7 19:26:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:26:47 Status: Downloaded newer image for docker:20.10.0 19:26:47 ---> eeaf43b92773 19:26:47 Step 12/26 : RUN apk add --no-cache bash 19:26:47 ---> Running in bc6037784dce 19:26:47 Removing intermediate container 3aa2d3ac95b7 19:26:47 ---> eb44c4dd7165 19:26:47 Step 13/23 : EXPOSE $APP_PORT 19:26:48 ---> Running in 17186a1b9059 19:26:48 Removing intermediate container 17186a1b9059 19:26:48 ---> 9321d7c34c72 19:26:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:49 ---> Running in 2b207d7ab765 19:26:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:49 (1/2) Installing readline (8.0.4-r0) 19:26:49 (2/2) Installing bash (5.0.17-r0) 19:26:49 Executing bash-5.0.17-r0.post-install 19:26:49 Executing busybox-1.31.1-r19.trigger 19:26:49 OK: 12 MiB in 22 packages 19:26:51 Removing intermediate container 2b207d7ab765 19:26:51 ---> 54c1087a2fec 19:26:51 Step 15/23 : RUN apk add --update --no-cache zeromq 19:26:51 ---> Running in ca1916c4698f 19:26:51 Removing intermediate container bc6037784dce 19:26:51 ---> fa8f64b62c4d 19:26:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:26:51 ---> Running in 49764c25ebf1 19:26:52 Removing intermediate container 49764c25ebf1 19:26:52 ---> ec54b61270d6 19:26:52 Step 14/26 : ENV APP_PORT=48090 19:26:52 ---> Running in 83c90d7dbd32 19:26:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:52 Removing intermediate container 83c90d7dbd32 19:26:52 ---> d3304e02685f 19:26:52 Step 15/26 : EXPOSE $APP_PORT 19:26:52 ---> Running in 191f625d8819 19:26:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:53 Removing intermediate container 191f625d8819 19:26:53 ---> 54342042c80f 19:26:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:26:53 (1/5) Installing libgcc (9.3.0-r2) 19:26:54 (2/5) Installing libsodium (1.0.18-r0) 19:26:54 (3/5) Installing libstdc++ (9.3.0-r2) 19:26:54 ---> a1ec1337dfa9 19:26:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:26:54 (4/5) Installing libzmq (4.3.3-r0) 19:26:54 (5/5) Installing zeromq (4.3.3-r0) 19:26:54 Executing busybox-1.31.1-r19.trigger 19:26:55 OK: 8 MiB in 19 packages 19:26:55 ---> 6a6911ceb4f9 19:26:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:26:56 ---> 05d96078dd61 19:26:56 Step 19/26 : RUN apk --no-cache add py3-pip 19:26:56 Removing intermediate container ca1916c4698f 19:26:56 ---> c0da79d18538 19:26:56 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 19:26:56 ---> Running in 9a97e1661c8b 19:26:57 ---> a7c744a59c94 19:26:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:26:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:58 (1/33) Installing libbz2 (1.0.8-r1) 19:26:58 (2/33) Installing expat (2.2.9-r1) 19:26:58 (3/33) Installing libffi (3.3-r2) 19:26:58 (4/33) Installing gdbm (1.13-r1) 19:26:58 (5/33) Installing xz-libs (5.2.5-r0) 19:26:58 (6/33) Installing sqlite-libs (3.32.1-r0) 19:26:58 (7/33) Installing python3 (3.8.5-r0) 19:26:58 ---> 4d7dc28c9d6b 19:26:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:27:00 (8/33) Installing py3-appdirs (1.4.4-r1) 19:27:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:27:00 (10/33) Installing py3-parsing (2.4.7-r0) 19:27:00 (11/33) Installing py3-six (1.15.0-r0) 19:27:00 (12/33) Installing py3-packaging (20.4-r0) 19:27:00 (13/33) Installing py3-setuptools (47.0.0-r0) 19:27:00 (14/33) Installing py3-chardet (3.0.4-r4) 19:27:00 (15/33) Installing py3-idna (2.9-r0) 19:27:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:27:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:27:00 (18/33) Installing py3-requests (2.23.0-r0) 19:27:00 ---> 3890f983f64c 19:27:00 Step 19/23 : ENTRYPOINT ["/core-data"] 19:27:00 (19/33) Installing py3-msgpack (1.0.0-r0) 19:27:00 (20/33) Installing py3-lockfile (0.12.2-r3) 19:27:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:27:00 (22/33) Installing py3-colorama (0.4.3-r0) 19:27:00 (23/33) Installing py3-distlib (0.3.0-r0) 19:27:00 (24/33) Installing py3-distro (1.5.0-r1) 19:27:00 (25/33) Installing py3-webencodings (0.5.1-r3) 19:27:00 (26/33) Installing py3-html5lib (1.0.1-r4) 19:27:00 ---> Running in cf9e9fdf6ed6 19:27:00 (27/33) Installing py3-pytoml (0.1.21-r0) 19:27:00 (28/33) Installing py3-pep517 (0.8.2-r0) 19:27:00 (29/33) Installing py3-progress (1.5-r0) 19:27:00 (30/33) Installing py3-toml (0.10.1-r0) 19:27:00 (31/33) Installing py3-retrying (1.3.3-r0) 19:27:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:27:00 (33/33) Installing py3-pip (20.1.1-r0) 19:27:00 Executing busybox-1.31.1-r19.trigger 19:27:00 OK: 71 MiB in 55 packages 19:27:01 Removing intermediate container cf9e9fdf6ed6 19:27:01 ---> 3fec379b7076 19:27:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:27:01 ---> Running in 67df88381086 19:27:02 Removing intermediate container 67df88381086 19:27:02 ---> 0a48ce1c7b94 19:27:02 Step 21/23 : LABEL arch=arm64 19:27:02 ---> Running in ff386c843a3b 19:27:02 Removing intermediate container ff386c843a3b 19:27:02 ---> 1b8ed6543e7c 19:27:02 Step 22/23 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:27:02 ---> Running in 9c5b003248e5 19:27:03 Removing intermediate container 9c5b003248e5 19:27:03 ---> 1642834a1be0 19:27:03 Step 23/23 : LABEL version=0.0.0 19:27:03 ---> Running in f0cdc4b0237a 19:27:04 Removing intermediate container f0cdc4b0237a 19:27:04 ---> 52f2ed7775c5 19:27:04 19:27:04 Successfully built 52f2ed7775c5 19:27:04 Successfully tagged docker-core-data-go-arm64:latest 19:27:06  Building docker-core-data-go ... done Removing intermediate container 9a97e1661c8b 19:27:06 ---> 7f1fdd8dc1b8 19:27:06 Step 20/26 : RUN pip install docker-compose==1.23.2 19:27:06 ---> Running in 1ce1039efb09 19:27:11 Collecting docker-compose==1.23.2 19:27:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:27:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:27:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:27:13 Collecting cached-property<2,>=1.2.0 19:27:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:27:13 Collecting jsonschema<3,>=2.5.1 19:27:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:27:14 Collecting docopt<0.7,>=0.6.1 19:27:14 Downloading docopt-0.6.2.tar.gz (25 kB) 19:27:16 Collecting websocket-client<1.0,>=0.32.0 19:27:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:27:17 Collecting dockerpty<0.5,>=0.4.1 19:27:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:27:18 Collecting texttable<0.10,>=0.9.0 19:27:18 Downloading texttable-0.9.1.tar.gz (11 kB) 19:27:20 Collecting docker<4.0,>=3.6.0 19:27:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:27:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:27:21 Collecting PyYAML<4,>=3.10 19:27:21 Downloading PyYAML-3.13.tar.gz (270 kB) 19:27:24 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) 19:27:24 Collecting urllib3<1.25,>=1.21.1 19:27:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:27:24 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) 19:27:25 Collecting idna<2.8,>=2.5 19:27:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:27:25 Collecting docker-pycreds>=0.4.0 19:27:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:27:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:27:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:27:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:27:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:27:26 Installing collected packages: urllib3, idna, requests, cached-property, jsonschema, docopt, websocket-client, dockerpty, texttable, docker-pycreds, docker, PyYAML, docker-compose 19:27:26 Attempting uninstall: urllib3 19:27:26 Found existing installation: urllib3 1.25.9 19:27:26 Uninstalling urllib3-1.25.9: 19:27:26 Successfully uninstalled urllib3-1.25.9 19:27:27 Attempting uninstall: idna 19:27:27 Found existing installation: idna 2.9 19:27:27 Uninstalling idna-2.9: 19:27:27 Successfully uninstalled idna-2.9 19:27:28 Attempting uninstall: requests 19:27:28 Found existing installation: requests 2.23.0 19:27:28 Uninstalling requests-2.23.0: 19:27:28 Successfully uninstalled requests-2.23.0 19:27:28 Running setup.py install for docopt: started 19:27:30 Running setup.py install for docopt: finished with status 'done' 19:27:30 Running setup.py install for dockerpty: started 19:27:32 Running setup.py install for dockerpty: finished with status 'done' 19:27:32 Running setup.py install for texttable: started 19:27:33 Running setup.py install for texttable: finished with status 'done' 19:27:34 Running setup.py install for PyYAML: started 19:27:36 Running setup.py install for PyYAML: finished with status 'done' 19:27:37 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 19:27:41 Removing intermediate container 1ce1039efb09 19:27:41 ---> dc571f8173be 19:27:41 Step 21/26 : RUN apk --no-cache add curl 19:27:41 ---> Running in 3c8ce711c1f5 19:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:27:43 (2/3) Installing libcurl (7.69.1-r3) 19:27:43 (3/3) Installing curl (7.69.1-r3) 19:27:43 Executing busybox-1.31.1-r19.trigger 19:27:43 OK: 71 MiB in 58 packages 19:27:44 Removing intermediate container 3c8ce711c1f5 19:27:44 ---> 5cfdb44fe3a1 19:27:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:27:44 ---> Running in 16666229815f 19:27:44 Removing intermediate container 16666229815f 19:27:44 ---> b77480968c9c 19:27:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:27:45 ---> Running in 994f223f1cf6 19:27:45 Removing intermediate container 994f223f1cf6 19:27:45 ---> 3b51b9123f20 19:27:45 Step 24/26 : LABEL arch=arm64 19:27:45 ---> Running in 36a58be3bfb4 19:27:46 Removing intermediate container 36a58be3bfb4 19:27:46 ---> e7a59e83e36b 19:27:46 Step 25/26 : LABEL git_sha=4cd30939b4d78941fe778293513f2961aa2f7d09 19:27:46 ---> Running in 7ba94b403049 19:27:46 Removing intermediate container 7ba94b403049 19:27:46 ---> 82efb2dbc11c 19:27:46 Step 26/26 : LABEL version=0.0.0 19:27:46 ---> Running in 4724d360f826 19:27:47 Removing intermediate container 4724d360f826 19:27:47 ---> a7c590bce573 19:27:47 19:27:47 Successfully built a7c590bce573 19:27:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:27:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:27:48 $ docker stop --time=1 84f1c3cdb27f2f50ef747ebde0621a0c8685c47702e77a477f9f75649646a7c3 19:27:49 $ docker rm -f 84f1c3cdb27f2f50ef747ebde0621a0c8685c47702e77a477f9f75649646a7c3 [Pipeline] // withDockerContainer [Pipeline] sh 19:27:50 + docker images 19:27:50 + grep docker 19:27:50 docker-sys-mgmt-agent-go-arm64 latest a7c590bce573 3 seconds ago 300MB 19:27:50 docker-core-data-go-arm64 latest 52f2ed7775c5 46 seconds ago 21MB 19:27:50 docker-support-scheduler-go-arm64 latest 4d85468e53a5 About a minute ago 10MB 19:27:50 docker-core-command-go-arm64 latest bbb0ccb2ae7b About a minute ago 9.98MB 19:27:50 docker-security-secretstore-setup-go-arm64 latest c008f308f5c8 3 minutes ago 23.4MB 19:27:50 docker-core-metadata-go-arm64 latest 1f7765d66411 3 minutes ago 12.2MB 19:27:50 docker-security-bootstrap-redis-go-arm64 latest c13fc2c8aa5f 3 minutes ago 15.1MB 19:27:50 docker-security-proxy-setup-go-arm64 latest e8d0b3fadfb2 3 minutes ago 23.3MB 19:27:50 docker-support-notifications-go-arm64 latest 328c6f359b0b 3 minutes ago 11.4MB 19:27:50 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:27:53 provisioning config files... 19:27:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config7968761451045256498tmp [Pipeline] { [Pipeline] sh 19:27:53 + set +x 19:27:53 + curl -s https://codecov.io/bash 19:27:53 + bash -s -- 19:27:54 19:27:54 _____ _ 19:27:54 / ____| | | 19:27:54 | | ___ __| | ___ ___ _____ __ 19:27:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:27:54 | |___| (_) | (_| | __/ (_| (_) \ V / 19:27:54 \_____\___/ \__,_|\___|\___\___/ \_/ 19:27:54 Bash-20201231-23d4836 19:27:54 19:27:54 19:27:54 ==> git version 2.24.3 found 19:27:54 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 19:27:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:27:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:27:54 ==> Jenkins CI detected. 19:27:54 project root: . 19:27:54 --> token set from env 19:27:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:27:54 ==> Running gcov in . (disable via -X gcov) 19:27:54 ==> Python coveragepy not found 19:27:54 ==> Searching for coverage reports in: 19:27:54 + . 19:27:54 -> Found 1 reports 19:27:54 ==> Detecting git/mercurial file structure 19:27:54 ==> Reading reports 19:27:54 + ./coverage.out bytes=541590 19:27:54 ==> Appending adjustments 19:27:54 https://docs.codecov.io/docs/fixing-reports 19:27:57 + Found adjustments 19:27:57 ==> Gzipping contents 19:27:57 84K /tmp/codecov.drJC9h.gz 19:27:57 ==> Uploading reports 19:27:57 url: https://codecov.io 19:27:57 query: branch=PR-2981&commit=4cd30939b4d78941fe778293513f2961aa2f7d09&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2981%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2981&job=&cmd_args= 19:27:57 -> Pinging Codecov 19:27:57 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2981&commit=4cd30939b4d78941fe778293513f2961aa2f7d09&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2981%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2981&job=&cmd_args= 19:27:58 -> Uploading to 19:27:58 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/4cd30939b4d78941fe778293513f2961aa2f7d09/6c02e7b5-61e9-4019-a435-4d308396305e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T192758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=06a242831e60ba4293838f0f7f69371801606f46e0510fd36be21590c687adf6 19:27:58 % Total % Received % Xferd Average Speed Time Time Time Current 19:27:58 Dload Upload Total Spent Left Speed 19:27:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82199 0 0 100 82199 0 121k --:--:-- --:--:-- --:--:-- 121k 19:27:59 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4cd30939b4d78941fe778293513f2961aa2f7d09 [Pipeline] } 19:27:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:28:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:28:02 ---> package-listing.sh 19:28:02 ++ facter osfamily 19:28:02 ++ tr '[:upper:]' '[:lower:]' 19:28:02 + OS_FAMILY=redhat 19:28:02 + workspace=/w/workspace/edgex-go/6 19:28:02 + START_PACKAGES=/tmp/packages_start.txt 19:28:02 + END_PACKAGES=/tmp/packages_end.txt 19:28:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:28:02 + PACKAGES=/tmp/packages_start.txt 19:28:02 + '[' /w/workspace/edgex-go/6 ']' 19:28:02 + PACKAGES=/tmp/packages_end.txt 19:28:02 + case "${OS_FAMILY}" in 19:28:02 + rpm -qa 19:28:02 + sort 19:28:07 + '[' -f /tmp/packages_start.txt ']' 19:28:07 + '[' -f /tmp/packages_end.txt ']' 19:28:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:28:07 + '[' /w/workspace/edgex-go/6 ']' 19:28:07 + mkdir -p /w/workspace/edgex-go/6/archives/ 19:28:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 19:28:07 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:28:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:28:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:28:08 19:28:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:28:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:28:08 alpine: Pulling from edgex-lftools-log-publisher 19:28:08 df20fa9351a1: Pulling fs layer 19:28:08 36b3adc4ff6f: Pulling fs layer 19:28:08 8ad3a11d3b57: Pulling fs layer 19:28:08 46f8f816bc3b: Pulling fs layer 19:28:08 93b61091891f: Pulling fs layer 19:28:08 93b9cdb0e59b: Pulling fs layer 19:28:08 5e14af77c1be: Pulling fs layer 19:28:08 01666e4c0597: Pulling fs layer 19:28:08 aa168da1d23b: Pulling fs layer 19:28:08 93b9cdb0e59b: Waiting 19:28:08 5e14af77c1be: Waiting 19:28:08 01666e4c0597: Waiting 19:28:08 aa168da1d23b: Waiting 19:28:08 46f8f816bc3b: Waiting 19:28:08 93b61091891f: Waiting 19:28:08 36b3adc4ff6f: Verifying Checksum 19:28:08 36b3adc4ff6f: Download complete 19:28:08 46f8f816bc3b: Verifying Checksum 19:28:08 46f8f816bc3b: Download complete 19:28:09 df20fa9351a1: Verifying Checksum 19:28:09 df20fa9351a1: Download complete 19:28:09 93b9cdb0e59b: Verifying Checksum 19:28:09 93b9cdb0e59b: Download complete 19:28:09 93b61091891f: Verifying Checksum 19:28:09 93b61091891f: Download complete 19:28:09 5e14af77c1be: Verifying Checksum 19:28:09 5e14af77c1be: Download complete 19:28:09 01666e4c0597: Verifying Checksum 19:28:09 01666e4c0597: Download complete 19:28:09 8ad3a11d3b57: Verifying Checksum 19:28:09 8ad3a11d3b57: Download complete 19:28:09 df20fa9351a1: Pull complete 19:28:09 36b3adc4ff6f: Pull complete 19:28:11 aa168da1d23b: Verifying Checksum 19:28:11 aa168da1d23b: Download complete 19:28:12 8ad3a11d3b57: Pull complete 19:28:12 46f8f816bc3b: Pull complete 19:28:13 93b61091891f: Pull complete 19:28:13 93b9cdb0e59b: Pull complete 19:28:13 5e14af77c1be: Pull complete 19:28:13 01666e4c0597: Pull complete 19:28:21 aa168da1d23b: Pull complete 19:28:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:28:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:28:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:28:22 prd-centos7-docker-4c-2g-18555 does not seem to be running inside a container 19:28:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:28:26 $ docker top bb3f0d317d99e2b87d8f1f39935334f46edf660c2ec160985372463c98f54fef -eo pid,comm [Pipeline] { [Pipeline] sh 19:28:27 + touch /tmp/pre-build-complete [Pipeline] sh 19:28:27 + mkdir -p /var/log/sa [Pipeline] sh 19:28:27 + ls /var/log/sa-host 19:28:27 + sadf -c /var/log/sa-host/sa05 19:28:27 file_magic: OK 19:28:27 HZ: Using current value: 100 19:28:27 file_header: OK 19:28:27 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 19:28:27 Statistics: 19:28:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:28:27 File successfully converted to sysstat format version 12.2.1 19:28:27 + sadf -c /var/log/sa-host/sa23 19:28:27 file_magic: OK 19:28:27 HZ: Using current value: 100 19:28:27 file_header: OK 19:28:27 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 19:28:27 Statistics: 19:28:27 Hnuu...uuuununununu... 19:28:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:28:28 provisioning config files... 19:28:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config6821541475000861907tmp [Pipeline] { [Pipeline] echo 19:28:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:28:28 ---> create-netrc.sh [Pipeline] } 19:28:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:28:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:28:28 ---> python-tools-install.sh [Pipeline] echo 19:28:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:28:29 ---> sudo-logs.sh 19:28:29 Archiving 'sudo' log.. [Pipeline] echo 19:28:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:28:29 ---> job-cost.sh 19:28:29 lf-activate-venv: SKIPPING 19:28:29 INFO: No Stack... 19:28:30 INFO: Retrieving Pricing Info for: v1-standard-2 19:28:31 INFO: Archiving Costs [Pipeline] echo 19:28:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:28:31 ---> logs-deploy.sh 19:28:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2981/6 19:28:31 INFO: archiving workspace using pattern(s): 19:28:32 Archives upload complete. 19:28:33 INFO: archiving logs to Nexus 19:28:33 ---> uname -a: 19:28:33 Linux prd-centos7-docker-4c-2g-18555.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:28:33 19:28:33 19:28:33 ---> lscpu: 19:28:33 Architecture: x86_64 19:28:33 CPU op-mode(s): 32-bit, 64-bit 19:28:33 Byte Order: Little Endian 19:28:33 Address sizes: 40 bits physical, 48 bits virtual 19:28:33 CPU(s): 4 19:28:33 On-line CPU(s) list: 0-3 19:28:33 Thread(s) per core: 1 19:28:33 Core(s) per socket: 1 19:28:33 Socket(s): 4 19:28:33 NUMA node(s): 1 19:28:33 Vendor ID: GenuineIntel 19:28:33 CPU family: 6 19:28:33 Model: 44 19:28:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:28:33 Stepping: 1 19:28:33 CPU MHz: 2933.438 19:28:33 BogoMIPS: 5866.87 19:28:33 Virtualization: VT-x 19:28:33 Hypervisor vendor: KVM 19:28:33 Virtualization type: full 19:28:33 L1d cache: 128 KiB 19:28:33 L1i cache: 128 KiB 19:28:33 L2 cache: 16 MiB 19:28:33 L3 cache: 64 MiB 19:28:33 NUMA node0 CPU(s): 0-3 19:28:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:28:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:28:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:28:33 Vulnerability Meltdown: Mitigation; PTI 19:28:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:28:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:28:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:28:33 Vulnerability Srbds: Not affected 19:28:33 Vulnerability Tsx async abort: Not affected 19:28:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:28:33 19:28:33 19:28:33 ---> nproc: 19:28:33 4 19:28:33 19:28:33 19:28:33 ---> df -h: 19:28:33 Filesystem Size Used Available Use% Mounted on 19:28:33 overlay 50.0G 11.6G 38.4G 23% / 19:28:33 tmpfs 64.0M 0 64.0M 0% /dev 19:28:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:28:33 shm 64.0M 0 64.0M 0% /dev/shm 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/6 19:28:33 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/6@tmp 19:28:33 19:28:33 19:28:33 ---> free -m: 19:28:33 total used free shared buff/cache available 19:28:33 Mem: 1837 728 170 0 937 1022 19:28:33 Swap: 1023 48 975 19:28:33 19:28:33 19:28:33 ---> ip addr: 19:28:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:28:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:28:33 inet 127.0.0.1/8 scope host lo 19:28:33 valid_lft forever preferred_lft forever 19:28:33 inet6 ::1/128 scope host 19:28:33 valid_lft forever preferred_lft forever 19:28:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:28:33 link/ether fa:16:3e:0b:61:fe brd ff:ff:ff:ff:ff:ff 19:28:33 inet 10.30.123.239/23 brd 10.30.123.255 scope global dynamic eth0 19:28:33 valid_lft 85118sec preferred_lft 85118sec 19:28:33 inet6 fe80::f816:3eff:fe0b:61fe/64 scope link 19:28:33 valid_lft forever preferred_lft forever 19:28:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:28:33 link/ether 02:42:18:45:d4:ed brd ff:ff:ff:ff:ff:ff 19:28:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:28:33 valid_lft forever preferred_lft forever 19:28:33 inet6 fe80::42:18ff:fe45:d4ed/64 scope link 19:28:33 valid_lft forever preferred_lft forever 19:28:33 19:28:33 19:28:33 ---> sar -b -r -n DEV: 19:28:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 19:28:33 19:28:33 19:07:00 LINUX RESTART (4 CPU) 19:28:33 19:28:33 19:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:28:33 19:09:01 207.04 89.64 117.40 0.00 7634.73 46334.88 0.00 19:28:33 19:10:02 233.45 89.03 144.42 0.00 3778.69 21180.73 0.00 19:28:33 19:11:01 193.30 99.66 93.64 0.00 3164.67 9963.94 0.00 19:28:33 19:12:02 150.26 33.10 117.16 0.00 9861.53 55788.11 0.00 19:28:33 19:13:03 2022.55 1677.48 345.07 0.00 184745.41 212445.18 0.00 19:28:33 19:14:01 995.57 775.76 219.81 0.00 47869.69 65507.34 0.00 19:28:33 19:15:03 1607.36 1269.83 337.53 0.00 133875.84 150073.02 0.00 19:28:33 19:16:02 775.22 512.08 263.15 0.00 40120.82 65199.31 0.00 19:28:33 19:17:01 52.86 12.03 40.83 0.00 2931.89 1722.29 0.00 19:28:33 19:18:01 2.05 0.55 1.50 0.00 17.58 19.10 0.00 19:28:33 19:19:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 19:28:33 19:20:01 0.23 0.02 0.22 0.00 0.53 2.45 0.00 19:28:33 19:21:01 0.32 0.03 0.28 0.00 0.40 3.78 0.00 19:28:33 19:22:01 0.68 0.43 0.25 0.00 12.12 2.30 0.00 19:28:33 19:23:01 2.38 1.50 0.88 0.00 53.42 17.32 0.00 19:28:33 19:24:01 0.27 0.00 0.27 0.00 0.00 2.61 0.00 19:28:33 19:25:01 0.22 0.02 0.20 0.00 0.27 1.78 0.00 19:28:33 19:26:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 19:28:33 19:27:01 0.23 0.00 0.23 0.00 0.00 2.88 0.00 19:28:33 19:28:01 17.03 16.72 0.32 0.00 1522.61 20.81 0.00 19:28:33 Average: 314.66 230.26 84.40 0.00 22002.17 31685.12 0.00 19:28:33 19:28:33 19:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:28:33 19:09:01 136160 0 722752 38.41 2116 1020516 1451420 49.53 558796 949388 8324 19:28:33 19:10:02 180456 0 762768 40.54 1504 936816 1735184 59.22 579756 848556 34924 19:28:33 19:11:01 314748 0 726080 38.59 756 839960 1237476 42.23 524340 753076 46744 19:28:33 19:12:02 52908 0 725856 38.58 272 1102508 1249912 42.66 711704 855236 50984 19:28:33 19:13:03 68212 0 855376 45.46 12 957944 2338440 79.81 692772 893812 82316 19:28:33 19:14:01 413368 0 713756 37.93 12 754408 1376332 46.97 472392 750460 56 19:28:33 19:15:03 66276 0 745848 39.64 12 1069408 1804372 61.58 491932 1104380 13064 19:28:33 19:16:02 108168 0 702184 37.32 12 1071180 1353396 46.19 581596 938960 0 19:28:33 19:17:01 154964 0 653572 34.74 12 1072996 1213016 41.40 514076 969636 12 19:28:33 19:18:01 158476 0 649568 34.52 12 1073488 1181228 40.31 512200 968928 8 19:28:33 19:19:01 158216 0 649824 34.54 12 1073492 1181240 40.31 512448 968932 16 19:28:33 19:20:01 158692 0 649340 34.51 12 1073500 1181204 40.31 512392 968948 16 19:28:33 19:21:01 159312 0 648708 34.48 12 1073512 1181084 40.31 511508 968960 8 19:28:33 19:22:01 158568 0 649080 34.50 12 1073884 1181532 40.32 511772 969224 8 19:28:33 19:23:01 157424 0 649440 34.52 12 1074668 1181156 40.31 512356 969624 8 19:28:33 19:24:01 157232 0 649616 34.53 12 1074684 1181084 40.31 512172 969632 8 19:28:33 19:25:01 157348 0 649500 34.52 12 1074684 1181084 40.31 512164 969632 8 19:28:33 19:26:01 157256 0 649580 34.52 12 1074696 1181084 40.31 512184 969640 8 19:28:33 19:27:01 157356 0 649468 34.52 12 1074708 1181084 40.31 512308 969640 8 19:28:33 19:28:01 107276 0 655424 34.83 12 1118832 1183396 40.39 524408 1004328 112 19:28:33 Average: 159121 0 687887 36.56 242 1034294 1337736 45.65 538664 938050 11832 19:28:33 19:28:33 19:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:28:33 19:09:01 vetha36fc8e 2.76 7.87 0.19 48.94 0.00 0.00 0.00 0.00 19:28:33 19:09:01 eth0 1284.91 1192.73 5585.57 142.61 0.00 0.00 0.00 0.00 19:28:33 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:09:01 docker0 905.77 927.79 72.99 2730.30 0.00 0.00 0.00 0.00 19:28:33 19:10:02 veth5226465 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:28:33 19:10:02 eth0 204.82 164.26 809.86 24.36 0.00 0.00 0.00 0.00 19:28:33 19:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:10:02 docker0 144.94 170.94 10.19 778.13 0.00 0.00 0.00 0.00 19:28:33 19:11:01 veth5226465 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:11:01 eth0 42.79 29.92 23.76 79.43 0.00 0.00 0.00 0.00 19:28:33 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:12:02 veth8b15ac5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:28:33 19:12:02 eth0 223.35 183.57 1678.63 70.20 0.00 0.00 0.00 0.00 19:28:33 19:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:13:03 veth8b15ac5 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 19:28:33 19:13:03 eth0 46.88 27.16 158.75 9.00 0.00 0.00 0.00 0.00 19:28:33 19:13:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:13:03 docker0 17.97 28.85 1.03 144.30 0.00 0.00 0.00 0.00 19:28:33 19:14:01 veth8b15ac5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:14:01 veth5bf8616 0.00 3.02 0.00 0.21 0.00 0.00 0.00 0.00 19:28:33 19:14:01 eth0 28.20 16.15 101.96 8.00 0.00 0.00 0.00 0.00 19:28:33 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:15:03 veth8b15ac5 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 19:28:33 19:15:03 eth0 70.46 40.29 129.89 86.94 0.00 0.00 0.00 0.00 19:28:33 19:15:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:15:03 docker0 1057.04 1127.89 83.08 3717.57 0.00 0.00 0.00 0.00 19:28:33 19:16:02 veth8b15ac5 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:16:02 eth0 230.59 150.21 1664.24 35.95 0.00 0.00 0.00 0.00 19:28:33 19:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:16:02 docker0 24.71 64.32 1.35 395.04 0.00 0.00 0.00 0.00 19:28:33 19:17:01 eth0 52.81 41.00 74.16 56.12 0.00 0.00 0.00 0.00 19:28:33 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:17:01 docker0 7.74 10.88 0.69 57.25 0.00 0.00 0.00 0.00 19:28:33 19:18:01 eth0 2.63 0.68 0.82 0.43 0.00 0.00 0.00 0.00 19:28:33 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:19:01 eth0 3.91 1.08 1.27 0.79 0.00 0.00 0.00 0.00 19:28:33 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:20:01 eth0 2.88 0.53 0.70 0.39 0.00 0.00 0.00 0.00 19:28:33 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:21:01 eth0 1.23 0.08 0.13 0.04 0.00 0.00 0.00 0.00 19:28:33 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:22:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:28:33 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:23:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 0.00 19:28:33 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:24:01 eth0 0.25 0.08 0.03 0.01 0.00 0.00 0.00 0.00 19:28:33 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:25:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:26:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:28:33 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:27:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:28:01 eth0 9.06 6.11 9.08 4.57 0.00 0.00 0.00 0.00 19:28:33 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 Average: eth0 110.49 92.92 513.19 26.00 0.00 0.00 0.00 0.00 19:28:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:33 Average: docker0 55.60 61.33 4.34 212.22 0.00 0.00 0.00 0.00 19:28:33 19:28:33 19:28:33 ---> sar -P ALL: 19:28:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 19:28:33 19:28:33 19:07:00 LINUX RESTART (4 CPU) 19:28:33 19:28:33 19:08:01 CPU %user %nice %system %iowait %steal %idle 19:28:33 19:09:01 all 16.27 0.00 9.91 1.76 0.34 71.73 19:28:33 19:09:01 0 15.86 0.00 13.22 1.77 0.28 68.87 19:28:33 19:09:01 1 18.71 0.00 8.95 1.18 0.34 70.81 19:28:33 19:09:01 2 17.45 0.00 8.96 2.97 0.31 70.31 19:28:33 19:09:01 3 13.05 0.00 8.54 1.10 0.41 76.90 19:28:33 19:10:02 all 22.72 0.00 9.22 7.64 0.15 60.26 19:28:33 19:10:02 0 21.36 0.00 9.53 6.21 0.17 62.73 19:28:33 19:10:02 1 22.84 0.00 8.29 10.35 0.15 58.37 19:28:33 19:10:02 2 24.14 0.00 9.68 6.48 0.12 59.58 19:28:33 19:10:02 3 22.54 0.00 9.40 7.52 0.17 60.37 19:28:33 19:11:01 all 62.51 0.00 17.46 3.81 0.08 16.14 19:28:33 19:11:01 0 63.05 0.00 17.97 3.47 0.07 15.45 19:28:33 19:11:01 1 61.38 0.00 17.46 3.63 0.07 17.45 19:28:33 19:11:01 2 62.46 0.00 17.11 4.60 0.11 15.72 19:28:33 19:11:01 3 63.17 0.00 17.29 3.54 0.05 15.94 19:28:33 19:12:02 all 23.32 0.00 12.43 8.69 0.22 55.34 19:28:33 19:12:02 0 21.27 0.00 12.25 8.96 0.22 57.30 19:28:33 19:12:02 1 24.86 0.00 12.52 7.67 0.25 54.69 19:28:33 19:12:02 2 24.52 0.00 12.38 9.28 0.22 53.60 19:28:33 19:12:02 3 22.61 0.00 12.57 8.83 0.20 55.78 19:28:33 19:13:03 all 22.86 0.00 32.56 19.21 0.44 24.94 19:28:33 19:13:03 0 23.44 0.00 32.71 19.51 0.35 23.98 19:28:33 19:13:03 1 21.27 0.00 30.55 19.78 0.45 27.94 19:28:33 19:13:03 2 22.79 0.00 33.47 19.17 0.45 24.12 19:28:33 19:13:03 3 23.95 0.00 33.50 18.37 0.49 23.69 19:28:33 19:14:01 all 55.92 0.00 19.36 11.29 0.25 13.18 19:28:33 19:14:01 0 55.62 0.00 19.41 10.63 0.20 14.13 19:28:33 19:14:01 1 55.67 0.00 18.29 8.52 0.29 17.23 19:28:33 19:14:01 2 57.14 0.00 18.97 12.69 0.27 10.93 19:28:33 19:14:01 3 55.25 0.00 20.78 13.30 0.25 10.42 19:28:33 19:15:03 all 32.68 0.00 26.59 18.72 0.15 21.86 19:28:33 19:15:03 0 33.45 0.00 26.24 22.23 0.15 17.93 19:28:33 19:15:03 1 28.52 0.00 26.90 14.15 0.19 30.24 19:28:33 19:15:03 2 34.29 0.00 27.67 20.14 0.17 17.73 19:28:33 19:15:03 3 34.45 0.00 25.56 18.30 0.09 21.59 19:28:33 19:16:02 all 32.28 0.00 17.98 13.23 0.12 36.39 19:28:33 19:16:02 0 32.05 0.00 17.66 14.69 0.11 35.50 19:28:33 19:16:02 1 31.68 0.00 17.69 10.58 0.11 39.94 19:28:33 19:16:02 2 32.46 0.00 18.03 13.13 0.16 36.22 19:28:33 19:16:02 3 32.92 0.00 18.55 14.56 0.11 33.86 19:28:33 19:17:01 all 4.13 0.00 2.18 1.39 0.04 92.27 19:28:33 19:17:01 0 4.40 0.00 2.20 1.57 0.02 91.81 19:28:33 19:17:01 1 3.84 0.00 1.76 0.48 0.09 93.85 19:28:33 19:17:01 2 4.49 0.00 2.58 2.44 0.02 90.48 19:28:33 19:17:01 3 3.79 0.00 2.17 1.06 0.03 92.94 19:28:33 19:18:01 all 0.16 0.00 0.04 0.00 0.01 99.80 19:28:33 19:18:01 0 0.07 0.00 0.02 0.00 0.02 99.90 19:28:33 19:18:01 1 0.05 0.00 0.05 0.00 0.02 99.88 19:28:33 19:18:01 2 0.45 0.00 0.05 0.00 0.00 99.50 19:28:33 19:18:01 3 0.07 0.00 0.03 0.00 0.00 99.90 19:28:33 19:19:01 all 0.23 0.00 0.15 0.00 0.02 99.60 19:28:33 19:19:01 0 0.07 0.00 0.15 0.00 0.00 99.78 19:28:33 19:19:01 1 0.15 0.00 0.17 0.00 0.02 99.67 19:28:33 19:19:01 2 0.55 0.00 0.12 0.00 0.02 99.32 19:28:33 19:19:01 3 0.17 0.00 0.17 0.00 0.03 99.63 19:28:33 19:28:33 19:19:01 CPU %user %nice %system %iowait %steal %idle 19:28:33 19:20:01 all 0.05 0.00 0.04 0.00 0.01 99.90 19:28:33 19:20:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:28:33 19:20:01 1 0.02 0.00 0.03 0.00 0.02 99.93 19:28:33 19:20:01 2 0.15 0.00 0.05 0.00 0.00 99.80 19:28:33 19:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:28:33 19:21:01 all 0.08 0.00 0.05 0.00 0.00 99.87 19:28:33 19:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:28:33 19:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:28:33 19:21:01 2 0.22 0.00 0.08 0.00 0.00 99.70 19:28:33 19:21:01 3 0.03 0.00 0.08 0.00 0.02 99.87 19:28:33 19:22:01 all 0.15 0.00 0.04 0.01 0.00 99.80 19:28:33 19:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:28:33 19:22:01 1 0.03 0.00 0.05 0.02 0.00 99.90 19:28:33 19:22:01 2 0.52 0.00 0.03 0.00 0.00 99.45 19:28:33 19:22:01 3 0.03 0.00 0.05 0.02 0.00 99.90 19:28:33 19:23:01 all 0.16 0.00 0.06 0.03 0.00 99.75 19:28:33 19:23:01 0 0.02 0.00 0.03 0.02 0.00 99.93 19:28:33 19:23:01 1 0.07 0.00 0.13 0.10 0.00 99.70 19:28:33 19:23:01 2 0.55 0.00 0.03 0.00 0.00 99.42 19:28:33 19:23:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:28:33 19:24:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:28:33 19:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:28:33 19:24:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:28:33 19:24:01 2 0.50 0.00 0.00 0.00 0.02 99.48 19:28:33 19:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 19:28:33 19:25:01 all 0.15 0.00 0.03 0.00 0.00 99.81 19:28:33 19:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:28:33 19:25:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:28:33 19:25:01 2 0.52 0.00 0.02 0.00 0.00 99.47 19:28:33 19:25:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:28:33 19:26:01 all 0.15 0.00 0.04 0.00 0.00 99.82 19:28:33 19:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:28:33 19:26:01 1 0.03 0.00 0.08 0.00 0.00 99.88 19:28:33 19:26:01 2 0.52 0.00 0.02 0.00 0.00 99.47 19:28:33 19:26:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:28:33 19:27:01 all 0.16 0.00 0.03 0.00 0.00 99.81 19:28:33 19:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:28:33 19:27:01 1 0.07 0.00 0.05 0.00 0.00 99.88 19:28:33 19:27:01 2 0.50 0.00 0.02 0.00 0.00 99.48 19:28:33 19:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:28:33 19:28:01 all 1.12 0.00 0.76 0.44 0.01 97.68 19:28:33 19:28:01 0 0.82 0.00 0.77 0.25 0.00 98.17 19:28:33 19:28:01 1 1.09 0.00 0.68 0.35 0.02 97.86 19:28:33 19:28:01 2 1.82 0.00 1.00 0.68 0.00 96.50 19:28:33 19:28:01 3 0.75 0.00 0.59 0.47 0.02 98.18 19:28:33 Average: all 13.34 0.00 7.25 4.20 0.09 75.11 19:28:33 Average: 0 13.17 0.00 7.43 4.37 0.08 74.96 19:28:33 Average: 1 13.11 0.00 7.00 3.75 0.10 76.03 19:28:33 Average: 2 13.90 0.00 7.32 4.47 0.09 74.22 19:28:33 Average: 3 13.20 0.00 7.25 4.23 0.09 75.23 19:28:33 19:28:33 19:28:33