Pull request #3095 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at df7eaa583f48bd0cefe0e9af00d8477318667731 rather than ed059e14d357044982f497644550f5c760faaea4 Obtained Jenkinsfile from df7eaa583f48bd0cefe0e9af00d8477318667731 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 ‘prd-centos7-docker-4c-2g-23912’ Running on prd-centos7-docker-4c-2g-23915 in /w/workspace/edgexfoundry_edgex-go_PR-3095 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3095/head:refs/remotes/origin/PR-3095 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit ed059e14d357044982f497644550f5c760faaea4 Merge succeeded, producing ed059e14d357044982f497644550f5c760faaea4 Checking out Revision ed059e14d357044982f497644550f5c760faaea4 (PR-3095) > git config core.sparsecheckout # timeout=10 > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # 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 df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 Commit message: "build: Upgrade go-mod-core-contract lib" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:21:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:21:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:21:39 ========================================================= 07:21:39 EdgeX Global Pipelines Version Info 07:21:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5c14c3144df5ebd0ff833b1001744a10209d2a3e # timeout=10 07:21:42 ------------------- 07:21:42 stable info: 07:21:42 ------------------- 07:21:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:21:42 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:21:42 Message: update stable to v1.0.179 07:21:43 ------------------- 07:21:43 experimental info: 07:21:43 ------------------- 07:21:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:21:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:21:43 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:21:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:21:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:21:45 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:21:46 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:21:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3095 [Pipeline] echo 07:21:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3095 [Pipeline] echo 07:21:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3095 [Pipeline] echo 07:21:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ed059e14d357044982f497644550f5c760faaea4 [Pipeline] echo 07:21:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ed059e1 [Pipeline] echo 07:21:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:21:46 provisioning config files... 07:21:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6462216504486927574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:21:47 ---> docker-login.sh 07:21:47 nexus3.edgexfoundry.org:10001 07:21:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:48 Configure a credential helper to remove this warning. See 07:21:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:48 07:21:48 Login Succeeded 07:21:48 nexus3.edgexfoundry.org:10002 07:21:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:48 Configure a credential helper to remove this warning. See 07:21:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:48 07:21:48 Login Succeeded 07:21:48 nexus3.edgexfoundry.org:10003 07:21:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:48 Configure a credential helper to remove this warning. See 07:21:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:48 07:21:48 Login Succeeded 07:21:48 nexus3.edgexfoundry.org:10004 07:21:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:49 Configure a credential helper to remove this warning. See 07:21:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:49 07:21:49 Login Succeeded 07:21:49 docker.io 07:21:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:21:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:21:49 Configure a credential helper to remove this warning. See 07:21:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:21:49 07:21:49 Login Succeeded 07:21:49 ---> docker-login.sh ends [Pipeline] } 07:21:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:21:50 ++ 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 07:21:50 + for file in '`ls cmd/**/Dockerfile`' 07:21:50 ++ dirname cmd/core-command/Dockerfile 07:21:50 ++ cut -d/ -f2 07:21:50 + echo core-command,cmd/core-command/Dockerfile 07:21:50 + for file in '`ls cmd/**/Dockerfile`' 07:21:50 ++ dirname cmd/core-data/Dockerfile 07:21:50 ++ cut -d/ -f2 07:21:50 + echo core-data,cmd/core-data/Dockerfile 07:21:50 + for file in '`ls cmd/**/Dockerfile`' 07:21:50 ++ dirname cmd/core-metadata/Dockerfile 07:21:50 ++ cut -d/ -f2 07:21:50 + echo core-metadata,cmd/core-metadata/Dockerfile 07:21:50 + for file in '`ls cmd/**/Dockerfile`' 07:21:50 ++ dirname cmd/security-bootstrapper/Dockerfile 07:21:50 ++ cut -d/ -f2 07:21:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:21:50 + for file in '`ls cmd/**/Dockerfile`' 07:21:50 ++ dirname cmd/security-proxy-setup/Dockerfile 07:21:50 ++ cut -d/ -f2 07:21:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:21:50 + for file in '`ls cmd/**/Dockerfile`' 07:21:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:21:50 ++ cut -d/ -f2 07:21:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:21:50 + for file in '`ls cmd/**/Dockerfile`' 07:21:50 ++ dirname cmd/support-notifications/Dockerfile 07:21:50 ++ cut -d/ -f2 07:21:50 + echo support-notifications,cmd/support-notifications/Dockerfile 07:21:50 + for file in '`ls cmd/**/Dockerfile`' 07:21:50 ++ dirname cmd/support-scheduler/Dockerfile 07:21:50 ++ cut -d/ -f2 07:21:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:21:50 + for file in '`ls cmd/**/Dockerfile`' 07:21:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:21:50 ++ cut -d/ -f2 07:21:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:21:50 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 07:21:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:21:52 07:21:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:21:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:21:52 latest: Pulling from edgex-devops/git-semver 07:21:52 31603596830f: Pulling fs layer 07:21:52 2a8b12db71e7: Pulling fs layer 07:21:52 6ca5941a6612: Pulling fs layer 07:21:52 ecc8261a40a4: Pulling fs layer 07:21:52 ecc8261a40a4: Waiting 07:21:52 2a8b12db71e7: Verifying Checksum 07:21:52 2a8b12db71e7: Download complete 07:21:52 31603596830f: Verifying Checksum 07:21:52 31603596830f: Download complete 07:21:53 6ca5941a6612: Verifying Checksum 07:21:53 6ca5941a6612: Download complete 07:21:53 31603596830f: Pull complete 07:21:53 2a8b12db71e7: Pull complete 07:21:53 ecc8261a40a4: Verifying Checksum 07:21:53 ecc8261a40a4: Download complete 07:21:55 6ca5941a6612: Pull complete 07:21:55 ecc8261a40a4: Pull complete 07:21:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:21:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:21:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:21:56 prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container 07:21:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:21:59 $ docker top 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:00 [ssh-agent] Looking for ssh-agent implementation... 07:22:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:00 $ docker exec 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab ssh-agent 07:22:01 SSH_AUTH_SOCK=/tmp/ssh-SFqQJeTgc4N6/agent.12 07:22:01 SSH_AGENT_PID=17 07:22:01 Running ssh-add (command line suppressed) 07:22:01 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4802062450549884833.key (/w/workspace/edgex-go/3@tmp/private_key_4802062450549884833.key) 07:22:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:02 + git tag --points-at HEAD [Pipeline] } 07:22:02 $ docker exec --env ******** --env ******** 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab ssh-agent -k 07:22:03 unset SSH_AUTH_SOCK; 07:22:03 unset SSH_AGENT_PID; 07:22:03 echo Agent pid 17 killed; 07:22:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:22:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:03 [ssh-agent] Looking for ssh-agent implementation... 07:22:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:04 $ docker exec 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab ssh-agent 07:22:05 SSH_AUTH_SOCK=/tmp/ssh-gkgtgaQZEq5a/agent.45 07:22:05 SSH_AGENT_PID=50 07:22:05 Running ssh-add (command line suppressed) 07:22:05 Identity added: /w/workspace/edgex-go/3@tmp/private_key_623901876443226169.key (/w/workspace/edgex-go/3@tmp/private_key_623901876443226169.key) 07:22:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:06 + git semver init 07:22:06 # -> Open(): unable to determine branch for HEAD 07:22:06 # $GIT_DIR = /w/workspace/edgex-go/3/.git 07:22:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 07:22:06 # $SEMVER_REMOTE_NAME = origin 07:22:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:22:06 # $SEMVER_USER_NAME = edgex-jenkins 07:22:06 # $SEMVER_BRANCH = PR-3095 07:22:06 # $SEMVER_TEMP = /tmp/semver-481357913 07:22:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:22:45 # '/tmp/semver-481357913' -> '/w/workspace/edgex-go/3/.semver' 07:22:45 # -> Force: false 07:22:45 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 07:22:45 $ docker exec --env ******** --env ******** 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab ssh-agent -k 07:22:46 unset SSH_AUTH_SOCK; 07:22:46 unset SSH_AGENT_PID; 07:22:46 echo Agent pid 50 killed; 07:22:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:47 + git semver [Pipeline] } 07:22:47 $ docker stop --time=1 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab 07:22:49 $ docker rm -f 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab [Pipeline] // withDockerContainer [Pipeline] sh 07:22:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:22:50 Stashed 1 file(s) [Pipeline] echo 07:22:50 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:22:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:22:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:22:52 + sudo service docker restart 07:22:52 + true 07:22:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:22:53 ========================================================= 07:22:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:22:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:22: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 . 07:23:02 Sending build context to Docker daemon 327.2MB 07:23:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:23:02 Step 2/6 : FROM ${BASE} 07:23:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:23:02 188c0c94c7c5: Pulling fs layer 07:23:02 0ef7d3d256c8: Pulling fs layer 07:23:02 de9db76c5a1d: Pulling fs layer 07:23:02 bca2f99d35d6: Pulling fs layer 07:23:02 93359f2a8cfa: Pulling fs layer 07:23:02 7c6f9722023f: Pulling fs layer 07:23:02 a35cf1a2eb13: Pulling fs layer 07:23:02 93359f2a8cfa: Waiting 07:23:02 7c6f9722023f: Waiting 07:23:02 a35cf1a2eb13: Waiting 07:23:02 bca2f99d35d6: Waiting 07:23:02 de9db76c5a1d: Download complete 07:23:03 0ef7d3d256c8: Verifying Checksum 07:23:03 0ef7d3d256c8: Download complete 07:23:03 93359f2a8cfa: Verifying Checksum 07:23:03 93359f2a8cfa: Download complete 07:23:03 7c6f9722023f: Verifying Checksum 07:23:03 7c6f9722023f: Download complete 07:23:03 188c0c94c7c5: Verifying Checksum 07:23:03 188c0c94c7c5: Download complete 07:23:03 188c0c94c7c5: Pull complete 07:23:04 0ef7d3d256c8: Pull complete 07:23:04 de9db76c5a1d: Pull complete 07:23:06 Still waiting to schedule task 07:23:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-23913’ is offline 07:23:07 a35cf1a2eb13: Verifying Checksum 07:23:07 a35cf1a2eb13: Download complete 07:23:09 bca2f99d35d6: Verifying Checksum 07:23:09 bca2f99d35d6: Download complete 07:23:21 bca2f99d35d6: Pull complete 07:23:21 93359f2a8cfa: Pull complete 07:23:21 7c6f9722023f: Pull complete 07:23:27 a35cf1a2eb13: Pull complete 07:23:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:23:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:23:27 ---> a62c8e92a672 07:23:27 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 07:23:27 ---> Running in bc3fe340915f 07:23:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:23:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:23:31 (1/12) Installing libmagic (5.38-r0) 07:23:32 (2/12) Installing file (5.38-r0) 07:23:32 (3/12) Installing libc-dev (0.7.2-r3) 07:23:32 (4/12) Installing g++ (9.3.0-r2) 07:23:36 (5/12) Installing fortify-headers (1.1-r0) 07:23:36 (6/12) Installing patch (2.7.6-r6) 07:23:36 (7/12) Installing build-base (0.5-r2) 07:23:36 (8/12) Installing libsodium (1.0.18-r0) 07:23:36 (9/12) Installing pkgconf (1.7.2-r0) 07:23:37 (10/12) Installing libsodium-dev (1.0.18-r0) 07:23:37 (11/12) Installing libzmq (4.3.3-r0) 07:23:37 (12/12) Installing zeromq-dev (4.3.3-r0) 07:23:37 Executing busybox-1.31.1-r19.trigger 07:23:37 OK: 233 MiB in 51 packages 07:23:41 Removing intermediate container bc3fe340915f 07:23:41 ---> 34349bd2acd4 07:23:41 Step 4/6 : WORKDIR /edgex-go 07:23:41 ---> Running in cd5188f7b5fd 07:23:42 Removing intermediate container cd5188f7b5fd 07:23:42 ---> 1a4a46ddcdcf 07:23:42 Step 5/6 : COPY go.mod . 07:23:42 ---> 20218e52e416 07:23:42 Step 6/6 : RUN go mod download 07:23:42 ---> Running in abb580ca18ea 07:24:15 Removing intermediate container abb580ca18ea 07:24:15 ---> c27073aa958f 07:24:15 Successfully built c27073aa958f 07:24:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:24:15 + docker inspect -f . ci-base-image-x86_64 07:24:16 . [Pipeline] withDockerContainer 07:24:16 prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container 07:24:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:24:17 $ docker top 4f0ebe09dafe99787a5627ae210a8b439c26b0cd36364da6ac12a8c8898a3908 -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:18 + go version 07:24:18 go version go1.15.5 linux/amd64 [Pipeline] } 07:24:18 $ docker stop --time=1 4f0ebe09dafe99787a5627ae210a8b439c26b0cd36364da6ac12a8c8898a3908 07:24:19 $ docker rm -f 4f0ebe09dafe99787a5627ae210a8b439c26b0cd36364da6ac12a8c8898a3908 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:20 + docker inspect -f . ci-base-image-x86_64 07:24:20 . [Pipeline] withDockerContainer 07:24:21 prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container 07:24:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:24:22 $ docker top b14c1518d3835310ee3b99876be0cdb412e009c8cf4ad715accd09f5ddd020e8 -eo pid,comm [Pipeline] { [Pipeline] echo 07:24:23 ========================================================= 07:24:23 [edgeXBuildGoParallel] Running Tests and Build... 07:24:23 ========================================================= [Pipeline] sh 07:24:24 + make test 07:24:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:24:42 ? github.com/edgexfoundry/edgex-go [no test files] 07:25:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23916 in /w/workspace/edgexfoundry_edgex-go_PR-3095 [Pipeline] { [Pipeline] ws 07:25:02 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:25:07 using credential edgex-jenkins-ssh 07:25:07 Cloning the remote Git repository 07:25:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:25:07 > git init /w/workspace/edgex-go/3 # timeout=10 07:25:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:25:07 > git --version # timeout=10 07:25:07 > git --version # 'git version 2.17.1' 07:25:07 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:25:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:25:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:25:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:25:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3095/head:refs/remotes/origin/PR-3095 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:25:23 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit ed059e14d357044982f497644550f5c760faaea4 07:25:23 Merge succeeded, producing ed059e14d357044982f497644550f5c760faaea4 07:25:23 Checking out Revision ed059e14d357044982f497644550f5c760faaea4 (PR-3095) 07:25:23 > git config core.sparsecheckout # timeout=10 07:25:23 > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 07:25:23 > git remote # timeout=10 07:25:23 > git config --get remote.origin.url # timeout=10 07:25:23 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:23 > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 07:25:23 > git rev-parse HEAD^{commit} # timeout=10 07:25:23 > git config core.sparsecheckout # timeout=10 07:25:23 > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 07:25:28 Commit message: "build: Upgrade go-mod-core-contract lib" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:25:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:25:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:25:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:25:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:25:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:25:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:25:30 + sudo service docker restart 07:25:30 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:25:32 provisioning config files... 07:25:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4071086393453583413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:25:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:25:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:25:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:25:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:25:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:25:33 ---> docker-login.sh 07:25:33 nexus3.edgexfoundry.org:10001 07:25:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:25:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:34 Configure a credential helper to remove this warning. See 07:25:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:34 07:25:34 Login Succeeded 07:25:34 nexus3.edgexfoundry.org:10002 07:25:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:35 Configure a credential helper to remove this warning. See 07:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:35 07:25:35 Login Succeeded 07:25:35 nexus3.edgexfoundry.org:10003 07:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:35 Configure a credential helper to remove this warning. See 07:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:35 07:25:35 Login Succeeded 07:25:35 nexus3.edgexfoundry.org:10004 07:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:35 Configure a credential helper to remove this warning. See 07:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:35 07:25:35 Login Succeeded 07:25:35 docker.io 07:25:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:36 Configure a credential helper to remove this warning. See 07:25:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:36 07:25:36 Login Succeeded 07:25:36 ---> docker-login.sh ends [Pipeline] } 07:25:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:25:37 ========================================================= 07:25:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:25:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:25:37 + 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 . 07:25:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:25:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:25:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:25:40 Sending build context to Docker daemon 165.9MB 07:25:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:25:40 Step 2/6 : FROM ${BASE} 07:25:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:25:40 5f621e34cdf4: Pulling fs layer 07:25:40 a4357932f1b6: Pulling fs layer 07:25:40 18c013af1878: Pulling fs layer 07:25:40 00ac8860ef70: Pulling fs layer 07:25:40 63d7cb157983: Pulling fs layer 07:25:40 b116817d02f9: Pulling fs layer 07:25:40 00ac8860ef70: Waiting 07:25:40 63d7cb157983: Waiting 07:25:40 745a02a5169b: Pulling fs layer 07:25:40 b116817d02f9: Waiting 07:25:40 18c013af1878: Verifying Checksum 07:25:40 18c013af1878: Download complete 07:25:40 a4357932f1b6: Verifying Checksum 07:25:40 a4357932f1b6: Download complete 07:25:40 63d7cb157983: Download complete 07:25:40 b116817d02f9: Download complete 07:25:40 5f621e34cdf4: Verifying Checksum 07:25:40 5f621e34cdf4: Download complete 07:25:40 5f621e34cdf4: Pull complete 07:25:41 a4357932f1b6: Pull complete 07:25:41 18c013af1878: Pull complete 07:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.228s coverage: 46.0% of statements 07:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 07:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements 07:25:43 745a02a5169b: Verifying Checksum 07:25:43 745a02a5169b: Download complete 07:25:44 00ac8860ef70: Verifying Checksum 07:25:44 00ac8860ef70: Download complete 07:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.379s coverage: 27.1% of statements 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.208s coverage: 65.8% of statements 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.590s coverage: 82.3% of statements 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.796s coverage: 28.6% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.119s coverage: 100.0% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.107s coverage: 100.0% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.143s coverage: 86.7% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.243s coverage: 97.5% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:25:54 00ac8860ef70: Pull complete 07:25:54 63d7cb157983: Pull complete 07:25:54 b116817d02f9: Pull complete 07:25:57 745a02a5169b: Pull complete 07:25:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:25:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:25:57 ---> b7e6874047d6 07:25:57 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 07:26:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.753s coverage: 92.8% of statements 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:26:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:26:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.147s coverage: 0.1% of statements 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.116s coverage: 43.8% of statements 07:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.075s coverage: 79.5% of statements 07:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.190s coverage: 94.1% of statements 07:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 07:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements 07:26:02 ---> Running in 6f31070789a5 07:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:04 (1/12) Installing libmagic (5.38-r0) 07:26:04 (2/12) Installing file (5.38-r0) 07:26:04 (3/12) Installing libc-dev (0.7.2-r3) 07:26:04 (4/12) Installing g++ (9.3.0-r2) 07:26:09 (5/12) Installing fortify-headers (1.1-r0) 07:26:09 (6/12) Installing patch (2.7.6-r6) 07:26:09 (7/12) Installing build-base (0.5-r2) 07:26:09 (8/12) Installing libsodium (1.0.18-r0) 07:26:09 (9/12) Installing pkgconf (1.7.2-r0) 07:26:09 (10/12) Installing libsodium-dev (1.0.18-r0) 07:26:09 (11/12) Installing libzmq (4.3.3-r0) 07:26:10 (12/12) Installing zeromq-dev (4.3.3-r0) 07:26:10 Executing busybox-1.31.1-r19.trigger 07:26:10 OK: 217 MiB in 51 packages 07:26:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.106s coverage: 94.4% of statements 07:26:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 07:26:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:26:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:26:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:26:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.136s coverage: 87.2% of statements 07:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 07:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements 07:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.111s coverage: 80.8% of statements 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.323s coverage: 91.4% of statements 07:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.358s coverage: 63.5% of statements 07:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.113s coverage: 73.7% of statements 07:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 07:26:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.600s coverage: 68.9% of statements 07:26:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:26:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:26:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:26:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:26:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.224s coverage: 37.0% of statements 07:26:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:26:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.741s coverage: 84.0% of statements 07:26:14 Removing intermediate container 6f31070789a5 07:26:14 ---> 2fcbed420571 07:26:14 Step 4/6 : WORKDIR /edgex-go 07:26:14 ---> Running in a63fd34ef033 07:26:14 Removing intermediate container a63fd34ef033 07:26:14 ---> 32cf678eaedd 07:26:14 Step 5/6 : COPY go.mod . 07:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements 07:26:15 ---> 6cbcae3eb942 07:26:15 Step 6/6 : RUN go mod download 07:26:15 ---> Running in 5caacd3239c0 07:26:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.210s coverage: 47.1% of statements 07:26:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:26:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:26:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:26:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:26:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:26:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 07:26:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:26:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 07:26:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:26:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.245s coverage: 29.1% of statements 07:26:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:26:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:26:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:26:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:26:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:26:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.394s coverage: 99.0% of statements 07:26:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:26:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements 07:26:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:26:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.069s coverage: 0.0% of statements 07:26:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.086s coverage: 100.0% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.167s coverage: 100.0% of statements 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.096s coverage: 32.1% of statements 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 07:26:25 GO111MODULE=on go vet ./... 07:26:42 Removing intermediate container 5caacd3239c0 07:26:42 ---> 1268457c9154 07:26:42 Successfully built 1268457c9154 07:26:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:26:42 + docker inspect -f . ci-base-image-arm64 07:26:42 . [Pipeline] withDockerContainer 07:26:42 prd-ubuntu18.04-docker-arm64-4c-16g-23916 does not seem to be running inside a container 07:26:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:26:44 $ docker top 3ca4c19842af60916e0fba829f4b3e5b43c2d2cfc53d6c9bae1d5dafe7ab9e96 -eo pid,comm [Pipeline] { [Pipeline] sh 07:26:45 + go version 07:26:45 go version go1.15.5 linux/arm64 [Pipeline] } 07:26:45 $ docker stop --time=1 3ca4c19842af60916e0fba829f4b3e5b43c2d2cfc53d6c9bae1d5dafe7ab9e96 07:26:47 $ docker rm -f 3ca4c19842af60916e0fba829f4b3e5b43c2d2cfc53d6c9bae1d5dafe7ab9e96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:26:48 + docker inspect -f . ci-base-image-arm64 07:26:48 . [Pipeline] withDockerContainer 07:26:48 prd-ubuntu18.04-docker-arm64-4c-16g-23916 does not seem to be running inside a container 07:26:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:26:50 $ docker top fed97f0d31d3d133e1e035b1e737816b08f9570482039c9f683eea752274ffa7 -eo pid,comm [Pipeline] { [Pipeline] echo 07:26:50 ========================================================= 07:26:50 [edgeXBuildGoParallel] Running Tests and Build... 07:26:50 ========================================================= [Pipeline] sh 07:26:51 + make test 07:26:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:27:13 ? github.com/edgexfoundry/edgex-go [no test files] 07:27:22 gofmt -l . 07:27:22 [ "`gofmt -l .`" = "" ] 07:27:22 ./bin/test-go-mod-tidy.sh 07:27:23 ./bin/test-attribution-txt.sh [Pipeline] sh 07:27:26 + ls -al . 07:27:26 total 672 07:27:26 drwxrwxr-x 10 1001 1001 4096 Jan 29 07:27 . 07:27:26 drwxr-xr-x 4 root root 28 Jan 29 07:24 .. 07:27:26 -rw-rw-r-- 1 1001 1001 11 Jan 29 07:21 .dockerignore 07:27:26 drwxrwxr-x 8 1001 1001 179 Jan 29 07:21 .git 07:27:26 drwxrwxr-x 3 1001 1001 125 Jan 29 07:21 .github 07:27:26 -rw-rw-r-- 1 1001 1001 872 Jan 29 07:21 .gitignore 07:27:26 drwx------ 3 1001 1001 60 Jan 29 07:22 .semver 07:27:26 -rw-rw-r-- 1 1001 1001 166 Jan 29 07:21 .sonarcloud.properties 07:27:26 -rw-rw-r-- 1 1001 1001 7859 Jan 29 07:21 Attribution.txt 07:27:26 -rw-rw-r-- 1 1001 1001 3804 Jan 29 07:21 CONTRIBUTING.md 07:27:26 -rw-rw-r-- 1 1001 1001 931 Jan 29 07:21 Dockerfile.build 07:27:26 -rw-rw-r-- 1 1001 1001 863 Jan 29 07:21 Jenkinsfile 07:27:26 -rw-rw-r-- 1 1001 1001 10775 Jan 29 07:21 LICENSE 07:27:26 -rw-rw-r-- 1 1001 1001 6001 Jan 29 07:21 Makefile 07:27:26 -rw-rw-r-- 1 1001 1001 6524 Jan 29 07:21 README.md 07:27:26 -rw-rw-r-- 1 1001 1001 6755 Jan 29 07:21 SECURITY.md 07:27:26 -rw-rw-r-- 1 1001 1001 5 Jan 29 07:22 VERSION 07:27:26 -rw-rw-r-- 1 1001 1001 4131 Jan 29 07:21 ZMQWindows.md 07:27:26 drwxrwxr-x 2 1001 1001 117 Jan 29 07:21 bin 07:27:26 drwxrwxr-x 15 1001 1001 4096 Jan 29 07:21 cmd 07:27:26 -rw-r--r-- 1 root root 565356 Jan 29 07:26 coverage.out 07:27:26 -rw-r--r-- 1 root root 1054 Jan 29 07:27 go.mod 07:27:26 -rw-r--r-- 1 root root 19289 Jan 29 07:27 go.sum 07:27:26 drwxrwxr-x 8 1001 1001 127 Jan 29 07:21 internal 07:27:26 drwxrwxr-x 4 1001 1001 26 Jan 29 07:21 openapi 07:27:26 drwxrwxr-x 4 1001 1001 71 Jan 29 07:21 snap 07:27:26 -rw-rw-r-- 1 1001 1001 168 Jan 29 07:21 version.go [Pipeline] sh 07:27:27 + '[' -e coverage.out ] 07:27:27 + chown 1001:1001 coverage.out [Pipeline] stash 07:27:27 Stashed 1 file(s) [Pipeline] sh 07:27:27 + make build 07:27:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:27:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:27:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:27:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:27:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:27:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:28:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:28: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 07:28: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 07:28:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:28:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:28:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:28:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:28:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:28:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:28: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 07:28:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:28:15 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] } 07:28:18 $ docker stop --time=1 b14c1518d3835310ee3b99876be0cdb412e009c8cf4ad715accd09f5ddd020e8 07:28:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:28:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:28:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:28:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:28:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:28:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:28:21 $ docker rm -f b14c1518d3835310ee3b99876be0cdb412e009c8cf4ad715accd09f5ddd020e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 07:28:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:28:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:28:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] isUnix [Pipeline] sh 07:28:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:28:25 07:28:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:28:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:28:26 latest: Pulling from edgex-devops/edgex-compose 07:28:26 cbdbe7a5bc2a: Pulling fs layer 07:28:26 ca9280d653b3: Pulling fs layer 07:28:26 7e9c9ca2126c: Pulling fs layer 07:28:27 cbdbe7a5bc2a: Download complete 07:28:27 cbdbe7a5bc2a: Pull complete 07:28:28 ca9280d653b3: Download complete 07:28:30 ca9280d653b3: Pull complete 07:28:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.437s coverage: 46.0% of statements 07:28:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:28:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:28:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:28:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:28:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:28:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:28:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 07:28:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.164s coverage: 100.0% of statements 07:28:31 7e9c9ca2126c: Download complete 07:28:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.475s coverage: 27.1% of statements 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:28:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:28:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:28:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 65.8% of statements 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:28:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:28:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.620s coverage: 82.3% of statements 07:28:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:28:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:28:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:28:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:28:44 7e9c9ca2126c: Pull complete 07:28:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:28:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:28:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:28:44 prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container 07:28:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:28:46 $ docker top 0837397415ab592d6a41287a08050c2d900ceb886ef7e7817b71eb05b8d00b33 -eo pid,comm 07:28:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.135s coverage: 28.6% of statements 07:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:28:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 07:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:28:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements 07:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:28:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.329s coverage: 86.7% of statements 07:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:28:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.293s coverage: 97.5% of statements 07:28:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [Pipeline] { [Pipeline] sh 07:28:48 + docker-compose build --help 07:28:48 + grep parallel 07:28:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements 07:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:28:49 --parallel Build images in parallel. [Pipeline] } 07:28:49 $ docker stop --time=1 0837397415ab592d6a41287a08050c2d900ceb886ef7e7817b71eb05b8d00b33 07:28:51 $ docker rm -f 0837397415ab592d6a41287a08050c2d900ceb886ef7e7817b71eb05b8d00b33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:28:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:28:52 . [Pipeline] withDockerContainer 07:28:52 prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container 07:28:52 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:28:53 $ docker top a91c6e65f1b35ada49c82a7ee6802d3ff112cc96ac4a06ebe8dc9493edbd61af -eo pid,comm [Pipeline] { [Pipeline] sh 07:28:54 + docker-compose -f ./docker-compose-build.yml build --parallel 07:28:56 Building docker-core-command-go ... 07:28:56 Building docker-core-data-go ... 07:28:56 Building docker-core-metadata-go ... 07:28:56 Building docker-security-bootstrapper-go ... 07:28:56 Building docker-security-proxy-setup-go ... 07:28:56 Building docker-security-secretstore-setup-go ... 07:28:56 Building docker-support-notifications-go ... 07:28:56 Building docker-support-scheduler-go ... 07:28:56 Building docker-sys-mgmt-agent-go ... 07:28:56 Building docker-support-scheduler-go 07:28:56 Building docker-sys-mgmt-agent-go 07:28:56 Building docker-security-bootstrapper-go 07:28:56 Building docker-core-command-go 07:28:56 Building docker-support-notifications-go 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.270s coverage: 92.8% of statements 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:28:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.102s coverage: 43.8% of statements 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements 07:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements 07:29:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements 07:29:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.087s coverage: 44.8% of statements 07:29:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:29:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:29:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:29:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 07:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 07:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 75.5% of statements 07:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 07:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 07:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements 07:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.4% of statements 07:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.523s coverage: 63.5% of statements 07:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:29:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 07:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 07:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 07:29:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements 07:29:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 07:29:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 68.9% of statements 07:29:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:29:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:29:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:29:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:29:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:29:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.404s coverage: 37.0% of statements 07:29:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:29:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:29:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.569s coverage: 84.0% of statements 07:29:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.108s coverage: 100.0% of statements 07:29:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.397s coverage: 47.1% of statements 07:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:29:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.199s coverage: 100.0% of statements 07:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:29:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements 07:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:29:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.203s coverage: 29.1% of statements 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:29:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:29:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:29:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:29:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.094s coverage: 100.0% of statements 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:29:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:29:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:29:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 07:29:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 07:29:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 07:29:33 GO111MODULE=on go vet ./... 07:30:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:30:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:30:05 ---> c27073aa958f 07:30:05 Step 3/23 : WORKDIR /edgex-go 07:30:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:30:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:30:05 ---> c27073aa958f 07:30:05 Step 3/22 : WORKDIR /edgex-go 07:30:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:30:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:30:05 ---> c27073aa958f 07:30:05 Step 3/26 : WORKDIR /edgex-go 07:30:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:30:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:30:05 ---> c27073aa958f 07:30:05 Step 3/22 : WORKDIR /edgex-go 07:30:05 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:30:05 Step 2/34 : FROM ${BUILDER_BASE} AS builder 07:30:05 ---> c27073aa958f 07:30:05 Step 3/34 : WORKDIR /edgex-go 07:30:05 ---> Running in ff7000592125 07:30:05 ---> Running in 478dc31ee6d8 07:30:05 ---> Running in 5110dab4d28b 07:30:05 ---> Running in 5663b6bf952d 07:30:05 ---> Running in 91213ffc6619 07:30:05 Removing intermediate container 5663b6bf952d 07:30:05 ---> 0e80b214713c 07:30:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:05 Removing intermediate container ff7000592125 07:30:05 ---> 6474dff9e7d9 07:30:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:05 Removing intermediate container 5110dab4d28b 07:30:05 ---> c0d98385bdf2 07:30:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:05 Removing intermediate container 478dc31ee6d8 07:30:05 ---> 34801b26d1a3 07:30:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:05 Removing intermediate container 91213ffc6619 07:30:05 ---> d09a85a07f1c 07:30:05 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:05 ---> Running in 381c1537b7d2 07:30:05 ---> Running in b9d5f6076d53 07:30:05 ---> Running in be0712746dfe 07:30:05 ---> Running in 9396e9cf9c39 07:30:05 ---> Running in 647da7a519f7 07:30:05 Removing intermediate container 381c1537b7d2 07:30:05 ---> 5c4cb1710021 07:30:05 Step 5/23 : RUN apk add --update --no-cache make git 07:30:05 Removing intermediate container 9396e9cf9c39 07:30:05 ---> 8699ab5d156c 07:30:05 Step 5/26 : RUN apk add --update --no-cache make bash git 07:30:05 Removing intermediate container be0712746dfe 07:30:05 ---> 7c580b32fc35 07:30:05 Step 5/22 : RUN apk add --update --no-cache make git 07:30:05 ---> Running in c26e5d9607a7 07:30:05 ---> Running in ec82ee94cf27 07:30:05 Removing intermediate container 647da7a519f7 07:30:05 ---> 3820610fcbbe 07:30:05 Step 5/34 : RUN apk add --update --no-cache make git 07:30:05 ---> Running in aaf65205fdfd 07:30:05 ---> Running in c467562efd37 07:30:05 Removing intermediate container b9d5f6076d53 07:30:05 ---> af65f2697219 07:30:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:30:06 ---> Running in d142f1e35ce3 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:09 OK: 233 MiB in 51 packages 07:30:09 OK: 233 MiB in 51 packages 07:30:09 OK: 233 MiB in 51 packages 07:30:09 OK: 233 MiB in 51 packages 07:30:10 OK: 233 MiB in 51 packages 07:30:10 Removing intermediate container ec82ee94cf27 07:30:10 ---> 4bfa76ac89d3 07:30:10 Step 6/26 : COPY go.mod . 07:30:10 Removing intermediate container aaf65205fdfd 07:30:10 ---> 27996de85343 07:30:10 Step 6/22 : COPY go.mod . 07:30:10 Removing intermediate container c26e5d9607a7 07:30:10 ---> 4a3d51518617 07:30:10 Step 6/23 : COPY go.mod . 07:30:11 ---> ac749ff70b37 07:30:11 Step 7/26 : RUN go mod download 07:30:11 Removing intermediate container d142f1e35ce3 07:30:11 ---> 6a895214532c 07:30:11 Step 7/22 : RUN go mod download 07:30:11 ---> b683f25ae797 07:30:11 Step 6/22 : COPY go.mod . 07:30:11 Removing intermediate container c467562efd37 07:30:11 ---> c3ab34de4acd 07:30:11 Step 6/34 : COPY go.mod . 07:30:11 ---> Running in ce1fe304449b 07:30:12 ---> Running in 213cb06644e9 07:30:12 ---> 6b7d9c1104ad 07:30:12 Step 7/23 : RUN go mod download 07:30:12 ---> d14aac7d49ee 07:30:12 Step 7/22 : RUN go mod download 07:30:12 ---> Running in 660dbd92e866 07:30:12 ---> Running in ca3c82f421bc 07:30:12 ---> 521f348d9577 07:30:12 Step 7/34 : RUN go mod download 07:30:12 ---> Running in a4149f96021b 07:30:18 Removing intermediate container ca3c82f421bc 07:30:18 ---> 87e2b4d22b41 07:30:18 Step 8/22 : COPY . . 07:30:18 Removing intermediate container a4149f96021b 07:30:18 ---> 3442486ae2fc 07:30:18 Step 8/34 : COPY . . 07:30:18 Removing intermediate container ce1fe304449b 07:30:18 ---> 778440bea1fe 07:30:18 Step 8/22 : COPY . . 07:30:18 Removing intermediate container 213cb06644e9 07:30:18 ---> 07196290bad4 07:30:18 Step 8/26 : COPY . . 07:30:18 Removing intermediate container 660dbd92e866 07:30:18 ---> 5fa15fdcb44e 07:30:18 Step 8/23 : COPY . . 07:30:54 gofmt -l . 07:30:54 [ "`gofmt -l .`" = "" ] 07:30:54 ./bin/test-go-mod-tidy.sh 07:30:54 ./bin/test-attribution-txt.sh [Pipeline] sh 07:30:55 + ls -al . 07:30:55 total 700 07:30:55 drwxrwxr-x 9 1001 1001 4096 Jan 29 07:30 . 07:30:55 drwxr-xr-x 4 root root 4096 Jan 29 07:26 .. 07:30:55 -rw-rw-r-- 1 1001 1001 11 Jan 29 07:25 .dockerignore 07:30:55 drwxrwxr-x 8 1001 1001 4096 Jan 29 07:25 .git 07:30:55 drwxrwxr-x 3 1001 1001 4096 Jan 29 07:25 .github 07:30:55 -rw-rw-r-- 1 1001 1001 872 Jan 29 07:25 .gitignore 07:30:55 -rw-rw-r-- 1 1001 1001 166 Jan 29 07:25 .sonarcloud.properties 07:30:55 -rw-rw-r-- 1 1001 1001 7859 Jan 29 07:25 Attribution.txt 07:30:55 -rw-rw-r-- 1 1001 1001 3804 Jan 29 07:25 CONTRIBUTING.md 07:30:55 -rw-rw-r-- 1 1001 1001 931 Jan 29 07:25 Dockerfile.build 07:30:55 -rw-rw-r-- 1 1001 1001 863 Jan 29 07:25 Jenkinsfile 07:30:55 -rw-rw-r-- 1 1001 1001 10775 Jan 29 07:25 LICENSE 07:30:55 -rw-rw-r-- 1 1001 1001 6001 Jan 29 07:25 Makefile 07:30:55 -rw-rw-r-- 1 1001 1001 6524 Jan 29 07:25 README.md 07:30:55 -rw-rw-r-- 1 1001 1001 6755 Jan 29 07:25 SECURITY.md 07:30:55 -rw-rw-r-- 1 1001 1001 5 Jan 29 07:22 VERSION 07:30:55 -rw-rw-r-- 1 1001 1001 4131 Jan 29 07:25 ZMQWindows.md 07:30:55 drwxrwxr-x 2 1001 1001 4096 Jan 29 07:25 bin 07:30:55 drwxrwxr-x 15 1001 1001 4096 Jan 29 07:25 cmd 07:30:55 -rw-r--r-- 1 root root 565356 Jan 29 07:29 coverage.out 07:30:55 -rw-r--r-- 1 root root 1054 Jan 29 07:30 go.mod 07:30:55 -rw-r--r-- 1 root root 19289 Jan 29 07:30 go.sum 07:30:55 drwxrwxr-x 8 1001 1001 4096 Jan 29 07:25 internal 07:30:55 drwxrwxr-x 4 1001 1001 4096 Jan 29 07:25 openapi 07:30:55 drwxrwxr-x 4 1001 1001 4096 Jan 29 07:25 snap 07:30:55 -rw-rw-r-- 1 1001 1001 168 Jan 29 07:25 version.go [Pipeline] sh 07:30:56 + '[' -e coverage.out ] 07:30:56 + chown 1001:1001 coverage.out [Pipeline] stash 07:30:56 Warning: overwriting stash ‘coverage-report’ 07:30:57 Stashed 1 file(s) [Pipeline] sh 07:30:58 + make build 07:30:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:31:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:31:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:31:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:31:41 ---> bc592080a399 07:31:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:31:41 ---> 77336f403965 07:31:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:31:41 ---> d43beaa02d8a 07:31:41 Step 9/23 : RUN make cmd/core-command/core-command 07:31:41 ---> 90f6a5940c5e 07:31:41 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 07:31:41 ---> Running in 189857221d22 07:31:41 ---> Running in 8b2696e5fd24 07:31:41 ---> Running in dd491a51a8d8 07:31:41 ---> Running in 75fe7733d9c9 07:31:41 ---> 9461ed6922c5 07:31:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:31:41 ---> Running in 46fdf360e435 07:31:41 Removing intermediate container 75fe7733d9c9 07:31:41 ---> 5801e8d8c40f 07:31:41 Step 10/34 : 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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" 07:31:41 ---> Running in 83440c682496 07:31:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:31:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:31:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:31:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:31:42 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 07:31:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:31:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:31:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:31:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:32:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:32: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 07:32:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:32:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:32:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 07:32:23 $ docker stop --time=1 fed97f0d31d3d133e1e035b1e737816b08f9570482039c9f683eea752274ffa7 07:32:26 $ docker rm -f fed97f0d31d3d133e1e035b1e737816b08f9570482039c9f683eea752274ffa7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:32:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:28 07:32:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:32:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:29 latest: Pulling from edgex-devops/edgex-compose-arm64 07:32:29 29e5d40040c1: Pulling fs layer 07:32:29 1ce36da41761: Pulling fs layer 07:32:29 25b303627fd3: Pulling fs layer 07:32:29 29e5d40040c1: Verifying Checksum 07:32:29 29e5d40040c1: Download complete 07:32:29 1ce36da41761: Verifying Checksum 07:32:29 1ce36da41761: Download complete 07:32:29 29e5d40040c1: Pull complete 07:32:31 1ce36da41761: Pull complete 07:32:31 25b303627fd3: Verifying Checksum 07:32:31 25b303627fd3: Download complete 07:32:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:32:41 25b303627fd3: Pull complete 07:32:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:32:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:32:42 prd-ubuntu18.04-docker-arm64-4c-16g-23916 does not seem to be running inside a container 07:32:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:32:42 Removing intermediate container 8b2696e5fd24 07:32:42 ---> 91528a518a1c 07:32:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:32:42 Removing intermediate container 189857221d22 07:32:42 ---> 7072975a8864 07:32:42 07:32:42 Step 10/22 : FROM alpine:3.12 07:32:42 3.12: Pulling from library/alpine 07:32:42 Removing intermediate container 46fdf360e435 07:32:42 ---> d815c76c14d4 07:32:42 07:32:42 Step 10/22 : FROM alpine:3.12 07:32:42 ---> Running in fd6a647e5fc6 07:32:42 3.12: Pulling from library/alpine 07:32:44 + mkdir -p /tmp/build/dist/linux 07:32:44 + cd /tmp/build/dist/linux 07:32:44 + git clone https://github.com/jwilder/dockerize.git . 07:32:44 Cloning into '.'... 07:32:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:32:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:32:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:32:44 Status: Downloaded newer image for alpine:3.12 07:32:44 ---> 389fef711851 07:32:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:32:44 Status: Image is up to date for alpine:3.12 07:32:44 ---> 389fef711851 07:32:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:32:45 $ docker top b6e91917bf80b52cb9611872770d9189749f5ae20d71b628b43a04335267724e -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:45 + go get github.com/robfig/glock 07:32:46 + docker-compose build --help 07:32:46 + grep parallel 07:32:46  ---> Running in 65a9a00ff444 07:32:46 ---> Running in f6d1849938e8 07:32:46 Removing intermediate container dd491a51a8d8 07:32:46 ---> 5d4d94cc0c43 07:32:46 07:32:46 Step 10/23 : FROM alpine:3.12 07:32:46 ---> 389fef711851 07:32:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:32:46 ---> Running in 01b1ee1a7ff3 07:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:47 Removing intermediate container fd6a647e5fc6 07:32:47 ---> 08023b8b4378 07:32:47 07:32:47 Step 11/26 : FROM docker:20.10.0 07:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:47 20.10.0: Pulling from library/docker 07:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:48 (1/2) Installing ca-certificates (20191127-r4) 07:32:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:48 (2/2) Installing dumb-init (1.2.2-r1) 07:32:48 Executing busybox-1.31.1-r19.trigger 07:32:48 Executing ca-certificates-20191127-r4.trigger 07:32:48 OK: 6 MiB in 16 packages 07:32:49 --parallel Build images in parallel. [Pipeline] } 07:32:50 $ docker stop --time=1 b6e91917bf80b52cb9611872770d9189749f5ae20d71b628b43a04335267724e 07:32:50 (1/1) Installing dumb-init (1.2.2-r1) 07:32:50 Executing busybox-1.31.1-r19.trigger 07:32:50 OK: 6 MiB in 15 packages 07:32:50 (1/1) Installing dumb-init (1.2.2-r1) 07:32:50 Executing busybox-1.31.1-r19.trigger 07:32:50 OK: 6 MiB in 15 packages 07:32:51 Removing intermediate container f6d1849938e8 07:32:51 ---> 0469f548c572 07:32:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:32:52 $ docker rm -f b6e91917bf80b52cb9611872770d9189749f5ae20d71b628b43a04335267724e 07:32:52 Removing intermediate container 65a9a00ff444 07:32:52 ---> 3ddabd323534 07:32:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:32:52 ---> Running in dd8ca7a7e38a [Pipeline] // withDockerContainer [Pipeline] writeFile 07:32:52 ---> Running in 4cceb33a1144 07:32:52 Removing intermediate container 01b1ee1a7ff3 07:32:52 ---> 3d501c0bec25 07:32:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:32:52 ---> Running in d62ec2c63ff6 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:32:52 Removing intermediate container dd8ca7a7e38a 07:32:52 ---> 524c4acc61f2 07:32:52 Step 13/22 : ENV APP_PORT=48060 07:32:52 Removing intermediate container 4cceb33a1144 07:32:52 ---> 9e1b581a669b 07:32:52 Step 13/22 : ENV APP_PORT=48085 07:32:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:52 . [Pipeline] withDockerContainer 07:32:52 Removing intermediate container d62ec2c63ff6 07:32:52 ---> 339655e01a7f 07:32:52 Step 13/23 : ENV APP_PORT=48082 07:32:52 ---> Running in 2e940baa701b 07:32:52 ---> Running in 10c76ab55287 07:32:52 ---> Running in 3700eaa08efa 07:32:53 prd-ubuntu18.04-docker-arm64-4c-16g-23916 does not seem to be running inside a container 07:32:53 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:32:53 Removing intermediate container 2e940baa701b 07:32:53 ---> d00504b1fd5f 07:32:53 Step 14/22 : EXPOSE $APP_PORT 07:32:53 Removing intermediate container 10c76ab55287 07:32:53 ---> c617de1c5bcf 07:32:53 Step 14/22 : EXPOSE $APP_PORT 07:32:53 Removing intermediate container 3700eaa08efa 07:32:53 ---> ae7cb720556a 07:32:53 Step 14/23 : EXPOSE $APP_PORT 07:32:53 ---> Running in a9c6efa1510d 07:32:54 ---> Running in 92aec3520902 07:32:54 ---> Running in d64db997efd6 07:32:54 Removing intermediate container a9c6efa1510d 07:32:54 ---> 341b17dbb4a6 07:32:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:32:54 Removing intermediate container 92aec3520902 07:32:54 ---> f20cc819094d 07:32:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:32:54 Removing intermediate container d64db997efd6 07:32:54 ---> 412a9e4db058 07:32:54 Step 15/23 : WORKDIR / 07:32:54 $ docker top ae982a6f62bfc83712a86b1a8da609726c978807214712b7d9309805959e21f8 -eo pid,comm 07:32:54 ---> Running in 58c436f61c95 [Pipeline] { [Pipeline] sh 07:32:55 + docker-compose -f ./docker-compose-build.yml build --parallel 07:32:58 ---> d8b470a7e2dc 07:32:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:32:58 ---> 3b0975817ac4 07:32:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:32:58 Removing intermediate container 58c436f61c95 07:32:58 ---> 7fc4a4b25c0d 07:32:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:32:59 Building docker-core-command-go ... 07:32:59 Building docker-core-data-go ... 07:32:59 Building docker-core-metadata-go ... 07:32:59 Building docker-security-bootstrapper-go ... 07:32:59 Building docker-security-proxy-setup-go ... 07:32:59 Building docker-security-secretstore-setup-go ... 07:32:59 Building docker-support-notifications-go ... 07:32:59 Building docker-support-scheduler-go ... 07:32:59 Building docker-sys-mgmt-agent-go ... 07:32:59 Building docker-sys-mgmt-agent-go 07:32:59 Building docker-security-proxy-setup-go 07:32:59 Building docker-support-scheduler-go 07:32:59 Building docker-core-metadata-go 07:32:59 Building docker-security-bootstrapper-go 07:33:00 ---> 79b0abdb7fc3 07:33:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:33:00 ---> d32f0b5e6393 07:33:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:33:00 ---> d9365fc354c7 07:33:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:33:00 + glock sync -n 07:33:01  ---> 1f2be592d613 07:33:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:33:01 ---> Running in 041662e01ed7 07:33:01 ---> 6cbc045f4f01 07:33:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:33:02 ---> 304ab90cf581 07:33:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:33:02 ---> Running in 6c8de3ceb2c4 07:33:02 Removing intermediate container 041662e01ed7 07:33:02 ---> a603e725db0c 07:33:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:02 ---> Running in 77cd52cf520b 07:33:02 ---> 013f747a1e91 07:33:02 Step 19/23 : ENTRYPOINT ["/core-command"] 07:33:02 Removing intermediate container 6c8de3ceb2c4 07:33:02 ---> d4a2cfe8affa 07:33:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:02 ---> Running in 7e1568e9ec6c 07:33:02 ---> Running in de2afad9a06c 07:33:02 Removing intermediate container 77cd52cf520b 07:33:02 ---> 0ae5568ffa98 07:33:02 Step 20/22 : LABEL arch=x86_64 07:33:03 ---> Running in 1dbfc67c9763 07:33:03 Removing intermediate container 7e1568e9ec6c 07:33:03 ---> c3a1176e785b 07:33:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:03 Removing intermediate container de2afad9a06c 07:33:03 ---> 9eb9d73cc58f 07:33:03 Step 20/22 : LABEL arch=x86_64 07:33:03 ---> Running in 77cc9d6eb3b6 07:33:03 ---> Running in 370b2abe1402 07:33:03 Removing intermediate container 1dbfc67c9763 07:33:03 ---> f414e9352749 07:33:03 Step 21/22 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:33:03 Removing intermediate container 77cc9d6eb3b6 07:33:03 ---> 12365883b53e 07:33:03 Step 21/23 : LABEL arch=x86_64 07:33:03 ---> Running in ab327a884e49 07:33:03 ---> Running in 0d0c1888762b 07:33:03 Removing intermediate container 370b2abe1402 07:33:03 ---> d02ac0c19cb9 07:33:03 Step 21/22 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:33:04 ---> Running in 833b6cb3fbca 07:33:04 Removing intermediate container 0d0c1888762b 07:33:04 ---> c76f6e7f93ac 07:33:04 Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:33:04 Removing intermediate container ab327a884e49 07:33:04 ---> 763726ebfea1 07:33:04 Step 22/22 : LABEL version=0.0.0 07:33:05 ---> Running in 023976f922ce 07:33:05 ---> Running in 8e95117c8814 07:33:05 Removing intermediate container 833b6cb3fbca 07:33:05 ---> 4d525e29fb6a 07:33:05 Step 22/22 : LABEL version=0.0.0 07:33:05 ---> Running in 346ad60eb4ec 07:33:05 Removing intermediate container 8e95117c8814 07:33:05 ---> 483e9c4b51b5 07:33:05 07:33:05 Removing intermediate container 023976f922ce 07:33:05 ---> 560df5da9db6 07:33:05 Step 23/23 : LABEL version=0.0.0 07:33:06 ---> Running in b97bf3922148 07:33:06 Removing intermediate container 346ad60eb4ec 07:33:06 ---> 11bba540fc00 07:33:06 07:33:06 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 07:33:06 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 07:33:06 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 07:33:06 Successfully built 483e9c4b51b5 07:33:07 Successfully built 11bba540fc00 07:33:07 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 07:33:07 + git describe '--abbrev=0' --tags 07:33:07 + TAG=v0.6.1 07:33:07 + LDFLAGS='-X main.buildVersion=v0.6.1' 07:33:07 + apk --print-arch 07:33:07 + arch=x86_64 07:33:07 + echo 'building [dockerize] for amd64 ... ' 07:33:07 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 07:33:07 building [dockerize] for amd64 ... 07:33:07 Successfully tagged docker-support-notifications-go:latest 07:33:07 Building docker-security-proxy-setup-go 07:33:07  Building docker-support-notifications-go ... done Removing intermediate container b97bf3922148 07:33:07 ---> d0b9233ae139 07:33:07 07:33:07 Successfully tagged docker-support-scheduler-go:latest 07:33:07 Building docker-security-secretstore-setup-go 07:33:07  Building docker-support-scheduler-go ... done Successfully built d0b9233ae139 07:33:07 Successfully tagged docker-core-command-go:latest 07:33:07  Building docker-core-command-go ... done Building docker-core-metadata-go 07:33:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:33:08 Status: Downloaded newer image for docker:20.10.0 07:33:08 ---> aefe523efa57 07:33:08 Step 12/26 : RUN apk add --no-cache bash 07:33:09 ---> Running in c16d03024e80 07:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:33:15 (1/2) Installing readline (8.0.4-r0) 07:33:15 (2/2) Installing bash (5.0.17-r0) 07:33:15 Executing bash-5.0.17-r0.post-install 07:33:15 Executing busybox-1.31.1-r19.trigger 07:33:15 OK: 12 MiB in 22 packages 07:33:20 Removing intermediate container c16d03024e80 07:33:20 ---> 87932dbd56d8 07:33:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:33:20 ---> Running in fa41b8bfe45e 07:33:20 Removing intermediate container fa41b8bfe45e 07:33:20 ---> 0ad90133879e 07:33:20 Step 14/26 : ENV APP_PORT=48090 07:33:21 ---> Running in 133e9f2eacd9 07:33:23 Removing intermediate container 133e9f2eacd9 07:33:23 ---> 6cdfc9b151ba 07:33:23 Step 15/26 : EXPOSE $APP_PORT 07:33:24 ---> Running in 6cd4b7655678 07:33:25 Removing intermediate container 6cd4b7655678 07:33:25 ---> 501cfd68d1ea 07:33:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:33:27 ---> 7e30c1475a95 07:33:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:33:28 ---> 4428bada0a2d 07:33:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:33:31 ---> 5758267540e3 07:33:31 Step 19/26 : RUN apk --no-cache add py3-pip 07:33:31 ---> Running in 7450d26a198d 07:33:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:33:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:33:35 (1/33) Installing libbz2 (1.0.8-r1) 07:33:35 (2/33) Installing expat (2.2.9-r1) 07:33:35 (3/33) Installing libffi (3.3-r2) 07:33:35 (4/33) Installing gdbm (1.13-r1) 07:33:35 (5/33) Installing xz-libs (5.2.5-r0) 07:33:35 (6/33) Installing sqlite-libs (3.32.1-r0) 07:33:36 (7/33) Installing python3 (3.8.5-r0) 07:33:43 (8/33) Installing py3-appdirs (1.4.4-r1) 07:33:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:33:43 (10/33) Installing py3-parsing (2.4.7-r0) 07:33:43 (11/33) Installing py3-six (1.15.0-r0) 07:33:43 (12/33) Installing py3-packaging (20.4-r0) 07:33:43 (13/33) Installing py3-setuptools (47.0.0-r0) 07:33:43 (14/33) Installing py3-chardet (3.0.4-r4) 07:33:43 (15/33) Installing py3-idna (2.9-r0) 07:33:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:33:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:33:45 (18/33) Installing py3-requests (2.23.0-r0) 07:33:45 (19/33) Installing py3-msgpack (1.0.0-r0) 07:33:45 (20/33) Installing py3-lockfile (0.12.2-r3) 07:33:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:33:45 (22/33) Installing py3-colorama (0.4.3-r0) 07:33:45 (23/33) Installing py3-distlib (0.3.0-r0) 07:33:45 (24/33) Installing py3-distro (1.5.0-r1) 07:33:45 (25/33) Installing py3-webencodings (0.5.1-r3) 07:33:46 (26/33) Installing py3-html5lib (1.0.1-r4) 07:33:46 (27/33) Installing py3-pytoml (0.1.21-r0) 07:33:46 (28/33) Installing py3-pep517 (0.8.2-r0) 07:33:46 (29/33) Installing py3-progress (1.5-r0) 07:33:46 (30/33) Installing py3-toml (0.10.1-r0) 07:33:47 (31/33) Installing py3-retrying (1.3.3-r0) 07:33:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:33:47 (33/33) Installing py3-pip (20.1.1-r0) 07:33:47 Executing busybox-1.31.1-r19.trigger 07:33:47 + date 07:33:47 OK: 71 MiB in 55 packages 07:33:47 + echo 'Fri Jan 29 07:33:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 07:33:47 Fri Jan 29 07:33:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 07:34:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:34:02 ---> c27073aa958f 07:34:02 Step 3/21 : WORKDIR /edgex-go 07:34:02 ---> Using cache 07:34:02 ---> d09a85a07f1c 07:34:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:02 ---> Using cache 07:34:02 ---> 3820610fcbbe 07:34:02 Step 5/21 : RUN apk add --update --no-cache make git 07:34:02 ---> Using cache 07:34:02 ---> c3ab34de4acd 07:34:02 Step 6/21 : COPY go.mod . 07:34:02 ---> Using cache 07:34:02 ---> 521f348d9577 07:34:02 Step 7/21 : RUN go mod download 07:34:02 ---> Using cache 07:34:02 ---> 3442486ae2fc 07:34:02 Step 8/21 : COPY . . 07:34:02 ---> Using cache 07:34:02 ---> 90f6a5940c5e 07:34:02 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:34:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:34:02 ---> c27073aa958f 07:34:02 Step 3/24 : WORKDIR /edgex-go 07:34:02 ---> Using cache 07:34:02 ---> d09a85a07f1c 07:34:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:02 ---> Using cache 07:34:02 ---> 3820610fcbbe 07:34:02 Step 5/24 : RUN apk add --update --no-cache make git 07:34:02 ---> Using cache 07:34:02 ---> c3ab34de4acd 07:34:02 Step 6/24 : COPY go.mod . 07:34:02 ---> Using cache 07:34:02 ---> 521f348d9577 07:34:02 Step 7/24 : RUN go mod download 07:34:02 ---> Using cache 07:34:02 ---> 3442486ae2fc 07:34:02 Step 8/24 : COPY . . 07:34:02 ---> Using cache 07:34:02 ---> 90f6a5940c5e 07:34:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:34:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:34:02 ---> c27073aa958f 07:34:02 Step 3/23 : WORKDIR /edgex-go 07:34:02 ---> Using cache 07:34:02 ---> d09a85a07f1c 07:34:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:02 ---> Using cache 07:34:02 ---> 3820610fcbbe 07:34:02 Step 5/23 : RUN apk add --update --no-cache make git 07:34:02 ---> Using cache 07:34:02 ---> c3ab34de4acd 07:34:02 Step 6/23 : COPY go.mod . 07:34:02 ---> Using cache 07:34:02 ---> 521f348d9577 07:34:02 Step 7/23 : RUN go mod download 07:34:02 ---> Using cache 07:34:02 ---> 3442486ae2fc 07:34:02 Step 8/23 : COPY . . 07:34:02 ---> Using cache 07:34:02 ---> 90f6a5940c5e 07:34:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:34:03 ---> Running in 7e7733a49825 07:34:03 ---> Running in c06e2c7ae4ad 07:34:03 ---> Running in 7302702723ac 07:34: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 07:34:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:34:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:34:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:34:21 ---> 1268457c9154 07:34:21 Step 3/22 : WORKDIR /edgex-go 07:34:21 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:21 Step 2/34 : FROM ${BUILDER_BASE} AS builder 07:34:21 ---> 1268457c9154 07:34:21 Step 3/34 : WORKDIR /edgex-go 07:34:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:34:21 ---> 1268457c9154 07:34:21 Step 3/26 : WORKDIR /edgex-go 07:34:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:34:21 ---> 1268457c9154 07:34:21 Step 3/23 : WORKDIR /edgex-go 07:34:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:34:21 ---> 1268457c9154 07:34:21 Step 3/21 : WORKDIR /edgex-go 07:34:21 ---> Running in e7cd8131c3dc 07:34:21 ---> Running in 8c0dde49e0dd 07:34:21 ---> Running in 981581b38900 07:34:21 ---> Running in 5fb0bd928610 07:34:21 ---> Running in 19779673b032 07:34:21 Removing intermediate container 981581b38900 07:34:21 ---> 9fed19e07936 07:34:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:21 Removing intermediate container 8c0dde49e0dd 07:34:21 ---> b4c119cdb0c1 07:34:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:21 ---> Running in 6af3ed47f6b3 07:34:21 Removing intermediate container 19779673b032 07:34:21 ---> 0b97bf86041a 07:34:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 5fb0bd928610 07:34:21 ---> a19d06a89927 07:34:21 07:34:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:21 Removing intermediate container e7cd8131c3dc 07:34:21 ---> 648864c39089 07:34:21 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:21 ---> Running in 14d3a52ea06c 07:34:21 ---> Running in 8ceb5e61fc5e 07:34:21 ---> Running in f1cfec33b6d0 07:34:21 ---> Running in 7553ef3b8430 07:34:21 Removing intermediate container 6af3ed47f6b3 07:34:21 ---> 613e8d1185e3 07:34:21 Step 5/23 : RUN apk add --update --no-cache make git 07:34:21 ---> Running in 3905a6bcb16d 07:34:21 Removing intermediate container 14d3a52ea06c 07:34:21 ---> 7a4162d0df5d 07:34:21 Step 5/22 : RUN apk add --update --no-cache make git 07:34:21 Removing intermediate container 7553ef3b8430 07:34:21 ---> d6d5263b3ee3 07:34:21 Step 5/34 : RUN apk add --update --no-cache make git 07:34:21 ---> Running in e00330b7d3d5 07:34:21 ---> Running in 939164d676a0 07:34:21 Removing intermediate container 8ceb5e61fc5e 07:34:21 ---> c7f8d42f3d4e 07:34:21 Step 5/21 : RUN apk add --update --no-cache make git 07:34:21 Removing intermediate container f1cfec33b6d0 07:34:21 ---> 762c6fb029e9 07:34:21 Step 5/26 : RUN apk add --update --no-cache make bash git 07:34:21 ---> Running in 27994fced319 07:34:21 ---> Running in 89c2a0d44975 07:34:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:22 OK: 217 MiB in 51 packages 07:34:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:23 OK: 217 MiB in 51 packages 07:34:24 OK: 217 MiB in 51 packages 07:34:24 Removing intermediate container 3905a6bcb16d 07:34:24 ---> 996dcf455e17 07:34:24 Step 6/23 : COPY go.mod . 07:34:24 OK: 217 MiB in 51 packages 07:34:24 OK: 217 MiB in 51 packages 07:34:25 ---> 1f1be15815a0 07:34:25 Step 7/23 : RUN go mod download 07:34:25 Removing intermediate container e00330b7d3d5 07:34:25 ---> fad8d682b75a 07:34:25 Step 6/22 : COPY go.mod . 07:34:25 ---> Running in c24e2ff043a8 07:34:26 Removing intermediate container 27994fced319 07:34:26 ---> d73d0bb251d7 07:34:26 Step 6/21 : COPY go.mod . 07:34:26 Removing intermediate container 939164d676a0 07:34:26 ---> 160daea31f55 07:34:26 Step 6/34 : COPY go.mod . 07:34:26 Removing intermediate container 89c2a0d44975 07:34:26 ---> 297e674bf917 07:34:26 Step 6/26 : COPY go.mod . 07:34:26 ---> 4eefbf81bede 07:34:26 Step 7/22 : RUN go mod download 07:34:27 ---> Running in 9db0714c771f 07:34:27 ---> 617be16aed47 07:34:27 Step 7/21 : RUN go mod download 07:34:27 ---> 94110638d0fd 07:34:27 Step 7/26 : RUN go mod download 07:34:27 ---> 060f45c37a45 07:34:27 Step 7/34 : RUN go mod download 07:34:27 ---> Running in 659a3e4ceaee 07:34:28 ---> Running in 7d2f49662195 07:34:28 ---> Running in 308f0d144a93 07:34:28 Removing intermediate container 7450d26a198d 07:34:28 ---> 439f1bb6ca3c 07:34:28 Step 20/26 : RUN pip install docker-compose==1.23.2 07:34:29 ---> Running in 26bb837facb7 07:34:30 Removing intermediate container c24e2ff043a8 07:34:30 ---> 2e3f8099619f 07:34:30 Step 8/23 : COPY . . 07:34:31 Removing intermediate container 9db0714c771f 07:34:31 ---> fd49f0283765 07:34:31 Step 8/22 : COPY . . 07:34:33 Removing intermediate container 659a3e4ceaee 07:34:33 ---> 8baf64d97e26 07:34:33 Step 8/21 : COPY . . 07:34:33 Removing intermediate container 7d2f49662195 07:34:33 ---> 46b0dcaae673 07:34:33 Step 8/34 : COPY . . 07:34:33 Removing intermediate container 83440c682496 07:34:33 ---> b411561d284d 07:34:33 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 07:34:33 Removing intermediate container 308f0d144a93 07:34:33 ---> 83faab30143a 07:34:33 Step 8/26 : COPY . . 07:34:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:34:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:34:35 ---> Running in f9761e6a9855 07:34:35 Collecting docker-compose==1.23.2 07:34:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:34:35 Collecting docopt<0.7,>=0.6.1 07:34:35 Downloading docopt-0.6.2.tar.gz (25 kB) 07:34:36 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 07:34:36 statically linked 07:34:37 Collecting jsonschema<3,>=2.5.1 07:34:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:34:38 Collecting texttable<0.10,>=0.9.0 07:34:38 Downloading texttable-0.9.1.tar.gz (11 kB) 07:34:38 Removing intermediate container f9761e6a9855 07:34:38 ---> b953ea1c534e 07:34:38 07:34:38 Step 12/34 : FROM alpine:3.12 07:34:38 ---> 389fef711851 07:34:38 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:34:39 ---> Running in 8ad4267297c8 07:34:39 Collecting PyYAML<4,>=3.10 07:34:39 Downloading PyYAML-3.13.tar.gz (270 kB) 07:34:39 Removing intermediate container 8ad4267297c8 07:34:39 ---> 76229e74765c 07:34:39 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 07:34:39 ---> Running in ad9805face30 07:34:42 Collecting websocket-client<1.0,>=0.32.0 07:34:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:34:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:34:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:34:43 Collecting docker<4.0,>=3.6.0 07:34:43 (1/3) Installing dumb-init (1.2.2-r1) 07:34:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:34:43 (2/3) Installing openssl (1.1.1i-r0) 07:34:43 (3/3) Installing su-exec (0.2-r1) 07:34:43 Executing busybox-1.31.1-r19.trigger 07:34:43 OK: 6 MiB in 17 packages 07:34:43 Collecting dockerpty<0.5,>=0.4.1 07:34:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:34:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:34:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:34:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:34:45 Collecting cached-property<2,>=1.2.0 07:34:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:34:45 Collecting docker-pycreds>=0.4.0 07:34:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:34:45 Removing intermediate container ad9805face30 07:34:45 ---> 4b4423b09eb7 07:34:45 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 07:34:45 Collecting idna<2.8,>=2.5 07:34:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:34:46 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:34:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:34:46 ---> Running in c497521ed279 07:34:46 Collecting urllib3<1.25,>=1.21.1 07:34:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:34:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:34:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:34:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:34:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:34:47 Installing collected packages: docopt, jsonschema, texttable, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose 07:34:47 Running setup.py install for docopt: started 07:34:47 Running setup.py install for docopt: finished with status 'done' 07:34:48 Removing intermediate container c497521ed279 07:34:48 ---> a922645bbb59 07:34:48 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:34:48 Removing intermediate container c06e2c7ae4ad 07:34:48 ---> b547e9b70bda 07:34:48 07:34:48 Step 10/24 : FROM alpine:3.12 07:34:48 ---> 389fef711851 07:34:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:34:48 Running setup.py install for texttable: started 07:34:48 ---> Running in 4cdf98caf664 07:34:48 Removing intermediate container 7e7733a49825 07:34:48 ---> 341f368aab67 07:34:48 07:34:48 Step 10/21 : FROM alpine:3.12 07:34:48 ---> 389fef711851 07:34:48 Step 11/21 : RUN apk add --update --no-cache curl 07:34:48 ---> Running in 4630acc6a176 07:34:49 ---> Running in 8677d15b2616 07:34:49 Running setup.py install for texttable: finished with status 'done' 07:34:49 Running setup.py install for PyYAML: started 07:34:49 Removing intermediate container 4cdf98caf664 07:34:49 ---> 563f5c72ea41 07:34:49 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:34:49 ---> Running in 8ac613c3012b 07:34:50 Running setup.py install for PyYAML: finished with status 'done' 07:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:34:50 Attempting uninstall: idna 07:34:50 Found existing installation: idna 2.9 07:34:50 Uninstalling idna-2.9: 07:34:50 Successfully uninstalled idna-2.9 07:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:34:51 Attempting uninstall: urllib3 07:34:51 Found existing installation: urllib3 1.25.9 07:34:51 Uninstalling urllib3-1.25.9: 07:34:51 Successfully uninstalled urllib3-1.25.9 07:34:51 (1/5) Installing ca-certificates (20191127-r4) 07:34:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:34:51 (3/5) Installing libcurl (7.69.1-r3) 07:34:51 (4/5) Installing curl (7.69.1-r3) 07:34:51 (5/5) Installing dumb-init (1.2.2-r1) 07:34:51 Executing busybox-1.31.1-r19.trigger 07:34:51 Executing ca-certificates-20191127-r4.trigger 07:34:51 (1/4) Installing ca-certificates (20191127-r4) 07:34:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:34:51 OK: 7 MiB in 19 packages 07:34:51 (3/4) Installing libcurl (7.69.1-r3) 07:34:51 (4/4) Installing curl (7.69.1-r3) 07:34:51 Executing busybox-1.31.1-r19.trigger 07:34:51 Attempting uninstall: requests 07:34:51 Found existing installation: requests 2.23.0 07:34:51 Uninstalling requests-2.23.0: 07:34:51 Executing ca-certificates-20191127-r4.trigger 07:34:51 Successfully uninstalled requests-2.23.0 07:34:51 OK: 7 MiB in 18 packages 07:34:54 Running setup.py install for dockerpty: started 07:34:54 Removing intermediate container 7302702723ac 07:34:54 ---> f5a64e5d323f 07:34:54 07:34:54 Step 10/23 : FROM alpine:3.12 07:34:54 ---> 389fef711851 07:34:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:34:54 ---> Using cache 07:34:54 ---> 3d501c0bec25 07:34:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:34:54 ---> Using cache 07:34:54 ---> 339655e01a7f 07:34:54 Step 13/23 : ENV APP_PORT=48081 07:34:55 ---> Running in d28f6489c302 07:34:55 Running setup.py install for dockerpty: finished with status 'done' 07:34:56 Removing intermediate container d28f6489c302 07:34:56 ---> 34926c2faafb 07:34:56 Step 14/23 : EXPOSE $APP_PORT 07:34:56 Removing intermediate container 8ac613c3012b 07:34:56 ---> 49624761dc31 07:34:56 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 07:34:56 Removing intermediate container 8677d15b2616 07:34:56 ---> eb8ec082c891 07:34:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:34:56 ---> Running in bc1bc0608af0 07:34:56 ---> Running in 479304850ca8 07:34:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:34:57 Removing intermediate container 4630acc6a176 07:34:57 ---> cc140927e63f 07:34:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:34:57 ---> Running in 26bf584e359d 07:34:57 ---> Running in 7b15a179ad12 07:34:57 Removing intermediate container bc1bc0608af0 07:34:57 ---> ae8af9229e49 07:34:57 Step 15/23 : WORKDIR / 07:34:57 ---> Running in c15c1530fb2f 07:34:57 Removing intermediate container 26bf584e359d 07:34:57 ---> 34d1d2c6a529 07:34:57 Step 13/21 : WORKDIR /edgex 07:34:57 Removing intermediate container 479304850ca8 07:34:57 ---> 783122b71add 07:34:57 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 07:34:58 Removing intermediate container 7b15a179ad12 07:34:58 ---> 2c1ab15fd37d 07:34:58 Step 13/24 : WORKDIR / 07:34:58 ---> Running in 5106a4494bfb 07:34:58 ---> Running in 8f5593388ff5 07:34:58 Removing intermediate container c15c1530fb2f 07:34:58 ---> d76239f5e951 07:34:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:34:59 Removing intermediate container 5106a4494bfb 07:34:59 ---> 4b470190e074 07:34:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:34:59 Removing intermediate container 8f5593388ff5 07:34:59 ---> 80efed9c1cf8 07:34:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:35:00 ---> 6111a0f3e66e 07:35:00 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:35:00 ---> eb12a4a61d45 07:35:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:35:00 ---> ada476104194 07:35:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:35:00 ---> e53649772309 07:35:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:35:00 ---> f3796bc252a0 07:35:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:35:00 ---> 6e290744aaee 07:35:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:35:00 ---> 936f8841593b 07:35:00 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 07:35:00 ---> Running in 69eff4a0eba4 07:35:00 ---> Running in b9a6ec6b6a12 07:35:00 ---> Running in e8c29f59b016 07:35:00 ---> Running in 406fea9b40f8 07:35:00 ---> Running in 24d55f6415da 07:35:00 Removing intermediate container e8c29f59b016 07:35:00 ---> 5c789eb8c540 07:35:00 Step 10/34 : 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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" 07:35:00 ---> Running in cdbaa9f4ab46 07:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:35:02 ---> 82c647e0d322 07:35:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:35:02 ---> 70360aa08824 07:35:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:35:02 Removing intermediate container 26bb837facb7 07:35:02 ---> a026649f1932 07:35:02 Step 21/26 : RUN apk --no-cache add curl 07:35:02 ---> 2bc4489a04f6 07:35:02 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:35:02 ---> 1cd294c7188b 07:35:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:35:02 ---> Running in a2e85d131120 07:35:02 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 07:35:02 ---> Running in 393d0eceec70 07:35:02 ---> afccd14161df 07:35:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:35:03 ---> 7c3a8efa2d7d 07:35:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:35:03 ---> 1872ffe598ba 07:35:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:35:03 ---> Running in 76bdfd5eff2b 07:35:03 ---> ac280e67a528 07:35:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:35:03 Removing intermediate container 76bdfd5eff2b 07:35:03 ---> b4bb3b7313f8 07:35:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:35:03 ---> Running in ae5aa830631a 07:35:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:35:03 ---> 805186406a94 07:35:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:35:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:35:04 ---> Running in 656ddc73c140 07:35:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:35:04 (2/3) Installing libcurl (7.69.1-r3) 07:35:04 Removing intermediate container ae5aa830631a 07:35:04 ---> 3c3e7a514aaa 07:35:04 Step 21/23 : LABEL arch=x86_64 07:35:04 (3/3) Installing curl (7.69.1-r3) 07:35:04 Executing busybox-1.31.1-r19.trigger 07:35:04 OK: 72 MiB in 58 packages 07:35:04 ---> Running in 4e9cd1152f01 07:35:04 ---> 3a8377e12c31 07:35:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:35:04 Removing intermediate container 656ddc73c140 07:35:04 ---> 9958fdb14092 07:35:04 Step 18/21 : CMD ["--init=true"] 07:35:05 ---> Running in 1237312c4cbd 07:35:05 Removing intermediate container 4e9cd1152f01 07:35:05 ---> 65cde0fe5629 07:35:05 Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:35:05 Removing intermediate container 393d0eceec70 07:35:05 ---> d74c181f5ccc 07:35:05 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 07:35:05 ---> Running in 64764dfbb37e 07:35:05 Removing intermediate container 1237312c4cbd 07:35:05 ---> 05543ebaad00 07:35:05 Step 19/21 : LABEL arch=x86_64 07:35:05 ---> 8ac5bbd8e7ad 07:35:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:35:05 Removing intermediate container a2e85d131120 07:35:05 ---> a957b5157bf2 07:35:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:35:05 ---> Running in 18ac646fd11e 07:35:05 ---> Running in 217095fc02c3 07:35:05 ---> 5ef094f41a32 07:35:05 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:35:06 Removing intermediate container 18ac646fd11e 07:35:06 ---> c5c4e1fbca5d 07:35:06 Step 20/21 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:35:06 Removing intermediate container 64764dfbb37e 07:35:06 ---> 917f644c87f0 07:35:06 Step 23/23 : LABEL version=0.0.0 07:35:06 Removing intermediate container 217095fc02c3 07:35:06 ---> a5ce3882e829 07:35:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:35:06 ---> Running in 50b823830f95 07:35:06 ---> 7ad6bd73f456 07:35:06 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/ 07:35:06 ---> Running in 0607e05c9445 07:35:06 ---> Running in f25c4b69b1db 07:35:06 ---> Running in dc565bda6ca5 07:35:06 ---> aa3b0ff959bb 07:35:06 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:35:07 Removing intermediate container 50b823830f95 07:35:07 ---> 50d907dbf15d 07:35:07 Step 21/21 : LABEL version=0.0.0 07:35:07 Removing intermediate container 0607e05c9445 07:35:07 ---> 4c4e9aa730ab 07:35:07 07:35:07 Removing intermediate container f25c4b69b1db 07:35:07 ---> 5c6e09d9e525 07:35:07 Step 24/26 : LABEL arch=x86_64 07:35:07 ---> Running in b000b9646ba8 07:35:07 ---> 09f278cad9ac 07:35:07 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:35:07 Successfully built 4c4e9aa730ab 07:35:08 Successfully tagged docker-core-metadata-go:latest 07:35:08 Building docker-core-data-go 07:35:08  Building docker-core-metadata-go ... done  ---> Running in 0247a2c390f1 07:35:08 Removing intermediate container b000b9646ba8 07:35:08 ---> 43a1685f3424 07:35:08 07:35:08 Successfully built 43a1685f3424 07:35:08 Successfully tagged docker-security-proxy-setup-go:latest 07:35:08  Building docker-security-proxy-setup-go ... done Removing intermediate container 0247a2c390f1 07:35:08 ---> 653a82f5458b 07:35:08 Step 25/26 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:35:08 ---> b9d825a7226a 07:35:08 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:35:09 ---> Running in 94ccef29df12 07:35:10 Removing intermediate container dc565bda6ca5 07:35:10 ---> 6fe6615304b6 07:35:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:35:10 ---> 84093473ae8b 07:35:10 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 07:35:10 Removing intermediate container 94ccef29df12 07:35:10 ---> ca81e844a999 07:35:10 Step 26/26 : LABEL version=0.0.0 07:35:11 ---> Running in f9f59f6cfd08 07:35:11 ---> Running in 02cbe8efe5a0 07:35:12 ---> Running in 12a3ff990858 07:35:12 Removing intermediate container f9f59f6cfd08 07:35:12 ---> 4b04275282aa 07:35:12 Step 22/24 : LABEL arch=x86_64 07:35:12 Removing intermediate container 02cbe8efe5a0 07:35:12 ---> 0af4c311a68f 07:35:12 07:35:13 Removing intermediate container 12a3ff990858 07:35:13 ---> a84cbc6e1744 07:35:13 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:35:13 ---> Running in 03fd6ce48c57 07:35:13 Successfully built 0af4c311a68f 07:35:13 Successfully tagged docker-sys-mgmt-agent-go:latest 07:35:14  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 03fd6ce48c57 07:35:14 ---> 3c0c390fb36c 07:35:14 Step 23/24 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:35:14 ---> fc0141313c39 07:35:14 Step 29/34 : RUN chmod +x /entrypoint.sh 07:35:15 ---> Running in 4540e8952f39 07:35:15 ---> Running in 76c18d93d8d1 07:35:16 Removing intermediate container 4540e8952f39 07:35:16 ---> e008cf2fcdce 07:35:16 Step 24/24 : LABEL version=0.0.0 07:35:16 ---> Running in b34580804c1e 07:35:17 Removing intermediate container b34580804c1e 07:35:17 ---> d520ff58b5a9 07:35:17 07:35:18 Successfully built d520ff58b5a9 07:35:18 Successfully tagged docker-security-secretstore-setup-go:latest 07:35:22  Building docker-security-secretstore-setup-go ... done Removing intermediate container 76c18d93d8d1 07:35:22 ---> 5259146b4d6f 07:35:22 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 07:35:23 ---> Running in 826b47990d98 07:35:25 Removing intermediate container 826b47990d98 07:35:25 ---> ec8898f8dd59 07:35:25 Step 31/34 : CMD ["gate"] 07:35:26 ---> Running in 1b396dccb5ec 07:35:27 Removing intermediate container 1b396dccb5ec 07:35:27 ---> 56949cb16bfe 07:35:27 Step 32/34 : LABEL arch=x86_64 07:35:28 ---> Running in 24f909c846f0 07:35:29 Removing intermediate container 24f909c846f0 07:35:29 ---> 53791952258d 07:35:29 Step 33/34 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:35:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:35:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:35:29 ---> c27073aa958f 07:35:29 Step 3/23 : WORKDIR /edgex-go 07:35:29 ---> Using cache 07:35:29 ---> d09a85a07f1c 07:35:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:29 ---> Using cache 07:35:29 ---> 3820610fcbbe 07:35:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:35:30 ---> Running in 559856f21098 07:35:30 ---> Running in e7b3515a8905 07:35:30 Removing intermediate container 559856f21098 07:35:30 ---> 6597d8484d53 07:35:30 Step 34/34 : LABEL version=0.0.0 07:35:31 ---> Running in f4fd14f37733 07:35:31 Removing intermediate container f4fd14f37733 07:35:31 ---> 21fbf91c5067 07:35:31 07:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:35:32 Successfully built 21fbf91c5067 07:35:32 Successfully tagged docker-security-bootstrapper-go:latest 07:35:32  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:35:33 OK: 233 MiB in 51 packages 07:35:34 Removing intermediate container e7b3515a8905 07:35:34 ---> ddfe9e8cdacf 07:35:34 Step 6/23 : COPY go.mod . 07:35:34 ---> 4d5b47230ae8 07:35:34 Step 7/23 : RUN go mod download 07:35:34 ---> Running in a724f33bb490 07:35:37 Removing intermediate container a724f33bb490 07:35:37 ---> e52b7e8fc0b5 07:35:37 Step 8/23 : COPY . . 07:35:59 ---> 10b3bbef3b30 07:35:59 Step 9/23 : RUN make cmd/core-data/core-data 07:35:59 ---> Running in 023803d339fa 07:36:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:36:28 Removing intermediate container 023803d339fa 07:36:28 ---> cea95f43999f 07:36:28 07:36:28 Step 10/23 : FROM alpine:3.12 07:36:28 ---> 389fef711851 07:36:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:36:28 ---> Running in ae98f79e8b22 07:36:28 Removing intermediate container ae98f79e8b22 07:36:28 ---> 40a74c23567c 07:36:28 Step 12/23 : ENV APP_PORT=48080 07:36:28 ---> Running in 5efd83745f9f 07:36:28 Removing intermediate container 5efd83745f9f 07:36:28 ---> eeb91b24c74c 07:36:28 Step 13/23 : EXPOSE $APP_PORT 07:36:28 ---> Running in d2ab29de19e3 07:36:28 Removing intermediate container d2ab29de19e3 07:36:28 ---> 9df51864f439 07:36:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:28 ---> Running in 16ff2ffafb8e 07:36:28 Removing intermediate container 16ff2ffafb8e 07:36:28 ---> c2d1300a3b4e 07:36:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:36:29 ---> Running in 5b5469eadd84 07:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:36:31 (1/6) Installing dumb-init (1.2.2-r1) 07:36:31 (2/6) Installing libgcc (9.3.0-r2) 07:36:31 (3/6) Installing libsodium (1.0.18-r0) 07:36:31 (4/6) Installing libstdc++ (9.3.0-r2) 07:36:32 (5/6) Installing libzmq (4.3.3-r0) 07:36:32 (6/6) Installing zeromq (4.3.3-r0) 07:36:32 Executing busybox-1.31.1-r19.trigger 07:36:32 OK: 8 MiB in 20 packages 07:36:33 Removing intermediate container 5b5469eadd84 07:36:33 ---> bf83d6ac558e 07:36:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:36:33 ---> 0175c9eeff99 07:36:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:36:34 ---> 8cdf8b57cf50 07:36:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:36:35 ---> 414fc0451597 07:36:35 Step 19/23 : ENTRYPOINT ["/core-data"] 07:36:35 ---> Running in b313bec1b0cc 07:36:35 Removing intermediate container b313bec1b0cc 07:36:35 ---> b7e126b088f4 07:36:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:36:35 ---> Running in b0c6c2c61298 07:36:36 Removing intermediate container b0c6c2c61298 07:36:36 ---> 9917fdda2d32 07:36:36 Step 21/23 : LABEL arch=x86_64 07:36:36 ---> Running in db7cc472d620 07:36:36 Removing intermediate container db7cc472d620 07:36:36 ---> 9d7bef486ac1 07:36:36 Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:36:36 ---> Running in 9f4cd8ebc50f 07:36:37 Removing intermediate container 9f4cd8ebc50f 07:36:37 ---> a26e0f5389bb 07:36:37 Step 23/23 : LABEL version=0.0.0 07:36:37 ---> Running in 1352c161a8ea 07:36:37 Removing intermediate container 1352c161a8ea 07:36:37 ---> 7917ebe73f94 07:36:37 07:36:37 Successfully built 7917ebe73f94 07:36:37 Successfully tagged docker-core-data-go:latest 07:36:38  Building docker-core-data-go ... done  [Pipeline] } 07:36:38 $ docker stop --time=1 a91c6e65f1b35ada49c82a7ee6802d3ff112cc96ac4a06ebe8dc9493edbd61af 07:36:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:36:40 $ docker rm -f a91c6e65f1b35ada49c82a7ee6802d3ff112cc96ac4a06ebe8dc9493edbd61af [Pipeline] // withDockerContainer [Pipeline] sh 07:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:36:41 + docker images 07:36:41 + grep docker 07:36:42 docker-core-data-go latest 7917ebe73f94 5 seconds ago 22.3MB 07:36:42 docker-security-bootstrapper-go latest 21fbf91c5067 About a minute ago 33.5MB 07:36:42 docker-security-secretstore-setup-go latest d520ff58b5a9 About a minute ago 24.6MB 07:36:42 docker-sys-mgmt-agent-go latest 0af4c311a68f About a minute ago 313MB 07:36:42 docker-security-proxy-setup-go latest 43a1685f3424 About a minute ago 24.4MB 07:36:42 docker-core-metadata-go latest 4c4e9aa730ab About a minute ago 18.8MB 07:36:42 docker-support-scheduler-go latest 11bba540fc00 3 minutes ago 16.4MB 07:36:42 docker-core-command-go latest d0b9233ae139 3 minutes ago 16.9MB 07:36:42 docker-support-notifications-go latest 483e9c4b51b5 3 minutes ago 16.9MB 07:36:42 docker 20.10.0 aefe523efa57 7 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 07:36:53 Removing intermediate container 69eff4a0eba4 07:36:53 ---> 3fde97c1dd7a 07:36:53 07:36:53 Step 10/21 : FROM alpine:3.12 07:36:54 3.12: Pulling from library/alpine 07:36:56 Removing intermediate container 406fea9b40f8 07:36:56 ---> 060e9df6cd62 07:36:56 07:36:56 Step 10/22 : FROM alpine:3.12 07:36:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:36:56 Status: Downloaded newer image for alpine:3.12 07:36:56 ---> afeebe901d6b 07:36:56 Step 11/21 : RUN apk add --update --no-cache curl 07:36:56 3.12: Pulling from library/alpine 07:36:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:36:56 Status: Image is up to date for alpine:3.12 07:36:56 ---> afeebe901d6b 07:36:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:36:57 Removing intermediate container 24d55f6415da 07:36:57 ---> c1f32339677b 07:36:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:36:57 ---> Running in 1127f57f8e73 07:36:57 ---> Running in 8f2ab4baf56c 07:36:57 ---> Running in 126c28124196 07:36:58 Still waiting to schedule task 07:36:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:37:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:37:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:01 (1/4) Installing ca-certificates (20191127-r4) 07:37:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:37:01 (3/4) Installing libcurl (7.69.1-r3) 07:37:01 (4/4) Installing curl (7.69.1-r3) 07:37:01 Executing busybox-1.31.1-r19.trigger 07:37:01 + mkdir -p /tmp/build/dist/linux 07:37:01 + cd /tmp/build/dist/linux 07:37:01 + git clone https://github.com/jwilder/dockerize.git . 07:37:01 Cloning into '.'... 07:37:01 Executing ca-certificates-20191127-r4.trigger 07:37:01 (1/1) Installing dumb-init (1.2.2-r1) 07:37:01 Executing busybox-1.31.1-r19.trigger 07:37:01 OK: 5 MiB in 15 packages 07:37:01 OK: 7 MiB in 18 packages 07:37:01 + go get github.com/robfig/glock 07:37:03 Removing intermediate container 8f2ab4baf56c 07:37:03 ---> 862afc31da62 07:37:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:37:04 ---> Running in 88c71f184b6b 07:37:04 Removing intermediate container 1127f57f8e73 07:37:04 ---> 84173be5c537 07:37:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:37:05 ---> Running in a3c22d45742e 07:37:05 Removing intermediate container 88c71f184b6b 07:37:05 ---> 9cbfcc997542 07:37:05 Step 13/22 : ENV APP_PORT=48085 07:37:05 ---> Running in 3bbfc23f341c 07:37:05 Removing intermediate container a3c22d45742e 07:37:05 ---> c4d654f9eb64 07:37:05 Step 13/21 : WORKDIR /edgex 07:37:06 ---> Running in 908134bf6a73 07:37:06 Removing intermediate container 3bbfc23f341c 07:37:06 ---> 11dfcd7a3082 07:37:06 Step 14/22 : EXPOSE $APP_PORT 07:37:06 ---> Running in a5f8cbbd7882 07:37:06 Removing intermediate container 126c28124196 07:37:06 ---> 6086c3193aa5 07:37:06 07:37:06 Step 11/26 : FROM docker:20.10.0 07:37:06 Removing intermediate container 908134bf6a73 07:37:06 ---> 89a8835e0745 07:37:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:37:06 20.10.0: Pulling from library/docker 07:37:07 Removing intermediate container a5f8cbbd7882 07:37:07 ---> b362e379e994 07:37:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:37:08 ---> 45fa6ee1a215 07:37:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:37:09 ---> 9586416e4d93 07:37:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:37:13 ---> 30f9c6842f65 07:37:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:37:13 ---> 2d44f0e08971 07:37:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:37:15 ---> e63f39e12493 07:37:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:37:15 ---> Running in 405482566d47 07:37:15 ---> 0bc0c6f9a10a 07:37:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:37:16 ---> Running in 1066373bce0e 07:37:16 Removing intermediate container 405482566d47 07:37:16 ---> 2e6e88f62a32 07:37:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:37:17 Removing intermediate container 1066373bce0e 07:37:17 ---> a40b67764094 07:37:17 Step 18/21 : CMD ["--init=true"] 07:37:17 ---> Running in 17cf563cd08f 07:37:17 ---> Running in ff880e67cfb6 07:37:18 Removing intermediate container 17cf563cd08f 07:37:18 ---> 3e1176b87c0b 07:37:18 Step 20/22 : LABEL arch=arm64 07:37:18 Removing intermediate container b9a6ec6b6a12 07:37:18 ---> 38c9bb8139c7 07:37:18 07:37:18 Step 10/23 : FROM alpine:3.12 07:37:18 ---> afeebe901d6b 07:37:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:37:18 ---> Using cache 07:37:18 ---> 862afc31da62 07:37:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:37:18 ---> Using cache 07:37:18 ---> 9cbfcc997542 07:37:18 Step 13/23 : ENV APP_PORT=48081 07:37:18 ---> Running in 911f2641b779 07:37:18 Removing intermediate container ff880e67cfb6 07:37:18 ---> 014472100ed8 07:37:18 Step 19/21 : LABEL arch=arm64 07:37:19 ---> Running in 88487d09e758 07:37:19 ---> Running in 7b18a7287b29 07:37:19 Removing intermediate container 911f2641b779 07:37:19 ---> 9abd1fe4b42a 07:37:19 Step 21/22 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:37:19 ---> Running in 3107a66b6d5a 07:37:20 Removing intermediate container 88487d09e758 07:37:20 ---> 963890c94808 07:37:20 Step 14/23 : EXPOSE $APP_PORT 07:37:20 Removing intermediate container 7b18a7287b29 07:37:20 ---> c09e09057373 07:37:20 Step 20/21 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:37:20 ---> Running in 186c7a2ba098 07:37:20 ---> Running in f3884a666795 07:37:21 Removing intermediate container 3107a66b6d5a 07:37:21 ---> 74ec6d572490 07:37:21 Step 22/22 : LABEL version=0.0.0 07:37:21 Removing intermediate container 186c7a2ba098 07:37:21 ---> c74632a4a562 07:37:21 Step 15/23 : WORKDIR / 07:37:21 ---> Running in 518072b30096 07:37:21 ---> Running in 015d5119359a 07:37:21 Removing intermediate container f3884a666795 07:37:21 ---> 50d850cadd1b 07:37:21 Step 21/21 : LABEL version=0.0.0 07:37:21 ---> Running in f4a62a264387 07:37:22 Removing intermediate container 518072b30096 07:37:22 ---> e8942193fe6f 07:37:22 07:37:22 Removing intermediate container 015d5119359a 07:37:22 ---> 3f711dbfa0e4 07:37:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:37:23 Removing intermediate container f4a62a264387 07:37:23 ---> 76f2e888d9f8 07:37:23 07:37:23 Successfully built e8942193fe6f 07:37:23 Successfully tagged docker-support-scheduler-go-arm64:latest 07:37:23  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 07:37:23 + glock sync -n 07:37:23 Successfully built 76f2e888d9f8 07:37:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:37:24  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 07:37:24 ---> e2e46a8a7066 07:37:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:37:28 ---> 324c1ec75cbf 07:37:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:37:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:37:28 Status: Downloaded newer image for docker:20.10.0 07:37:28 ---> eeaf43b92773 07:37:28 Step 12/26 : RUN apk add --no-cache bash 07:37:29 ---> Running in 8372912ffc74 07:37:30 ---> 614341eeec25 07:37:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:37:30 ---> Running in 32696931018b 07:37:31 Removing intermediate container 32696931018b 07:37:31 ---> ac37b86f04d1 07:37:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:37:31 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 07:37:31 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 07:37:31 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 07:37:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:31 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 07:37:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:31 + git describe '--abbrev=0' --tags 07:37:31 + TAG=v0.6.1 07:37:31 + LDFLAGS='-X main.buildVersion=v0.6.1' 07:37:31 + apk --print-arch 07:37:31 + arch=aarch64 07:37:31 + echo 'building [dockerize] for arm64 ... ' 07:37:31 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 07:37:31 building [dockerize] for arm64 ... 07:37:32 (1/2) Installing readline (8.0.4-r0) 07:37:32 (2/2) Installing bash (5.0.17-r0) 07:37:32 Executing bash-5.0.17-r0.post-install 07:37:32 Executing busybox-1.31.1-r19.trigger 07:37:32 ---> Running in eb8a3a9af9db 07:37:32 OK: 12 MiB in 22 packages 07:37:34 Removing intermediate container eb8a3a9af9db 07:37:34 ---> 10b0a7184cd0 07:37:34 Step 21/23 : LABEL arch=arm64 07:37:34 ---> Running in 4720b55674d4 07:37:35 Removing intermediate container 8372912ffc74 07:37:35 ---> adaec9656e8f 07:37:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:37:35 Removing intermediate container 4720b55674d4 07:37:35 ---> 1c6d8133e6bc 07:37:35 Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:37:35 ---> Running in 3f2334614e57 07:37:35 ---> Running in a8e69d1a5720 07:37:36 Removing intermediate container 3f2334614e57 07:37:36 ---> aeede2947c52 07:37:36 Step 14/26 : ENV APP_PORT=48090 07:37:36 Removing intermediate container a8e69d1a5720 07:37:36 ---> 02218aedaf03 07:37:36 Step 23/23 : LABEL version=0.0.0 07:37:36 ---> Running in 5f6cbb258baf 07:37:36 ---> Running in c40fe2ea5f22 07:37:37 + date 07:37:37 Fri Jan 29 07:37:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 07:37:37 + echo 'Fri Jan 29 07:37:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 07:37:37 Removing intermediate container 5f6cbb258baf 07:37:37 ---> a19e90b92ba9 07:37:37 Step 15/26 : EXPOSE $APP_PORT 07:37:37 Removing intermediate container c40fe2ea5f22 07:37:37 ---> 142ae62d6efd 07:37:37 07:37:38 ---> Running in ee741d082d92 07:37:38 Successfully built 142ae62d6efd 07:37:38 Successfully tagged docker-core-metadata-go-arm64:latest 07:37:38  Building docker-core-metadata-go ... done Building docker-core-data-go 07:37:38 Removing intermediate container ee741d082d92 07:37:38 ---> 43017daab63f 07:37:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:37:42 ---> 550c9bb0375b 07:37:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:37:44 ---> c6508b0891bb 07:37:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:37:47 ---> e3007be499ea 07:37:47 Step 19/26 : RUN apk --no-cache add py3-pip 07:37:47 ---> Running in 9df3b71eb0f0 07:37:49 Removing intermediate container cdbaa9f4ab46 07:37:49 ---> cb1bf150508a 07:37:49 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 07:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:50 ---> Running in 994d2ffaa0ff 07:37:50 (1/33) Installing libbz2 (1.0.8-r1) 07:37:50 (2/33) Installing expat (2.2.9-r1) 07:37:50 (3/33) Installing libffi (3.3-r2) 07:37:50 (4/33) Installing gdbm (1.13-r1) 07:37:50 (5/33) Installing xz-libs (5.2.5-r0) 07:37:50 (6/33) Installing sqlite-libs (3.32.1-r0) 07:37:51 (7/33) Installing python3 (3.8.5-r0) 07:37:51 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 07:37:51 statically linked 07:37:55 Removing intermediate container 994d2ffaa0ff 07:37:55 ---> fe1b192040fa 07:37:55 07:37:55 Step 12/34 : FROM alpine:3.12 07:37:55 ---> afeebe901d6b 07:37:55 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:37:55 ---> Running in 58e3197fdbea 07:37:55 Removing intermediate container 58e3197fdbea 07:37:55 ---> 663d7875ba7c 07:37:55 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 07:37:55 ---> Running in a6595665f689 07:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:37:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:37:58 ---> 1268457c9154 07:37:58 Step 3/22 : WORKDIR /edgex-go 07:37:58 ---> Using cache 07:37:58 ---> 648864c39089 07:37:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:37:58 ---> Using cache 07:37:58 ---> d6d5263b3ee3 07:37:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:37:59 (1/3) Installing dumb-init (1.2.2-r1) 07:37:59 (2/3) Installing openssl (1.1.1i-r0) 07:37:59 (3/3) Installing su-exec (0.2-r1) 07:37:59 Executing busybox-1.31.1-r19.trigger 07:37:59 OK: 6 MiB in 17 packages 07:38:00 ---> Running in 42c94ee74642 07:38:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:38:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:38:00 ---> 1268457c9154 07:38:00 Step 3/23 : WORKDIR /edgex-go 07:38:00 ---> Using cache 07:38:00 ---> 648864c39089 07:38:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:00 ---> Using cache 07:38:00 ---> d6d5263b3ee3 07:38:00 Step 5/23 : RUN apk add --update --no-cache make git 07:38:00 ---> Using cache 07:38:00 ---> 160daea31f55 07:38:00 Step 6/23 : COPY go.mod . 07:38:00 ---> Using cache 07:38:00 ---> 060f45c37a45 07:38:00 Step 7/23 : RUN go mod download 07:38:00 ---> Using cache 07:38:00 ---> 46b0dcaae673 07:38:00 Step 8/23 : COPY . . 07:38:00 ---> Using cache 07:38:00 ---> 936f8841593b 07:38:00 Step 9/23 : RUN make cmd/core-command/core-command 07:38:01 ---> Running in 5e3d23d2dd90 07:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:02 Removing intermediate container a6595665f689 07:38:02 ---> 949c5577e94b 07:38:02 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 07:38:02 ---> Running in b8a4e9b9116d 07:38:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:38:03 OK: 217 MiB in 51 packages 07:38:04 Removing intermediate container b8a4e9b9116d 07:38:04 ---> b1f0e4a0123d 07:38:04 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:38:04 (8/33) Installing py3-appdirs (1.4.4-r1) 07:38:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:38:04 (10/33) Installing py3-parsing (2.4.7-r0) 07:38:04 (11/33) Installing py3-six (1.15.0-r0) 07:38:04 (12/33) Installing py3-packaging (20.4-r0) 07:38:04 ---> Running in e32e0e6f7033 07:38:04 (13/33) Installing py3-setuptools (47.0.0-r0) 07:38:04 (14/33) Installing py3-chardet (3.0.4-r4) 07:38:04 (15/33) Installing py3-idna (2.9-r0) 07:38:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:38:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:38:04 (18/33) Installing py3-requests (2.23.0-r0) 07:38:04 (19/33) Installing py3-msgpack (1.0.0-r0) 07:38:04 (20/33) Installing py3-lockfile (0.12.2-r3) 07:38:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:38:05 (22/33) Installing py3-colorama (0.4.3-r0) 07:38:05 (23/33) Installing py3-distlib (0.3.0-r0) 07:38:05 (24/33) Installing py3-distro (1.5.0-r1) 07:38:05 (25/33) Installing py3-webencodings (0.5.1-r3) 07:38:05 (26/33) Installing py3-html5lib (1.0.1-r4) 07:38:05 (27/33) Installing py3-pytoml (0.1.21-r0) 07:38:05 (28/33) Installing py3-pep517 (0.8.2-r0) 07:38:05 (29/33) Installing py3-progress (1.5-r0) 07:38:05 (30/33) Installing py3-toml (0.10.1-r0) 07:38:05 (31/33) Installing py3-retrying (1.3.3-r0) 07:38:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:38:05 (33/33) Installing py3-pip (20.1.1-r0) 07:38:05 Removing intermediate container e32e0e6f7033 07:38:05 ---> 1f76840056eb 07:38:05 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:38:05 Executing busybox-1.31.1-r19.trigger 07:38:05 OK: 71 MiB in 55 packages 07:38:05 ---> Running in 73c7568bc6f3 07:38:06 Removing intermediate container 42c94ee74642 07:38:06 ---> 4c7afc1302c6 07:38:06 Step 6/22 : COPY go.mod . 07:38:08 Running on prd-ubuntu18.04-docker-8c-8g-23921 in /w/workspace/edgexfoundry_edgex-go_PR-3095 [Pipeline] { [Pipeline] ws 07:38:08 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:38:09 ---> 6d7624193ab1 07:38:09 Step 7/22 : RUN go mod download 07:38:09 ---> Running in 926691157fcd 07:38:11 using credential edgex-jenkins-ssh 07:38:11 Cloning the remote Git repository 07:38:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:38:11 > git init /w/workspace/edgex-go/3 # timeout=10 07:38:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:38:11 > git --version # timeout=10 07:38:11 > git --version # 'git version 2.17.1' 07:38:11 using GIT_SSH to set credentials SSH Credentials for GitHub 07:38:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:12 Removing intermediate container 73c7568bc6f3 07:38:12 ---> f9f14e1bae91 07:38:12 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 07:38:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:38:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:38:12 ---> 1268457c9154 07:38:12 Step 3/23 : WORKDIR /edgex-go 07:38:12 ---> Using cache 07:38:12 ---> 648864c39089 07:38:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:12 ---> Using cache 07:38:12 ---> d6d5263b3ee3 07:38:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:38:12 ---> Running in 75874e791be2 07:38:13 ---> Running in 96ce157664ad 07:38:14 Removing intermediate container 96ce157664ad 07:38:14 ---> c2a6ff1b29a8 07:38:14 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 07:38:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:16 Removing intermediate container 926691157fcd 07:38:16 ---> fc3dcb9ba3f1 07:38:16 Step 8/22 : COPY . . 07:38:17 OK: 217 MiB in 51 packages 07:38:18 ---> 74d0f354fd71 07:38:18 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:38:19 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit ed059e14d357044982f497644550f5c760faaea4 07:38:19 Merge succeeded, producing ed059e14d357044982f497644550f5c760faaea4 07:38:19 Checking out Revision ed059e14d357044982f497644550f5c760faaea4 (PR-3095) 07:38:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:38:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:38:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:38:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:38:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3095/head:refs/remotes/origin/PR-3095 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:38:19 > git config core.sparsecheckout # timeout=10 07:38:19 > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 07:38:19 > git remote # timeout=10 07:38:19 > git config --get remote.origin.url # timeout=10 07:38:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:38:19 > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 07:38:19 > git rev-parse HEAD^{commit} # timeout=10 07:38:19 > git config core.sparsecheckout # timeout=10 07:38:19 > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 07:38:21 Removing intermediate container 75874e791be2 07:38:21 ---> 51730d74cc7a 07:38:21 Step 6/23 : COPY go.mod . 07:38:21 ---> cebf0a265ed6 07:38:21 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:38:21 ---> Running in 510de870b265 07:38:23 Commit message: "build: Upgrade go-mod-core-contract lib" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:38:23 ---> 1cdc69eb02b0 07:38:23 Step 7/23 : RUN go mod download 07:38:24 + echo snap-build.sh 07:38:24 snap-build.sh 07:38:24 + SNAP_BASE_DIR=. 07:38:24 + '[' '!' -z /w/workspace/edgex-go/3 ']' 07:38:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 07:38:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 07:38:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 07:38:24 + cd /w/workspace/edgex-go/3 07:38:24 + sudo apt-get remove -qy --purge lxd lxd-client 07:38:24 Reading package lists... 07:38:24 Building dependency tree... 07:38:24 Reading state information... 07:38:24 The following packages were automatically installed and are no longer required: 07:38:24 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:38:24 uidmap xdelta3 07:38:24 Use 'sudo apt autoremove' to remove them. 07:38:24 The following packages will be REMOVED: 07:38:24 lxd* lxd-client* 07:38:24 ---> Running in 666d1eac02bb 07:38:24 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:38:24 After this operation, 31.7 MB disk space will be freed. 07:38:26 (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.) 07:38:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:38:26 Removing intermediate container 9df3b71eb0f0 07:38:26 ---> 8d99293553cc 07:38:26 Step 20/26 : RUN pip install docker-compose==1.23.2 07:38:26 Removing lxd dnsmasq configuration 07:38:26 ---> Running in 99d4cd9f2ccf 07:38:26 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:38:27 Removing intermediate container 510de870b265 07:38:27 ---> 224b1e32b9a9 07:38:27 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:38:28 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:38:28 (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.) 07:38:28 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:38:29 Processing triggers for systemd (237-3ubuntu10.42) ... 07:38:29 Processing triggers for ureadahead (0.100.0-21) ... 07:38:30 ---> a0afe7050e2a 07:38:30 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:38:30 Removing intermediate container 666d1eac02bb 07:38:30 ---> 1c23f670b3f3 07:38:30 Step 8/23 : COPY . . 07:38:31 + sudo snap remove --purge lxd 07:38:31 snap "lxd" is not installed 07:38:31 + sudo groupadd --force --system lxd 07:38:31 ++ whoami 07:38:31 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:38:31 + newgrp - lxd 07:38:31 + sudo snap install lxd 07:38:33 ---> 789214795424 07:38:33 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:38:35 ---> 1631c31ed4e1 07:38:35 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:38:36 Collecting docker-compose==1.23.2 07:38:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:38:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:38:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:38:39 ---> 7a756607f7e6 07:38:39 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:38:39 Collecting cached-property<2,>=1.2.0 07:38:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:38:40 Collecting jsonschema<3,>=2.5.1 07:38:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:38:41 Collecting docopt<0.7,>=0.6.1 07:38:41 Downloading docopt-0.6.2.tar.gz (25 kB) 07:38:42 ---> 778591e1e040 07:38:42 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 07:38:43 2021-01-29T07:38:39Z INFO Waiting for automatic snapd restart... 07:38:43 ---> Running in 8203c6de5af0 07:38:45 Removing intermediate container 8203c6de5af0 07:38:45 ---> b9ef13ada1a6 07:38:45 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:38:45 Collecting PyYAML<4,>=3.10 07:38:45 Downloading PyYAML-3.13.tar.gz (270 kB) 07:38:46 ---> fe7a3629f0e8 07:38:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:38:47 ---> Running in 36a5ef2b3c19 07:38:47 ---> 50b8f4cb4fb2 07:38:47 Step 29/34 : RUN chmod +x /entrypoint.sh 07:38:49 ---> Running in 199d75dbb1ca 07:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:38:50 Collecting dockerpty<0.5,>=0.4.1 07:38:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:38:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:38:54 Collecting websocket-client<1.0,>=0.32.0 07:38:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:38:55 Removing intermediate container 199d75dbb1ca 07:38:55 ---> 97c2f278fff4 07:38:55 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 07:38:55 Collecting docker<4.0,>=3.6.0 07:38:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:38:55 ---> Running in 74deca1b843c 07:38:56 Collecting texttable<0.10,>=0.9.0 07:38:56 Downloading texttable-0.9.1.tar.gz (11 kB) 07:38:57 Removing intermediate container 74deca1b843c 07:38:57 ---> f066a87e83c3 07:38:57 Step 31/34 : CMD ["gate"] 07:38:58 ---> Running in 403e2f818c55 07:38:58 lxd 4.10 from Canonical* installed 07:38:58 + sudo lxd init --auto 07:38:59 ---> 8d9e14044a99 07:38:59 Step 9/23 : RUN make cmd/core-data/core-data 07:38:59 Removing intermediate container 403e2f818c55 07:38:59 ---> a6d8502c105f 07:38:59 Step 32/34 : LABEL arch=arm64 07:38:59 ---> Running in 680bc04d392d 07:38:59 ---> Running in fd681c066af5 07:39:00 Collecting idna<2.8,>=2.5 07:39:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:39:00 Removing intermediate container fd681c066af5 07:39:00 ---> 058b12931ad7 07:39:00 Step 33/34 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:39:01 Collecting urllib3<1.25,>=1.21.1 07:39:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:39:01 ---> Running in bf35c7cc71fd 07:39:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:39:01 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:39:01 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:39:02 Removing intermediate container bf35c7cc71fd 07:39:02 ---> e86f38f3f32f 07:39:02 Step 34/34 : LABEL version=0.0.0 07:39:02 Collecting docker-pycreds>=0.4.0 07:39:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:39:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:39:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:39:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:39:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:39:02 ---> Running in b154ee2b5a6d 07:39:03 Removing intermediate container b154ee2b5a6d 07:39:03 ---> 8d6e15eaefcc 07:39:03 07:39:03 Successfully built 8d6e15eaefcc 07:39:03 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:39:03  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go 07:39:04 Installing collected packages: idna, urllib3, requests, cached-property, jsonschema, docopt, PyYAML, dockerpty, websocket-client, docker-pycreds, docker, texttable, docker-compose 07:39:04 Attempting uninstall: idna 07:39:04 Found existing installation: idna 2.9 07:39:04 Uninstalling idna-2.9: 07:39:04 Successfully uninstalled idna-2.9 07:39:05 Attempting uninstall: urllib3 07:39:05 Found existing installation: urllib3 1.25.9 07:39:05 Uninstalling urllib3-1.25.9: 07:39:05 Successfully uninstalled urllib3-1.25.9 07:39:06 + sudo snap install --classic snapcraft 07:39:06 Attempting uninstall: requests 07:39:06 Found existing installation: requests 2.23.0 07:39:06 Uninstalling requests-2.23.0: 07:39:06 Successfully uninstalled requests-2.23.0 07:39:07 Running setup.py install for docopt: started 07:39:11 Running setup.py install for docopt: finished with status 'done' 07:39:11 Running setup.py install for PyYAML: started 07:39:14 snapcraft 4.4.4 from Canonical* installed 07:39:14 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:39:14 + patch --verbose -p1 07:39:14 Hmm... Looks like a unified diff to me... 07:39:14 The text leading up to this was: 07:39:14 -------------------------- 07:39:14 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 07:39:14 |From: Tony Espy 07:39:14 |Date: Wed, 16 Dec 2020 16:34:55 -0500 07:39:14 |Subject: [PATCH] optimize snap build for pipeline CI check 07:39:14 | 07:39:14 |This patch is used by the EdgeX CI pipeline builds to 07:39:14 |optimize the snap CI check run for pull requests. When 07:39:14 |applied, it essentially strips out everything (apps and 07:39:14 |parts) from the snapcraft.yaml file except those required 07:39:14 |to build edgex-go, as the whole idea of the CI check is to 07:39:14 |catch changes to edgex-go that break the snap build. 07:39:14 | 07:39:14 |In general, anyone updating snapcraft.yaml will also need 07:39:14 |to update this patch file, otherwise it may fail to apply, 07:39:14 |resulting in a failed snap build CI check in the associated 07:39:14 |pull request. 07:39:14 | 07:39:14 |Note - in addition to applying this patch, the pipeline also 07:39:14 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:39:14 |need to build the finally binary .snap file (and it won't 07:39:14 |work with the patch applied). This further reduces the build 07:39:14 |time. 07:39:14 |--- 07:39:14 | snap/snapcraft.yaml | 461 +------------------------------------------- 07:39:14 | 1 file changed, 2 insertions(+), 459 deletions(-) 07:39:14 | 07:39:14 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:39:14 |index 1e537489..faf42425 100644 07:39:14 |--- a/snap/snapcraft.yaml 07:39:14 |+++ b/snap/snapcraft.yaml 07:39:14 -------------------------- 07:39:14 patching file snap/snapcraft.yaml 07:39:14 Using Plan A... 07:39:14 Hunk #1 succeeded at 73. 07:39:14 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 07:39:14 Hunk #3 succeeded at 214 (offset -1 lines). 07:39:14 Hunk #4 succeeded at 222 (offset -1 lines). 07:39:14 Hunk #5 succeeded at 229 (offset -1 lines). 07:39:14 Hunk #6 succeeded at 256 (offset -1 lines). 07:39:14 Hunk #7 succeeded at 290 (offset -1 lines). 07:39:14 Hunk #8 succeeded at 342. 07:39:14 Hmm... Ignoring the trailing garbage. 07:39:14 done 07:39:14 + sudo snapcraft prime --use-lxd 07:39:15 Running setup.py install for PyYAML: finished with status 'done' 07:39:15 Running setup.py install for dockerpty: started 07:39:15 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:39:15 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: 07:39:15 - README.md 07:39:15 - snapcraft.yaml.orig 07:39:15 07:39:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:39:16 Launching a container. 07:39:18 Running setup.py install for dockerpty: finished with status 'done' 07:39:22 Running setup.py install for texttable: started 07:39:25 Running setup.py install for texttable: finished with status 'done' 07:39:26 Removing intermediate container 5e3d23d2dd90 07:39:26 ---> 8e69d0fa5731 07:39:26 07:39:26 Step 10/23 : FROM alpine:3.12 07:39:26 ---> afeebe901d6b 07:39:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:39:26 ---> Using cache 07:39:26 ---> 862afc31da62 07:39:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:39:26 ---> Using cache 07:39:26 ---> 9cbfcc997542 07:39:26 Step 13/23 : ENV APP_PORT=48082 07:39:26 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:39:26 Waiting for container to be ready 07:39:26 ---> Running in 4915b94523bf 07:39:26 To start your first instance, try: lxc launch ubuntu:18.04 07:39:26 07:39:27 Removing intermediate container 4915b94523bf 07:39:27 ---> 78a2a0227ee1 07:39:27 Step 14/23 : EXPOSE $APP_PORT 07:39:28 ---> Running in eaf6f6939bc2 07:39:29 Removing intermediate container eaf6f6939bc2 07:39:29 ---> 18349c621672 07:39:29 Step 15/23 : WORKDIR / 07:39:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:39:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:39:29 ---> 1268457c9154 07:39:29 Step 3/24 : WORKDIR /edgex-go ---> Running in c3d9a73d0152 07:39:29 07:39:29 ---> Using cache 07:39:29 ---> 648864c39089 07:39:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:29 ---> Using cache 07:39:29 ---> d6d5263b3ee3 07:39:29 Step 5/24 : RUN apk add --update --no-cache make git 07:39:29 ---> Using cache 07:39:29 ---> 160daea31f55 07:39:29 Step 6/24 : COPY go.mod . 07:39:29 ---> Using cache 07:39:29 ---> 060f45c37a45 07:39:29 Step 7/24 : RUN go mod download 07:39:29 ---> Using cache 07:39:29 ---> 46b0dcaae673 07:39:29 Step 8/24 : COPY . . 07:39:30 ---> Using cache 07:39:30 ---> 936f8841593b 07:39:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:39:30 ---> Running in aac4125c80b8 07:39:31 Removing intermediate container c3d9a73d0152 07:39:31 ---> 7846fbc617d2 07:39:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:39:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:39:31 Waiting for network to be ready... 07:39:31 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:39:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:39:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:39:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] 07:39:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:39:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:39:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 07:39:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:39:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:39:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:39:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:39:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:39:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:39:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:39:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] 07:39:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] 07:39:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 07:39:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 07:39:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:39:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] 07:39:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:39:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 07:39:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 07:39:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 07:39:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] 07:39:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] 07:39:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] 07:39:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 07:39:33 ---> 7c540824a46c 07:39:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:39:34 Removing intermediate container 99d4cd9f2ccf 07:39:34 ---> 196404d7b4aa 07:39:34 Step 21/26 : RUN apk --no-cache add curl 07:39:34 ---> Running in 1499a9e90a51 07:39:35 Fetched 23.8 MB in 4s (5647 kB/s) 07:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:36 ---> ac7b32905969 07:39:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:39:36 Reading package lists... 07:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:36 Reading package lists... 07:39:36 Building dependency tree... 07:39:36 Reading state information... 07:39:36 The following additional packages will be installed: 07:39:36 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:39:36 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:39:36 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:39:36 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:39:36 Suggested packages: 07:39:36 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:39:36 Recommended packages: 07:39:36 gnupg libsasl2-modules 07:39:36 The following NEW packages will be installed: 07:39:36 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:39:36 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:39:36 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:39:36 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:39:36 The following packages will be upgraded: 07:39:36 gpg gpg-agent gpgconf libudev1 07:39:37 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 07:39:37 Need to get 3533 kB of archives. 07:39:37 After this operation, 13.3 MB of additional disk space will be used. 07:39:37 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 07:39:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:39:37 ---> 38200f38c207 07:39:37 Step 19/23 : ENTRYPOINT ["/core-command"] 07:39:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:39:37 (2/3) Installing libcurl (7.69.1-r3) 07:39:37 ---> Running in e485b7722c56 07:39:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 07:39:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:39:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:39:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 07:39:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 07:39:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:39:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:39:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:39:37 (3/3) Installing curl (7.69.1-r3) 07:39:37 Executing busybox-1.31.1-r19.trigger 07:39:37 OK: 71 MiB in 58 packages 07:39:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:39:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:39:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:39:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:39:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:39:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:39:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:39:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:39:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:39:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:39:38 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:39:38 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:39:38 debconf: delaying package configuration, since apt-utils is not installed 07:39:38 Fetched 3533 kB in 1s (2859 kB/s) 07:39:38 Removing intermediate container e485b7722c56 07:39:38 ---> d5c0798d00c8 07:39:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:39:38 (Reading database ... 12511 files and directories currently installed.) 07:39:38 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 07:39:38 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:39:38 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 07:39:38 Selecting previously unselected package udev. 07:39:38 (Reading database ... 12511 files and directories currently installed.) 07:39:38 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 07:39:38 Unpacking udev (237-3ubuntu10.44) ... 07:39:38 ---> Running in dea839c8b1f3 07:39:39 Selecting previously unselected package libfuse2:amd64. 07:39:39 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:39:39 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:39:39 Selecting previously unselected package fuse. 07:39:39 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:39:39 Unpacking fuse (2.9.7-1ubuntu1) ... 07:39:39 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:39:39 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:39:39 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:39:39 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:39:39 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:39:39 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:39:39 Removing intermediate container dea839c8b1f3 07:39:39 ---> d7ddf38fea5a 07:39:39 Step 21/23 : LABEL arch=arm64 07:39:39 Selecting previously unselected package libksba8:amd64. 07:39:39 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:39:39 Unpacking libksba8:amd64 (1.3.5-2) ... 07:39:39 Selecting previously unselected package libroken18-heimdal:amd64. 07:39:39 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:39:39 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:39 ---> Running in 21ca9846e241 07:39:39 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:39:39 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:39:39 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:39 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:39:39 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:39:39 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:39 Removing intermediate container 1499a9e90a51 07:39:39 ---> cd9822e7424e 07:39:39 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:39:40 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:39:40 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:39:40 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:40 Selecting previously unselected package libwind0-heimdal:amd64. 07:39:40 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:39:40 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:40 ---> Running in ac9302722a36 07:39:40 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:39:40 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:39:40 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:40 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:39:40 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:39:40 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:40 Removing intermediate container 21ca9846e241 07:39:40 ---> 7923005c11db 07:39:40 Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:39:40 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:39:40 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:39:40 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:40 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:39:40 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:39:40 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:40 ---> Running in 40b5c582a9b9 07:39:40 Selecting previously unselected package libsasl2-modules-db:amd64. 07:39:40 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:39:40 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:39:40 Selecting previously unselected package libsasl2-2:amd64. 07:39:40 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:39:40 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:39:40 Selecting previously unselected package libldap-common. 07:39:40 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:39:40 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:39:41 Removing intermediate container ac9302722a36 07:39:41 ---> 42fd3e207266 07:39:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:39:41 Selecting previously unselected package libldap-2.4-2:amd64. 07:39:41 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:39:41 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:39:41 Selecting previously unselected package dirmngr. 07:39:41 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:39:41 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:39:41 ---> Running in 375441d7bdc1 07:39:41 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:39:41 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:39:41 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:39:41 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:39:41 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:39:41 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:39:41 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:41 Setting up libksba8:amd64 (1.3.5-2) ... 07:39:41 Removing intermediate container 40b5c582a9b9 07:39:41 ---> a4e992bc9677 07:39:41 Step 23/23 : LABEL version=0.0.0 07:39:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:39:41 Setting up udev (237-3ubuntu10.44) ... 07:39:41 invoke-rc.d: policy-rc.d denied execution of start. 07:39:41 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:41 Processing triggers for systemd (237-3ubuntu10) ... 07:39:41 ---> Running in 8203b58ca631 07:39:42 Setting up fuse (2.9.7-1ubuntu1) ... 07:39:42 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:39:42 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:42 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:42 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:42 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:42 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:42 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:42 Removing intermediate container 375441d7bdc1 07:39:42 ---> a6ec005a4466 07:39:42 Step 24/26 : LABEL arch=arm64 07:39:42 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:39:42 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:39:42 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:39:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:39:42 ---> Running in c29ee443615c 07:39:42 Removing intermediate container 8203b58ca631 07:39:42 ---> 0895d19c9b7b 07:39:42 07:39:42 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:39:42 settings in the [Install] section, and DefaultInstance for template units). 07:39:42 This means they are not meant to be enabled using systemctl. 07:39:42 Possible reasons for having this kind of units are: 07:39:42 1) A unit may be statically enabled by being symlinked from another unit's 07:39:42 .wants/ or .requires/ directory. 07:39:42 2) A unit's purpose may be to act as a helper for some other unit which has 07:39:42 a requirement dependency on it. 07:39:42 3) A unit may be started when needed via activation (socket, path, timer, 07:39:42 D-Bus, udev, scripted systemctl call, ...). 07:39:42 4) In case of template units, the unit is meant to be enabled with some 07:39:42 instance name specified. 07:39:43 Reading package lists... 07:39:43 Building dependency tree... 07:39:43 Reading state information... 07:39:43 Successfully built 0895d19c9b7b 07:39:43 Removing intermediate container c29ee443615c 07:39:43 ---> d05667260469 07:39:43 Step 25/26 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:39:43 Successfully tagged docker-core-command-go-arm64:latest 07:39:43 The following additional packages will be installed: 07:39:43 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:39:43 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:39:43 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:39:43 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:39:43 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:39:43 Suggested packages: 07:39:43 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:39:43 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:39:43 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:39:43 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:39:43 systemd-container policykit-1 07:39:43 Recommended packages: 07:39:43 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:39:43 The following NEW packages will be installed: 07:39:43 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:39:43 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:39:43 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:39:43 multiarch-support openssh-client python3 python3-minimal python3.6 07:39:43 python3.6-minimal snapd squashfs-tools sudo 07:39:43 The following packages will be upgraded: 07:39:43 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:39:43  Building docker-core-command-go ... done  ---> Running in bd38d53bd052 07:39:43 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 07:39:43 Need to get 35.2 MB of archives. 07:39:43 After this operation, 141 MB of additional disk space will be used. 07:39:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:39:43 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 07:39:44 Removing intermediate container bd38d53bd052 07:39:44 ---> b835d5f5724e 07:39:44 Step 26/26 : LABEL version=0.0.0 07:39:44 ---> Running in 0baaf5f41ec1 07:39:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:39:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:39:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:39:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:39:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:39:44 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 07:39:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:39:44 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:39:44 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:39:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:39:44 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:39:44 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:39:44 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:39:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:39:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:39:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:39:44 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:39:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:39:44 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:39:44 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:39:44 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 07:39:44 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:39:44 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:39:44 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:39:44 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:39:44 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:39:44 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:39:44 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:39:45 Removing intermediate container 0baaf5f41ec1 07:39:45 ---> 12f5a6f1f7e6 07:39:45 07:39:45 Successfully built 12f5a6f1f7e6 07:39:45 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:39:46 debconf: delaying package configuration, since apt-utils is not installed 07:39:46 Fetched 35.2 MB in 3s (13.4 MB/s) 07:39:46 (Reading database ... 12757 files and directories currently installed.) 07:39:46 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 07:39:46 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:39:47 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 07:39:47 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:39:47 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 07:39:47 (Reading database ... 12757 files and directories currently installed.) 07:39:47 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:39:47 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:39:47 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:39:47 (Reading database ... 12757 files and directories currently installed.) 07:39:47 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:39:47 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:39:48 Setting up apt (1.6.12ubuntu0.2) ... 07:39:48 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:39:48 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:39:48 (Reading database ... 12764 files and directories currently installed.) 07:39:48 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:39:48 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:39:48 Selecting previously unselected package libpython3.6-minimal:amd64. 07:39:48 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:39:48 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:39:48 Selecting previously unselected package libexpat1:amd64. 07:39:48 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:39:48 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:39:49 Selecting previously unselected package python3.6-minimal. 07:39:49 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:39:49 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:39:49 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:39:49 Checking for services that may need to be restarted...done. 07:39:49 Checking for services that may need to be restarted...done. 07:39:49 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:39:49 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:39:49 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:39:50 Selecting previously unselected package python3-minimal. 07:39:50 (Reading database ... 13012 files and directories currently installed.) 07:39:50 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:39:50 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:39:50 Selecting previously unselected package mime-support. 07:39:50 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:39:50 Unpacking mime-support (3.60ubuntu1) ... 07:39:50 Selecting previously unselected package libmpdec2:amd64. 07:39:50 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:39:50 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:39:50 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:39:50 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:39:50 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:39:50 Selecting previously unselected package python3.6. 07:39:50 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:39:50 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:39:51 Selecting previously unselected package libpython3-stdlib:amd64. 07:39:51 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:39:51 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:39:51 Setting up python3-minimal (3.6.7-1~18.04) ... 07:39:51 Selecting previously unselected package python3. 07:39:51 (Reading database ... 13442 files and directories currently installed.) 07:39:51 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:39:51 Unpacking python3 (3.6.7-1~18.04) ... 07:39:51 Selecting previously unselected package multiarch-support. 07:39:51 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:39:51 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:39:51 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:39:51 Selecting previously unselected package liblzo2-2:amd64. 07:39:51 (Reading database ... 13479 files and directories currently installed.) 07:39:51 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:39:51 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:39:51 Selecting previously unselected package libbsd0:amd64. 07:39:51 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:39:51 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:39:51 Selecting previously unselected package sudo. 07:39:51 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 07:39:51 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 07:39:52 Selecting previously unselected package apparmor. 07:39:52 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:39:52 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:39:52 Selecting previously unselected package libedit2:amd64. 07:39:52 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:39:52 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:39:52 Selecting previously unselected package libkrb5support0:amd64. 07:39:52 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:39:52 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:39:52 Selecting previously unselected package libk5crypto3:amd64. 07:39:52 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:39:52 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:39:52 Selecting previously unselected package libkeyutils1:amd64. 07:39:52 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:39:52 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:39:52 Selecting previously unselected package libkrb5-3:amd64. 07:39:52 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:39:52 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:39:52 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:39:52 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:39:52 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:39:53 Selecting previously unselected package libssl1.0.0:amd64. 07:39:53 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:39:53 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:39:53 Selecting previously unselected package openssh-client. 07:39:53 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:39:53 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:39:53 Selecting previously unselected package squashfs-tools. 07:39:53 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:39:53 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:39:53 Selecting previously unselected package snapd. 07:39:53 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:39:53 Unpacking snapd (2.48+18.04) ... 07:39:55 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:39:55 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:39:55 Setting up mime-support (3.60ubuntu1) ... 07:39:55 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 07:39:57 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:39:57 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:39:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:39:57 Setting up systemd (237-3ubuntu10.44) ... 07:39:57 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:39:57 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:39:57 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:39:57 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:39:57 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:39:57 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:39:57 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:39:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:39:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:39:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:39:58 Setting up python3 (3.6.7-1~18.04) ... 07:39:58 running python rtupdate hooks for python3.6... 07:39:58 running python post-rtupdate hooks for python3.6... 07:39:58 Setting up apparmor (2.12-4ubuntu5.1) ... 07:40:00 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:40:00 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:40:00 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:40:00 Setting up snapd (2.48+18.04) ... 07:40:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:40:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:40:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:40:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:40:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:40:01 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:40:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:40:01 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:40:01 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:40:02 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:40:02 /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' 07:40:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:40:02 Processing triggers for systemd (237-3ubuntu10.44) ... 07:40:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:40:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:40:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:40:04 Reading package lists... 07:40:04 Reading package lists... 07:40:04 Building dependency tree... 07:40:04 Reading state information... 07:40:05 Calculating upgrade... 07:40:05 The following packages will be upgraded: 07:40:05 advancecomp base-files bash binutils binutils-common 07:40:05 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:40:05 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:40:05 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 07:40:05 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 07:40:05 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 07:40:05 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 07:40:05 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 07:40:05 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 07:40:05 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 07:40:05 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 07:40:05 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 07:40:05 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 07:40:05 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 07:40:05 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 07:40:05 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:40:05 Need to get 63.8 MB of archives. 07:40:05 After this operation, 5205 kB of additional disk space will be used. 07:40:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 07:40:05 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:40:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:40:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:40:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:40:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:40:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:40:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:40:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:40:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:40:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:40:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:40:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:40:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:40:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:40:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:40:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:40:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:40:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:40:05 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:40:05 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:40:05 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:40:05 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:40:05 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:40:05 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:40:05 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:40:05 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:40:05 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:40:05 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:40:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:40:05 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:40:05 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:40:05 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:40:05 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:40:05 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:40:05 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:40:05 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:40:05 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:40:05 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:40:05 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:40:05 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:40:05 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 07:40:05 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:40:05 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:40:05 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:40:05 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 07:40:05 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:40:05 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:40:05 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:40:05 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:40:05 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:40:05 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:40:05 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:40:05 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:40:05 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:40:05 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:40:05 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:40:06 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:40:06 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:40:06 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:40:06 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:40:06 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:40:06 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:40:06 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:40:06 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:40:06 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:40:06 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:40:06 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:40:06 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:40:06 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:40:06 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:40:06 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:40:06 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:40:06 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:40:06 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:40:06 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:40:06 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:40:06 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:40:06 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:40:06 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 07:40:06 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 07:40:06 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:40:06 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:40:06 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:40:06 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 07:40:06 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:40:06 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:40:06 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:40:06 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:40:06 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:40:06 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:40:06 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:40:06 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:40:06 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:40:07 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:40:07 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:40:07 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:40:07 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:40:07 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:40:07 debconf: delaying package configuration, since apt-utils is not installed 07:40:07 Fetched 63.8 MB in 2s (31.5 MB/s) 07:40:07 (Reading database ... 13912 files and directories currently installed.) 07:40:07 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:40:07 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:40:08 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:40:08 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:40:08 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 07:40:08 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 07:40:09 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:09 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:09 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:09 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:09 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:09 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:09 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:09 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:09 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:10 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:10 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:10 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:10 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:10 (Reading database ... 13911 files and directories currently installed.) 07:40:10 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:10 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:40:10 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:40:10 (Reading database ... 13911 files and directories currently installed.) 07:40:10 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:10 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:10 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:10 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:10 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:40:10 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:40:10 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:11 (Reading database ... 13911 files and directories currently installed.) 07:40:11 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:40:11 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:40:11 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:40:11 (Reading database ... 13911 files and directories currently installed.) 07:40:11 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:40:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:40:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:40:12 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:40:12 Setting up base-files (10.1ubuntu2.10) ... 07:40:12 Installing new version of config file /etc/issue ... 07:40:12 Installing new version of config file /etc/issue.net ... 07:40:12 Installing new version of config file /etc/lsb-release ... 07:40:12 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:40:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:40:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:40:12 Removing obsolete conffile /etc/default/motd-news ... 07:40:12 (Reading database ... 13912 files and directories currently installed.) 07:40:12 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:40:12 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:40:13 Setting up bash (4.4.18-2ubuntu1.2) ... 07:40:13 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 07:40:13 (Reading database ... 13912 files and directories currently installed.) 07:40:13 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:40:13 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:40:13 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:40:13 (Reading database ... 13912 files and directories currently installed.) 07:40:13 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:40:13 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:40:13 Setting up tar (1.29b-2ubuntu0.2) ... 07:40:13 (Reading database ... 13912 files and directories currently installed.) 07:40:13 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:40:13 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:40:14 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:40:14 (Reading database ... 13912 files and directories currently installed.) 07:40:14 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:40:14 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:40:14 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:40:14 (Reading database ... 13912 files and directories currently installed.) 07:40:14 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:40:14 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:40:14 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:40:14 (Reading database ... 13912 files and directories currently installed.) 07:40:14 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:40:14 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:40:14 Setting up grep (3.1-2build1) ... 07:40:15 (Reading database ... 13912 files and directories currently installed.) 07:40:15 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:40:15 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:40:15 Setting up login (1:4.5-1ubuntu2) ... 07:40:15 (Reading database ... 13912 files and directories currently installed.) 07:40:15 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:40:15 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:40:15 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:40:15 (Reading database ... 13912 files and directories currently installed.) 07:40:15 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:40:15 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:40:16 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:40:16 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:40:16 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:40:16 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:40:16 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:40:16 (Reading database ... 13912 files and directories currently installed.) 07:40:16 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:40:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:40:17 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:40:17 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:40:17 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:40:18  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 36a5ef2b3c19 07:40:18 ---> 6311b68914bd 07:40:18 07:40:18 Step 10/22 : FROM alpine:3.12 07:40:18 ---> afeebe901d6b 07:40:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:40:18 ---> Running in 7a36c552dd4b 07:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:18 (1/2) Installing ca-certificates (20191127-r4) 07:40:18 (2/2) Installing dumb-init (1.2.2-r1) 07:40:18 Executing busybox-1.31.1-r19.trigger 07:40:18 Executing ca-certificates-20191127-r4.trigger 07:40:18 OK: 6 MiB in 16 packages 07:40:18 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:40:18 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:40:18 (Reading database ... 13912 files and directories currently installed.) 07:40:18 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:40:18 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:40:18 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:40:18 (Reading database ... 13912 files and directories currently installed.) 07:40:18 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:40:18 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:40:18 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:40:18 (Reading database ... 13912 files and directories currently installed.) 07:40:18 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:40:18 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:40:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:40:18 (Reading database ... 13912 files and directories currently installed.) 07:40:18 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:40:19 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:40:19 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:40:19 (Reading database ... 13912 files and directories currently installed.) 07:40:19 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:40:19 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:40:19 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:40:19 (Reading database ... 13912 files and directories currently installed.) 07:40:19 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:40:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:40:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:40:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:40:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:40:19 (Reading database ... 13912 files and directories currently installed.) 07:40:19 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:40:19 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:40:20 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:40:20 (Reading database ... 13912 files and directories currently installed.) 07:40:20 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:40:20 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:40:20 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:40:20 (Reading database ... 13912 files and directories currently installed.) 07:40:20 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:40:20 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:40:20 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:40:20 (Reading database ... 13912 files and directories currently installed.) 07:40:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:40:20 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:40:20 Removing intermediate container 7a36c552dd4b 07:40:20 ---> d5746a386eb9 07:40:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:40:20 ---> Running in b1c41cf812f5 07:40:20 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:40:21 Removing intermediate container b1c41cf812f5 07:40:21 ---> d58ef5a679a1 07:40:21 Step 13/22 : ENV APP_PORT=48060 07:40:21 ---> Running in f016addf3b51 07:40:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:40:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:40:21 (Reading database ... 13912 files and directories currently installed.) 07:40:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:40:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:40:21 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:40:21 (Reading database ... 13912 files and directories currently installed.) 07:40:21 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:40:21 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:40:21 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:40:21 Removing intermediate container f016addf3b51 07:40:21 ---> 55a48f5c2a08 07:40:21 Step 14/22 : EXPOSE $APP_PORT 07:40:22 (Reading database ... 13914 files and directories currently installed.) 07:40:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:40:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:40:22 Setting up debconf (1.5.66ubuntu1) ... 07:40:22 ---> Running in 6e9e9ac4d592 07:40:22 (Reading database ... 13914 files and directories currently installed.) 07:40:22 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 07:40:22 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:40:22 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 07:40:22 Removing intermediate container 6e9e9ac4d592 07:40:22 ---> 3ae57d236022 07:40:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:22 (Reading database ... 13914 files and directories currently installed.) 07:40:22 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 07:40:22 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:40:22 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 07:40:23 (Reading database ... 13914 files and directories currently installed.) 07:40:23 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:40:23 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:40:23 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:40:23 (Reading database ... 13914 files and directories currently installed.) 07:40:23 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:40:23 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:40:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:40:23 (Reading database ... 13914 files and directories currently installed.) 07:40:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:40:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:40:23 ---> 9e711e989504 07:40:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:40:24 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:40:24 (Reading database ... 13914 files and directories currently installed.) 07:40:24 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:40:24 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:40:24 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 07:40:24 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:40:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:40:24 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:40:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:40:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:40:24 (Reading database ... 13914 files and directories currently installed.) 07:40:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:40:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:40:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:40:25 (Reading database ... 13914 files and directories currently installed.) 07:40:25 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:40:25 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:40:25 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:40:25 ---> 52471ed6ed4b 07:40:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:40:25 (Reading database ... 13914 files and directories currently installed.) 07:40:25 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:40:25 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:40:25 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:40:25 (Reading database ... 13914 files and directories currently installed.) 07:40:25 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:40:25 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:40:25 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:40:25 (Reading database ... 13914 files and directories currently installed.) 07:40:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:40:26 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:40:26 ---> b3ac6a3d1041 07:40:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:40:26 ---> Running in 3d14660c281d 07:40:26 Setting up passwd (1:4.5-1ubuntu2) ... 07:40:26 (Reading database ... 13914 files and directories currently installed.) 07:40:26 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:40:26 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:40:26 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:40:26 Removing intermediate container 3d14660c281d 07:40:26 ---> 36663a9effad 07:40:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:26 (Reading database ... 13914 files and directories currently installed.) 07:40:26 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:40:26 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:40:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:40:27 ---> Running in 012606b19b2c 07:40:27 (Reading database ... 13914 files and directories currently installed.) 07:40:27 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:40:27 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:40:27 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:40:27 (Reading database ... 13914 files and directories currently installed.) 07:40:27 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:40:27 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:40:27 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:40:27 (Reading database ... 13914 files and directories currently installed.) 07:40:27 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:40:27 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:40:27 Removing intermediate container 012606b19b2c 07:40:27 ---> 6a31d2f2651e 07:40:27 Step 20/22 : LABEL arch=arm64 07:40:28 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:40:28 ---> Running in 52a268f9d710 07:40:28 (Reading database ... 13914 files and directories currently installed.) 07:40:28 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:40:28 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:40:28 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:40:28 (Reading database ... 13914 files and directories currently installed.) 07:40:28 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:40:28 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:40:28 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:40:28 (Reading database ... 13915 files and directories currently installed.) 07:40:28 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:40:28 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:40:28 Removing intermediate container 52a268f9d710 07:40:28 ---> fc3a92b8e5ec 07:40:28 Step 21/22 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:40:28 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:40:28 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:40:28 ---> Running in 143d3318280f 07:40:29 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:40:29 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:40:29 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 07:40:29 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 07:40:29 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:40:29 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:40:29 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:40:29 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:40:29 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:40:29 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:40:29 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:40:29 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:40:29 Removing intermediate container 143d3318280f 07:40:29 ---> 3a90379a7d98 07:40:29 Step 22/22 : LABEL version=0.0.0 07:40:30 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:40:30 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:40:30 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:40:30 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:40:30 ---> Running in 88acbacc4c8f 07:40:30 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:40:30 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:40:30 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 07:40:30 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 07:40:30 Removing intermediate container 88acbacc4c8f 07:40:30 ---> 839436e7163f 07:40:30 07:40:31 Successfully built 839436e7163f 07:40:31 Successfully tagged docker-support-notifications-go-arm64:latest 07:40:31 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:40:31 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:40:31 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:40:31 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:40:31 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:40:31 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:40:32 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:40:32 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:40:32 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:40:32 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:40:32 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:40:32 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:40:32 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:40:32 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:40:32 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:40:32 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:40:32  Building docker-support-notifications-go ... done Removing intermediate container aac4125c80b8 07:40:32 ---> 8ad999f64e90 07:40:32 07:40:32 Step 10/24 : FROM alpine:3.12 07:40:32 ---> afeebe901d6b 07:40:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:40:32 ---> Running in 4f301fdd24f6 07:40:32 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:40:32 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:40:32 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:40:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:40:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:40:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:40:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:40:35 (1/5) Installing ca-certificates (20191127-r4) 07:40:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:40:35 (3/5) Installing libcurl (7.69.1-r3) 07:40:35 (4/5) Installing curl (7.69.1-r3) 07:40:35 (5/5) Installing dumb-init (1.2.2-r1) 07:40:35 Executing busybox-1.31.1-r19.trigger 07:40:35 Executing ca-certificates-20191127-r4.trigger 07:40:35 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:40:35 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:40:35 OK: 7 MiB in 19 packages 07:40:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:40:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:40:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:40:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:40:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:40:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:40:37 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:40:37 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:40:37 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:40:37 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:40:37 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:40:37 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:40:37 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:40:37 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:40:37 Removing intermediate container 680bc04d392d 07:40:37 ---> d0a06c0e4c22 07:40:37 07:40:37 Step 10/23 : FROM alpine:3.12 07:40:37 ---> afeebe901d6b 07:40:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:40:37 ---> Running in b4f29d02e9bf 07:40:37 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:40:37 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:40:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:40:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:40:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:40:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:40:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:40:37 Setting up tzdata (2021a-0ubuntu0.18.04) ... 07:40:37 Removing intermediate container 4f301fdd24f6 07:40:37 ---> 4d72ffa81e8a 07:40:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:40:37 ---> Running in d266d43407ee 07:40:38 07:40:38 Current default time zone: 'Etc/UTC' 07:40:38 Local time is now: Fri Jan 29 07:40:37 UTC 2021. 07:40:38 Universal Time is now: Fri Jan 29 07:40:37 UTC 2021. 07:40:38 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:40:38 07:40:38 Setting up systemd-sysv (237-3ubuntu10.44) ... 07:40:38 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:38 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 07:40:38 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:40:38 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:40:38 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:40:38 Removing intermediate container b4f29d02e9bf 07:40:38 ---> 2f07526c8394 07:40:38 Step 12/23 : ENV APP_PORT=48080 07:40:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:40:38 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:40:38 ---> Running in 8974ad8dafe5 07:40:38 Removing intermediate container d266d43407ee 07:40:38 ---> eeb9194b1516 07:40:38 Step 13/24 : WORKDIR / 07:40:38 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:40:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:40:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:40:38 ---> Running in d2abbf8a8995 07:40:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:40:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:40:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:38 Setting up patch (2.7.6-2ubuntu1.1) ... 07:40:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:40:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:40:38 Removing intermediate container 8974ad8dafe5 07:40:38 ---> 310da6a0111a 07:40:38 Step 13/23 : EXPOSE $APP_PORT 07:40:38 ---> Running in 63bca1ef3183 07:40:39 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 07:40:39 Installing new version of config file /etc/ssl/openssl.cnf ... 07:40:39 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:40:39 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:40:39 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 07:40:39 Removing intermediate container d2abbf8a8995 07:40:39 ---> 42c84f182afb 07:40:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:40:39 Removing intermediate container 63bca1ef3183 07:40:39 ---> b783d9d3a6dc 07:40:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:39 ---> Running in b99012369c86 07:40:40 ---> 5664da9a3bb9 07:40:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:40:41 Updating certificates in /etc/ssl/certs... 07:40:41 ---> 6240c41c92fe 07:40:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:40:41 22 added, 17 removed; done. 07:40:42 ---> 394dd43ea371 07:40:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:40:42 Removing intermediate container b99012369c86 07:40:42 ---> a6bd30df12dc 07:40:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:40:42 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:40:42 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:40:42 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:40:42 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:40:42 Setting up pkgbinarymangler (138.18.04.1) ... 07:40:42 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:40:42 ---> Running in ae12578bcbfe 07:40:42 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:40:42 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:40:42 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:40:42 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:40:42 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:40:42 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:40:42 Setting up perl (5.26.1-6ubuntu0.5) ... 07:40:42 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:40:42 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:40:42 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:40:42 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:40:42 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:40:42 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:40:42 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:40:42 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:40:42 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:40:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:40:43 Processing triggers for systemd (237-3ubuntu10.44) ... 07:40:43 Processing triggers for mime-support (3.60ubuntu1) ... 07:40:43 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 07:40:43 Updating certificates in /etc/ssl/certs... 07:40:43 ---> 64cc30c56bf2 07:40:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:40:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:43 0 added, 0 removed; done. 07:40:43 Running hooks in /etc/ca-certificates/update.d... 07:40:43 done. 07:40:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:44 Reading package lists... 07:40:44 Building dependency tree... 07:40:44 Reading state information... 07:40:44 ---> 846793f3de59 07:40:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:40:44 The following NEW packages will be installed: 07:40:44 apt-transport-https 07:40:44 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:40:44 Need to get 1696 B of archives. 07:40:44 After this operation, 153 kB of additional disk space will be used. 07:40:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 07:40:44 debconf: delaying package configuration, since apt-utils is not installed 07:40:44 Fetched 1696 B in 0s (18.9 kB/s) 07:40:44 Selecting previously unselected package apt-transport-https. 07:40:44 (Reading database ... 13929 files and directories currently installed.) 07:40:44 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 07:40:44 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 07:40:45 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 07:40:45 ---> ee12dbf22ca2 07:40:45 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/ 07:40:45 (1/6) Installing dumb-init (1.2.2-r1) 07:40:45 (2/6) Installing libgcc (9.3.0-r2) 07:40:45 Waiting for network to be ready... 07:40:45 (3/6) Installing libsodium (1.0.18-r0) 07:40:45 ---> Running in 02147354fc3a 07:40:45 (4/6) Installing libstdc++ (9.3.0-r2) 07:40:45 (5/6) Installing libzmq (4.3.3-r0) 07:40:45 (6/6) Installing zeromq (4.3.3-r0) 07:40:45 Executing busybox-1.31.1-r19.trigger 07:40:45 OK: 8 MiB in 20 packages 07:40:47 Removing intermediate container ae12578bcbfe 07:40:47 ---> e1c6f8d2b6fd 07:40:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:47 Removing intermediate container 02147354fc3a 07:40:47 ---> a2eab500d72d 07:40:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:40:47 ---> Running in 27c4fe2aec75 07:40:48 ---> f459d2c267ba 07:40:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:40:48 Removing intermediate container 27c4fe2aec75 07:40:48 ---> e04107904562 07:40:48 Step 22/24 : LABEL arch=arm64 07:40:48 ---> Running in ddee46a3855b 07:40:49 Removing intermediate container ddee46a3855b 07:40:49 ---> 3abe82ae70d5 07:40:49 Step 23/24 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:40:49 ---> 9d39084bac3e 07:40:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:40:49 ---> Running in 1ab2e5b6f481 07:40:49 Removing intermediate container 1ab2e5b6f481 07:40:49 ---> 5cfd1b29050f 07:40:49 Step 24/24 : LABEL version=0.0.0 07:40:49 ---> Running in 466d27c490ad 07:40:49 ---> 3db3c79e203e 07:40:49 Step 19/23 : ENTRYPOINT ["/core-data"] 07:40:50 ---> Running in 57c41122bd82 07:40:50 Removing intermediate container 466d27c490ad 07:40:50 ---> ee59492657f6 07:40:50 07:40:50 2021-01-29T07:40:48Z INFO Waiting for automatic snapd restart... 07:40:50 Removing intermediate container 57c41122bd82 07:40:50 ---> f1b050e4f7e8 07:40:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:50 Successfully built ee59492657f6 07:40:51 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:40:51  Building docker-security-secretstore-setup-go ... done  ---> Running in 84a96bdb9f0f 07:40:51 snapd 2.48.2 from Canonical* installed 07:40:51 Removing intermediate container 84a96bdb9f0f 07:40:51 ---> 71b6e2d74748 07:40:51 Step 21/23 : LABEL arch=arm64 07:40:51 ---> Running in c7eaa6af18cc 07:40:52 "snapd" switched to the "latest/stable" channel 07:40:52 07:40:52 Removing intermediate container c7eaa6af18cc 07:40:52 ---> b0df28fa6468 07:40:52 Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 07:40:52 ---> Running in ab732ef230f4 07:40:52 Removing intermediate container ab732ef230f4 07:40:52 ---> 1cd18f5e719e 07:40:52 Step 23/23 : LABEL version=0.0.0 07:40:52 ---> Running in 679c76d63f2d 07:40:53 Removing intermediate container 679c76d63f2d 07:40:53 ---> 4161f6c2d3b8 07:40:53 07:40:53 Successfully built 4161f6c2d3b8 07:40:53 Successfully tagged docker-core-data-go-arm64:latest 07:40:53  Building docker-core-data-go ... done  [Pipeline] } 07:40:54 $ docker stop --time=1 ae982a6f62bfc83712a86b1a8da609726c978807214712b7d9309805959e21f8 07:40:54 core18 20201210 from Canonical* installed 07:40:54 "core18" switched to the "latest/stable" channel 07:40:54 07:40:56 $ docker rm -f ae982a6f62bfc83712a86b1a8da609726c978807214712b7d9309805959e21f8 [Pipeline] // withDockerContainer [Pipeline] sh 07:40:56 + docker images 07:40:56 + grep docker 07:40:56 docker-core-data-go-arm64 latest 4161f6c2d3b8 3 seconds ago 21MB 07:40:56 docker-security-secretstore-setup-go-arm64 latest ee59492657f6 6 seconds ago 23.4MB 07:40:56 docker-support-notifications-go-arm64 latest 839436e7163f 26 seconds ago 16MB 07:40:56 docker-sys-mgmt-agent-go-arm64 latest 12f5a6f1f7e6 About a minute ago 300MB 07:40:56 docker-core-command-go-arm64 latest 0895d19c9b7b About a minute ago 16MB 07:40:56 docker-security-bootstrapper-go-arm64 latest 8d6e15eaefcc About a minute ago 31.9MB 07:40:56 docker-core-metadata-go-arm64 latest 142ae62d6efd 3 minutes ago 17.7MB 07:40:56 docker-support-scheduler-go-arm64 latest e8942193fe6f 3 minutes ago 15.5MB 07:40:56 docker-security-proxy-setup-go-arm64 latest 76f2e888d9f8 3 minutes ago 23.2MB 07:40:56 docker 20.10.0 eeaf43b92773 7 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 07:40:58 snapcraft 4.4.4 from Canonical* installed [Pipeline] } 07:40:58 "snapcraft" switched to the "latest/stable" channel 07:40:58 07:41:02 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: 07:41:02 - README.md 07:41:02 - snapcraft.yaml.orig 07:41:02 07:41:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:41:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:41:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:41:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:41:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:41:09 Reading package lists... 07:41:10 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 07:41:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:41:17 Reading package lists... 07:41:17 Building dependency tree... 07:41:17 Reading state information... 07:41:17 Suggested packages: 07:41:17 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:41:17 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:41:17 Recommended packages: 07:41:17 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:41:17 The following NEW packages will be installed: 07:41:17 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:41:17 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:41:17 pkg-config zip 07:41:17 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:41:17 Need to get 7655 kB of archives. 07:41:17 After this operation, 43.7 MB of additional disk space will be used. 07:41:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 07:41:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 07:41:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:41:17 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:41:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:41:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:41:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:41:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:41:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:41:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:41:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:41:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:41:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:41:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:41:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:41:17 debconf: delaying package configuration, since apt-utils is not installed 07:41:17 Fetched 7655 kB in 1s (9027 kB/s) 07:41:18 Selecting previously unselected package libglib2.0-0:amd64. 07:41:18 (Reading database ... 13933 files and directories currently installed.) 07:41:18 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 07:41:18 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:41:18 Selecting previously unselected package libpsl5:amd64. 07:41:18 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:41:18 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:41:18 Selecting previously unselected package libnghttp2-14:amd64. 07:41:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:41:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:41:18 Selecting previously unselected package librtmp1:amd64. 07:41:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:41:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:41:18 Selecting previously unselected package libcurl3-gnutls:amd64. 07:41:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 07:41:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:41:18 Selecting previously unselected package liberror-perl. 07:41:18 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:41:18 Unpacking liberror-perl (0.17025-1) ... 07:41:18 Selecting previously unselected package git-man. 07:41:18 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:41:18 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:41:19 Selecting previously unselected package git. 07:41:19 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:41:19 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:41:19 Selecting previously unselected package libnorm1:amd64. 07:41:19 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:41:19 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:41:19 Selecting previously unselected package libpgm-5.2-0:amd64. 07:41:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:41:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:41:19 Selecting previously unselected package libsodium23:amd64. 07:41:20 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:41:20 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:41:20 Selecting previously unselected package libzmq5:amd64. 07:41:20 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:41:20 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:41:20 Selecting previously unselected package libzmq3-dev:amd64. 07:41:20 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:41:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:41:20 Selecting previously unselected package pkg-config. 07:41:20 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:41:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:41:20 Selecting previously unselected package zip. 07:41:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:41:20 Unpacking zip (3.0-11build1) ... 07:41:20 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:41:20 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:41:20 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:41:20 Setting up liberror-perl (0.17025-1) ... 07:41:20 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:41:20 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:41:20 No schema files found: doing nothing. 07:41:20 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:41:20 Setting up zip (3.0-11build1) ... 07:41:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:41:20 Setting up libsodium23:amd64 (1.0.16-2) ... 07:41:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:41:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:41:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:41:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:41:20 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:41:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:41:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:41:27 git set to automatically installed. 07:41:27 git-man set to automatically installed. 07:41:27 libcurl3-gnutls set to automatically installed. 07:41:27 liberror-perl set to automatically installed. 07:41:27 libglib2.0-0 set to automatically installed. 07:41:27 libnghttp2-14 set to automatically installed. 07:41:27 libnorm1 set to automatically installed. 07:41:27 libpgm-5.2-0 set to automatically installed. 07:41:27 libpsl5 set to automatically installed. 07:41:27 librtmp1 set to automatically installed. 07:41:27 libsodium23 set to automatically installed. 07:41:27 libzmq3-dev set to automatically installed. 07:41:27 libzmq5 set to automatically installed. 07:41:27 pkg-config set to automatically installed. 07:41:27 zip set to automatically installed. 07:41:29 snapd is not logged in, snap install commands will use sudo 07:41:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:41:36 snap "core18" has no updates available 07:41:37 Pulling config-common 07:41:38 Pulling go-build-helper 07:42:00 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:42:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:42:00 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:42:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] 07:42:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:42:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:42:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:42:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:42:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:42:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:42:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:42:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 07:42:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:42:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:42:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] 07:42:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] 07:42:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 07:42:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 07:42:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:42:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] 07:42:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 07:42:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 07:42:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 07:42:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] 07:42:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] 07:42:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] 07:42:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 07:42:00 Fetched 23.8 MB in 0s (0 B/s) 07:42:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:42:00 Fetched 96.5 kB in 0s (0 B/s) 07:42:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:42:00 Fetched 279 kB in 0s (0 B/s) 07:42:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:42:00 Fetched 122 kB in 0s (0 B/s) 07:42:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:42:00 Fetched 77.8 kB in 0s (0 B/s) 07:42:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:42:00 Fetched 8848 B in 0s (0 B/s) 07:42:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:42:00 Fetched 47.8 kB in 0s (0 B/s) 07:42:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:42:00 Fetched 45.6 kB in 0s (0 B/s) 07:42:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:42:00 Fetched 15.0 kB in 0s (0 B/s) 07:42:00 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 07:42:00 Fetched 214 kB in 0s (0 B/s) 07:42:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 07:42:00 Fetched 155 kB in 0s (0 B/s) 07:42:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:42:00 Fetched 50.6 kB in 0s (0 B/s) 07:42:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:42:00 Fetched 14.8 kB in 0s (0 B/s) 07:42:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:42:00 Fetched 41.8 kB in 0s (0 B/s) 07:42:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:42:00 Fetched 499 kB in 0s (0 B/s) 07:42:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:42:00 Fetched 111 kB in 0s (0 B/s) 07:42:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:42:00 Fetched 240 kB in 0s (0 B/s) 07:42:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:42:00 Fetched 29.3 kB in 0s (0 B/s) 07:42:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:42:00 Fetched 85.5 kB in 0s (0 B/s) 07:42:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:42:00 Fetched 24.5 kB in 0s (0 B/s) 07:42:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:42:00 Fetched 49.2 kB in 0s (0 B/s) 07:42:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:42:00 Fetched 54.2 kB in 0s (0 B/s) 07:42:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:42:00 Fetched 30.8 kB in 0s (0 B/s) 07:42:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 07:42:00 Fetched 17.0 kB in 0s (0 B/s) 07:42:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:42:00 Fetched 85.9 kB in 0s (0 B/s) 07:42:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:42:00 Fetched 8720 B in 0s (0 B/s) 07:42:00 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 07:42:00 Fetched 137 kB in 0s (0 B/s) 07:42:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:42:00 Fetched 119 kB in 0s (0 B/s) 07:42:00 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 07:42:00 Fetched 109 kB in 0s (0 B/s) 07:42:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:42:00 Fetched 11.1 kB in 0s (0 B/s) 07:42:00 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:42:00 Fetched 645 kB in 0s (0 B/s) 07:42:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:42:00 Fetched 41.3 kB in 0s (0 B/s) 07:42:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:42:00 Fetched 17.9 kB in 0s (0 B/s) 07:42:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:42:00 Fetched 368 kB in 0s (0 B/s) 07:42:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:42:00 Fetched 187 kB in 0s (0 B/s) 07:42:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:42:00 Fetched 175 kB in 0s (0 B/s) 07:42:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:42:01 Fetched 206 kB in 0s (0 B/s) 07:42:01 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 07:42:01 Fetched 1301 kB in 0s (0 B/s) 07:42:01 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:42:01 Fetched 36.2 kB in 0s (0 B/s) 07:42:01 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 07:42:01 Fetched 159 kB in 0s (0 B/s) 07:42:01 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:42:01 Fetched 107 kB in 0s (0 B/s) 07:42:01 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:42:01 Fetched 48.7 kB in 0s (0 B/s) 07:42:01 Pulling static-packages 07:42:02 'go115' has dependencies that need to be staged: static-packages go-build-helper 07:42:02 Skipping pull go-build-helper (already ran) 07:42:02 Skipping pull static-packages (already ran) 07:42:02 Building go-build-helper 07:42:06 Building static-packages 07:42:08 Staging go-build-helper 07:42:09 Staging static-packages 07:42:10 Pulling go115 07:42:11 'edgex-go' has dependencies that need to be staged: go115 07:42:11 Skipping pull go115 (already ran) 07:42:11 Building go115 07:42:11 % Total % Received % Xferd Average Speed Time Time Time Current 07:42:11 Dload Upload Total Spent Left Speed 07:42:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 26.9M 0 0 27.0M 0 0:00:04 --:--:-- 0:00:04 27.0M 70 115M 70 81.6M 0 0 40.9M 0 0:00:02 0:00:01 0:00:01 40.9M 100 115M 100 115M 0 0 44.4M 0 0:00:02 0:00:02 --:--:-- 44.4M 07:42:14 go1.15.2.linux-amd64.tar.gz: OK 07:42:18 Staging go115 07:42:22 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:42:22 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:42:22 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:42:22 Fetched 0 B in 0s (0 B/s) 07:42:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:42:22 Fetched 224 kB in 0s (0 B/s) 07:42:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:42:22 Fetched 157 kB in 0s (0 B/s) 07:42:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:42:22 Fetched 221 kB in 0s (0 B/s) 07:42:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:42:22 Fetched 143 kB in 0s (0 B/s) 07:42:22 Pulling edgex-go 07:42:23 Pulling version 07:42:24 Building config-common 07:42:26 Skipping build go-build-helper (already ran) 07:42:26 Skipping build static-packages (already ran) 07:42:26 Skipping build go115 (already ran) 07:42:26 Building edgex-go 07:42:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:42:29 go: downloading github.com/gorilla/mux v1.8.0 07:42:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.11 07:42:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 07:42:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 07:42:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:42:29 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 07:42:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 07:42:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:42:29 go: downloading github.com/go-kit/kit v0.8.0 07:42:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:42:29 go: downloading github.com/pebbe/zmq4 v1.2.2 07:42:29 go: downloading github.com/google/uuid v1.2.0 07:42:29 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:42:29 go: downloading github.com/pelletier/go-toml v1.2.0 07:42:29 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 07:42:29 go: downloading github.com/go-playground/validator/v10 v10.3.0 07:42:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 07:42:29 go: downloading github.com/BurntSushi/toml v0.3.1 07:42:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:42:29 go: downloading github.com/imdario/mergo v0.3.11 07:42:29 go: downloading github.com/hashicorp/consul/api v1.1.0 07:42:29 go: downloading gopkg.in/yaml.v2 v2.4.0 07:42:29 go: downloading github.com/pkg/errors v0.8.1 07:42:29 go: downloading github.com/leodido/go-urn v1.2.0 07:42:29 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:42:29 go: downloading github.com/x448/float16 v0.8.4 07:42:29 go: downloading github.com/go-playground/universal-translator v0.17.0 07:42:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:42:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:42:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:42:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:42:29 go: downloading github.com/hashicorp/serf v0.8.2 07:42:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:42:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:42:29 go: downloading github.com/mitchellh/copystructure v1.0.0 07:42:29 go: downloading github.com/go-playground/locales v0.13.0 07:42:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:42:29 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:42:29 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:42:29 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:42:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:42:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:42:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:42:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:42:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:42:42 go: downloading github.com/stretchr/testify v1.7.0 07:42:42 go: downloading github.com/davecgh/go-spew v1.1.1 07:42:42 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:42:42 go: downloading github.com/pmezard/go-difflib v1.0.0 07:42:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:42:44 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:42:44 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:42:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:42:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:42:46 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:42:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:42:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:42:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:42:49 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:42:50 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 07:42:50 go: downloading github.com/lib/pq v1.9.0 07:42:52 Building version 07:42:54 Staging config-common 07:42:55 Skipping stage go-build-helper (already ran) 07:42:55 Skipping stage static-packages (already ran) 07:42:55 Skipping stage go115 (already ran) 07:42:55 Staging edgex-go 07:42:56 Staging version 07:42:57 Priming config-common 07:42:58 Priming go-build-helper 07:42:59 Priming static-packages 07:43:01 Priming go115 07:43:02 Priming edgex-go 07:43:03 Priming version 07:43:04 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:43:07 provisioning config files... 07:43:07 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2806902760677618730tmp [Pipeline] { [Pipeline] sh 07:43:07 + set +x 07:43:07 + curl -s https://codecov.io/bash 07:43:07 + bash -s -- 07:43:08 07:43:08 _____ _ 07:43:08 / ____| | | 07:43:08 | | ___ __| | ___ ___ _____ __ 07:43:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:43:08 | |___| (_) | (_| | __/ (_| (_) \ V / 07:43:08 \_____\___/ \__,_|\___|\___\___/ \_/ 07:43:08 Bash-20210128-d4071a2 07:43:08 07:43:08 07:43:08 ==> git version 2.24.3 found 07:43:08 ==> 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 07:43:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:43:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:43:08 ==> Jenkins CI detected. 07:43:08 project root: . 07:43:08 --> token set from env 07:43:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:43:08 ==> Running gcov in . (disable via -X gcov) 07:43:08 ==> Python coveragepy not found 07:43:08 ==> Searching for coverage reports in: 07:43:08 + . 07:43:08 -> Found 1 reports 07:43:08 ==> Detecting git/mercurial file structure 07:43:08 ==> Reading reports 07:43:08 + ./coverage.out bytes=565356 07:43:08 ==> Appending adjustments 07:43:08 https://docs.codecov.io/docs/fixing-reports 07:43:14 + Found adjustments 07:43:14 ==> Gzipping contents 07:43:14 84K /tmp/codecov.GYhVAH.gz 07:43:14 ==> Uploading reports 07:43:14 url: https://codecov.io 07:43:14 query: branch=PR-3095&commit=ed059e14d357044982f497644550f5c760faaea4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3095%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3095&job=&cmd_args= 07:43:14 -> Pinging Codecov 07:43:14 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3095&commit=ed059e14d357044982f497644550f5c760faaea4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3095%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3095&job=&cmd_args= 07:43:14 -> Uploading to 07:43:14 https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/ed059e14d357044982f497644550f5c760faaea4/25b8bd70-fb59-459c-9761-9fb20c755005.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T074313Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7485e966d6b509309df9bdf86e1842b036001c17ee94de74ed432b596d686922 07:43:14 % Total % Received % Xferd Average Speed Time Time Time Current 07:43:14 Dload Upload Total Spent Left Speed 07:43:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85777 0 0 100 85777 0 96573 --:--:-- --:--:-- --:--:-- 96704 07:43:14 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ed059e14d357044982f497644550f5c760faaea4 [Pipeline] } 07:43:14 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 07:43:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:43:18 ---> package-listing.sh 07:43:18 ++ facter osfamily 07:43:18 ++ tr '[:upper:]' '[:lower:]' 07:43:18 + OS_FAMILY=redhat 07:43:18 + workspace=/w/workspace/edgex-go/3 07:43:18 + START_PACKAGES=/tmp/packages_start.txt 07:43:18 + END_PACKAGES=/tmp/packages_end.txt 07:43:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:43:18 + PACKAGES=/tmp/packages_start.txt 07:43:18 + '[' /w/workspace/edgex-go/3 ']' 07:43:18 + PACKAGES=/tmp/packages_end.txt 07:43:18 + case "${OS_FAMILY}" in 07:43:18 + sort 07:43:18 + rpm -qa 07:43:26 + '[' -f /tmp/packages_start.txt ']' 07:43:26 + '[' -f /tmp/packages_end.txt ']' 07:43:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:43:26 + '[' /w/workspace/edgex-go/3 ']' 07:43:26 + mkdir -p /w/workspace/edgex-go/3/archives/ 07:43:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 07:43:26 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:43:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:43:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:43:27 07:43:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:43:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:43:28 alpine: Pulling from edgex-lftools-log-publisher 07:43:28 df20fa9351a1: Pulling fs layer 07:43:28 36b3adc4ff6f: Pulling fs layer 07:43:28 8ad3a11d3b57: Pulling fs layer 07:43:28 46f8f816bc3b: Pulling fs layer 07:43:28 93b61091891f: Pulling fs layer 07:43:28 93b9cdb0e59b: Pulling fs layer 07:43:28 5e14af77c1be: Pulling fs layer 07:43:28 01666e4c0597: Pulling fs layer 07:43:28 aa168da1d23b: Pulling fs layer 07:43:28 93b61091891f: Waiting 07:43:28 93b9cdb0e59b: Waiting 07:43:28 46f8f816bc3b: Waiting 07:43:28 5e14af77c1be: Waiting 07:43:28 01666e4c0597: Waiting 07:43:28 aa168da1d23b: Waiting 07:43:28 36b3adc4ff6f: Verifying Checksum 07:43:28 36b3adc4ff6f: Download complete 07:43:28 46f8f816bc3b: Verifying Checksum 07:43:28 46f8f816bc3b: Download complete 07:43:28 df20fa9351a1: Verifying Checksum 07:43:28 df20fa9351a1: Download complete 07:43:28 93b9cdb0e59b: Verifying Checksum 07:43:28 93b9cdb0e59b: Download complete 07:43:28 93b61091891f: Verifying Checksum 07:43:28 93b61091891f: Download complete 07:43:28 5e14af77c1be: Verifying Checksum 07:43:28 5e14af77c1be: Download complete 07:43:28 01666e4c0597: Verifying Checksum 07:43:28 01666e4c0597: Download complete 07:43:29 df20fa9351a1: Pull complete 07:43:29 8ad3a11d3b57: Verifying Checksum 07:43:29 8ad3a11d3b57: Download complete 07:43:29 36b3adc4ff6f: Pull complete 07:43:31 8ad3a11d3b57: Pull complete 07:43:31 46f8f816bc3b: Pull complete 07:43:33 93b61091891f: Pull complete 07:43:34 93b9cdb0e59b: Pull complete 07:43:34 5e14af77c1be: Pull complete 07:43:34 aa168da1d23b: Verifying Checksum 07:43:34 aa168da1d23b: Download complete 07:43:35 01666e4c0597: Pull complete 07:43:54 aa168da1d23b: Pull complete 07:43:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:43:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:43:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:43:54 prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container 07:43:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:44:00 $ docker top e0c0cb106201ed3d5f7a767767248cee2852cbd44609784ce2d32087ee6546a0 -eo pid,comm [Pipeline] { [Pipeline] sh 07:44:02 + touch /tmp/pre-build-complete [Pipeline] sh 07:44:03 + mkdir -p /var/log/sa [Pipeline] sh 07:44:04 + ls /var/log/sa-host 07:44:04 + sadf -c /var/log/sa-host/sa23 07:44:04 file_magic: OK 07:44:04 HZ: Using current value: 100 07:44:04 file_header: OK 07:44:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:44:04 Statistics: 07:44:04 Hnuu...uuuununununu... 07:44:04 File successfully converted to sysstat format version 12.2.1 07:44:04 + sadf -c /var/log/sa-host/sa29 07:44:04 file_magic: OK 07:44:04 HZ: Using current value: 100 07:44:04 file_header: OK 07:44:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:44:04 Statistics: 07:44:04 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... 07:44:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:44:04 provisioning config files... 07:44:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8478374933563996484tmp [Pipeline] { [Pipeline] echo 07:44:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:44:05 ---> create-netrc.sh [Pipeline] } 07:44:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:44:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:44:06 ---> python-tools-install.sh [Pipeline] echo 07:44:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:44:07 ---> sudo-logs.sh 07:44:07 Archiving 'sudo' log.. [Pipeline] echo 07:44:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:44:09 ---> job-cost.sh 07:44:09 lf-activate-venv: SKIPPING 07:44:09 INFO: No Stack... 07:44:09 INFO: Retrieving Pricing Info for: v1-standard-2 07:44:10 INFO: Archiving Costs [Pipeline] echo 07:44:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:44:10 ---> logs-deploy.sh 07:44:10 lf-activate-venv: SKIPPING 07:44:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3095/3 07:44:10 INFO: archiving workspace using pattern(s): 07:44:13 Archives upload complete. 07:44:13 INFO: archiving logs to Nexus 07:44:15 ---> uname -a: 07:44:15 Linux prd-centos7-docker-4c-2g-23915.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:44:15 07:44:15 07:44:15 ---> lscpu: 07:44:15 Architecture: x86_64 07:44:15 CPU op-mode(s): 32-bit, 64-bit 07:44:15 Byte Order: Little Endian 07:44:15 Address sizes: 40 bits physical, 48 bits virtual 07:44:15 CPU(s): 4 07:44:15 On-line CPU(s) list: 0-3 07:44:15 Thread(s) per core: 1 07:44:15 Core(s) per socket: 1 07:44:15 Socket(s): 4 07:44:15 NUMA node(s): 1 07:44:15 Vendor ID: GenuineIntel 07:44:15 CPU family: 6 07:44:15 Model: 44 07:44:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:44:15 Stepping: 1 07:44:15 CPU MHz: 2933.438 07:44:15 BogoMIPS: 5866.87 07:44:15 Virtualization: VT-x 07:44:15 Hypervisor vendor: KVM 07:44:15 Virtualization type: full 07:44:15 L1d cache: 128 KiB 07:44:15 L1i cache: 128 KiB 07:44:15 L2 cache: 16 MiB 07:44:15 L3 cache: 64 MiB 07:44:15 NUMA node0 CPU(s): 0-3 07:44:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:44:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:44:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:44:15 Vulnerability Meltdown: Mitigation; PTI 07:44:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:44:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:44:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:44:15 Vulnerability Srbds: Not affected 07:44:15 Vulnerability Tsx async abort: Not affected 07:44:15 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 07:44:15 07:44:15 07:44:15 ---> nproc: 07:44:15 4 07:44:15 07:44:15 07:44:15 ---> df -h: 07:44:15 Filesystem Size Used Available Use% Mounted on 07:44:15 overlay 50.0G 11.4G 38.6G 23% / 07:44:15 tmpfs 64.0M 0 64.0M 0% /dev 07:44:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:44:15 shm 64.0M 0 64.0M 0% /dev/shm 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/3 07:44:15 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/3@tmp 07:44:15 07:44:15 07:44:15 ---> free -m: 07:44:15 total used free shared buff/cache available 07:44:15 Mem: 1837 707 118 0 1011 1042 07:44:15 Swap: 1023 60 963 07:44:15 07:44:15 07:44:15 ---> ip addr: 07:44:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:44:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:44:15 inet 127.0.0.1/8 scope host lo 07:44:15 valid_lft forever preferred_lft forever 07:44:15 inet6 ::1/128 scope host 07:44:15 valid_lft forever preferred_lft forever 07:44:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:44:15 link/ether fa:16:3e:23:3f:4c brd ff:ff:ff:ff:ff:ff 07:44:15 inet 10.30.123.1/23 brd 10.30.123.255 scope global dynamic eth0 07:44:15 valid_lft 84970sec preferred_lft 84970sec 07:44:15 inet6 fe80::f816:3eff:fe23:3f4c/64 scope link 07:44:15 valid_lft forever preferred_lft forever 07:44:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:44:15 link/ether 02:42:aa:29:4b:23 brd ff:ff:ff:ff:ff:ff 07:44:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:44:15 valid_lft forever preferred_lft forever 07:44:15 inet6 fe80::42:aaff:fe29:4b23/64 scope link 07:44:15 valid_lft forever preferred_lft forever 07:44:15 07:44:15 07:44:15 ---> sar -b -r -n DEV: 07:44:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 07:44:15 07:44:15 07:20:11 LINUX RESTART (4 CPU) 07:44:15 07:44:15 07:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:44:15 07:22:01 69.53 18.55 50.98 0.00 5313.70 9192.40 0.00 07:44:15 07:23:01 88.09 52.19 35.90 0.00 4728.47 19818.46 0.00 07:44:15 07:24:01 201.28 37.15 164.13 0.00 2042.89 35741.62 0.00 07:44:15 07:25:01 150.49 75.89 74.60 0.00 2480.21 9980.46 0.00 07:44:15 07:26:01 75.91 16.14 59.76 0.00 763.61 6862.53 0.00 07:44:15 07:27:01 81.50 39.56 41.94 0.00 1422.34 3606.55 0.00 07:44:15 07:28:01 67.02 30.90 36.11 0.00 2209.18 3076.00 0.00 07:44:15 07:29:01 114.60 17.81 96.79 0.00 5196.03 38190.83 0.00 07:44:15 07:30:02 855.79 681.04 174.75 0.00 86830.08 131140.88 0.00 07:44:15 07:31:04 1559.17 1376.66 182.52 0.00 89742.42 92811.34 0.00 07:44:15 07:32:03 641.77 512.43 129.33 0.00 56064.45 57744.93 0.00 07:44:15 07:33:01 236.80 85.42 151.38 0.00 9086.68 29880.05 0.00 07:44:15 07:34:02 842.13 570.37 271.76 0.00 70691.67 101537.40 0.00 07:44:15 07:35:02 470.32 248.95 221.37 0.00 13584.43 24987.79 0.00 07:44:15 07:36:01 1095.42 881.08 214.34 0.00 56854.31 72588.26 0.00 07:44:15 07:37:01 110.52 62.68 47.85 0.00 8501.68 6318.85 0.00 07:44:15 07:38:01 1.36 0.05 1.31 0.00 0.80 18.51 0.00 07:44:15 07:39:02 0.28 0.03 0.25 0.00 0.67 2.76 0.00 07:44:15 07:40:01 0.22 0.02 0.20 0.00 0.27 1.98 0.00 07:44:15 07:41:01 0.28 0.00 0.28 0.00 0.00 3.31 0.00 07:44:15 07:42:01 0.23 0.00 0.23 0.00 0.00 2.45 0.00 07:44:15 07:43:01 0.30 0.02 0.28 0.00 0.53 3.33 0.00 07:44:15 07:44:01 168.54 80.27 88.27 0.00 7704.19 18686.93 0.00 07:44:15 Average: 299.24 210.23 89.00 0.00 18545.92 28940.04 0.00 07:44:15 07:44:15 07:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:44:15 07:22:01 164372 0 579480 30.80 2620 1135072 1221832 41.70 446732 1066660 56 07:44:15 07:23:01 79548 0 640236 34.03 2620 1159140 1522460 51.96 716524 877096 42256 07:44:15 07:24:01 75692 0 733372 38.98 1708 1070772 1516884 51.77 603224 923460 56908 07:44:15 07:25:01 173288 0 767856 40.81 1564 938836 1644288 56.12 620016 809800 34304 07:44:15 07:26:01 174724 0 817628 43.46 916 888276 1782380 60.83 716016 707608 51412 07:44:15 07:27:01 246392 0 749228 39.82 916 885008 1738240 59.32 601380 744676 55900 07:44:15 07:28:01 174816 0 762588 40.53 912 943228 1425248 48.64 648180 767608 93456 07:44:15 07:29:01 71152 0 739348 39.29 504 1070540 1301740 44.43 698456 833368 63464 07:44:15 07:30:02 246640 0 944404 50.19 148 690352 4655792 158.89 752704 661600 72 07:44:15 07:31:04 54144 0 844060 44.86 148 983192 2390848 81.60 618344 976712 85556 07:44:15 07:32:03 468060 0 993616 52.81 148 419720 4126692 140.84 575028 574368 33616 07:44:15 07:33:01 157840 0 749096 39.81 148 974460 1915000 65.36 625556 838696 568 07:44:15 07:34:02 418688 0 746940 39.70 148 715768 1828112 62.39 581084 648244 736 07:44:15 07:35:02 284748 0 774400 41.16 148 822248 1769476 60.39 625044 701468 0 07:44:15 07:36:01 449812 0 690432 36.69 148 741152 1638324 55.91 314448 868732 32 07:44:15 07:37:01 515580 0 634212 33.71 148 731604 1227364 41.89 365300 756576 20 07:44:15 07:38:01 518556 0 631228 33.55 148 731612 1195460 40.80 362696 756204 16 07:44:15 07:39:02 518724 0 631064 33.54 148 731608 1195592 40.80 362892 756208 8 07:44:15 07:40:01 518808 0 630960 33.53 148 731628 1195652 40.81 363256 756228 16 07:44:15 07:41:01 519172 0 630588 33.51 148 731636 1195460 40.80 362804 756236 12 07:44:15 07:42:01 519348 0 630400 33.50 148 731648 1195544 40.80 362812 756236 8 07:44:15 07:43:01 518920 0 630832 33.53 148 731644 1195580 40.80 362992 756236 16 07:44:15 07:44:01 158428 0 692328 36.80 148 1030640 1508672 51.49 472248 974768 44 07:44:15 Average: 305541 0 723665 38.46 608 851730 1755941 59.93 528597 794295 22542 07:44:15 07:44:15 07:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:44:15 07:22:01 veth4a37ba7 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 07:44:15 07:22:01 eth0 665.69 535.75 3613.83 89.41 0.00 0.00 0.00 0.00 07:44:15 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:22:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:23:01 eth0 659.90 896.98 2681.66 116.56 0.00 0.00 0.00 0.00 07:44:15 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:23:01 docker0 875.00 624.60 70.99 2652.55 0.00 0.00 0.00 0.00 07:44:15 07:24:01 eth0 447.15 335.96 3705.10 34.06 0.00 0.00 0.00 0.00 07:44:15 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:24:01 docker0 98.36 165.95 7.04 838.74 0.00 0.00 0.00 0.00 07:44:15 07:25:01 eth0 22.72 19.33 26.03 9.53 0.00 0.00 0.00 0.00 07:44:15 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:25:01 veth3ab1c1a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:26:01 eth0 22.93 17.46 19.32 9.64 0.00 0.00 0.00 0.00 07:44:15 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:26:01 veth3ab1c1a 0.42 0.42 0.03 0.04 0.00 0.00 0.00 0.00 07:44:15 07:26:01 docker0 0.42 0.42 0.03 0.04 0.00 0.00 0.00 0.00 07:44:15 07:27:01 eth0 18.75 13.40 13.97 7.71 0.00 0.00 0.00 0.00 07:44:15 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:27:01 veth3ab1c1a 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:27:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:28:01 eth0 22.36 15.83 19.01 10.13 0.00 0.00 0.00 0.00 07:44:15 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:28:01 veth3ab1c1a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:29:01 vethfb66679 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:29:01 eth0 249.45 201.69 1695.94 105.91 0.00 0.00 0.00 0.00 07:44:15 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:30:02 vethe72cc8f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:30:02 vethfb66679 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:30:02 veth9ff4425 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:30:02 veth5c1a5eb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:31:04 vethfb66679 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:31:04 eth0 2117.45 2015.84 11515.05 412.30 0.00 0.00 0.00 0.00 07:44:15 07:31:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 07:44:15 07:31:04 docker0 949.90 780.38 75.86 3487.86 0.00 0.00 0.00 0.00 07:44:15 07:32:03 vethfb66679 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:32:03 vetha2f093a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:32:03 vethf354706 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:32:03 veth514f368 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:33:01 vethfb66679 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:33:01 eth0 2562.72 2352.24 14327.01 466.10 0.00 0.00 0.00 0.00 07:44:15 07:33:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:44:15 07:33:01 veth1debeaa 38.39 91.04 3.18 547.38 0.00 0.00 0.00 0.00 07:44:15 07:34:02 vethfb66679 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:34:02 eth0 194.16 120.40 529.22 83.99 0.00 0.00 0.00 0.00 07:44:15 07:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:34:02 docker0 1116.99 1048.13 86.05 4674.32 0.00 0.00 0.00 0.00 07:44:15 07:35:02 vethfb66679 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:35:02 veth2f47ab6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:35:02 eth0 59.18 39.44 160.58 16.25 0.00 0.00 0.00 0.00 07:44:15 07:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:36:01 vethfb66679 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:44:15 07:36:01 eth0 57.48 42.32 95.40 63.72 0.00 0.00 0.00 0.00 07:44:15 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:36:01 veth8fffbe1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:37:01 eth0 25.52 16.96 60.50 8.09 0.00 0.00 0.00 0.00 07:44:15 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:37:01 docker0 1159.60 1109.79 89.14 5007.73 0.00 0.00 0.00 0.00 07:44:15 07:38:01 eth0 0.53 0.00 0.05 0.00 0.00 0.00 0.00 0.00 07:44:15 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:39:02 eth0 0.48 0.35 0.27 0.20 0.00 0.00 0.00 0.00 07:44:15 07:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:40:01 eth0 1.00 0.41 0.35 0.21 0.00 0.00 0.00 0.00 07:44:15 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:41:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 07:44:15 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:42:01 eth0 0.23 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:44:15 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:43:01 eth0 0.57 0.43 0.33 0.18 0.00 0.00 0.00 0.00 07:44:15 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:44:01 eth0 230.08 181.36 2180.71 72.31 0.00 0.00 0.00 0.00 07:44:15 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 Average: eth0 131.03 115.76 734.23 30.27 0.00 0.00 0.00 0.00 07:44:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:44:15 Average: docker0 50.54 48.37 3.88 218.26 0.00 0.00 0.00 0.00 07:44:15 07:44:15 07:44:15 ---> sar -P ALL: 07:44:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 07:44:15 07:44:15 07:20:11 LINUX RESTART (4 CPU) 07:44:15 07:44:15 07:21:01 CPU %user %nice %system %iowait %steal %idle 07:44:15 07:22:01 all 13.48 0.00 4.49 1.79 14.65 65.59 07:44:15 07:22:01 0 14.75 0.00 3.89 2.07 14.39 64.90 07:44:15 07:22:01 1 10.51 0.00 4.53 1.69 16.00 67.26 07:44:15 07:22:01 2 14.23 0.00 4.82 2.40 15.04 63.51 07:44:15 07:22:01 3 14.53 0.00 4.71 0.99 13.13 66.64 07:44:15 07:23:01 all 8.39 0.00 3.90 0.87 17.21 69.64 07:44:15 07:23:01 0 9.53 0.00 4.33 1.84 18.35 65.95 07:44:15 07:23:01 1 7.83 0.00 3.47 0.32 16.99 71.39 07:44:15 07:23:01 2 11.26 0.00 3.33 0.70 15.96 68.75 07:44:15 07:23:01 3 4.99 0.00 4.47 0.65 17.55 72.34 07:44:15 07:24:01 all 5.80 0.00 5.56 2.74 22.58 63.31 07:44:15 07:24:01 0 5.65 0.00 5.19 2.09 23.32 63.75 07:44:15 07:24:01 1 5.95 0.00 5.62 2.34 22.97 63.12 07:44:15 07:24:01 2 6.19 0.00 5.76 3.36 21.82 62.86 07:44:15 07:24:01 3 5.43 0.00 5.66 3.20 22.21 63.50 07:44:15 07:25:01 all 21.24 0.00 8.22 3.46 24.42 42.66 07:44:15 07:25:01 0 21.94 0.00 8.29 4.52 24.74 40.50 07:44:15 07:25:01 1 19.35 0.00 7.77 3.11 25.62 44.16 07:44:15 07:25:01 2 23.17 0.00 9.09 3.72 23.73 40.28 07:44:15 07:25:01 3 20.54 0.00 7.75 2.50 23.56 45.65 07:44:15 07:26:01 all 37.33 0.00 12.18 2.08 29.69 18.72 07:44:15 07:26:01 0 33.84 0.00 11.20 1.96 31.45 21.53 07:44:15 07:26:01 1 36.33 0.00 11.47 2.13 30.11 19.96 07:44:15 07:26:01 2 37.21 0.00 12.62 2.48 28.39 19.30 07:44:15 07:26:01 3 42.28 0.00 13.54 1.73 28.71 13.75 07:44:15 07:27:01 all 32.49 0.00 12.76 2.62 29.18 22.95 07:44:15 07:27:01 0 31.08 0.00 11.23 2.73 30.47 24.49 07:44:15 07:27:01 1 30.48 0.00 13.40 1.97 30.68 23.48 07:44:15 07:27:01 2 33.04 0.00 12.72 3.76 28.08 22.40 07:44:15 07:27:01 3 35.43 0.00 13.73 2.00 27.45 21.39 07:44:15 07:28:01 all 21.20 0.00 10.55 2.85 26.55 38.84 07:44:15 07:28:01 0 21.26 0.00 10.24 2.79 27.36 38.35 07:44:15 07:28:01 1 20.72 0.00 10.51 2.51 27.32 38.94 07:44:15 07:28:01 2 22.37 0.00 11.01 3.24 25.34 38.04 07:44:15 07:28:01 3 20.46 0.00 10.46 2.88 26.16 40.04 07:44:15 07:29:01 all 8.76 0.00 7.41 0.95 22.85 60.03 07:44:15 07:29:01 0 9.33 0.00 7.54 1.13 23.82 58.18 07:44:15 07:29:01 1 8.14 0.00 6.68 0.50 22.76 61.91 07:44:15 07:29:01 2 9.50 0.00 7.64 1.62 22.62 58.61 07:44:15 07:29:01 3 8.07 0.00 7.79 0.57 22.18 61.39 07:44:15 07:30:02 all 11.14 0.00 11.47 10.36 37.96 29.08 07:44:15 07:30:02 0 11.40 0.00 10.41 9.50 38.90 29.79 07:44:15 07:30:02 1 10.64 0.00 11.21 11.26 37.37 29.53 07:44:15 07:30:02 2 11.03 0.00 12.33 10.75 37.28 28.62 07:44:15 07:30:02 3 11.50 0.00 11.97 9.93 38.26 28.34 07:44:15 07:31:04 all 6.24 0.00 9.89 28.38 33.05 22.44 07:44:15 07:31:04 0 5.54 0.00 9.77 28.93 32.70 23.06 07:44:15 07:31:04 1 5.87 0.00 9.07 31.91 32.71 20.44 07:44:15 07:31:04 2 6.63 0.00 10.60 26.77 32.22 23.77 07:44:15 07:31:04 3 6.96 0.00 10.13 25.81 34.59 22.52 07:44:15 07:32:03 all 20.75 0.00 9.39 13.65 38.96 17.26 07:44:15 07:32:03 0 19.05 0.00 8.67 14.72 39.39 18.17 07:44:15 07:32:03 1 21.04 0.00 9.97 13.83 38.08 17.08 07:44:15 07:32:03 2 20.52 0.00 8.63 13.86 37.34 19.65 07:44:15 07:32:03 3 22.48 0.00 10.33 12.11 41.13 13.95 07:44:15 07:44:15 07:32:03 CPU %user %nice %system %iowait %steal %idle 07:44:15 07:33:01 all 49.15 0.00 13.97 6.28 19.06 11.54 07:44:15 07:33:01 0 48.95 0.00 12.69 4.45 19.44 14.47 07:44:15 07:33:01 1 49.44 0.00 13.31 7.66 18.90 10.70 07:44:15 07:33:01 2 48.08 0.00 14.33 6.98 18.71 11.90 07:44:15 07:33:01 3 50.13 0.00 15.59 6.08 19.17 9.03 07:44:15 07:34:02 all 26.43 0.00 16.71 10.11 31.54 15.22 07:44:15 07:34:02 0 23.57 0.00 16.33 9.82 31.49 18.80 07:44:15 07:34:02 1 26.56 0.00 14.98 8.98 32.30 17.19 07:44:15 07:34:02 2 26.42 0.00 16.31 11.47 30.36 15.44 07:44:15 07:34:02 3 29.35 0.00 19.33 10.15 32.05 9.11 07:44:15 07:35:02 all 43.75 0.00 15.91 13.39 13.58 13.37 07:44:15 07:35:02 0 44.88 0.00 15.37 15.25 12.96 11.54 07:44:15 07:35:02 1 43.06 0.00 16.29 12.71 14.09 13.85 07:44:15 07:35:02 2 43.00 0.00 15.85 11.09 13.96 16.10 07:44:15 07:35:02 3 44.05 0.00 16.15 14.50 13.32 11.99 07:44:15 07:36:01 all 6.28 0.00 9.41 12.18 18.48 53.66 07:44:15 07:36:01 0 6.28 0.00 9.21 12.85 19.34 52.33 07:44:15 07:36:01 1 7.15 0.00 11.06 11.30 18.40 52.08 07:44:15 07:36:01 2 6.07 0.00 8.94 14.98 17.59 52.41 07:44:15 07:36:01 3 5.62 0.00 8.48 9.61 18.55 57.74 07:44:15 07:37:01 all 13.32 0.00 6.31 2.48 10.06 67.83 07:44:15 07:37:01 0 13.61 0.00 6.10 1.93 9.36 69.00 07:44:15 07:37:01 1 13.11 0.00 7.45 3.64 9.90 65.89 07:44:15 07:37:01 2 13.20 0.00 5.31 2.94 10.88 67.66 07:44:15 07:37:01 3 13.36 0.00 6.40 1.39 10.11 68.75 07:44:15 07:38:01 all 0.10 0.00 0.05 0.00 0.25 99.60 07:44:15 07:38:01 0 0.08 0.00 0.03 0.00 0.22 99.67 07:44:15 07:38:01 1 0.02 0.00 0.05 0.00 0.10 99.83 07:44:15 07:38:01 2 0.07 0.00 0.03 0.00 0.30 99.60 07:44:15 07:38:01 3 0.25 0.00 0.08 0.00 0.37 99.30 07:44:15 07:39:02 all 0.09 0.00 0.16 0.00 1.17 98.59 07:44:15 07:39:02 0 0.05 0.00 0.07 0.00 1.07 98.81 07:44:15 07:39:02 1 0.05 0.00 0.12 0.00 1.48 98.35 07:44:15 07:39:02 2 0.03 0.00 0.30 0.00 0.95 98.72 07:44:15 07:39:02 3 0.23 0.00 0.15 0.00 1.16 98.46 07:44:15 07:40:01 all 0.07 0.00 0.03 0.00 0.28 99.61 07:44:15 07:40:01 0 0.19 0.00 0.05 0.02 0.22 99.53 07:44:15 07:40:01 1 0.03 0.00 0.02 0.00 0.44 99.51 07:44:15 07:40:01 2 0.02 0.00 0.03 0.00 0.27 99.68 07:44:15 07:40:01 3 0.03 0.00 0.03 0.00 0.20 99.73 07:44:15 07:41:01 all 0.10 0.00 0.14 0.00 0.85 98.91 07:44:15 07:41:01 0 0.31 0.00 0.05 0.00 1.11 98.53 07:44:15 07:41:01 1 0.03 0.00 0.15 0.00 0.81 99.00 07:44:15 07:41:01 2 0.05 0.00 0.22 0.00 0.90 98.84 07:44:15 07:41:01 3 0.02 0.00 0.13 0.00 0.57 99.29 07:44:15 07:42:01 all 0.11 0.00 0.02 0.00 0.27 99.59 07:44:15 07:42:01 0 0.40 0.00 0.03 0.00 0.47 99.10 07:44:15 07:42:01 1 0.00 0.00 0.02 0.00 0.08 99.90 07:44:15 07:42:01 2 0.03 0.00 0.03 0.00 0.32 99.62 07:44:15 07:42:01 3 0.02 0.00 0.02 0.00 0.22 99.75 07:44:15 07:43:01 all 0.10 0.00 0.03 0.00 0.32 99.56 07:44:15 07:43:01 0 0.28 0.00 0.03 0.00 0.27 99.42 07:44:15 07:43:01 1 0.03 0.00 0.02 0.00 0.13 99.82 07:44:15 07:43:01 2 0.03 0.00 0.05 0.00 0.48 99.43 07:44:15 07:43:01 3 0.03 0.00 0.02 0.00 0.40 99.55 07:44:15 07:44:15 07:43:01 CPU %user %nice %system %iowait %steal %idle 07:44:15 07:44:01 all 5.11 0.00 4.80 4.15 17.52 68.43 07:44:15 07:44:01 0 4.87 0.00 4.90 2.97 17.99 69.27 07:44:15 07:44:01 1 4.84 0.00 4.81 3.32 17.18 69.85 07:44:15 07:44:01 2 4.12 0.00 3.73 3.34 17.51 71.29 07:44:15 07:44:01 3 6.62 0.00 5.80 6.98 17.37 63.23 07:44:15 Average: all 13.68 0.00 6.90 5.12 17.71 56.58 07:44:15 Average: 0 13.59 0.00 6.63 5.22 18.18 56.39 07:44:15 Average: 1 13.23 0.00 6.83 5.16 17.90 56.88 07:44:15 Average: 2 13.90 0.00 6.92 5.32 17.26 56.60 07:44:15 Average: 3 14.00 0.00 7.24 4.77 17.51 56.47 07:44:15 07:44:15 07:44:15