Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba6feeb4c00d7db79a0ca7527311afd817b28787+668f0a3a269f3b051418dc2678a30c23b2beea7f (91e746a729de115289e679cb21220352fa45ac0c) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-22929 in /w/workspace/edgexfoundry_edgex-go_PR-3076 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3076/head:refs/remotes/origin/PR-3076 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit ba6feeb4c00d7db79a0ca7527311afd817b28787 Merge succeeded, producing 46d817a47c4f7a1ded41ac6f162cc7029364d06e Checking out Revision 46d817a47c4f7a1ded41ac6f162cc7029364d06e (PR-3076) > git config core.sparsecheckout # timeout=10 > git checkout -f ba6feeb4c00d7db79a0ca7527311afd817b28787 # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 46d817a47c4f7a1ded41ac6f162cc7029364d06e # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" > git rev-list --no-walk ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:59 ========================================================= 00:30:59 EdgeX Global Pipelines Version Info 00:30:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:00 ------------------- 00:31:00 stable info: 00:31:00 ------------------- 00:31:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:00 Message: update stable to v1.0.179 00:31:01 ------------------- 00:31:01 experimental info: 00:31:01 ------------------- 00:31:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:01 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3076 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3076 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3076 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 46d817a47c4f7a1ded41ac6f162cc7029364d06e [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 46d817a [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:05 provisioning config files... 00:31:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3973788115044110378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:05 ---> docker-login.sh 00:31:05 nexus3.edgexfoundry.org:10001 00:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:06 Configure a credential helper to remove this warning. See 00:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:06 00:31:06 Login Succeeded 00:31:06 nexus3.edgexfoundry.org:10002 00:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:06 Configure a credential helper to remove this warning. See 00:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:06 00:31:06 Login Succeeded 00:31:06 nexus3.edgexfoundry.org:10003 00:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:06 Configure a credential helper to remove this warning. See 00:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:06 00:31:06 Login Succeeded 00:31:06 nexus3.edgexfoundry.org:10004 00:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:06 Configure a credential helper to remove this warning. See 00:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:06 00:31:06 Login Succeeded 00:31:06 docker.io 00:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:07 Configure a credential helper to remove this warning. See 00:31:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:07 00:31:07 Login Succeeded 00:31:07 ---> docker-login.sh ends [Pipeline] } 00:31:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:07 ++ 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 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/core-command/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo core-command,cmd/core-command/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/core-data/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo core-data,cmd/core-data/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/core-metadata/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/support-notifications/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/support-scheduler/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:07 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 00:31:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:08 00:31:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:09 latest: Pulling from edgex-devops/git-semver 00:31:09 31603596830f: Pulling fs layer 00:31:09 2a8b12db71e7: Pulling fs layer 00:31:09 6ca5941a6612: Pulling fs layer 00:31:09 ecc8261a40a4: Pulling fs layer 00:31:09 ecc8261a40a4: Waiting 00:31:09 2a8b12db71e7: Verifying Checksum 00:31:09 2a8b12db71e7: Download complete 00:31:09 31603596830f: Verifying Checksum 00:31:09 31603596830f: Download complete 00:31:09 6ca5941a6612: Verifying Checksum 00:31:09 6ca5941a6612: Download complete 00:31:09 31603596830f: Pull complete 00:31:09 2a8b12db71e7: Pull complete 00:31:10 ecc8261a40a4: Verifying Checksum 00:31:10 ecc8261a40a4: Download complete 00:31:10 6ca5941a6612: Pull complete 00:31:11 ecc8261a40a4: Pull complete 00:31:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:11 prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container 00:31:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:13 $ docker top 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:14 [ssh-agent] Looking for ssh-agent implementation... 00:31:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:14 $ docker exec 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 ssh-agent 00:31:14 SSH_AUTH_SOCK=/tmp/ssh-XzMoF7omUR8X/agent.12 00:31:14 SSH_AGENT_PID=17 00:31:14 Running ssh-add (command line suppressed) 00:31:14 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8388851095984710584.key (/w/workspace/edgex-go/2@tmp/private_key_8388851095984710584.key) 00:31:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:15 + git tag --points-at HEAD [Pipeline] } 00:31:15 $ docker exec --env ******** --env ******** 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 ssh-agent -k 00:31:15 unset SSH_AUTH_SOCK; 00:31:15 unset SSH_AGENT_PID; 00:31:15 echo Agent pid 17 killed; 00:31:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:15 [ssh-agent] Looking for ssh-agent implementation... 00:31:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:15 $ docker exec 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 ssh-agent 00:31:16 SSH_AUTH_SOCK=/tmp/ssh-gRp7xecaNAUq/agent.48 00:31:16 SSH_AGENT_PID=53 00:31:16 Running ssh-add (command line suppressed) 00:31:16 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4486646744857448883.key (/w/workspace/edgex-go/2@tmp/private_key_4486646744857448883.key) 00:31:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:16 + git semver init 00:31:16 # -> Open(): unable to determine branch for HEAD 00:31:16 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:31:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:31:16 # $SEMVER_REMOTE_NAME = origin 00:31:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:16 # $SEMVER_USER_NAME = edgex-jenkins 00:31:16 # $SEMVER_BRANCH = PR-3076 00:31:16 # $SEMVER_TEMP = /tmp/semver-543420899 00:31:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:48 # '/tmp/semver-543420899' -> '/w/workspace/edgex-go/2/.semver' 00:31:48 # -> Force: false 00:31:48 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:48 $ docker exec --env ******** --env ******** 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 ssh-agent -k 00:31:49 unset SSH_AUTH_SOCK; 00:31:49 unset SSH_AGENT_PID; 00:31:49 echo Agent pid 53 killed; 00:31:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:49 + git semver [Pipeline] } 00:31:49 $ docker stop --time=1 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 00:31:51 $ docker rm -f 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:52 Stashed 1 file(s) [Pipeline] echo 00:31:52 [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 00:31:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:54 + sudo service docker restart 00:31:54 + true 00:31:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:54 ========================================================= 00:31:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:54 + 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 . 00:31:59 Sending build context to Docker daemon 327.1MB 00:31:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:59 Step 2/6 : FROM ${BASE} 00:31:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:59 188c0c94c7c5: Pulling fs layer 00:31:59 0ef7d3d256c8: Pulling fs layer 00:31:59 de9db76c5a1d: Pulling fs layer 00:31:59 bca2f99d35d6: Pulling fs layer 00:31:59 93359f2a8cfa: Pulling fs layer 00:31:59 7c6f9722023f: Pulling fs layer 00:31:59 a35cf1a2eb13: Pulling fs layer 00:31:59 93359f2a8cfa: Waiting 00:31:59 7c6f9722023f: Waiting 00:31:59 a35cf1a2eb13: Waiting 00:31:59 bca2f99d35d6: Waiting 00:31:59 de9db76c5a1d: Verifying Checksum 00:31:59 de9db76c5a1d: Download complete 00:31:59 0ef7d3d256c8: Verifying Checksum 00:31:59 0ef7d3d256c8: Download complete 00:31:59 93359f2a8cfa: Verifying Checksum 00:31:59 93359f2a8cfa: Download complete 00:31:59 7c6f9722023f: Verifying Checksum 00:31:59 7c6f9722023f: Download complete 00:31:59 188c0c94c7c5: Verifying Checksum 00:31:59 188c0c94c7c5: Download complete 00:32:00 188c0c94c7c5: Pull complete 00:32:00 0ef7d3d256c8: Pull complete 00:32:00 de9db76c5a1d: Pull complete 00:32:02 a35cf1a2eb13: Verifying Checksum 00:32:02 a35cf1a2eb13: Download complete 00:32:04 bca2f99d35d6: Verifying Checksum 00:32:04 bca2f99d35d6: Download complete 00:32:07 Still waiting to schedule task 00:32:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:09 bca2f99d35d6: Pull complete 00:32:10 93359f2a8cfa: Pull complete 00:32:10 7c6f9722023f: Pull complete 00:32:14 a35cf1a2eb13: Pull complete 00:32:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:14 ---> a62c8e92a672 00:32:14 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 00:32:15 ---> Running in c8853d1f1104 00:32:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:17 (1/12) Installing libmagic (5.38-r0) 00:32:17 (2/12) Installing file (5.38-r0) 00:32:18 (3/12) Installing libc-dev (0.7.2-r3) 00:32:18 (4/12) Installing g++ (9.3.0-r2) 00:32:40 (5/12) Installing fortify-headers (1.1-r0) 00:32:40 (6/12) Installing patch (2.7.6-r6) 00:32:40 (7/12) Installing build-base (0.5-r2) 00:32:40 (8/12) Installing libsodium (1.0.18-r0) 00:32:40 (9/12) Installing pkgconf (1.7.2-r0) 00:32:40 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:40 (11/12) Installing libzmq (4.3.3-r0) 00:32:40 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:40 Executing busybox-1.31.1-r19.trigger 00:32:40 OK: 233 MiB in 51 packages 00:32:43 Removing intermediate container c8853d1f1104 00:32:43 ---> ed670e11f22d 00:32:43 Step 4/6 : WORKDIR /edgex-go 00:32:43 ---> Running in bdec7c222c9d 00:32:43 Removing intermediate container bdec7c222c9d 00:32:43 ---> d1931ea73071 00:32:43 Step 5/6 : COPY go.mod . 00:32:43 ---> 1450216fb240 00:32:43 Step 6/6 : RUN go mod download 00:32:43 ---> Running in 700f800fb38b 00:33:05 Removing intermediate container 700f800fb38b 00:33:05 ---> 95757fcf427d 00:33:05 Successfully built 95757fcf427d 00:33:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:06 + docker inspect -f . ci-base-image-x86_64 00:33:06 . [Pipeline] withDockerContainer 00:33:06 prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container 00:33:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:07 $ docker top 15bdbd616484220054bd495e960b8f78b3fb34b9dc5909faf02b8f3823440f8f -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:07 + go version 00:33:07 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:07 $ docker stop --time=1 15bdbd616484220054bd495e960b8f78b3fb34b9dc5909faf02b8f3823440f8f 00:33:09 $ docker rm -f 15bdbd616484220054bd495e960b8f78b3fb34b9dc5909faf02b8f3823440f8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:10 + docker inspect -f . ci-base-image-x86_64 00:33:10 . [Pipeline] withDockerContainer 00:33:10 prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container 00:33:10 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:11 $ docker top 3a4018406c7a67c2dc20f56d0d75329ece8107687be5eb88fb6fd6c40d4d1f6c -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:11 ========================================================= 00:33:11 [edgeXBuildGoParallel] Running Tests and Build... 00:33:11 ========================================================= [Pipeline] sh 00:33:11 + make test 00:33:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.074s coverage: 46.6% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.164s coverage: 65.8% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.217s coverage: 82.3% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.498s coverage: 92.8% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 43.8% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements 00:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.029s coverage: 100.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 68.9% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 37.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.769s coverage: 29.1% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.108s coverage: 99.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:17 GO111MODULE=on go vet ./... 00:34:44 gofmt -l . 00:34:44 [ "`gofmt -l .`" = "" ] 00:34:44 ./bin/test-go-mod-tidy.sh 00:34:44 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:44 + ls -al . 00:34:44 total 668 00:34:44 drwxrwxr-x 10 1001 1001 4096 Jan 27 00:34 . 00:34:44 drwxr-xr-x 4 root root 28 Jan 27 00:33 .. 00:34:44 -rw-rw-r-- 1 1001 1001 11 Jan 27 00:30 .dockerignore 00:34:44 drwxrwxr-x 8 1001 1001 179 Jan 27 00:30 .git 00:34:44 drwxrwxr-x 3 1001 1001 125 Jan 27 00:30 .github 00:34:44 -rw-rw-r-- 1 1001 1001 872 Jan 27 00:30 .gitignore 00:34:44 drwx------ 3 1001 1001 60 Jan 27 00:31 .semver 00:34:44 -rw-rw-r-- 1 1001 1001 166 Jan 27 00:30 .sonarcloud.properties 00:34:44 -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:30 Attribution.txt 00:34:44 -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:30 CONTRIBUTING.md 00:34:44 -rw-rw-r-- 1 1001 1001 931 Jan 27 00:30 Dockerfile.build 00:34:44 -rw-rw-r-- 1 1001 1001 863 Jan 27 00:30 Jenkinsfile 00:34:44 -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:30 LICENSE 00:34:44 -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:30 Makefile 00:34:44 -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:30 README.md 00:34:44 -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:30 SECURITY.md 00:34:44 -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION 00:34:44 -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:30 ZMQWindows.md 00:34:44 drwxrwxr-x 2 1001 1001 117 Jan 27 00:30 bin 00:34:44 drwxrwxr-x 15 1001 1001 4096 Jan 27 00:30 cmd 00:34:44 -rw-r--r-- 1 root root 564700 Jan 27 00:34 coverage.out 00:34:44 -rw-r--r-- 1 root root 1053 Jan 27 00:34 go.mod 00:34:44 -rw-r--r-- 1 root root 18995 Jan 27 00:34 go.sum 00:34:44 drwxrwxr-x 8 1001 1001 127 Jan 27 00:30 internal 00:34:44 drwxrwxr-x 4 1001 1001 26 Jan 27 00:30 openapi 00:34:44 drwxrwxr-x 4 1001 1001 71 Jan 27 00:30 snap 00:34:44 -rw-rw-r-- 1 1001 1001 168 Jan 27 00:30 version.go [Pipeline] sh 00:34:45 + '[' -e coverage.out ] 00:34:45 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:45 Stashed 1 file(s) [Pipeline] sh 00:34:45 + make build 00:34:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:50 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 00:34:58 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 00:34:58 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 00:34:59 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 00:35:00 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 00:35:02 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 00:35: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 00:35:04 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 00:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:06 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 00:35:08 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 00:35:09 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 [Pipeline] } 00:35:11 $ docker stop --time=1 3a4018406c7a67c2dc20f56d0d75329ece8107687be5eb88fb6fd6c40d4d1f6c 00:35:12 $ docker rm -f 3a4018406c7a67c2dc20f56d0d75329ece8107687be5eb88fb6fd6c40d4d1f6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:16 00:35:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:17 latest: Pulling from edgex-devops/edgex-compose 00:35:17 cbdbe7a5bc2a: Pulling fs layer 00:35:17 ca9280d653b3: Pulling fs layer 00:35:17 7e9c9ca2126c: Pulling fs layer 00:35:17 cbdbe7a5bc2a: Download complete 00:35:18 ca9280d653b3: Verifying Checksum 00:35:18 ca9280d653b3: Download complete 00:35:18 cbdbe7a5bc2a: Pull complete 00:35:19 7e9c9ca2126c: Download complete 00:35:19 ca9280d653b3: Pull complete 00:35:26 7e9c9ca2126c: Pull complete 00:35:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:26 prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container 00:35:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:29 $ docker top f712a7d7f6b482e524f99936e8e3517c465f33df09c3000729819beaf9f071f5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:30 + grep parallel 00:35:30 + docker-compose build --help 00:35:31 --parallel Build images in parallel. [Pipeline] } 00:35:31 $ docker stop --time=1 f712a7d7f6b482e524f99936e8e3517c465f33df09c3000729819beaf9f071f5 00:35:32 $ docker rm -f f712a7d7f6b482e524f99936e8e3517c465f33df09c3000729819beaf9f071f5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:33 . [Pipeline] withDockerContainer 00:35:33 prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container 00:35:33 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:34 $ docker top 4e624710134c608a529bed851af1ad06579cc2b48e363411e2ec5fccd42e6773 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:34 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:35 Building docker-core-command-go ... 00:35:35 Building docker-core-data-go ... 00:35:35 Building docker-core-metadata-go ... 00:35:35 Building docker-security-bootstrapper-go ... 00:35:35 Building docker-security-proxy-setup-go ... 00:35:35 Building docker-security-secretstore-setup-go ... 00:35:35 Building docker-support-notifications-go ... 00:35:35 Building docker-support-scheduler-go ... 00:35:35 Building docker-sys-mgmt-agent-go ... 00:35:35 Building docker-support-notifications-go 00:35:35 Building docker-support-scheduler-go 00:35:35 Building docker-security-proxy-setup-go 00:35:35 Building docker-security-secretstore-setup-go 00:35:35 Building docker-core-data-go 00:36:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 95757fcf427d 00:36:14 Step 3/23 : WORKDIR /edgex-go 00:36:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 95757fcf427d 00:36:14 Step 3/22 : WORKDIR /edgex-go 00:36:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 95757fcf427d 00:36:14 Step 3/24 : WORKDIR /edgex-go 00:36:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 95757fcf427d 00:36:14 Step 3/22 : WORKDIR /edgex-go 00:36:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:14 ---> 95757fcf427d 00:36:14 Step 3/21 : WORKDIR /edgex-go 00:36:14 ---> Running in 0a29c7334819 00:36:14 ---> Running in 49db1b3091a0 00:36:14 ---> Running in 91b4d2060138 00:36:14 ---> Running in 2a176d906cba 00:36:14 ---> Running in 2980b7625bae 00:36:14 Removing intermediate container 2980b7625bae 00:36:14 ---> 0693dbeda699 00:36:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 Removing intermediate container 91b4d2060138 00:36:14 ---> ce924aecd8e8 00:36:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 Removing intermediate container 49db1b3091a0 00:36:14 ---> 1f6a704aa027 00:36:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 Removing intermediate container 2a176d906cba 00:36:14 ---> 1da9b51b2993 00:36:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 Removing intermediate container 0a29c7334819 00:36:14 ---> 6046f985437c 00:36:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:14 ---> Running in d77d1a4f6cff 00:36:14 ---> Running in b2006458427a 00:36:14 ---> Running in be47c2060c6b 00:36:14 ---> Running in e62854f64148 00:36:14 ---> Running in ccd65ecb54cc 00:36:14 Removing intermediate container b2006458427a 00:36:14 ---> 9fe1999f73be 00:36:14 Step 5/24 : RUN apk add --update --no-cache make git 00:36:14 ---> Running in 6242496d3815 00:36:14 Removing intermediate container be47c2060c6b 00:36:14 ---> d47a1d38cfa4 00:36:14 Step 5/22 : RUN apk add --update --no-cache make git 00:36:14 Removing intermediate container d77d1a4f6cff 00:36:14 ---> ca9a6f7512c5 00:36:14 Step 5/21 : RUN apk add --update --no-cache make git 00:36:14 Removing intermediate container ccd65ecb54cc 00:36:14 ---> 925b18259209 00:36:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:36:14 Removing intermediate container e62854f64148 00:36:14 ---> c8d2f16a8db0 00:36:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:14 ---> Running in 9eeadaf9b5aa 00:36:14 ---> Running in e6c1fbc823d9 00:36:14 ---> Running in eeb85beba2b0 00:36:14 ---> Running in adf15d1eb398 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:16 OK: 233 MiB in 51 packages 00:36:16 OK: 233 MiB in 51 packages 00:36:16 OK: 233 MiB in 51 packages 00:36:17 OK: 233 MiB in 51 packages 00:36:17 OK: 233 MiB in 51 packages 00:36:17 Removing intermediate container 6242496d3815 00:36:17 ---> e0c13c2bd7ce 00:36:17 Step 6/24 : COPY go.mod . 00:36:17 Removing intermediate container adf15d1eb398 00:36:17 ---> 7845ab0ef0ae 00:36:17 Step 6/22 : COPY go.mod . 00:36:17 Removing intermediate container eeb85beba2b0 00:36:17 ---> d903180dfc40 00:36:17 Step 6/23 : COPY go.mod . 00:36:17 ---> e143dab94860 00:36:17 Step 7/24 : RUN go mod download 00:36:17 ---> Running in d49b55d0ff3e 00:36:18 Removing intermediate container 9eeadaf9b5aa 00:36:18 ---> 4a3acef307b4 00:36:18 Step 6/21 : COPY go.mod . 00:36:18 Removing intermediate container e6c1fbc823d9 00:36:18 ---> 77b5e33690b4 00:36:18 Step 6/22 : COPY go.mod . 00:36:18 ---> 69cf1db4d189 00:36:18 Step 7/22 : RUN go mod download 00:36:18 ---> b9cebc58db29 00:36:18 Step 7/23 : RUN go mod download 00:36:18 ---> Running in c16723b76f85 00:36:18 ---> 121db8d2bb0b 00:36:18 Step 7/21 : RUN go mod download 00:36:18 ---> Running in 9f8c847e6e63 00:36:18 ---> de1608a195b4 00:36:18 Step 7/22 : RUN go mod download 00:36:18 ---> Running in 46a27768ea6c 00:36:19 ---> Running in 3b9d0f850512 00:36:21 Removing intermediate container c16723b76f85 00:36:21 ---> c05daa4709a5 00:36:21 Step 8/22 : COPY . . 00:36:21 Removing intermediate container d49b55d0ff3e 00:36:21 ---> e967675a6bfc 00:36:21 Step 8/24 : COPY . . 00:36:21 Removing intermediate container 3b9d0f850512 00:36:21 ---> 0a4765a02e0c 00:36:21 Step 8/22 : COPY . . 00:36:21 Removing intermediate container 9f8c847e6e63 00:36:21 ---> dc31da9c63ac 00:36:21 Step 8/23 : COPY . . 00:36:21 Removing intermediate container 46a27768ea6c 00:36:21 ---> a65511f2e0e0 00:36:21 Step 8/21 : COPY . . 00:37:00 ---> ad52fffa4afa 00:37:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:00 ---> cca22b1762af 00:37:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:00 ---> cb062d30e28c 00:37:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:00 ---> e63d3bb36163 00:37:00 Step 9/23 : RUN make cmd/core-data/core-data 00:37:00 ---> Running in af2baa2d966f 00:37:00 ---> af9826e4de1b 00:37:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:00 ---> Running in 1bb05dfdb96a 00:37:00 ---> Running in 86c6a13ba89d 00:37:00 ---> Running in f04c25b2042d 00:37:00 ---> Running in a69662be1259 00:37:00 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 00:37: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 00:37:00 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 00:37:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:00 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 00:37:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22938 in /w/workspace/edgexfoundry_edgex-go_PR-3076 [Pipeline] { [Pipeline] ws 00:37:01 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:37:07 using credential edgex-jenkins-ssh 00:37:07 Cloning the remote Git repository 00:37:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:37:07 > git init /w/workspace/edgex-go/2 # timeout=10 00:37:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:07 > git --version # timeout=10 00:37:07 > git --version # 'git version 2.17.1' 00:37:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:37 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit ba6feeb4c00d7db79a0ca7527311afd817b28787 00:37:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3076/head:refs/remotes/origin/PR-3076 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:37:37 > git config core.sparsecheckout # timeout=10 00:37:37 > git checkout -f ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 00:37:37 > git remote # timeout=10 00:37:37 > git config --get remote.origin.url # timeout=10 00:37:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:37 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 00:37:37 Merge succeeded, producing 1f47624a1212dc5e889d4fc000ad766b5fc76b10 00:37:37 Checking out Revision 1f47624a1212dc5e889d4fc000ad766b5fc76b10 (PR-3076) 00:37:39 Removing intermediate container 86c6a13ba89d 00:37:39 ---> 2e7ccde723e6 00:37:39 00:37:39 Step 10/22 : FROM alpine:3.12 00:37:39 Removing intermediate container 1bb05dfdb96a 00:37:39 ---> 8fac584a7f2e 00:37:39 00:37:39 Step 10/22 : FROM alpine:3.12 00:37:39 Removing intermediate container af2baa2d966f 00:37:39 ---> 5bd1cc038992 00:37:39 00:37:39 Step 10/24 : FROM alpine:3.12 00:37:39 Removing intermediate container a69662be1259 00:37:39 ---> 1ff4e67feffc 00:37:39 00:37:39 Step 10/21 : FROM alpine:3.12 00:37:39 3.12: Pulling from library/alpine 00:37:39 3.12: Pulling from library/alpine 00:37:39 3.12: Pulling from library/alpine 00:37:39 3.12: Pulling from library/alpine 00:37:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:39 Status: Downloaded newer image for alpine:3.12 00:37:39 Status: Image is up to date for alpine:3.12 00:37:39 Status: Downloaded newer image for alpine:3.12 00:37:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:39 Status: Image is up to date for alpine:3.12 00:37:39 ---> 389fef711851 00:37:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:39 ---> 389fef711851 00:37:39 Step 11/21 : RUN apk add --update --no-cache curl 00:37:39 ---> 389fef711851 00:37:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:39 ---> 389fef711851 00:37:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:40 ---> Running in 922635bf500e 00:37:40 ---> Running in cd1f5bcb0f26 00:37:40 ---> Running in 5a2ae5ab3f9f 00:37:40 ---> Running in 4a2bafd0d0f3 00:37:37 > git rev-parse HEAD^{commit} # timeout=10 00:37:37 > git config core.sparsecheckout # timeout=10 00:37:37 > git checkout -f 1f47624a1212dc5e889d4fc000ad766b5fc76b10 # timeout=10 00:37:40 Removing intermediate container f04c25b2042d 00:37:40 ---> 42443abbeb91 00:37:40 00:37:40 Step 10/23 : FROM alpine:3.12 00:37:40 ---> 389fef711851 00:37:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:41 ---> Running in e95b2ecf72d5 00:37:41 Removing intermediate container e95b2ecf72d5 00:37:41 ---> 4a28c32385d6 00:37:41 Step 12/23 : ENV APP_PORT=48080 00:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:41 ---> Running in 517f141021ac 00:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:42 Removing intermediate container 517f141021ac 00:37:42 ---> 8252d6fe4fe2 00:37:42 Step 13/23 : EXPOSE $APP_PORT 00:37:42 (1/5) Installing ca-certificates (20191127-r4) 00:37:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:42 (3/5) Installing libcurl (7.69.1-r3) 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:42 (4/5) Installing curl (7.69.1-r3) 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:42 (5/5) Installing dumb-init (1.2.2-r1) 00:37:42 Executing busybox-1.31.1-r19.trigger 00:37:42 Executing ca-certificates-20191127-r4.trigger 00:37:42 OK: 7 MiB in 19 packages 00:37:42 (1/4) Installing ca-certificates (20191127-r4) 00:37:42 (1/2) Installing ca-certificates (20191127-r4) 00:37:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:42 (2/2) Installing dumb-init (1.2.2-r1) 00:37:42 (3/4) Installing libcurl (7.69.1-r3) 00:37:42 Executing busybox-1.31.1-r19.trigger 00:37:42 Executing ca-certificates-20191127-r4.trigger 00:37:42 (4/4) Installing curl (7.69.1-r3) 00:37:42 Executing busybox-1.31.1-r19.trigger 00:37:42 Executing ca-certificates-20191127-r4.trigger 00:37:42 OK: 6 MiB in 16 packages 00:37:42 OK: 7 MiB in 18 packages 00:37:42 ---> Running in a1329576edbb 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:42 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" 00:37:42 > git rev-list --no-walk ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 00:37:43 (1/1) Installing dumb-init (1.2.2-r1) 00:37:43 Executing busybox-1.31.1-r19.trigger 00:37:43 OK: 6 MiB in 15 packages [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:43 Removing intermediate container a1329576edbb 00:37:43 ---> c3e6c8f41ce4 00:37:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:43 ---> Running in d5151732ac8e 00:37:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:45 + true 00:37:45 + sudo service docker restart 00:37:45 Removing intermediate container cd1f5bcb0f26 00:37:45 ---> 915054f39a73 00:37:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:45 Removing intermediate container 5a2ae5ab3f9f 00:37:45 ---> 3b4173813ade 00:37:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:45 Removing intermediate container 922635bf500e 00:37:45 ---> 61a9d28d97ab 00:37:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:45 Removing intermediate container 4a2bafd0d0f3 00:37:45 ---> 47181dc319e0 00:37:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:45 ---> Running in 5ec5cabfb13a 00:37:45 ---> Running in 91985fc35802 00:37:45 ---> Running in c13a41095a2e 00:37:45 ---> Running in 24e76d694f1e 00:37:46 Removing intermediate container 5ec5cabfb13a 00:37:46 ---> 452af7f51892 00:37:46 Step 13/21 : WORKDIR /edgex 00:37:46 Removing intermediate container 91985fc35802 00:37:46 ---> 202b7a9e95c4 00:37:46 Step 13/24 : WORKDIR / 00:37:46 Removing intermediate container c13a41095a2e 00:37:46 ---> d0791fc71e2f 00:37:46 Step 13/22 : ENV APP_PORT=48060 00:37:46 Removing intermediate container 24e76d694f1e 00:37:46 ---> 1a04a1a8427e 00:37:46 Step 13/22 : ENV APP_PORT=48085 00:37:46 ---> Running in aa798ac2d795 00:37:46 ---> Running in a9b0732515ea 00:37:46 ---> Running in 4042b2ab9d27 00:37:46 ---> Running in 1e1bebaa4df1 00:37:46 Removing intermediate container d5151732ac8e 00:37:46 ---> 75f0806b4fdd 00:37:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:37:46 Removing intermediate container aa798ac2d795 00:37:46 ---> 03c080c7fb75 00:37:46 Step 14/22 : EXPOSE $APP_PORT 00:37:46 Removing intermediate container 4042b2ab9d27 00:37:46 ---> c5dce7b09342 00:37:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:46 Removing intermediate container 1e1bebaa4df1 00:37:46 ---> bccd35edd732 00:37:46 Step 14/22 : EXPOSE $APP_PORT 00:37:47 Removing intermediate container a9b0732515ea 00:37:47 ---> 4872fd286537 00:37:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:47 ---> Running in 510a7d072cf0 00:37:47 ---> Running in 96388682b4d6 00:37:47 ---> Running in 4d3f65063464 00:37:47 ---> e34ba38df1fe 00:37:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:47 Removing intermediate container 96388682b4d6 00:37:47 ---> 0f9a1905824a 00:37:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:47 provisioning config files... 00:37:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1319675333183397271tmp 00:37:47 Removing intermediate container 4d3f65063464 00:37:47 ---> c25ba2edba6c 00:37:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:47 ---> c075a9e57b8b 00:37:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:48 ---> 053ce37c537c 00:37:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:48 ---> 97bc2864bd2a 00:37:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:48 ---> 65939691b579 00:37:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:48 ---> docker-login.sh 00:37:48 nexus3.edgexfoundry.org:10001 00:37:48 ---> 55685a1cfe9c 00:37:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:48 ---> 7fefdb50f285 00:37:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:48 ---> 37359a0742df 00:37:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:48 ---> 8a02ad581480 00:37:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:48 ---> bbe7f212c70b 00:37:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:48 ---> Running in 9882277e19b0 00:37:49 ---> bf48bf91c7b3 00:37:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:49 ---> 53910493f0ce 00:37:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:49 ---> Running in dc02b86dc423 00:37:49 Removing intermediate container 9882277e19b0 00:37:49 ---> 486a4531f151 00:37:49 Step 18/21 : CMD ["--init=true"] 00:37:49 ---> 51694c965bb2 00:37:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:49 ---> Running in 9478fdf403b7 00:37:49 ---> Running in 7024c404eed2 00:37:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:49 Configure a credential helper to remove this warning. See 00:37:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:49 00:37:49 Login Succeeded 00:37:49 nexus3.edgexfoundry.org:10002 00:37:49 Removing intermediate container dc02b86dc423 00:37:49 ---> 139b36767537 00:37:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:49 ---> 8aa687013e17 00:37:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:49 ---> Running in 2c868f5567d5 00:37:49 Removing intermediate container 9478fdf403b7 00:37:49 ---> 333e67b71762 00:37:49 Step 19/21 : LABEL arch=x86_64 00:37:49 Removing intermediate container 7024c404eed2 00:37:49 ---> 1539fd41b27b 00:37:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:50 Configure a credential helper to remove this warning. See 00:37:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:50 00:37:50 Login Succeeded 00:37:50 nexus3.edgexfoundry.org:10003 00:37:50 ---> Running in b1a32dfedc06 00:37:50 ---> Running in b97ebe6b509b 00:37:50 (1/6) Installing dumb-init (1.2.2-r1) 00:37:50 ---> e6c7c96a4f22 00:37:50 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/ 00:37:50 Removing intermediate container 2c868f5567d5 00:37:50 ---> 6f3c000aa452 00:37:50 Step 20/22 : LABEL arch=x86_64 00:37:50 ---> Running in 8decef860b53 00:37:50 ---> Running in 202207bc788a 00:37:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:50 Configure a credential helper to remove this warning. See 00:37:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:50 00:37:50 Login Succeeded 00:37:50 nexus3.edgexfoundry.org:10004 00:37:50 (2/6) Installing libgcc (9.3.0-r2) 00:37:50 Removing intermediate container b1a32dfedc06 00:37:50 ---> 9823c3d03d93 00:37:50 Step 20/21 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:37:50 (3/6) Installing libsodium (1.0.18-r0) 00:37:50 Removing intermediate container b97ebe6b509b 00:37:50 ---> bec6e3eba734 00:37:50 Step 20/22 : LABEL arch=x86_64 00:37:51 ---> Running in bf4b6f05a996 00:37:51 ---> Running in 031efc89743c 00:37:51 Removing intermediate container 8decef860b53 00:37:51 ---> 3c4ac6cbe7a1 00:37:51 Step 21/22 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:37:51 (4/6) Installing libstdc++ (9.3.0-r2) 00:37:51 ---> Running in 393761fdefd4 00:37:51 Removing intermediate container bf4b6f05a996 00:37:51 ---> b93ca21d1fff 00:37:51 Step 21/21 : LABEL version=0.0.0 00:37:51 ---> Running in fd0b97570959 00:37:51 Removing intermediate container 031efc89743c 00:37:51 ---> 21c9d030ea02 00:37:51 Step 21/22 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:37:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:51 Configure a credential helper to remove this warning. See 00:37:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:51 00:37:51 Login Succeeded 00:37:51 docker.io 00:37:51 ---> Running in 85d26d1b1467 00:37:51 Removing intermediate container 393761fdefd4 00:37:51 ---> 2d62b9642724 00:37:51 Step 22/22 : LABEL version=0.0.0 00:37:51 Removing intermediate container fd0b97570959 00:37:51 ---> b1d044ce3945 00:37:51 00:37:51 ---> Running in c634e587d656 00:37:51 Removing intermediate container 85d26d1b1467 00:37:51 ---> 6f339b491d45 00:37:51 Step 22/22 : LABEL version=0.0.0 00:37:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:52 Successfully built b1d044ce3945 00:37:52 (5/6) Installing libzmq (4.3.3-r0) 00:37:52 Successfully tagged docker-security-proxy-setup-go:latest 00:37:52  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 00:37:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:52 Configure a credential helper to remove this warning. See 00:37:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:52 00:37:52 Login Succeeded 00:37:52 ---> docker-login.sh ends [Pipeline] } 00:37:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 00:37:52 ---> Running in 6c392c46fa9a [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:52 ========================================================= 00:37:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:52 (6/6) Installing zeromq (4.3.3-r0) 00:37:52 Removing intermediate container c634e587d656 00:37:52 ---> fcf77a51ccda 00:37:52 00:37:52 Removing intermediate container 202207bc788a 00:37:52 ---> c00bec556721 00:37:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:52 Executing busybox-1.31.1-r19.trigger 00:37:52 OK: 8 MiB in 20 packages 00:37:53 + 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 . 00:37:53 ---> Running in 5a3a7bbda467 00:37:53 Successfully built fcf77a51ccda 00:37:53 Removing intermediate container 6c392c46fa9a 00:37:53 ---> 6e0201222f26 00:37:53 00:37:53 Successfully tagged docker-support-notifications-go:latest 00:37:53  Building docker-support-notifications-go ... done Building docker-core-command-go 00:37:53 Successfully built 6e0201222f26 00:37:53 Successfully tagged docker-support-scheduler-go:latest 00:37:53 Building docker-security-bootstrapper-go 00:37:53  Building docker-support-scheduler-go ... done Removing intermediate container 5a3a7bbda467 00:37:53 ---> 143a653028b1 00:37:53 Step 22/24 : LABEL arch=x86_64 00:37:53 ---> Running in 1b545f7e0f86 00:37:54 Removing intermediate container 510a7d072cf0 00:37:54 ---> c35074e1531d 00:37:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:54 Removing intermediate container 1b545f7e0f86 00:37:54 ---> f84b48d87afb 00:37:54 Step 23/24 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:37:54 ---> Running in 4e6f6b71848b 00:37:55 ---> feddc8dae85e 00:37:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:55 Sending build context to Docker daemon 165.9MB 00:37:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:55 Step 2/6 : FROM ${BASE} 00:37:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:55 5f621e34cdf4: Pulling fs layer 00:37:55 a4357932f1b6: Pulling fs layer 00:37:55 18c013af1878: Pulling fs layer 00:37:55 00ac8860ef70: Pulling fs layer 00:37:55 63d7cb157983: Pulling fs layer 00:37:55 b116817d02f9: Pulling fs layer 00:37:55 745a02a5169b: Pulling fs layer 00:37:55 63d7cb157983: Waiting 00:37:55 b116817d02f9: Waiting 00:37:55 745a02a5169b: Waiting 00:37:55 00ac8860ef70: Waiting 00:37:55 18c013af1878: Verifying Checksum 00:37:55 18c013af1878: Download complete 00:37:55 a4357932f1b6: Download complete 00:37:55 63d7cb157983: Download complete 00:37:55 b116817d02f9: Download complete 00:37:56 5f621e34cdf4: Verifying Checksum 00:37:56 5f621e34cdf4: Download complete 00:37:56 Removing intermediate container 4e6f6b71848b 00:37:56 ---> 47062b875064 00:37:56 Step 24/24 : LABEL version=0.0.0 00:37:57 5f621e34cdf4: Pull complete 00:37:57 a4357932f1b6: Pull complete 00:37:57 18c013af1878: Pull complete 00:37:58 745a02a5169b: Verifying Checksum 00:37:58 745a02a5169b: Download complete 00:37:59 ---> Running in 476225931c90 00:37:59 ---> 3c436e16c00b 00:37:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:00 00ac8860ef70: Verifying Checksum 00:38:00 00ac8860ef70: Download complete 00:38:01 ---> 595c55fdf01b 00:38:01 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:01 Removing intermediate container 476225931c90 00:38:01 ---> 465e2c635057 00:38:01 00:38:01 ---> Running in 7cdce05c37c7 00:38:01 Successfully built 465e2c635057 00:38:01 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:01  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:38:01 Removing intermediate container 7cdce05c37c7 00:38:01 ---> 7f992a5426e6 00:38:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:01 ---> Running in 36f0aab71add 00:38:02 Removing intermediate container 36f0aab71add 00:38:02 ---> 1f3e94e0a3ee 00:38:02 Step 21/23 : LABEL arch=x86_64 00:38:02 ---> Running in d2cb912b557f 00:38:05 Removing intermediate container d2cb912b557f 00:38:05 ---> 3564f3236f3d 00:38:05 Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:38:05 ---> Running in 43788242fa2c 00:38:06 Removing intermediate container 43788242fa2c 00:38:06 ---> 301ee6470863 00:38:06 Step 23/23 : LABEL version=0.0.0 00:38:07 ---> Running in 3d05a89ff99c 00:38:08 Removing intermediate container 3d05a89ff99c 00:38:08 ---> d149652cf264 00:38:08 00:38:08 Successfully built d149652cf264 00:38:08 Successfully tagged docker-core-data-go:latest 00:38:11 00ac8860ef70: Pull complete 00:38:11 63d7cb157983: Pull complete 00:38:12 b116817d02f9: Pull complete 00:38:15 745a02a5169b: Pull complete 00:38:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:38:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:38:15 ---> b7e6874047d6 00:38:15 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 00:38:17  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:17 ---> 95757fcf427d 00:38:17 Step 3/23 : WORKDIR /edgex-go 00:38:17 ---> Using cache 00:38:17 ---> 6046f985437c 00:38:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:17 ---> Using cache 00:38:17 ---> 925b18259209 00:38:17 Step 5/23 : RUN apk add --update --no-cache make git 00:38:17 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:17 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:38:17 ---> 95757fcf427d 00:38:17 Step 3/33 : WORKDIR /edgex-go 00:38:17 ---> Using cache 00:38:17 ---> 6046f985437c 00:38:17 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:17 ---> Using cache 00:38:17 ---> 925b18259209 00:38:17 Step 5/33 : RUN apk add --update --no-cache make git 00:38:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:17 ---> 95757fcf427d 00:38:17 Step 3/23 : WORKDIR /edgex-go 00:38:17 ---> Using cache 00:38:17 ---> 6046f985437c 00:38:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:17 ---> Using cache 00:38:17 ---> 925b18259209 00:38:17 Step 5/23 : RUN apk add --update --no-cache make git 00:38:18 ---> Running in 0b6b35099ccb 00:38:18 ---> Running in 6df8e575a5d5 00:38:18 ---> Running in aa1887ee6d22 00:38:20 ---> Running in 52cd6bf8beaa 00:38:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:38:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 OK: 233 MiB in 51 packages 00:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:22 ---> 95757fcf427d 00:38:22 Step 3/26 : WORKDIR /edgex-go 00:38:22 ---> Using cache 00:38:22 ---> 6046f985437c 00:38:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:22 ---> Using cache 00:38:22 ---> 925b18259209 00:38:22 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:23 ---> Running in 1762adb96f58 00:38:23 OK: 233 MiB in 51 packages 00:38:23 OK: 233 MiB in 51 packages 00:38:23 Removing intermediate container 0b6b35099ccb 00:38:23 ---> 16c439ff90c5 00:38:23 Step 6/33 : COPY go.mod . 00:38:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:23 ---> 0badcd261ecd 00:38:23 Step 7/33 : RUN go mod download 00:38:23 ---> Running in a8f3aee47768 00:38:23 Removing intermediate container aa1887ee6d22 00:38:23 ---> 3bb99eff8e81 00:38:23 Step 6/23 : COPY go.mod . 00:38:24 Removing intermediate container 6df8e575a5d5 00:38:24 ---> 303d7c992c44 00:38:24 Step 6/23 : COPY go.mod . 00:38:24 ---> 7f018a0a1350 00:38:24 Step 7/23 : RUN go mod download 00:38:24 ---> Running in 21cd8ac2b339 00:38:24 ---> 6b5a5759eafc 00:38:24 Step 7/23 : RUN go mod download 00:38:24 ---> Running in 82245cebe669 00:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:25 (1/12) Installing libmagic (5.38-r0) 00:38:25 (2/12) Installing file (5.38-r0) 00:38:25 (3/12) Installing libc-dev (0.7.2-r3) 00:38:25 (4/12) Installing g++ (9.3.0-r2) 00:38:25 OK: 233 MiB in 51 packages 00:38:26 Removing intermediate container 21cd8ac2b339 00:38:26 ---> 2c032cb5c68f 00:38:26 Step 8/23 : COPY . . 00:38:26 Removing intermediate container a8f3aee47768 00:38:26 ---> 758073e49525 00:38:26 Step 8/33 : COPY . . 00:38:26 Removing intermediate container 82245cebe669 00:38:26 ---> ab047fc7211c 00:38:26 Step 8/23 : COPY . . 00:38:26 Removing intermediate container 1762adb96f58 00:38:26 ---> 5efd3c87962a 00:38:26 Step 6/26 : COPY go.mod . 00:38:29 ---> e0ae89ef70bf 00:38:29 Step 7/26 : RUN go mod download 00:38:30 ---> Running in 14898f3ee6a7 00:38:38 Removing intermediate container 14898f3ee6a7 00:38:38 ---> 0cafd16ccc77 00:38:38 Step 8/26 : COPY . . 00:38:47 (5/12) Installing fortify-headers (1.1-r0) 00:38:47 (6/12) Installing patch (2.7.6-r6) 00:38:47 (7/12) Installing build-base (0.5-r2) 00:38:47 (8/12) Installing libsodium (1.0.18-r0) 00:38:47 (9/12) Installing pkgconf (1.7.2-r0) 00:38:47 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:47 (11/12) Installing libzmq (4.3.3-r0) 00:38:47 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:47 Executing busybox-1.31.1-r19.trigger 00:38:47 OK: 217 MiB in 51 packages 00:38:51 Removing intermediate container 52cd6bf8beaa 00:38:51 ---> c555508953d0 00:38:51 Step 4/6 : WORKDIR /edgex-go 00:38:51 ---> Running in 29fe32dba593 00:38:52 Removing intermediate container 29fe32dba593 00:38:52 ---> 377e1e71189b 00:38:52 Step 5/6 : COPY go.mod . 00:38:52 ---> 0d1f019ee30f 00:38:52 Step 6/6 : RUN go mod download 00:38:53 ---> Running in af9a1add5109 00:38:58 ---> 96d7526fd02d 00:38:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:58 ---> de18ca88be90 00:38:58 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:38:58 ---> 1fb9bf876da7 00:38:58 Step 9/23 : RUN make cmd/core-command/core-command 00:38:58 ---> Running in 3779e3ac1b0d 00:38:58 ---> Running in ba35533d1033 00:38:58 ---> Running in 427b39e7fe93 00:38:59 Removing intermediate container 3779e3ac1b0d 00:38:59 ---> d8cead24ddc0 00:38:59 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:39:00 ---> Running in 5edee4d58e24 00:39:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:39:00 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 00:39:01 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 00:39:04 ---> 7e31b71f8b5d 00:39:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:04 ---> Running in b293063d2f36 00:39:05 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 00:39:20 Removing intermediate container af9a1add5109 00:39:20 ---> 6050d71b07a1 00:39:20 Successfully built 6050d71b07a1 00:39:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:39:20 + docker inspect -f . ci-base-image-arm64 00:39:20 . [Pipeline] withDockerContainer 00:39:20 prd-ubuntu18.04-docker-arm64-4c-16g-22938 does not seem to be running inside a container 00:39:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:22 $ docker top 570575709d6b3c053f57cc7e7f147234ba644ed85bb046c756fb3c0476c97507 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:23 + go version 00:39:23 go version go1.15.5 linux/arm64 [Pipeline] } 00:39:23 $ docker stop --time=1 570575709d6b3c053f57cc7e7f147234ba644ed85bb046c756fb3c0476c97507 00:39:24 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 00:39:25 $ docker rm -f 570575709d6b3c053f57cc7e7f147234ba644ed85bb046c756fb3c0476c97507 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:26 + docker inspect -f . ci-base-image-arm64 00:39:26 . [Pipeline] withDockerContainer 00:39:26 prd-ubuntu18.04-docker-arm64-4c-16g-22938 does not seem to be running inside a container 00:39:26 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:28 $ docker top 37cd9fa873dce905a3f2589c31307f250acb130be3f580e703805c0928b19ff2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:39:28 ========================================================= 00:39:28 [edgeXBuildGoParallel] Running Tests and Build... 00:39:28 ========================================================= [Pipeline] sh 00:39:29 + make test 00:39:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:29 + mkdir -p /tmp/build/dist/linux 00:39:29 + cd /tmp/build/dist/linux 00:39:29 + git clone https://github.com/jwilder/dockerize.git . 00:39:29 Cloning into '.'... 00:39:29 + go get github.com/robfig/glock 00:39:32 Removing intermediate container ba35533d1033 00:39:32 ---> 628608b1eeb5 00:39:32 00:39:32 Step 10/23 : FROM alpine:3.12 00:39:32 ---> 389fef711851 00:39:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:32 ---> Using cache 00:39:32 ---> 47181dc319e0 00:39:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:32 ---> Using cache 00:39:32 ---> 1a04a1a8427e 00:39:32 Step 13/23 : ENV APP_PORT=48082 00:39:32 Removing intermediate container b293063d2f36 00:39:32 ---> 55f4f330f1b3 00:39:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:32 ---> Running in 878a3fe8539d 00:39:32 ---> Running in 8e67c5417f8e 00:39:32 Removing intermediate container 878a3fe8539d 00:39:32 ---> 704720188efc 00:39:32 Step 14/23 : EXPOSE $APP_PORT 00:39:33 ---> Running in adf9d0ae9622 00:39:33 Removing intermediate container adf9d0ae9622 00:39:33 ---> c6590697cbf4 00:39:33 Step 15/23 : WORKDIR / 00:39:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:33 ---> Running in 2becde1168e1 00:39:36 Removing intermediate container 427b39e7fe93 00:39:36 ---> 41d10f33c2ac 00:39:36 00:39:36 Step 10/23 : FROM alpine:3.12 00:39:36 ---> 389fef711851 00:39:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:36 ---> Using cache 00:39:36 ---> 47181dc319e0 00:39:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:36 ---> Using cache 00:39:36 ---> 1a04a1a8427e 00:39:36 Step 13/23 : ENV APP_PORT=48081 00:39:36 Removing intermediate container 2becde1168e1 00:39:36 ---> e360889a80c9 00:39:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:36 ---> Running in 3ececaec7e1d 00:39:36 Removing intermediate container 3ececaec7e1d 00:39:36 ---> 2bdfed7b793d 00:39:36 Step 14/23 : EXPOSE $APP_PORT 00:39:36 ---> b385954ef1f6 00:39:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:36 ---> Running in b5fb0ea6a815 00:39:37 Removing intermediate container 8e67c5417f8e 00:39:37 ---> 281b14bbf0bd 00:39:37 00:39:37 Step 11/26 : FROM docker:20.10.0 00:39:37 20.10.0: Pulling from library/docker 00:39:40 ---> 11d99507607c 00:39:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:40 Removing intermediate container b5fb0ea6a815 00:39:40 ---> 0231c0a8e23f 00:39:40 Step 15/23 : WORKDIR / 00:39:40 ---> Running in dff1376b92f7 00:39:41 + glock sync -n 00:39:42 Removing intermediate container dff1376b92f7 00:39:42 ---> db27009e6f98 00:39:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:42 ---> 5b747e3b0ddc 00:39:42 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:42 ---> Running in 12d7c4ea2431 00:39:42 ---> 0cd8d169ce81 00:39:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:42 Removing intermediate container 12d7c4ea2431 00:39:42 ---> 6a811a81e120 00:39:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:42 ---> Running in 0a758322bdca 00:39:43 Removing intermediate container 0a758322bdca 00:39:43 ---> f5fb01f18dde 00:39:43 Step 21/23 : LABEL arch=x86_64 00:39:43 ---> 6b0b4d7cdbc8 00:39:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:43 ---> Running in 4e89bb5223e2 00:39:43 Removing intermediate container 4e89bb5223e2 00:39:43 ---> 3072a461b860 00:39:43 Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:39:43 ---> Running in 68ed46f700d7 00:39:43 ---> 5530cd0c8e98 00:39:43 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:43 ---> Running in bb5bbf2535d1 00:39:44 Removing intermediate container 68ed46f700d7 00:39:44 ---> 91b631f1ce99 00:39:44 Step 23/23 : LABEL version=0.0.0 00:39:44 ---> Running in 5d35357ce085 00:39:44 Removing intermediate container bb5bbf2535d1 00:39:44 ---> b3957e65b25e 00:39:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:45 ---> Running in 8b0aedff469e 00:39:45 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:39:45 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:39:45 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:39:45 Removing intermediate container 5d35357ce085 00:39:45 ---> 1ba60c26d60b 00:39:45 00:39:45 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:39:45 + git describe '--abbrev=0' --tags 00:39:45 + TAG=v0.6.1 00:39:45 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:39:45 + apk --print-arch 00:39:45 + arch=x86_64 00:39:45 + echo 'building [dockerize] for amd64 ... ' 00:39:45 + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 00:39:45 building [dockerize] for amd64 ... 00:39:45 Successfully built 1ba60c26d60b 00:39:45 Successfully tagged docker-core-command-go:latest 00:39:45  Building docker-core-command-go ... done Removing intermediate container 8b0aedff469e 00:39:45 ---> c55ab595e382 00:39:45 Step 21/23 : LABEL arch=x86_64 00:39:46 ---> Running in f5600fa7532d 00:39:46 Removing intermediate container f5600fa7532d 00:39:46 ---> 6e091e3c7d44 00:39:46 Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:39:47 ---> Running in f817a91f268c 00:39:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:48 Status: Downloaded newer image for docker:20.10.0 00:39:48 ---> aefe523efa57 00:39:48 Step 12/26 : RUN apk add --no-cache bash 00:39:48 Removing intermediate container f817a91f268c 00:39:48 ---> 79de11d7f09d 00:39:48 Step 23/23 : LABEL version=0.0.0 00:39:48 ---> Running in f61fc2151b1c 00:39:48 ---> Running in e703d1332d16 00:39:49 Removing intermediate container e703d1332d16 00:39:49 ---> 62894f158e5d 00:39:49 00:39:49 Successfully built 62894f158e5d 00:39:50 Successfully tagged docker-core-metadata-go:latest 00:39:50  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:50 (1/2) Installing readline (8.0.4-r0) 00:39:50 (2/2) Installing bash (5.0.17-r0) 00:39:50 Executing bash-5.0.17-r0.post-install 00:39:50 Executing busybox-1.31.1-r19.trigger 00:39:50 OK: 12 MiB in 22 packages 00:39:51 Removing intermediate container f61fc2151b1c 00:39:51 ---> f28dd1ef9a23 00:39:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:51 ---> Running in ff70862f480d 00:39:52 Removing intermediate container ff70862f480d 00:39:52 ---> f141eaaab603 00:39:52 Step 14/26 : ENV APP_PORT=48090 00:39:52 ---> Running in 1b6dae7db4b9 00:39:53 Removing intermediate container 1b6dae7db4b9 00:39:53 ---> b1fdf974ca11 00:39:53 Step 15/26 : EXPOSE $APP_PORT 00:39:53 ---> Running in c68ff61b5492 00:39:54 Removing intermediate container c68ff61b5492 00:39:54 ---> 932498fa0bd5 00:39:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:55 ---> aca776759f21 00:39:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:55 ---> d7f1367f9d81 00:39:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:56 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:56 ---> 4f9e106c2253 00:39:56 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:56 ---> Running in 429d28027faf 00:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:58 (1/33) Installing libbz2 (1.0.8-r1) 00:39:58 (2/33) Installing expat (2.2.9-r1) 00:39:58 (3/33) Installing libffi (3.3-r2) 00:39:58 (4/33) Installing gdbm (1.13-r1) 00:39:58 (5/33) Installing xz-libs (5.2.5-r0) 00:39:58 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:58 (7/33) Installing python3 (3.8.5-r0) 00:39:59 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:59 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:59 (11/33) Installing py3-six (1.15.0-r0) 00:39:59 (12/33) Installing py3-packaging (20.4-r0) 00:39:59 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:59 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:59 (15/33) Installing py3-idna (2.9-r0) 00:39:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:59 (18/33) Installing py3-requests (2.23.0-r0) 00:39:59 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:59 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:59 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:00 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:00 (24/33) Installing py3-distro (1.5.0-r1) 00:40:00 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:00 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:00 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:00 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:00 (29/33) Installing py3-progress (1.5-r0) 00:40:00 (30/33) Installing py3-toml (0.10.1-r0) 00:40:00 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:00 (33/33) Installing py3-pip (20.1.1-r0) 00:40:00 Executing busybox-1.31.1-r19.trigger 00:40:00 OK: 71 MiB in 55 packages 00:40:00 + date 00:40:00 + echo 'Wed Jan 27 00:40:00 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:40:00 Wed Jan 27 00:40:00 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:40:10 Removing intermediate container 429d28027faf 00:40:10 ---> 0431646a8d81 00:40:10 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:10 ---> Running in 417c6ea4ea6b 00:40:14 Collecting docker-compose==1.23.2 00:40:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:16 Collecting PyYAML<4,>=3.10 00:40:16 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:16 Removing intermediate container 5edee4d58e24 00:40:16 ---> 0bcf8825535f 00:40:16 00:40:16 Step 11/33 : FROM alpine:3.12 00:40:16 ---> 389fef711851 00:40:16 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:40:16 ---> Running in aad35728ebd2 00:40:17 Removing intermediate container aad35728ebd2 00:40:17 ---> 931058dc49f8 00:40:17 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:40:17 Collecting texttable<0.10,>=0.9.0 00:40:17 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:17 ---> Running in 92b7aea607da 00:40:18 Collecting jsonschema<3,>=2.5.1 00:40:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:18 Collecting websocket-client<1.0,>=0.32.0 00:40:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:18 Collecting dockerpty<0.5,>=0.4.1 00:40:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:18 (1/3) Installing dumb-init (1.2.2-r1) 00:40:18 (2/3) Installing openssl (1.1.1i-r0) 00:40:18 (3/3) Installing su-exec (0.2-r1) 00:40:18 Executing busybox-1.31.1-r19.trigger 00:40:18 OK: 6 MiB in 17 packages 00:40:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:20 Collecting cached-property<2,>=1.2.0 00:40:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:20 Collecting docopt<0.7,>=0.6.1 00:40:20 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:20 Removing intermediate container 92b7aea607da 00:40:20 ---> e97ff7341dc1 00:40:20 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 00:40:20 ---> Running in 21fb8665c905 00:40:20 Removing intermediate container 21fb8665c905 00:40:20 ---> 755b79502551 00:40:20 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:20 ---> Running in a924fdce585b 00:40:20 Removing intermediate container a924fdce585b 00:40:20 ---> 6b6fd342e528 00:40:20 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:40:20 ---> Running in 20a8c736d4b2 00:40:20 Collecting docker<4.0,>=3.6.0 00:40:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:20 Collecting docker-pycreds>=0.4.0 00:40:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:20 Collecting urllib3<1.25,>=1.21.1 00:40:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:20 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) 00:40:20 Collecting idna<2.8,>=2.5 00:40:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:21 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) 00:40:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:21 Installing collected packages: PyYAML, texttable, jsonschema, websocket-client, dockerpty, cached-property, docopt, urllib3, idna, requests, docker-pycreds, docker, docker-compose 00:40:21 Running setup.py install for PyYAML: started 00:40:21 Removing intermediate container 20a8c736d4b2 00:40:21 ---> 22298a4bec44 00:40:21 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 00:40:21 ---> Running in 3bd908f3dff7 00:40:21 Removing intermediate container 3bd908f3dff7 00:40:21 ---> 7db6d7fd48ad 00:40:21 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:40:22 Running setup.py install for PyYAML: finished with status 'done' 00:40:22 Running setup.py install for texttable: started 00:40:22 ---> 9ce7d75f5b7b 00:40:22 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:22 Running setup.py install for texttable: finished with status 'done' 00:40:24 Running setup.py install for dockerpty: started 00:40:24 ---> e2c6bd051dd1 00:40:24 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:24 ---> Running in a8117cdacb99 00:40:25 Running setup.py install for dockerpty: finished with status 'done' 00:40:25 Running setup.py install for docopt: started 00:40:25 Running setup.py install for docopt: finished with status 'done' 00:40:25 Attempting uninstall: urllib3 00:40:25 Found existing installation: urllib3 1.25.9 00:40:25 Uninstalling urllib3-1.25.9: 00:40:25 Removing intermediate container a8117cdacb99 00:40:25 ---> c9ada05d5a93 00:40:25 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:25 Successfully uninstalled urllib3-1.25.9 00:40:26 Attempting uninstall: idna 00:40:26 Found existing installation: idna 2.9 00:40:26 Uninstalling idna-2.9: 00:40:26 Successfully uninstalled idna-2.9 00:40:26 ---> f86c16a1c3ec 00:40:26 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:26 Attempting uninstall: requests 00:40:26 Found existing installation: requests 2.23.0 00:40:26 Uninstalling requests-2.23.0: 00:40:26 Successfully uninstalled requests-2.23.0 00:40:27 ---> 72a7ae73e6a7 00:40:27 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:27 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 00:40:27 ---> 1a9eb491289a 00:40:27 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:40:28 ---> 011245904551 00:40:28 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:30 ---> 174e02982656 00:40:30 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:40:30 Removing intermediate container 417c6ea4ea6b 00:40:30 ---> cd005b94deb0 00:40:30 Step 21/26 : RUN apk --no-cache add curl 00:40:30 ---> Running in 964174d33939 00:40:30 ---> Running in 78c045d51574 00:40:30 Removing intermediate container 964174d33939 00:40:30 ---> 48e0dd851262 00:40:30 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:40:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:30 ---> 0adcc34fc4fd 00:40:30 Step 28/33 : RUN chmod +x /entrypoint.sh 00:40:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:31 ---> Running in 09d6de0f041b 00:40:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:31 (2/3) Installing libcurl (7.69.1-r3) 00:40:31 (3/3) Installing curl (7.69.1-r3) 00:40:31 Executing busybox-1.31.1-r19.trigger 00:40:31 OK: 72 MiB in 58 packages 00:40:31 Removing intermediate container 78c045d51574 00:40:31 ---> 048db48865c3 00:40:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:31 ---> Running in 5345c26f8daa 00:40:32 Removing intermediate container 5345c26f8daa 00:40:32 ---> d03587607218 00:40:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:32 Removing intermediate container 09d6de0f041b 00:40:32 ---> 0caf81149264 00:40:32 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:40:32 ---> Running in 9addd133d88c 00:40:32 ---> Running in 36947c3e186b 00:40:32 Removing intermediate container 9addd133d88c 00:40:32 ---> bc617685aeb3 00:40:32 Step 24/26 : LABEL arch=x86_64 00:40:32 ---> Running in 2edf18b0c7b3 00:40:32 Removing intermediate container 36947c3e186b 00:40:32 ---> a32c12799dc7 00:40:32 Step 30/33 : CMD ["gate"] 00:40:32 ---> Running in 727df5cb2bab 00:40:32 Removing intermediate container 2edf18b0c7b3 00:40:32 ---> 5c1f11e1cea4 00:40:32 Step 25/26 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:40:32 ---> Running in 7b051614f807 00:40:33 Removing intermediate container 727df5cb2bab 00:40:33 ---> 7a8249374329 00:40:33 Step 31/33 : LABEL arch=x86_64 00:40:33 Removing intermediate container 7b051614f807 00:40:33 ---> 6e7e814e3062 00:40:33 Step 26/26 : LABEL version=0.0.0 00:40:33 ---> Running in d6b40c6e45cb 00:40:33 ---> Running in 1f21a754ccbc 00:40:33 Removing intermediate container d6b40c6e45cb 00:40:33 ---> 55463cdea520 00:40:33 Step 32/33 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:40:33 Removing intermediate container 1f21a754ccbc 00:40:33 ---> 37422496597c 00:40:33 00:40:33 Successfully built 37422496597c 00:40:33 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:33  Building docker-sys-mgmt-agent-go ... done  ---> Running in bf54ca843599 00:40:34 Removing intermediate container bf54ca843599 00:40:34 ---> fdf2f7e2039f 00:40:34 Step 33/33 : LABEL version=0.0.0 00:40:34 ---> Running in 1efd041e3b0b 00:40:34 Removing intermediate container 1efd041e3b0b 00:40:34 ---> 7f2b26416616 00:40:34 00:40:34 Successfully built 7f2b26416616 00:40:34 Successfully tagged docker-security-bootstrapper-go:latest 00:40:34  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:40:34 $ docker stop --time=1 4e624710134c608a529bed851af1ad06579cc2b48e363411e2ec5fccd42e6773 00:40:36 $ docker rm -f 4e624710134c608a529bed851af1ad06579cc2b48e363411e2ec5fccd42e6773 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:37 + docker images 00:40:37 + grep docker 00:40:37 docker-security-bootstrapper-go latest 7f2b26416616 3 seconds ago 33.5MB 00:40:37 docker-sys-mgmt-agent-go latest 37422496597c 4 seconds ago 313MB 00:40:37 docker-core-metadata-go latest 62894f158e5d 49 seconds ago 18.8MB 00:40:37 docker-core-command-go latest 1ba60c26d60b 53 seconds ago 16.3MB 00:40:37 docker-core-data-go latest d149652cf264 2 minutes ago 22.3MB 00:40:37 docker-security-secretstore-setup-go latest 465e2c635057 2 minutes ago 24.6MB 00:40:37 docker-support-scheduler-go latest 6e0201222f26 2 minutes ago 16.4MB 00:40:37 docker-support-notifications-go latest fcf77a51ccda 2 minutes ago 16.9MB 00:40:37 docker-security-proxy-setup-go latest b1d044ce3945 2 minutes ago 24.4MB 00:40:37 docker 20.10.0 aefe523efa57 6 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 00:40:53 Still waiting to schedule task 00:40:53 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:41:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.268s coverage: 46.6% of statements 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:41:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.653s coverage: 27.1% of statements 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:41:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:41:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.287s coverage: 65.8% of statements 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.500s coverage: 82.3% of statements 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.538s coverage: 28.6% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.521s coverage: 86.7% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.469s coverage: 97.5% of statements 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.547s coverage: 92.8% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.243s coverage: 0.1% of statements 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:42:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 43.8% of statements 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.118s coverage: 79.5% of statements 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.107s coverage: 94.1% of statements 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements 00:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements 00:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements 00:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements 00:42:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:42:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:42:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:42:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.096s coverage: 87.2% of statements 00:42:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:42:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 00:42:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.112s coverage: 75.5% of statements 00:42:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements 00:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements 00:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.4% of statements 00:42:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.860s coverage: 63.5% of statements 00:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:42:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 00:42:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.143s coverage: 91.3% of statements 00:42:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.111s coverage: 100.0% of statements 00:42:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements 00:42:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 00:42:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.098s coverage: 68.9% of statements 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:42:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.481s coverage: 37.0% of statements 00:42:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:42:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:42:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.978s coverage: 84.0% of statements 00:42:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements 00:42:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.408s coverage: 47.1% of statements 00:42:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:42:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:42:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:42:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:42:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:42:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements 00:42:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:42:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 00:42:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:42:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.605s coverage: 29.1% of statements 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.141s coverage: 100.0% of statements 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:42:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.075s coverage: 32.1% of statements 00:42:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.100s coverage: 100.0% of statements 00:42:56 GO111MODULE=on go vet ./... 00:44:28 Running on prd-ubuntu18.04-docker-8c-8g-23017 in /w/workspace/edgexfoundry_edgex-go_PR-3076 [Pipeline] { [Pipeline] ws 00:44:28 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:44:31 using credential edgex-jenkins-ssh 00:44:31 Cloning the remote Git repository 00:44:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:44:31 > git init /w/workspace/edgex-go/2 # timeout=10 00:44:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:31 > git --version # timeout=10 00:44:31 > git --version # 'git version 2.17.1' 00:44:31 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:33 gofmt -l . 00:44:33 [ "`gofmt -l .`" = "" ] 00:44:33 ./bin/test-go-mod-tidy.sh 00:44:33 ./bin/test-attribution-txt.sh [Pipeline] sh 00:44:33 + ls -al . 00:44:33 total 696 00:44:33 drwxrwxr-x 9 1001 1001 4096 Jan 27 00:44 . 00:44:33 drwxr-xr-x 4 root root 4096 Jan 27 00:39 .. 00:44:33 -rw-rw-r-- 1 1001 1001 11 Jan 27 00:37 .dockerignore 00:44:33 drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 .git 00:44:33 drwxrwxr-x 3 1001 1001 4096 Jan 27 00:37 .github 00:44:33 -rw-rw-r-- 1 1001 1001 872 Jan 27 00:37 .gitignore 00:44:33 -rw-rw-r-- 1 1001 1001 166 Jan 27 00:37 .sonarcloud.properties 00:44:33 -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:37 Attribution.txt 00:44:33 -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:37 CONTRIBUTING.md 00:44:33 -rw-rw-r-- 1 1001 1001 931 Jan 27 00:37 Dockerfile.build 00:44:33 -rw-rw-r-- 1 1001 1001 863 Jan 27 00:37 Jenkinsfile 00:44:33 -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:37 LICENSE 00:44:33 -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:37 Makefile 00:44:33 -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:37 README.md 00:44:33 -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:37 SECURITY.md 00:44:33 -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION 00:44:33 -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:37 ZMQWindows.md 00:44:33 drwxrwxr-x 2 1001 1001 4096 Jan 27 00:37 bin 00:44:33 drwxrwxr-x 15 1001 1001 4096 Jan 27 00:37 cmd 00:44:33 -rw-r--r-- 1 root root 564700 Jan 27 00:42 coverage.out 00:44:33 -rw-r--r-- 1 root root 1053 Jan 27 00:44 go.mod 00:44:33 -rw-r--r-- 1 root root 18995 Jan 27 00:44 go.sum 00:44:33 drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 internal 00:44:33 drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 openapi 00:44:33 drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 snap 00:44:33 -rw-rw-r-- 1 1001 1001 168 Jan 27 00:37 version.go [Pipeline] sh 00:44:34 + '[' -e coverage.out ] 00:44:34 + chown 1001:1001 coverage.out [Pipeline] stash 00:44:34 Warning: overwriting stash ‘coverage-report’ 00:44:36 Stashed 1 file(s) [Pipeline] sh 00:44:36 + make build 00:44:36 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 00:44:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3076/head:refs/remotes/origin/PR-3076 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:49 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit ba6feeb4c00d7db79a0ca7527311afd817b28787 00:44:49 Merge succeeded, producing f33537cec8f2235b3210233b68784e055a376572 00:44:49 Checking out Revision f33537cec8f2235b3210233b68784e055a376572 (PR-3076) 00:44:49 > git config core.sparsecheckout # timeout=10 00:44:49 > git checkout -f ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 00:44:49 > git remote # timeout=10 00:44:49 > git config --get remote.origin.url # timeout=10 00:44:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:49 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 00:44:49 > git rev-parse HEAD^{commit} # timeout=10 00:44:49 > git config core.sparsecheckout # timeout=10 00:44:49 > git checkout -f f33537cec8f2235b3210233b68784e055a376572 # timeout=10 00:44: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 00:44:53 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" 00:44:53 > git rev-list --no-walk ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:54 + echo snap-build.sh 00:44:54 snap-build.sh 00:44:54 + SNAP_BASE_DIR=. 00:44:54 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:44:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:44:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:44:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:44:54 + cd /w/workspace/edgex-go/2 00:44:54 + sudo apt-get remove -qy --purge lxd lxd-client 00:44:54 Reading package lists... 00:44:54 Building dependency tree... 00:44:54 Reading state information... 00:44:55 The following packages were automatically installed and are no longer required: 00:44:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:44:55 uidmap xdelta3 00:44:55 Use 'sudo apt autoremove' to remove them. 00:44:55 The following packages will be REMOVED: 00:44:55 lxd* lxd-client* 00:44:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:44:55 After this operation, 31.7 MB disk space will be freed. 00:44:56 (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.) 00:44:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:57 Removing lxd dnsmasq configuration 00:44:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:44:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:44:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:58 (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.) 00:44:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:59 Processing triggers for systemd (237-3ubuntu10.42) ... 00:44:59 Processing triggers for ureadahead (0.100.0-21) ... 00:45:01 + sudo snap remove --purge lxd 00:45:01 snap "lxd" is not installed 00:45:01 + sudo groupadd --force --system lxd 00:45:01 ++ whoami 00:45:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:45:01 + newgrp - lxd 00:45:01 + sudo snap install lxd 00:45:11 2021-01-27T00:45:07Z INFO Waiting for automatic snapd restart... 00:45:21 lxd 4.10 from Canonical* installed 00:45:21 + sudo lxd init --auto 00:45:24 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 00:45:24 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 00:45:31 + sudo snap install --classic snapcraft 00:45:35 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 00:45:35 snapcraft 4.4.4 from Canonical* installed 00:45:35 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:45:35 + patch --verbose -p1 00:45:35 Hmm... Looks like a unified diff to me... 00:45:35 The text leading up to this was: 00:45:35 -------------------------- 00:45:35 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:45:35 |From: Tony Espy 00:45:35 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:45:35 |Subject: [PATCH] optimize snap build for pipeline CI check 00:45:35 | 00:45:35 |This patch is used by the EdgeX CI pipeline builds to 00:45:35 |optimize the snap CI check run for pull requests. When 00:45:35 |applied, it essentially strips out everything (apps and 00:45:35 |parts) from the snapcraft.yaml file except those required 00:45:35 |to build edgex-go, as the whole idea of the CI check is to 00:45:35 |catch changes to edgex-go that break the snap build. 00:45:35 | 00:45:35 |In general, anyone updating snapcraft.yaml will also need 00:45:35 |to update this patch file, otherwise it may fail to apply, 00:45:35 |resulting in a failed snap build CI check in the associated 00:45:35 |pull request. 00:45:35 | 00:45:35 |Note - in addition to applying this patch, the pipeline also 00:45:35 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:45:35 |need to build the finally binary .snap file (and it won't 00:45:35 |work with the patch applied). This further reduces the build 00:45:35 |time. 00:45:35 |--- 00:45:35 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:45:35 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:45:35 | 00:45:35 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:45:35 |index 1e537489..faf42425 100644 00:45:35 |--- a/snap/snapcraft.yaml 00:45:35 |+++ b/snap/snapcraft.yaml 00:45:35 -------------------------- 00:45:35 patching file snap/snapcraft.yaml 00:45:35 Using Plan A... 00:45:35 Hunk #1 succeeded at 73. 00:45:35 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:45:35 Hunk #3 succeeded at 214 (offset -1 lines). 00:45:35 Hunk #4 succeeded at 222 (offset -1 lines). 00:45:35 Hunk #5 succeeded at 229 (offset -1 lines). 00:45:35 Hunk #6 succeeded at 256 (offset -1 lines). 00:45:35 Hunk #7 succeeded at 290 (offset -1 lines). 00:45:35 Hunk #8 succeeded at 342. 00:45:35 Hmm... Ignoring the trailing garbage. 00:45:35 done 00:45:35 + sudo snapcraft prime --use-lxd 00:45:35 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 00:45:35 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:45:35 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: 00:45:35 - README.md 00:45:35 - snapcraft.yaml.orig 00:45:35 00:45:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:36 Launching a container. 00:45:42 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 00:45:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45:49 Waiting for container to be ready 00:45:49 To start your first instance, try: lxc launch ubuntu:18.04 00:45:49 00:45:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:45:52 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:45:52 Waiting for network to be ready... 00:45:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 00:45:53 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:45:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:45:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:45:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:45:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:45:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 00:45:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:45:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:45:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:45:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:45:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:45:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:45:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:45:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:45:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:45:56 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 00:45:57 Fetched 23.8 MB in 4s (5419 kB/s) 00:45:58 Reading package lists... 00:45:58 Reading package lists... 00:45:58 Building dependency tree... 00:45:58 Reading state information... 00:45:58 The following additional packages will be installed: 00:45:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:45:58 Suggested packages: 00:45:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:45:58 Recommended packages: 00:45:58 gnupg libsasl2-modules 00:45:58 The following NEW packages will be installed: 00:45:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:45:58 The following packages will be upgraded: 00:45:58 gpg gpg-agent gpgconf libudev1 00:45:58 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:45:58 Need to get 3533 kB of archives. 00:45:58 After this operation, 13.3 MB of additional disk space will be used. 00:45:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:45:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:45:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:45:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:45:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:45:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:45:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:45:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:45:58 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:45:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:46:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:46:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:46:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:46:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:46:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:46:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:46:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:46:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:46:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:46:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:46:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:46:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:46:00 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 00:46:00 debconf: delaying package configuration, since apt-utils is not installed 00:46:00 Fetched 3533 kB in 1s (2383 kB/s) 00:46:00 (Reading database ... 12511 files and directories currently installed.) 00:46:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:46:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:46:00 Selecting previously unselected package udev. 00:46:00 (Reading database ... 12511 files and directories currently installed.) 00:46:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:46:00 Unpacking udev (237-3ubuntu10.44) ... 00:46:01 Selecting previously unselected package libfuse2:amd64. 00:46:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:46:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:46:01 Selecting previously unselected package fuse. 00:46:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:46:01 Unpacking fuse (2.9.7-1ubuntu1) ... 00:46:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:01 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:01 Selecting previously unselected package libksba8:amd64. 00:46:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:46:01 Unpacking libksba8:amd64 (1.3.5-2) ... 00:46:01 Selecting previously unselected package libroken18-heimdal:amd64. 00:46:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:46:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:02 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:46:02 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:02 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:46:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:02 Selecting previously unselected package libwind0-heimdal:amd64. 00:46:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:46:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:46:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:46:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:46:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:02 Selecting previously unselected package libsasl2-modules-db:amd64. 00:46:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:46:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:02 Selecting previously unselected package libsasl2-2:amd64. 00:46:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:46:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:02 Selecting previously unselected package libldap-common. 00:46:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:46:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:46:02 Selecting previously unselected package libldap-2.4-2:amd64. 00:46:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:46:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:46:02 Selecting previously unselected package dirmngr. 00:46:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:02 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:46:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:46:03 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:46:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:46:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:03 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:46:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:03 Setting up libksba8:amd64 (1.3.5-2) ... 00:46:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:03 Setting up udev (237-3ubuntu10.44) ... 00:46:03 invoke-rc.d: policy-rc.d denied execution of start. 00:46:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:03 Processing triggers for systemd (237-3ubuntu10) ... 00:46:03 Setting up fuse (2.9.7-1ubuntu1) ... 00:46:03 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:46:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:03 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:46:03 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:46:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:46:04 settings in the [Install] section, and DefaultInstance for template units). 00:46:04 This means they are not meant to be enabled using systemctl. 00:46:04 Possible reasons for having this kind of units are: 00:46:04 1) A unit may be statically enabled by being symlinked from another unit's 00:46:04 .wants/ or .requires/ directory. 00:46:04 2) A unit's purpose may be to act as a helper for some other unit which has 00:46:04 a requirement dependency on it. 00:46:04 3) A unit may be started when needed via activation (socket, path, timer, 00:46:04 D-Bus, udev, scripted systemctl call, ...). 00:46:04 4) In case of template units, the unit is meant to be enabled with some 00:46:04 instance name specified. 00:46:04 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 00:46:04 Reading package lists... 00:46:04 Building dependency tree... 00:46:04 Reading state information... 00:46:05 The following additional packages will be installed: 00:46:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:46:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:46:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:46:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:46:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:46:05 Suggested packages: 00:46:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:46:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:46:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:46:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:46:05 systemd-container policykit-1 00:46:05 Recommended packages: 00:46:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:46:05 The following NEW packages will be installed: 00:46:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:46:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:46:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:46:05 multiarch-support openssh-client python3 python3-minimal python3.6 00:46:05 python3.6-minimal snapd squashfs-tools sudo 00:46:05 The following packages will be upgraded: 00:46:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:46:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:46:05 Need to get 35.2 MB of archives. 00:46:05 After this operation, 141 MB of additional disk space will be used. 00:46:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:46:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:46:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:46:05 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:46:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:46:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:46:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:46:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:46:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:46:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:46:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:46:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:46:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:46:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:46:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:46:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:46:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:46:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:46:06 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:46:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:46:06 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:46:06 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:46:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:46:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:46:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:46:06 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:46:06 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:46:06 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:46:06 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:46:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:46:08 debconf: delaying package configuration, since apt-utils is not installed 00:46:08 Fetched 35.2 MB in 3s (12.7 MB/s) 00:46:08 (Reading database ... 12757 files and directories currently installed.) 00:46:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:46:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:46:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:09 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:46:09 (Reading database ... 12757 files and directories currently installed.) 00:46:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:46:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:46:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:46:09 (Reading database ... 12757 files and directories currently installed.) 00:46:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:46:09 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:46:09 Setting up apt (1.6.12ubuntu0.2) ... 00:46:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:46:10 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 00:46:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:46:10 (Reading database ... 12764 files and directories currently installed.) 00:46:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:46:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:46:10 Selecting previously unselected package libpython3.6-minimal:amd64. 00:46:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:10 Selecting previously unselected package libexpat1:amd64. 00:46:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:46:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:46:11 Selecting previously unselected package python3.6-minimal. 00:46:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:46:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:46:11 Checking for services that may need to be restarted...done. 00:46:11 Checking for services that may need to be restarted...done. 00:46:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:46:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:46:11 Selecting previously unselected package python3-minimal. 00:46:11 (Reading database ... 13012 files and directories currently installed.) 00:46:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:46:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:46:11 Selecting previously unselected package mime-support. 00:46:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:46:11 Unpacking mime-support (3.60ubuntu1) ... 00:46:12 Selecting previously unselected package libmpdec2:amd64. 00:46:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:46:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:46:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:12 Selecting previously unselected package python3.6. 00:46:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:46:12 Selecting previously unselected package libpython3-stdlib:amd64. 00:46:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:46:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:12 Setting up python3-minimal (3.6.7-1~18.04) ... 00:46:13 Selecting previously unselected package python3. 00:46:13 (Reading database ... 13442 files and directories currently installed.) 00:46:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:46:13 Unpacking python3 (3.6.7-1~18.04) ... 00:46:13 Selecting previously unselected package multiarch-support. 00:46:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:46:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:46:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:46:13 Selecting previously unselected package liblzo2-2:amd64. 00:46:13 (Reading database ... 13479 files and directories currently installed.) 00:46:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:46:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:46:13 Selecting previously unselected package libbsd0:amd64. 00:46:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:46:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:13 Selecting previously unselected package sudo. 00:46:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:46:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:46:13 Selecting previously unselected package apparmor. 00:46:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:46:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:46:13 Selecting previously unselected package libedit2:amd64. 00:46:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:46:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:46:14 Selecting previously unselected package libkrb5support0:amd64. 00:46:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:46:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:46:14 Selecting previously unselected package libk5crypto3:amd64. 00:46:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:46:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:14 Selecting previously unselected package libkeyutils1:amd64. 00:46:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:46:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:14 Selecting previously unselected package libkrb5-3:amd64. 00:46:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:46:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:46:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:46:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:46:14 Selecting previously unselected package libssl1.0.0:amd64. 00:46:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:46:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:46:14 Selecting previously unselected package openssh-client. 00:46:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:46:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:15 Selecting previously unselected package squashfs-tools. 00:46:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:46:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:15 Selecting previously unselected package snapd. 00:46:15 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:46:15 Unpacking snapd (2.48+18.04) ... 00:46:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:46:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:46:17 Setting up mime-support (3.60ubuntu1) ... 00:46:17 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:46:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:17 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:46:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:17 Setting up systemd (237-3ubuntu10.44) ... 00:46:17 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] } 00:46:18 $ docker stop --time=1 37cd9fa873dce905a3f2589c31307f250acb130be3f580e703805c0928b19ff2 00:46:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:46:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:46:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:19 Setting up python3 (3.6.7-1~18.04) ... 00:46:19 running python rtupdate hooks for python3.6... 00:46:19 running python post-rtupdate hooks for python3.6... 00:46:20 Setting up apparmor (2.12-4ubuntu5.1) ... 00:46:21 $ docker rm -f 37cd9fa873dce905a3f2589c31307f250acb130be3f580e703805c0928b19ff2 00:46:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:46:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:46:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:21 Setting up snapd (2.48+18.04) ... 00:46:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:46:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:46:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:46:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [Pipeline] // withDockerContainer [Pipeline] } 00:46:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:46:22 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:46:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:46:23 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [Pipeline] isUnix [Pipeline] sh 00:46:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:46:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:23 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:46:23 /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' 00:46:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:23 00:46:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:46:23 Processing triggers for systemd (237-3ubuntu10.44) ... 00:46:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:24 latest: Pulling from edgex-devops/edgex-compose-arm64 00:46:24 29e5d40040c1: Pulling fs layer 00:46:24 1ce36da41761: Pulling fs layer 00:46:24 25b303627fd3: Pulling fs layer 00:46:24 29e5d40040c1: Verifying Checksum 00:46:24 29e5d40040c1: Download complete 00:46:24 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:24 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:24 1ce36da41761: Verifying Checksum 00:46:24 1ce36da41761: Download complete 00:46:25 29e5d40040c1: Pull complete 00:46:26 Reading package lists... 00:46:26 Reading package lists... 00:46:26 Building dependency tree... 00:46:26 Reading state information... 00:46:26 Calculating upgrade... 00:46:26 The following packages will be upgraded: 00:46:26 advancecomp base-files bash binutils binutils-common 00:46:26 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:46:26 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:46:26 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:46:26 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:46:26 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:46:26 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:46:26 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:46:26 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:46:26 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:46:26 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:46:26 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:46:26 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:46:26 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:46:26 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:46:26 1ce36da41761: Pull complete 00:46:26 25b303627fd3: Verifying Checksum 00:46:26 25b303627fd3: Download complete 00:46:27 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:46:27 Need to get 63.8 MB of archives. 00:46:27 After this operation, 5205 kB of additional disk space will be used. 00:46:27 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:46:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:46:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:46:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:46:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:46:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:46:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:46:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:46:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:46:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:46:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:46:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:46:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:46:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:46:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:46:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:46:27 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:46:27 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:46:27 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:46:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:46:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:46:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:46:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:46:27 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:46:27 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:46:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:46:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:46:27 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:46:27 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:46:27 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:46:27 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:46:27 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:46:27 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:46:28 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:46:28 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:46:28 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:46:28 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:46:28 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:46:28 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:46:28 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:46:28 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:46:28 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:46:28 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:46:28 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:46:28 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:46:28 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:46:28 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:46:28 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:46:28 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:46:28 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:46:28 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:46:28 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:46:28 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:46:28 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:46:28 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:46:28 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:46:28 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:46:28 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:46:28 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:46:28 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:46:28 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:46:28 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:46:28 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:46:28 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:46:28 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:46:28 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:46:28 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:46:28 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:46:28 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:46:28 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:46:28 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:46:28 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:46:28 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:46:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:46:28 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:46:28 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:46:28 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:46:28 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:46:28 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:46:28 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:46:28 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:46:28 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:46:28 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:46:28 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:46:28 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:46:28 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:46:28 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:46:28 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:46:28 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:46:28 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:46:29 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:46:29 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:46:29 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:46:29 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:46:30 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:46:30 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:46:30 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:46:30 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:46:30 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:46:30 debconf: delaying package configuration, since apt-utils is not installed 00:46:30 Fetched 63.8 MB in 3s (20.4 MB/s) 00:46:30 (Reading database ... 13912 files and directories currently installed.) 00:46:30 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:46:30 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:30 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:30 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:30 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:46:30 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:46:31 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:31 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:31 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:32 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:32 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:32 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:32 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:32 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:32 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:32 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:32 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:32 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:32 (Reading database ... 13911 files and directories currently installed.) 00:46:32 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:32 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:46:32 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:46:32 (Reading database ... 13911 files and directories currently installed.) 00:46:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:33 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:33 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:33 (Reading database ... 13911 files and directories currently installed.) 00:46:33 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:46:33 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:46:33 (Reading database ... 13911 files and directories currently installed.) 00:46:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:46:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:46:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:46:34 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:46:34 Setting up base-files (10.1ubuntu2.10) ... 00:46:34 Installing new version of config file /etc/issue ... 00:46:34 Installing new version of config file /etc/issue.net ... 00:46:34 Installing new version of config file /etc/lsb-release ... 00:46:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:46:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:46:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:46:34 Removing obsolete conffile /etc/default/motd-news ... 00:46:35 (Reading database ... 13912 files and directories currently installed.) 00:46:35 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:46:35 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:46:35 Setting up bash (4.4.18-2ubuntu1.2) ... 00:46:35 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 00:46:35 (Reading database ... 13912 files and directories currently installed.) 00:46:35 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:35 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:46:35 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:46:35 (Reading database ... 13912 files and directories currently installed.) 00:46:35 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:46:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:46:35 Setting up tar (1.29b-2ubuntu0.2) ... 00:46:35 (Reading database ... 13912 files and directories currently installed.) 00:46:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:46:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:36 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:46:36 (Reading database ... 13912 files and directories currently installed.) 00:46:36 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:36 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:36 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:36 (Reading database ... 13912 files and directories currently installed.) 00:46:36 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:46:36 (Reading database ... 13912 files and directories currently installed.) 00:46:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:46:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:46:36 Setting up grep (3.1-2build1) ... 00:46:36 (Reading database ... 13912 files and directories currently installed.) 00:46:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:36 Setting up login (1:4.5-1ubuntu2) ... 00:46:37 (Reading database ... 13912 files and directories currently installed.) 00:46:37 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:37 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:46:37 25b303627fd3: Pull complete 00:46:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:46:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:46:37 (Reading database ... 13912 files and directories currently installed.) 00:46:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:37 prd-ubuntu18.04-docker-arm64-4c-16g-22938 does not seem to be running inside a container 00:46:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:46:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:46:38 (Reading database ... 13912 files and directories currently installed.) 00:46:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:46:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:46:39 (Reading database ... 13912 files and directories currently installed.) 00:46:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:46:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:46:40 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:46:40 (Reading database ... 13912 files and directories currently installed.) 00:46:40 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:40 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:40 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:40 (Reading database ... 13912 files and directories currently installed.) 00:46:40 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:40 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:40 (Reading database ... 13912 files and directories currently installed.) 00:46:40 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:40 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:40 $ docker top ada1eb0443d698b0618d70de35bb01864092fb15bf8ae03b33b3553a217f3e16 -eo pid,comm 00:46:41 (Reading database ... 13912 files and directories currently installed.) 00:46:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:41 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] { [Pipeline] sh 00:46:41 (Reading database ... 13912 files and directories currently installed.) 00:46:41 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:41 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:41 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:41 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:41 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:41 (Reading database ... 13912 files and directories currently installed.) 00:46:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:41 (Reading database ... 13912 files and directories currently installed.) 00:46:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:41 + docker-compose build --help 00:46:41 + grep parallel 00:46:42 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:42 (Reading database ... 13912 files and directories currently installed.) 00:46:42 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:42 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:42 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:46:42 (Reading database ... 13912 files and directories currently installed.) 00:46:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:42 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:46:43 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:46:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:46:43 (Reading database ... 13912 files and directories currently installed.) 00:46:43 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:43 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:43 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:46:44 (Reading database ... 13912 files and directories currently installed.) 00:46:44 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:46:44 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:44 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:46:44 (Reading database ... 13914 files and directories currently installed.) 00:46:44 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:46:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:46:44 Setting up debconf (1.5.66ubuntu1) ... 00:46:44 (Reading database ... 13914 files and directories currently installed.) 00:46:44 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:46:44 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:46:44 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:46:44 (Reading database ... 13914 files and directories currently installed.) 00:46:44 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:46:44 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:46:44 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:46:45 (Reading database ... 13914 files and directories currently installed.) 00:46:45 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:45 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:45 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:45 (Reading database ... 13914 files and directories currently installed.) 00:46:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:45 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:45 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:45 (Reading database ... 13914 files and directories currently installed.) 00:46:45 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:45 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:46 (Reading database ... 13914 files and directories currently installed.) 00:46:46 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:46 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:46:46 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:46 (Reading database ... 13914 files and directories currently installed.) 00:46:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:46:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:46:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:46:46 (Reading database ... 13914 files and directories currently installed.) 00:46:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:46:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:47 (Reading database ... 13914 files and directories currently installed.) 00:46:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:47 (Reading database ... 13914 files and directories currently installed.) 00:46:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:46:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:46:47 --parallel Build images in parallel. [Pipeline] } 00:46:47 $ docker stop --time=1 ada1eb0443d698b0618d70de35bb01864092fb15bf8ae03b33b3553a217f3e16 00:46:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:46:47 (Reading database ... 13914 files and directories currently installed.) 00:46:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:47 Setting up passwd (1:4.5-1ubuntu2) ... 00:46:48 (Reading database ... 13914 files and directories currently installed.) 00:46:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:48 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:48 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:46:48 (Reading database ... 13914 files and directories currently installed.) 00:46:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:46:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:46:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:46:48 (Reading database ... 13914 files and directories currently installed.) 00:46:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:46:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:46:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:46:49 (Reading database ... 13914 files and directories currently installed.) 00:46:49 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:46:49 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:46:49 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:46:49 (Reading database ... 13914 files and directories currently installed.) 00:46:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:46:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:46:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:46:49 $ docker rm -f ada1eb0443d698b0618d70de35bb01864092fb15bf8ae03b33b3553a217f3e16 00:46:49 (Reading database ... 13914 files and directories currently installed.) 00:46:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:46:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:46:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:46:49 (Reading database ... 13914 files and directories currently installed.) 00:46:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [Pipeline] // withDockerContainer 00:46:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:46:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:46:49 (Reading database ... 13915 files and directories currently installed.) 00:46:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:50 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:50 . [Pipeline] withDockerContainer 00:46:50 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:50 prd-ubuntu18.04-docker-arm64-4c-16g-22938 does not seem to be running inside a container 00:46:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:46:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:46:50 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:46:50 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:46:50 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:46:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:46:51 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:46:51 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:46:51 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:46:51 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:46:51 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:46:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:46:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:46:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:46:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:46:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:46:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:46:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:46:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:46:51 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:46:52 $ docker top b02b301d5fe9d2fd3a0646b38c6fb5c12f7398d3bffeb930f1f9620398eb092d -eo pid,comm 00:46:52 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [Pipeline] { [Pipeline] sh 00:46:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:46:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:46:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:46:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:46:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:52 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:53 + docker-compose -f ./docker-compose-build.yml build --parallel 00:46:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:46:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:46:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:54 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:55 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:55 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:46:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:58 Building docker-core-command-go ... 00:46:58 Building docker-core-data-go ... 00:46:58 Building docker-core-metadata-go ... 00:46:58 Building docker-security-bootstrapper-go ... 00:46:58 Building docker-security-proxy-setup-go ... 00:46:58 Building docker-security-secretstore-setup-go ... 00:46:58 Building docker-support-notifications-go ... 00:46:58 Building docker-support-scheduler-go ... 00:46:58 Building docker-sys-mgmt-agent-go ... 00:46:58 Building docker-core-command-go 00:46:58 Building docker-support-scheduler-go 00:46:58 Building docker-sys-mgmt-agent-go 00:46:58 Building docker-security-bootstrapper-go 00:46:58 Building docker-core-metadata-go 00:46:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:46:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:46:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:46:58 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:58 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:58 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:46:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:46:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:46:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:46:59 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:46:59 00:46:59 Current default time zone: 'Etc/UTC' 00:46:59 Local time is now: Wed Jan 27 00:46:59 UTC 2021. 00:46:59 Universal Time is now: Wed Jan 27 00:46:59 UTC 2021. 00:46:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:46:59 00:46:59 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:46:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:59 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:46:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:46:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:46:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:46:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:46:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:46:59 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:46:59 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:46:59 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:59 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:47:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:47:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:00 Setting up patch (2.7.6-2ubuntu1.1) ... 00:47:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:47:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:47:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:47:00 Installing new version of config file /etc/ssl/openssl.cnf ... 00:47:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:47:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:47:00 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:47:02 Updating certificates in /etc/ssl/certs... 00:47:03 22 added, 17 removed; done. 00:47:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:47:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:47:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:47:03 Setting up pkgbinarymangler (138.18.04.1) ... 00:47:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:47:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:47:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:03 Setting up perl (5.26.1-6ubuntu0.5) ... 00:47:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:47:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:47:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:47:03 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:47:03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:47:03 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:47:03 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:47:03 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:47:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:47:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:47:04 Processing triggers for systemd (237-3ubuntu10.44) ... 00:47:04 Processing triggers for mime-support (3.60ubuntu1) ... 00:47:04 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:47:04 Updating certificates in /etc/ssl/certs... 00:47:04 0 added, 0 removed; done. 00:47:04 Running hooks in /etc/ca-certificates/update.d... 00:47:04 done. 00:47:05 Reading package lists... 00:47:05 Building dependency tree... 00:47:05 Reading state information... 00:47:05 The following NEW packages will be installed: 00:47:05 apt-transport-https 00:47:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:47:05 Need to get 1696 B of archives. 00:47:05 After this operation, 153 kB of additional disk space will be used. 00:47:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:47:05 debconf: delaying package configuration, since apt-utils is not installed 00:47:05 Fetched 1696 B in 0s (8341 B/s) 00:47:06 Selecting previously unselected package apt-transport-https. 00:47:06 (Reading database ... 13929 files and directories currently installed.) 00:47:06 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:47:06 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:47:06 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:47:06 Waiting for network to be ready... 00:47:13 2021-01-27T00:47:09Z INFO Waiting for automatic snapd restart... 00:47:13 snapd 2.48.2 from Canonical* installed 00:47:13 "snapd" switched to the "latest/stable" channel 00:47:13 00:47:16 core18 20201210 from Canonical* installed 00:47:16 "core18" switched to the "latest/stable" channel 00:47:16 00:47:19 snapcraft 4.4.4 from Canonical* installed 00:47:19 "snapcraft" switched to the "latest/stable" channel 00:47:19 00:47:23 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: 00:47:23 - README.md 00:47:23 - snapcraft.yaml.orig 00:47:23 00:47:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:47:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:29 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:29 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:30 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:31 Reading package lists... 00:47:31 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 00:47:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:37 Reading package lists... 00:47:37 Building dependency tree... 00:47:37 Reading state information... 00:47:37 Suggested packages: 00:47:37 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:47:37 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:47:37 Recommended packages: 00:47:37 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:47:37 The following NEW packages will be installed: 00:47:37 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:47:37 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:47:37 pkg-config zip 00:47:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:47:37 Need to get 7655 kB of archives. 00:47:37 After this operation, 43.7 MB of additional disk space will be used. 00:47:37 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:47:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:47:38 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:47:38 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:47:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:47:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:47:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:47:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:47:38 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:47:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:47:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:47:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:47:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:47:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:47:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:47:38 debconf: delaying package configuration, since apt-utils is not installed 00:47:38 Fetched 7655 kB in 1s (6907 kB/s) 00:47:39 Selecting previously unselected package libglib2.0-0:amd64. 00:47:39 (Reading database ... 13933 files and directories currently installed.) 00:47:39 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:47:39 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:47:39 Selecting previously unselected package libpsl5:amd64. 00:47:39 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:47:39 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:47:39 Selecting previously unselected package libnghttp2-14:amd64. 00:47:39 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:47:39 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:39 Selecting previously unselected package librtmp1:amd64. 00:47:39 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:47:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:47:39 Selecting previously unselected package libcurl3-gnutls:amd64. 00:47:39 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:47:39 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:47:39 Selecting previously unselected package liberror-perl. 00:47:39 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:47:39 Unpacking liberror-perl (0.17025-1) ... 00:47:39 Selecting previously unselected package git-man. 00:47:39 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:47:39 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:47:40 Selecting previously unselected package git. 00:47:40 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:47:40 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:47:40 Selecting previously unselected package libnorm1:amd64. 00:47:40 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:47:40 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:47:40 Selecting previously unselected package libpgm-5.2-0:amd64. 00:47:40 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:47:40 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:40 Selecting previously unselected package libsodium23:amd64. 00:47:40 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:47:40 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:47:41 Selecting previously unselected package libzmq5:amd64. 00:47:41 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:41 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:47:41 Selecting previously unselected package libzmq3-dev:amd64. 00:47:41 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:41 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:47:41 Selecting previously unselected package pkg-config. 00:47:41 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:47:41 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:47:41 Selecting previously unselected package zip. 00:47:41 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:47:41 Unpacking zip (3.0-11build1) ... 00:47:41 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:41 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:47:41 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:41 Setting up liberror-perl (0.17025-1) ... 00:47:41 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:47:41 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:47:41 No schema files found: doing nothing. 00:47:41 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:47:41 Setting up zip (3.0-11build1) ... 00:47:41 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:47:41 Setting up libsodium23:amd64 (1.0.16-2) ... 00:47:41 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:47:42 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:47:42 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:47:42 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:47:42 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:47:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:47:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:48 git set to automatically installed. 00:47:48 git-man set to automatically installed. 00:47:48 libcurl3-gnutls set to automatically installed. 00:47:48 liberror-perl set to automatically installed. 00:47:48 libglib2.0-0 set to automatically installed. 00:47:48 libnghttp2-14 set to automatically installed. 00:47:48 libnorm1 set to automatically installed. 00:47:48 libpgm-5.2-0 set to automatically installed. 00:47:48 libpsl5 set to automatically installed. 00:47:48 librtmp1 set to automatically installed. 00:47:48 libsodium23 set to automatically installed. 00:47:48 libzmq3-dev set to automatically installed. 00:47:48 libzmq5 set to automatically installed. 00:47:48 pkg-config set to automatically installed. 00:47:48 zip set to automatically installed. 00:47:50 snapd is not logged in, snap install commands will use sudo 00:47:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:57 snap "core18" has no updates available 00:47:57 Pulling config-common 00:47:58 Pulling go-build-helper 00:48:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:20 ---> 6050d71b07a1 00:48:20 Step 3/22 : WORKDIR /edgex-go 00:48:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:20 ---> 6050d71b07a1 00:48:20 Step 3/23 : WORKDIR /edgex-go 00:48:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:20 ---> 6050d71b07a1 00:48:20 Step 3/23 : WORKDIR /edgex-go 00:48:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:20 ---> 6050d71b07a1 00:48:20 Step 3/26 : WORKDIR /edgex-go 00:48:20 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:20 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:48:20 ---> 6050d71b07a1 00:48:20 Step 3/33 : WORKDIR /edgex-go 00:48:20 ---> Running in 7fbfb687bcfa 00:48:20 ---> Running in 740f8692d363 00:48:20 ---> Running in 4e47ee216d86 00:48:20 ---> Running in 1939c4ccac82 00:48:20 ---> Running in cca4c7fc267c 00:48:20 Removing intermediate container 740f8692d363 00:48:20 ---> da1e413401f5 00:48:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:20 Removing intermediate container 4e47ee216d86 00:48:20 ---> ce2449959dc4 00:48:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:20 Removing intermediate container 1939c4ccac82 00:48:20 ---> 3633d404a56c 00:48:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:20 Removing intermediate container 7fbfb687bcfa 00:48:20 ---> ea9dfe28a57f 00:48:20 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:20 ---> Running in e0da751542ef 00:48:20 Removing intermediate container cca4c7fc267c 00:48:20 ---> 8554b91dabde 00:48:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:20 ---> Running in ec4b6aa10922 00:48:20 ---> Running in 02cf958f6d00 00:48:20 ---> Running in 939f07c9d446 00:48:20 ---> Running in a40ed9c9ce65 00:48:20 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:48:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:48:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:48:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 00:48:20 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:48:20 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:48:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:48:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:48:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:48:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:48:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:48:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:48:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:48:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:48:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:48:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:48:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 00:48:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:48:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:48:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:48:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:48:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:48:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:48:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:48:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:48:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:48:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:48:20 Fetched 23.8 MB in 0s (0 B/s) 00:48:20 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:48:20 Fetched 96.5 kB in 0s (0 B/s) 00:48:20 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:48:20 Fetched 279 kB in 0s (0 B/s) 00:48:20 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:48:20 Fetched 122 kB in 0s (0 B/s) 00:48:20 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:48:20 Fetched 77.8 kB in 0s (0 B/s) 00:48:20 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:48:20 Fetched 8848 B in 0s (0 B/s) 00:48:20 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:48:20 Fetched 47.8 kB in 0s (0 B/s) 00:48:20 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:48:20 Fetched 45.6 kB in 0s (0 B/s) 00:48:20 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:48:20 Fetched 15.0 kB in 0s (0 B/s) 00:48:20 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:48:20 Fetched 214 kB in 0s (0 B/s) 00:48:20 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:48:20 Fetched 155 kB in 0s (0 B/s) 00:48:20 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:48:20 Fetched 50.6 kB in 0s (0 B/s) 00:48:20 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:48:20 Fetched 14.8 kB in 0s (0 B/s) 00:48:20 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:48:20 Fetched 41.8 kB in 0s (0 B/s) 00:48:20 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:48:20 Fetched 499 kB in 0s (0 B/s) 00:48:20 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:48:20 Fetched 111 kB in 0s (0 B/s) 00:48:20 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:48:20 Fetched 240 kB in 0s (0 B/s) 00:48:20 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:48:20 Fetched 29.3 kB in 0s (0 B/s) 00:48:20 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:48:20 Fetched 85.5 kB in 0s (0 B/s) 00:48:20 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:48:20 Fetched 24.5 kB in 0s (0 B/s) 00:48:20 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:48:20 Fetched 49.2 kB in 0s (0 B/s) 00:48:20 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:48:20 Fetched 54.2 kB in 0s (0 B/s) 00:48:20 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:48:20 Fetched 30.8 kB in 0s (0 B/s) 00:48:20 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:48:20 Fetched 17.0 kB in 0s (0 B/s) 00:48:20 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:48:20 Fetched 85.9 kB in 0s (0 B/s) 00:48:20 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:48:20 Fetched 8720 B in 0s (0 B/s) 00:48:20 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:48:20 Fetched 137 kB in 0s (0 B/s) 00:48:20 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:48:20 Fetched 119 kB in 0s (0 B/s) 00:48:20 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:48:20 Fetched 109 kB in 0s (0 B/s) 00:48:20 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:48:20 Fetched 11.1 kB in 0s (0 B/s) 00:48:20 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:48:20 Fetched 645 kB in 0s (0 B/s) 00:48:20 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:48:20 Fetched 41.3 kB in 0s (0 B/s) 00:48:20 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:48:20 Fetched 17.9 kB in 0s (0 B/s) 00:48:20 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:48:20 Fetched 368 kB in 0s (0 B/s) 00:48:20 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:48:20 Fetched 187 kB in 0s (0 B/s) 00:48:20 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:48:20 Fetched 175 kB in 0s (0 B/s) 00:48:20 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:48:22 Removing intermediate container e0da751542ef 00:48:22 ---> f92fb115ade3 00:48:22 Step 5/23 : RUN apk add --update --no-cache make git 00:48:22 ---> Running in 268741cc0018 00:48:22 Removing intermediate container ec4b6aa10922 00:48:22 ---> b1c2f776b4b3 00:48:22 Step 5/22 : RUN apk add --update --no-cache make git 00:48:22 Removing intermediate container a40ed9c9ce65 00:48:22 ---> d1e542c86918 00:48:22 Step 5/23 : RUN apk add --update --no-cache make git 00:48:23 ---> Running in d1e7c6695a32 00:48:23 ---> Running in 57e0bc977b7c 00:48:23 Fetched 206 kB in 0s (0 B/s) 00:48:23 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:48:23 Fetched 1301 kB in 0s (0 B/s) 00:48:23 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:48:23 Fetched 36.2 kB in 0s (0 B/s) 00:48:23 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:48:23 Fetched 159 kB in 0s (0 B/s) 00:48:23 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:48:23 Fetched 107 kB in 0s (0 B/s) 00:48:23 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:48:23 Fetched 48.7 kB in 0s (0 B/s) 00:48:23 Pulling static-packages 00:48:23 Removing intermediate container 02cf958f6d00 00:48:23 ---> 904eeb924905 00:48:23 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:23 Removing intermediate container 939f07c9d446 00:48:23 ---> bc3fab960eb9 00:48:23 Step 5/33 : RUN apk add --update --no-cache make git 00:48:23 ---> Running in 7fa547a68cff 00:48:23 ---> Running in 57a4dfc258c1 00:48:23 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:48:23 Skipping pull go-build-helper (already ran) 00:48:23 Skipping pull static-packages (already ran) 00:48:23 Building go-build-helper 00:48:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:26 OK: 217 MiB in 51 packages 00:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:27 OK: 217 MiB in 51 packages 00:48:27 OK: 217 MiB in 51 packages 00:48:27 OK: 217 MiB in 51 packages 00:48:27 OK: 217 MiB in 51 packages 00:48:28 Building static-packages 00:48:28 Removing intermediate container 268741cc0018 00:48:28 ---> 7970207653d5 00:48:28 Step 6/23 : COPY go.mod . 00:48:29 Removing intermediate container 57e0bc977b7c 00:48:29 ---> a78a8bb40fe8 00:48:29 Step 6/22 : COPY go.mod . 00:48:29 Removing intermediate container d1e7c6695a32 00:48:29 ---> d693bf890526 00:48:29 Step 6/23 : COPY go.mod . 00:48:29 Staging go-build-helper 00:48:29 ---> beccc33d73a9 00:48:29 Step 7/23 : RUN go mod download 00:48:29 Removing intermediate container 7fa547a68cff 00:48:29 ---> 813a9727f9f1 00:48:29 Step 6/26 : COPY go.mod . 00:48:29 Removing intermediate container 57a4dfc258c1 00:48:29 ---> 77647ac16f7a 00:48:29 Step 6/33 : COPY go.mod . 00:48:29 ---> Running in 69617f50de6a 00:48:30 ---> f45d6895b756 00:48:30 Step 7/22 : RUN go mod download 00:48:30 Staging static-packages 00:48:30 ---> Running in 38326d42a2d3 00:48:30 ---> 44fef60ec380 00:48:30 Step 7/23 : RUN go mod download 00:48:30 ---> Running in 000098450ccd 00:48:31 ---> ff4606ee1b28 00:48:31 Step 7/26 : RUN go mod download 00:48:31 ---> f4aa1a77f002 00:48:31 Step 7/33 : RUN go mod download 00:48:31 ---> Running in ad823d43ee6a 00:48:31 ---> Running in 3b31bd58a6d9 00:48:31 Pulling go115 00:48:32 'edgex-go' has dependencies that need to be staged: go115 00:48:32 Skipping pull go115 (already ran) 00:48:32 Building go115 00:48:32 % Total % Received % Xferd Average Speed Time Time Time Current 00:48:32 Dload Upload Total Spent Left Speed 00:48:34 Removing intermediate container 69617f50de6a 00:48:34 ---> 16ef9ffa3b79 00:48:34 Step 8/23 : COPY . . 00:48:35 Removing intermediate container 38326d42a2d3 00:48:35 ---> c5e6cf9df3d5 00:48:35 Step 8/22 : COPY . . 00:48:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4655k 0 0 11.3M 0 0:00:10 --:--:-- 0:00:10 11.3M 42 115M 42 48.9M 0 0 35.6M 0 0:00:03 0:00:01 0:00:02 35.6M 90 115M 90 104M 0 0 44.0M 0 0:00:02 0:00:02 --:--:-- 43.9M 100 115M 100 115M 0 0 43.8M 0 0:00:02 0:00:02 --:--:-- 43.8M 00:48:35 go1.15.2.linux-amd64.tar.gz: OK 00:48:36 Removing intermediate container 000098450ccd 00:48:36 ---> f90f16184fe0 00:48:36 Step 8/23 : COPY . . 00:48:36 Removing intermediate container ad823d43ee6a 00:48:36 ---> 188e7a6647c7 00:48:36 Step 8/26 : COPY . . 00:48:36 Removing intermediate container 3b31bd58a6d9 00:48:36 ---> 14abdec17a8f 00:48:36 Step 8/33 : COPY . . 00:48:40 Staging go115 00:48:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:48:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:48:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:48:44 Fetched 0 B in 0s (0 B/s) 00:48:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:48:44 Fetched 224 kB in 0s (0 B/s) 00:48:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:48:44 Fetched 157 kB in 0s (0 B/s) 00:48:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:48:44 Fetched 221 kB in 0s (0 B/s) 00:48:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:48:44 Fetched 143 kB in 0s (0 B/s) 00:48:44 Pulling edgex-go 00:48:45 Pulling version 00:48:46 Building config-common 00:48:48 Skipping build go-build-helper (already ran) 00:48:48 Skipping build static-packages (already ran) 00:48:48 Skipping build go115 (already ran) 00:48:48 Building edgex-go 00:48:48 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 00:48:50 go: downloading github.com/gorilla/mux v1.8.0 00:48:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 00:48:50 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:48:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.7 00:48:50 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:48:50 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 00:48:50 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:48:50 go: downloading github.com/pelletier/go-toml v1.2.0 00:48:50 go: downloading github.com/imdario/mergo v0.3.11 00:48:50 go: downloading github.com/pkg/errors v0.8.1 00:48:50 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:48:50 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:48:50 go: downloading github.com/go-kit/kit v0.8.0 00:48:50 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:48:50 go: downloading github.com/google/uuid v1.1.5 00:48:50 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:48:50 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:48:50 go: downloading gopkg.in/yaml.v2 v2.4.0 00:48:50 go: downloading github.com/pebbe/zmq4 v1.2.2 00:48:50 go: downloading github.com/BurntSushi/toml v0.3.1 00:48:50 go: downloading github.com/hashicorp/consul/api v1.1.0 00:48:50 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:48:50 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:48:50 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:48:50 go: downloading github.com/x448/float16 v0.8.4 00:48:50 go: downloading github.com/mitchellh/copystructure v1.0.0 00:48:50 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:48:50 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:48:50 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:48:50 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:48:50 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:48:50 go: downloading github.com/hashicorp/serf v0.8.2 00:48:50 go: downloading github.com/leodido/go-urn v1.2.0 00:48:50 go: downloading github.com/go-playground/universal-translator v0.17.0 00:48:51 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:48:51 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:48:51 go: downloading github.com/go-playground/locales v0.13.0 00:48:51 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:48:51 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:48:51 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:48: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 00:49:02 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 00:49: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 00:49:03 ---> 41b9ae00479f 00:49:03 Step 9/23 : RUN make cmd/core-command/core-command 00:49:03 ---> d75bb3bbbf2c 00:49:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:04 ---> e5b52af84540 00:49:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:04 ---> 5ef60968ea7d 00:49:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:04 ---> 21ece7a8c574 00:49:04 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:49:04 ---> Running in 2e072a75f25c 00:49:04 ---> Running in 2c5d03ea4ce0 00:49:04 ---> Running in 67302918aba9 00:49:04 ---> Running in 55dc314eb288 00:49:04 ---> Running in d69a4ae9ca7c 00:49:04 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 00:49:04 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 00:49:04 go: downloading github.com/stretchr/testify v1.6.1 00:49:05 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:49:05 go: downloading github.com/pmezard/go-difflib v1.0.0 00:49:05 go: downloading github.com/davecgh/go-spew v1.1.1 00:49:05 Removing intermediate container d69a4ae9ca7c 00:49:05 ---> e6a5a421b2cf 00:49:05 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:49:05 ---> Running in 08e66c7185d6 00:49:06 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 00:49:06 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 00:49:06 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 00:49:06 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 00:49:07 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 00:49:07 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:49:07 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:49:07 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 00:49:08 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 00:49:09 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 00:49:09 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:49:10 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 00:49:11 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 00:49:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:12 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:49:14 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 00:49:14 go: downloading github.com/lib/pq v1.9.0 00:49:17 Building version 00:49:18 Staging config-common 00:49:19 Skipping stage go-build-helper (already ran) 00:49:19 Skipping stage static-packages (already ran) 00:49:19 Skipping stage go115 (already ran) 00:49:19 Staging edgex-go 00:49:20 Staging version 00:49:21 Priming config-common 00:49:22 Priming go-build-helper 00:49:23 Priming static-packages 00:49:25 Priming go115 00:49:26 Priming edgex-go 00:49:27 Priming version 00:49:28 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] } 00:50:44 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 00:51:02 Removing intermediate container 67302918aba9 00:51:02 ---> 3d89a523092c 00:51:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:02 Removing intermediate container 55dc314eb288 00:51:02 ---> a9d9c635cd8c 00:51:02 00:51:02 Step 10/22 : FROM alpine:3.12 00:51:02 Removing intermediate container 2e072a75f25c 00:51:02 ---> 88a9d8941686 00:51:02 00:51:02 Step 10/23 : FROM alpine:3.12 00:51:02 3.12: Pulling from library/alpine 00:51:02 ---> Running in d1e33ed66921 00:51:02 3.12: Pulling from library/alpine 00:51:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:51:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:51:02 Status: Image is up to date for alpine:3.12 00:51:02 ---> afeebe901d6b 00:51:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:02 Status: Downloaded newer image for alpine:3.12 00:51:02 ---> afeebe901d6b 00:51:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:51:03 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 00:51:03 ---> Running in 57f5696c0108 00:51:03 ---> Running in a8fe70ad997b 00:51:05 + mkdir -p /tmp/build/dist/linux 00:51:05 + cd /tmp/build/dist/linux 00:51:05 + git clone https://github.com/jwilder/dockerize.git . 00:51:05 Cloning into '.'... 00:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:06 (1/1) Installing dumb-init (1.2.2-r1) 00:51:06 Executing busybox-1.31.1-r19.trigger 00:51:06 OK: 5 MiB in 15 packages 00:51:06 (1/1) Installing dumb-init (1.2.2-r1) 00:51:06 Executing busybox-1.31.1-r19.trigger 00:51:06 OK: 5 MiB in 15 packages 00:51:06 + go get github.com/robfig/glock 00:51:09 Removing intermediate container 57f5696c0108 00:51:09 ---> 51bde4ed9f14 00:51:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:09 ---> Running in 05fe70afe38d 00:51:09 Removing intermediate container a8fe70ad997b 00:51:09 Removing intermediate container d1e33ed66921 00:51:09 ---> 9b5e25fc0283 00:51:09 00:51:09 Step 11/26 : FROM docker:20.10.0 00:51:09 ---> 0f18fcf890fa 00:51:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:09 ---> Running in 9bc39aa4bc46 00:51:09 20.10.0: Pulling from library/docker 00:51:10 Removing intermediate container 05fe70afe38d 00:51:10 ---> a7b4de7326d6 00:51:10 Step 13/23 : ENV APP_PORT=48082 00:51:10 ---> Running in 778f7497a849 00:51:10 Removing intermediate container 9bc39aa4bc46 00:51:10 ---> fe951a4ff9af 00:51:10 Step 13/22 : ENV APP_PORT=48085 00:51:11 ---> Running in 1ce9b4261044 00:51:12 Removing intermediate container 778f7497a849 00:51:12 ---> 8d548574bfe7 00:51:12 Step 14/23 : EXPOSE $APP_PORT 00:51:12 Removing intermediate container 1ce9b4261044 00:51:12 ---> b47f8d4a270f 00:51:12 Step 14/22 : EXPOSE $APP_PORT 00:51:12 ---> Running in 9ee99e6827fa 00:51:13 ---> Running in 163d12710797 00:51:13 Removing intermediate container 9ee99e6827fa 00:51:13 ---> ae82811fd350 00:51:13 Step 15/23 : WORKDIR / 00:51:14 ---> Running in f8527666c476 00:51:14 Removing intermediate container 163d12710797 00:51:14 ---> 49d0fb1176c7 00:51:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:16 Removing intermediate container f8527666c476 00:51:16 ---> a06883269c96 00:51:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:16 ---> 7016d5a696f8 00:51:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:17 ---> 24653720436f 00:51:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:20 ---> f93ce21a551d 00:51:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:22 ---> 573206b5ae25 00:51:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:22 ---> 1c7998110456 00:51:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:51:22 ---> Running in 131c8d7149cc 00:51:23 Removing intermediate container 2c5d03ea4ce0 00:51:23 ---> 102176a60d52 00:51:23 00:51:23 Step 10/23 : FROM alpine:3.12 00:51:23 ---> afeebe901d6b 00:51:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:23 ---> Using cache 00:51:23 ---> 0f18fcf890fa 00:51:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:23 ---> Using cache 00:51:23 ---> fe951a4ff9af 00:51:23 Step 13/23 : ENV APP_PORT=48081 00:51:23 ---> Running in 651a15a5e7de 00:51:24 Removing intermediate container 131c8d7149cc 00:51:24 ---> a578dfa1b871 00:51:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:24 ---> Running in 321e36a413df 00:51:24 ---> 118f653e88a6 00:51:24 Step 19/23 : ENTRYPOINT ["/core-command"] 00:51:24 Removing intermediate container 651a15a5e7de 00:51:24 ---> 073e565629ce 00:51:24 Step 14/23 : EXPOSE $APP_PORT 00:51:25 ---> Running in 5527fdf0f56b 00:51:25 ---> Running in 04369f741d43 00:51:25 Removing intermediate container 321e36a413df 00:51:25 ---> 96adf91aed17 00:51:25 Step 20/22 : LABEL arch=arm64 00:51:26 Removing intermediate container 5527fdf0f56b 00:51:26 ---> 5e7da285cdbb 00:51:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:26 ---> Running in 628d514a85ad 00:51:26 Removing intermediate container 04369f741d43 00:51:26 ---> 7031c306f4f5 00:51:26 Step 15/23 : WORKDIR / 00:51:26 ---> Running in 246cf939503b 00:51:27 ---> Running in 02befa4bb7d6 00:51:27 Removing intermediate container 628d514a85ad 00:51:27 ---> c8038ccbe05e 00:51:27 Step 21/22 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:51:27 Removing intermediate container 246cf939503b 00:51:27 ---> d312d6146a61 00:51:27 Step 21/23 : LABEL arch=arm64 00:51:27 ---> Running in cec644a4493d 00:51:28 ---> Running in 61035df103cf 00:51:28 Removing intermediate container 02befa4bb7d6 00:51:28 ---> 82023394afd6 00:51:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:29 Removing intermediate container cec644a4493d 00:51:29 ---> 99c53525a952 00:51:29 Step 22/22 : LABEL version=0.0.0 00:51:29 Removing intermediate container 61035df103cf 00:51:29 ---> af625408a8c7 00:51:29 Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:51:29 ---> Running in 34a77e7b43da 00:51:30 ---> Running in 72049c2de2ad 00:51:30 ---> 938ba0c5a4f6 00:51:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:31 Removing intermediate container 34a77e7b43da 00:51:31 ---> d547c3014ba6 00:51:31 00:51:31 Removing intermediate container 72049c2de2ad 00:51:31 ---> 12d787ae8244 00:51:31 Step 23/23 : LABEL version=0.0.0 00:51:31 ---> Running in a3c492c1ffec 00:51:31 Successfully built d547c3014ba6 00:51:31 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:31  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:51:32 ---> 2a26bd3099a8 00:51:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:32 Status: Downloaded newer image for docker:20.10.0 00:51:32 ---> eeaf43b92773 00:51:32 Step 12/26 : RUN apk add --no-cache bash 00:51:33 Removing intermediate container a3c492c1ffec 00:51:33 ---> c82b177a7144 00:51:33 00:51:33 ---> Running in 5c03e37fe5c2 00:51:33 + glock sync -n 00:51:33 Successfully built c82b177a7144 00:51:33 Successfully tagged docker-core-command-go-arm64:latest 00:51:33  Building docker-core-command-go ... done Building docker-support-notifications-go 00:51:34 ---> d182f0b29299 00:51:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:34 ---> Running in 924009d3125c 00:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:35 Removing intermediate container 924009d3125c 00:51:35 ---> 972895a31e6b 00:51:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:35 ---> Running in 370215fa1b4e 00:51:35 (1/2) Installing readline (8.0.4-r0) 00:51:35 (2/2) Installing bash (5.0.17-r0) 00:51:35 Executing bash-5.0.17-r0.post-install 00:51:35 Executing busybox-1.31.1-r19.trigger 00:51:35 OK: 12 MiB in 22 packages 00:51:36 Removing intermediate container 370215fa1b4e 00:51:36 ---> 3994357a9de8 00:51:36 Step 21/23 : LABEL arch=arm64 00:51:38 ---> Running in 8244cd590c6f 00:51:38 Removing intermediate container 8244cd590c6f 00:51:38 ---> 2cf2fa22908c 00:51:38 Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:51:39 Removing intermediate container 5c03e37fe5c2 00:51:39 ---> d801217fdb5d 00:51:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:40 ---> Running in f796ebfcf67f 00:51:40 ---> Running in ddf94775ff29 00:51:40 Removing intermediate container f796ebfcf67f 00:51:40 ---> 8c0c826ba3a7 00:51:40 Step 23/23 : LABEL version=0.0.0 00:51:41 Removing intermediate container ddf94775ff29 00:51:41 ---> dad3c30b0de3 00:51:41 Step 14/26 : ENV APP_PORT=48090 00:51:41 ---> Running in f46329d90097 00:51:41 ---> Running in 11aae9aa5f1e 00:51:42 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:51:42 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:51:42 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:51:42 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:51:42 + git describe '--abbrev=0' --tags 00:51:42 + TAG=v0.6.1 00:51:42 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:51:42 + apk --print-arch 00:51:42 building [dockerize] for arm64 ... 00:51:42 + arch=aarch64 00:51:42 + echo 'building [dockerize] for arm64 ... ' 00:51:42 + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:51:43 Removing intermediate container f46329d90097 00:51:43 ---> 8114112ba448 00:51:43 00:51:43 Removing intermediate container 11aae9aa5f1e 00:51:43 ---> 557681ca5337 00:51:43 Step 15/26 : EXPOSE $APP_PORT 00:51:43 Successfully built 8114112ba448 00:51:43 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:44 Building docker-core-data-go 00:51:44  Building docker-core-metadata-go ... done  ---> Running in da95ace2f115 00:51:45 Removing intermediate container da95ace2f115 00:51:45 ---> 6542202b7771 00:51:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:46 ---> aaea436458ff 00:51:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:47 ---> 2c453dc20d9f 00:51:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:49 + date 00:51:49 Wed Jan 27 00:51:48 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:51:49 + echo 'Wed Jan 27 00:51:48 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:51:49  ---> b85c25b6ae45 00:51:49 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:49 ---> Running in c576d1a014e9 00:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:52 (1/33) Installing libbz2 (1.0.8-r1) 00:51:52 (2/33) Installing expat (2.2.9-r1) 00:51:52 (3/33) Installing libffi (3.3-r2) 00:51:52 (4/33) Installing gdbm (1.13-r1) 00:51:52 (5/33) Installing xz-libs (5.2.5-r0) 00:51:52 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:52 (7/33) Installing python3 (3.8.5-r0) 00:51:55 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:55 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:55 (11/33) Installing py3-six (1.15.0-r0) 00:51:55 (12/33) Installing py3-packaging (20.4-r0) 00:51:55 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:55 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:55 (15/33) Installing py3-idna (2.9-r0) 00:51:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:55 (18/33) Installing py3-requests (2.23.0-r0) 00:51:55 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:55 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:55 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:55 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:55 (24/33) Installing py3-distro (1.5.0-r1) 00:51:55 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:55 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:55 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:55 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:55 (29/33) Installing py3-progress (1.5-r0) 00:51:55 (30/33) Installing py3-toml (0.10.1-r0) 00:51:55 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:55 (33/33) Installing py3-pip (20.1.1-r0) 00:51:55 Executing busybox-1.31.1-r19.trigger 00:51:55 OK: 71 MiB in 55 packages 00:52:03 Removing intermediate container 08e66c7185d6 00:52:03 ---> 10c9d90e1ee9 00:52:03 00:52:03 Step 11/33 : FROM alpine:3.12 00:52:03 ---> afeebe901d6b 00:52:03 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:52:04 ---> Running in fee8fc4fde92 00:52:05 Removing intermediate container fee8fc4fde92 00:52:05 ---> 810808b43352 00:52:05 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:52:06 ---> Running in d8230823091e 00:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:08 (1/3) Installing dumb-init (1.2.2-r1) 00:52:08 (2/3) Installing openssl (1.1.1i-r0) 00:52:08 (3/3) Installing su-exec (0.2-r1) 00:52:08 Executing busybox-1.31.1-r19.trigger 00:52:08 OK: 6 MiB in 17 packages 00:52:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:52:09 ---> 6050d71b07a1 00:52:09 Step 3/24 : WORKDIR /edgex-go 00:52:09 ---> Using cache 00:52:09 ---> 8554b91dabde 00:52:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:09 ---> Using cache 00:52:09 ---> d1e542c86918 00:52:09 Step 5/24 : RUN apk add --update --no-cache make git 00:52:09 ---> Using cache 00:52:09 ---> d693bf890526 00:52:09 Step 6/24 : COPY go.mod . 00:52:09 ---> Using cache 00:52:09 ---> 44fef60ec380 00:52:09 Step 7/24 : RUN go mod download 00:52:09 ---> Using cache 00:52:09 ---> f90f16184fe0 00:52:09 Step 8/24 : COPY . . 00:52:09 ---> Using cache 00:52:09 ---> d75bb3bbbf2c 00:52:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:52:10 Removing intermediate container c576d1a014e9 00:52:10 ---> b40fef4f1267 00:52:10 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:52:11 ---> 6050d71b07a1 00:52:11 Step 3/22 : WORKDIR /edgex-go 00:52:11 ---> Using cache 00:52:11 ---> 8554b91dabde 00:52:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:11 ---> Using cache 00:52:11 ---> d1e542c86918 00:52:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:52:11 ---> Running in 35737ca296fd 00:52:12 ---> Running in a048c832f1f7 00:52:12 ---> Running in 4ebad356af60 00:52:12 Removing intermediate container d8230823091e 00:52:12 ---> 6bd7ef02c627 00:52:12 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 00:52:13 ---> Running in 265a47f14a08 00:52:14 Removing intermediate container 265a47f14a08 00:52:14 ---> ea4427b1b014 00:52:14 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52: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 00:52:15 ---> Running in 2268ca24df89 00:52:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:16 Removing intermediate container 2268ca24df89 00:52:16 ---> c026fd2d2142 00:52:16 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:17 ---> Running in 5564c80dc747 00:52:17 OK: 217 MiB in 51 packages 00:52:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:52:20 ---> 6050d71b07a1 00:52:20 Step 3/23 : WORKDIR /edgex-go 00:52:20 ---> Using cache 00:52:20 ---> 8554b91dabde 00:52:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:20 ---> Using cache 00:52:20 ---> d1e542c86918 00:52:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:52:20 ---> Running in e61bedefb667 00:52:20 Removing intermediate container 4ebad356af60 00:52:20 ---> a1c8f82e8300 00:52:20 Step 6/22 : COPY go.mod . 00:52:21 Removing intermediate container 5564c80dc747 00:52:21 ---> 2a50d6493e9e 00:52:21 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 00:52:21 ---> Running in dd50a05d6ee6 00:52:21 ---> 0da1ad4a8df7 00:52:21 Step 7/22 : RUN go mod download 00:52:22 ---> Running in 7879f89e3c49 00:52:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:23 Removing intermediate container dd50a05d6ee6 00:52:23 ---> a57e0844b0e4 00:52:23 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:52:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:23 Collecting docker-compose==1.23.2 00:52:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:24 OK: 217 MiB in 51 packages 00:52:25 ---> 412bee97053f 00:52:25 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:25 Collecting jsonschema<3,>=2.5.1 00:52:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:26 Removing intermediate container e61bedefb667 00:52:26 ---> 7b4e3919e5cd 00:52:26 Step 6/23 : COPY go.mod . 00:52:26 Collecting texttable<0.10,>=0.9.0 00:52:26 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:26 ---> 2f1745597b9e 00:52:26 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:27 ---> Running in 38f3371099de 00:52:28 Removing intermediate container 7879f89e3c49 00:52:28 ---> 55c7c27cead8 00:52:28 Step 8/22 : COPY . . 00:52:28 ---> 0091ab5d97c7 00:52:28 Step 7/23 : RUN go mod download 00:52:28 ---> Running in f06adc09cd60 00:52:31 Collecting docker<4.0,>=3.6.0 00:52:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:33 Removing intermediate container 38f3371099de 00:52:33 ---> dd2540487288 00:52:33 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:35 Collecting websocket-client<1.0,>=0.32.0 00:52:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:35 ---> fde8b0de74cc 00:52:35 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:35 Removing intermediate container f06adc09cd60 00:52:35 ---> 5c002388a499 00:52:35 Step 8/23 : COPY . . 00:52:36 Collecting cached-property<2,>=1.2.0 00:52:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:36 Collecting docopt<0.7,>=0.6.1 00:52:36 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:39 ---> 8d8606781842 00:52:39 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:42 Collecting PyYAML<4,>=3.10 00:52:42 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:42 ---> 47a311e6bb41 00:52:42 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:52:45 ---> 9fcd2c4d4808 00:52:45 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:46 Collecting dockerpty<0.5,>=0.4.1 00:52:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:47 ---> 5aecc84d5d1c 00:52:47 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:52:49 ---> Running in 6b0ab7cb93c6 00:52:50 Removing intermediate container 6b0ab7cb93c6 00:52:50 ---> 4e9db67205d8 00:52:50 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:50 Collecting docker-pycreds>=0.4.0 00:52:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:50 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) 00:52:51 Collecting urllib3<1.25,>=1.21.1 00:52:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:52 ---> 3a0f82a40a1e 00:52:52 Step 28/33 : RUN chmod +x /entrypoint.sh 00:52:53 Collecting idna<2.8,>=2.5 00:52:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:53 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) 00:52:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:53 ---> Running in da3df0442730 00:52:55 Installing collected packages: jsonschema, texttable, docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, docopt, PyYAML, dockerpty, docker-compose 00:52:55 Running setup.py install for texttable: started 00:52:58 Running setup.py install for texttable: finished with status 'done' 00:52:59 Attempting uninstall: urllib3 00:52:59 Found existing installation: urllib3 1.25.9 00:52:59 Removing intermediate container da3df0442730 00:52:59 ---> af833977a3a5 00:52:59 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:52:59 Uninstalling urllib3-1.25.9: 00:52:59 Successfully uninstalled urllib3-1.25.9 00:53:00 ---> Running in 714fb3b6ee96 00:53:00 Attempting uninstall: idna 00:53:00 Found existing installation: idna 2.9 00:53:00 Uninstalling idna-2.9: 00:53:01 Successfully uninstalled idna-2.9 00:53:02 Removing intermediate container 714fb3b6ee96 00:53:02 ---> 2ad96d2e60d4 00:53:02 Step 30/33 : CMD ["gate"] 00:53:02 Attempting uninstall: requests 00:53:02 Found existing installation: requests 2.23.0 00:53:02 Uninstalling requests-2.23.0: 00:53:02 Successfully uninstalled requests-2.23.0 00:53:02 ---> 12d570bcf01c 00:53:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:53:03 ---> Running in 666e1d7fc721 00:53:03 ---> Running in f11f088a82d3 00:53:04 Running setup.py install for docopt: started 00:53:04 Removing intermediate container 666e1d7fc721 00:53:04 ---> 5dc3c4ab1d46 00:53:04 Step 31/33 : LABEL arch=arm64 00:53:06 ---> Running in d0809c8103b6 00:53:06 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 00:53:07 Removing intermediate container d0809c8103b6 00:53:07 ---> 1902ef62e38d 00:53:07 Step 32/33 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:53:08 ---> Running in 744e057ea717 00:53:08 Running setup.py install for docopt: finished with status 'done' 00:53:09 Running setup.py install for PyYAML: started 00:53:09 ---> 34260fdd3a92 00:53:09 Step 9/23 : RUN make cmd/core-data/core-data 00:53:09 ---> Running in 8209e8a9d9ef 00:53:09 Removing intermediate container 744e057ea717 00:53:09 ---> fd3693061603 00:53:09 Step 33/33 : LABEL version=0.0.0 00:53:10 ---> Running in 007b24503ba1 00:53:11 Removing intermediate container 007b24503ba1 00:53:11 ---> 9e3e28abae7f 00:53:11 00:53:12 Successfully built 9e3e28abae7f 00:53:12 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:53:12  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 00:53:12 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 00:53:14 Running setup.py install for PyYAML: finished with status 'done' 00:53:14 Running setup.py install for dockerpty: started 00:53:18 Running setup.py install for dockerpty: finished with status 'done' 00:53:20 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 00:53:30 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 00:53:31 Removing intermediate container a048c832f1f7 00:53:31 ---> fc339cf8f8ab 00:53:31 Step 21/26 : RUN apk --no-cache add curl 00:53:32 ---> Running in e8f2a6bb3aff 00:53:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:36 (2/3) Installing libcurl (7.69.1-r3) 00:53:36 (3/3) Installing curl (7.69.1-r3) 00:53:36 Executing busybox-1.31.1-r19.trigger 00:53:36 OK: 71 MiB in 58 packages 00:53:40 Removing intermediate container e8f2a6bb3aff 00:53:40 ---> 00f0fe936062 00:53:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:40 ---> Running in f11c0ad2f397 00:53:41 Removing intermediate container f11c0ad2f397 00:53:41 ---> f8ca16e453ec 00:53:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:41 ---> Running in 9c12cf5afb33 00:53:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:53:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:53:42 ---> 6050d71b07a1 00:53:42 Step 3/21 : WORKDIR /edgex-go 00:53:42 ---> Using cache 00:53:42 ---> 8554b91dabde 00:53:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:42 ---> Using cache 00:53:42 ---> d1e542c86918 00:53:42 Step 5/21 : RUN apk add --update --no-cache make git 00:53:42 ---> Using cache 00:53:42 ---> d693bf890526 00:53:42 Step 6/21 : COPY go.mod . 00:53:42 ---> Using cache 00:53:42 ---> 44fef60ec380 00:53:42 Step 7/21 : RUN go mod download 00:53:42 ---> Using cache 00:53:42 ---> f90f16184fe0 00:53:42 Step 8/21 : COPY . . 00:53:42 ---> Using cache 00:53:42 ---> d75bb3bbbf2c 00:53:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:53:42 ---> Running in f6b352d19936 00:53:43 Removing intermediate container 9c12cf5afb33 00:53:43 ---> e553585821ce 00:53:43 Step 24/26 : LABEL arch=arm64 00:53:43 ---> Running in 70dc9cd6e346 00:53:43 Removing intermediate container 70dc9cd6e346 00:53:43 ---> 54263e8f6b7a 00:53:43 Step 25/26 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:53:44 ---> Running in 818d6a53729b 00:53:44 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 00:53:45 Removing intermediate container 818d6a53729b 00:53:45 ---> 8c244e64bec5 00:53:45 Step 26/26 : LABEL version=0.0.0 00:53:45 ---> Running in cb168300f4fc 00:53:46 Removing intermediate container cb168300f4fc 00:53:46 ---> e9dbcb428fbc 00:53:46 00:53:46 Successfully built e9dbcb428fbc 00:53:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:53  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 35737ca296fd 00:53:53 ---> d933ef0f20ae 00:53:53 00:53:53 Step 10/24 : FROM alpine:3.12 00:53:53 ---> afeebe901d6b 00:53:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:53:53 ---> Running in 9e1e98a8339c 00:53:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:56 (1/5) Installing ca-certificates (20191127-r4) 00:53:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:53:56 (3/5) Installing libcurl (7.69.1-r3) 00:53:56 (4/5) Installing curl (7.69.1-r3) 00:53:57 (5/5) Installing dumb-init (1.2.2-r1) 00:53:57 Executing busybox-1.31.1-r19.trigger 00:53:57 Executing ca-certificates-20191127-r4.trigger 00:53:57 OK: 7 MiB in 19 packages 00:54:01 Removing intermediate container 9e1e98a8339c 00:54:01 ---> cba4a788a979 00:54:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:01 ---> Running in 7d9d7b84e0b3 00:54:01 Removing intermediate container 7d9d7b84e0b3 00:54:01 ---> 2aa12cdf7de9 00:54:01 Step 13/24 : WORKDIR / 00:54:01 ---> Running in 739f41ec77ed 00:54:02 Removing intermediate container 739f41ec77ed 00:54:02 ---> 38a8ef7c693c 00:54:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:54:04 ---> cfc3c99a6151 00:54:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:54:05 ---> 9b2d4640a138 00:54:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:54:07 ---> 66b1c3da9366 00:54:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:54:09 ---> ec36c229e528 00:54:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:54:11 ---> 96e4bf1446cd 00:54:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:54:12 ---> 2afa35a2bea0 00:54:12 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/ 00:54:12 ---> Running in c2ee3f83018d 00:54:17 Removing intermediate container c2ee3f83018d 00:54:17 ---> 304a2daf2cf7 00:54:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:54:17 ---> Running in e922380ff012 00:54:18 Removing intermediate container e922380ff012 00:54:18 ---> 3d7801465288 00:54:18 Step 22/24 : LABEL arch=arm64 00:54:18 ---> Running in 88b396cddc9a 00:54:19 Removing intermediate container 88b396cddc9a 00:54:19 ---> ac5a39b03fdf 00:54:19 Step 23/24 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:54:19 ---> Running in df50801d912f 00:54:20 Removing intermediate container df50801d912f 00:54:20 ---> 41e7c2cb28d4 00:54:20 Step 24/24 : LABEL version=0.0.0 00:54:20 ---> Running in af3def35c42a 00:54:21 Removing intermediate container af3def35c42a 00:54:21 ---> d19823e02840 00:54:21 00:54:22 Successfully built d19823e02840 00:54:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:55:01  Building docker-security-secretstore-setup-go ... done Removing intermediate container f11f088a82d3 00:55:01 ---> ffdb90c3b8ff 00:55:01 00:55:01 Step 10/22 : FROM alpine:3.12 00:55:01 ---> afeebe901d6b 00:55:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:55:01 ---> Running in 45bdd9ddab10 00:55:01 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 00:55:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:05 (1/2) Installing ca-certificates (20191127-r4) 00:55:05 (2/2) Installing dumb-init (1.2.2-r1) 00:55:05 Executing busybox-1.31.1-r19.trigger 00:55:05 Executing ca-certificates-20191127-r4.trigger 00:55:05 OK: 6 MiB in 16 packages 00:55:08 Removing intermediate container 45bdd9ddab10 00:55:08 ---> 2a584f6d8fc9 00:55:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:55:08 ---> Running in df7262762fb8 00:55:09 Removing intermediate container df7262762fb8 00:55:09 ---> fe3ef47a2dd2 00:55:09 Step 13/22 : ENV APP_PORT=48060 00:55:09 ---> Running in c179790da82f 00:55:09 Removing intermediate container c179790da82f 00:55:09 ---> 81f1a5e5276d 00:55:09 Step 14/22 : EXPOSE $APP_PORT 00:55:10 ---> Running in a43705a62d20 00:55:10 Removing intermediate container a43705a62d20 00:55:10 ---> e8986cbb5b6c 00:55:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:12 ---> ed61a7af55e1 00:55:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:55:14 ---> 9d0dea37a002 00:55:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:55:14 Removing intermediate container f6b352d19936 00:55:14 ---> 005fdab4b9b1 00:55:14 00:55:14 Step 10/21 : FROM alpine:3.12 00:55:14 ---> afeebe901d6b 00:55:14 Step 11/21 : RUN apk add --update --no-cache curl 00:55:14 ---> Running in 288ce0e7c497 00:55:15 ---> 46cf39c5c58c 00:55:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:55:15 ---> Running in 0af1b76fdf33 00:55:16 Removing intermediate container 0af1b76fdf33 00:55:16 ---> 3cb00166ab39 00:55:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:16 ---> Running in 2009877924c0 00:55:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:16 Removing intermediate container 2009877924c0 00:55:16 ---> 1e24beea6877 00:55:16 Step 20/22 : LABEL arch=arm64 00:55:16 ---> Running in de4d61f57c0a 00:55:17 (1/4) Installing ca-certificates (20191127-r4) 00:55:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:55:17 (3/4) Installing libcurl (7.69.1-r3) 00:55:17 (4/4) Installing curl (7.69.1-r3) 00:55:17 Executing busybox-1.31.1-r19.trigger 00:55:17 Executing ca-certificates-20191127-r4.trigger 00:55:17 OK: 7 MiB in 18 packages 00:55:17 Removing intermediate container de4d61f57c0a 00:55:17 ---> 392289a320ff 00:55:17 Step 21/22 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:55:17 ---> Running in 1ec27a8cf1c0 00:55:18 Removing intermediate container 1ec27a8cf1c0 00:55:18 ---> 515d21deb48b 00:55:18 Step 22/22 : LABEL version=0.0.0 00:55:18 ---> Running in 63e7111cd65a 00:55:19 Removing intermediate container 63e7111cd65a 00:55:19 ---> ab1731498fd4 00:55:19 00:55:19 Removing intermediate container 288ce0e7c497 00:55:19 ---> 3ba6d62d4042 00:55:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:55:19 ---> Running in c3211d925f0a 00:55:19 Successfully built ab1731498fd4 00:55:19 Successfully tagged docker-support-notifications-go-arm64:latest 00:55:20  Building docker-support-notifications-go ... done Removing intermediate container c3211d925f0a 00:55:20 ---> 2ec700bc29c8 00:55:20 Step 13/21 : WORKDIR /edgex 00:55:20 ---> Running in 132746461c75 00:55:21 Removing intermediate container 132746461c75 00:55:21 ---> fbd79b8d60a8 00:55:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:55:22 ---> fb43450c0e60 00:55:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:55:23 Removing intermediate container 8209e8a9d9ef 00:55:23 ---> b9c6776ddaee 00:55:23 00:55:23 Step 10/23 : FROM alpine:3.12 00:55:23 ---> afeebe901d6b 00:55:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:55:23 ---> Running in fcba32e17d4a 00:55:23 Removing intermediate container fcba32e17d4a 00:55:23 ---> cca0bdba8d49 00:55:23 Step 12/23 : ENV APP_PORT=48080 00:55:23 ---> ab48bf744b28 00:55:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:55:23 ---> Running in 235b997f2e22 00:55:24 Removing intermediate container 235b997f2e22 00:55:24 ---> fbe67898d4ec 00:55:24 Step 13/23 : EXPOSE $APP_PORT 00:55:24 ---> Running in b9b9680b651f 00:55:25 ---> 4898dc090576 00:55:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:55:25 ---> Running in 83452f39ddf6 00:55:25 Removing intermediate container b9b9680b651f 00:55:25 ---> 47d5ec3fb4c8 00:55:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:25 ---> Running in 6e36e4a0a2ca 00:55:26 Removing intermediate container 83452f39ddf6 00:55:26 ---> 2c786329d4f4 00:55:26 Step 18/21 : CMD ["--init=true"] 00:55:26 ---> Running in 4abfb9ba3799 00:55:26 Removing intermediate container 4abfb9ba3799 00:55:26 ---> a194eab3b80d 00:55:26 Step 19/21 : LABEL arch=arm64 00:55:26 ---> Running in 3bba4ee98282 00:55:27 Removing intermediate container 3bba4ee98282 00:55:27 ---> bce906fb81a8 00:55:27 Step 20/21 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:55:27 ---> Running in a6cddcc07155 00:55:28 Removing intermediate container a6cddcc07155 00:55:28 ---> d8ca6ee5d64d 00:55:28 Step 21/21 : LABEL version=0.0.0 00:55:28 Removing intermediate container 6e36e4a0a2ca 00:55:28 ---> cf3a296e7ddf 00:55:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:55:28 ---> Running in 894b32fa58a9 00:55:28 ---> Running in 9c5155a5d1cc 00:55:28 Removing intermediate container 894b32fa58a9 00:55:28 ---> 9762978b4457 00:55:28 00:55:29 Successfully built 9762978b4457 00:55:29 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:55:29  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:31 (1/6) Installing dumb-init (1.2.2-r1) 00:55:31 (2/6) Installing libgcc (9.3.0-r2) 00:55:31 (3/6) Installing libsodium (1.0.18-r0) 00:55:31 (4/6) Installing libstdc++ (9.3.0-r2) 00:55:31 (5/6) Installing libzmq (4.3.3-r0) 00:55:32 (6/6) Installing zeromq (4.3.3-r0) 00:55:32 Executing busybox-1.31.1-r19.trigger 00:55:32 OK: 8 MiB in 20 packages 00:55:34 Removing intermediate container 9c5155a5d1cc 00:55:34 ---> 297714fd7be0 00:55:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:34 ---> d90295dfad79 00:55:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:55:36 ---> f9ae3880d4ae 00:55:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:55:37 ---> d7bd37185b31 00:55:37 Step 19/23 : ENTRYPOINT ["/core-data"] 00:55:37 ---> Running in dcfe28f8d60e 00:55:37 Removing intermediate container dcfe28f8d60e 00:55:37 ---> c322b2b53b88 00:55:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:37 ---> Running in b3af0f279d14 00:55:38 Removing intermediate container b3af0f279d14 00:55:38 ---> 148d5fa52a44 00:55:38 Step 21/23 : LABEL arch=arm64 00:55:38 ---> Running in a6c40c58e0dd 00:55:39 Removing intermediate container a6c40c58e0dd 00:55:39 ---> 402c2cc62ee8 00:55:39 Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e 00:55:39 ---> Running in cf926848ceca 00:55:39 Removing intermediate container cf926848ceca 00:55:39 ---> 4f2325b74abd 00:55:39 Step 23/23 : LABEL version=0.0.0 00:55:39 ---> Running in 7400d884a632 00:55:40 Removing intermediate container 7400d884a632 00:55:40 ---> 55504727a63a 00:55:40 00:55:40 Successfully built 55504727a63a 00:55:40 Successfully tagged docker-core-data-go-arm64:latest 00:55:41  Building docker-core-data-go ... done  [Pipeline] } 00:55:41 $ docker stop --time=1 b02b301d5fe9d2fd3a0646b38c6fb5c12f7398d3bffeb930f1f9620398eb092d 00:55:43 $ docker rm -f b02b301d5fe9d2fd3a0646b38c6fb5c12f7398d3bffeb930f1f9620398eb092d [Pipeline] // withDockerContainer [Pipeline] sh 00:55:44 + docker images 00:55:44 + grep docker 00:55:44 docker-core-data-go-arm64 latest 55504727a63a 4 seconds ago 21MB 00:55:44 docker-security-proxy-setup-go-arm64 latest 9762978b4457 16 seconds ago 23.2MB 00:55:44 docker-support-notifications-go-arm64 latest ab1731498fd4 25 seconds ago 16MB 00:55:44 docker-security-secretstore-setup-go-arm64 latest d19823e02840 About a minute ago 23.4MB 00:55:44 docker-sys-mgmt-agent-go-arm64 latest e9dbcb428fbc About a minute ago 300MB 00:55:44 docker-security-bootstrapper-go-arm64 latest 9e3e28abae7f 2 minutes ago 31.9MB 00:55:44 docker-core-metadata-go-arm64 latest 8114112ba448 4 minutes ago 17.7MB 00:55:44 docker-core-command-go-arm64 latest c82b177a7144 4 minutes ago 15.4MB 00:55:44 docker-support-scheduler-go-arm64 latest d547c3014ba6 4 minutes ago 15.5MB 00:55:44 docker 20.10.0 eeaf43b92773 6 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 00:55:45 provisioning config files... 00:55:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6188180217579914653tmp [Pipeline] { [Pipeline] sh 00:55:46 + set +x 00:55:46 + curl -s https://codecov.io/bash 00:55:46 + bash -s -- 00:55:47 00:55:47 _____ _ 00:55:47 / ____| | | 00:55:47 | | ___ __| | ___ ___ _____ __ 00:55:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:55:47 | |___| (_) | (_| | __/ (_| (_) \ V / 00:55:47 \_____\___/ \__,_|\___|\___\___/ \_/ 00:55:47 Bash-20210115-cec3c92 00:55:47 00:55:47 00:55:47 ==> git version 2.24.3 found 00:55:47 ==> 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 00:55:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:55:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:55:47 ==> Jenkins CI detected. 00:55:47 project root: . 00:55:47 --> token set from env 00:55:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:55:47 ==> Running gcov in . (disable via -X gcov) 00:55:47 ==> Python coveragepy not found 00:55:47 ==> Searching for coverage reports in: 00:55:47 + . 00:55:47 -> Found 1 reports 00:55:47 ==> Detecting git/mercurial file structure 00:55:47 ==> Reading reports 00:55:47 + ./coverage.out bytes=564700 00:55:47 ==> Appending adjustments 00:55:47 https://docs.codecov.io/docs/fixing-reports 00:55:50 + Found adjustments 00:55:50 ==> Gzipping contents 00:55:50 84K /tmp/codecov.mDfpnF.gz 00:55:50 ==> Uploading reports 00:55:50 url: https://codecov.io 00:55:50 query: branch=PR-3076&commit=46d817a47c4f7a1ded41ac6f162cc7029364d06e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3076%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3076&job=&cmd_args= 00:55:50 -> Pinging Codecov 00:55:50 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3076&commit=46d817a47c4f7a1ded41ac6f162cc7029364d06e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3076%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3076&job=&cmd_args= 00:55:50 -> Uploading to 00:55:50 https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/46d817a47c4f7a1ded41ac6f162cc7029364d06e/f39e095b-d3f6-4dfa-b733-78dec87fb636.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T005550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1f856323d36202100a69cb18af25e92ff6eb32e64728a798c68e10d16b36e872 00:55:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:55:50 Dload Upload Total Spent Left Speed 00:55:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85523 0 0 100 85523 0 145k --:--:-- --:--:-- --:--:-- 145k 00:55:51 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/46d817a47c4f7a1ded41ac6f162cc7029364d06e [Pipeline] } 00:55:51 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 00:55:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:54 ---> package-listing.sh 00:55:54 ++ facter osfamily 00:55:54 ++ tr '[:upper:]' '[:lower:]' 00:55:54 + OS_FAMILY=redhat 00:55:54 + workspace=/w/workspace/edgex-go/2 00:55:54 + START_PACKAGES=/tmp/packages_start.txt 00:55:54 + END_PACKAGES=/tmp/packages_end.txt 00:55:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:54 + PACKAGES=/tmp/packages_start.txt 00:55:54 + '[' /w/workspace/edgex-go/2 ']' 00:55:54 + PACKAGES=/tmp/packages_end.txt 00:55:54 + case "${OS_FAMILY}" in 00:55:54 + rpm -qa 00:55:54 + sort 00:55:59 + '[' -f /tmp/packages_start.txt ']' 00:55:59 + '[' -f /tmp/packages_end.txt ']' 00:55:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:59 + '[' /w/workspace/edgex-go/2 ']' 00:55:59 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:55:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:55:59 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:56:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:56:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:00 00:56:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:56:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:01 alpine: Pulling from edgex-lftools-log-publisher 00:56:01 df20fa9351a1: Pulling fs layer 00:56:01 36b3adc4ff6f: Pulling fs layer 00:56:01 8ad3a11d3b57: Pulling fs layer 00:56:01 46f8f816bc3b: Pulling fs layer 00:56:01 93b61091891f: Pulling fs layer 00:56:01 93b9cdb0e59b: Pulling fs layer 00:56:01 5e14af77c1be: Pulling fs layer 00:56:01 01666e4c0597: Pulling fs layer 00:56:01 aa168da1d23b: Pulling fs layer 00:56:01 93b9cdb0e59b: Waiting 00:56:01 5e14af77c1be: Waiting 00:56:01 01666e4c0597: Waiting 00:56:01 aa168da1d23b: Waiting 00:56:01 93b61091891f: Waiting 00:56:01 46f8f816bc3b: Waiting 00:56:01 36b3adc4ff6f: Verifying Checksum 00:56:01 36b3adc4ff6f: Download complete 00:56:01 46f8f816bc3b: Verifying Checksum 00:56:01 46f8f816bc3b: Download complete 00:56:01 df20fa9351a1: Verifying Checksum 00:56:01 93b9cdb0e59b: Download complete 00:56:01 5e14af77c1be: Verifying Checksum 00:56:01 5e14af77c1be: Download complete 00:56:01 01666e4c0597: Verifying Checksum 00:56:01 01666e4c0597: Download complete 00:56:01 8ad3a11d3b57: Verifying Checksum 00:56:01 8ad3a11d3b57: Download complete 00:56:01 93b61091891f: Verifying Checksum 00:56:01 93b61091891f: Download complete 00:56:01 df20fa9351a1: Pull complete 00:56:02 36b3adc4ff6f: Pull complete 00:56:03 8ad3a11d3b57: Pull complete 00:56:03 46f8f816bc3b: Pull complete 00:56:03 93b61091891f: Pull complete 00:56:03 93b9cdb0e59b: Pull complete 00:56:03 5e14af77c1be: Pull complete 00:56:03 01666e4c0597: Pull complete 00:56:06 aa168da1d23b: Verifying Checksum 00:56:06 aa168da1d23b: Download complete 00:56:14 aa168da1d23b: Pull complete 00:56:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:56:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:56:14 prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container 00:56:14 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:56:25 $ docker top e7d650353c3fa090e34ef221103ea7bec52151c2dea7a828d220ed631ac26074 -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:25 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:26 + mkdir -p /var/log/sa [Pipeline] sh 00:56:26 + ls /var/log/sa-host 00:56:26 + sadf -c /var/log/sa-host/sa23 00:56:26 file_magic: OK 00:56:26 HZ: Using current value: 100 00:56:26 file_header: OK 00:56:26 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 00:56:26 Statistics: 00:56:26 Hnuu...uuuununununu... 00:56:26 File successfully converted to sysstat format version 12.2.1 00:56:26 + sadf -c /var/log/sa-host/sa27 00:56:26 file_magic: OK 00:56:26 HZ: Using current value: 100 00:56:26 file_header: OK 00:56:26 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 00:56:26 Statistics: 00:56:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:56:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:26 provisioning config files... 00:56:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4666481794915158262tmp [Pipeline] { [Pipeline] echo 00:56:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:27 ---> create-netrc.sh [Pipeline] } 00:56:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:27 ---> python-tools-install.sh [Pipeline] echo 00:56:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:27 ---> sudo-logs.sh 00:56:27 Archiving 'sudo' log.. [Pipeline] echo 00:56:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:28 ---> job-cost.sh 00:56:28 lf-activate-venv: SKIPPING 00:56:28 INFO: No Stack... 00:56:29 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:29 INFO: Archiving Costs [Pipeline] echo 00:56:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:29 ---> logs-deploy.sh 00:56:29 lf-activate-venv: SKIPPING 00:56:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3076/2 00:56:29 INFO: archiving workspace using pattern(s): 00:56:31 Archives upload complete. 00:56:31 INFO: archiving logs to Nexus 00:56:33 ---> uname -a: 00:56:33 Linux prd-centos7-docker-4c-2g-22929.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:56:33 00:56:33 00:56:33 ---> lscpu: 00:56:33 Architecture: x86_64 00:56:33 CPU op-mode(s): 32-bit, 64-bit 00:56:33 Byte Order: Little Endian 00:56:33 Address sizes: 40 bits physical, 48 bits virtual 00:56:33 CPU(s): 4 00:56:33 On-line CPU(s) list: 0-3 00:56:33 Thread(s) per core: 1 00:56:33 Core(s) per socket: 1 00:56:33 Socket(s): 4 00:56:33 NUMA node(s): 1 00:56:33 Vendor ID: GenuineIntel 00:56:33 CPU family: 6 00:56:33 Model: 44 00:56:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:56:33 Stepping: 1 00:56:33 CPU MHz: 2933.436 00:56:33 BogoMIPS: 5866.87 00:56:33 Virtualization: VT-x 00:56:33 Hypervisor vendor: KVM 00:56:33 Virtualization type: full 00:56:33 L1d cache: 128 KiB 00:56:33 L1i cache: 128 KiB 00:56:33 L2 cache: 16 MiB 00:56:33 L3 cache: 64 MiB 00:56:33 NUMA node0 CPU(s): 0-3 00:56:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:56:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:56:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:56:33 Vulnerability Meltdown: Mitigation; PTI 00:56:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:56:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:56:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:56:33 Vulnerability Srbds: Not affected 00:56:33 Vulnerability Tsx async abort: Not affected 00:56:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:56:33 00:56:33 00:56:33 ---> nproc: 00:56:33 4 00:56:33 00:56:33 00:56:33 ---> df -h: 00:56:33 Filesystem Size Used Available Use% Mounted on 00:56:33 overlay 50.0G 12.7G 37.3G 25% / 00:56:33 tmpfs 64.0M 0 64.0M 0% /dev 00:56:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:56:33 shm 64.0M 0 64.0M 0% /dev/shm 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2 00:56:33 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2@tmp 00:56:33 00:56:33 00:56:33 ---> free -m: 00:56:33 total used free shared buff/cache available 00:56:33 Mem: 1837 737 96 0 1003 1022 00:56:33 Swap: 1023 79 944 00:56:33 00:56:33 00:56:33 ---> ip addr: 00:56:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:56:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:56:33 inet 127.0.0.1/8 scope host lo 00:56:33 valid_lft forever preferred_lft forever 00:56:33 inet6 ::1/128 scope host 00:56:33 valid_lft forever preferred_lft forever 00:56:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:56:33 link/ether fa:16:3e:08:9c:89 brd ff:ff:ff:ff:ff:ff 00:56:33 inet 10.30.122.167/23 brd 10.30.123.255 scope global dynamic eth0 00:56:33 valid_lft 84810sec preferred_lft 84810sec 00:56:33 inet6 fe80::f816:3eff:fe08:9c89/64 scope link 00:56:33 valid_lft forever preferred_lft forever 00:56:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:56:33 link/ether 02:42:d4:52:74:a6 brd ff:ff:ff:ff:ff:ff 00:56:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:56:33 valid_lft forever preferred_lft forever 00:56:33 inet6 fe80::42:d4ff:fe52:74a6/64 scope link 00:56:33 valid_lft forever preferred_lft forever 00:56:33 00:56:33 00:56:33 ---> sar -b -r -n DEV: 00:56:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 00:56:33 00:56:33 00:29:51 LINUX RESTART (4 CPU) 00:56:33 00:56:33 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:56:33 00:32:01 129.80 73.15 56.65 0.00 10007.65 22584.96 0.00 00:56:33 00:33:01 220.18 60.19 159.99 0.00 3096.75 38856.58 0.00 00:56:33 00:34:01 205.45 100.75 104.70 0.00 3641.08 12387.70 0.00 00:56:33 00:35:01 141.29 74.42 66.87 0.00 3435.22 6769.82 0.00 00:56:33 00:36:02 370.77 159.23 211.54 0.00 70715.78 141967.01 0.00 00:56:33 00:37:01 3382.75 3042.06 340.69 0.00 166197.64 178607.71 0.00 00:56:33 00:38:02 385.41 141.38 244.03 0.00 27929.67 72844.39 0.00 00:56:33 00:39:01 2936.15 2568.46 367.69 0.00 192939.88 198085.93 0.00 00:56:33 00:40:04 311.90 88.11 223.79 0.00 8828.93 36524.00 0.00 00:56:33 00:41:01 214.87 64.20 150.67 0.00 4747.73 20176.88 0.00 00:56:33 00:42:01 1.28 0.05 1.23 0.00 0.80 17.64 0.00 00:56:33 00:43:01 0.30 0.07 0.23 0.00 0.80 2.45 0.00 00:56:33 00:44:01 0.30 0.02 0.28 0.00 0.13 3.53 0.00 00:56:33 00:45:01 0.93 0.70 0.23 0.00 16.11 2.83 0.00 00:56:33 00:46:01 1.98 1.17 0.82 0.00 42.22 15.77 0.00 00:56:33 00:47:01 0.37 0.02 0.35 0.00 0.27 4.53 0.00 00:56:33 00:48:01 0.30 0.03 0.27 0.00 0.80 3.23 0.00 00:56:33 00:49:01 0.22 0.00 0.22 0.00 0.00 2.35 0.00 00:56:33 00:50:01 0.22 0.02 0.20 0.00 0.27 1.95 0.00 00:56:33 00:51:01 0.67 0.38 0.28 0.00 119.10 3.43 0.00 00:56:33 00:52:01 0.28 0.03 0.25 0.00 0.80 2.63 0.00 00:56:33 00:53:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 00:56:33 00:54:01 0.28 0.00 0.28 0.00 0.00 2.50 0.00 00:56:33 00:55:01 0.18 0.00 0.18 0.00 0.00 1.65 0.00 00:56:33 00:56:01 71.97 70.04 1.93 0.00 5659.92 62.23 0.00 00:56:33 Average: 332.76 255.48 77.28 0.00 19781.97 29094.24 0.00 00:56:33 00:56:33 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:56:33 00:32:01 84072 0 648676 34.48 2596 1146200 1311356 44.75 705340 880864 77484 00:56:33 00:33:01 121072 0 737224 39.18 1504 1021744 1296540 44.25 629040 835744 8100 00:56:33 00:34:01 221356 0 861136 45.77 616 798436 1780908 60.78 702812 672312 41088 00:56:33 00:35:01 226576 0 737404 39.19 612 916952 1307916 44.64 595504 766700 132 00:56:33 00:36:02 72000 0 831580 44.20 12 977952 2254860 76.95 718964 885076 44012 00:56:33 00:37:01 538164 0 786784 41.82 12 556584 2423288 82.70 509728 575784 80 00:56:33 00:38:02 93968 0 691832 36.77 12 1095732 1352664 46.16 724680 817116 200 00:56:33 00:39:01 76436 0 729640 38.78 12 1075456 2193192 74.85 588556 972424 11684 00:56:33 00:40:04 228936 0 704012 37.42 12 948584 1446528 49.37 613724 771152 8 00:56:33 00:41:01 248352 0 657680 34.95 12 975500 1206164 41.16 607416 753984 28 00:56:33 00:42:01 251136 0 654888 34.81 12 975508 1184564 40.43 605944 753532 12 00:56:33 00:43:01 252004 0 654032 34.76 12 975496 1174392 40.08 605660 753244 8 00:56:33 00:44:01 252416 0 653584 34.74 12 975532 1174284 40.08 605280 753268 12 00:56:33 00:45:01 251396 0 654252 34.77 12 975884 1174840 40.10 606084 753608 16 00:56:33 00:46:01 250896 0 653976 34.76 12 976660 1174392 40.08 605944 754400 8 00:56:33 00:47:01 251460 0 653396 34.73 12 976676 1174284 40.08 605208 754416 8 00:56:33 00:48:01 251436 0 653424 34.73 12 976672 1174284 40.08 605456 754432 8 00:56:33 00:49:01 251412 0 653432 34.73 12 976688 1174284 40.08 605344 754440 16 00:56:33 00:50:01 251188 0 653656 34.74 12 976688 1174284 40.08 605348 754440 8 00:56:33 00:51:01 244512 0 656820 34.91 12 980200 1174368 40.08 611380 755192 8 00:56:33 00:52:01 244364 0 656972 34.92 12 980196 1174356 40.08 611208 755200 12 00:56:33 00:53:01 244996 0 656320 34.88 12 980216 1174284 40.08 610888 755216 8 00:56:33 00:54:01 244864 0 656444 34.89 12 980224 1174284 40.08 610924 755216 8 00:56:33 00:55:01 244316 0 656984 34.92 12 980232 1174380 40.08 611412 755220 12 00:56:33 00:56:01 104424 0 688748 36.61 12 1088360 1376292 46.97 631040 871596 21836 00:56:33 Average: 220070 0 689716 36.66 223 971535 1376040 46.96 621315 774583 8192 00:56:33 00:56:33 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:56:33 00:32:01 eth0 891.65 1010.35 3640.62 124.14 0.00 0.00 0.00 0.00 00:56:33 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:32:01 docker0 879.40 720.93 71.36 2673.37 0.00 0.00 0.00 0.00 00:56:33 00:33:01 eth0 457.46 410.67 3036.81 38.46 0.00 0.00 0.00 0.00 00:56:33 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:33:01 docker0 164.43 183.35 11.86 826.71 0.00 0.00 0.00 0.00 00:56:33 00:34:01 eth0 46.01 31.14 35.61 72.87 0.00 0.00 0.00 0.00 00:56:33 00:34:01 vethcb1faec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:33 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:35:01 eth0 24.20 13.15 20.47 10.99 0.00 0.00 0.00 0.00 00:56:33 00:35:01 vethcb1faec 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 00:56:33 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:35:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 00:56:33 00:36:02 veth6c27a53 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:33 00:36:02 eth0 225.47 178.86 1685.97 83.46 0.00 0.00 0.00 0.00 00:56:33 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:37:01 veth51199b4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:37:01 veth8e5793c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:37:01 vethe31ae2c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:37:01 veth86f4061 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:38:02 veth6c27a53 0.00 0.70 0.00 0.03 0.00 0.00 0.00 0.00 00:56:33 00:38:02 eth0 2662.69 2342.16 12248.53 498.03 0.00 0.00 0.00 0.00 00:56:33 00:38:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:56:33 00:38:02 docker0 1089.65 967.69 86.05 3830.69 0.00 0.00 0.00 0.00 00:56:33 00:39:01 vethbbd9949 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:39:01 vethfdd0bb5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:39:01 veth6c27a53 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:56:33 00:39:01 eth0 52.45 29.93 142.07 13.70 0.00 0.00 0.00 0.00 00:56:33 00:40:04 veth6c27a53 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:40:04 eth0 335.98 200.72 2375.44 87.93 0.00 0.00 0.00 0.00 00:56:33 00:40:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:56:33 00:40:04 docker0 1139.62 1135.07 88.22 4976.21 0.00 0.00 0.00 0.00 00:56:33 00:41:01 eth0 40.85 24.37 117.61 12.24 0.00 0.00 0.00 0.00 00:56:33 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:41:01 docker0 9.88 14.21 0.82 95.21 0.00 0.00 0.00 0.00 00:56:33 00:42:01 eth0 0.55 0.32 0.27 0.20 0.00 0.00 0.00 0.00 00:56:33 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:43:01 eth0 0.52 0.33 0.27 0.17 0.00 0.00 0.00 0.00 00:56:33 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:44:01 eth0 0.82 0.08 0.06 0.04 0.00 0.00 0.00 0.00 00:56:33 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:45:01 eth0 2.81 0.57 0.73 0.38 0.00 0.00 0.00 0.00 00:56:33 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:46:01 eth0 0.95 0.47 0.43 0.30 0.00 0.00 0.00 0.00 00:56:33 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:47:01 eth0 0.23 0.10 0.02 0.01 0.00 0.00 0.00 0.00 00:56:33 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:49:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:56:33 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:51:01 eth0 0.35 0.20 0.15 0.07 0.00 0.00 0.00 0.00 00:56:33 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:52:01 eth0 0.25 0.13 0.12 0.07 0.00 0.00 0.00 0.00 00:56:33 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:53:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:54:01 eth0 1.83 0.07 0.19 0.01 0.00 0.00 0.00 0.00 00:56:33 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:55:01 eth0 4.50 0.52 0.90 0.36 0.00 0.00 0.00 0.00 00:56:33 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:56:01 eth0 73.12 59.49 324.01 57.18 0.00 0.00 0.00 0.00 00:56:33 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 Average: eth0 92.77 82.90 477.07 23.42 0.00 0.00 0.00 0.00 00:56:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:33 Average: docker0 47.83 47.81 3.71 210.85 0.00 0.00 0.00 0.00 00:56:33 00:56:33 00:56:33 ---> sar -P ALL: 00:56:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 00:56:33 00:56:33 00:29:51 LINUX RESTART (4 CPU) 00:56:33 00:56:33 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:56:33 00:32:01 all 12.70 0.00 6.89 1.40 0.45 78.55 00:56:33 00:32:01 0 12.43 0.00 7.63 2.56 0.42 76.97 00:56:33 00:32:01 1 14.17 0.00 6.73 1.37 0.43 77.29 00:56:33 00:32:01 2 13.50 0.00 6.36 0.76 0.45 78.93 00:56:33 00:32:01 3 10.68 0.00 6.86 0.93 0.50 81.03 00:56:33 00:33:01 all 9.45 0.00 7.99 4.06 0.27 78.23 00:56:33 00:33:01 0 9.30 0.00 8.70 3.29 0.31 78.40 00:56:33 00:33:01 1 9.29 0.00 7.45 3.80 0.22 79.23 00:56:33 00:33:01 2 9.19 0.00 7.78 4.65 0.32 78.07 00:56:33 00:33:01 3 10.00 0.00 8.05 4.50 0.24 77.21 00:56:33 00:34:01 all 50.01 0.00 12.79 6.54 0.41 30.25 00:56:33 00:34:01 0 48.24 0.00 12.25 8.06 0.41 31.04 00:56:33 00:34:01 1 48.65 0.00 13.20 5.41 0.55 32.19 00:56:33 00:34:01 2 50.95 0.00 12.98 6.97 0.41 28.70 00:56:33 00:34:01 3 52.21 0.00 12.73 5.69 0.28 29.09 00:56:33 00:35:01 all 50.28 0.00 14.89 2.84 0.31 31.69 00:56:33 00:35:01 0 52.06 0.00 14.79 2.44 0.26 30.45 00:56:33 00:35:01 1 48.60 0.00 14.85 2.52 0.28 33.75 00:56:33 00:35:01 2 49.94 0.00 14.55 2.56 0.35 32.60 00:56:33 00:35:01 3 50.52 0.00 15.37 3.83 0.33 29.95 00:56:33 00:36:02 all 21.48 0.00 20.23 6.72 0.48 51.09 00:56:33 00:36:02 0 21.68 0.00 20.52 6.61 0.50 50.69 00:56:33 00:36:02 1 20.56 0.00 20.05 6.78 0.49 52.13 00:56:33 00:36:02 2 22.90 0.00 19.54 6.99 0.45 50.12 00:56:33 00:36:02 3 20.80 0.00 20.80 6.49 0.47 51.44 00:56:33 00:37:01 all 21.77 0.00 32.25 22.11 0.55 23.32 00:56:33 00:37:01 0 21.09 0.00 31.19 22.08 0.57 25.08 00:56:33 00:37:01 1 22.76 0.00 32.15 22.06 0.55 22.48 00:56:33 00:37:01 2 21.35 0.00 31.84 22.96 0.46 23.40 00:56:33 00:37:01 3 21.88 0.00 33.83 21.34 0.63 22.32 00:56:33 00:38:02 all 51.11 0.00 18.78 10.85 0.17 19.09 00:56:33 00:38:02 0 51.21 0.00 16.96 14.04 0.17 17.61 00:56:33 00:38:02 1 51.17 0.00 19.16 9.32 0.14 20.22 00:56:33 00:38:02 2 50.77 0.00 19.58 9.73 0.17 19.75 00:56:33 00:38:02 3 51.30 0.00 19.44 10.33 0.18 18.75 00:56:33 00:39:01 all 23.13 0.00 31.98 20.55 0.49 23.84 00:56:33 00:39:01 0 23.03 0.00 30.89 18.94 0.53 26.61 00:56:33 00:39:01 1 23.11 0.00 32.79 20.03 0.52 23.54 00:56:33 00:39:01 2 23.31 0.00 31.68 21.47 0.46 23.09 00:56:33 00:39:01 3 23.09 0.00 32.58 21.80 0.44 22.09 00:56:33 00:40:04 all 56.15 0.00 16.90 10.77 0.29 15.89 00:56:33 00:40:04 0 55.52 0.00 17.82 15.03 0.31 11.32 00:56:33 00:40:04 1 55.86 0.00 17.76 10.11 0.31 15.96 00:56:33 00:40:04 2 56.16 0.00 16.14 7.07 0.32 20.31 00:56:33 00:40:04 3 57.08 0.00 15.89 10.91 0.22 15.91 00:56:33 00:41:01 all 8.02 0.00 6.92 9.63 0.24 75.18 00:56:33 00:41:01 0 7.31 0.00 6.79 10.62 0.27 75.00 00:56:33 00:41:01 1 7.78 0.00 6.86 8.43 0.25 76.68 00:56:33 00:41:01 2 8.71 0.00 6.60 10.61 0.20 73.88 00:56:33 00:41:01 3 8.27 0.00 7.44 8.87 0.25 75.16 00:56:33 00:42:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:56:33 00:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:33 00:42:01 1 0.53 0.00 0.03 0.00 0.00 99.43 00:56:33 00:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:56:33 00:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:56:33 00:56:33 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:56:33 00:43:01 all 0.14 0.00 0.04 0.00 0.01 99.82 00:56:33 00:43:01 0 0.03 0.00 0.05 0.00 0.02 99.90 00:56:33 00:43:01 1 0.42 0.00 0.05 0.00 0.00 99.53 00:56:33 00:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:56:33 00:43:01 3 0.05 0.00 0.02 0.00 0.02 99.92 00:56:33 00:44:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:56:33 00:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:56:33 00:44:01 1 0.30 0.00 0.03 0.00 0.00 99.67 00:56:33 00:44:01 2 0.22 0.00 0.03 0.00 0.02 99.73 00:56:33 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:33 00:45:01 all 0.20 0.00 0.06 0.01 0.00 99.73 00:56:33 00:45:01 0 0.05 0.00 0.07 0.02 0.00 99.87 00:56:33 00:45:01 1 0.08 0.00 0.07 0.00 0.00 99.85 00:56:33 00:45:01 2 0.55 0.00 0.05 0.00 0.00 99.40 00:56:33 00:45:01 3 0.10 0.00 0.05 0.02 0.02 99.82 00:56:33 00:46:01 all 0.16 0.00 0.07 0.02 0.00 99.75 00:56:33 00:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:56:33 00:46:01 1 0.50 0.00 0.08 0.07 0.00 99.35 00:56:33 00:46:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:56:33 00:46:01 3 0.03 0.00 0.10 0.00 0.00 99.87 00:56:33 00:47:01 all 0.11 0.00 0.05 0.00 0.01 99.84 00:56:33 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:33 00:47:01 1 0.33 0.00 0.05 0.00 0.02 99.60 00:56:33 00:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:56:33 00:47:01 3 0.03 0.00 0.05 0.00 0.02 99.90 00:56:33 00:48:01 all 0.12 0.00 0.03 0.00 0.00 99.85 00:56:33 00:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:33 00:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:56:33 00:48:01 2 0.38 0.00 0.03 0.00 0.00 99.58 00:56:33 00:48:01 3 0.03 0.00 0.07 0.00 0.00 99.90 00:56:33 00:49:01 all 0.17 0.00 0.02 0.00 0.00 99.81 00:56:33 00:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:56:33 00:49:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:56:33 00:49:01 2 0.08 0.00 0.03 0.00 0.00 99.88 00:56:33 00:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 00:56:33 00:50:01 all 0.14 0.00 0.02 0.00 0.00 99.83 00:56:33 00:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 00:56:33 00:50:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:56:33 00:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:56:33 00:50:01 3 0.50 0.00 0.02 0.02 0.00 99.47 00:56:33 00:51:01 all 0.16 0.00 0.04 0.01 0.00 99.80 00:56:33 00:51:01 0 0.03 0.00 0.07 0.03 0.00 99.87 00:56:33 00:51:01 1 0.05 0.00 0.00 0.00 0.00 99.95 00:56:33 00:51:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:56:33 00:51:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:56:33 00:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:56:33 00:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:56:33 00:52:01 1 0.07 0.00 0.03 0.00 0.00 99.90 00:56:33 00:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:56:33 00:52:01 3 0.50 0.00 0.03 0.00 0.02 99.45 00:56:33 00:53:01 all 0.04 0.00 0.04 0.00 0.00 99.92 00:56:33 00:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:56:33 00:53:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:56:33 00:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:56:33 00:53:01 3 0.10 0.00 0.08 0.00 0.00 99.82 00:56:33 00:56:33 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:56:33 00:54:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:56:33 00:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:33 00:54:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:56:33 00:54:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:56:33 00:54:01 3 0.43 0.00 0.03 0.00 0.00 99.53 00:56:33 00:55:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:56:33 00:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:33 00:55:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:56:33 00:55:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:56:33 00:55:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:56:33 00:56:01 all 2.41 0.00 1.61 1.66 0.03 94.30 00:56:33 00:56:01 0 1.72 0.00 1.19 0.60 0.02 96.47 00:56:33 00:56:01 1 1.64 0.00 1.25 1.97 0.03 95.10 00:56:33 00:56:01 2 2.58 0.00 1.82 2.06 0.03 93.51 00:56:33 00:56:01 3 3.71 0.00 2.16 2.00 0.03 92.10 00:56:33 Average: all 12.00 0.00 6.61 3.72 0.14 77.53 00:56:33 Average: 0 11.81 0.00 6.51 4.00 0.15 77.53 00:56:33 Average: 1 11.90 0.00 6.66 3.53 0.15 77.77 00:56:33 Average: 2 12.12 0.00 6.52 3.67 0.14 77.55 00:56:33 Average: 3 12.17 0.00 6.74 3.70 0.14 77.26 00:56:33 00:56:33 00:56:33