jim-wang-intel commented: recheck 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1f38eab69fecf330b5777f72aa361ce32e9b0813+c4887d0c009f35026456fc1c8cef2ef56b2ea654 (54a9b2df6894d0b4fc10f0c93944e1744e1f3680) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-21465 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/33 [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/33 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 Commit message: "feat(security): Add more tests to increase coverage" > git rev-list --no-walk 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:24:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:24:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:24:29 ========================================================= 01:24:29 EdgeX Global Pipelines Version Info 01:24:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:24:31 ------------------- 01:24:31 stable info: 01:24:31 ------------------- 01:24:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:24:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:24:31 Message: update stable to v1.0.179 01:24:32 ------------------- 01:24:32 experimental info: 01:24:32 ------------------- 01:24:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:24:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:24:32 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:24:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:24:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:24:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:24:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:24:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:24:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:24:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:24:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:24:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:24:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:24:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:24:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:24:34 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:24:34 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:24:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 01:24:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 01:24:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 01:24:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] echo 01:24:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f38eab [Pipeline] echo 01:24:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:24:35 provisioning config files... 01:24:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/33@tmp/config7298200964150788970tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:24:36 ---> docker-login.sh 01:24:36 nexus3.edgexfoundry.org:10001 01:24:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:36 Configure a credential helper to remove this warning. See 01:24:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:36 01:24:36 Login Succeeded 01:24:36 nexus3.edgexfoundry.org:10002 01:24:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:36 Configure a credential helper to remove this warning. See 01:24:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:36 01:24:36 Login Succeeded 01:24:36 nexus3.edgexfoundry.org:10003 01:24:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:36 Configure a credential helper to remove this warning. See 01:24:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:36 01:24:36 Login Succeeded 01:24:36 nexus3.edgexfoundry.org:10004 01:24:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:37 Configure a credential helper to remove this warning. See 01:24:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:37 01:24:37 Login Succeeded 01:24:37 docker.io 01:24:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:37 Configure a credential helper to remove this warning. See 01:24:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:37 01:24:37 Login Succeeded 01:24:37 ---> docker-login.sh ends [Pipeline] } 01:24:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:24:37 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 01:24:37 + for file in '`ls cmd/**/Dockerfile`' 01:24:37 ++ dirname cmd/core-command/Dockerfile 01:24:37 ++ cut -d/ -f2 01:24:37 + echo core-command,cmd/core-command/Dockerfile 01:24:37 + for file in '`ls cmd/**/Dockerfile`' 01:24:37 ++ dirname cmd/core-data/Dockerfile 01:24:37 ++ cut -d/ -f2 01:24:37 + echo core-data,cmd/core-data/Dockerfile 01:24:37 + for file in '`ls cmd/**/Dockerfile`' 01:24:37 ++ dirname cmd/core-metadata/Dockerfile 01:24:37 ++ cut -d/ -f2 01:24:37 + echo core-metadata,cmd/core-metadata/Dockerfile 01:24:37 + for file in '`ls cmd/**/Dockerfile`' 01:24:37 ++ dirname cmd/security-bootstrapper/Dockerfile 01:24:37 ++ cut -d/ -f2 01:24:37 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:24:37 + for file in '`ls cmd/**/Dockerfile`' 01:24:37 ++ dirname cmd/security-proxy-setup/Dockerfile 01:24:37 ++ cut -d/ -f2 01:24:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:24:37 + for file in '`ls cmd/**/Dockerfile`' 01:24:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:24:37 ++ cut -d/ -f2 01:24:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:24:37 + for file in '`ls cmd/**/Dockerfile`' 01:24:37 ++ dirname cmd/support-notifications/Dockerfile 01:24:37 ++ cut -d/ -f2 01:24:37 + echo support-notifications,cmd/support-notifications/Dockerfile 01:24:37 + for file in '`ls cmd/**/Dockerfile`' 01:24:37 ++ dirname cmd/support-scheduler/Dockerfile 01:24:37 ++ cut -d/ -f2 01:24:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:24:37 + for file in '`ls cmd/**/Dockerfile`' 01:24:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:24:37 ++ cut -d/ -f2 01:24:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:24:38 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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 01:24:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:24:39 01:24:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:24:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:24:40 latest: Pulling from edgex-devops/git-semver 01:24:40 31603596830f: Pulling fs layer 01:24:40 2a8b12db71e7: Pulling fs layer 01:24:40 6ca5941a6612: Pulling fs layer 01:24:40 ecc8261a40a4: Pulling fs layer 01:24:40 ecc8261a40a4: Waiting 01:24:40 2a8b12db71e7: Verifying Checksum 01:24:40 2a8b12db71e7: Download complete 01:24:40 31603596830f: Verifying Checksum 01:24:40 31603596830f: Download complete 01:24:40 ecc8261a40a4: Verifying Checksum 01:24:40 ecc8261a40a4: Download complete 01:24:40 6ca5941a6612: Verifying Checksum 01:24:40 6ca5941a6612: Download complete 01:24:40 31603596830f: Pull complete 01:24:40 2a8b12db71e7: Pull complete 01:24:41 6ca5941a6612: Pull complete 01:24:41 ecc8261a40a4: Pull complete 01:24:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:24:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:24:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:24:41 prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container 01:24:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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:10004/edgex-devops/git-semver:latest cat 01:24:43 $ docker top 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:24:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:24:44 [ssh-agent] Looking for ssh-agent implementation... 01:24:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:24:44 $ docker exec 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 ssh-agent 01:24:44 SSH_AUTH_SOCK=/tmp/ssh-fyMV1LveDq5P/agent.12 01:24:44 SSH_AGENT_PID=17 01:24:44 Running ssh-add (command line suppressed) 01:24:44 Identity added: /w/workspace/edgex-go/33@tmp/private_key_1533911563480339418.key (/w/workspace/edgex-go/33@tmp/private_key_1533911563480339418.key) 01:24:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:24:45 + git tag --points-at HEAD [Pipeline] } 01:24:45 $ docker exec --env ******** --env ******** 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 ssh-agent -k 01:24:45 unset SSH_AUTH_SOCK; 01:24:45 unset SSH_AGENT_PID; 01:24:45 echo Agent pid 17 killed; 01:24:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:24:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:24:45 [ssh-agent] Looking for ssh-agent implementation... 01:24:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:24:45 $ docker exec 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 ssh-agent 01:24:45 SSH_AUTH_SOCK=/tmp/ssh-8kMWVfeL6n3q/agent.47 01:24:45 SSH_AGENT_PID=52 01:24:45 Running ssh-add (command line suppressed) 01:24:45 Identity added: /w/workspace/edgex-go/33@tmp/private_key_7572956640733080617.key (/w/workspace/edgex-go/33@tmp/private_key_7572956640733080617.key) 01:24:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:24:46 + git semver init 01:24:46 # -> Open(): unable to determine branch for HEAD 01:24:46 # $GIT_DIR = /w/workspace/edgex-go/33/.git 01:24:46 # $GIT_WORK_TREE = /w/workspace/edgex-go/33 01:24:46 # $SEMVER_REMOTE_NAME = origin 01:24:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:24:46 # $SEMVER_USER_NAME = edgex-jenkins 01:24:46 # $SEMVER_BRANCH = PR-2970 01:24:46 # $SEMVER_TEMP = /tmp/semver-487830107 01:24:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:25:08 # '/tmp/semver-487830107' -> '/w/workspace/edgex-go/33/.semver' 01:25:08 # -> Force: false 01:25:08 # $SEMVER_DIR = /w/workspace/edgex-go/33/.semver [Pipeline] } 01:25:08 $ docker exec --env ******** --env ******** 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 ssh-agent -k 01:25:08 unset SSH_AUTH_SOCK; 01:25:08 unset SSH_AGENT_PID; 01:25:08 echo Agent pid 52 killed; 01:25:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:25:09 + git semver [Pipeline] } 01:25:09 $ docker stop --time=1 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 01:25:10 $ docker rm -f 3797ad3d88f41633ab6f15775487f18c94f92d3e22b2d51c892dfc2232c96ff4 [Pipeline] // withDockerContainer [Pipeline] sh 01:25:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:25:12 Stashed 1 file(s) [Pipeline] echo 01:25:12 [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 01:25:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:25:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:25:13 + sudo service docker restart 01:25:13 + true 01:25:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:25:14 ========================================================= 01:25:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:25:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:25:14 + 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 . 01:25:17 Sending build context to Docker daemon 326.8MB 01:25:17 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:25:17 Step 2/6 : FROM ${BASE} 01:25:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:25:18 188c0c94c7c5: Pulling fs layer 01:25:18 0ef7d3d256c8: Pulling fs layer 01:25:18 de9db76c5a1d: Pulling fs layer 01:25:18 bca2f99d35d6: Pulling fs layer 01:25:18 93359f2a8cfa: Pulling fs layer 01:25:18 7c6f9722023f: Pulling fs layer 01:25:18 a35cf1a2eb13: Pulling fs layer 01:25:18 bca2f99d35d6: Waiting 01:25:18 a35cf1a2eb13: Waiting 01:25:18 7c6f9722023f: Waiting 01:25:18 93359f2a8cfa: Waiting 01:25:18 de9db76c5a1d: Verifying Checksum 01:25:18 de9db76c5a1d: Download complete 01:25:18 0ef7d3d256c8: Download complete 01:25:18 93359f2a8cfa: Verifying Checksum 01:25:18 93359f2a8cfa: Download complete 01:25:18 7c6f9722023f: Verifying Checksum 01:25:18 7c6f9722023f: Download complete 01:25:18 188c0c94c7c5: Verifying Checksum 01:25:18 188c0c94c7c5: Download complete 01:25:18 188c0c94c7c5: Pull complete 01:25:18 0ef7d3d256c8: Pull complete 01:25:18 de9db76c5a1d: Pull complete 01:25:22 a35cf1a2eb13: Verifying Checksum 01:25:22 a35cf1a2eb13: Download complete 01:25:23 bca2f99d35d6: Verifying Checksum 01:25:23 bca2f99d35d6: Download complete 01:25:27 Still waiting to schedule task 01:25:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:25:28 bca2f99d35d6: Pull complete 01:25:28 93359f2a8cfa: Pull complete 01:25:28 7c6f9722023f: Pull complete 01:25:32 a35cf1a2eb13: Pull complete 01:25:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:25:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:25:32 ---> a62c8e92a672 01:25:32 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 01:25:33 ---> Running in cffa63cc413a 01:25:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:34 (1/12) Installing libmagic (5.38-r0) 01:25:35 (2/12) Installing file (5.38-r0) 01:25:35 (3/12) Installing libc-dev (0.7.2-r3) 01:25:35 (4/12) Installing g++ (9.3.0-r2) 01:25:45 (5/12) Installing fortify-headers (1.1-r0) 01:25:45 (6/12) Installing patch (2.7.6-r6) 01:25:45 (7/12) Installing build-base (0.5-r2) 01:25:45 (8/12) Installing libsodium (1.0.18-r0) 01:25:45 (9/12) Installing pkgconf (1.7.2-r0) 01:25:45 (10/12) Installing libsodium-dev (1.0.18-r0) 01:25:45 (11/12) Installing libzmq (4.3.3-r0) 01:25:45 (12/12) Installing zeromq-dev (4.3.3-r0) 01:25:45 Executing busybox-1.31.1-r19.trigger 01:25:45 OK: 233 MiB in 51 packages 01:25:49 Removing intermediate container cffa63cc413a 01:25:49 ---> 4b71e32ccc77 01:25:49 Step 4/6 : WORKDIR /edgex-go 01:25:49 ---> Running in 842a42a6cc4a 01:25:49 Removing intermediate container 842a42a6cc4a 01:25:49 ---> 80d85f3ba189 01:25:49 Step 5/6 : COPY go.mod . 01:25:49 ---> 295fc8175466 01:25:49 Step 6/6 : RUN go mod download 01:25:49 ---> Running in fdbd743a576a 01:26:11 Removing intermediate container fdbd743a576a 01:26:11 ---> 9bb580c77243 01:26:11 Successfully built 9bb580c77243 01:26:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:26:11 + docker inspect -f . ci-base-image-x86_64 01:26:11 . [Pipeline] withDockerContainer 01:26:11 prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container 01:26:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:26:12 $ docker top 33ad61f8264700ec80c4f8eaf4ba83d9104dc5e768f3662b47725c4d48275738 -eo pid,comm [Pipeline] { [Pipeline] sh 01:26:13 + go version 01:26:13 go version go1.15.5 linux/amd64 [Pipeline] } 01:26:13 $ docker stop --time=1 33ad61f8264700ec80c4f8eaf4ba83d9104dc5e768f3662b47725c4d48275738 01:26:14 $ docker rm -f 33ad61f8264700ec80c4f8eaf4ba83d9104dc5e768f3662b47725c4d48275738 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:26:15 + docker inspect -f . ci-base-image-x86_64 01:26:15 . [Pipeline] withDockerContainer 01:26:15 prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container 01:26:15 $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:26:15 $ docker top a94431eacd9936ff7eb67f28c4080fc93fe71a124163a09f5d0671cf69d9bd85 -eo pid,comm [Pipeline] { [Pipeline] echo 01:26:16 ========================================================= 01:26:16 [edgeXBuildGoParallel] Running Tests and Build... 01:26:16 ========================================================= [Pipeline] sh 01:26:16 + make test 01:26:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:26:26 ? github.com/edgexfoundry/edgex-go [no test files] 01:26:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:26:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:26:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:26:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:26:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:26:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:26:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:26:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:26:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:26:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:26:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:26:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:26:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:26:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:26:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 01:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:26:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.157s coverage: 27.0% of statements 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:26:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:26:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:26:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.117s coverage: 67.9% of statements 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:26:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.097s coverage: 82.3% of statements 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:26:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:26:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:26:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:26:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:26:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:26:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.083s coverage: 97.5% of statements 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:26:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:26:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:27:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:27:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:27:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:27:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:27:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 43.8% of statements 01:27:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.044s coverage: 79.5% of statements 01:27:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 01:27:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements 01:27:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 63.5% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.270s coverage: 68.9% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.252s coverage: 84.0% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.662s coverage: 29.1% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:27:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 01:27:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 01:27:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 01:27:15 GO111MODULE=on go vet ./... 01:27:42 gofmt -l . 01:27:42 [ "`gofmt -l .`" = "" ] 01:27:42 ./bin/test-go-mod-tidy.sh 01:27:42 ./bin/test-attribution-txt.sh [Pipeline] sh 01:27:42 + ls -al . 01:27:42 total 668 01:27:42 drwxrwxr-x 10 1001 1001 4096 Jan 20 01:27 . 01:27:42 drwxr-xr-x 4 root root 30 Jan 20 01:26 .. 01:27:42 -rw-rw-r-- 1 1001 1001 11 Jan 20 01:24 .dockerignore 01:27:42 drwxrwxr-x 8 1001 1001 179 Jan 20 01:24 .git 01:27:42 drwxrwxr-x 3 1001 1001 125 Jan 20 01:24 .github 01:27:42 -rw-rw-r-- 1 1001 1001 872 Jan 20 01:24 .gitignore 01:27:42 drwx------ 3 1001 1001 47 Jan 20 01:25 .semver 01:27:42 -rw-rw-r-- 1 1001 1001 166 Jan 20 01:24 .sonarcloud.properties 01:27:42 -rw-rw-r-- 1 1001 1001 7844 Jan 20 01:24 Attribution.txt 01:27:42 -rw-rw-r-- 1 1001 1001 3804 Jan 20 01:24 CONTRIBUTING.md 01:27:42 -rw-rw-r-- 1 1001 1001 931 Jan 20 01:24 Dockerfile.build 01:27:42 -rw-rw-r-- 1 1001 1001 863 Jan 20 01:24 Jenkinsfile 01:27:42 -rw-rw-r-- 1 1001 1001 10775 Jan 20 01:24 LICENSE 01:27:42 -rw-rw-r-- 1 1001 1001 6001 Jan 20 01:24 Makefile 01:27:42 -rw-rw-r-- 1 1001 1001 6524 Jan 20 01:24 README.md 01:27:42 -rw-rw-r-- 1 1001 1001 6744 Jan 20 01:24 SECURITY.md 01:27:42 -rw-rw-r-- 1 1001 1001 5 Jan 20 01:25 VERSION 01:27:42 -rw-rw-r-- 1 1001 1001 4131 Jan 20 01:24 ZMQWindows.md 01:27:42 drwxrwxr-x 2 1001 1001 117 Jan 20 01:24 bin 01:27:42 drwxrwxr-x 15 1001 1001 4096 Jan 20 01:24 cmd 01:27:42 -rw-r--r-- 1 root root 561674 Jan 20 01:27 coverage.out 01:27:42 -rw-r--r-- 1 root root 1007 Jan 20 01:27 go.mod 01:27:42 -rw-r--r-- 1 root root 19589 Jan 20 01:27 go.sum 01:27:42 drwxrwxr-x 8 1001 1001 127 Jan 20 01:24 internal 01:27:42 drwxrwxr-x 4 1001 1001 26 Jan 20 01:24 openapi 01:27:42 drwxrwxr-x 4 1001 1001 71 Jan 20 01:24 snap 01:27:42 -rw-rw-r-- 1 1001 1001 168 Jan 20 01:24 version.go [Pipeline] sh 01:27:42 + '[' -e coverage.out ] 01:27:42 + chown 1001:1001 coverage.out [Pipeline] stash 01:27:43 Stashed 1 file(s) [Pipeline] sh 01:27:43 + make build 01:27:43 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 01:27:46 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 01:27:53 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 01:27:54 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 01:27:55 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 01:27:56 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 01:27:57 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 01:27:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21468 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 01:27:58 Running in /w/workspace/edgex-go/33 [Pipeline] { [Pipeline] checkout 01:27:59 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 01:27:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:28:01 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 01:28:02 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 01:28:03 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 01:28:03 using credential edgex-jenkins-ssh 01:28:04 Cloning the remote Git repository 01:28:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:28:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:28:04 > git init /w/workspace/edgex-go/33 # timeout=10 01:28:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:28:04 > git --version # timeout=10 01:28:04 > git --version # 'git version 2.17.1' 01:28:04 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 01:28:06 $ docker stop --time=1 a94431eacd9936ff7eb67f28c4080fc93fe71a124163a09f5d0671cf69d9bd85 01:28:07 $ docker rm -f a94431eacd9936ff7eb67f28c4080fc93fe71a124163a09f5d0671cf69d9bd85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:28:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:28:11 01:28:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:28:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:28:11 latest: Pulling from edgex-devops/edgex-compose 01:28:11 cbdbe7a5bc2a: Pulling fs layer 01:28:11 ca9280d653b3: Pulling fs layer 01:28:11 7e9c9ca2126c: Pulling fs layer 01:28:11 cbdbe7a5bc2a: Download complete 01:28:12 cbdbe7a5bc2a: Pull complete 01:28:12 ca9280d653b3: Verifying Checksum 01:28:12 ca9280d653b3: Download complete 01:28:13 7e9c9ca2126c: Verifying Checksum 01:28:13 7e9c9ca2126c: Download complete 01:28:13 ca9280d653b3: Pull complete 01:28:22 7e9c9ca2126c: Pull complete 01:28:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:28:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:28:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:28:22 prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container 01:28:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:28:23 $ docker top 1ffdcf0151ff8680038ca523db056dbaeddce61ba90d9a9ac2dfe00226942c57 -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:23 + docker-compose build --help 01:28:23 + grep parallel 01:28:24 --parallel Build images in parallel. [Pipeline] } 01:28:25 $ docker stop --time=1 1ffdcf0151ff8680038ca523db056dbaeddce61ba90d9a9ac2dfe00226942c57 01:28:26 $ docker rm -f 1ffdcf0151ff8680038ca523db056dbaeddce61ba90d9a9ac2dfe00226942c57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:28:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:28:27 . [Pipeline] withDockerContainer 01:28:27 prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container 01:28:27 $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:28:27 $ docker top 8f19986325096d7f6e147ad8c9c535ed9bc15ce3c674bdfad1825a19e5da2150 -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:28 + docker-compose -f ./docker-compose-build.yml build --parallel 01:28:28 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 01:28:29 Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 01:28:29 Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) 01:28:29 Building docker-core-command-go ... 01:28:29 Building docker-core-data-go ... 01:28:29 Building docker-core-metadata-go ... 01:28:29 Building docker-security-bootstrapper-go ... 01:28:29 Building docker-security-proxy-setup-go ... 01:28:29 Building docker-security-secretstore-setup-go ... 01:28:29 Building docker-support-notifications-go ... 01:28:29 Building docker-support-scheduler-go ... 01:28:29 Building docker-sys-mgmt-agent-go ... 01:28:29 Building docker-sys-mgmt-agent-go 01:28:29 Building docker-core-data-go 01:28:29 Building docker-support-scheduler-go 01:28:29 Building docker-support-notifications-go 01:28:29 Building docker-security-bootstrapper-go 01:28:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:28:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:28:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:28:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:28:28 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:28:29 > git config core.sparsecheckout # timeout=10 01:28:29 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 01:28:29 > git remote # timeout=10 01:28:29 > git config --get remote.origin.url # timeout=10 01:28:29 using GIT_SSH to set credentials SSH Credentials for GitHub 01:28:29 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 01:28:29 > git rev-parse HEAD^{commit} # timeout=10 01:28:29 > git config core.sparsecheckout # timeout=10 01:28:29 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 01:28:33 Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:28:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:28:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:28:36 + + truesudo 01:28:36 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:28:38 provisioning config files... 01:28:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/33@tmp/config8932848048279315315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:28:38 ---> docker-login.sh 01:28:38 nexus3.edgexfoundry.org:10001 01:28:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:40 Configure a credential helper to remove this warning. See 01:28:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:40 01:28:40 Login Succeeded 01:28:40 nexus3.edgexfoundry.org:10002 01:28:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:40 Configure a credential helper to remove this warning. See 01:28:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:40 01:28:40 Login Succeeded 01:28:40 nexus3.edgexfoundry.org:10003 01:28:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:41 Configure a credential helper to remove this warning. See 01:28:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:41 01:28:41 Login Succeeded 01:28:41 nexus3.edgexfoundry.org:10004 01:28:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:41 Configure a credential helper to remove this warning. See 01:28:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:41 01:28:41 Login Succeeded 01:28:41 docker.io 01:28:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:28:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:28:42 Configure a credential helper to remove this warning. See 01:28:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:28:42 01:28:42 Login Succeeded 01:28:42 ---> docker-login.sh ends [Pipeline] } 01:28:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:28:43 ========================================================= 01:28:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:28:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:28:43 + 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 . 01:28:46 Sending build context to Docker daemon 165.7MB 01:28:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:28:46 Step 2/6 : FROM ${BASE} 01:28:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:28:46 5f621e34cdf4: Pulling fs layer 01:28:46 a4357932f1b6: Pulling fs layer 01:28:46 18c013af1878: Pulling fs layer 01:28:46 00ac8860ef70: Pulling fs layer 01:28:46 63d7cb157983: Pulling fs layer 01:28:46 b116817d02f9: Pulling fs layer 01:28:46 745a02a5169b: Pulling fs layer 01:28:46 b116817d02f9: Waiting 01:28:46 00ac8860ef70: Waiting 01:28:46 63d7cb157983: Waiting 01:28:46 745a02a5169b: Waiting 01:28:46 18c013af1878: Verifying Checksum 01:28:46 18c013af1878: Download complete 01:28:46 a4357932f1b6: Verifying Checksum 01:28:46 a4357932f1b6: Download complete 01:28:46 63d7cb157983: Verifying Checksum 01:28:46 63d7cb157983: Download complete 01:28:46 b116817d02f9: Download complete 01:28:46 5f621e34cdf4: Verifying Checksum 01:28:46 5f621e34cdf4: Download complete 01:28:46 5f621e34cdf4: Pull complete 01:28:47 a4357932f1b6: Pull complete 01:28:47 18c013af1878: Pull complete 01:28:48 745a02a5169b: Verifying Checksum 01:28:48 745a02a5169b: Download complete 01:28:49 00ac8860ef70: Verifying Checksum 01:28:49 00ac8860ef70: Download complete 01:28:59 00ac8860ef70: Pull complete 01:28:59 63d7cb157983: Pull complete 01:28:59 b116817d02f9: Pull complete 01:29:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:29:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:29:02 ---> 9bb580c77243 01:29:02 Step 3/23 : WORKDIR /edgex-go 01:29:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:29:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:29:02 ---> 9bb580c77243 01:29:02 Step 3/26 : WORKDIR /edgex-go 01:29:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:29:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:29:02 ---> 9bb580c77243 01:29:02 Step 3/22 : WORKDIR /edgex-go 01:29:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:29:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:29:02 ---> 9bb580c77243 01:29:02 Step 3/22 : WORKDIR /edgex-go 01:29:02 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:29:02 Step 2/33 : FROM ${BUILDER_BASE} AS builder 01:29:02 ---> 9bb580c77243 01:29:02 Step 3/33 : WORKDIR /edgex-go 01:29:02 ---> Running in efa8646d1e90 01:29:02 ---> Running in 21e4dfda62b6 01:29:02 ---> Running in 43330519f2cb 01:29:02 ---> Running in 9d5517894fdf 01:29:02 ---> Running in 6ac8f7d39095 01:29:02 Removing intermediate container efa8646d1e90 01:29:02 ---> 5c1bf52cf9ed 01:29:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:02 Removing intermediate container 9d5517894fdf 01:29:02 ---> 866af8f51203 01:29:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:02 Removing intermediate container 43330519f2cb 01:29:02 ---> f1def309d3e6 01:29:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:02 Removing intermediate container 6ac8f7d39095 01:29:02 ---> 39a9a1917f01 01:29:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:02 Removing intermediate container 21e4dfda62b6 01:29:02 ---> ec9df7fc51a5 01:29:02 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:02 ---> Running in 7fca312e8db6 01:29:02 ---> Running in 7ef8d1f788dc 01:29:02 ---> Running in 5b4959313618 01:29:02 ---> Running in 742e5cb8605f 01:29:02 ---> Running in f5ffd5ea4252 01:29:04 745a02a5169b: Pull complete 01:29:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:29:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:29:04 ---> b7e6874047d6 01:29:04 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 01:29:04 Removing intermediate container 7fca312e8db6 01:29:04 ---> a5d38bc1a255 01:29:04 Step 5/26 : RUN apk add --update --no-cache make bash git 01:29:04 Removing intermediate container 7ef8d1f788dc 01:29:04 ---> 083329106d16 01:29:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:29:04 ---> Running in a5aededd4903 01:29:04 ---> Running in f3284d3ed948 01:29:04 Removing intermediate container 5b4959313618 01:29:04 ---> a067312faeb1 01:29:04 Step 5/22 : RUN apk add --update --no-cache make git 01:29:04 ---> Running in 75ed9e8ace0e 01:29:05 Removing intermediate container 742e5cb8605f 01:29:05 ---> 8c0b8a14dee9 01:29:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:29:05 Removing intermediate container f5ffd5ea4252 01:29:05 ---> cd33bf0b98bf 01:29:05 Step 5/33 : RUN apk add --update --no-cache make git 01:29:05 ---> Running in 7b3a4a7d14f7 01:29:05 ---> Running in 7e9cdc0a5a80 01:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:29:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:29:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:29:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:29:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:29:06 ---> Running in 74638a3134ce 01:29:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:29:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:29:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:29:07 OK: 233 MiB in 51 packages 01:29:07 OK: 233 MiB in 51 packages 01:29:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:29:07 OK: 233 MiB in 51 packages 01:29:08 OK: 233 MiB in 51 packages 01:29:08 OK: 233 MiB in 51 packages 01:29:08 Removing intermediate container f3284d3ed948 01:29:08 ---> b2f72e8c099f 01:29:08 Step 6/22 : COPY go.mod . 01:29:08 Removing intermediate container 7b3a4a7d14f7 01:29:08 ---> 9757fcf8de0a 01:29:08 Step 6/23 : COPY go.mod . 01:29:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:29:09 Removing intermediate container a5aededd4903 01:29:09 ---> b1af86d878d2 01:29:09 Step 6/26 : COPY go.mod . 01:29:09 ---> 8dbb7ff5d22b 01:29:09 Step 7/22 : RUN go mod download 01:29:09 ---> b7bbd54fa903 01:29:09 Step 7/23 : RUN go mod download 01:29:09 ---> Running in 71beab97f2f7 01:29:09 ---> Running in cc2e337be9d3 01:29:09 (1/12) Installing libmagic (5.38-r0) 01:29:10 ---> 7332df576ce2 01:29:10 Step 7/26 : RUN go mod download 01:29:10 Removing intermediate container 75ed9e8ace0e 01:29:10 ---> 50ca51662c79 01:29:10 Step 6/22 : COPY go.mod . 01:29:10 (2/12) Installing file (5.38-r0) 01:29:10 ---> Running in 978f0733c3ea 01:29:10 Removing intermediate container 7e9cdc0a5a80 01:29:10 ---> 50b00ff74c72 01:29:10 Step 6/33 : COPY go.mod . 01:29:10 (3/12) Installing libc-dev (0.7.2-r3) 01:29:10 (4/12) Installing g++ (9.3.0-r2) 01:29:10 ---> 25bbb89c7cfb 01:29:10 Step 7/22 : RUN go mod download 01:29:10 ---> Running in f84bf62a2e0f 01:29:10 ---> ebeb4c2f1c00 01:29:10 Step 7/33 : RUN go mod download 01:29:10 ---> Running in e05ccfa3bfc3 01:29:12 Removing intermediate container 978f0733c3ea 01:29:12 ---> 1eef886cf437 01:29:12 Step 8/26 : COPY . . 01:29:12 Removing intermediate container cc2e337be9d3 01:29:12 ---> 522350f1e499 01:29:12 Step 8/23 : COPY . . 01:29:12 Removing intermediate container 71beab97f2f7 01:29:12 ---> 5b12a6528182 01:29:12 Step 8/22 : COPY . . 01:29:12 Removing intermediate container f84bf62a2e0f 01:29:12 ---> d24673c8f7c0 01:29:12 Step 8/22 : COPY . . 01:29:13 Removing intermediate container e05ccfa3bfc3 01:29:13 ---> 7c1b802eb1a5 01:29:13 Step 8/33 : COPY . . 01:29:20 (5/12) Installing fortify-headers (1.1-r0) 01:29:20 (6/12) Installing patch (2.7.6-r6) 01:29:20 (7/12) Installing build-base (0.5-r2) 01:29:20 (8/12) Installing libsodium (1.0.18-r0) 01:29:21 (9/12) Installing pkgconf (1.7.2-r0) 01:29:21 (10/12) Installing libsodium-dev (1.0.18-r0) 01:29:21 (11/12) Installing libzmq (4.3.3-r0) 01:29:21 (12/12) Installing zeromq-dev (4.3.3-r0) 01:29:21 Executing busybox-1.31.1-r19.trigger 01:29:21 OK: 217 MiB in 51 packages 01:29:25 Removing intermediate container 74638a3134ce 01:29:25 ---> 0122c6142817 01:29:25 Step 4/6 : WORKDIR /edgex-go 01:29:25 ---> Running in f36d29e40689 01:29:26 Removing intermediate container f36d29e40689 01:29:26 ---> 1f53aebce5e9 01:29:26 Step 5/6 : COPY go.mod . 01:29:26 ---> 14f79ea15197 01:29:26 Step 6/6 : RUN go mod download 01:29:26 ---> Running in 1c0e787ac21a 01:29:45 ---> e448834dcd9b 01:29:45 Step 9/23 : RUN make cmd/core-data/core-data 01:29:45 ---> Running in d9e43ed67c7f 01:29:45 ---> 4a39c96d3663 01:29:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:29:45 ---> bcaaee5a282f 01:29:45 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:29:45 ---> 792f84921378 01:29:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:29:45 ---> c90f30a33ff2 01:29:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:29:45 ---> Running in e3974b3141d0 01:29:45 ---> Running in 508b3f12d0a4 01:29:45 ---> Running in 9046d34db1c6 01:29:46 ---> Running in b8e95ddf81a9 01:29:47 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 01:29:47 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 01:29:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:29:47 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 01:29:47 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 01:29:53 Removing intermediate container 1c0e787ac21a 01:29:53 ---> b6829bb72e2a 01:29:53 Successfully built b6829bb72e2a 01:29:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:29:54 + docker inspect -f . ci-base-image-arm64 01:29:54 . [Pipeline] withDockerContainer 01:29:54 prd-ubuntu18.04-docker-arm64-4c-16g-21468 does not seem to be running inside a container 01:29:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 01:29:55 $ docker top ea31db5e29e14ffcdad06c79b134fdf950b13eb5885309c2497d9238de74272e -eo pid,comm [Pipeline] { [Pipeline] sh 01:29:56 + go version 01:29:56 go version go1.15.5 linux/arm64 [Pipeline] } 01:29:56 $ docker stop --time=1 ea31db5e29e14ffcdad06c79b134fdf950b13eb5885309c2497d9238de74272e 01:29:58 $ docker rm -f ea31db5e29e14ffcdad06c79b134fdf950b13eb5885309c2497d9238de74272e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:29:59 + docker inspect -f . ci-base-image-arm64 01:29:59 . [Pipeline] withDockerContainer 01:30:00 prd-ubuntu18.04-docker-arm64-4c-16g-21468 does not seem to be running inside a container 01:30:00 $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 01:30:01 $ docker top c1f6a1dcad2b85a8e439514f2197f5b2033a9242ba59ae87328fa06b462157b1 -eo pid,comm [Pipeline] { [Pipeline] echo 01:30:01 ========================================================= 01:30:01 [edgeXBuildGoParallel] Running Tests and Build... 01:30:01 ========================================================= [Pipeline] sh 01:30:02 + make test 01:30:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:30:24 ? github.com/edgexfoundry/edgex-go [no test files] 01:30: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 01:30:26 Removing intermediate container 9046d34db1c6 01:30:26 ---> 9838c4cd747a 01:30:26 01:30:26 Step 10/22 : FROM alpine:3.12 01:30:26 Removing intermediate container b8e95ddf81a9 01:30:26 ---> fcf10aae234b 01:30:26 01:30:26 Step 10/22 : FROM alpine:3.12 01:30:26 Removing intermediate container e3974b3141d0 01:30:26 ---> 578c8546e156 01:30:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:30:26 3.12: Pulling from library/alpine 01:30:26 3.12: Pulling from library/alpine 01:30:26 ---> Running in 938b65e0d083 01:30:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:30:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:30:26 Status: Downloaded newer image for alpine:3.12 01:30:26 ---> 389fef711851 01:30:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:30:26 Status: Downloaded newer image for alpine:3.12 01:30:26 ---> 389fef711851 01:30:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:30:27 ---> Running in d6bebcf46062 01:30:27 ---> Running in a71b4bf63603 01:30:28 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 01:30:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:30:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:30:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:30:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:30:28 (1/1) Installing dumb-init (1.2.2-r1) 01:30:28 Executing busybox-1.31.1-r19.trigger 01:30:28 OK: 6 MiB in 15 packages 01:30:28 (1/2) Installing ca-certificates (20191127-r4) 01:30:28 (2/2) Installing dumb-init (1.2.2-r1) 01:30:28 Executing busybox-1.31.1-r19.trigger 01:30:28 Executing ca-certificates-20191127-r4.trigger 01:30:28 OK: 6 MiB in 16 packages 01:30:32 Removing intermediate container 508b3f12d0a4 01:30:32 ---> 621f01ba1e29 01:30:32 01:30:32 Step 10/33 : FROM alpine:3.12 01:30:32 ---> 389fef711851 01:30:32 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:30:32 Removing intermediate container d9e43ed67c7f 01:30:32 ---> f5b6c8ca3335 01:30:32 01:30:32 Step 10/23 : FROM alpine:3.12 01:30:32 ---> 389fef711851 01:30:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:30:32 ---> Running in de035ae3d9f8 01:30:32 ---> Running in 3a94ff6ae39a 01:30:32 Removing intermediate container d6bebcf46062 01:30:32 ---> d6077d4476c0 01:30:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:30:32 ---> Running in 318423de36a4 01:30:32 Removing intermediate container 3a94ff6ae39a 01:30:32 ---> 3ca5e41a7c12 01:30:32 Step 12/23 : ENV APP_PORT=48080 01:30:32 Removing intermediate container a71b4bf63603 01:30:32 ---> a3afb3daf705 01:30:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:30:32 Removing intermediate container 938b65e0d083 01:30:32 ---> 08f2f4469e2d 01:30:32 01:30:32 Step 11/26 : FROM docker:20.10.0 01:30:33 20.10.0: Pulling from library/docker 01:30:33 ---> Running in 7750dc7d610a 01:30:33 ---> Running in 91ec11cea3e0 01:30:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:30:33 Removing intermediate container 318423de36a4 01:30:33 ---> fbe09aac1525 01:30:33 Step 13/22 : ENV APP_PORT=48060 01:30:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:30:33 (1/3) Installing dumb-init (1.2.2-r1) 01:30:33 (2/3) Installing openssl (1.1.1i-r0) 01:30:33 (3/3) Installing su-exec (0.2-r1) 01:30:33 Executing busybox-1.31.1-r19.trigger 01:30:33 OK: 6 MiB in 17 packages 01:30:33 ---> Running in 94aaee573410 01:30:34 Removing intermediate container 7750dc7d610a 01:30:34 ---> 9dd3e95e7009 01:30:34 Step 13/23 : EXPOSE $APP_PORT 01:30:34 Removing intermediate container 91ec11cea3e0 01:30:34 ---> 74fae4738fd9 01:30:34 Step 13/22 : ENV APP_PORT=48085 01:30:34 ---> Running in b1c9c9982381 01:30:34 ---> Running in 2fbb6b8f70db 01:30:34 Removing intermediate container 94aaee573410 01:30:34 ---> 31f4957cede0 01:30:34 Step 14/22 : EXPOSE $APP_PORT 01:30:35 ---> Running in 645aa002c5d2 01:30:35 Removing intermediate container 2fbb6b8f70db 01:30:35 ---> 4559f80d819e 01:30:35 Step 14/22 : EXPOSE $APP_PORT 01:30:35 Removing intermediate container b1c9c9982381 01:30:35 ---> 492578565dfc 01:30:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:35 Removing intermediate container de035ae3d9f8 01:30:35 ---> f783ba18c0df 01:30:35 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:30:35 ---> Running in 24cb7ee79e28 01:30:35 Removing intermediate container 645aa002c5d2 01:30:35 ---> 9853a11686cf 01:30:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:30:35 ---> Running in f9169317b6ad 01:30:35 ---> Running in 8cbf4a35e095 01:30:35 Removing intermediate container 24cb7ee79e28 01:30:35 ---> ae6e5973e3b8 01:30:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:30:37 Removing intermediate container 8cbf4a35e095 01:30:37 ---> 6c3e0c794631 01:30:37 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 01:30:37 ---> d1768f13a4a4 01:30:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:30:37 ---> Running in 1a44eb8b82fc 01:30:37 ---> 86d669671313 01:30:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:30:37 Removing intermediate container 1a44eb8b82fc 01:30:37 ---> c512af4db14d 01:30:37 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 01:30:37 ---> Running in b325a4eb2e4e 01:30:37 Removing intermediate container f9169317b6ad 01:30:37 ---> b407b749b6bd 01:30:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:30:38 ---> 5ab342b2b951 01:30:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:30:38 ---> Running in 693e1e4765b2 01:30:38 ---> 79ffb02df20f 01:30:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:30:38 ---> a99a5f3a983f 01:30:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:30:38 Connecting to github.com (140.82.113.4:443) 01:30:38  ---> Running in 9888e09438b7 01:30:38 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.16.240:443) 01:30:38  ---> 9f7ad6f42b30 01:30:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:30:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:30:38 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 01:30:38  ---> Running in e47a1a5cb396 01:30:38 Removing intermediate container 9888e09438b7 01:30:38 ---> 5a3533a1a558 01:30:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:38 dockerize-alpine-lin 17% |***** | 510k 0:00:04 ETA 01:30:39 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 01:30:39 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 01:30:39 dockerize 01:30:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:30:39 ---> Running in 17968dfdcfc1 01:30:39 Removing intermediate container e47a1a5cb396 01:30:39 ---> 4b36c2d6f26a 01:30:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:39 ---> Running in 3ad998930944 01:30:40 Removing intermediate container 17968dfdcfc1 01:30:40 ---> d1dfc0d37c7d 01:30:40 Step 20/22 : LABEL arch=x86_64 01:30:40 Removing intermediate container 3ad998930944 01:30:40 ---> 61649fb7deba 01:30:40 Step 20/22 : LABEL arch=x86_64 01:30:40 ---> Running in 79b9e7cd285a 01:30:40 (1/6) Installing dumb-init (1.2.2-r1) 01:30:40 ---> Running in 0a23e587cda1 01:30:40 (2/6) Installing libgcc (9.3.0-r2) 01:30:40 Removing intermediate container b325a4eb2e4e 01:30:40 ---> 2b3e64549f0c 01:30:40 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 01:30:40 (3/6) Installing libsodium (1.0.18-r0) 01:30:40 (4/6) Installing libstdc++ (9.3.0-r2) 01:30:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:30:40 Status: Downloaded newer image for docker:20.10.0 01:30:40 ---> Running in 2b5ee2ab8226 01:30:40 Removing intermediate container 79b9e7cd285a 01:30:40 ---> 3b04cea85ffe 01:30:40 Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:30:40 ---> aefe523efa57 01:30:40 Step 12/26 : RUN apk add --no-cache bash 01:30:40 Removing intermediate container 0a23e587cda1 01:30:40 ---> d948477d4c71 01:30:40 Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:30:40 ---> Running in 12fec91fccf0 01:30:40 ---> Running in 45e047f22f51 01:30:40 (5/6) Installing libzmq (4.3.3-r0) 01:30:41 ---> Running in 88da52bf777b 01:30:41 (6/6) Installing zeromq (4.3.3-r0) 01:30:41 Removing intermediate container 2b5ee2ab8226 01:30:41 ---> b48f4ce7a5b5 01:30:41 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:30:41 Executing busybox-1.31.1-r19.trigger 01:30:41 OK: 8 MiB in 20 packages 01:30:41 Removing intermediate container 45e047f22f51 01:30:41 ---> b350f82d14d3 01:30:41 Step 22/22 : LABEL version=0.0.0 01:30:41 ---> Running in 7ebca228c991 01:30:41 Removing intermediate container 88da52bf777b 01:30:41 ---> 1f75faadcca8 01:30:41 Step 22/22 : LABEL version=0.0.0 01:30:41 ---> Running in a2aff762f287 01:30:41 ---> Running in 71bb5f2684e8 01:30:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:30:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:30:41 Removing intermediate container 7ebca228c991 01:30:41 ---> 43fbef26c332 01:30:41 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 01:30:41 Removing intermediate container a2aff762f287 01:30:41 ---> 0bcf68ea9f56 01:30:41 01:30:41 (1/2) Installing readline (8.0.4-r0) 01:30:41 (2/2) Installing bash (5.0.17-r0) 01:30:41 Executing bash-5.0.17-r0.post-install 01:30:41 Executing busybox-1.31.1-r19.trigger 01:30:41 OK: 12 MiB in 22 packages 01:30:41 Removing intermediate container 71bb5f2684e8 01:30:41 ---> ad523ad299c6 01:30:41 01:30:41 ---> Running in 66cad3bf506f 01:30:42 Successfully built 0bcf68ea9f56 01:30:42 Successfully built ad523ad299c6 01:30:42 Successfully tagged docker-support-notifications-go:latest 01:30:42  Building docker-support-notifications-go ... done Building docker-core-command-go 01:30:42 Removing intermediate container 693e1e4765b2 01:30:42 ---> b4d9d80613e9 01:30:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:30:42 Successfully tagged docker-support-scheduler-go:latest 01:30:42 Building docker-security-secretstore-setup-go 01:30:42  Building docker-support-scheduler-go ... done  ---> e66da89b062a 01:30:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:30:42 Removing intermediate container 12fec91fccf0 01:30:42 ---> 6031b1c415b7 01:30:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:30:42 Move dockerize executable 01:30:43 ---> Running in 411a62463e77 01:30:47 Removing intermediate container 411a62463e77 01:30:47 ---> 94c25e46d787 01:30:47 Step 14/26 : ENV APP_PORT=48090 01:30:47 ---> 5bb491fd53e2 01:30:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:30:47 ---> Running in 5f657eb8adc0 01:30:49 Removing intermediate container 5f657eb8adc0 01:30:49 ---> 9038d9a09f22 01:30:49 Step 15/26 : EXPOSE $APP_PORT 01:30:49 ---> 9f6db854c417 01:30:49 Step 19/23 : ENTRYPOINT ["/core-data"] 01:30:49 Removing intermediate container 66cad3bf506f 01:30:49 ---> 120e757642ba 01:30:49 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 01:30:49 ---> Running in 4d8e427d2a5a 01:30:49 ---> Running in e1609c4d8c83 01:30:50 ---> Running in e6ee58bc99f7 01:30:51 Removing intermediate container e1609c4d8c83 01:30:51 ---> e55f59a1562d 01:30:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:30:51 Removing intermediate container 4d8e427d2a5a 01:30:51 ---> df82fa592c67 01:30:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:30:52 Removing intermediate container e6ee58bc99f7 01:30:52 ---> 8221576c7fa0 01:30:52 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:30:53 ---> Running in 9cafc20d7b93 01:30:55 ---> 7ab30cb31b00 01:30:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:30:55 ---> 4c49e0e8226a 01:30:55 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:30:55 Removing intermediate container 9cafc20d7b93 01:30:55 ---> dcb33f02bec0 01:30:55 Step 21/23 : LABEL arch=x86_64 01:30:56 ---> Running in 06a5d5ccdcec 01:30:56 ---> Running in 7d0a08179b6e 01:30:57 ---> f326cf50f7a5 01:30:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:30:58 Removing intermediate container 06a5d5ccdcec 01:30:58 ---> ef8e1ab0bd01 01:30:58 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:30:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:30:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:30:58 ---> 9bb580c77243 01:30:58 Step 3/24 : WORKDIR /edgex-go 01:30:59 ---> Using cache 01:30:59 ---> ec9df7fc51a5 01:30:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:59 ---> Using cache 01:30:59 ---> cd33bf0b98bf 01:30:59 Step 5/24 : RUN apk add --update --no-cache make git 01:30:59 ---> Using cache 01:30:59 ---> 50b00ff74c72 01:30:59 Step 6/24 : COPY go.mod . 01:30:59 ---> Using cache 01:30:59 ---> ebeb4c2f1c00 01:30:59 Step 7/24 : RUN go mod download 01:30:59 ---> Using cache 01:30:59 ---> 7c1b802eb1a5 01:30:59 Step 8/24 : COPY . . 01:30:59 ---> Using cache 01:30:59 ---> bcaaee5a282f 01:30:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:30:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:30:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:30:59 ---> 9bb580c77243 01:30:59 Step 3/23 : WORKDIR /edgex-go 01:30:59 ---> Using cache 01:30:59 ---> ec9df7fc51a5 01:30:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:30:59 ---> Using cache 01:30:59 ---> cd33bf0b98bf 01:30:59 Step 5/23 : RUN apk add --update --no-cache make git 01:30:59 ---> Using cache 01:30:59 ---> 50b00ff74c72 01:30:59 Step 6/23 : COPY go.mod . 01:30:59 ---> Using cache 01:30:59 ---> ebeb4c2f1c00 01:30:59 Step 7/23 : RUN go mod download 01:30:59 ---> Using cache 01:30:59 ---> 7c1b802eb1a5 01:30:59 Step 8/23 : COPY . . 01:30:59 ---> Using cache 01:30:59 ---> bcaaee5a282f 01:30:59 Step 9/23 : RUN make cmd/core-command/core-command 01:31:00 ---> Running in 2494565cb910 01:31:00 ---> Running in 24d6d559446c 01:31:00 ---> Running in e1f2f9073cf1 01:31:00 ---> 13d11da5da26 01:31:00 Step 19/26 : RUN apk --no-cache add py3-pip 01:31:01 ---> Running in 2cd86f25ce07 01:31:01 Removing intermediate container 2494565cb910 01:31:01 ---> 799d346fa07c 01:31:01 Step 23/23 : LABEL version=0.0.0 01:31:01 ---> Running in e0cffec1c168 01:31:01 Removing intermediate container e0cffec1c168 01:31:01 ---> dbef88d7b936 01:31:01 01:31:01 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 01:31:01 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 01:31:02 Successfully built dbef88d7b936 01:31:02 Successfully tagged docker-core-data-go:latest 01:31:02 Building docker-security-proxy-setup-go 01:31:02  Building docker-core-data-go ... done Removing intermediate container 7d0a08179b6e 01:31:02 ---> 5c4f3e4eb2c2 01:31:02 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 01:31:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:31:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:31:02 ---> 71c9562023d0 01:31:02 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:31:02 (1/33) Installing libbz2 (1.0.8-r1) 01:31:02 (2/33) Installing expat (2.2.9-r1) 01:31:02 (3/33) Installing libffi (3.3-r2) 01:31:02 (4/33) Installing gdbm (1.13-r1) 01:31:02 (5/33) Installing xz-libs (5.2.5-r0) 01:31:02 (6/33) Installing sqlite-libs (3.32.1-r0) 01:31:02 (7/33) Installing python3 (3.8.5-r0) 01:31:11 ---> a08344b55d22 01:31:11 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:31:11 (8/33) Installing py3-appdirs (1.4.4-r1) 01:31:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:31:11 (10/33) Installing py3-parsing (2.4.7-r0) 01:31:11 (11/33) Installing py3-six (1.15.0-r0) 01:31:11 (12/33) Installing py3-packaging (20.4-r0) 01:31:11 (13/33) Installing py3-setuptools (47.0.0-r0) 01:31:11 (14/33) Installing py3-chardet (3.0.4-r4) 01:31:11 (15/33) Installing py3-idna (2.9-r0) 01:31:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:31:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:31:11 (18/33) Installing py3-requests (2.23.0-r0) 01:31:11 (19/33) Installing py3-msgpack (1.0.0-r0) 01:31:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:31:12 (20/33) Installing py3-lockfile (0.12.2-r3) 01:31:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:31:12 ---> eef57e292528 01:31:12 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:31:12 (22/33) Installing py3-colorama (0.4.3-r0) 01:31:12 (23/33) Installing py3-distlib (0.3.0-r0) 01:31:12 (24/33) Installing py3-distro (1.5.0-r1) 01:31:12 (25/33) Installing py3-webencodings (0.5.1-r3) 01:31:12 (26/33) Installing py3-html5lib (1.0.1-r4) 01:31:12 (27/33) Installing py3-pytoml (0.1.21-r0) 01:31:12 (28/33) Installing py3-pep517 (0.8.2-r0) 01:31:12 (29/33) Installing py3-progress (1.5-r0) 01:31:12 (30/33) Installing py3-toml (0.10.1-r0) 01:31:12 (31/33) Installing py3-retrying (1.3.3-r0) 01:31:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:31:12 (33/33) Installing py3-pip (20.1.1-r0) 01:31:13 Executing busybox-1.31.1-r19.trigger 01:31:13 OK: 71 MiB in 55 packages 01:31:14 ---> 86aaf2329c42 01:31:14 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:31:16 ---> a9e7acfcb095 01:31:16 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 01:31:16 ---> Running in 345f978e5284 01:31:17 Removing intermediate container 345f978e5284 01:31:17 ---> 63d82125cc7e 01:31:17 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:31:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:31:18 ---> c98647f870be 01:31:18 Step 28/33 : RUN chmod +x /entrypoint.sh 01:31:19 ---> Running in 0d0eef61143f 01:31:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:31:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:31:20 ---> 9bb580c77243 01:31:20 Step 3/21 : WORKDIR /edgex-go 01:31:20 ---> Using cache 01:31:20 ---> ec9df7fc51a5 01:31:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:31:20 ---> Using cache 01:31:20 ---> cd33bf0b98bf 01:31:20 Step 5/21 : RUN apk add --update --no-cache make git 01:31:20 ---> Using cache 01:31:20 ---> 50b00ff74c72 01:31:20 Step 6/21 : COPY go.mod . 01:31:20 ---> Using cache 01:31:20 ---> ebeb4c2f1c00 01:31:20 Step 7/21 : RUN go mod download 01:31:20 ---> Using cache 01:31:20 ---> 7c1b802eb1a5 01:31:20 Step 8/21 : COPY . . 01:31:20 ---> Using cache 01:31:20 ---> bcaaee5a282f 01:31:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:31:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:31:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:31:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:31:21 ---> Running in f05417b382f5 01:31: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 01:31:23 Removing intermediate container 0d0eef61143f 01:31:23 ---> 81df7d4e3072 01:31:23 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 01:31:24 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 01:31:25 ---> Running in 7e6bc3f74cee 01:31:26 Removing intermediate container 7e6bc3f74cee 01:31:26 ---> 2d9b84f1d921 01:31:26 Step 30/33 : CMD ["gate"] 01:31:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:31:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:31:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:31:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:31:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:31:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:31:29 ---> Running in 4a81e1aa9310 01:31:29 Removing intermediate container 2cd86f25ce07 01:31:29 ---> 9269f306ad17 01:31:29 Step 20/26 : RUN pip install docker-compose==1.23.2 01:31:30 Removing intermediate container e1f2f9073cf1 01:31:30 ---> 91fd8bf33607 01:31:30 01:31:30 Step 10/23 : FROM alpine:3.12 01:31:30 ---> Running in d44e2d9addc9 01:31:30 ---> 389fef711851 01:31:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:31:30 ---> Using cache 01:31:30 ---> a3afb3daf705 01:31:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:31:30 ---> Using cache 01:31:30 ---> 74fae4738fd9 01:31:30 Step 13/23 : ENV APP_PORT=48082 01:31:30 Removing intermediate container 4a81e1aa9310 01:31:30 ---> 9943d73e6775 01:31:30 Step 31/33 : LABEL arch=x86_64 01:31:30 ---> Running in da97aebbede0 01:31:30 ---> Running in f3536bf7e052 01:31:32 Removing intermediate container da97aebbede0 01:31:32 ---> 9433c511bd38 01:31:32 Step 14/23 : EXPOSE $APP_PORT 01:31:33 ---> Running in 86c6d1ae6dcc 01:31:33 Removing intermediate container f3536bf7e052 01:31:33 ---> 929f6b9bc658 01:31:33 Step 32/33 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:31:33 Removing intermediate container 24d6d559446c 01:31:33 ---> 4059db1664be 01:31:33 01:31:33 Step 10/24 : FROM alpine:3.12 01:31:33 ---> 389fef711851 01:31:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:31:33 ---> Running in d1e2263475b6 01:31:33 ---> Running in 9acc4851a2a0 01:31:33 Removing intermediate container 86c6d1ae6dcc 01:31:33 ---> f15bed5c311e 01:31:33 Step 15/23 : WORKDIR / 01:31:33 Collecting docker-compose==1.23.2 01:31:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:31:34 ---> Running in b4d9f856e6f3 01:31:34 Removing intermediate container d1e2263475b6 01:31:34 ---> a1c0179812e7 01:31:34 Step 33/33 : LABEL version=0.0.0 01:31:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:31:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:31:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:31:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:31:34 Removing intermediate container b4d9f856e6f3 01:31:34 ---> 372ff8705ee7 01:31:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:31:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:31:34 ---> Running in 76492b5c5ab1 01:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:31:34 Collecting texttable<0.10,>=0.9.0 01:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:31:34 Downloading texttable-0.9.1.tar.gz (11 kB) 01:31:34 ---> d1102e483f5f 01:31:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:31:34 Removing intermediate container 76492b5c5ab1 01:31:34 ---> 50739025c118 01:31:34 01:31:34 (1/5) Installing ca-certificates (20191127-r4) 01:31:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:31:35 (3/5) Installing libcurl (7.69.1-r3) 01:31:35 (4/5) Installing curl (7.69.1-r3) 01:31:35 (5/5) Installing dumb-init (1.2.2-r1) 01:31:35 Executing busybox-1.31.1-r19.trigger 01:31:35 Executing ca-certificates-20191127-r4.trigger 01:31:35 OK: 7 MiB in 19 packages 01:31:35 Successfully built 50739025c118 01:31:35 Successfully tagged docker-security-bootstrapper-go:latest 01:31:35 Building docker-core-metadata-go 01:31:35  Building docker-security-bootstrapper-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:31:35 Collecting PyYAML<4,>=3.10 01:31:35 Downloading PyYAML-3.13.tar.gz (270 kB) 01:31:38 Collecting jsonschema<3,>=2.5.1 01:31:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:31:38 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 01:31:39 Collecting docopt<0.7,>=0.6.1 01:31:39 Downloading docopt-0.6.2.tar.gz (25 kB) 01:31:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.248s coverage: 46.6% of statements 01:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:31:40 ---> ab173dd0f670 01:31:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:31:40 Collecting dockerpty<0.5,>=0.4.1 01:31:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:31:40 Removing intermediate container 9acc4851a2a0 01:31:40 ---> 41a285e2c57f 01:31:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:31:42 Collecting docker<4.0,>=3.6.0 01:31:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:31:43 ---> ea61d8434857 01:31:43 Step 19/23 : ENTRYPOINT ["/core-command"] 01:31:43 ---> Running in f4bc2c0e436d 01:31:43 Collecting websocket-client<1.0,>=0.32.0 01:31:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:31:44 Collecting cached-property<2,>=1.2.0 01:31:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:31:44 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) 01:31:45 ---> Running in 2eb17bd4d3fb 01:31:45 Collecting idna<2.8,>=2.5 01:31:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:31:46 Collecting urllib3<1.25,>=1.21.1 01:31:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:31:46 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) 01:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.542s coverage: 27.0% of statements 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.251s coverage: 67.9% of statements 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.358s coverage: 82.3% of statements 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:31:46 Collecting docker-pycreds>=0.4.0 01:31:46 Removing intermediate container f4bc2c0e436d 01:31:46 ---> e37d408aafef 01:31:46 Step 13/24 : WORKDIR / 01:31:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:31:47 Removing intermediate container 2eb17bd4d3fb 01:31:47 ---> 70792124a7f0 01:31:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:31:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:31:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:31:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:31:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:31:47 Installing collected packages: idna, urllib3, requests, texttable, PyYAML, jsonschema, docopt, dockerpty, websocket-client, docker-pycreds, docker, cached-property, docker-compose 01:31:47 Attempting uninstall: idna 01:31:47 Found existing installation: idna 2.9 01:31:47 Uninstalling idna-2.9: 01:31:47 Successfully uninstalled idna-2.9 01:31:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:31:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:31:48 ---> 9bb580c77243 01:31:48 Step 3/23 : WORKDIR /edgex-go 01:31:48 ---> Using cache 01:31:48 ---> ec9df7fc51a5 01:31:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:31:48 ---> Using cache 01:31:48 ---> cd33bf0b98bf 01:31:48 Step 5/23 : RUN apk add --update --no-cache make git 01:31:48 ---> Using cache 01:31:48 ---> 50b00ff74c72 01:31:48 Step 6/23 : COPY go.mod . 01:31:48 ---> Using cache 01:31:48 ---> ebeb4c2f1c00 01:31:48 Step 7/23 : RUN go mod download 01:31:48 ---> Using cache 01:31:48 ---> 7c1b802eb1a5 01:31:48 Step 8/23 : COPY . . 01:31:48 ---> Using cache 01:31:48 ---> bcaaee5a282f 01:31:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:31:49 Attempting uninstall: urllib3 01:31:49 Found existing installation: urllib3 1.25.9 01:31:49 Uninstalling urllib3-1.25.9: 01:31:49 ---> Running in e1ca8f8755ea 01:31:49 Successfully uninstalled urllib3-1.25.9 01:31:49 ---> Running in 9d84004bcfbc 01:31:49 ---> Running in ee833ff21366 01:31:50 Attempting uninstall: requests 01:31:50 Found existing installation: requests 2.23.0 01:31:50 Uninstalling requests-2.23.0: 01:31:50 Successfully uninstalled requests-2.23.0 01:31:51 Running setup.py install for texttable: started 01:31:51 Removing intermediate container e1ca8f8755ea 01:31:51 ---> bf06508a3c57 01:31:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:31:51 Removing intermediate container 9d84004bcfbc 01:31:51 ---> 53ff098d9888 01:31:51 Step 21/23 : LABEL arch=x86_64 01:31:51 ---> Running in 94c259d25e84 01:31:51 Removing intermediate container f05417b382f5 01:31:51 ---> d66f96742095 01:31:51 01:31:51 Step 10/21 : FROM alpine:3.12 01:31:51 ---> 389fef711851 01:31:51 Step 11/21 : RUN apk add --update --no-cache curl 01:31:51 ---> Running in 1c51f822621b 01:31:51 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 01:31:51 ---> 287f57c28326 01:31:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:31:51 Running setup.py install for texttable: finished with status 'done' 01:31:51 Running setup.py install for PyYAML: started 01:31:51 Removing intermediate container 94c259d25e84 01:31:51 ---> eea59749f356 01:31:51 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:31:51 ---> Running in a9cb0fca0a29 01:31:51 ---> 7dc4bd653670 01:31:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:31:52 Removing intermediate container a9cb0fca0a29 01:31:52 ---> d3e15672aac5 01:31:52 Step 23/23 : LABEL version=0.0.0 01:31:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:31:52 ---> Running in 81469d347600 01:31:52 Running setup.py install for PyYAML: finished with status 'done' 01:31:52 ---> b568a3e86992 01:31:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:31:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:31:52 Running setup.py install for docopt: started 01:31:52 (1/4) Installing ca-certificates (20191127-r4) 01:31:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:31:52 (3/4) Installing libcurl (7.69.1-r3) 01:31:52 (4/4) Installing curl (7.69.1-r3) 01:31:52 Executing busybox-1.31.1-r19.trigger 01:31:52 Executing ca-certificates-20191127-r4.trigger 01:31:52 Removing intermediate container 81469d347600 01:31:52 ---> 9bfca47e9305 01:31:52 01:31:53 OK: 7 MiB in 18 packages 01:31:53 Successfully built 9bfca47e9305 01:31:53 Running setup.py install for docopt: finished with status 'done' 01:31:53 Running setup.py install for dockerpty: started 01:31:53 Successfully tagged docker-core-command-go:latest 01:31:53 ---> ad910a1b89f9 01:31:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:31:53  Building docker-core-command-go ... done  Running setup.py install for dockerpty: finished with status 'done' 01:31:55 ---> 3a249fe205cf 01:31:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:31:55 Removing intermediate container 1c51f822621b 01:31:55 ---> 699b0481dde2 01:31:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:31:56 ---> Running in 4d1329753d7d 01:31:56 ---> a7fac75ff766 01:31:56 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 01:31:56 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 01:31:56 ---> Running in 667a6fa413be 01:31:56 Removing intermediate container 4d1329753d7d 01:31:56 ---> cae51e44f6aa 01:31:56 Step 13/21 : WORKDIR /edgex 01:31:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.247s coverage: 28.6% of statements 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:31:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.201s coverage: 100.0% of statements 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:31:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:31:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.283s coverage: 86.7% of statements 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:31:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.334s coverage: 97.5% of statements 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:31:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:31:57 ---> Running in 93e56f50da93 01:31:57 Removing intermediate container 93e56f50da93 01:31:57 ---> 39dd9298570c 01:31:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:31:58 ---> 48719a1dfed2 01:31:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:31:59 Removing intermediate container d44e2d9addc9 01:31:59 ---> 45ff9184c9be 01:31:59 Step 21/26 : RUN apk --no-cache add curl 01:32:00 ---> 2878b193a716 01:32:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:32:00 ---> Running in 4c15e0a90449 01:32:00 Removing intermediate container 667a6fa413be 01:32:00 ---> dbd7af2c9659 01:32:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:32:00 ---> Running in 6f2bc1a4ee91 01:32:00 ---> 7425c48b53b6 01:32:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:32:01 Removing intermediate container 6f2bc1a4ee91 01:32:01 ---> 9ac25d5a62d3 01:32:01 Step 22/24 : LABEL arch=x86_64 01:32:01 ---> Running in 8aafdfc6637f 01:32:01 ---> Running in 7b3a229dc05a 01:32:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:32:01 Removing intermediate container 8aafdfc6637f 01:32:01 ---> 35923e5229f8 01:32:01 Step 18/21 : CMD ["--init=true"] 01:32:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:32:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:32:02 (2/3) Installing libcurl (7.69.1-r3) 01:32:02 (3/3) Installing curl (7.69.1-r3) 01:32:02 Executing busybox-1.31.1-r19.trigger 01:32:02 OK: 72 MiB in 58 packages 01:32:02 ---> Running in c6acdaf59550 01:32:02 Removing intermediate container 7b3a229dc05a 01:32:02 ---> 491fdc1d062c 01:32:02 Step 23/24 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:32:02 ---> Running in d819e35328e5 01:32:02 Removing intermediate container c6acdaf59550 01:32:02 ---> b61e3ca7f008 01:32:02 Step 19/21 : LABEL arch=x86_64 01:32:02 ---> Running in 75c437731958 01:32:03 Removing intermediate container d819e35328e5 01:32:03 ---> 02d9dd331db8 01:32:03 Step 24/24 : LABEL version=0.0.0 01:32:03 ---> Running in 77688d309377 01:32:03 Removing intermediate container 4c15e0a90449 01:32:03 ---> a6c58c1a8eb7 01:32:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:32:03 Removing intermediate container 75c437731958 01:32:03 ---> 9742132a7bc6 01:32:03 Step 20/21 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:32:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.168s coverage: 92.8% of statements 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:32:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:32:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:32:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:32:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 43.8% of statements 01:32:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.111s coverage: 79.5% of statements 01:32:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 01:32:03 ---> Running in 4f9a09a72774 01:32:03 Removing intermediate container 77688d309377 01:32:03 ---> 2b465ba62339 01:32:03 01:32:03 ---> Running in d374994c1a37 01:32:04 Successfully built 2b465ba62339 01:32:04 Successfully tagged docker-security-secretstore-setup-go:latest 01:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 01:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements 01:32:04  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4f9a09a72774 01:32:04 ---> 21f0706eb55a 01:32:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:32:04 Removing intermediate container d374994c1a37 01:32:04 ---> c97ceb5f70b1 01:32:04 Step 21/21 : LABEL version=0.0.0 01:32:05 ---> Running in ec88a4f890cb 01:32:05 ---> Running in bd85ec0d4c55 01:32:05 Removing intermediate container ec88a4f890cb 01:32:05 ---> 5ec86038c62b 01:32:05 Step 24/26 : LABEL arch=x86_64 01:32:05 Removing intermediate container bd85ec0d4c55 01:32:05 ---> 0a206a2c4b0a 01:32:05 01:32:05 Successfully built 0a206a2c4b0a 01:32:05 Successfully tagged docker-security-proxy-setup-go:latest 01:32:05  Building docker-security-proxy-setup-go ... done  ---> Running in 9adb2b76c14e 01:32:05 Removing intermediate container 9adb2b76c14e 01:32:05 ---> ba3ff59a418c 01:32:05 Step 25/26 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:32:05 ---> Running in 9609ced4a12e 01:32:06 Removing intermediate container 9609ced4a12e 01:32:06 ---> d49262a2833f 01:32:06 Step 26/26 : LABEL version=0.0.0 01:32:06 ---> Running in 3aaee4dcc498 01:32:06 Removing intermediate container 3aaee4dcc498 01:32:06 ---> 22945f3cbe9e 01:32:06 01:32:06 Successfully built 22945f3cbe9e 01:32:06 Successfully tagged docker-sys-mgmt-agent-go:latest 01:32:09  Building docker-sys-mgmt-agent-go ... done Removing intermediate container ee833ff21366 01:32:09 ---> 60384791df44 01:32:09 01:32:09 Step 10/23 : FROM alpine:3.12 01:32:09 ---> 389fef711851 01:32:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:32:09 ---> Using cache 01:32:09 ---> a3afb3daf705 01:32:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:32:09 ---> Using cache 01:32:09 ---> 74fae4738fd9 01:32:09 Step 13/23 : ENV APP_PORT=48081 01:32:09 ---> Running in 36f77ac226f4 01:32:09 Removing intermediate container 36f77ac226f4 01:32:09 ---> 29174df26f8f 01:32:09 Step 14/23 : EXPOSE $APP_PORT 01:32:09 ---> Running in 67c5fdc7511b 01:32:10 Removing intermediate container 67c5fdc7511b 01:32:10 ---> 86592eaa06b0 01:32:10 Step 15/23 : WORKDIR / 01:32:10 ---> Running in 314d659b80eb 01:32:10 Removing intermediate container 314d659b80eb 01:32:10 ---> ac6bb0dde5be 01:32:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:32:10 ---> 4d4bb5879a23 01:32:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:32:11 ---> 1cd687509606 01:32:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:32:11 ---> 56d1f15f0ef7 01:32:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:32:11 ---> Running in 9d62abafc038 01:32:11 Removing intermediate container 9d62abafc038 01:32:11 ---> c62ae271799d 01:32:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:32:11 ---> Running in 7e1f00bdd1b9 01:32:12 Removing intermediate container 7e1f00bdd1b9 01:32:12 ---> c2e90c29b8f6 01:32:12 Step 21/23 : LABEL arch=x86_64 01:32:12 ---> Running in 24344832baf3 01:32:12 Removing intermediate container 24344832baf3 01:32:12 ---> 01e23ba5a25e 01:32:12 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:32:12 ---> Running in e9e9777af671 01:32:12 Removing intermediate container e9e9777af671 01:32:12 ---> 177938df8fed 01:32:12 Step 23/23 : LABEL version=0.0.0 01:32:12 ---> Running in 6f9fbb05317a 01:32:12 Removing intermediate container 6f9fbb05317a 01:32:12 ---> f015998cb204 01:32:12 01:32:12 Successfully built f015998cb204 01:32:12 Successfully tagged docker-core-metadata-go:latest 01:32:12  Building docker-core-metadata-go ... done  [Pipeline] } 01:32:12 $ docker stop --time=1 8f19986325096d7f6e147ad8c9c535ed9bc15ce3c674bdfad1825a19e5da2150 01:32:14 $ docker rm -f 8f19986325096d7f6e147ad8c9c535ed9bc15ce3c674bdfad1825a19e5da2150 [Pipeline] // withDockerContainer [Pipeline] sh 01:32:15 + docker images 01:32:15 + grep docker 01:32:15 docker-core-metadata-go latest f015998cb204 3 seconds ago 18.8MB 01:32:15 docker-sys-mgmt-agent-go latest 22945f3cbe9e 9 seconds ago 313MB 01:32:15 docker-security-proxy-setup-go latest 0a206a2c4b0a 10 seconds ago 24.4MB 01:32:15 docker-security-secretstore-setup-go latest 2b465ba62339 12 seconds ago 24.6MB 01:32:15 docker-core-command-go latest 9bfca47e9305 23 seconds ago 16.2MB 01:32:15 docker-security-bootstrapper-go latest 50739025c118 41 seconds ago 41.5MB 01:32:15 docker-core-data-go latest dbef88d7b936 About a minute ago 22.3MB 01:32:15 docker-support-notifications-go latest 0bcf68ea9f56 About a minute ago 16.9MB 01:32:15 docker-support-scheduler-go latest ad523ad299c6 About a minute ago 16.4MB 01:32:15 docker 20.10.0 aefe523efa57 5 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 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.093s coverage: 87.2% of statements 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.613s coverage: 63.5% of statements 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:32:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.078s coverage: 100.0% of statements 01:32:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 01:32:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements 01:32:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 01:32:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.091s coverage: 100.0% of statements 01:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.892s coverage: 68.9% of statements 01:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.336s coverage: 37.0% of statements 01:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.673s coverage: 84.0% of statements 01:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements 01:32:31 Still waiting to schedule task 01:32:31 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.1% of statements 01:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements 01:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements 01:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:32:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.320s coverage: 29.1% of statements 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:32:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:32:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:32:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:32:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:32:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:32:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:32:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 01:32:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 01:32:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 01:32:42 GO111MODULE=on go vet ./... 01:33:18 Running on prd-ubuntu18.04-docker-8c-8g-21472 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 01:33:18 Running in /w/workspace/edgex-go/33 [Pipeline] { [Pipeline] checkout 01:33:20 using credential edgex-jenkins-ssh 01:33:20 Cloning the remote Git repository 01:33:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:33:20 > git init /w/workspace/edgex-go/33 # timeout=10 01:33:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:33:20 > git --version # timeout=10 01:33:20 > git --version # 'git version 2.17.1' 01:33:20 using GIT_SSH to set credentials SSH Credentials for GitHub 01:33:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:33:56 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 01:33:56 Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 01:33:56 Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) 01:33:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:33:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:33:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:33:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:33:55 using GIT_SSH to set credentials SSH Credentials for GitHub 01:33:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:33:56 > git config core.sparsecheckout # timeout=10 01:33:56 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 01:33:56 > git remote # timeout=10 01:33:56 > git config --get remote.origin.url # timeout=10 01:33:56 using GIT_SSH to set credentials SSH Credentials for GitHub 01:33:56 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 01:33:56 > git rev-parse HEAD^{commit} # timeout=10 01:33:56 > git config core.sparsecheckout # timeout=10 01:33:56 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 01:33:59 Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:34:00 + echo snap-build.sh 01:34:00 snap-build.sh 01:34:00 + SNAP_BASE_DIR=. 01:34:00 + '[' '!' -z /w/workspace/edgex-go/33 ']' 01:34:00 + SNAP_BASE_DIR=/w/workspace/edgex-go/33 01:34:00 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/33]' 01:34:00 [snap-build] Building snap in dir [/w/workspace/edgex-go/33] 01:34:00 + cd /w/workspace/edgex-go/33 01:34:00 + sudo apt-get remove -qy --purge lxd lxd-client 01:34:00 Reading package lists... 01:34:00 Building dependency tree... 01:34:00 Reading state information... 01:34:01 The following packages were automatically installed and are no longer required: 01:34:01 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:34:01 uidmap xdelta3 01:34:01 Use 'sudo apt autoremove' to remove them. 01:34:01 The following packages will be REMOVED: 01:34:01 lxd* lxd-client* 01:34:01 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:34:01 After this operation, 31.7 MB disk space will be freed. 01:34:02 (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.) 01:34:02 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:34:03 Removing lxd dnsmasq configuration 01:34:03 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:34:03 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:34:03 gofmt -l . 01:34:03 [ "`gofmt -l .`" = "" ] 01:34:03 ./bin/test-go-mod-tidy.sh 01:34:03 ./bin/test-attribution-txt.sh [Pipeline] sh 01:34:04 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:34:04 (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.) 01:34:04 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:34:04 + ls -al . 01:34:04 total 696 01:34:04 drwxrwxr-x 9 1001 1001 4096 Jan 20 01:33 . 01:34:04 drwxr-xr-x 4 root root 4096 Jan 20 01:30 .. 01:34:04 -rw-rw-r-- 1 1001 1001 11 Jan 20 01:28 .dockerignore 01:34:04 drwxrwxr-x 8 1001 1001 4096 Jan 20 01:28 .git 01:34:04 drwxrwxr-x 3 1001 1001 4096 Jan 20 01:28 .github 01:34:04 -rw-rw-r-- 1 1001 1001 872 Jan 20 01:28 .gitignore 01:34:04 -rw-rw-r-- 1 1001 1001 166 Jan 20 01:28 .sonarcloud.properties 01:34:04 -rw-rw-r-- 1 1001 1001 7844 Jan 20 01:28 Attribution.txt 01:34:04 -rw-rw-r-- 1 1001 1001 3804 Jan 20 01:28 CONTRIBUTING.md 01:34:04 -rw-rw-r-- 1 1001 1001 931 Jan 20 01:28 Dockerfile.build 01:34:04 -rw-rw-r-- 1 1001 1001 863 Jan 20 01:28 Jenkinsfile 01:34:04 -rw-rw-r-- 1 1001 1001 10775 Jan 20 01:28 LICENSE 01:34:04 -rw-rw-r-- 1 1001 1001 6001 Jan 20 01:28 Makefile 01:34:04 -rw-rw-r-- 1 1001 1001 6524 Jan 20 01:28 README.md 01:34:04 -rw-rw-r-- 1 1001 1001 6744 Jan 20 01:28 SECURITY.md 01:34:04 -rw-rw-r-- 1 1001 1001 5 Jan 20 01:25 VERSION 01:34:04 -rw-rw-r-- 1 1001 1001 4131 Jan 20 01:28 ZMQWindows.md 01:34:04 drwxrwxr-x 2 1001 1001 4096 Jan 20 01:28 bin 01:34:04 drwxrwxr-x 15 1001 1001 4096 Jan 20 01:28 cmd 01:34:04 -rw-r--r-- 1 root root 561674 Jan 20 01:32 coverage.out 01:34:04 -rw-r--r-- 1 root root 1007 Jan 20 01:33 go.mod 01:34:04 -rw-r--r-- 1 root root 19589 Jan 20 01:33 go.sum 01:34:04 drwxrwxr-x 8 1001 1001 4096 Jan 20 01:28 internal 01:34:04 drwxrwxr-x 4 1001 1001 4096 Jan 20 01:28 openapi 01:34:04 drwxrwxr-x 4 1001 1001 4096 Jan 20 01:28 snap 01:34:04 -rw-rw-r-- 1 1001 1001 168 Jan 20 01:28 version.go [Pipeline] sh 01:34:05 + '[' -e coverage.out ] 01:34:05 + chown 1001:1001 coverage.out [Pipeline] stash 01:34:05 Warning: overwriting stash ‘coverage-report’ 01:34:05 Processing triggers for systemd (237-3ubuntu10.42) ... 01:34:05 Processing triggers for ureadahead (0.100.0-21) ... 01:34:06 Stashed 1 file(s) [Pipeline] sh 01:34:07 + make build 01:34:07 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 01:34:07 + sudo snap remove --purge lxd 01:34:07 snap "lxd" is not installed 01:34:07 + sudo groupadd --force --system lxd 01:34:07 ++ whoami 01:34:07 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:34:07 + newgrp - lxd 01:34:07 + sudo snap install lxd 01:34:17 2021-01-20T01:34:15Z INFO Waiting for automatic snapd restart... 01:34:19 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 01:34:32 lxd 4.10 from Canonical* installed 01:34:32 + sudo lxd init --auto 01:34:40 + sudo snap install --classic snapcraft 01:34:46 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 01:34:47 snapcraft 4.4.4 from Canonical* installed 01:34:47 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:34:47 + patch --verbose -p1 01:34:47 Hmm... Looks like a unified diff to me... 01:34:47 The text leading up to this was: 01:34:47 -------------------------- 01:34:47 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:34:47 |From: Tony Espy 01:34:47 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:34:47 |Subject: [PATCH] optimize snap build for pipeline CI check 01:34:47 | 01:34:47 |This patch is used by the EdgeX CI pipeline builds to 01:34:47 |optimize the snap CI check run for pull requests. When 01:34:47 |applied, it essentially strips out everything (apps and 01:34:47 |parts) from the snapcraft.yaml file except those required 01:34:47 |to build edgex-go, as the whole idea of the CI check is to 01:34:47 |catch changes to edgex-go that break the snap build. 01:34:47 | 01:34:47 |In general, anyone updating snapcraft.yaml will also need 01:34:47 |to update this patch file, otherwise it may fail to apply, 01:34:47 |resulting in a failed snap build CI check in the associated 01:34:47 |pull request. 01:34:47 | 01:34:47 |Note - in addition to applying this patch, the pipeline also 01:34:47 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:34:47 |need to build the finally binary .snap file (and it won't 01:34:47 |work with the patch applied). This further reduces the build 01:34:47 |time. 01:34:47 |--- 01:34:47 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:34:47 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:34:47 | 01:34:47 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:34:47 |index 1e537489..faf42425 100644 01:34:47 |--- a/snap/snapcraft.yaml 01:34:47 |+++ b/snap/snapcraft.yaml 01:34:47 -------------------------- 01:34:47 patching file snap/snapcraft.yaml 01:34:47 Using Plan A... 01:34:47 Hunk #1 succeeded at 73. 01:34:47 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:34:47 Hunk #3 succeeded at 214 (offset -1 lines). 01:34:47 Hunk #4 succeeded at 222 (offset -1 lines). 01:34:47 Hunk #5 succeeded at 229 (offset -1 lines). 01:34:47 Hunk #6 succeeded at 256 (offset -1 lines). 01:34:47 Hunk #7 succeeded at 290 (offset -1 lines). 01:34:47 Hunk #8 succeeded at 342. 01:34:47 Hmm... Ignoring the trailing garbage. 01:34:47 done 01:34:47 + sudo snapcraft prime --use-lxd 01:34:48 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:34:48 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: 01:34:48 - README.md 01:34:48 - snapcraft.yaml.orig 01:34:48 01:34:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:34:48 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 01:34:48 Launching a container. 01:34:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:34:55 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 01:35:00 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 01:35:01 Waiting for container to be ready 01:35:01 To start your first instance, try: lxc launch ubuntu:18.04 01:35:01 01:35:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:35:03 Waiting for network to be ready... 01:35:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:35:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 01:35:03 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:35:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 01:35:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 01:35:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 01:35:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:35:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:35:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 01:35:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 01:35:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:35:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:35:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:35:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:35:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:35:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:35:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:35:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:35:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:35: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 01:35:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 01:35:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 01:35:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 01:35:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 01:35:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 01:35:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 01:35:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 01:35:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 01:35:07 Fetched 23.8 MB in 4s (5964 kB/s) 01:35:08 Reading package lists... 01:35:08 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 01:35:08 Reading package lists... 01:35:08 Building dependency tree... 01:35:08 Reading state information... 01:35:08 The following additional packages will be installed: 01:35:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:35:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:35:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:35:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:35:08 Suggested packages: 01:35:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:35:08 Recommended packages: 01:35:08 gnupg libsasl2-modules 01:35:08 The following NEW packages will be installed: 01:35:08 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:35:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:35:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:35:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:35:08 The following packages will be upgraded: 01:35:08 gpg gpg-agent gpgconf libudev1 01:35:09 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 01:35:09 Need to get 3533 kB of archives. 01:35:09 After this operation, 13.3 MB of additional disk space will be used. 01:35:09 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:35:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:35:09 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:35:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:35:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:35:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 01:35:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:35:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:35:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:35:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:35:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:35:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:35:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:35:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:35:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:35:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:35:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:35:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:35:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:35:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:35:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:35:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:35:10 debconf: delaying package configuration, since apt-utils is not installed 01:35:10 Fetched 3533 kB in 1s (2618 kB/s) 01:35:10 (Reading database ... 12511 files and directories currently installed.) 01:35:10 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:35:10 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:35:10 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:35:10 Selecting previously unselected package udev. 01:35:10 (Reading database ... 12511 files and directories currently installed.) 01:35:10 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:35:10 Unpacking udev (237-3ubuntu10.44) ... 01:35:10 Selecting previously unselected package libfuse2:amd64. 01:35:10 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:35:10 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:35:11 Selecting previously unselected package fuse. 01:35:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:35:11 Unpacking fuse (2.9.7-1ubuntu1) ... 01:35:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:35:11 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:35:11 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:35:11 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:35:11 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:35:11 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:35:11 Selecting previously unselected package libksba8:amd64. 01:35:11 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:35:11 Unpacking libksba8:amd64 (1.3.5-2) ... 01:35:11 Selecting previously unselected package libroken18-heimdal:amd64. 01:35:11 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:35:11 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:11 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:35:11 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:35:11 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:11 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:35:11 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:35:11 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:12 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:35:12 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:35:12 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:12 Selecting previously unselected package libwind0-heimdal:amd64. 01:35:12 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:35:12 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:12 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:35:12 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:35:12 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:12 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:35:12 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:35:12 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:12 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:35:12 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:35:12 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:12 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:35:12 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:35:12 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:12 Selecting previously unselected package libsasl2-modules-db:amd64. 01:35:12 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:35:12 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:35:12 Selecting previously unselected package libsasl2-2:amd64. 01:35:12 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:35:12 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:35:12 Selecting previously unselected package libldap-common. 01:35:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:35:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:35:12 Selecting previously unselected package libldap-2.4-2:amd64. 01:35:12 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:35:12 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:35:13 Selecting previously unselected package dirmngr. 01:35:13 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:35:13 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:35:13 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:35:13 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:35:13 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:35:13 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:35:13 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:35:13 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:35:13 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:13 Setting up libksba8:amd64 (1.3.5-2) ... 01:35:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:35:13 Setting up udev (237-3ubuntu10.44) ... 01:35:13 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 01:35:14 invoke-rc.d: policy-rc.d denied execution of start. 01:35:14 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:14 Processing triggers for systemd (237-3ubuntu10) ... 01:35:14 Setting up fuse (2.9.7-1ubuntu1) ... 01:35:14 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:35:14 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:14 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:14 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:14 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:14 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:14 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:14 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:35:14 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:35:14 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:35:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:35:14 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:35:14 settings in the [Install] section, and DefaultInstance for template units). 01:35:14 This means they are not meant to be enabled using systemctl. 01:35:14 Possible reasons for having this kind of units are: 01:35:14 1) A unit may be statically enabled by being symlinked from another unit's 01:35:14 .wants/ or .requires/ directory. 01:35:14 2) A unit's purpose may be to act as a helper for some other unit which has 01:35:14 a requirement dependency on it. 01:35:14 3) A unit may be started when needed via activation (socket, path, timer, 01:35:14 D-Bus, udev, scripted systemctl call, ...). 01:35:14 4) In case of template units, the unit is meant to be enabled with some 01:35:14 instance name specified. 01:35:15 Reading package lists... 01:35:15 Building dependency tree... 01:35:15 Reading state information... 01:35:15 The following additional packages will be installed: 01:35:15 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:35:15 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:35:15 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:35:15 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:35:15 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:35:15 Suggested packages: 01:35:15 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:35:15 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:35:15 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:35:15 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:35:15 systemd-container policykit-1 01:35:15 Recommended packages: 01:35:15 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:35:15 The following NEW packages will be installed: 01:35:15 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:35:15 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:35:15 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:35:15 multiarch-support openssh-client python3 python3-minimal python3.6 01:35:15 python3.6-minimal snapd squashfs-tools sudo 01:35:15 The following packages will be upgraded: 01:35:15 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:35:15 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 01:35:15 Need to get 35.2 MB of archives. 01:35:15 After this operation, 141 MB of additional disk space will be used. 01:35:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:35:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:35:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:35:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:35:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:35:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:35:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:35:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:35:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:35:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:35:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:35:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:35:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:35:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:35:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:35:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:35:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:35:16 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:35:16 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:35:16 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:35:16 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:35:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:35:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:35:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:35:16 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:35:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 01:35:16 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:35:16 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:35:16 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:35:16 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:35:17 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 01:35:18 debconf: delaying package configuration, since apt-utils is not installed 01:35:18 Fetched 35.2 MB in 3s (13.8 MB/s) 01:35:18 (Reading database ... 12757 files and directories currently installed.) 01:35:18 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:35:18 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:35:18 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:35:18 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:35:19 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:35:19 (Reading database ... 12757 files and directories currently installed.) 01:35:19 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:35:19 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:35:19 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:35:19 (Reading database ... 12757 files and directories currently installed.) 01:35:19 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:35:19 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:35:19 Setting up apt (1.6.12ubuntu0.2) ... 01:35:19 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:35:20 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:35:20 (Reading database ... 12764 files and directories currently installed.) 01:35:20 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:35:20 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:35:20 Selecting previously unselected package libpython3.6-minimal:amd64. 01:35:20 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:35:20 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:35:21 Selecting previously unselected package libexpat1:amd64. 01:35:21 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:35:21 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:35:21 Selecting previously unselected package python3.6-minimal. 01:35:21 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:35:21 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:35:21 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:35:21 Checking for services that may need to be restarted...done. 01:35:21 Checking for services that may need to be restarted...done. 01:35:21 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:35:21 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:35:21 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:35:21 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 01:35:22 Selecting previously unselected package python3-minimal. 01:35:22 (Reading database ... 13012 files and directories currently installed.) 01:35:22 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:35:22 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:35:22 Selecting previously unselected package mime-support. 01:35:22 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:35:22 Unpacking mime-support (3.60ubuntu1) ... 01:35:22 Selecting previously unselected package libmpdec2:amd64. 01:35:22 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:35:22 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:35:22 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:35:22 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:35:22 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:35:22 Selecting previously unselected package python3.6. 01:35:22 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:35:22 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:35:22 Selecting previously unselected package libpython3-stdlib:amd64. 01:35:22 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:35:22 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:35:22 Setting up python3-minimal (3.6.7-1~18.04) ... 01:35:22 Selecting previously unselected package python3. 01:35:22 (Reading database ... 13442 files and directories currently installed.) 01:35:22 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:35:22 Unpacking python3 (3.6.7-1~18.04) ... 01:35:23 Selecting previously unselected package multiarch-support. 01:35:23 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:35:23 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:35:23 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:35:23 Selecting previously unselected package liblzo2-2:amd64. 01:35:23 (Reading database ... 13479 files and directories currently installed.) 01:35:23 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:35:23 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:35:23 Selecting previously unselected package libbsd0:amd64. 01:35:23 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:35:23 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:35:23 Selecting previously unselected package sudo. 01:35:23 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 01:35:23 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 01:35:23 Selecting previously unselected package apparmor. 01:35:23 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:35:23 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:35:23 Selecting previously unselected package libedit2:amd64. 01:35:23 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:35:23 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:35:23 Selecting previously unselected package libkrb5support0:amd64. 01:35:23 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:35:23 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:35:24 Selecting previously unselected package libk5crypto3:amd64. 01:35:24 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:35:24 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:35:24 Selecting previously unselected package libkeyutils1:amd64. 01:35:24 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:35:24 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:35:24 Selecting previously unselected package libkrb5-3:amd64. 01:35:24 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:35:24 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:35:24 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:35:24 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:35:24 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:35:24 Selecting previously unselected package libssl1.0.0:amd64. 01:35:24 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:35:24 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:35:24 Selecting previously unselected package openssh-client. 01:35:24 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:35:24 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:35:24 Selecting previously unselected package squashfs-tools. 01:35:24 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:35:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:35:25 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:35:25 Selecting previously unselected package snapd. 01:35:25 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:35:25 Unpacking snapd (2.48+18.04) ... 01:35:26 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:35:27 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:35:27 Setting up mime-support (3.60ubuntu1) ... 01:35:27 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 01:35:27 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:35:27 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:35:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:35:27 Setting up systemd (237-3ubuntu10.44) ... 01:35:27 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:35:28 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:35:28 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:35:28 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:35:28 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:35:28 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:35:28 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:35:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:35:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:35:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:35:28 Setting up python3 (3.6.7-1~18.04) ... 01:35:28 running python rtupdate hooks for python3.6... 01:35:28 running python post-rtupdate hooks for python3.6... 01:35:29 Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } 01:35:30 $ docker stop --time=1 c1f6a1dcad2b85a8e439514f2197f5b2033a9242ba59ae87328fa06b462157b1 01:35:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:35:30 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:35:30 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:35:30 Setting up snapd (2.48+18.04) ... 01:35:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:35:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:35:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:35:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:35:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:35:31 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:35:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:35:32 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:35:32 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:35:32 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:35:32 /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' 01:35:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:35:32 Processing triggers for systemd (237-3ubuntu10.44) ... 01:35:32 $ docker rm -f c1f6a1dcad2b85a8e439514f2197f5b2033a9242ba59ae87328fa06b462157b1 01:35:33 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:35:33 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:35:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:35:34 Reading package lists... 01:35:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:35:34 01:35:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:35:35 Reading package lists... 01:35:35 Building dependency tree... 01:35:35 Reading state information... 01:35:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:35:35 latest: Pulling from edgex-devops/edgex-compose-arm64 01:35:35 29e5d40040c1: Pulling fs layer 01:35:35 1ce36da41761: Pulling fs layer 01:35:35 25b303627fd3: Pulling fs layer 01:35:35 Calculating upgrade... 01:35:35 The following packages will be upgraded: 01:35:35 advancecomp base-files bash binutils binutils-common 01:35:35 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:35:35 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:35:35 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 01:35:35 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 01:35:35 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 01:35:35 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 01:35:35 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 01:35:35 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 01:35:35 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 01:35:35 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 01:35:35 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 01:35:35 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 01:35:35 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 01:35:35 ubuntu-keyring util-linux 01:35:35 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:35:35 Need to get 63.7 MB of archives. 01:35:35 After this operation, 5203 kB of additional disk space will be used. 01:35:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 01:35:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:35:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:35:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:35:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:35:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:35:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:35:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:35:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:35:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:35:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:35:35 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:35:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:35:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:35:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:35:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:35:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:35:35 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:35:35 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:35:35 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:35:35 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:35:35 29e5d40040c1: Verifying Checksum 01:35:35 29e5d40040c1: Download complete 01:35:35 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:35:35 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:35:35 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:35:35 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:35:35 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:35:35 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:35:35 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:35:35 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:35:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:35:35 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:35:35 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:35:35 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:35:35 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:35:35 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:35:35 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:35:35 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:35:35 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:35:35 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:35:35 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:35:35 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:35:35 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:35:35 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:35:35 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:35:35 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:35:35 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 01:35:35 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:35:35 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:35:35 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:35:35 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:35:35 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:35:35 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:35:35 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:35:35 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:35:35 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:35:35 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:35:36 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:35:36 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:35:36 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:35:36 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:35:36 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:35:36 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:35:36 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:35:36 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:35:36 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:35:36 29e5d40040c1: Pull complete 01:35:36 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:35:36 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:35:36 1ce36da41761: Verifying Checksum 01:35:36 1ce36da41761: Download complete 01:35:36 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:35:36 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:35:36 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:35:36 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:35:36 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:35:36 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:35:36 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:35:36 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:35:36 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:35:36 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:35:37 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:35:37 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:35:37 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:35:37 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:35:37 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:35:37 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:35:37 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:35:37 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:35:37 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:35:37 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:35:37 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:35:37 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:35:37 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:35:37 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:35:37 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:35:37 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:35:37 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:35:37 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:35:37 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:35:37 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:35:37 debconf: delaying package configuration, since apt-utils is not installed 01:35:37 Fetched 63.7 MB in 2s (30.0 MB/s) 01:35:37 (Reading database ... 13912 files and directories currently installed.) 01:35:37 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:35:37 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:35:38 1ce36da41761: Pull complete 01:35:38 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:35:38 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:35:38 25b303627fd3: Verifying Checksum 01:35:38 25b303627fd3: Download complete 01:35:38 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 01:35:38 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 01:35:39 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:39 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:39 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:39 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:39 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:39 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:39 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:39 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:39 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:39 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:39 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:39 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:40 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:40 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:35:40 (Reading database ... 13911 files and directories currently installed.) 01:35:40 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:40 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:35:40 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:35:40 (Reading database ... 13911 files and directories currently installed.) 01:35:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:35:41 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:35:41 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:35:41 (Reading database ... 13911 files and directories currently installed.) 01:35:41 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:35:41 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:35:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:35:41 (Reading database ... 13911 files and directories currently installed.) 01:35:41 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:35:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:35:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:35:42 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:35:42 Setting up base-files (10.1ubuntu2.10) ... 01:35:42 Installing new version of config file /etc/issue ... 01:35:42 Installing new version of config file /etc/issue.net ... 01:35:42 Installing new version of config file /etc/lsb-release ... 01:35:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:35:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:35:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:35:42 Removing obsolete conffile /etc/default/motd-news ... 01:35:42 (Reading database ... 13912 files and directories currently installed.) 01:35:42 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:35:42 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:35:43 Setting up bash (4.4.18-2ubuntu1.2) ... 01:35:43 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 01:35:43 (Reading database ... 13912 files and directories currently installed.) 01:35:43 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:35:43 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:35:43 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:35:43 (Reading database ... 13912 files and directories currently installed.) 01:35:43 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:35:43 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:35:43 Setting up tar (1.29b-2ubuntu0.2) ... 01:35:43 (Reading database ... 13912 files and directories currently installed.) 01:35:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:35:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:35:43 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:35:44 (Reading database ... 13912 files and directories currently installed.) 01:35:44 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:35:44 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:35:44 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:35:44 (Reading database ... 13912 files and directories currently installed.) 01:35:44 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:35:44 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:35:44 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:35:44 (Reading database ... 13912 files and directories currently installed.) 01:35:44 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:35:44 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:35:44 Setting up grep (3.1-2build1) ... 01:35:45 (Reading database ... 13912 files and directories currently installed.) 01:35:45 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:35:45 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:35:45 Setting up login (1:4.5-1ubuntu2) ... 01:35:45 (Reading database ... 13912 files and directories currently installed.) 01:35:45 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:35:45 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:35:45 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:35:45 (Reading database ... 13912 files and directories currently installed.) 01:35:45 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:35:45 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:35:45 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:35:46 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:35:46 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:35:46 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:35:46 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:35:46 (Reading database ... 13912 files and directories currently installed.) 01:35:46 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:35:46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:35:47 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:35:47 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:35:48 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:35:48 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:35:48 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:35:48 (Reading database ... 13912 files and directories currently installed.) 01:35:48 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:35:48 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:35:48 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:35:48 25b303627fd3: Pull complete 01:35:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:35:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:35:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:35:48 (Reading database ... 13912 files and directories currently installed.) 01:35:48 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:35:48 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:35:48 prd-ubuntu18.04-docker-arm64-4c-16g-21468 does not seem to be running inside a container 01:35:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:35:48 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:35:48 (Reading database ... 13912 files and directories currently installed.) 01:35:48 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:35:48 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:35:49 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:35:49 (Reading database ... 13912 files and directories currently installed.) 01:35:49 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:35:49 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:35:49 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:35:49 (Reading database ... 13912 files and directories currently installed.) 01:35:49 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:35:49 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:35:49 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:35:49 (Reading database ... 13912 files and directories currently installed.) 01:35:49 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:35:49 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:35:49 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:35:49 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:35:49 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:35:49 (Reading database ... 13912 files and directories currently installed.) 01:35:49 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:35:50 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:35:50 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:35:50 (Reading database ... 13912 files and directories currently installed.) 01:35:50 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:35:50 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:35:50 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:35:50 (Reading database ... 13912 files and directories currently installed.) 01:35:50 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:35:50 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:35:50 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:35:50 (Reading database ... 13912 files and directories currently installed.) 01:35:50 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:35:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:35:51 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:35:51 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:35:51 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:35:51 (Reading database ... 13912 files and directories currently installed.) 01:35:51 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:35:51 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:35:51 $ docker top 92efaf76b474c7f87ee972a15862e7e2a430933e06c5d750818d70a25d469b00 -eo pid,comm 01:35:52 Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] { [Pipeline] sh 01:35:52 (Reading database ... 13912 files and directories currently installed.) 01:35:52 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:35:52 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:35:52 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:35:52 (Reading database ... 13914 files and directories currently installed.) 01:35:52 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:35:52 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:35:52 + docker-compose build --help 01:35:52 + grep parallel 01:35:52 Setting up debconf (1.5.66ubuntu1) ... 01:35:53 (Reading database ... 13914 files and directories currently installed.) 01:35:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:35:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:35:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:35:53 (Reading database ... 13914 files and directories currently installed.) 01:35:53 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:35:53 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:35:53 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:35:53 (Reading database ... 13914 files and directories currently installed.) 01:35:53 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:35:53 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:35:53 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:35:54 (Reading database ... 13914 files and directories currently installed.) 01:35:54 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:35:54 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:35:54 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:35:54 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:35:54 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:35:54 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:35:54 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:35:54 (Reading database ... 13914 files and directories currently installed.) 01:35:54 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:35:54 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:35:54 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:35:54 (Reading database ... 13914 files and directories currently installed.) 01:35:54 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:35:54 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:35:54 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:35:55 (Reading database ... 13914 files and directories currently installed.) 01:35:55 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:35:55 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:35:55 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:35:55 (Reading database ... 13914 files and directories currently installed.) 01:35:55 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:35:55 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:35:55 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:35:55 (Reading database ... 13914 files and directories currently installed.) 01:35:55 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:35:55 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:35:56 --parallel Build images in parallel. 01:35:56 Setting up passwd (1:4.5-1ubuntu2) ... 01:35:56 (Reading database ... 13914 files and directories currently installed.) 01:35:56 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:35:56 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [Pipeline] } 01:35:56 $ docker stop --time=1 92efaf76b474c7f87ee972a15862e7e2a430933e06c5d750818d70a25d469b00 01:35:56 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:35:56 (Reading database ... 13914 files and directories currently installed.) 01:35:56 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:35:56 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:35:56 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:35:56 (Reading database ... 13914 files and directories currently installed.) 01:35:56 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:35:56 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:35:57 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:35:57 (Reading database ... 13914 files and directories currently installed.) 01:35:57 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:35:57 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:35:57 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:35:57 (Reading database ... 13914 files and directories currently installed.) 01:35:57 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:35:57 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:35:57 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:35:57 (Reading database ... 13914 files and directories currently installed.) 01:35:57 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:35:57 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:35:57 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:35:58 (Reading database ... 13914 files and directories currently installed.) 01:35:58 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:35:58 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:35:58 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:35:58 (Reading database ... 13915 files and directories currently installed.) 01:35:58 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:35:58 $ docker rm -f 92efaf76b474c7f87ee972a15862e7e2a430933e06c5d750818d70a25d469b00 01:35:58 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:35:58 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:35:58 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:35:58 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:35:58 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:35:58 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:35:58 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:35:58 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:35:58 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:35:58 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:35:59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:35:59 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:35:59 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:35:59 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:35:59 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:35:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:35:59 . [Pipeline] withDockerContainer 01:35:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:35:59 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:35:59 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:35:59 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:35:59 prd-ubuntu18.04-docker-arm64-4c-16g-21468 does not seem to be running inside a container 01:35:59 $ 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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:35:59 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:35:59 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:35:59 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 01:35:59 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 01:36:00 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:36:00 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:36:00 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:36:00 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:36:00 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:36:00 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:36:00 $ docker top c80d268bfac7c7f8d8902fc727c82ec6b143bc49fe838d6ad1855c9157ae9f8d -eo pid,comm 01:36:01 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:36:01 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] { [Pipeline] sh 01:36:01 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:36:01 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:36:01 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:36:01 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:36:01 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:36:01 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:36:01 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:36:01 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:36:01 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:36:01 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:36:01 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:36:01 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:36:01 + docker-compose -f ./docker-compose-build.yml build --parallel 01:36:03 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:36:03 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:36:03 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:36:04 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:36:04 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:36:04 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:36:04 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:36:04 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:36:06 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:36:06 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:36:06 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:36:06 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:36:06 Building docker-core-command-go ... 01:36:06 Building docker-core-data-go ... 01:36:06 Building docker-core-metadata-go ... 01:36:06 Building docker-security-bootstrapper-go ... 01:36:06 Building docker-security-proxy-setup-go ... 01:36:06 Building docker-security-secretstore-setup-go ... 01:36:06 Building docker-support-notifications-go ... 01:36:06 Building docker-support-scheduler-go ... 01:36:06 Building docker-sys-mgmt-agent-go ... 01:36:06 Building docker-sys-mgmt-agent-go 01:36:06 Building docker-core-command-go 01:36:06 Building docker-security-proxy-setup-go 01:36:06 Building docker-support-notifications-go 01:36:06 Building docker-security-secretstore-setup-go 01:36:06 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:36:06 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:36:06 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:36:06 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:36:06 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:36:06 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:36:06 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:36:06 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:36:06 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:36:06 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:36:06 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:36:06 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:36:07 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:36:07 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:36:07 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:36:07 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:36:07 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:36:07 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:36:07 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:36:07 Setting up tzdata (2020f-0ubuntu0.18.04) ... 01:36:07 01:36:07 Current default time zone: 'Etc/UTC' 01:36:07 Local time is now: Wed Jan 20 01:36:07 UTC 2021. 01:36:07 Universal Time is now: Wed Jan 20 01:36:07 UTC 2021. 01:36:07 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:36:07 01:36:07 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:36:07 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:36:07 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 01:36:07 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:36:07 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:36:07 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:36:07 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:36:07 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:36:07 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:36:07 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:36:07 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:36:07 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:36:07 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:36:07 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:36:07 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:36:07 Setting up patch (2.7.6-2ubuntu1.1) ... 01:36:07 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:36:07 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:36:08 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:36:08 Installing new version of config file /etc/ssl/openssl.cnf ... 01:36:08 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:36:08 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:36:08 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:36:10 Updating certificates in /etc/ssl/certs... 01:36:11 22 added, 17 removed; done. 01:36:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:36:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:36:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:36:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:36:11 Setting up pkgbinarymangler (138.18.04.1) ... 01:36:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:36:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:36:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:36:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:36:11 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:36:11 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:36:11 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:36:11 Setting up perl (5.26.1-6ubuntu0.5) ... 01:36:11 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:36:11 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:36:11 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:36:11 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:36:11 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:36:11 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:36:11 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:36:11 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:36:11 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:36:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:36:11 Processing triggers for systemd (237-3ubuntu10.44) ... 01:36:11 Processing triggers for mime-support (3.60ubuntu1) ... 01:36:11 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:36:11 Updating certificates in /etc/ssl/certs... 01:36:12 0 added, 0 removed; done. 01:36:12 Running hooks in /etc/ca-certificates/update.d... 01:36:12 done. 01:36:12 Reading package lists... 01:36:12 Building dependency tree... 01:36:12 Reading state information... 01:36:13 The following NEW packages will be installed: 01:36:13 apt-transport-https 01:36:13 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:36:13 Need to get 1696 B of archives. 01:36:13 After this operation, 153 kB of additional disk space will be used. 01:36:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:36:13 debconf: delaying package configuration, since apt-utils is not installed 01:36:13 Fetched 1696 B in 0s (9511 B/s) 01:36:13 Selecting previously unselected package apt-transport-https. 01:36:13 (Reading database ... 13929 files and directories currently installed.) 01:36:13 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:36:13 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:36:13 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:36:13 Waiting for network to be ready... 01:36:20 2021-01-20T01:36:16Z INFO Waiting for automatic snapd restart... 01:36:20 snapd 2.48.2 from Canonical* installed 01:36:20 "snapd" switched to the "latest/stable" channel 01:36:20 01:36:23 core18 20201210 from Canonical* installed 01:36:23 "core18" switched to the "latest/stable" channel 01:36:23 01:36:27 snapcraft 4.4.4 from Canonical* installed 01:36:27 "snapcraft" switched to the "latest/stable" channel 01:36:27 01:36:30 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: 01:36:30 - README.md 01:36:30 - snapcraft.yaml.orig 01:36:30 01:36:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:36:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:36:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:36:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:36:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:36:38 Reading package lists... 01:36:38 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 01:36:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:36:45 Reading package lists... 01:36:45 Building dependency tree... 01:36:45 Reading state information... 01:36:45 Suggested packages: 01:36:45 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:36:45 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:36:45 Recommended packages: 01:36:45 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:36:45 The following NEW packages will be installed: 01:36:45 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:36:45 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:36:45 pkg-config zip 01:36:45 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:36:45 Need to get 7655 kB of archives. 01:36:45 After this operation, 43.7 MB of additional disk space will be used. 01:36:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:36:45 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:36:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:36:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:36:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:36:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:36:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:36:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:36:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:36:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:36:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:36:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:36:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:36:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:36:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:36:45 debconf: delaying package configuration, since apt-utils is not installed 01:36:45 Fetched 7655 kB in 1s (10.3 MB/s) 01:36:45 Selecting previously unselected package libglib2.0-0:amd64. 01:36:45 (Reading database ... 13933 files and directories currently installed.) 01:36:45 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:36:45 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:36:46 Selecting previously unselected package libpsl5:amd64. 01:36:46 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:36:46 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:36:46 Selecting previously unselected package libnghttp2-14:amd64. 01:36:46 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:36:46 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:36:46 Selecting previously unselected package librtmp1:amd64. 01:36:46 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:36:46 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:36:46 Selecting previously unselected package libcurl3-gnutls:amd64. 01:36:46 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:36:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:36:46 Selecting previously unselected package liberror-perl. 01:36:46 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:36:46 Unpacking liberror-perl (0.17025-1) ... 01:36:46 Selecting previously unselected package git-man. 01:36:46 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:36:46 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:36:46 Selecting previously unselected package git. 01:36:46 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:36:46 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:36:47 Selecting previously unselected package libnorm1:amd64. 01:36:47 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:36:47 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:36:47 Selecting previously unselected package libpgm-5.2-0:amd64. 01:36:47 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:36:47 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:36:47 Selecting previously unselected package libsodium23:amd64. 01:36:47 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:36:47 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:36:47 Selecting previously unselected package libzmq5:amd64. 01:36:47 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:36:47 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:36:47 Selecting previously unselected package libzmq3-dev:amd64. 01:36:47 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:36:47 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:36:47 Selecting previously unselected package pkg-config. 01:36:47 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:36:48 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:36:48 Selecting previously unselected package zip. 01:36:48 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:36:48 Unpacking zip (3.0-11build1) ... 01:36:48 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:36:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:36:48 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:36:48 Setting up liberror-perl (0.17025-1) ... 01:36:48 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:36:48 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:36:48 No schema files found: doing nothing. 01:36:48 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:36:48 Setting up zip (3.0-11build1) ... 01:36:48 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:36:48 Setting up libsodium23:amd64 (1.0.16-2) ... 01:36:48 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:36:48 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:36:48 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:36:48 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:36:48 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:36:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:36:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:36:55 git set to automatically installed. 01:36:55 git-man set to automatically installed. 01:36:55 libcurl3-gnutls set to automatically installed. 01:36:55 liberror-perl set to automatically installed. 01:36:55 libglib2.0-0 set to automatically installed. 01:36:55 libnghttp2-14 set to automatically installed. 01:36:55 libnorm1 set to automatically installed. 01:36:55 libpgm-5.2-0 set to automatically installed. 01:36:55 libpsl5 set to automatically installed. 01:36:55 librtmp1 set to automatically installed. 01:36:55 libsodium23 set to automatically installed. 01:36:55 libzmq3-dev set to automatically installed. 01:36:55 libzmq5 set to automatically installed. 01:36:55 pkg-config set to automatically installed. 01:36:55 zip set to automatically installed. 01:36:56 snapd is not logged in, snap install commands will use sudo 01:37:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:37:03 snap "core18" has no updates available 01:37:04 Pulling config-common 01:37:05 Pulling go-build-helper 01:37:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:37:27 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:37:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:37:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 01:37:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:37:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:37:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:37:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:37:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:37:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:37:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:37:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 01:37:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 01:37:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 01:37:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:37:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:37:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 01:37:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 01:37:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:37:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 01:37:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 01:37:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 01:37:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 01:37:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 01:37:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 01:37:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 01:37:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 01:37:27 Fetched 23.8 MB in 0s (0 B/s) 01:37:27 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:37:27 Fetched 96.5 kB in 0s (0 B/s) 01:37:27 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:37:27 Fetched 279 kB in 0s (0 B/s) 01:37:27 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:37:27 Fetched 122 kB in 0s (0 B/s) 01:37:27 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:37:27 Fetched 77.8 kB in 0s (0 B/s) 01:37:27 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:37:27 Fetched 8848 B in 0s (0 B/s) 01:37:27 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:37:27 Fetched 47.8 kB in 0s (0 B/s) 01:37:27 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:37:27 Fetched 45.6 kB in 0s (0 B/s) 01:37:27 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:37:27 Fetched 15.0 kB in 0s (0 B/s) 01:37:27 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:37:27 Fetched 214 kB in 0s (0 B/s) 01:37:27 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:37:27 Fetched 155 kB in 0s (0 B/s) 01:37:27 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:37:27 Fetched 50.6 kB in 0s (0 B/s) 01:37:27 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:37:27 Fetched 14.8 kB in 0s (0 B/s) 01:37:27 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:37:27 Fetched 41.8 kB in 0s (0 B/s) 01:37:27 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:37:27 Fetched 499 kB in 0s (0 B/s) 01:37:27 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:37:27 Fetched 111 kB in 0s (0 B/s) 01:37:27 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:37:27 Fetched 240 kB in 0s (0 B/s) 01:37:27 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:37:27 Fetched 29.3 kB in 0s (0 B/s) 01:37:27 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:37:27 Fetched 85.5 kB in 0s (0 B/s) 01:37:27 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:37:27 Fetched 24.5 kB in 0s (0 B/s) 01:37:27 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:37:27 Fetched 49.2 kB in 0s (0 B/s) 01:37:27 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:37:27 Fetched 54.2 kB in 0s (0 B/s) 01:37:27 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:37:27 Fetched 30.8 kB in 0s (0 B/s) 01:37:27 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:37:27 Fetched 17.0 kB in 0s (0 B/s) 01:37:27 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:37:27 Fetched 85.9 kB in 0s (0 B/s) 01:37:27 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:37:27 Fetched 8720 B in 0s (0 B/s) 01:37:27 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:37:27 Fetched 137 kB in 0s (0 B/s) 01:37:27 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:37:27 Fetched 119 kB in 0s (0 B/s) 01:37:27 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:37:27 Fetched 109 kB in 0s (0 B/s) 01:37:27 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:37:27 Fetched 11.1 kB in 0s (0 B/s) 01:37:27 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:37:27 Fetched 645 kB in 0s (0 B/s) 01:37:27 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:37:27 Fetched 41.3 kB in 0s (0 B/s) 01:37:27 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:37:27 Fetched 17.9 kB in 0s (0 B/s) 01:37:27 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:37:27 Fetched 368 kB in 0s (0 B/s) 01:37:27 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:37:27 Fetched 187 kB in 0s (0 B/s) 01:37:27 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:37:27 Fetched 175 kB in 0s (0 B/s) 01:37:27 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:37:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:37:27 ---> b6829bb72e2a 01:37:27 Step 3/23 : WORKDIR /edgex-go 01:37:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:37:27 ---> b6829bb72e2a 01:37:27 Step 3/24 : WORKDIR /edgex-go 01:37:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:37:27 ---> b6829bb72e2a 01:37:27 Step 3/26 : WORKDIR /edgex-go 01:37:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:37:27 ---> b6829bb72e2a 01:37:27 Step 3/21 : WORKDIR /edgex-go 01:37:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:37:27 ---> b6829bb72e2a 01:37:27 Step 3/22 : WORKDIR /edgex-go 01:37:27 ---> Running in 409f8cb01e9d 01:37:27 ---> Running in 2a1ac73af282 01:37:27 ---> Running in 97b4da2e9751 01:37:27 ---> Running in 01690db16e1f 01:37:27 ---> Running in 92fbc7e013f8 01:37:27 Removing intermediate container 2a1ac73af282 01:37:27 ---> 7f5cf6bbfd14 01:37:27 Removing intermediate container 01690db16e1f 01:37:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 57e1caeae3f0 01:37:27 Removing intermediate container 92fbc7e013f8 01:37:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:27 01:37:27 ---> 9e189a600370 01:37:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:27 Removing intermediate container 97b4da2e9751 01:37:27 ---> 5cc53cd7c48a 01:37:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:27 Removing intermediate container 409f8cb01e9d 01:37:27 ---> 644ef2058e89 01:37:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:27 ---> Running in 30822051df51 01:37:27 ---> Running in 91e74a419caf 01:37:27 ---> Running in 24f5d9d9a6a1 01:37:27 ---> Running in 2c35dcacd834 01:37:27 ---> Running in ddc25cbd0df4 01:37:27 Removing intermediate container 91e74a419caf 01:37:27 ---> 5668fe04d891 01:37:27 Step 5/26 : RUN apk add --update --no-cache make bash git 01:37:27 Removing intermediate container ddc25cbd0df4 01:37:27 ---> 45f3f7f0a9bf 01:37:27 Step 5/21 : RUN apk add --update --no-cache make git 01:37:27 ---> Running in 70dc574942b7 01:37:27 Removing intermediate container 30822051df51 01:37:27 ---> 6173ab00f666 01:37:27 Step 5/23 : RUN apk add --update --no-cache make git 01:37:27 Removing intermediate container 2c35dcacd834 01:37:27 ---> f36dd540c337 01:37:27 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:37:27 ---> Running in 01f4e88b02a4 01:37:27 Removing intermediate container 24f5d9d9a6a1 01:37:27 ---> fe15314183e6 01:37:27 Step 5/24 : RUN apk add --update --no-cache make git 01:37:27 ---> Running in 9ee6d45fc3e5 01:37:27 ---> Running in fd5e895177e6 01:37:27 ---> Running in 1d5f8dedb943 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:27 OK: 217 MiB in 51 packages 01:37:27 OK: 217 MiB in 51 packages 01:37:27 OK: 217 MiB in 51 packages 01:37:27 OK: 217 MiB in 51 packages 01:37:27 OK: 217 MiB in 51 packages 01:37:28 Removing intermediate container 70dc574942b7 01:37:28 ---> 317cdbb0fa96 01:37:28 Step 6/26 : COPY go.mod . 01:37:28 Removing intermediate container 01f4e88b02a4 01:37:28 ---> ead3d1c5dace 01:37:28 Step 6/21 : COPY go.mod . 01:37:29 Removing intermediate container fd5e895177e6 01:37:29 ---> 8f0475271367 01:37:29 Step 6/22 : COPY go.mod . 01:37:29 ---> e0bbd5386891 01:37:29 Step 7/26 : RUN go mod download 01:37:29 Removing intermediate container 1d5f8dedb943 01:37:29 ---> a5c27a778b9c 01:37:29 Step 6/24 : COPY go.mod . 01:37:29 Removing intermediate container 9ee6d45fc3e5 01:37:29 ---> 922c7f94b5ca 01:37:29 Step 6/23 : COPY go.mod . 01:37:29 ---> Running in 4d4ed0fd2e4e 01:37:29 ---> 5dd79090f980 01:37:29 Step 7/21 : RUN go mod download 01:37:30 Fetched 206 kB in 0s (0 B/s) 01:37:30 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:37:30 Fetched 1301 kB in 0s (0 B/s) 01:37:30 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:37:30 Fetched 36.2 kB in 0s (0 B/s) 01:37:30 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:37:30 Fetched 159 kB in 0s (0 B/s) 01:37:30 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:37:30 Fetched 107 kB in 0s (0 B/s) 01:37:30 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:37:30 Fetched 48.7 kB in 0s (0 B/s) 01:37:30 Pulling static-packages 01:37:30 ---> Running in c85e9d12d79c 01:37:30 ---> 3f786817e27e 01:37:30 Step 7/22 : RUN go mod download 01:37:30 ---> d84834fe30ce 01:37:30 Step 7/24 : RUN go mod download 01:37:30 ---> Running in ae835dc28e46 01:37:30 ---> Running in 22519bf8ff07 01:37:30 'go115' has dependencies that need to be staged: static-packages go-build-helper 01:37:30 Skipping pull go-build-helper (already ran) 01:37:30 Skipping pull static-packages (already ran) 01:37:30 Building go-build-helper 01:37:30 ---> 1eb3893f886f 01:37:30 Step 7/23 : RUN go mod download 01:37:30 ---> Running in 1e56bedd94d0 01:37:33 Removing intermediate container 4d4ed0fd2e4e 01:37:33 ---> 82675bdb5449 01:37:33 Step 8/26 : COPY . . 01:37:34 Removing intermediate container c85e9d12d79c 01:37:34 ---> 7856134ade52 01:37:34 Step 8/21 : COPY . . 01:37:35 Building static-packages 01:37:36 Removing intermediate container ae835dc28e46 01:37:36 ---> f3bd4cccafda 01:37:36 Step 8/22 : COPY . . 01:37:36 Removing intermediate container 1e56bedd94d0 01:37:36 ---> b5eedf3e779c 01:37:36 Step 8/23 : COPY . . 01:37:36 Removing intermediate container 22519bf8ff07 01:37:36 ---> 60939f33ea8d 01:37:36 Step 8/24 : COPY . . 01:37:36 Staging go-build-helper 01:37:36 Staging static-packages 01:37:38 Pulling go115 01:37:38 'edgex-go' has dependencies that need to be staged: go115 01:37:38 Skipping pull go115 (already ran) 01:37:38 Building go115 01:37:38 % Total % Received % Xferd Average Speed Time Time Time Current 01:37:38 Dload Upload Total Spent Left Speed 01:37:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 115M 26 30.9M 0 0 37.1M 0 0:00:03 --:--:-- 0:00:03 37.1M 68 115M 68 78.8M 0 0 43.0M 0 0:00:02 0:00:01 0:00:01 43.0M 100 115M 100 115M 0 0 45.3M 0 0:00:02 0:00:02 --:--:-- 45.3M 01:37:42 go1.15.2.linux-amd64.tar.gz: OK 01:37:46 Staging go115 01:37:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:37:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:37:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:37:51 Fetched 0 B in 0s (0 B/s) 01:37:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:37:51 Fetched 224 kB in 0s (0 B/s) 01:37:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:37:51 Fetched 157 kB in 0s (0 B/s) 01:37:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:37:51 Fetched 221 kB in 0s (0 B/s) 01:37:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:37:51 Fetched 143 kB in 0s (0 B/s) 01:37:51 Pulling edgex-go 01:37:51 Pulling version 01:37:53 Building config-common 01:37:55 Skipping build go-build-helper (already ran) 01:37:55 Skipping build static-packages (already ran) 01:37:55 Skipping build go115 (already ran) 01:37:55 Building edgex-go 01:37:55 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 01:37:56 go: downloading github.com/gorilla/mux v1.8.0 01:37:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.72 01:37:56 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:37:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 01:37:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:37:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:37:56 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 01:37:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:37:56 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 01:37:56 go: downloading github.com/pelletier/go-toml v1.2.0 01:37:56 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 01:37:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 01:37:56 go: downloading github.com/google/uuid v1.1.5 01:37:56 go: downloading github.com/imdario/mergo v0.3.11 01:37:56 go: downloading github.com/pkg/errors v0.8.1 01:37:56 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:37:56 go: downloading github.com/x448/float16 v0.8.4 01:37:56 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 01:37:56 go: downloading github.com/BurntSushi/toml v0.3.1 01:37:56 go: downloading github.com/hashicorp/consul/api v1.1.0 01:37:56 go: downloading gopkg.in/yaml.v2 v2.4.0 01:37:56 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:37:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:37:56 go: downloading github.com/pebbe/zmq4 v1.2.2 01:37:56 go: downloading github.com/go-kit/kit v0.8.0 01:37:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:37:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:37:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:37:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:37:56 go: downloading github.com/hashicorp/serf v0.8.2 01:37:56 go: downloading github.com/leodido/go-urn v1.2.0 01:37:56 go: downloading github.com/go-playground/universal-translator v0.17.0 01:37:56 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:37:56 go: downloading github.com/mitchellh/copystructure v1.0.0 01:37:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:37:56 go: downloading github.com/go-playground/locales v0.13.0 01:37:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:37:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:37:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:37:56 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:37:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:38:03 ---> caaf487a9e55 01:38:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:38:03 ---> f9a9a934c957 01:38:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:38:03 ---> e956b2bc82ed 01:38:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:38:03 ---> 99582d489375 01:38:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:38:03 ---> Running in 65184063cd44 01:38:03 ---> Running in 005aace31cc4 01:38:03 ---> Running in d691b66a79b2 01:38:03 ---> Running in 2a430a8e6ac0 01:38:03 ---> 60f1ab85801e 01:38:03 Step 9/23 : RUN make cmd/core-command/core-command 01:38:03 ---> Running in 3e70fa6b5e32 01:38:03 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 01:38:03 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 01:38:03 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 01:38:03 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 01:38:03 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 01:38:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:38:07 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 01:38:08 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 01:38:09 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 01:38:10 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 01:38:10 go: downloading github.com/stretchr/testify v1.6.1 01:38:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:38:10 go: downloading github.com/pmezard/go-difflib v1.0.0 01:38:10 go: downloading github.com/davecgh/go-spew v1.1.1 01:38:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:38:11 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:38:11 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:38:13 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 01:38:13 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:38:15 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 01:38:15 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 01:38:16 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 01:38:16 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:38:17 go: downloading github.com/lib/pq v1.9.0 01:38:20 Building version 01:38:21 Staging config-common 01:38:22 Skipping stage go-build-helper (already ran) 01:38:22 Skipping stage static-packages (already ran) 01:38:22 Skipping stage go115 (already ran) 01:38:22 Staging edgex-go 01:38:23 Staging version 01:38:24 Priming config-common 01:38:25 Priming go-build-helper 01:38:26 Priming static-packages 01:38:28 Priming go115 01:38:29 Priming edgex-go 01:38:30 Priming version 01:38:31 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] } 01:39:24 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 01:39:24 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 01:39:37 Removing intermediate container 2a430a8e6ac0 01:39:37 ---> 16f2bf8d5b8a 01:39:37 01:39:37 Step 10/24 : FROM alpine:3.12 01:39:37 3.12: Pulling from library/alpine 01:39:37 Removing intermediate container 005aace31cc4 01:39:37 ---> eeb1814f9ccb 01:39:37 01:39:37 Step 10/22 : FROM alpine:3.12 01:39:37 Removing intermediate container 65184063cd44 01:39:37 ---> 6908f73d5989 01:39:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:39:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:39:37 3.12: Pulling from library/alpine 01:39:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:39:37 Status: Downloaded newer image for alpine:3.12 01:39:37 Status: Downloaded newer image for alpine:3.12 01:39:37 ---> afeebe901d6b 01:39:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:39:37 ---> afeebe901d6b 01:39:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:39:37 Removing intermediate container d691b66a79b2 01:39:37 ---> 3de63bfb7d05 01:39:37 01:39:37 Step 10/21 : FROM alpine:3.12 01:39:37 ---> afeebe901d6b 01:39:37 Step 11/21 : RUN apk add --update --no-cache curl 01:39:37 Removing intermediate container 3e70fa6b5e32 01:39:37 ---> bb19e6e38cda 01:39:37 01:39:37 Step 10/23 : FROM alpine:3.12 01:39:37 ---> afeebe901d6b 01:39:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:39:37 ---> Running in dda4240e9bdd 01:39:38 ---> Running in d31750c9c839 01:39:38 ---> Running in 7339fc323d13 01:39:38 ---> Running in 95f4dcd6b5d3 01:39:38 ---> Running in 4ac264d42be7 01:39: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 01:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:39:41 (1/4) Installing ca-certificates (20191127-r4) 01:39:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:39:41 (3/4) Installing libcurl (7.69.1-r3) 01:39:41 (4/4) Installing curl (7.69.1-r3) 01:39:41 Executing busybox-1.31.1-r19.trigger 01:39:41 (1/5) Installing ca-certificates (20191127-r4) 01:39:41 Executing ca-certificates-20191127-r4.trigger 01:39:41 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:39:41 (3/5) Installing libcurl (7.69.1-r3) 01:39:41 (1/2) Installing ca-certificates (20191127-r4) 01:39:41 (4/5) Installing curl (7.69.1-r3) 01:39:41 (5/5) Installing dumb-init (1.2.2-r1) 01:39:41 Executing busybox-1.31.1-r19.trigger 01:39:41 (1/1) Installing dumb-init (1.2.2-r1) 01:39:41 Executing ca-certificates-20191127-r4.trigger 01:39:41 Executing busybox-1.31.1-r19.trigger 01:39:41 OK: 7 MiB in 18 packages 01:39:41 (2/2) Installing dumb-init (1.2.2-r1) 01:39:41 Executing busybox-1.31.1-r19.trigger 01:39:41 OK: 5 MiB in 15 packages 01:39:41 Executing ca-certificates-20191127-r4.trigger 01:39:42 OK: 7 MiB in 19 packages 01:39:42 OK: 6 MiB in 16 packages 01:39:44 Removing intermediate container 4ac264d42be7 01:39:44 ---> 8fa28ae7dcca 01:39:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:39:44 ---> Running in 7a04f165f47c 01:39:45 Removing intermediate container d31750c9c839 01:39:45 ---> 43469c9d4363 01:39:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:39:45 Removing intermediate container dda4240e9bdd 01:39:45 ---> b690827301ea 01:39:45 01:39:45 Step 11/26 : FROM docker:20.10.0 01:39:45 Removing intermediate container 95f4dcd6b5d3 01:39:45 ---> 0077cb50c74a 01:39:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:39:45 20.10.0: Pulling from library/docker 01:39:45 ---> Running in 27d88af20bb4 01:39:45 Removing intermediate container 7a04f165f47c 01:39:45 ---> 1ff546afa41c 01:39:45 Step 13/23 : ENV APP_PORT=48082 01:39:45 Removing intermediate container 7339fc323d13 01:39:45 ---> 34afba935818 01:39:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:39:45 ---> Running in 974254582d98 01:39:46 ---> Running in aaf3d965c4fa 01:39:46 ---> Running in 402a70d51d19 01:39:46 Removing intermediate container 27d88af20bb4 01:39:46 ---> 142681b02399 01:39:46 Step 13/21 : WORKDIR /edgex 01:39:46 ---> Running in 959264f2829b 01:39:46 Removing intermediate container 974254582d98 01:39:46 ---> 7eea774bccc9 01:39:46 Step 13/24 : WORKDIR / 01:39:47 Removing intermediate container aaf3d965c4fa 01:39:47 ---> d547abbfefce 01:39:47 Step 14/23 : EXPOSE $APP_PORT 01:39:47 Removing intermediate container 402a70d51d19 01:39:47 ---> 696ed733c639 01:39:47 Step 13/22 : ENV APP_PORT=48060 01:39:47 ---> Running in 5d6e4c094287 01:39:47 ---> Running in b4e11d24ba5e 01:39:47 ---> Running in 75770f84e539 01:39:47 Removing intermediate container 959264f2829b 01:39:47 ---> b7c104e80850 01:39:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:39:48 Removing intermediate container b4e11d24ba5e 01:39:48 ---> a3642b225892 01:39:48 Step 15/23 : WORKDIR / 01:39:48 Removing intermediate container 5d6e4c094287 01:39:48 ---> db1a00ad9a32 01:39:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:39:48 ---> Running in 6fba583051d4 01:39:48 Removing intermediate container 75770f84e539 01:39:48 ---> d839a2302fc1 01:39:48 Step 14/22 : EXPOSE $APP_PORT 01:39:48 ---> d63da3d33469 01:39:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:39:48 ---> Running in c01a969534fb 01:39:49 Removing intermediate container 6fba583051d4 01:39:49 ---> bc28803f3fa9 01:39:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:49 Removing intermediate container c01a969534fb 01:39:49 ---> 09fe5e1742cc 01:39:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:50 ---> 5166c1c0576f 01:39: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 01:39:50 ---> f0aec50bc8ec 01:39:50 ---> 5d88052ad839 01:39:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:39:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:39:51 ---> 36023cdc8a84 01:39:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:39:51 ---> f200a053816c 01:39:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:39:54 ---> 774f2614be91 01:39:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:39:54 ---> 3d166396c44c 01:39:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:39:54 ---> d70905e609aa 01:39:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:39:54 ---> e2f933f60742 01:39:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:39:55 ---> Running in f57808b47b4e 01:39:56 ---> d1ca14f6e964 01:39:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:39:56 ---> c9ef8eca6ff2 01:39:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:39:56 ---> a1d7fe916cce 01:39:56 Step 19/23 : ENTRYPOINT ["/core-command"] 01:39:56 ---> Running in 67bfc9a5648c 01:39:56 Removing intermediate container f57808b47b4e 01:39:56 ---> acb9c5ab23c6 01:39:56 Step 18/21 : CMD ["--init=true"] 01:39:56 ---> Running in 99c53c5d1bde 01:39:57 ---> Running in ed83a5a404d6 01:39:57 Removing intermediate container 67bfc9a5648c 01:39:57 ---> e68f94030477 01:39:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:39:57 ---> Running in 9e67156bcd9c 01:39:57 Removing intermediate container 99c53c5d1bde 01:39:57 ---> c5419b0ef8e8 01:39:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:39:57 ---> b4b13a1b0081 01:39:57 Removing intermediate container ed83a5a404d6 01:39:57 ---> 7d4c3ac599e8 01:39:57 Step 19/21 : LABEL arch=arm64 01:39:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:39:57 ---> Running in 660c74b7d725 01:39:57 ---> Running in 62052349da6b 01:39:58 Removing intermediate container 9e67156bcd9c 01:39:58 ---> 695f50ffa5b3 01:39:58 Step 20/22 : LABEL arch=arm64 01:39:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:39:58 Status: Downloaded newer image for docker:20.10.0 01:39:58 ---> eeaf43b92773 01:39:58 Step 12/26 : RUN apk add --no-cache bash 01:39:58 ---> Running in 69df43ee93d2 01:39:58 ---> Running in f7b34a8c7545 01:39:58 Removing intermediate container 660c74b7d725 01:39:58 ---> f20a2aa0f5bb 01:39:58 Step 21/23 : LABEL arch=arm64 01:39:58 Removing intermediate container 62052349da6b 01:39:58 ---> 8a8ef5e7a774 01:39:58 Step 20/21 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:39:58 ---> Running in 494453f5d6ed 01:39:59 ---> 25cec57cb02d 01:39:59 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 01:39:59 ---> Running in 8b33a97c42c2 01:39:59 Removing intermediate container 69df43ee93d2 01:39:59 ---> 96f9dd7ebf64 01:39:59 Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:39:59 ---> Running in 189487b161eb 01:40:00 ---> Running in 1733ebc23296 01:40:00 Removing intermediate container 494453f5d6ed 01:40:00 ---> b92f315f00eb 01:40:00 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:40:00 ---> Running in 0bf3d49fafc1 01:40:00 Removing intermediate container 8b33a97c42c2 01:40:00 ---> 7787740169d6 01:40:00 Step 21/21 : LABEL version=0.0.0 01:40:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:40:00 ---> Running in 834324ca762e 01:40:00 Removing intermediate container 1733ebc23296 01:40:00 ---> eef7abbad9cd 01:40:00 Step 22/22 : LABEL version=0.0.0 01:40:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:40:00 Removing intermediate container 0bf3d49fafc1 01:40:00 ---> a7b2f333330c 01:40:00 Step 23/23 : LABEL version=0.0.0 01:40:00 ---> Running in 410a86a21b2c 01:40:00 ---> Running in 35f185227e63 01:40:00 Removing intermediate container 834324ca762e 01:40:00 ---> 8153b22e093f 01:40:00 01:40:00 (1/2) Installing readline (8.0.4-r0) 01:40:00 (2/2) Installing bash (5.0.17-r0) 01:40:00 Executing bash-5.0.17-r0.post-install 01:40:00 Executing busybox-1.31.1-r19.trigger 01:40:00 OK: 12 MiB in 22 packages 01:40:01 Removing intermediate container 410a86a21b2c 01:40:01 ---> 81105fdcd11d 01:40:01 01:40:01 Successfully built 8153b22e093f 01:40:01 Removing intermediate container 35f185227e63 01:40:01 ---> 4f40d39ac926 01:40:01 01:40:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:40:01 Building docker-support-scheduler-go 01:40:01  Building docker-security-proxy-setup-go ... done Successfully built 81105fdcd11d 01:40:02 Successfully tagged docker-support-notifications-go-arm64:latest 01:40:02 Building docker-core-data-go 01:40:02  Building docker-support-notifications-go ... done Successfully built 4f40d39ac926 01:40:02 Successfully tagged docker-core-command-go-arm64:latest 01:40:02  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 01:40:02 Removing intermediate container 189487b161eb 01:40:02 ---> 9b41cdae845c 01:40:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:40:02 ---> Running in 4170aca01fbe 01:40:02 Removing intermediate container f7b34a8c7545 01:40:02 ---> 0dd47ee73442 01:40:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:40:02 ---> Running in 8e29e14ba40f 01:40:02 Removing intermediate container 4170aca01fbe 01:40:02 ---> 4a1ae1c0927c 01:40:02 Step 22/24 : LABEL arch=arm64 01:40:03 ---> Running in 335a55c37f20 01:40:03 Removing intermediate container 8e29e14ba40f 01:40:03 ---> f2179741e83f 01:40:03 Step 14/26 : ENV APP_PORT=48090 01:40:03 ---> Running in d95a179be3e3 01:40:03 Removing intermediate container 335a55c37f20 01:40:03 ---> d831601951e1 01:40:03 Step 23/24 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:40:03 ---> Running in 092f92473d65 01:40:03 Removing intermediate container d95a179be3e3 01:40:03 ---> 2db689a2a058 01:40:03 Step 15/26 : EXPOSE $APP_PORT 01:40:04 ---> Running in d0faec1ad915 01:40:04 Removing intermediate container 092f92473d65 01:40:04 ---> 667e393693be 01:40:04 Step 24/24 : LABEL version=0.0.0 01:40:04 ---> Running in 0681144a3539 01:40:04 Removing intermediate container d0faec1ad915 01:40:04 ---> 7067462e7823 01:40:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:40:05 Removing intermediate container 0681144a3539 01:40:05 ---> f9a9b461285f 01:40:05 01:40:05 Successfully built f9a9b461285f 01:40:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:40:05  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 01:40:06 ---> 97327f6fc326 01:40:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:40:08 ---> a10c7bea90be 01:40:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:40:10 ---> 204f6d56b0de 01:40:10 Step 19/26 : RUN apk --no-cache add py3-pip 01:40:11 ---> Running in a9417466ea29 01:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:40:13 (1/33) Installing libbz2 (1.0.8-r1) 01:40:13 (2/33) Installing expat (2.2.9-r1) 01:40:13 (3/33) Installing libffi (3.3-r2) 01:40:13 (4/33) Installing gdbm (1.13-r1) 01:40:13 (5/33) Installing xz-libs (5.2.5-r0) 01:40:13 (6/33) Installing sqlite-libs (3.32.1-r0) 01:40:13 (7/33) Installing python3 (3.8.5-r0) 01:40:15 (8/33) Installing py3-appdirs (1.4.4-r1) 01:40:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:40:15 (10/33) Installing py3-parsing (2.4.7-r0) 01:40:15 (11/33) Installing py3-six (1.15.0-r0) 01:40:15 (12/33) Installing py3-packaging (20.4-r0) 01:40:15 (13/33) Installing py3-setuptools (47.0.0-r0) 01:40:15 (14/33) Installing py3-chardet (3.0.4-r4) 01:40:15 (15/33) Installing py3-idna (2.9-r0) 01:40:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:40:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:40:15 (18/33) Installing py3-requests (2.23.0-r0) 01:40:15 (19/33) Installing py3-msgpack (1.0.0-r0) 01:40:15 (20/33) Installing py3-lockfile (0.12.2-r3) 01:40:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:40:15 (22/33) Installing py3-colorama (0.4.3-r0) 01:40:15 (23/33) Installing py3-distlib (0.3.0-r0) 01:40:15 (24/33) Installing py3-distro (1.5.0-r1) 01:40:15 (25/33) Installing py3-webencodings (0.5.1-r3) 01:40:15 (26/33) Installing py3-html5lib (1.0.1-r4) 01:40:15 (27/33) Installing py3-pytoml (0.1.21-r0) 01:40:15 (28/33) Installing py3-pep517 (0.8.2-r0) 01:40:15 (29/33) Installing py3-progress (1.5-r0) 01:40:15 (30/33) Installing py3-toml (0.10.1-r0) 01:40:15 (31/33) Installing py3-retrying (1.3.3-r0) 01:40:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:40:15 (33/33) Installing py3-pip (20.1.1-r0) 01:40:15 Executing busybox-1.31.1-r19.trigger 01:40:15 OK: 71 MiB in 55 packages 01:40:26 Removing intermediate container a9417466ea29 01:40:26 ---> 2dc7460df925 01:40:26 Step 20/26 : RUN pip install docker-compose==1.23.2 01:40:26 ---> Running in 63321b607c50 01:40:31 Collecting docker-compose==1.23.2 01:40:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:40:32 Collecting jsonschema<3,>=2.5.1 01:40:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:40:32 Collecting docopt<0.7,>=0.6.1 01:40:32 Downloading docopt-0.6.2.tar.gz (25 kB) 01:40:35 Collecting texttable<0.10,>=0.9.0 01:40:35 Downloading texttable-0.9.1.tar.gz (11 kB) 01:40:37 Collecting websocket-client<1.0,>=0.32.0 01:40:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:40:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:40:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:40:40 Collecting PyYAML<4,>=3.10 01:40:40 Downloading PyYAML-3.13.tar.gz (270 kB) 01:40:43 Collecting dockerpty<0.5,>=0.4.1 01:40:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:40:46 Collecting cached-property<2,>=1.2.0 01:40:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:40:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:40:47 Collecting docker<4.0,>=3.6.0 01:40:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:40:47 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) 01:40:48 Collecting urllib3<1.25,>=1.21.1 01:40:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:40:48 Collecting idna<2.8,>=2.5 01:40:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:40:48 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) 01:40:49 Collecting docker-pycreds>=0.4.0 01:40:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:40:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:40:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:40:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:40:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:40:50 Installing collected packages: jsonschema, docopt, texttable, websocket-client, urllib3, idna, requests, PyYAML, dockerpty, cached-property, docker-pycreds, docker, docker-compose 01:40:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:40:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:40:50 ---> b6829bb72e2a 01:40:50 Step 3/22 : WORKDIR /edgex-go 01:40:50 ---> Using cache 01:40:50 ---> 644ef2058e89 01:40:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:50 ---> Using cache 01:40:50 ---> fe15314183e6 01:40:50 Step 5/22 : RUN apk add --update --no-cache make git 01:40:50 ---> Using cache 01:40:50 ---> a5c27a778b9c 01:40:50 Step 6/22 : COPY go.mod . 01:40:50 ---> Using cache 01:40:50 ---> d84834fe30ce 01:40:50 Step 7/22 : RUN go mod download 01:40:50 ---> Using cache 01:40:50 ---> 60939f33ea8d 01:40:50 Step 8/22 : COPY . . 01:40:50 ---> Using cache 01:40:50 ---> 99582d489375 01:40:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:40:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:40:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:40:50 ---> b6829bb72e2a 01:40:50 Step 3/23 : WORKDIR /edgex-go 01:40:50 ---> Using cache 01:40:50 ---> 644ef2058e89 01:40:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:50 ---> Using cache 01:40:50 ---> fe15314183e6 01:40:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:40:50 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:40:50 Step 2/33 : FROM ${BUILDER_BASE} AS builder 01:40:50 ---> b6829bb72e2a 01:40:50 Step 3/33 : WORKDIR /edgex-go 01:40:50 ---> Using cache 01:40:50 ---> 644ef2058e89 01:40:50 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:50 ---> Using cache 01:40:50 ---> fe15314183e6 01:40:50 Step 5/33 : RUN apk add --update --no-cache make git 01:40:50 ---> Using cache 01:40:50 ---> a5c27a778b9c 01:40:50 Step 6/33 : COPY go.mod . 01:40:50 ---> Using cache 01:40:50 ---> d84834fe30ce 01:40:50 Step 7/33 : RUN go mod download 01:40:50 ---> Using cache 01:40:50 ---> 60939f33ea8d 01:40:50 Step 8/33 : COPY . . 01:40:50 ---> Using cache 01:40:50 ---> 99582d489375 01:40:50 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:40:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:40:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:40:51 ---> b6829bb72e2a 01:40:51 Step 3/23 : WORKDIR /edgex-go 01:40:51 ---> Using cache 01:40:51 ---> 644ef2058e89 01:40:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:51 ---> Using cache 01:40:51 ---> fe15314183e6 01:40:51 Step 5/23 : RUN apk add --update --no-cache make git 01:40:51 ---> Using cache 01:40:51 ---> a5c27a778b9c 01:40:51 Step 6/23 : COPY go.mod . 01:40:51 ---> Using cache 01:40:51 ---> d84834fe30ce 01:40:51 Step 7/23 : RUN go mod download 01:40:51 ---> Using cache 01:40:51 ---> 60939f33ea8d 01:40:51 Step 8/23 : COPY . . 01:40:51 ---> Using cache 01:40:51 ---> 99582d489375 01:40:51 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:40:51 Running setup.py install for docopt: started 01:40:53 Running setup.py install for docopt: finished with status 'done' 01:40:53 Running setup.py install for texttable: started 01:40:55 Running setup.py install for texttable: finished with status 'done' 01:40:55 Attempting uninstall: urllib3 01:40:55 Found existing installation: urllib3 1.25.9 01:40:55 Uninstalling urllib3-1.25.9: 01:40:55 ---> Running in 0a59ee961869 01:40:55 ---> Running in afeaeb0ab60f 01:40:55 ---> Running in d725b2e354f8 01:40:55 ---> Running in 1893a4900b8d 01:40:55 Successfully uninstalled urllib3-1.25.9 01:40:56 Attempting uninstall: idna 01:40:56 Found existing installation: idna 2.9 01:40:56 Uninstalling idna-2.9: 01:40:56 Successfully uninstalled idna-2.9 01:40:57 Attempting uninstall: requests 01:40:57 Found existing installation: requests 2.23.0 01:40:57 Uninstalling requests-2.23.0: 01:40:57 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 01:40:57 Successfully uninstalled requests-2.23.0 01:40:58 Running setup.py install for PyYAML: started 01:40:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:40:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:40:58 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 01:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:41:01 OK: 217 MiB in 51 packages 01:41:02 Running setup.py install for PyYAML: finished with status 'done' 01:41:02 Running setup.py install for dockerpty: started 01:41:02 Removing intermediate container 0a59ee961869 01:41:02 ---> 7cc4c7f3f357 01:41:02 Step 6/23 : COPY go.mod . 01:41:04 ---> 4fc1aa2ac86b 01:41:04 Step 7/23 : RUN go mod download 01:41:04 ---> Running in 940c9985f17b 01:41:05 Running setup.py install for dockerpty: finished with status 'done' 01:41:08 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 01:41:08 Removing intermediate container 940c9985f17b 01:41:08 ---> d03a3d06f618 01:41:08 Step 8/23 : COPY . . 01:41:15 Removing intermediate container 63321b607c50 01:41:15 ---> 45e4ab1f51d4 01:41:15 Step 21/26 : RUN apk --no-cache add curl 01:41:16 ---> Running in ecbb1003be74 01:41:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:41:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:41:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:41:20 (2/3) Installing libcurl (7.69.1-r3) 01:41:20 (3/3) Installing curl (7.69.1-r3) 01:41:20 Executing busybox-1.31.1-r19.trigger 01:41:20 OK: 71 MiB in 58 packages 01:41:23 Removing intermediate container ecbb1003be74 01:41:23 ---> 5f1a83521ee2 01:41:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:41:23 ---> Running in e89c8272a0fa 01:41:25 Removing intermediate container e89c8272a0fa 01:41:25 ---> e9b91f2dfaa9 01:41:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:41:25 ---> Running in 7cd7ab3e48e5 01:41:27 Removing intermediate container 7cd7ab3e48e5 01:41:27 ---> b7a9d7475f92 01:41:27 Step 24/26 : LABEL arch=arm64 01:41:27 ---> Running in d79b717e852a 01:41:28 Removing intermediate container d79b717e852a 01:41:28 ---> 4ddb9e0ebddc 01:41:28 Step 25/26 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:41:28 ---> 0a0dc49cdcc2 01:41:28 Step 9/23 : RUN make cmd/core-data/core-data 01:41:29 ---> Running in e412cc69efed 01:41:30 ---> Running in 16c1814d27eb 01:41:32 Removing intermediate container e412cc69efed 01:41:32 ---> f0c814a6a6f4 01:41:32 Step 26/26 : LABEL version=0.0.0 01:41:32 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 01:41:33 ---> Running in 6a4b59b7d685 01:41:35 Removing intermediate container 6a4b59b7d685 01:41:35 ---> 38ea24846ebd 01:41:35 01:41:35 Successfully built 38ea24846ebd 01:41:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:42:14  Building docker-sys-mgmt-agent-go ... done 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 01:42:23 Removing intermediate container d725b2e354f8 01:42:23 ---> 3b7ee00a51dd 01:42:23 01:42:23 Step 10/22 : FROM alpine:3.12 01:42:23 ---> afeebe901d6b 01:42:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:42:23 ---> Using cache 01:42:23 ---> 8fa28ae7dcca 01:42:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:42:23 ---> Using cache 01:42:23 ---> 1ff546afa41c 01:42:23 Step 13/22 : ENV APP_PORT=48085 01:42:23 ---> Running in 482efbafd8de 01:42:23 Removing intermediate container 482efbafd8de 01:42:23 ---> 2ac1dfb982aa 01:42:23 Step 14/22 : EXPOSE $APP_PORT 01:42:23 ---> Running in 09268d84a6b8 01:42:24 Removing intermediate container 09268d84a6b8 01:42:24 ---> 2c5616cf1d6b 01:42:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:42:25 ---> acfb21a25650 01:42:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:42:27 ---> ffe448147903 01:42:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:42:28 ---> dfba4149f003 01:42:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:42:28 ---> Running in 161d12b60fce 01:42:29 Removing intermediate container 161d12b60fce 01:42:29 ---> 79b035b57cd3 01:42:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:42:29 ---> Running in c5199bd24d83 01:42:31 Removing intermediate container c5199bd24d83 01:42:31 ---> 783465d069fa 01:42:31 Step 20/22 : LABEL arch=arm64 01:42:31 ---> Running in 807995cde29b 01:42:32 Removing intermediate container 807995cde29b 01:42:32 ---> 4ba2f9765843 01:42:32 Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:42:33 ---> Running in 956188cabc19 01:42:33 Removing intermediate container 1893a4900b8d 01:42:33 ---> 625f93e7e057 01:42:33 01:42:33 Step 10/33 : FROM alpine:3.12 01:42:33 ---> afeebe901d6b 01:42:33 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:42:33 ---> Running in b340112b9fa6 01:42:34 Removing intermediate container 956188cabc19 01:42:34 ---> b2b7a2070583 01:42:34 Step 22/22 : LABEL version=0.0.0 01:42:34 ---> Running in 1d5043817d6d 01:42:35 Removing intermediate container 1d5043817d6d 01:42:35 ---> a0546e147308 01:42:35 01:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:42:35 Successfully built a0546e147308 01:42:35 Successfully tagged docker-support-scheduler-go-arm64:latest 01:42:36  Building docker-support-scheduler-go ... done (1/3) Installing dumb-init (1.2.2-r1) 01:42:36 (2/3) Installing openssl (1.1.1i-r0) 01:42:36 (3/3) Installing su-exec (0.2-r1) 01:42:36 Executing busybox-1.31.1-r19.trigger 01:42:36 OK: 6 MiB in 17 packages 01:42:39 Removing intermediate container b340112b9fa6 01:42:39 ---> db239f28e704 01:42:39 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:42:39 ---> Running in 3d528b2d4a47 01:42:40 Removing intermediate container 3d528b2d4a47 01:42:40 ---> d78e65eaec6b 01:42:40 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 01:42:41 ---> Running in aaeba1c6cd21 01:42:42 Removing intermediate container aaeba1c6cd21 01:42:42 ---> 2e734bcd63fb 01:42:42 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 01:42:42 Removing intermediate container afeaeb0ab60f 01:42:42 ---> d62aa4ee6d61 01:42:42 01:42:42 Step 10/23 : FROM alpine:3.12 01:42:42 ---> afeebe901d6b 01:42:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:42:42 ---> Using cache 01:42:42 ---> 8fa28ae7dcca 01:42:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:42:42 ---> Using cache 01:42:42 ---> 1ff546afa41c 01:42:42 Step 13/23 : ENV APP_PORT=48081 01:42:42 ---> Running in d78c37b1204e 01:42:42 ---> Running in 8319e2fde8a7 01:42:44 Removing intermediate container 8319e2fde8a7 01:42:44 ---> 0ae7ef2666e8 01:42:44 Step 14/23 : EXPOSE $APP_PORT 01:42:44 Connecting to github.com (140.82.112.3:443) 01:42:44 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.206.51:443) 01:42:44 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 01:42:44 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 01:42:44 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 01:42:44 dockerize 01:42:45 ---> Running in 9fe08f8b51b8 01:42:47 Removing intermediate container 9fe08f8b51b8 01:42:47 ---> cfbf495d3c0f 01:42:47 Step 15/23 : WORKDIR / 01:42:49 ---> Running in c06077d2d1bf 01:42:49 Removing intermediate container d78c37b1204e 01:42:49 ---> c9a8dac4799f 01:42:49 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 01:42:50 ---> Running in cd652a530813 01:42:51 Removing intermediate container c06077d2d1bf 01:42:51 ---> 38618e4eae29 01:42:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:42:51 Removing intermediate container cd652a530813 01:42:51 ---> ba747b45b1cb 01:42:51 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:42:52 ---> Running in 0ec768bb1d8a 01:42:52 ---> d295a3ec9995 01:42:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:42:53 Removing intermediate container 0ec768bb1d8a 01:42:53 ---> f828c2e703f9 01:42:53 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 01:42:53 ---> Running in 97fc9fd9907f 01:42:54 ---> 222b77c51df1 01:42:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:42:54 ---> de1e73cebcea 01:42:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:42:55 Move dockerize executable 01:42:55 ---> Running in 4cacf015fff9 01:42:56 Removing intermediate container 4cacf015fff9 01:42:56 ---> 2b1895db0a72 01:42:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:42:56 ---> Running in 4dd2606bf5ac 01:42:57 Removing intermediate container 97fc9fd9907f 01:42:57 ---> 412492539d81 01:42:57 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 01:42:57 Removing intermediate container 4dd2606bf5ac 01:42:57 ---> 9dcc3ee1babc 01:42:57 Step 21/23 : LABEL arch=arm64 01:42:57 ---> Running in eec4bbce0d9e 01:42:57 ---> Running in 389478090a56 01:42:58 Removing intermediate container eec4bbce0d9e 01:42:58 ---> 60eb7e064b8f 01:42:58 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:42:58 Removing intermediate container 389478090a56 01:42:58 ---> 4c9ba92b0562 01:42:58 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:42:58 ---> Running in c51c36685ca0 01:42:59 ---> f69cef3cdf86 01:42:59 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:42:59 Removing intermediate container 16c1814d27eb 01:42:59 ---> f9d6e8fb8125 01:42:59 01:42:59 Step 10/23 : FROM alpine:3.12 01:42:59 ---> afeebe901d6b 01:42:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:42:59 ---> Running in 121c878fa3af 01:42:59 ---> Running in 3e392e495b65 01:42:59 Removing intermediate container c51c36685ca0 01:42:59 ---> e12b0535b063 01:42:59 Step 23/23 : LABEL version=0.0.0 01:42:59 ---> Running in 37555a99cdf7 01:43:00 Removing intermediate container 121c878fa3af 01:43:00 ---> 8419c302f2f2 01:43:00 Step 12/23 : ENV APP_PORT=48080 01:43:00 ---> Running in 505f2683dedf 01:43:00 Removing intermediate container 37555a99cdf7 01:43:00 ---> 828512c214b1 01:43:00 01:43:00 Removing intermediate container 505f2683dedf 01:43:00 ---> 0ca53047beff 01:43:00 Step 13/23 : EXPOSE $APP_PORT 01:43:01 Successfully built 828512c214b1 01:43:01 Successfully tagged docker-core-metadata-go-arm64:latest 01:43:01  Building docker-core-metadata-go ... done  ---> Running in 11025e2b849b 01:43:01 Removing intermediate container 11025e2b849b 01:43:01 ---> e2fdd744903e 01:43:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:43:01 ---> Running in 431b6c13612a 01:43:02 Removing intermediate container 3e392e495b65 01:43:02 ---> 81fbcabb932c 01:43:02 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 01:43:03 ---> 356ce90730f1 01:43:03 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:43:04 ---> 9a686a28292a 01:43:04 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:43:04 Removing intermediate container 431b6c13612a 01:43:04 ---> 250f23601605 01:43:04 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:43:04 ---> Running in f661e31b2193 01:43:05 ---> 1d172256a7c5 01:43:05 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:43:06 ---> a67126b5b3a0 01:43:06 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:43:06 ---> d6151c58c0af 01:43:06 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 01:43:07 (1/6) Installing dumb-init (1.2.2-r1) 01:43:07 ---> Running in 47d0c66f009b 01:43:07 (2/6) Installing libgcc (9.3.0-r2) 01:43:07 (3/6) Installing libsodium (1.0.18-r0) 01:43:07 (4/6) Installing libstdc++ (9.3.0-r2) 01:43:08 Removing intermediate container 47d0c66f009b 01:43:08 ---> dbeb68ea6d99 01:43:08 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:43:08 (5/6) Installing libzmq (4.3.3-r0) 01:43:08 (6/6) Installing zeromq (4.3.3-r0) 01:43:08 Executing busybox-1.31.1-r19.trigger 01:43:08 OK: 8 MiB in 20 packages 01:43:08 ---> c200b4c3c413 01:43:08 Step 28/33 : RUN chmod +x /entrypoint.sh 01:43:09 ---> Running in 8c1848fa07a2 01:43:10 Removing intermediate container f661e31b2193 01:43:10 ---> 1ff7e88683a6 01:43:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:43:11 ---> 0597d6ba9b8f 01:43:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:43:12 Removing intermediate container 8c1848fa07a2 01:43:12 ---> 5767b75084af 01:43:12 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 01:43:13 ---> Running in 049c16267118 01:43:13 ---> 25a8f8a7e9df 01:43:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:43:13 Removing intermediate container 049c16267118 01:43:13 ---> 4122bc4082e5 01:43:13 Step 30/33 : CMD ["gate"] 01:43:14 ---> Running in c28cb08c4dfe 01:43:14 ---> 73b177974672 01:43:14 Step 19/23 : ENTRYPOINT ["/core-data"] 01:43:14 ---> Running in 18032b7655fb 01:43:14 Removing intermediate container c28cb08c4dfe 01:43:14 ---> 0bfd3225edec 01:43:14 Step 31/33 : LABEL arch=arm64 01:43:14 Removing intermediate container 18032b7655fb 01:43:14 ---> d0f5a0abbf85 01:43:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:43:15 ---> Running in 11166c12ba19 01:43:15 ---> Running in 4274471dfebe 01:43:16 Removing intermediate container 11166c12ba19 01:43:16 ---> 0fd503f590c4 01:43:16 Step 32/33 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:43:16 Removing intermediate container 4274471dfebe 01:43:16 ---> 68e7cb5acebd 01:43:16 Step 21/23 : LABEL arch=arm64 01:43:16 ---> Running in b1f4168a4377 01:43:16 ---> Running in eccbb08ce4a5 01:43:17 Removing intermediate container b1f4168a4377 01:43:17 ---> c5f667cf3a81 01:43:17 Step 33/33 : LABEL version=0.0.0 01:43:17 Removing intermediate container eccbb08ce4a5 01:43:17 ---> e14ec29da533 01:43:17 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 01:43:17 ---> Running in f2560f47fbcf 01:43:17 ---> Running in 9c113fd12ed6 01:43:18 Removing intermediate container 9c113fd12ed6 01:43:18 ---> e09b859e4baf 01:43:18 Step 23/23 : LABEL version=0.0.0 01:43:18 Removing intermediate container f2560f47fbcf 01:43:18 ---> 7dc6fddb898f 01:43:18 01:43:18 ---> Running in 8ec1259fadb8 01:43:18 Successfully built 7dc6fddb898f 01:43:18 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:43:19  Building docker-security-bootstrapper-go ... done Removing intermediate container 8ec1259fadb8 01:43:19 ---> d97bf54d730c 01:43:19 01:43:19 Successfully built d97bf54d730c 01:43:19 Successfully tagged docker-core-data-go-arm64:latest 01:43:20  Building docker-core-data-go ... done  [Pipeline] } 01:43:20 $ docker stop --time=1 c80d268bfac7c7f8d8902fc727c82ec6b143bc49fe838d6ad1855c9157ae9f8d 01:43:22 $ docker rm -f c80d268bfac7c7f8d8902fc727c82ec6b143bc49fe838d6ad1855c9157ae9f8d [Pipeline] // withDockerContainer [Pipeline] sh 01:43:23 + docker images 01:43:23 + grep docker 01:43:23 docker-core-data-go-arm64 latest d97bf54d730c 5 seconds ago 21MB 01:43:23 docker-security-bootstrapper-go-arm64 latest 7dc6fddb898f 6 seconds ago 40.3MB 01:43:23 docker-core-metadata-go-arm64 latest 828512c214b1 23 seconds ago 17.7MB 01:43:23 docker-support-scheduler-go-arm64 latest a0546e147308 49 seconds ago 15.5MB 01:43:23 docker-sys-mgmt-agent-go-arm64 latest 38ea24846ebd About a minute ago 300MB 01:43:23 docker-security-secretstore-setup-go-arm64 latest f9a9b461285f 3 minutes ago 23.4MB 01:43:23 docker-core-command-go-arm64 latest 4f40d39ac926 3 minutes ago 15.4MB 01:43:23 docker-security-proxy-setup-go-arm64 latest 8153b22e093f 3 minutes ago 23.2MB 01:43:23 docker-support-notifications-go-arm64 latest 81105fdcd11d 3 minutes ago 15.9MB 01:43:23 docker 20.10.0 eeaf43b92773 5 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 01:43:25 provisioning config files... 01:43:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/33@tmp/config6728047317219275287tmp [Pipeline] { [Pipeline] sh 01:43:25 + set +x 01:43:25 + curl -s https://codecov.io/bash 01:43:25 + bash -s -- 01:43:26 01:43:26 _____ _ 01:43:26 / ____| | | 01:43:26 | | ___ __| | ___ ___ _____ __ 01:43:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:43:26 | |___| (_) | (_| | __/ (_| (_) \ V / 01:43:26 \_____\___/ \__,_|\___|\___\___/ \_/ 01:43:26 Bash-20210115-cec3c92 01:43:26 01:43:26 01:43:26 ==> git version 2.24.3 found 01:43:26 ==> 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 01:43:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:43:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:43:26 ==> Jenkins CI detected. 01:43:26 project root: . 01:43:26 --> token set from env 01:43:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:43:26 ==> Running gcov in . (disable via -X gcov) 01:43:26 ==> Python coveragepy not found 01:43:26 ==> Searching for coverage reports in: 01:43:26 + . 01:43:26 -> Found 1 reports 01:43:26 ==> Detecting git/mercurial file structure 01:43:26 ==> Reading reports 01:43:26 + ./coverage.out bytes=561674 01:43:26 ==> Appending adjustments 01:43:26 https://docs.codecov.io/docs/fixing-reports 01:43:29 + Found adjustments 01:43:29 ==> Gzipping contents 01:43:29 84K /tmp/codecov.L9IZjx.gz 01:43:29 ==> Uploading reports 01:43:29 url: https://codecov.io 01:43:29 query: branch=PR-2970&commit=1f38eab69fecf330b5777f72aa361ce32e9b0813&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F33%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 01:43:29 -> Pinging Codecov 01:43:29 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=1f38eab69fecf330b5777f72aa361ce32e9b0813&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F33%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 01:43:30 -> Uploading to 01:43:30 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/00271124DB129430A58F1EEE437C3FCB/1f38eab69fecf330b5777f72aa361ce32e9b0813/bebe88ff-9da5-403f-86e7-779ac42cf927.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T014329Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6be7ea935d421998ddbe8e218ae802e2810f442382a4de631a860ab00b75b2a 01:43:30 % Total % Received % Xferd Average Speed Time Time Time Current 01:43:30 Dload Upload Total Spent Left Speed 01:43:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85219 0 0 100 85219 0 140k --:--:-- --:--:-- --:--:-- 140k 01:43:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] } 01:43:30 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 01:43:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:43:33 ---> package-listing.sh 01:43:33 ++ facter osfamily 01:43:33 ++ tr '[:upper:]' '[:lower:]' 01:43:33 + OS_FAMILY=redhat 01:43:33 + workspace=/w/workspace/edgex-go/33 01:43:33 + START_PACKAGES=/tmp/packages_start.txt 01:43:33 + END_PACKAGES=/tmp/packages_end.txt 01:43:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:43:33 + PACKAGES=/tmp/packages_start.txt 01:43:33 + '[' /w/workspace/edgex-go/33 ']' 01:43:33 + PACKAGES=/tmp/packages_end.txt 01:43:33 + case "${OS_FAMILY}" in 01:43:33 + rpm -qa 01:43:33 + sort 01:43:38 + '[' -f /tmp/packages_start.txt ']' 01:43:38 + '[' -f /tmp/packages_end.txt ']' 01:43:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:43:38 + '[' /w/workspace/edgex-go/33 ']' 01:43:38 + mkdir -p /w/workspace/edgex-go/33/archives/ 01:43:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/33/archives/ [Pipeline] echo 01:43:38 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/33/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:43:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:43:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:43:39 01:43:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:43:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:43:39 alpine: Pulling from edgex-lftools-log-publisher 01:43:39 df20fa9351a1: Pulling fs layer 01:43:39 36b3adc4ff6f: Pulling fs layer 01:43:39 8ad3a11d3b57: Pulling fs layer 01:43:39 46f8f816bc3b: Pulling fs layer 01:43:39 93b61091891f: Pulling fs layer 01:43:39 93b9cdb0e59b: Pulling fs layer 01:43:39 5e14af77c1be: Pulling fs layer 01:43:39 01666e4c0597: Pulling fs layer 01:43:39 aa168da1d23b: Pulling fs layer 01:43:39 46f8f816bc3b: Waiting 01:43:39 93b61091891f: Waiting 01:43:39 93b9cdb0e59b: Waiting 01:43:39 5e14af77c1be: Waiting 01:43:39 01666e4c0597: Waiting 01:43:39 aa168da1d23b: Waiting 01:43:39 36b3adc4ff6f: Verifying Checksum 01:43:39 36b3adc4ff6f: Download complete 01:43:39 46f8f816bc3b: Download complete 01:43:40 93b61091891f: Verifying Checksum 01:43:40 93b61091891f: Download complete 01:43:40 df20fa9351a1: Verifying Checksum 01:43:40 df20fa9351a1: Download complete 01:43:40 93b9cdb0e59b: Verifying Checksum 01:43:40 93b9cdb0e59b: Download complete 01:43:40 5e14af77c1be: Verifying Checksum 01:43:40 5e14af77c1be: Download complete 01:43:40 01666e4c0597: Verifying Checksum 01:43:40 01666e4c0597: Download complete 01:43:40 8ad3a11d3b57: Verifying Checksum 01:43:40 8ad3a11d3b57: Download complete 01:43:40 df20fa9351a1: Pull complete 01:43:40 36b3adc4ff6f: Pull complete 01:43:42 aa168da1d23b: Verifying Checksum 01:43:42 aa168da1d23b: Download complete 01:43:42 8ad3a11d3b57: Pull complete 01:43:43 46f8f816bc3b: Pull complete 01:43:43 93b61091891f: Pull complete 01:43:43 93b9cdb0e59b: Pull complete 01:43:43 5e14af77c1be: Pull complete 01:43:43 01666e4c0597: Pull complete 01:43:52 aa168da1d23b: Pull complete 01:43:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:43:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:43:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:43:52 prd-centos7-docker-4c-2g-21465 does not seem to be running inside a container 01:43:52 $ 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/33/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/33 -v /w/workspace/edgex-go/33:/w/workspace/edgex-go/33:rw,z -v /w/workspace/edgex-go/33@tmp:/w/workspace/edgex-go/33@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:43:56 $ docker top 86cbd80036892b4c0fb3a270440109ddbd39e9e2bb7fc08b2c329ea6d39396dc -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:57 + touch /tmp/pre-build-complete [Pipeline] sh 01:43:57 + mkdir -p /var/log/sa [Pipeline] sh 01:43:58 + ls /var/log/sa-host 01:43:58 + sadf -c /var/log/sa-host/sa20 01:43:58 file_magic: OK 01:43:58 HZ: Using current value: 100 01:43:58 file_header: OK 01:43:58 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 01:43:58 Statistics: 01:43:58 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... 01:43:58 File successfully converted to sysstat format version 12.2.1 01:43:58 + sadf -c /var/log/sa-host/sa23 01:43:58 file_magic: OK 01:43:58 HZ: Using current value: 100 01:43:58 file_header: OK 01:43:58 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 01:43:58 Statistics: 01:43:58 Hnuu...uuuununununu... 01:43:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:43:58 provisioning config files... 01:43:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/33@tmp/config2284474948383199091tmp [Pipeline] { [Pipeline] echo 01:43:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:43:58 ---> create-netrc.sh [Pipeline] } 01:43:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:43:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:43:59 ---> python-tools-install.sh [Pipeline] echo 01:43:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:43:59 ---> sudo-logs.sh 01:43:59 Archiving 'sudo' log.. [Pipeline] echo 01:43:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:43:59 ---> job-cost.sh 01:43:59 lf-activate-venv: SKIPPING 01:43:59 INFO: No Stack... 01:44:00 INFO: Retrieving Pricing Info for: v1-standard-2 01:44:01 INFO: Archiving Costs [Pipeline] echo 01:44:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:44:01 ---> logs-deploy.sh 01:44:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/33 01:44:01 INFO: archiving workspace using pattern(s): 01:44:02 Archives upload complete. 01:44:03 INFO: archiving logs to Nexus