Pull request #3121 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 d0bc3b104123489a76cc16a6f8c025e818c2e684 rather than 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 Obtained Jenkinsfile from d0bc3b104123489a76cc16a6f8c025e818c2e684 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24838 in /w/workspace/edgexfoundry_edgex-go_PR-3121 [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/3121/head:refs/remotes/origin/PR-3121 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 Merge succeeded, producing 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 Checking out Revision 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 (PR-3121) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # 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 d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 Commit message: "feat(meta): Upgrade go-mod-core-contract lib to v2.0.0-dev.19" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:54:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:54:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:54:30 ========================================================= 03:54:30 EdgeX Global Pipelines Version Info 03:54:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2da5eed2165164f534dd31b9fc58a2a7f8ea66c4 # timeout=10 03:54:32 ------------------- 03:54:32 stable info: 03:54:32 ------------------- 03:54:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:54:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:54:32 Message: update stable to v1.0.179 03:54:33 ------------------- 03:54:33 experimental info: 03:54:33 ------------------- 03:54:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:54:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:54:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:54:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:54:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:54:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:54:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:54:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:54:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:54:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3121 [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3121 [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3121 [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [Pipeline] echo 03:54:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c456ba [Pipeline] echo 03:54:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:54:36 provisioning config files... 03:54:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5010665480113585981tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:54:36 ---> docker-login.sh 03:54:36 nexus3.edgexfoundry.org:10001 03:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:37 Configure a credential helper to remove this warning. See 03:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:37 03:54:37 Login Succeeded 03:54:37 nexus3.edgexfoundry.org:10002 03:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:37 Configure a credential helper to remove this warning. See 03:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:37 03:54:37 Login Succeeded 03:54:37 nexus3.edgexfoundry.org:10003 03:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:38 Configure a credential helper to remove this warning. See 03:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:38 03:54:38 Login Succeeded 03:54:38 nexus3.edgexfoundry.org:10004 03:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:38 Configure a credential helper to remove this warning. See 03:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:38 03:54:38 Login Succeeded 03:54:38 docker.io 03:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:54:39 Configure a credential helper to remove this warning. See 03:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:54:39 03:54:39 Login Succeeded 03:54:39 ---> docker-login.sh ends [Pipeline] } 03:54:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:54:40 ++ 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 03:54:40 + for file in '`ls cmd/**/Dockerfile`' 03:54:40 ++ dirname cmd/core-command/Dockerfile 03:54:40 ++ cut -d/ -f2 03:54:40 + echo core-command,cmd/core-command/Dockerfile 03:54:40 + for file in '`ls cmd/**/Dockerfile`' 03:54:40 ++ dirname cmd/core-data/Dockerfile 03:54:40 ++ cut -d/ -f2 03:54:40 + echo core-data,cmd/core-data/Dockerfile 03:54:40 + for file in '`ls cmd/**/Dockerfile`' 03:54:40 ++ dirname cmd/core-metadata/Dockerfile 03:54:40 ++ cut -d/ -f2 03:54:40 + echo core-metadata,cmd/core-metadata/Dockerfile 03:54:40 + for file in '`ls cmd/**/Dockerfile`' 03:54:40 ++ cut -d/ -f2 03:54:40 ++ dirname cmd/security-bootstrapper/Dockerfile 03:54:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:54:40 + for file in '`ls cmd/**/Dockerfile`' 03:54:40 ++ dirname cmd/security-proxy-setup/Dockerfile 03:54:40 ++ cut -d/ -f2 03:54:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:54:40 + for file in '`ls cmd/**/Dockerfile`' 03:54:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:54:40 ++ cut -d/ -f2 03:54:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:54:40 + for file in '`ls cmd/**/Dockerfile`' 03:54:40 ++ cut -d/ -f2 03:54:40 ++ dirname cmd/support-notifications/Dockerfile 03:54:40 + echo support-notifications,cmd/support-notifications/Dockerfile 03:54:40 + for file in '`ls cmd/**/Dockerfile`' 03:54:40 ++ dirname cmd/support-scheduler/Dockerfile 03:54:40 ++ cut -d/ -f2 03:54:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:54:40 + for file in '`ls cmd/**/Dockerfile`' 03:54:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:54:40 ++ cut -d/ -f2 03:54:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:54:40 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 03:54:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:54:41 03:54:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:54:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:54:41 latest: Pulling from edgex-devops/git-semver 03:54:41 31603596830f: Pulling fs layer 03:54:41 2a8b12db71e7: Pulling fs layer 03:54:41 6ca5941a6612: Pulling fs layer 03:54:41 ecc8261a40a4: Pulling fs layer 03:54:41 ecc8261a40a4: Waiting 03:54:41 2a8b12db71e7: Verifying Checksum 03:54:41 2a8b12db71e7: Download complete 03:54:41 31603596830f: Verifying Checksum 03:54:41 31603596830f: Download complete 03:54:42 ecc8261a40a4: Verifying Checksum 03:54:42 ecc8261a40a4: Download complete 03:54:42 6ca5941a6612: Verifying Checksum 03:54:42 6ca5941a6612: Download complete 03:54:42 31603596830f: Pull complete 03:54:42 2a8b12db71e7: Pull complete 03:54:44 6ca5941a6612: Pull complete 03:54:44 ecc8261a40a4: Pull complete 03:54:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:54:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:54:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:54:44 prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container 03:54:44 $ 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 03:54:47 $ docker top 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:54:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:54:47 [ssh-agent] Looking for ssh-agent implementation... 03:54:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:54:48 $ docker exec 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 ssh-agent 03:54:48 SSH_AUTH_SOCK=/tmp/ssh-lYFZqVYZKDIU/agent.11 03:54:48 SSH_AGENT_PID=16 03:54:48 Running ssh-add (command line suppressed) 03:54:49 Identity added: /w/workspace/edgex-go/3@tmp/private_key_179713277404706031.key (/w/workspace/edgex-go/3@tmp/private_key_179713277404706031.key) 03:54:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:54:49 + git tag --points-at HEAD [Pipeline] } 03:54:49 $ docker exec --env ******** --env ******** 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 ssh-agent -k 03:54:49 unset SSH_AUTH_SOCK; 03:54:49 unset SSH_AGENT_PID; 03:54:49 echo Agent pid 16 killed; 03:54:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:54:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:54:50 [ssh-agent] Looking for ssh-agent implementation... 03:54:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:54:50 $ docker exec 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 ssh-agent 03:54:50 SSH_AUTH_SOCK=/tmp/ssh-nxAqaYceTe7X/agent.46 03:54:50 SSH_AGENT_PID=51 03:54:50 Running ssh-add (command line suppressed) 03:54:51 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7204016387190672058.key (/w/workspace/edgex-go/3@tmp/private_key_7204016387190672058.key) 03:54:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:54:51 + git semver init 03:54:51 # -> Open(): unable to determine branch for HEAD 03:54:51 # $GIT_DIR = /w/workspace/edgex-go/3/.git 03:54:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 03:54:51 # $SEMVER_REMOTE_NAME = origin 03:54:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:54:51 # $SEMVER_USER_NAME = edgex-jenkins 03:54:51 # $SEMVER_BRANCH = PR-3121 03:54:51 # $SEMVER_TEMP = /tmp/semver-833069348 03:54:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:55:18 # '/tmp/semver-833069348' -> '/w/workspace/edgex-go/3/.semver' 03:55:19 # -> Force: false 03:55:19 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 03:55:19 $ docker exec --env ******** --env ******** 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 ssh-agent -k 03:55:20 unset SSH_AUTH_SOCK; 03:55:20 unset SSH_AGENT_PID; 03:55:20 echo Agent pid 51 killed; 03:55:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:55:21 + git semver [Pipeline] } 03:55:21 $ docker stop --time=1 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 03:55:23 $ docker rm -f 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 [Pipeline] // withDockerContainer [Pipeline] sh 03:55:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:55:25 Stashed 1 file(s) [Pipeline] echo 03:55:25 [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 03:55:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:55:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:55:26 + true 03:55:26 + sudo service docker restart 03:55:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:55:27 ========================================================= 03:55:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:55:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:55:28 + 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 . 03:55:35 Sending build context to Docker daemon 327.5MB 03:55:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:55:35 Step 2/6 : FROM ${BASE} 03:55:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:55:35 188c0c94c7c5: Pulling fs layer 03:55:35 0ef7d3d256c8: Pulling fs layer 03:55:35 de9db76c5a1d: Pulling fs layer 03:55:35 bca2f99d35d6: Pulling fs layer 03:55:35 93359f2a8cfa: Pulling fs layer 03:55:35 7c6f9722023f: Pulling fs layer 03:55:35 a35cf1a2eb13: Pulling fs layer 03:55:35 93359f2a8cfa: Waiting 03:55:35 7c6f9722023f: Waiting 03:55:35 a35cf1a2eb13: Waiting 03:55:35 bca2f99d35d6: Waiting 03:55:35 de9db76c5a1d: Verifying Checksum 03:55:35 de9db76c5a1d: Download complete 03:55:35 0ef7d3d256c8: Verifying Checksum 03:55:35 0ef7d3d256c8: Download complete 03:55:35 93359f2a8cfa: Verifying Checksum 03:55:35 93359f2a8cfa: Download complete 03:55:35 7c6f9722023f: Verifying Checksum 03:55:35 7c6f9722023f: Download complete 03:55:35 188c0c94c7c5: Verifying Checksum 03:55:35 188c0c94c7c5: Download complete 03:55:36 188c0c94c7c5: Pull complete 03:55:36 0ef7d3d256c8: Pull complete 03:55:36 de9db76c5a1d: Pull complete 03:55:39 a35cf1a2eb13: Verifying Checksum 03:55:39 a35cf1a2eb13: Download complete 03:55:39 bca2f99d35d6: Verifying Checksum 03:55:39 bca2f99d35d6: Download complete 03:55:40 Still waiting to schedule task 03:55:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:55:49 bca2f99d35d6: Pull complete 03:55:49 93359f2a8cfa: Pull complete 03:55:49 7c6f9722023f: Pull complete 03:55:56 a35cf1a2eb13: Pull complete 03:55:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:55:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:55:56 ---> a62c8e92a672 03:55:56 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 03:55:56 ---> Running in 57ce17ff2f5d 03:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:55:58 (1/12) Installing libmagic (5.38-r0) 03:55:58 (2/12) Installing file (5.38-r0) 03:55:58 (3/12) Installing libc-dev (0.7.2-r3) 03:55:59 (4/12) Installing g++ (9.3.0-r2) 03:56:04 (5/12) Installing fortify-headers (1.1-r0) 03:56:04 (6/12) Installing patch (2.7.6-r6) 03:56:04 (7/12) Installing build-base (0.5-r2) 03:56:04 (8/12) Installing libsodium (1.0.18-r0) 03:56:04 (9/12) Installing pkgconf (1.7.2-r0) 03:56:04 (10/12) Installing libsodium-dev (1.0.18-r0) 03:56:04 (11/12) Installing libzmq (4.3.3-r0) 03:56:04 (12/12) Installing zeromq-dev (4.3.3-r0) 03:56:04 Executing busybox-1.31.1-r19.trigger 03:56:04 OK: 233 MiB in 51 packages 03:56:09 Removing intermediate container 57ce17ff2f5d 03:56:09 ---> eeef7d989b74 03:56:09 Step 4/6 : WORKDIR /edgex-go 03:56:09 ---> Running in 4685dade4258 03:56:09 Removing intermediate container 4685dade4258 03:56:09 ---> 9aa9bcbb9eca 03:56:09 Step 5/6 : COPY go.mod . 03:56:10 ---> e957bf6df211 03:56:10 Step 6/6 : RUN go mod download 03:56:10 ---> Running in c5dfee7f8246 03:56:37 Removing intermediate container c5dfee7f8246 03:56:37 ---> e0529497025c 03:56:37 Successfully built e0529497025c 03:56:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:56:37 + docker inspect -f . ci-base-image-x86_64 03:56:37 . [Pipeline] withDockerContainer 03:56:37 prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container 03:56:37 $ 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 03:56:39 $ docker top 79eadcc4c203cd90000d69f9a31f1598d14f9d023e699a180ac34afb96af7966 -eo pid,comm [Pipeline] { [Pipeline] sh 03:56:40 + go version 03:56:40 go version go1.15.5 linux/amd64 [Pipeline] } 03:56:40 $ docker stop --time=1 79eadcc4c203cd90000d69f9a31f1598d14f9d023e699a180ac34afb96af7966 03:56:42 $ docker rm -f 79eadcc4c203cd90000d69f9a31f1598d14f9d023e699a180ac34afb96af7966 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:56:43 + docker inspect -f . ci-base-image-x86_64 03:56:43 . [Pipeline] withDockerContainer 03:56:43 prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container 03:56:43 $ 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 03:56:44 $ docker top 70213731b8b49997ffa8a7bbeb47600d71af87475dd57556accaf6b09ce06822 -eo pid,comm [Pipeline] { [Pipeline] echo 03:56:44 ========================================================= 03:56:44 [edgeXBuildGoParallel] Running Tests and Build... 03:56:44 ========================================================= [Pipeline] sh 03:56:45 + make test 03:56:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:57:00 ? github.com/edgexfoundry/edgex-go [no test files] 03:57:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24840 in /w/workspace/edgexfoundry_edgex-go_PR-3121 [Pipeline] { [Pipeline] ws 03:57:27 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 03:57:33 using credential edgex-jenkins-ssh 03:57:33 Cloning the remote Git repository 03:57:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:57:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:57:33 > git init /w/workspace/edgex-go/3 # timeout=10 03:57:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:57:33 > git --version # timeout=10 03:57:33 > git --version # 'git version 2.17.1' 03:57:33 using GIT_SSH to set credentials SSH Credentials for GitHub 03:57:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:57:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:57:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:57:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:57:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 03:57:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:57:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:57:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:57:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:57:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:57:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:57:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:57:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:57:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:57:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:57:49 using GIT_SSH to set credentials SSH Credentials for GitHub 03:57:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3121/head:refs/remotes/origin/PR-3121 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:57:50 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 03:57:50 Merge succeeded, producing 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 03:57:50 Checking out Revision 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 (PR-3121) 03:57:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:57:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:57:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:57:50 > git config core.sparsecheckout # timeout=10 03:57:50 > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 03:57:50 > git remote # timeout=10 03:57:50 > git config --get remote.origin.url # timeout=10 03:57:50 using GIT_SSH to set credentials SSH Credentials for GitHub 03:57:50 > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 03:57:50 > git rev-parse HEAD^{commit} # timeout=10 03:57:50 > git config core.sparsecheckout # timeout=10 03:57:50 > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 03:57:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.179s coverage: 46.0% of statements 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:57:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.184s coverage: 100.0% of statements 03:57:55 Commit message: "feat(meta): Upgrade go-mod-core-contract lib to v2.0.0-dev.19" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:57:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:57:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:57:57 + true 03:57:57 + sudo service docker restart 03:57:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.693s coverage: 27.1% of statements 03:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:57:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements 03:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:57:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 03:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:57:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 65.8% of statements 03:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:57:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:58:00 provisioning config files... 03:58:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.561s coverage: 82.3% of statements 03:58:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:58:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:58:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:58:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:58:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2494222258934092138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:58:00 ---> docker-login.sh 03:58:00 nexus3.edgexfoundry.org:10001 03:58:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:02 Configure a credential helper to remove this warning. See 03:58:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:02 03:58:02 Login Succeeded 03:58:02 nexus3.edgexfoundry.org:10002 03:58:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:02 Configure a credential helper to remove this warning. See 03:58:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:02 03:58:02 Login Succeeded 03:58:02 nexus3.edgexfoundry.org:10003 03:58:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:03 Configure a credential helper to remove this warning. See 03:58:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:03 03:58:03 Login Succeeded 03:58:03 nexus3.edgexfoundry.org:10004 03:58:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:03 Configure a credential helper to remove this warning. See 03:58:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:03 03:58:03 Login Succeeded 03:58:03 docker.io 03:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:04 Configure a credential helper to remove this warning. See 03:58:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:04 03:58:04 Login Succeeded 03:58:04 ---> docker-login.sh ends [Pipeline] } 03:58:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:58:05 ========================================================= 03:58:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:58:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:58:05 + 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 . 03:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.779s coverage: 28.6% of statements 03:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements 03:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements 03:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.265s coverage: 86.7% of statements 03:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.178s coverage: 97.5% of statements 03:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:58:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 03:58:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:58:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:58:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:58:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:58:08 Sending build context to Docker daemon 166.1MB 03:58:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:58:08 Step 2/6 : FROM ${BASE} 03:58:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:58:08 5f621e34cdf4: Pulling fs layer 03:58:08 a4357932f1b6: Pulling fs layer 03:58:08 18c013af1878: Pulling fs layer 03:58:08 00ac8860ef70: Pulling fs layer 03:58:08 63d7cb157983: Pulling fs layer 03:58:08 b116817d02f9: Pulling fs layer 03:58:08 745a02a5169b: Pulling fs layer 03:58:08 63d7cb157983: Waiting 03:58:08 b116817d02f9: Waiting 03:58:08 745a02a5169b: Waiting 03:58:08 00ac8860ef70: Waiting 03:58:08 18c013af1878: Verifying Checksum 03:58:08 18c013af1878: Download complete 03:58:08 a4357932f1b6: Verifying Checksum 03:58:08 a4357932f1b6: Download complete 03:58:08 63d7cb157983: Verifying Checksum 03:58:08 63d7cb157983: Download complete 03:58:08 b116817d02f9: Verifying Checksum 03:58:08 5f621e34cdf4: Verifying Checksum 03:58:08 5f621e34cdf4: Download complete 03:58:08 5f621e34cdf4: Pull complete 03:58:09 a4357932f1b6: Pull complete 03:58:09 18c013af1878: Pull complete 03:58:10 745a02a5169b: Verifying Checksum 03:58:10 745a02a5169b: Download complete 03:58:11 00ac8860ef70: Verifying Checksum 03:58:11 00ac8860ef70: Download complete 03:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.774s coverage: 92.8% of statements 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:58:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:58:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.187s coverage: 0.1% of statements 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:58:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:58:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.108s coverage: 45.5% of statements 03:58:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.317s coverage: 79.5% of statements 03:58:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 03:58:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements 03:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements 03:58:21 00ac8860ef70: Pull complete 03:58:22 63d7cb157983: Pull complete 03:58:22 b116817d02f9: Pull complete 03:58:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.231s coverage: 94.4% of statements 03:58:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 03:58:26 745a02a5169b: Pull complete 03:58:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:58:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:58:26 ---> b7e6874047d6 03:58:26 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 03:58:29 ---> Running in c50a98cd290f 03:58:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:58:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:58:31 (1/12) Installing libmagic (5.38-r0) 03:58:31 (2/12) Installing file (5.38-r0) 03:58:32 (3/12) Installing libc-dev (0.7.2-r3) 03:58:32 (4/12) Installing g++ (9.3.0-r2) 03:58:37 (5/12) Installing fortify-headers (1.1-r0) 03:58:37 (6/12) Installing patch (2.7.6-r6) 03:58:37 (7/12) Installing build-base (0.5-r2) 03:58:37 (8/12) Installing libsodium (1.0.18-r0) 03:58:37 (9/12) Installing pkgconf (1.7.2-r0) 03:58:37 (10/12) Installing libsodium-dev (1.0.18-r0) 03:58:37 (11/12) Installing libzmq (4.3.3-r0) 03:58:37 (12/12) Installing zeromq-dev (4.3.3-r0) 03:58:37 Executing busybox-1.31.1-r19.trigger 03:58:37 OK: 217 MiB in 51 packages 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.155s coverage: 92.9% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.129s coverage: 87.2% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.131s coverage: 75.5% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.2% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.284s coverage: 91.4% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.303s coverage: 63.5% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.475s coverage: 68.9% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.222s coverage: 37.0% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.731s coverage: 84.0% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.379s coverage: 47.0% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.194s coverage: 100.0% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:58:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 90.4% of statements 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:58:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:58:42 Removing intermediate container c50a98cd290f 03:58:42 ---> 4c2cc50285fb 03:58:42 Step 4/6 : WORKDIR /edgex-go 03:58:42 ---> Running in 32ef93a0f0ce 03:58:42 Removing intermediate container 32ef93a0f0ce 03:58:42 ---> 64bfd1aa1a7f 03:58:42 Step 5/6 : COPY go.mod . 03:58:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.484s coverage: 29.1% of statements 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:58:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:58:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.243s coverage: 100.0% of statements 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:58:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.088s coverage: 100.0% of statements 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:58:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:58:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:58:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.145s coverage: 87.9% of statements 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:58:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:58:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 03:58:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 03:58:43 ---> c9e04185f0cf 03:58:43 Step 6/6 : RUN go mod download 03:58:43 ---> Running in 8472fea58928 03:58:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.056s coverage: 100.0% of statements 03:58:43 GO111MODULE=on go vet ./... 03:59:10 Removing intermediate container 8472fea58928 03:59:10 ---> 331f6036828e 03:59:10 Successfully built 331f6036828e 03:59:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:59:10 + docker inspect -f . ci-base-image-arm64 03:59:10 . [Pipeline] withDockerContainer 03:59:10 prd-ubuntu18.04-docker-arm64-4c-16g-24840 does not seem to be running inside a container 03:59:10 $ 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 03:59:12 $ docker top 750ab07a433e2ef868e71d0e043082180eb09f824f14ac4210e6ef66148742cd -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:13 + go version 03:59:13 go version go1.15.5 linux/arm64 [Pipeline] } 03:59:13 $ docker stop --time=1 750ab07a433e2ef868e71d0e043082180eb09f824f14ac4210e6ef66148742cd 03:59:15 $ docker rm -f 750ab07a433e2ef868e71d0e043082180eb09f824f14ac4210e6ef66148742cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:59:16 + docker inspect -f . ci-base-image-arm64 03:59:16 . [Pipeline] withDockerContainer 03:59:16 prd-ubuntu18.04-docker-arm64-4c-16g-24840 does not seem to be running inside a container 03:59:16 $ 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 03:59:18 $ docker top 4cb7522297cf163308c0ca33fe12f860d41d066d817556a0370fff91ecddb163 -eo pid,comm [Pipeline] { [Pipeline] echo 03:59:18 ========================================================= 03:59:18 [edgeXBuildGoParallel] Running Tests and Build... 03:59:18 ========================================================= [Pipeline] sh 03:59:19 + make test 03:59:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:59:31 gofmt -l . 03:59:31 [ "`gofmt -l .`" = "" ] 03:59:31 ./bin/test-go-mod-tidy.sh 03:59:33 ./bin/test-attribution-txt.sh [Pipeline] sh 03:59:35 + ls -al . 03:59:35 total 684 03:59:35 drwxrwxr-x 10 1001 1001 4096 Feb 4 03:59 . 03:59:35 drwxr-xr-x 4 root root 28 Feb 4 03:56 .. 03:59:35 -rw-rw-r-- 1 1001 1001 11 Feb 4 03:54 .dockerignore 03:59:35 drwxrwxr-x 8 1001 1001 179 Feb 4 03:54 .git 03:59:35 drwxrwxr-x 3 1001 1001 125 Feb 4 03:54 .github 03:59:35 -rw-rw-r-- 1 1001 1001 872 Feb 4 03:54 .gitignore 03:59:35 drwx------ 3 1001 1001 60 Feb 4 03:55 .semver 03:59:35 -rw-rw-r-- 1 1001 1001 166 Feb 4 03:54 .sonarcloud.properties 03:59:35 -rw-rw-r-- 1 1001 1001 7859 Feb 4 03:54 Attribution.txt 03:59:35 -rw-rw-r-- 1 1001 1001 3804 Feb 4 03:54 CONTRIBUTING.md 03:59:35 -rw-rw-r-- 1 1001 1001 931 Feb 4 03:54 Dockerfile.build 03:59:35 -rw-rw-r-- 1 1001 1001 863 Feb 4 03:54 Jenkinsfile 03:59:35 -rw-rw-r-- 1 1001 1001 10775 Feb 4 03:54 LICENSE 03:59:35 -rw-rw-r-- 1 1001 1001 6001 Feb 4 03:54 Makefile 03:59:35 -rw-rw-r-- 1 1001 1001 6524 Feb 4 03:54 README.md 03:59:35 -rw-rw-r-- 1 1001 1001 6755 Feb 4 03:54 SECURITY.md 03:59:35 -rw-rw-r-- 1 1001 1001 5 Feb 4 03:55 VERSION 03:59:35 -rw-rw-r-- 1 1001 1001 4131 Feb 4 03:54 ZMQWindows.md 03:59:35 drwxrwxr-x 2 1001 1001 117 Feb 4 03:54 bin 03:59:35 drwxrwxr-x 15 1001 1001 4096 Feb 4 03:54 cmd 03:59:35 -rw-r--r-- 1 root root 580808 Feb 4 03:58 coverage.out 03:59:35 -rw-r--r-- 1 root root 1054 Feb 4 03:59 go.mod 03:59:35 -rw-r--r-- 1 root root 19399 Feb 4 03:59 go.sum 03:59:35 drwxrwxr-x 8 1001 1001 127 Feb 4 03:54 internal 03:59:35 drwxrwxr-x 4 1001 1001 26 Feb 4 03:54 openapi 03:59:35 drwxrwxr-x 4 1001 1001 71 Feb 4 03:54 snap 03:59:35 -rw-rw-r-- 1 1001 1001 168 Feb 4 03:54 version.go [Pipeline] sh 03:59:35 + '[' -e coverage.out ] 03:59:35 + chown 1001:1001 coverage.out [Pipeline] stash 03:59:36 Stashed 1 file(s) [Pipeline] sh 03:59:36 + make build 03:59:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:59:41 ? github.com/edgexfoundry/edgex-go [no test files] 03:59:41 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 04:00:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:00:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:00:11 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 04:00:13 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 04:00:19 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 04:00:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:00: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 04:00:26 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 04:00:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:00:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:00:31 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 04:00:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:00:33 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] } 04:00:36 $ docker stop --time=1 70213731b8b49997ffa8a7bbeb47600d71af87475dd57556accaf6b09ce06822 04:00:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:00:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:00:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:00:38 $ docker rm -f 70213731b8b49997ffa8a7bbeb47600d71af87475dd57556accaf6b09ce06822 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:00:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:00:42 04:00:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:00:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:00:43 latest: Pulling from edgex-devops/edgex-compose 04:00:43 cbdbe7a5bc2a: Pulling fs layer 04:00:43 ca9280d653b3: Pulling fs layer 04:00:43 7e9c9ca2126c: Pulling fs layer 04:00:44 cbdbe7a5bc2a: Verifying Checksum 04:00:44 cbdbe7a5bc2a: Download complete 04:00:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:00:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:00:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:00:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:00:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:00:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:00:45 cbdbe7a5bc2a: Pull complete 04:00:46 ca9280d653b3: Download complete 04:00:48 ca9280d653b3: Pull complete 04:00:49 7e9c9ca2126c: Verifying Checksum 04:00:49 7e9c9ca2126c: Download complete 04:00:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:00:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:00:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:00:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.389s coverage: 46.0% of statements 04:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:00:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:00:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.244s coverage: 100.0% of statements 04:01:02 7e9c9ca2126c: Pull complete 04:01:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:01:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:01:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:01:02 prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container 04:01:02 $ 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 04:01:05 $ docker top 4c63ad91901a59d9103877b867f56b7a9ecb8c2fa57d1105d81ce60f0291ce4d -eo pid,comm [Pipeline] { [Pipeline] sh 04:01:06 + docker-compose build --help 04:01:06 + grep parallel 04:01:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.1% of statements 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:01:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:01:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:01:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.300s coverage: 65.8% of statements 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:01:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:01:07 --parallel Build images in parallel. [Pipeline] } 04:01:08 $ docker stop --time=1 4c63ad91901a59d9103877b867f56b7a9ecb8c2fa57d1105d81ce60f0291ce4d 04:01:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.648s coverage: 82.3% of statements 04:01:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:01:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:01:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:01:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:01:10 $ docker rm -f 4c63ad91901a59d9103877b867f56b7a9ecb8c2fa57d1105d81ce60f0291ce4d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:01:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:01:11 . [Pipeline] withDockerContainer 04:01:12 prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container 04:01:12 $ 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 04:01:13 $ docker top 289c3f63b4168200e03caaed2ae97102a2c9344d30ff1e49ec4202c8ec5a791b -eo pid,comm [Pipeline] { [Pipeline] sh 04:01:14 + docker-compose -f ./docker-compose-build.yml build --parallel 04:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.200s coverage: 28.6% of statements 04:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements 04:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 04:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements 04:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:01:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.365s coverage: 97.5% of statements 04:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:01:16 Building docker-core-command-go ... 04:01:16 Building docker-core-data-go ... 04:01:16 Building docker-core-metadata-go ... 04:01:16 Building docker-security-bootstrapper-go ... 04:01:16 Building docker-security-proxy-setup-go ... 04:01:16 Building docker-security-secretstore-setup-go ... 04:01:16 Building docker-support-notifications-go ... 04:01:16 Building docker-support-scheduler-go ... 04:01:16 Building docker-sys-mgmt-agent-go ... 04:01:16 Building docker-core-command-go 04:01:16 Building docker-core-metadata-go 04:01:16 Building docker-security-bootstrapper-go 04:01:16 Building docker-support-scheduler-go 04:01:16 Building docker-sys-mgmt-agent-go 04:01:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements 04:01:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:01:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:01:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:01:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.299s coverage: 92.8% of statements 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:01:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:01:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:01:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 45.5% of statements 04:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 79.5% of statements 04:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 04:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 04:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 04:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements 04:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.157s coverage: 92.9% of statements 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.523s coverage: 63.5% of statements 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.750s coverage: 68.9% of statements 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.337s coverage: 37.0% of statements 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:01:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.534s coverage: 84.0% of statements 04:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.081s coverage: 100.0% of statements 04:02:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.438s coverage: 47.0% of statements 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:02:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:02:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:02:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.202s coverage: 90.4% of statements 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:02:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.895s coverage: 29.1% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.169s coverage: 100.0% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.116s coverage: 100.0% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.100s coverage: 100.0% of statements 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 04:02:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 04:02:09 GO111MODULE=on go vet ./... 04:02:24 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:02:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:02:24 ---> e0529497025c 04:02:24 Step 3/31 : WORKDIR /edgex-go 04:02:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:02:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:02:24 ---> e0529497025c 04:02:24 Step 3/22 : WORKDIR /edgex-go 04:02:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:02:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:02:24 ---> e0529497025c 04:02:24 Step 3/23 : WORKDIR /edgex-go 04:02:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:02:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:02:24 ---> e0529497025c 04:02:24 Step 3/26 : WORKDIR /edgex-go 04:02:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:02:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:02:24 ---> e0529497025c 04:02:24 Step 3/23 : WORKDIR /edgex-go 04:02:24 ---> Running in 299fdfdd7597 04:02:24 ---> Running in 45f951a5ca88 04:02:24 ---> Running in bd0f04fbcd0e 04:02:24 ---> Running in be662f352c44 04:02:24 ---> Running in 6a73450015f5 04:02:24 Removing intermediate container 6a73450015f5 04:02:24 ---> 142b1ec39546 04:02:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:24 Removing intermediate container 299fdfdd7597 04:02:24 ---> 093b9f946385 04:02:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:24 Removing intermediate container bd0f04fbcd0e 04:02:24 ---> db9aa99b574f 04:02:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:24 Removing intermediate container 45f951a5ca88 04:02:24 ---> c47ce1d593a7 04:02:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:24 Removing intermediate container be662f352c44 04:02:24 ---> 26a98cec48e0 04:02:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:02:24 ---> Running in 6256b0016dcb 04:02:24 ---> Running in 715cb46183e5 04:02:24 ---> Running in 5d10d009a4dd 04:02:24 ---> Running in 9295b85fe4cc 04:02:24 ---> Running in c6cdd020c24e 04:02:25 Removing intermediate container 5d10d009a4dd 04:02:25 ---> 84186a14bf8b 04:02:25 Step 5/23 : RUN apk add --update --no-cache make git 04:02:25 ---> Running in a3830bd4c3ef 04:02:25 Removing intermediate container 6256b0016dcb 04:02:25 ---> 087f8f6aa938 04:02:25 Step 5/23 : RUN apk add --update --no-cache make git 04:02:25 Removing intermediate container 715cb46183e5 04:02:25 ---> 7eddc350e206 04:02:25 Step 5/31 : RUN apk add --update --no-cache make git 04:02:25 Removing intermediate container c6cdd020c24e 04:02:25 ---> 24154b5c31ff 04:02:25 Step 5/22 : RUN apk add --update --no-cache make git 04:02:25 Removing intermediate container 9295b85fe4cc 04:02:25 ---> 1b96654a3963 04:02:25 Step 5/26 : RUN apk add --update --no-cache make bash git 04:02:25 ---> Running in cfa35b4fc2cd 04:02:25 ---> Running in c0849865ac09 04:02:25 ---> Running in a7ac59d05080 04:02:25 ---> Running in 91cc574cd83c 04:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:02:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:02:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:02:28 OK: 233 MiB in 51 packages 04:02:28 OK: 233 MiB in 51 packages 04:02:28 OK: 233 MiB in 51 packages 04:02:28 OK: 233 MiB in 51 packages 04:02:29 OK: 233 MiB in 51 packages 04:02:30 Removing intermediate container a3830bd4c3ef 04:02:30 ---> 3b8fe13a9f04 04:02:30 Step 6/23 : COPY go.mod . 04:02:30 Removing intermediate container c0849865ac09 04:02:30 ---> 3e788d9a16e6 04:02:30 Step 6/23 : COPY go.mod . 04:02:30 Removing intermediate container 91cc574cd83c 04:02:30 ---> 897b75a84b31 04:02:30 Step 6/26 : COPY go.mod . 04:02:30 Removing intermediate container cfa35b4fc2cd 04:02:30 ---> 00f7a5cc9ee2 04:02:30 Step 6/31 : COPY go.mod . 04:02:31 ---> b7a1ec67f941 04:02:31 Step 7/23 : RUN go mod download 04:02:31 ---> 0dadd1f02fb3 04:02:31 Step 7/23 : RUN go mod download 04:02:31 Removing intermediate container a7ac59d05080 04:02:31 ---> eaf04ef66640 04:02:31 Step 6/22 : COPY go.mod . 04:02:31 ---> 6244f8ab3356 04:02:31 Step 7/31 : RUN go mod download 04:02:31 ---> 325c80d7c0e3 04:02:31 Step 7/26 : RUN go mod download 04:02:31 ---> Running in 661e2f91b9c5 04:02:31 ---> Running in 2f2411f33ab5 04:02:31 ---> Running in 5d44efb57341 04:02:31 ---> Running in ce0b7b37b454 04:02:32 ---> 15c3e6722b1a 04:02:32 Step 7/22 : RUN go mod download 04:02:32 ---> Running in 5ab5cbe461f1 04:02:38 Removing intermediate container 5ab5cbe461f1 04:02:38 ---> 479533ce342d 04:02:38 Step 8/22 : COPY . . 04:02:38 Removing intermediate container 2f2411f33ab5 04:02:38 ---> ebaa8d3379ee 04:02:38 Step 8/23 : COPY . . 04:02:38 Removing intermediate container ce0b7b37b454 04:02:38 ---> 8a03cfd439a2 04:02:38 Step 8/26 : COPY . . 04:02:38 Removing intermediate container 5d44efb57341 04:02:38 ---> 42e99432dccb 04:02:38 Step 8/31 : COPY . . 04:02:39 Removing intermediate container 661e2f91b9c5 04:02:39 ---> e61b0cb60ffb 04:02:39 Step 8/23 : COPY . . 04:03:31 gofmt -l . 04:03:31 [ "`gofmt -l .`" = "" ] 04:03:31 ./bin/test-go-mod-tidy.sh 04:03:31 ./bin/test-attribution-txt.sh [Pipeline] sh 04:03:32 + ls -al . 04:03:32 total 712 04:03:32 drwxrwxr-x 9 1001 1001 4096 Feb 4 04:03 . 04:03:32 drwxr-xr-x 4 root root 4096 Feb 4 03:59 .. 04:03:32 -rw-rw-r-- 1 1001 1001 11 Feb 4 03:57 .dockerignore 04:03:32 drwxrwxr-x 8 1001 1001 4096 Feb 4 03:57 .git 04:03:32 drwxrwxr-x 3 1001 1001 4096 Feb 4 03:57 .github 04:03:32 -rw-rw-r-- 1 1001 1001 872 Feb 4 03:57 .gitignore 04:03:32 -rw-rw-r-- 1 1001 1001 166 Feb 4 03:57 .sonarcloud.properties 04:03:32 -rw-rw-r-- 1 1001 1001 7859 Feb 4 03:57 Attribution.txt 04:03:32 -rw-rw-r-- 1 1001 1001 3804 Feb 4 03:57 CONTRIBUTING.md 04:03:32 -rw-rw-r-- 1 1001 1001 931 Feb 4 03:57 Dockerfile.build 04:03:32 -rw-rw-r-- 1 1001 1001 863 Feb 4 03:57 Jenkinsfile 04:03:32 -rw-rw-r-- 1 1001 1001 10775 Feb 4 03:57 LICENSE 04:03:32 -rw-rw-r-- 1 1001 1001 6001 Feb 4 03:57 Makefile 04:03:32 -rw-rw-r-- 1 1001 1001 6524 Feb 4 03:57 README.md 04:03:32 -rw-rw-r-- 1 1001 1001 6755 Feb 4 03:57 SECURITY.md 04:03:32 -rw-rw-r-- 1 1001 1001 5 Feb 4 03:55 VERSION 04:03:32 -rw-rw-r-- 1 1001 1001 4131 Feb 4 03:57 ZMQWindows.md 04:03:32 drwxrwxr-x 2 1001 1001 4096 Feb 4 03:57 bin 04:03:32 drwxrwxr-x 15 1001 1001 4096 Feb 4 03:57 cmd 04:03:32 -rw-r--r-- 1 root root 580808 Feb 4 04:02 coverage.out 04:03:32 -rw-r--r-- 1 root root 1054 Feb 4 04:03 go.mod 04:03:32 -rw-r--r-- 1 root root 19399 Feb 4 04:03 go.sum 04:03:32 drwxrwxr-x 8 1001 1001 4096 Feb 4 03:57 internal 04:03:32 drwxrwxr-x 4 1001 1001 4096 Feb 4 03:57 openapi 04:03:32 drwxrwxr-x 4 1001 1001 4096 Feb 4 03:57 snap 04:03:32 -rw-rw-r-- 1 1001 1001 168 Feb 4 03:57 version.go [Pipeline] sh 04:03:32 + '[' -e coverage.out ] 04:03:32 + chown 1001:1001 coverage.out [Pipeline] stash 04:03:32 Warning: overwriting stash ‘coverage-report’ 04:03:34 Stashed 1 file(s) [Pipeline] sh 04:03:34 + make build 04:03:34 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 04:03:47 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 04:04:02 ---> 40f09d72a33a 04:04:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:04:02 ---> e2a5088c3e18 04:04:02 Step 9/23 : RUN make cmd/core-command/core-command 04:04:02 ---> Running in 553790aabc1b 04:04:02 ---> Running in 54ab5f3faf29 04:04:02 ---> 8e12b42be0d1 04:04:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:04:02 ---> caae43702584 04:04:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:04:02 ---> cf6ae075f1f1 04:04:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 04:04:02 ---> Running in d411804c247e 04:04:02 ---> Running in 2e16edcff8e0 04:04:02 ---> Running in de47c1cd9d22 04:04:02 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 04:04:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:04:02 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 04:04: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 04:04:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:04:09 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 04:04:14 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 04:04:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:04:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:04:25 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 04:04:30 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 04:04: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 04:04:38 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 04:04: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 04:04:45 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 04:04:49 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 04:04:50 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 [Pipeline] } 04:04:55 $ docker stop --time=1 4cb7522297cf163308c0ca33fe12f860d41d066d817556a0370fff91ecddb163 04:04:57 Removing intermediate container d411804c247e 04:04:57 ---> 29b428feb84c 04:04:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:04:57 ---> Running in d0a8c3a1aa1e 04:04:57 $ docker rm -f 4cb7522297cf163308c0ca33fe12f860d41d066d817556a0370fff91ecddb163 04:04:58 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:04:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:04:59 04:04:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:05:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:05:00 latest: Pulling from edgex-devops/edgex-compose-arm64 04:05:00 29e5d40040c1: Pulling fs layer 04:05:00 1ce36da41761: Pulling fs layer 04:05:00 25b303627fd3: Pulling fs layer 04:05:01 29e5d40040c1: Verifying Checksum 04:05:01 29e5d40040c1: Download complete 04:05:01 1ce36da41761: Verifying Checksum 04:05:01 1ce36da41761: Download complete 04:05:01 29e5d40040c1: Pull complete 04:05:03 1ce36da41761: Pull complete 04:05:03 25b303627fd3: Verifying Checksum 04:05:03 25b303627fd3: Download complete 04:05:04 Removing intermediate container 553790aabc1b 04:05:04 ---> c2eefd4fda59 04:05:04 04:05:04 Step 10/23 : FROM alpine:3.12 04:05:04 3.12: Pulling from library/alpine 04:05:05 Removing intermediate container d0a8c3a1aa1e 04:05:05 ---> 1290279653a8 04:05:05 04:05:05 Step 11/26 : FROM docker:20.10.0 04:05:05 20.10.0: Pulling from library/docker 04:05:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:05:05 Status: Downloaded newer image for alpine:3.12 04:05:05 ---> 389fef711851 04:05:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:05:09 ---> Running in cb7171e154b0 04:05:10 Removing intermediate container de47c1cd9d22 04:05:10 ---> ddd8f31effe7 04:05:10 04:05:10 Step 10/31 : FROM alpine:3.12 04:05:10 ---> 389fef711851 04:05:10 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:05:10 Removing intermediate container 54ab5f3faf29 04:05:10 ---> 50785a2af74e 04:05:10 04:05:10 Step 10/22 : FROM alpine:3.12 04:05:10 ---> 389fef711851 04:05:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:05:11 Removing intermediate container 2e16edcff8e0 04:05:11 ---> d6e9b390b24e 04:05:11 04:05:11 Step 10/23 : FROM alpine:3.12 04:05:11 ---> 389fef711851 04:05:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:05:11 ---> Running in c39a47281f91 04:05:11 ---> Running in 4d5f91dd862b 04:05:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:05:12 ---> Running in e7e72ac11251 04:05:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:05:12 Removing intermediate container c39a47281f91 04:05:12 ---> e55d7111a909 04:05:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:05:12 ---> Running in 48f03f8d0089 04:05:12 (1/1) Installing dumb-init (1.2.2-r1) 04:05:13 Executing busybox-1.31.1-r19.trigger 04:05:13 25b303627fd3: Pull complete 04:05:13 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:05:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:05:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:05:13 prd-ubuntu18.04-docker-arm64-4c-16g-24840 does not seem to be running inside a container 04:05:13 OK: 6 MiB in 15 packages 04:05:13 $ 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 04:05:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:05:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:05:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:05:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:05:14 (1/1) Installing dumb-init (1.2.2-r1) 04:05:14 Executing busybox-1.31.1-r19.trigger 04:05:14 OK: 6 MiB in 15 packages 04:05:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:05:14 (1/1) Installing dumb-init (1.2.2-r1) 04:05:14 Removing intermediate container cb7171e154b0 04:05:14 ---> acb27c0e7c56 04:05:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:05:14 Executing busybox-1.31.1-r19.trigger 04:05:14 OK: 6 MiB in 15 packages 04:05:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:05:15 ---> Running in 571a6e8458f8 04:05:15 (1/2) Installing dumb-init (1.2.2-r1) 04:05:15 (2/2) Installing su-exec (0.2-r1) 04:05:15 Executing busybox-1.31.1-r19.trigger 04:05:15 OK: 6 MiB in 16 packages 04:05:15 Removing intermediate container 571a6e8458f8 04:05:15 ---> d43eaf35d65d 04:05:15 Step 13/23 : ENV APP_PORT=48082 04:05:16 ---> Running in c5b02ad7237c 04:05:16 Removing intermediate container 4d5f91dd862b 04:05:16 ---> 763df798667c 04:05:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:05:16 Removing intermediate container e7e72ac11251 04:05:16 ---> 82282c1815b3 04:05:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:05:16 Removing intermediate container c5b02ad7237c 04:05:16 ---> e5246b1e2375 04:05:16 Step 14/23 : EXPOSE $APP_PORT 04:05:16 ---> Running in 54770e4aa8a1 04:05:16 ---> Running in 9243891375ed 04:05:16 $ docker top 24c559ce4268ca8db096283701dacc812dc594fb462adc8b5ce21cc77bd94f15 -eo pid,comm 04:05:16 Removing intermediate container 48f03f8d0089 04:05:16 ---> a610bce4f4bd 04:05:16 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:05:16 ---> Running in da3bc1858594 04:05:17 ---> Running in 19d8e73b946b 04:05:17 Removing intermediate container 54770e4aa8a1 04:05:17 ---> 96f96449dea0 04:05:17 Step 13/22 : ENV APP_PORT=48085 04:05:17 Removing intermediate container 9243891375ed 04:05:17 ---> 70b7cb18fd36 04:05:17 Step 13/23 : ENV APP_PORT=48081 04:05:17 ---> Running in 7303f725521f 04:05:17 Removing intermediate container da3bc1858594 04:05:17 ---> 0f81e49bf291 04:05:17 Step 15/23 : WORKDIR / 04:05:17 ---> Running in b63b6a73f8bb [Pipeline] { [Pipeline] sh 04:05:17 ---> Running in b02db10e538f 04:05:17 Removing intermediate container 19d8e73b946b 04:05:17 ---> 507444e15f74 04:05:17 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:05:17 ---> Running in 2124e11cf507 04:05:17 Removing intermediate container 7303f725521f 04:05:17 ---> 7012402dfc01 04:05:17 Step 14/22 : EXPOSE $APP_PORT 04:05:17 + + docker-composegrep build parallel --help 04:05:17 04:05:18 Removing intermediate container b63b6a73f8bb 04:05:18 ---> a38476ecae39 04:05:18 Step 14/23 : EXPOSE $APP_PORT 04:05:18 Removing intermediate container b02db10e538f 04:05:18 ---> e0c6b38277a4 04:05:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:05:18 ---> Running in 51bd851b1517 04:05:18 ---> Running in b46fe6f1ebe7 04:05:18 Removing intermediate container 2124e11cf507 04:05:18 ---> c27a12e8e601 04:05:18 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:05:18 ---> Running in 4410645df99b 04:05:18 Removing intermediate container 51bd851b1517 04:05:18 ---> c9d2850eae43 04:05:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:05:18 Removing intermediate container b46fe6f1ebe7 04:05:18 ---> aacd77dc6813 04:05:18 Step 15/23 : WORKDIR / 04:05:18 ---> 40a3fc355acc 04:05:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:05:19 ---> Running in 031a8c22f54d 04:05:19 ---> 9f1a47d751c6 04:05:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:05:20 Removing intermediate container 031a8c22f54d 04:05:20 ---> 2bdf0150a7ea 04:05:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:05:21 --parallel Build images in parallel. 04:05:21 ---> 412a42aa4e97 04:05:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] } 04:05:21 ---> 2b21ddc72e90 04:05:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:05:21 ---> 53bdce4c6bb6 04:05:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:05:21 $ docker stop --time=1 24c559ce4268ca8db096283701dacc812dc594fb462adc8b5ce21cc77bd94f15 04:05:21 Removing intermediate container 4410645df99b 04:05:21 ---> e38f6ff9127d 04:05:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:05:22 ---> 4f4e98f83e3f 04:05:22 Step 19/23 : ENTRYPOINT ["/core-command"] 04:05:22 ---> Running in 1617192935f8 04:05:22 ---> Running in 03f410a556c3 04:05:22 ---> e936bcf9a702 04:05:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:05:22 ---> Running in 410bb3165bf2 04:05:22 ---> 0a674cf61850 04:05:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:05:22 Removing intermediate container 1617192935f8 04:05:22 ---> 2f5e47ed9650 04:05:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:05:22 Removing intermediate container 03f410a556c3 04:05:22 ---> f96893cc4baa 04:05:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:05:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:05:22 Status: Downloaded newer image for docker:20.10.0 04:05:22 ---> aefe523efa57 04:05:22 Step 12/26 : RUN apk add --no-cache bash 04:05:22 ---> Running in 16341a05abf1 04:05:23 Removing intermediate container 410bb3165bf2 04:05:23 ---> 1de54127804a 04:05:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:05:23 ---> Running in 50612533690f 04:05:23 ---> Running in b7c7ed8a8417 04:05:23 ---> 74200c84eb3f 04:05:23 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:05:23 ---> ed94939e73ca 04:05:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:05:23 Removing intermediate container 16341a05abf1 04:05:23 ---> 63aa855de9f6 04:05:23 Step 21/23 : LABEL arch=x86_64 04:05:23 ---> Running in 61a80d9a30e1 04:05:23 ---> Running in a2873e35eac2 04:05:23 ---> Running in a30cbf9919af 04:05:23 Removing intermediate container b7c7ed8a8417 04:05:23 ---> f23ccc2a3e89 04:05:23 Step 20/22 : LABEL arch=x86_64 04:05:23 $ docker rm -f 24c559ce4268ca8db096283701dacc812dc594fb462adc8b5ce21cc77bd94f15 04:05:23 ---> Running in 71bc1156fb90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 04:05:24 Removing intermediate container a30cbf9919af 04:05:24 ---> 4de00cbda12a 04:05:24 Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:05:24 Removing intermediate container a2873e35eac2 04:05:24 ---> c48ae7c12c4e 04:05:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:05:24 ---> Running in 6e86735d99ec 04:05:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 04:05:24 ---> Running in 71e3cf1d30db 04:05:24 Removing intermediate container 71bc1156fb90 04:05:24 ---> ee9b8e933324 04:05:24 Step 21/22 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:05:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:05:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:05:24 . [Pipeline] withDockerContainer 04:05:24 prd-ubuntu18.04-docker-arm64-4c-16g-24840 does not seem to be running inside a container 04:05:24 ---> Running in baebccd5fb28 04:05:24 (1/2) Installing readline (8.0.4-r0) 04:05:24 (2/2) Installing bash (5.0.17-r0) 04:05:24 Executing bash-5.0.17-r0.post-install 04:05:24 Removing intermediate container 6e86735d99ec 04:05:24 ---> ec91ddb23318 04:05:24 Step 23/23 : LABEL version=0.0.0 04:05:24 Executing busybox-1.31.1-r19.trigger 04:05:24 OK: 12 MiB in 22 packages 04:05:24 ---> Running in d221ff6864c4 04:05:24 $ 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 04:05:25 Removing intermediate container 71e3cf1d30db 04:05:25 ---> 35631ad6a8f6 04:05:25 Step 21/23 : LABEL arch=x86_64 04:05:25 Removing intermediate container baebccd5fb28 04:05:25 ---> d015b27b51a8 04:05:25 Step 22/22 : LABEL version=0.0.0 04:05:25 ---> Running in b28365df6af1 04:05:25 ---> Running in a5a0b3aebc9a 04:05:25 Removing intermediate container d221ff6864c4 04:05:25 ---> fc206afa269c 04:05:25 04:05:26 Removing intermediate container b28365df6af1 04:05:26 ---> 47981fb42df3 04:05:26 Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:05:26 Removing intermediate container a5a0b3aebc9a 04:05:26 ---> c852f79e3715 04:05:26 04:05:26 ---> Running in 95b933297dae 04:05:26 $ docker top b3e5b44678d388373974a34b9645f27e6ac269a722996ca154ecd5ea68ffa47d -eo pid,comm 04:05:26 Removing intermediate container 61a80d9a30e1 04:05:26 ---> d4f8c0e550b8 04:05:26 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] { 04:05:26 Successfully built fc206afa269c 04:05:26 Successfully built c852f79e3715 04:05:26 Successfully tagged docker-core-command-go:latest 04:05:26 Building docker-security-secretstore-setup-go 04:05:26  Building docker-core-command-go ... done Removing intermediate container 50612533690f 04:05:26 ---> 86fc6c418b1b 04:05:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:05:26 Successfully tagged docker-support-scheduler-go:latest 04:05:26 Building docker-support-notifications-go [Pipeline] sh 04:05:27  Building docker-support-scheduler-go ... done Removing intermediate container 95b933297dae 04:05:27 ---> 116d937e8c7d 04:05:27 Step 23/23 : LABEL version=0.0.0 04:05:27 ---> Running in 180ad713149b 04:05:27 ---> Running in af7731c04f6b 04:05:27 ---> cb8c6d25dc81 04:05:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:05:27 + docker-compose -f ./docker-compose-build.yml build --parallel 04:05:27 Removing intermediate container af7731c04f6b 04:05:27 ---> 9418ee2058d4 04:05:27 04:05:27 Removing intermediate container 180ad713149b 04:05:27 ---> d043eecf901f 04:05:27 Step 14/26 : ENV APP_PORT=48090 04:05:28 ---> Running in 6cc36f419c06 04:05:28 Successfully built 9418ee2058d4 04:05:28 Successfully tagged docker-core-metadata-go:latest 04:05:28 Building docker-core-data-go 04:05:28  Building docker-core-metadata-go ... done  ---> 030551e28b55 04:05:28 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:05:29 Removing intermediate container 6cc36f419c06 04:05:29 ---> 33379d5cac69 04:05:29 Step 15/26 : EXPOSE $APP_PORT 04:05:29 ---> Running in f25aecde0ac3 04:05:31 Building docker-core-command-go ... 04:05:31 Building docker-core-data-go ... 04:05:31 Building docker-core-metadata-go ... 04:05:31 Building docker-security-bootstrapper-go ... 04:05:31 Building docker-security-proxy-setup-go ... 04:05:31 Building docker-security-secretstore-setup-go ... 04:05:31 Building docker-support-notifications-go ... 04:05:31 Building docker-support-scheduler-go ... 04:05:31 Building docker-sys-mgmt-agent-go ... 04:05:31 Building docker-core-data-go 04:05:31 Building docker-support-scheduler-go 04:05:31 Building docker-security-bootstrapper-go 04:05:31 Building docker-support-notifications-go 04:05:31 Building docker-core-metadata-go 04:05:31 ---> 8fc2cb16d6bf 04:05:31 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:05:31 Removing intermediate container f25aecde0ac3 04:05:31 ---> 7adca86e5ee0 04:05:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:05:33 ---> 19296707eaa2 04:05:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:05:33 ---> 45528252ab74 04:05:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:05:36 ---> 2dba8574c5eb 04:05:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:05:36 ---> 7da5e4635a73 04:05:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:05:37 ---> Running in d4ef37a93329 04:05:37 ---> 485a7f870965 04:05:37 Step 19/26 : RUN apk --no-cache add py3-pip 04:05:37 ---> Running in 668b6580ff83 04:05:37 Removing intermediate container d4ef37a93329 04:05:37 ---> 6aff86361563 04:05:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:05:39 ---> f02cf8a07902 04:05:39 Step 26/31 : RUN chmod +x /entrypoint.sh 04:05:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:05:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:05:40 ---> Running in d1f32f25ca3b 04:05:40 (1/33) Installing libbz2 (1.0.8-r1) 04:05:40 (2/33) Installing expat (2.2.9-r1) 04:05:40 (3/33) Installing libffi (3.3-r2) 04:05:40 (4/33) Installing gdbm (1.13-r1) 04:05:40 (5/33) Installing xz-libs (5.2.5-r0) 04:05:40 (6/33) Installing sqlite-libs (3.32.1-r0) 04:05:40 (7/33) Installing python3 (3.8.5-r0) 04:05:42 (8/33) Installing py3-appdirs (1.4.4-r1) 04:05:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:05:43 (10/33) Installing py3-parsing (2.4.7-r0) 04:05:43 (11/33) Installing py3-six (1.15.0-r0) 04:05:43 (12/33) Installing py3-packaging (20.4-r0) 04:05:43 (13/33) Installing py3-setuptools (47.0.0-r0) 04:05:43 (14/33) Installing py3-chardet (3.0.4-r4) 04:05:43 (15/33) Installing py3-idna (2.9-r0) 04:05:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:05:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:05:45 (18/33) Installing py3-requests (2.23.0-r0) 04:05:45 (19/33) Installing py3-msgpack (1.0.0-r0) 04:05:45 (20/33) Installing py3-lockfile (0.12.2-r3) 04:05:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:05:45 (22/33) Installing py3-colorama (0.4.3-r0) 04:05:45 (23/33) Installing py3-distlib (0.3.0-r0) 04:05:45 (24/33) Installing py3-distro (1.5.0-r1) 04:05:45 (25/33) Installing py3-webencodings (0.5.1-r3) 04:05:45 (26/33) Installing py3-html5lib (1.0.1-r4) 04:05:46 (27/33) Installing py3-pytoml (0.1.21-r0) 04:05:46 (28/33) Installing py3-pep517 (0.8.2-r0) 04:05:46 (29/33) Installing py3-progress (1.5-r0) 04:05:46 (30/33) Installing py3-toml (0.10.1-r0) 04:05:46 (31/33) Installing py3-retrying (1.3.3-r0) 04:05:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:05:46 (33/33) Installing py3-pip (20.1.1-r0) 04:05:49 Executing busybox-1.31.1-r19.trigger 04:05:49 OK: 71 MiB in 55 packages 04:05:49 Removing intermediate container d1f32f25ca3b 04:05:49 ---> 9a92ac99a097 04:05:49 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:05:50 ---> Running in 8cd4ad2b9b47 04:05:51 Removing intermediate container 8cd4ad2b9b47 04:05:51 ---> 3924b1bc259a 04:05:51 Step 28/31 : CMD ["gate"] 04:05:53 ---> Running in 0d2ff2dfe09a 04:05:54 Removing intermediate container 0d2ff2dfe09a 04:05:54 ---> da6cf2da1531 04:05:54 Step 29/31 : LABEL arch=x86_64 04:05:56 ---> Running in ebfbd5a3f8ab 04:05:58 Removing intermediate container ebfbd5a3f8ab 04:05:58 ---> e17642c258b9 04:05:58 Step 30/31 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:05:59 ---> Running in 934ce6cee798 04:06:01 Removing intermediate container 934ce6cee798 04:06:01 ---> 96f6edc35c36 04:06:01 Step 31/31 : LABEL version=0.0.0 04:06:05 ---> Running in 97794fcb33a9 04:06:07 Removing intermediate container 97794fcb33a9 04:06:07 ---> 42c4b3470561 04:06:07 04:06:10 Successfully built 42c4b3470561 04:06:10 Successfully tagged docker-security-bootstrapper-go:latest 04:06:10 Building docker-security-proxy-setup-go 04:06:15  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:06:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:06:15 ---> e0529497025c 04:06:15 Step 3/22 : WORKDIR /edgex-go 04:06:15 ---> Using cache 04:06:15 ---> 26a98cec48e0 04:06:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:15 ---> Using cache 04:06:15 ---> 24154b5c31ff 04:06:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:06:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:06:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:06:15 ---> e0529497025c 04:06:15 Step 3/24 : WORKDIR /edgex-go 04:06:15 ---> Using cache 04:06:15 ---> 26a98cec48e0 04:06:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:15 ---> Using cache 04:06:15 ---> 24154b5c31ff 04:06:15 Step 5/24 : RUN apk add --update --no-cache make git 04:06:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:06:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:06:15 ---> e0529497025c 04:06:15 Step 3/23 : WORKDIR /edgex-go 04:06:15 ---> Using cache 04:06:15 ---> 26a98cec48e0 04:06:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:15 ---> Using cache 04:06:15 ---> 24154b5c31ff 04:06:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:06:15 ---> Using cache 04:06:15 ---> eaf04ef66640 04:06:15 Step 6/24 : COPY go.mod . 04:06:15 ---> Using cache 04:06:15 ---> 15c3e6722b1a 04:06:15 Step 7/24 : RUN go mod download 04:06:15 ---> Using cache 04:06:15 ---> 479533ce342d 04:06:15 Step 8/24 : COPY . . 04:06:15 ---> Using cache 04:06:15 ---> 40f09d72a33a 04:06:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:06:17 ---> Running in 30fd75acf24d 04:06:17 ---> Running in b8c234d2f04a 04:06:17 ---> Running in fe54ce1254f0 04:06:20 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 04:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:06:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:06:22 OK: 233 MiB in 51 packages 04:06:22 OK: 233 MiB in 51 packages 04:06:25 Removing intermediate container b8c234d2f04a 04:06:25 ---> 47f7eb10a6e4 04:06:25 Step 6/22 : COPY go.mod . 04:06:26 Removing intermediate container 30fd75acf24d 04:06:26 ---> 0addfe6cdb17 04:06:26 Step 6/23 : COPY go.mod . 04:06:27 ---> cc779c87e1c2 04:06:27 Step 7/22 : RUN go mod download 04:06:27 ---> Running in 82a47b9a9bfc 04:06:27 ---> 2192666a9a18 04:06:27 Step 7/23 : RUN go mod download 04:06:28 ---> Running in ab7ff34d05aa 04:06:41 Removing intermediate container 82a47b9a9bfc 04:06:41 ---> 1d5926226b79 04:06:41 Step 8/22 : COPY . . 04:06:41 Removing intermediate container ab7ff34d05aa 04:06:41 ---> a441ffc00d74 04:06:41 Step 8/23 : COPY . . 04:06:45 Removing intermediate container 668b6580ff83 04:06:45 ---> ca2f42fc3d39 04:06:45 Step 20/26 : RUN pip install docker-compose==1.23.2 04:06:48 ---> Running in 1fd270e5dc30 04:06:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:06:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:06:52 ---> e0529497025c 04:06:52 Step 3/21 : WORKDIR /edgex-go 04:06:52 ---> Using cache 04:06:52 ---> 26a98cec48e0 04:06:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:52 ---> Using cache 04:06:52 ---> 24154b5c31ff 04:06:52 Step 5/21 : RUN apk add --update --no-cache make git 04:06:52 ---> Using cache 04:06:52 ---> eaf04ef66640 04:06:52 Step 6/21 : COPY go.mod . 04:06:52 ---> Using cache 04:06:52 ---> 15c3e6722b1a 04:06:52 Step 7/21 : RUN go mod download 04:06:52 ---> Using cache 04:06:52 ---> 479533ce342d 04:06:52 Step 8/21 : COPY . . 04:06:52 ---> Using cache 04:06:52 ---> 40f09d72a33a 04:06:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:06:53 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:06:53 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:06:53 ---> 331f6036828e 04:06:53 Step 3/31 : WORKDIR /edgex-go 04:06:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:06:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:06:53 ---> 331f6036828e 04:06:53 Step 3/23 : WORKDIR /edgex-go 04:06:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:06:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:06:53 ---> 331f6036828e 04:06:53 Step 3/22 : WORKDIR /edgex-go 04:06:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:06:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:06:53 ---> 331f6036828e 04:06:53 Step 3/22 : WORKDIR /edgex-go 04:06:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:06:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:06:53 ---> 331f6036828e 04:06:53 Step 3/23 : WORKDIR /edgex-go 04:06:53 ---> Running in 0ad5f93206eb 04:06:53 ---> Running in 24aeb3ef404e 04:06:53 ---> Running in ef77c3405ed3 04:06:53 ---> Running in c5300766939e 04:06:53 ---> Running in e4870afa69e0 04:06:53 Removing intermediate container 0ad5f93206eb 04:06:53 Removing intermediate container c5300766939e 04:06:53 ---> ec0e2c63b7e0 04:06:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:53 ---> f74cfca4d803 04:06:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:53 Removing intermediate container 24aeb3ef404e 04:06:53 ---> f36ba83af469 04:06:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:53 Removing intermediate container ef77c3405ed3 04:06:53 ---> f1ca0f729691 04:06:53 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:53 Removing intermediate container e4870afa69e0 04:06:53 ---> 80e38790d973 04:06:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:53 ---> Running in 054a43083361 04:06:53 ---> Running in 6e2844c2d99f 04:06:53 ---> Running in 4ab7447bed30 04:06:53 ---> Running in 7eb375ab9e26 04:06:53 ---> Running in ac4e570cb195 04:06:53 Removing intermediate container 054a43083361 04:06:53 ---> 21c7a479598d 04:06:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:06:53 ---> Running in d0350928c5e1 04:06:53 Removing intermediate container 6e2844c2d99f 04:06:53 ---> 0940552fda42 04:06:53 Step 5/23 : RUN apk add --update --no-cache make git 04:06:53 Removing intermediate container ac4e570cb195 04:06:53 ---> e55bf3057744 04:06:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:06:53 ---> Running in 3db5e9d5140e 04:06:53 ---> Running in e6b4d594baab 04:06:53 Removing intermediate container 7eb375ab9e26 04:06:53 ---> a4fe539702d8 04:06:53 Step 5/31 : RUN apk add --update --no-cache make git 04:06:53 Removing intermediate container 4ab7447bed30 04:06:53 ---> d521309cc552 04:06:53 Step 5/22 : RUN apk add --update --no-cache make git 04:06:53 ---> Running in 5c5991f7a942 04:06:53 ---> Running in e5be0219aa1d 04:06:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:06:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:06:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:06:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:06:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:06:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:06:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:06:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:06:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:06:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:06:55 OK: 217 MiB in 51 packages 04:06:55 OK: 217 MiB in 51 packages 04:06:55 OK: 217 MiB in 51 packages 04:06:55 OK: 217 MiB in 51 packages 04:06:55 OK: 217 MiB in 51 packages 04:06:56 Removing intermediate container d0350928c5e1 04:06:56 ---> 4506c4ae88c5 04:06:56 Step 6/22 : COPY go.mod . 04:06:56 Removing intermediate container 3db5e9d5140e 04:06:56 ---> bd9627e8891c 04:06:56 Step 6/23 : COPY go.mod . 04:06:57 ---> Running in 09d980a91796 04:06:57 Removing intermediate container e6b4d594baab 04:06:57 ---> 9d1aeda98441 04:06:57 Step 6/23 : COPY go.mod . 04:06:57 ---> cfd47e1f8a10 04:06:57 Step 7/22 : RUN go mod download 04:06:57 Removing intermediate container e5be0219aa1d 04:06:57 ---> bf49233255e3 04:06:57 Step 6/22 : COPY go.mod . 04:06:57 Removing intermediate container 5c5991f7a942 04:06:57 ---> d03f274d736f 04:06:57 Step 6/31 : COPY go.mod . 04:06:57 ---> Running in 3e61fede008f 04:06:58 ---> 1fa38f0e49c7 04:06:58 Step 7/23 : RUN go mod download 04:06:58 ---> Running in 0bc6311f517a 04:06:58 ---> c14ef69637bb 04:06:58 Step 7/23 : RUN go mod download 04:06:58 ---> Running in 7b7dec2f213b 04:06:58 ---> 6f7b333db9d6 04:06:58 Step 7/31 : RUN go mod download 04:06:58 ---> 9446f5cc2d11 04:06:58 Step 7/22 : RUN go mod download 04:06:59 ---> Running in 7ab87fcabd5c 04:06:59 ---> Running in aafdb0d9434f 04:07:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:07:01 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 04:07:02 Removing intermediate container 3e61fede008f 04:07:02 ---> b8395da437d0 04:07:02 Step 8/22 : COPY . . 04:07:02 Removing intermediate container 0bc6311f517a 04:07:02 ---> a07084deb047 04:07:02 Step 8/23 : COPY . . 04:07:03 Removing intermediate container 7b7dec2f213b 04:07:03 ---> 7123e8b0236c 04:07:03 Step 8/23 : COPY . . 04:07:04 Removing intermediate container 7ab87fcabd5c 04:07:04 ---> 2bbe69217f32 04:07:04 Step 8/31 : COPY . . 04:07:05 Removing intermediate container aafdb0d9434f 04:07:05 ---> 1d790f0f1a29 04:07:05 Step 8/22 : COPY . . 04:07:14 Collecting docker-compose==1.23.2 04:07:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:07:14 Collecting cached-property<2,>=1.2.0 04:07:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:07:14 Collecting websocket-client<1.0,>=0.32.0 04:07:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:07:16 Collecting docker<4.0,>=3.6.0 04:07:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:07:18 Collecting texttable<0.10,>=0.9.0 04:07:18 Downloading texttable-0.9.1.tar.gz (11 kB) 04:07:27 Collecting jsonschema<3,>=2.5.1 04:07:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:07:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:07:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:07:28 Collecting dockerpty<0.5,>=0.4.1 04:07:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:07:28 Removing intermediate container fe54ce1254f0 04:07:28 ---> 02a284aed82a 04:07:28 04:07:28 Step 10/24 : FROM alpine:3.12 04:07:28 ---> 389fef711851 04:07:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:07:30 ---> Running in 334ca3634aeb 04:07:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:07:31 Collecting PyYAML<4,>=3.10 04:07:31 Downloading PyYAML-3.13.tar.gz (270 kB) 04:07:32 ---> 5f7526524a43 04:07:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:07:32 ---> 4cdc218dd0b0 04:07:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:07:32 ---> d54ded6eb4a6 04:07:32 Step 9/23 : RUN make cmd/core-data/core-data 04:07:32 ---> f710f0451f6f 04:07:32 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 04:07:32 ---> Running in 843af5f8c57c 04:07:32 ---> 9961ab513313 04:07:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:07:32 ---> Running in 8cac0d55f6a3 04:07:32 ---> Running in bc228f5a303f 04:07:32 ---> Running in e0d4e5525cdd 04:07:32 ---> Running in 57d80c9322da 04:07:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:07:32 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 04:07:32 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 04:07:32 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 04:07:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:07:32 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 04:07:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:07:32 Collecting docopt<0.7,>=0.6.1 04:07:32 Downloading docopt-0.6.2.tar.gz (25 kB) 04:07:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:07:33 (1/5) Installing ca-certificates (20191127-r4) 04:07:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:07:33 (3/5) Installing libcurl (7.69.1-r3) 04:07:33 (4/5) Installing curl (7.69.1-r3) 04:07:33 (5/5) Installing dumb-init (1.2.2-r1) 04:07:33 Executing busybox-1.31.1-r19.trigger 04:07:33 Executing ca-certificates-20191127-r4.trigger 04:07:33 OK: 7 MiB in 19 packages 04:07:34 Collecting docker-pycreds>=0.4.0 04:07:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:07:35 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) 04:07:36 Collecting urllib3<1.25,>=1.21.1 04:07:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:07:37 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) 04:07:37 Collecting idna<2.8,>=2.5 04:07:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:07:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:07:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:07:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:07:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:07:38 Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, jsonschema, dockerpty, PyYAML, docopt, docker-compose 04:07:39 Attempting uninstall: urllib3 04:07:39 Found existing installation: urllib3 1.25.9 04:07:39 Uninstalling urllib3-1.25.9: 04:07:39 Removing intermediate container 334ca3634aeb 04:07:39 ---> 6ed8a925d1a4 04:07:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:07:41 Successfully uninstalled urllib3-1.25.9 04:07:41 ---> Running in eb7103b0bf94 04:07:41 Attempting uninstall: idna 04:07:41 Found existing installation: idna 2.9 04:07:41 Uninstalling idna-2.9: 04:07:41 Successfully uninstalled idna-2.9 04:07:42 Attempting uninstall: requests 04:07:42 Found existing installation: requests 2.23.0 04:07:42 Uninstalling requests-2.23.0: 04:07:43 Successfully uninstalled requests-2.23.0 04:07:43 Removing intermediate container eb7103b0bf94 04:07:43 ---> 4df97b835af7 04:07:43 Step 13/24 : WORKDIR / 04:07:44 ---> 85fb826bfe63 04:07:44 Step 9/23 : RUN make cmd/core-data/core-data 04:07:44 ---> Running in e59ec7eeedb8 04:07:44 ---> Running in e98f3a565a75 04:07:45 Running setup.py install for texttable: started 04:07:45 Removing intermediate container e59ec7eeedb8 04:07:45 ---> db7bed5ff289 04:07:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:07:46 ---> 2dbd1ace79b1 04:07:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:07:46 ---> Running in 9cf09777438d 04:07:46 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 04:07:46 ---> 269f032fb96f 04:07:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:07:47 Running setup.py install for texttable: finished with status 'done' 04:07:47 Running setup.py install for dockerpty: started 04:07:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:07:48 ---> 41f6cd35e43a 04:07:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:07:49 Running setup.py install for dockerpty: finished with status 'done' 04:07:49 Running setup.py install for PyYAML: started 04:07:50 ---> cd4f94fce8a5 04:07:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:07:51 Running setup.py install for PyYAML: finished with status 'done' 04:07:51 Running setup.py install for docopt: started 04:07:51 Removing intermediate container 09d980a91796 04:07:51 ---> 3e8a45e07062 04:07:51 04:07:51 Step 10/21 : FROM alpine:3.12 04:07:51 ---> 389fef711851 04:07:51 Step 11/21 : RUN apk add --update --no-cache curl 04:07:51 ---> Running in 64f64dfe8ffc 04:07:51 Running setup.py install for docopt: finished with status 'done' 04:07:51 ---> 87a74768cbbd 04:07:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:07:52 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 04:07:53 ---> 69cba5c49232 04:07:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:07:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:07:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:07:54 (1/4) Installing ca-certificates (20191127-r4) 04:07:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:07:54 (3/4) Installing libcurl (7.69.1-r3) 04:07:54 (4/4) Installing curl (7.69.1-r3) 04:07:54 Executing busybox-1.31.1-r19.trigger 04:07:54 Executing ca-certificates-20191127-r4.trigger 04:07:54 OK: 7 MiB in 18 packages 04:07:55 ---> a2caf6b51e1f 04:07:55 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/ 04:07:56 ---> Running in 671bd30c5a93 04:08:00 Removing intermediate container 64f64dfe8ffc 04:08:00 ---> 4bbc30c5f41a 04:08:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:08:00 Removing intermediate container 1fd270e5dc30 04:08:00 ---> 27f6ce0573cc 04:08:00 Step 21/26 : RUN apk --no-cache add curl 04:08:00 ---> Running in b09a3027136e 04:08:00 ---> Running in ba769c51b240 04:08:02 Removing intermediate container b09a3027136e 04:08:02 ---> 3d41acb2de8a 04:08:02 Step 13/21 : WORKDIR /edgex 04:08:04 ---> Running in b1a3ed28e7ec 04:08:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:04 Removing intermediate container 671bd30c5a93 04:08:04 ---> 520447c6dace 04:08:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:08:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:04 ---> Running in 2ac8a786d4ae 04:08:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:08:04 (2/3) Installing libcurl (7.69.1-r3) 04:08:04 (3/3) Installing curl (7.69.1-r3) 04:08:04 Executing busybox-1.31.1-r19.trigger 04:08:05 OK: 72 MiB in 58 packages 04:08:05 Removing intermediate container b1a3ed28e7ec 04:08:05 ---> 6ca347588577 04:08:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:08:05 Removing intermediate container 2ac8a786d4ae 04:08:05 ---> e7c77c6db595 04:08:05 Step 22/24 : LABEL arch=x86_64 04:08:06 ---> Running in bb3deb316795 04:08:06 ---> f404fec131ce 04:08:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:08:06 Removing intermediate container bb3deb316795 04:08:06 ---> ad1bc7f2c84d 04:08:06 Step 23/24 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:08:07 ---> Running in a2830c6da4ed 04:08:08 Removing intermediate container ba769c51b240 04:08:08 ---> 3978ddb5ddc7 04:08:08 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:08:08 Removing intermediate container a2830c6da4ed 04:08:08 ---> 3c0275ed0cb9 04:08:08 Step 24/24 : LABEL version=0.0.0 04:08:08 ---> Running in 39cb0364676c 04:08:08 ---> Running in e008450c0eef 04:08:08 ---> 12696114509f 04:08:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:08:09 Removing intermediate container 39cb0364676c 04:08:09 ---> 9abae3602ba3 04:08:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:08:09 Removing intermediate container e008450c0eef 04:08:09 ---> a1a6ede8fbaa 04:08:09 04:08:09 ---> Running in 405b786673b8 04:08:10 Successfully built a1a6ede8fbaa 04:08:10 ---> f259ec56a10f 04:08:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:08:10 Successfully tagged docker-security-secretstore-setup-go:latest 04:08:10  Building docker-security-secretstore-setup-go ... done Removing intermediate container 405b786673b8 04:08:10 ---> 277ec5c539ca 04:08:10 Step 24/26 : LABEL arch=x86_64 04:08:11 ---> Running in c9f8964f1fdd 04:08:11 ---> Running in c0d2235c9e3a 04:08:11 Removing intermediate container c9f8964f1fdd 04:08:11 ---> f35f5e06e5eb 04:08:11 Step 18/21 : CMD ["--init=true"] 04:08:11 Removing intermediate container c0d2235c9e3a 04:08:11 ---> 2503f7ae9c56 04:08:11 Step 25/26 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:08:12 ---> Running in 63b411daccc6 04:08:12 ---> Running in 8f1727c08b98 04:08:14 Removing intermediate container 8f1727c08b98 04:08:14 ---> e2f1e3438f78 04:08:14 Step 26/26 : LABEL version=0.0.0 04:08:14 Removing intermediate container 63b411daccc6 04:08:14 ---> e9560630a506 04:08:14 Step 19/21 : LABEL arch=x86_64 04:08:16 ---> Running in 63ac51fe3f1e 04:08:16 ---> Running in 31a50cafd857 04:08:16 Removing intermediate container 63ac51fe3f1e 04:08:16 ---> 2f3bdff779a0 04:08:16 Step 20/21 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:08:17 Removing intermediate container 31a50cafd857 04:08:17 ---> d9d38e6be100 04:08:17 04:08:17 ---> Running in 5ea8997ef5a4 04:08:18 Successfully built d9d38e6be100 04:08:18 Successfully tagged docker-sys-mgmt-agent-go:latest 04:08:18  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5ea8997ef5a4 04:08:18 ---> 81c7345914ab 04:08:18 Step 21/21 : LABEL version=0.0.0 04:08:18 ---> Running in 2b32309dbefd 04:08:19 Removing intermediate container 2b32309dbefd 04:08:19 ---> d31a89e9bccb 04:08:19 04:08:19 Successfully built d31a89e9bccb 04:08:19 Successfully tagged docker-security-proxy-setup-go:latest 04:08:25  Building docker-security-proxy-setup-go ... done Removing intermediate container 9cf09777438d 04:08:25 ---> d35597ea181a 04:08:25 04:08:25 Step 10/22 : FROM alpine:3.12 04:08:25 ---> 389fef711851 04:08:25 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:08:25 ---> Running in 51d62e77e755 04:08:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:28 (1/2) Installing ca-certificates (20191127-r4) 04:08:29 (2/2) Installing dumb-init (1.2.2-r1) 04:08:29 Executing busybox-1.31.1-r19.trigger 04:08:29 Executing ca-certificates-20191127-r4.trigger 04:08:29 OK: 6 MiB in 16 packages 04:08:31 Removing intermediate container e98f3a565a75 04:08:31 ---> 480af7093194 04:08:31 04:08:31 Step 10/23 : FROM alpine:3.12 04:08:31 ---> 389fef711851 04:08:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:08:31 ---> Running in 5300783a8e3e 04:08:32 Removing intermediate container 5300783a8e3e 04:08:32 ---> 149b6ac238b9 04:08:32 Step 12/23 : ENV APP_PORT=48080 04:08:32 ---> Running in 4ad47005e0fc 04:08:32 Removing intermediate container 51d62e77e755 04:08:32 ---> 574c567b03b4 04:08:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:08:33 ---> Running in 1c02c3f372df 04:08:33 Removing intermediate container 4ad47005e0fc 04:08:33 ---> eeec4ef9a56b 04:08:33 Step 13/23 : EXPOSE $APP_PORT 04:08:33 ---> Running in ae5061fb89ee 04:08:33 Removing intermediate container 1c02c3f372df 04:08:33 ---> d0899724c90f 04:08:33 Step 13/22 : ENV APP_PORT=48060 04:08:33 ---> Running in 065339fafa69 04:08:34 Removing intermediate container ae5061fb89ee 04:08:34 ---> 36a2d39651d4 04:08:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:08:34 ---> Running in c576aaa9298f 04:08:34 Removing intermediate container 065339fafa69 04:08:34 ---> 0e250a8e1d26 04:08:34 Step 14/22 : EXPOSE $APP_PORT 04:08:34 ---> Running in 3f342daf8421 04:08:35 Removing intermediate container 3f342daf8421 04:08:35 ---> 0c8e7800f670 04:08:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:08:35 ---> cc2029bca957 04:08:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:08:36 Removing intermediate container c576aaa9298f 04:08:36 ---> bb5bc946c327 04:08:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:08:36 ---> Running in 700cfa7babf4 04:08:37 ---> 3e0acab2cbd1 04:08:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:08:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:08:38 ---> d0e648942c62 04:08:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:08:38 ---> Running in fbde13c6be64 04:08:38 Removing intermediate container fbde13c6be64 04:08:38 ---> e7f7515600c3 04:08:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:08:38 ---> Running in 4dedc76599b6 04:08:39 Removing intermediate container 4dedc76599b6 04:08:39 ---> 93b5eacfaada 04:08:39 Step 20/22 : LABEL arch=x86_64 04:08:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:08:40 (1/6) Installing dumb-init (1.2.2-r1) 04:08:40 (2/6) Installing libgcc (9.3.0-r2) 04:08:40 ---> Running in df67b8467843 04:08:40 (3/6) Installing libsodium (1.0.18-r0) 04:08:40 (4/6) Installing libstdc++ (9.3.0-r2) 04:08:40 (5/6) Installing libzmq (4.3.3-r0) 04:08:40 Removing intermediate container df67b8467843 04:08:40 ---> 88b578b29d59 04:08:40 Step 21/22 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:08:40 ---> Running in 215f90a2394c 04:08:40 (6/6) Installing zeromq (4.3.3-r0) 04:08:40 Executing busybox-1.31.1-r19.trigger 04:08:40 OK: 8 MiB in 20 packages 04:08:41 Removing intermediate container 215f90a2394c 04:08:41 ---> 3ec774cab732 04:08:41 Step 22/22 : LABEL version=0.0.0 04:08:41 ---> Running in 89c32066ade2 04:08:41 Removing intermediate container 89c32066ade2 04:08:41 ---> ab7a3c300328 04:08:41 04:08:42 Removing intermediate container 700cfa7babf4 04:08:42 ---> 3520274cf4b1 04:08:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:08:42 Successfully built ab7a3c300328 04:08:42 Successfully tagged docker-support-notifications-go:latest 04:08:42  Building docker-support-notifications-go ... done  ---> e15f6ef64861 04:08:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:08:44 ---> 5fce55a52b07 04:08:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:08:45 ---> 7c04f7ec7fc0 04:08:45 Step 19/23 : ENTRYPOINT ["/core-data"] 04:08:45 ---> Running in fe9be8ba3edc 04:08:45 Removing intermediate container fe9be8ba3edc 04:08:45 ---> 04d4adcd27a8 04:08:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:08:45 ---> Running in 23b863419097 04:08:46 Removing intermediate container 23b863419097 04:08:46 ---> a86a143f6a35 04:08:46 Step 21/23 : LABEL arch=x86_64 04:08:46 ---> Running in 49f4773f3e99 04:08:47 Removing intermediate container 49f4773f3e99 04:08:47 ---> 3ef043fea0d1 04:08:47 Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:08:47 ---> Running in ca3f24508b18 04:08:47 Removing intermediate container ca3f24508b18 04:08:47 ---> 4913fbbc9ef2 04:08:47 Step 23/23 : LABEL version=0.0.0 04:08:47 ---> Running in 98486fa96a89 04:08:48 Removing intermediate container 98486fa96a89 04:08:48 ---> 584c36b17946 04:08:48 04:08:48 Successfully built 584c36b17946 04:08:48 Successfully tagged docker-core-data-go:latest 04:08:49  Building docker-core-data-go ... done  [Pipeline] } 04:08:49 $ docker stop --time=1 289c3f63b4168200e03caaed2ae97102a2c9344d30ff1e49ec4202c8ec5a791b 04:08:51 $ docker rm -f 289c3f63b4168200e03caaed2ae97102a2c9344d30ff1e49ec4202c8ec5a791b [Pipeline] // withDockerContainer [Pipeline] sh 04:08:52 + docker images 04:08:52 + grep docker 04:08:53 docker-core-data-go latest 584c36b17946 5 seconds ago 22.3MB 04:08:53 docker-support-notifications-go latest ab7a3c300328 12 seconds ago 17.5MB 04:08:53 docker-security-proxy-setup-go latest d31a89e9bccb 34 seconds ago 24.4MB 04:08:53 docker-sys-mgmt-agent-go latest d9d38e6be100 37 seconds ago 313MB 04:08:53 docker-security-secretstore-setup-go latest a1a6ede8fbaa 44 seconds ago 24.6MB 04:08:53 docker-security-bootstrapper-go latest 42c4b3470561 2 minutes ago 23.8MB 04:08:53 docker-core-metadata-go latest 9418ee2058d4 3 minutes ago 18.8MB 04:08:53 docker-core-command-go latest fc206afa269c 3 minutes ago 16.9MB 04:08:53 docker-support-scheduler-go latest c852f79e3715 3 minutes ago 17MB 04:08:53 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 04:09:09 Still waiting to schedule task 04:09:09 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 04:09: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 04:09:24 Removing intermediate container bc228f5a303f 04:09:24 ---> c9ffef307d71 04:09:24 04:09:24 Step 10/31 : FROM alpine:3.12 04:09:24 3.12: Pulling from library/alpine 04:09:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:09:25 Status: Downloaded newer image for alpine:3.12 04:09:25 ---> afeebe901d6b 04:09:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:09:26 ---> Running in 447a5439bd39 04:09:27 Removing intermediate container 843af5f8c57c 04:09:27 ---> 82d9aba33adf 04:09:27 04:09:27 Step 10/22 : FROM alpine:3.12 04:09:27 ---> afeebe901d6b 04:09:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:09:27 Removing intermediate container 447a5439bd39 04:09:27 ---> d7d3bc4ca163 04:09:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:09:27 Removing intermediate container 57d80c9322da 04:09:27 ---> 0668de2d97a0 04:09:27 04:09:27 Step 10/22 : FROM alpine:3.12 04:09:27 ---> afeebe901d6b 04:09:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:09:28 ---> Running in f17f1bf03a5c 04:09:28 ---> Running in bb5b5e60101f 04:09:28 ---> Running in 353253d91a31 04:09:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:31 (1/2) Installing dumb-init (1.2.2-r1) 04:09:31 (2/2) Installing su-exec (0.2-r1) 04:09:31 Executing busybox-1.31.1-r19.trigger 04:09:31 OK: 5 MiB in 16 packages 04:09:31 (1/1) Installing dumb-init (1.2.2-r1) 04:09:31 Executing busybox-1.31.1-r19.trigger 04:09:31 OK: 5 MiB in 15 packages 04:09:32 (1/2) Installing ca-certificates (20191127-r4) 04:09:32 (2/2) Installing dumb-init (1.2.2-r1) 04:09:32 Executing busybox-1.31.1-r19.trigger 04:09:32 Executing ca-certificates-20191127-r4.trigger 04:09:32 OK: 6 MiB in 16 packages 04:09:35 Removing intermediate container e0d4e5525cdd 04:09:35 ---> 3f9ea07ed89a 04:09:35 04:09:35 Step 10/23 : FROM alpine:3.12 04:09:35 ---> afeebe901d6b 04:09:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:09:35 Removing intermediate container bb5b5e60101f 04:09:35 ---> 04cae52ec26d 04:09:35 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:09:35 ---> Running in da6820b7d738 04:09:35 ---> Running in 64a35bb54476 04:09:35 Removing intermediate container 353253d91a31 04:09:35 ---> 5b909e91f760 04:09:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:09:35 ---> Running in 60d672f71a74 04:09:35 Removing intermediate container f17f1bf03a5c 04:09:35 ---> 4b3bbd94eff0 04:09:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:09:36 ---> Running in 3f73bf9bb797 04:09:36 Removing intermediate container 64a35bb54476 04:09:36 ---> 4e9b07a4f910 04:09:36 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:09:36 Removing intermediate container 60d672f71a74 04:09:36 ---> 4b9b270b9c9a 04:09:36 Step 13/22 : ENV APP_PORT=48085 04:09:36 ---> Running in 8340973f231e 04:09:36 ---> Running in 56a854cac3c7 04:09:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:37 Removing intermediate container 3f73bf9bb797 04:09:37 ---> 18b709440ddc 04:09:37 Step 13/22 : ENV APP_PORT=48060 04:09:37 ---> Running in 43523bc7b7e0 04:09:37 (1/1) Installing dumb-init (1.2.2-r1) 04:09:37 Executing busybox-1.31.1-r19.trigger 04:09:37 OK: 5 MiB in 15 packages 04:09:37 Removing intermediate container 8340973f231e 04:09:37 ---> 6e10324da6ab 04:09:37 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:09:38 Removing intermediate container 56a854cac3c7 04:09:38 ---> 600e3e037650 04:09:38 Step 14/22 : EXPOSE $APP_PORT 04:09:38 ---> Running in b7bea7430f3e 04:09:38 ---> Running in 5f6036d76060 04:09:38 Removing intermediate container 43523bc7b7e0 04:09:38 ---> 6c3c95f3644d 04:09:38 Step 14/22 : EXPOSE $APP_PORT 04:09:38 ---> Running in 7fb251d6bf03 04:09:39 Removing intermediate container 5f6036d76060 04:09:39 ---> 989fcde35258 04:09:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:09:39 Removing intermediate container 7fb251d6bf03 04:09:39 ---> f65528f6cb3e 04:09:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:09:39 Removing intermediate container da6820b7d738 04:09:39 ---> dc72cb8f2fcc 04:09:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:09:40 ---> Running in 0079d95396b9 04:09:40 ---> aefed10a38f1 04:09:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:09:41 ---> f5bdb6ee189c 04:09:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:09:41 Removing intermediate container 0079d95396b9 04:09:41 ---> add81fb764b0 04:09:41 Step 13/23 : ENV APP_PORT=48081 04:09:42 ---> Running in c63aa1068180 04:09:42 Removing intermediate container b7bea7430f3e 04:09:42 ---> 19c6d9790313 04:09:42 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:09:42 ---> 3a128b5bd8e8 04:09:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:09:42 Removing intermediate container c63aa1068180 04:09:42 ---> e386210b75da 04:09:42 Step 14/23 : EXPOSE $APP_PORT 04:09:43 ---> d6d1b35c9515 04:09:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:09:43 ---> Running in 3ec21793314d 04:09:43 Removing intermediate container 8cac0d55f6a3 04:09:43 ---> 6f6dd9e51f5e 04:09:43 04:09:43 Step 10/23 : FROM alpine:3.12 04:09:43 ---> afeebe901d6b 04:09:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:09:43 ---> Running in 073be34bb362 04:09:43 ---> Running in c84c4a928dd1 04:09:43 ---> 1a8e0a538bdc 04:09:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:09:43 Removing intermediate container 3ec21793314d 04:09:43 ---> bad6fb3354ff 04:09:43 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:09:43 ---> aeec06562530 04:09:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:09:44 ---> Running in 58078928ea92 04:09:44 Removing intermediate container 073be34bb362 04:09:44 ---> adcb6d826356 04:09:44 Step 15/23 : WORKDIR / 04:09:44 ---> Running in 3081d47d3613 04:09:44 Removing intermediate container c84c4a928dd1 04:09:44 ---> 559cfde06de3 04:09:44 Step 12/23 : ENV APP_PORT=48080 04:09:44 ---> Running in b56d0cfd53e4 04:09:44 ---> Running in 808a08eb7abf 04:09:44 Removing intermediate container 58078928ea92 04:09:44 ---> 5c5ee5588724 04:09:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:09:45 Removing intermediate container 3081d47d3613 04:09:45 ---> 1ac774f62e66 04:09:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:09:45 ---> Running in 117814aa7534 04:09:45 ---> 1182641a4ada 04:09:45 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:09:45 ---> Running in 0223304c6b01 04:09:45 Removing intermediate container b56d0cfd53e4 04:09:45 ---> af36357fc13e 04:09:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:09:45 ---> Running in 0a0c8c75f29c 04:09:45 Removing intermediate container 808a08eb7abf 04:09:45 ---> e6fa1a053ee7 04:09:45 Step 13/23 : EXPOSE $APP_PORT 04:09:45 ---> Running in a9a6de6dd4c5 04:09:45 Removing intermediate container 117814aa7534 04:09:45 ---> 4ae6a8a17c28 04:09:45 Step 20/22 : LABEL arch=arm64 04:09:45 Removing intermediate container 0223304c6b01 04:09:45 ---> 789365c71822 04:09:45 Step 20/22 : LABEL arch=arm64 04:09:46 ---> Running in bcf9788b6b00 04:09:46 ---> Running in ba73764d1b6d 04:09:46 ---> d4cb2b3147cb 04:09:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:09:46 Removing intermediate container a9a6de6dd4c5 04:09:46 ---> 869b3a74d2d2 04:09:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:46 ---> Running in 448945bf7bc0 04:09:46 Removing intermediate container bcf9788b6b00 04:09:46 ---> 99a72aeb5aec 04:09:46 Step 21/22 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:09:46 Removing intermediate container ba73764d1b6d 04:09:46 ---> f6853181fa6a 04:09:46 Step 21/22 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:09:46 ---> Running in 7bc6f99408ad 04:09:47 ---> Running in a23bcbabfef9 04:09:47 Removing intermediate container 7bc6f99408ad 04:09:47 ---> 215f64eaaf1a 04:09:47 Step 22/22 : LABEL version=0.0.0 04:09:48 ---> 500e2e4c151a 04:09:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:09:48 Removing intermediate container a23bcbabfef9 04:09:48 ---> 62eb9e7d9a60 04:09:48 Step 22/22 : LABEL version=0.0.0 04:09:48 ---> Running in 3adacc2b2a4a 04:09:48 ---> Running in c02cc4792d1d 04:09:48 Removing intermediate container 0a0c8c75f29c 04:09:48 ---> cfe6b7598a56 04:09:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:09:49 Removing intermediate container 3adacc2b2a4a 04:09:49 ---> 5974f318f81c 04:09:49 04:09:49 Removing intermediate container c02cc4792d1d 04:09:49 ---> d49d00b8a8f6 04:09:49 04:09:49 ---> 8a882eeccc6f 04:09:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:09:49 Successfully built 5974f318f81c 04:09:49 ---> Running in dc6f54d9f4d8 04:09:49 Successfully tagged docker-support-scheduler-go-arm64:latest 04:09:49  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 04:09:49 ---> 17a36c5d4ba3 04:09:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:09:49 Successfully built d49d00b8a8f6 04:09:49 Successfully tagged docker-support-notifications-go-arm64:latest 04:09:49  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 04:09:49 Removing intermediate container 448945bf7bc0 04:09:49 ---> 06c727e66765 04:09:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:09:50 ---> Running in 37e03e5ea439 04:09:50 Removing intermediate container dc6f54d9f4d8 04:09:50 ---> b407cf04dfe7 04:09:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:09:50 ---> Running in c25115397cc9 04:09:50 ---> baa2756f1cac 04:09:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:09:51 Removing intermediate container c25115397cc9 04:09:51 ---> ce77016c74ab 04:09:51 Step 21/23 : LABEL arch=arm64 04:09:51 ---> Running in b27aa7f8069d 04:09:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:51 ---> 3a87dc131580 04:09:51 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:09:52 Removing intermediate container b27aa7f8069d 04:09:52 ---> 00720bdec472 04:09:52 Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:09:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:52 ---> Running in 3764b4b3add2 04:09:53 (1/6) Installing dumb-init (1.2.2-r1) 04:09:53 (2/6) Installing libgcc (9.3.0-r2) 04:09:53 (3/6) Installing libsodium (1.0.18-r0) 04:09:54 (4/6) Installing libstdc++ (9.3.0-r2) 04:09:54 ---> f652f94f8590 04:09:54 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:09:54 Removing intermediate container 3764b4b3add2 04:09:54 ---> ef7683e4d1ab 04:09:54 Step 23/23 : LABEL version=0.0.0 04:09:54 (5/6) Installing libzmq (4.3.3-r0) 04:09:54 (6/6) Installing zeromq (4.3.3-r0) 04:09:54 Executing busybox-1.31.1-r19.trigger 04:09:54 OK: 8 MiB in 20 packages 04:09:55 ---> Running in 2e395b887e82 04:09:55 ---> 724747fe4faf 04:09:55 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:09:56 ---> Running in 0728b2c522ec 04:09:56 Removing intermediate container 2e395b887e82 04:09:56 ---> 9067e14f09a6 04:09:56 04:09:56 Removing intermediate container 37e03e5ea439 04:09:56 ---> 3cd63b79e5d3 04:09:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:09:56 Successfully built 9067e14f09a6 04:09:57 Successfully tagged docker-core-metadata-go-arm64:latest 04:09:57  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 04:09:57 Removing intermediate container 0728b2c522ec 04:09:57 ---> f4e436146f80 04:09:57 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:09:58 ---> 707306427be4 04:09:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:09:58 ---> ddec49ed5983 04:09:58 Step 26/31 : RUN chmod +x /entrypoint.sh 04:09:59 ---> Running in 51c05860d8c1 04:10:00 ---> d52fa1e70d36 04:10:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:10:02 ---> 60d34aa383c7 04:10:02 Step 19/23 : ENTRYPOINT ["/core-data"] 04:10:02 ---> Running in c890a1e24a11 04:10:03 Removing intermediate container c890a1e24a11 04:10:03 ---> 52ed0db82168 04:10:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:10:03 Removing intermediate container 51c05860d8c1 04:10:03 ---> 493bcf5f3700 04:10:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:10:03 ---> Running in d9740ecf2ac3 04:10:04 ---> Running in 7326a0784284 04:10:04 Removing intermediate container d9740ecf2ac3 04:10:04 ---> 6c1208cebd2d 04:10:04 Step 21/23 : LABEL arch=arm64 04:10:04 ---> Running in 6e8fadb5a5cd 04:10:04 Removing intermediate container 7326a0784284 04:10:04 ---> cb721f2f5af4 04:10:04 Step 28/31 : CMD ["gate"] 04:10:05 ---> Running in f450bdc03bac 04:10:05 Removing intermediate container 6e8fadb5a5cd 04:10:05 ---> 5307f12384fb 04:10:05 Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:10:05 ---> Running in deaa9bbb89b2 04:10:06 Removing intermediate container f450bdc03bac 04:10:06 ---> 07f90813edfb 04:10:06 Step 29/31 : LABEL arch=arm64 04:10:07 ---> Running in c2595b1fbded 04:10:07 Removing intermediate container deaa9bbb89b2 04:10:07 ---> 8f537b646d15 04:10:07 Step 23/23 : LABEL version=0.0.0 04:10:07 ---> Running in 1fc1bb47585c 04:10:07 Removing intermediate container c2595b1fbded 04:10:07 ---> 284d96201d7c 04:10:07 Step 30/31 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:10:08 ---> Running in f9b2206077a2 04:10:08 Removing intermediate container 1fc1bb47585c 04:10:08 ---> 665ef2e8577a 04:10:08 04:10:08 Successfully built 665ef2e8577a 04:10:09 Successfully tagged docker-core-data-go-arm64:latest 04:10:09 Building docker-core-command-go 04:10:09  Building docker-core-data-go ... done Removing intermediate container f9b2206077a2 04:10:09 ---> 11eb2bab8fcb 04:10:09 Step 31/31 : LABEL version=0.0.0 04:10:10 ---> Running in 8633e41365c1 04:10:10 Removing intermediate container 8633e41365c1 04:10:10 ---> 500373c661ba 04:10:10 04:10:11 Successfully built 500373c661ba 04:10:11 Successfully tagged docker-security-bootstrapper-go-arm64:latest 04:10:36 Running on prd-ubuntu18.04-docker-8c-8g-24845 in /w/workspace/edgexfoundry_edgex-go_PR-3121 [Pipeline] { [Pipeline] ws 04:10:37 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 04:10:39 using credential edgex-jenkins-ssh 04:10:39 Cloning the remote Git repository 04:10:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:10:39 > git init /w/workspace/edgex-go/3 # timeout=10 04:10:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:10:39 > git --version # timeout=10 04:10:39 > git --version # 'git version 2.17.1' 04:10:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:10:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:10:43  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:10:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:10:43 ---> 331f6036828e 04:10:43 Step 3/21 : WORKDIR /edgex-go 04:10:43 ---> Using cache 04:10:43 ---> 80e38790d973 04:10:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:10:43 ---> Using cache 04:10:43 ---> e55bf3057744 04:10:43 Step 5/21 : RUN apk add --update --no-cache make git 04:10:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:10:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:10:43 ---> 331f6036828e 04:10:43 Step 3/24 : WORKDIR /edgex-go 04:10:43 ---> Using cache 04:10:43 ---> 80e38790d973 04:10:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:10:43 ---> Using cache 04:10:43 ---> e55bf3057744 04:10:43 Step 5/24 : RUN apk add --update --no-cache make git 04:10:46 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:10:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:10:46 ---> 331f6036828e 04:10:46 Step 3/26 : WORKDIR /edgex-go 04:10:46 ---> Using cache 04:10:46 ---> 80e38790d973 04:10:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:10:46 ---> Using cache 04:10:46 ---> e55bf3057744 04:10:46 Step 5/26 : RUN apk add --update --no-cache make bash git 04:10:47 ---> Running in 54c18f48b20b 04:10:47 ---> Running in d86032fb3282 04:10:47 ---> Running in e788a0a82982 04:10:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:10:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:10:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:10:49 ---> 331f6036828e 04:10:49 Step 3/23 : WORKDIR /edgex-go 04:10:49 ---> Using cache 04:10:49 ---> 80e38790d973 04:10:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:10:49 ---> Using cache 04:10:49 ---> e55bf3057744 04:10:49 Step 5/23 : RUN apk add --update --no-cache make git 04:10:49 ---> Running in 1ca6ce61da11 04:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:10:50 OK: 217 MiB in 51 packages 04:10:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:10:50 OK: 217 MiB in 51 packages 04:10:50 OK: 217 MiB in 51 packages 04:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:10:52 Removing intermediate container d86032fb3282 04:10:52 ---> 0aa4c8bd1b0b 04:10:52 Step 6/26 : COPY go.mod . 04:10:52 Removing intermediate container 54c18f48b20b 04:10:52 ---> 6f37816e45ca 04:10:52 Step 6/21 : COPY go.mod . 04:10:52 Removing intermediate container e788a0a82982 04:10:52 ---> e6cef1ffe52e 04:10:52 Step 6/24 : COPY go.mod . 04:10:52 OK: 217 MiB in 51 packages 04:10:52 ---> fee818994c52 04:10:52 Step 7/26 : RUN go mod download 04:10:53 ---> Running in d3e043689433 04:10:53 ---> 7de50c53ff20 04:10:53 Step 7/21 : RUN go mod download 04:10:53 ---> Running in 335828517fab 04:10:53 ---> 5e0656ef39e8 04:10:53 Step 7/24 : RUN go mod download 04:10:54 ---> Running in 7fc1e4bce639 04:10:54 Removing intermediate container 1ca6ce61da11 04:10:54 ---> cb648cacb22e 04:10:54 Step 6/23 : COPY go.mod . 04:10:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:10:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:10:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:10:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:10:54 using GIT_SSH to set credentials SSH Credentials for GitHub 04:10:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3121/head:refs/remotes/origin/PR-3121 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:10:55 ---> 446a44be17df 04:10:55 Step 7/23 : RUN go mod download 04:10:55 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:10:55 Merge succeeded, producing 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:10:55 Checking out Revision 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 (PR-3121) 04:10:55 ---> Running in c6d58f4272a6 04:10:55 > git config core.sparsecheckout # timeout=10 04:10:55 > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 04:10:55 > git remote # timeout=10 04:10:55 > git config --get remote.origin.url # timeout=10 04:10:55 using GIT_SSH to set credentials SSH Credentials for GitHub 04:10:55 > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 04:10:55 > git rev-parse HEAD^{commit} # timeout=10 04:10:55 > git config core.sparsecheckout # timeout=10 04:10:55 > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 04:10:57 Removing intermediate container d3e043689433 04:10:57 ---> c8d0884d40df 04:10:57 Step 8/26 : COPY . . 04:10:57 Removing intermediate container 335828517fab 04:10:57 ---> a9c55556139d 04:10:57 Step 8/21 : COPY . . 04:10:57 Removing intermediate container 7fc1e4bce639 04:10:57 ---> 31f5eb080f43 04:10:57 Step 8/24 : COPY . . 04:10:59 Commit message: "feat(meta): Upgrade go-mod-core-contract lib to v2.0.0-dev.19" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:00 + echo snap-build.sh 04:11:00 snap-build.sh 04:11:00 + SNAP_BASE_DIR=. 04:11:00 + '[' '!' -z /w/workspace/edgex-go/3 ']' 04:11:00 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 04:11:00 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 04:11:00 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 04:11:00 + cd /w/workspace/edgex-go/3 04:11:00 + sudo apt-get remove -qy --purge lxd lxd-client 04:11:00 Reading package lists... 04:11:00 Building dependency tree... 04:11:00 Reading state information... 04:11:00 The following packages were automatically installed and are no longer required: 04:11:00 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:11:00 uidmap xdelta3 04:11:00 Use 'sudo apt autoremove' to remove them. 04:11:00 The following packages will be REMOVED: 04:11:00 lxd* lxd-client* 04:11:00 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:11:00 After this operation, 31.7 MB disk space will be freed. 04:11:01 Removing intermediate container c6d58f4272a6 04:11:01 ---> 0ca14592ae08 04:11:01 Step 8/23 : COPY . . 04:11:02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 04:11:02 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:11:03 Removing lxd dnsmasq configuration 04:11:03 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:11:03 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:11:04 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 04:11:04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 04:11:04 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:11:05 Processing triggers for systemd (237-3ubuntu10.42) ... 04:11:05 Processing triggers for ureadahead (0.100.0-21) ... 04:11:07 + sudo snap remove --purge lxd 04:11:07 snap "lxd" is not installed 04:11:07 + sudo groupadd --force --system lxd 04:11:07 ++ whoami 04:11:07 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:11:07 + newgrp - lxd 04:11:07 + sudo snap install lxd 04:11:17 2021-02-04T04:11:14Z INFO Waiting for automatic snapd restart... 04:11:23 ---> e059b5105f5d 04:11:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:11:23 ---> d22eaa997c33 04:11:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:11:23 ---> 48bfa8d36fc9 04:11:23 Step 9/23 : RUN make cmd/core-command/core-command 04:11:23 ---> 391b1196bd0e 04:11:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:11:23 ---> Running in 4016ae589646 04:11:23 ---> Running in 5c415a4991a8 04:11:23 ---> Running in cd78767caefd 04:11:23 ---> Running in 55cffd6725fe 04:11:23 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 04:11:23 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 04:11:23 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 04:11:23 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 04:11:35 lxd 4.10 from Canonical* installed 04:11:35 + sudo lxd init --auto 04:11:43 + sudo snap install --classic snapcraft 04:11:50 snapcraft 4.4.4 from Canonical* installed 04:11:50 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 04:11:50 + patch --verbose -p1 04:11:50 Hmm... Looks like a unified diff to me... 04:11:50 The text leading up to this was: 04:11:50 -------------------------- 04:11:50 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 04:11:50 |From: Tony Espy 04:11:50 |Date: Wed, 16 Dec 2020 16:34:55 -0500 04:11:50 |Subject: [PATCH] optimize snap build for pipeline CI check 04:11:50 | 04:11:50 |This patch is used by the EdgeX CI pipeline builds to 04:11:50 |optimize the snap CI check run for pull requests. When 04:11:50 |applied, it essentially strips out everything (apps and 04:11:50 |parts) from the snapcraft.yaml file except those required 04:11:50 |to build edgex-go, as the whole idea of the CI check is to 04:11:50 |catch changes to edgex-go that break the snap build. 04:11:50 | 04:11:50 |In general, anyone updating snapcraft.yaml will also need 04:11:50 |to update this patch file, otherwise it may fail to apply, 04:11:50 |resulting in a failed snap build CI check in the associated 04:11:50 |pull request. 04:11:50 | 04:11:50 |Note - in addition to applying this patch, the pipeline also 04:11:50 |only primes the snap (e.g. `snapcraft prime`), as there's no 04:11:50 |need to build the finally binary .snap file (and it won't 04:11:50 |work with the patch applied). This further reduces the build 04:11:50 |time. 04:11:50 |--- 04:11:50 | snap/snapcraft.yaml | 461 +------------------------------------------- 04:11:50 | 1 file changed, 2 insertions(+), 459 deletions(-) 04:11:50 | 04:11:50 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 04:11:50 |index 1e537489..faf42425 100644 04:11:50 |--- a/snap/snapcraft.yaml 04:11:50 |+++ b/snap/snapcraft.yaml 04:11:50 -------------------------- 04:11:50 patching file snap/snapcraft.yaml 04:11:50 Using Plan A... 04:11:50 Hunk #1 succeeded at 73. 04:11:50 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 04:11:50 Hunk #3 succeeded at 214 (offset -1 lines). 04:11:50 Hunk #4 succeeded at 222 (offset -1 lines). 04:11:50 Hunk #5 succeeded at 229 (offset -1 lines). 04:11:50 Hunk #6 succeeded at 256 (offset -1 lines). 04:11:50 Hunk #7 succeeded at 290 (offset -1 lines). 04:11:50 Hunk #8 succeeded at 342. 04:11:50 Hmm... Ignoring the trailing garbage. 04:11:50 done 04:11:50 + sudo snapcraft prime --use-lxd 04:11:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:11:51 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: 04:11:51 - README.md 04:11:51 - snapcraft.yaml.orig 04:11:51 04:11:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:11:51 Launching a container. 04:12:03 Waiting for container to be ready 04:12:04 To start your first instance, try: lxc launch ubuntu:18.04 04:12:04 04:12:07 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:12:08 Waiting for network to be ready... 04:12:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:12:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 04:12:08 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:12:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 04:12:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:12:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:12:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 04:12:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 04:12:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 04:12:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:12:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:12:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:12:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:12:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:12:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:12:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:12:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:12:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:12:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:12:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 04:12:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 04:12:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:12:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:12:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 04:12:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 04:12:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 04:12:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 04:12:12 Fetched 23.9 MB in 4s (6036 kB/s) 04:12:13 Reading package lists... 04:12:13 Reading package lists... 04:12:13 Building dependency tree... 04:12:13 Reading state information... 04:12:13 The following additional packages will be installed: 04:12:13 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:12:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:12:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:12:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:12:13 Suggested packages: 04:12:13 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:12:13 Recommended packages: 04:12:13 gnupg libsasl2-modules 04:12:13 The following NEW packages will be installed: 04:12:13 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:12:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:12:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:12:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:12:13 The following packages will be upgraded: 04:12:13 gpg gpg-agent gpgconf libudev1 04:12:13 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 04:12:13 Need to get 3533 kB of archives. 04:12:13 After this operation, 13.3 MB of additional disk space will be used. 04:12:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 04:12:13 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 04:12:14 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 04:12:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 04:12:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 04:12:14 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] 04:12:14 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] 04:12:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 04:12:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 04:12:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 04:12:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:12:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:12:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:12:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:12:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:12:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:12:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:12:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:12:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:12:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:12:14 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:12:14 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:12:14 debconf: delaying package configuration, since apt-utils is not installed 04:12:14 Fetched 3533 kB in 1s (3246 kB/s) 04:12:14 (Reading database ... 12511 files and directories currently installed.) 04:12:14 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 04:12:14 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:12:14 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 04:12:15 Selecting previously unselected package udev. 04:12:15 (Reading database ... 12511 files and directories currently installed.) 04:12:15 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 04:12:15 Unpacking udev (237-3ubuntu10.44) ... 04:12:15 Selecting previously unselected package libfuse2:amd64. 04:12:15 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:12:15 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:12:15 Selecting previously unselected package fuse. 04:12:15 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:12:15 Unpacking fuse (2.9.7-1ubuntu1) ... 04:12:15 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 04:12:15 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:12:15 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 04:12:15 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:12:16 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 04:12:16 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:12:16 Selecting previously unselected package libksba8:amd64. 04:12:16 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:12:16 Unpacking libksba8:amd64 (1.3.5-2) ... 04:12:16 Selecting previously unselected package libroken18-heimdal:amd64. 04:12:16 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:12:16 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:16 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:12:16 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:12:16 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:16 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:12:16 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:12:16 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:16 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:12:16 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:12:16 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:16 Selecting previously unselected package libwind0-heimdal:amd64. 04:12:16 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:12:16 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:17 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:12:17 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:12:17 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:17 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:12:17 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:12:17 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:17 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:12:17 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:12:17 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:17 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:12:17 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:12:17 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:17 Selecting previously unselected package libsasl2-modules-db:amd64. 04:12:17 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:12:17 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:12:17 Selecting previously unselected package libsasl2-2:amd64. 04:12:17 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:12:17 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:12:17 Selecting previously unselected package libldap-common. 04:12:17 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 04:12:17 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:12:17 Selecting previously unselected package libldap-2.4-2:amd64. 04:12:17 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 04:12:17 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:12:17 Selecting previously unselected package dirmngr. 04:12:17 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 04:12:17 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 04:12:17 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:12:18 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 04:12:18 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:12:18 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:12:18 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:12:18 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 04:12:18 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:18 Setting up libksba8:amd64 (1.3.5-2) ... 04:12:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:12:18 Setting up udev (237-3ubuntu10.44) ... 04:12:18 invoke-rc.d: policy-rc.d denied execution of start. 04:12:18 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:18 Processing triggers for systemd (237-3ubuntu10) ... 04:12:19 Setting up fuse (2.9.7-1ubuntu1) ... 04:12:19 Setting up gpg (2.2.4-1ubuntu1.3) ... 04:12:19 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:19 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:19 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:19 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:19 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:19 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:19 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:12:19 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:12:19 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 04:12:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:12:20 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:12:20 settings in the [Install] section, and DefaultInstance for template units). 04:12:20 This means they are not meant to be enabled using systemctl. 04:12:20 Possible reasons for having this kind of units are: 04:12:20 1) A unit may be statically enabled by being symlinked from another unit's 04:12:20 .wants/ or .requires/ directory. 04:12:20 2) A unit's purpose may be to act as a helper for some other unit which has 04:12:20 a requirement dependency on it. 04:12:20 3) A unit may be started when needed via activation (socket, path, timer, 04:12:20 D-Bus, udev, scripted systemctl call, ...). 04:12:20 4) In case of template units, the unit is meant to be enabled with some 04:12:20 instance name specified. 04:12:20 Reading package lists... 04:12:20 Building dependency tree... 04:12:20 Reading state information... 04:12:20 The following additional packages will be installed: 04:12:20 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:12:20 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:12:20 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:12:20 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:12:20 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:12:20 Suggested packages: 04:12:20 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:12:20 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:12:20 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:12:20 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:12:20 systemd-container policykit-1 04:12:20 Recommended packages: 04:12:20 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:12:20 The following NEW packages will be installed: 04:12:20 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:12:20 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:12:20 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:12:20 multiarch-support openssh-client python3 python3-minimal python3.6 04:12:20 python3.6-minimal snapd squashfs-tools sudo 04:12:20 The following packages will be upgraded: 04:12:20 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:12:20 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 04:12:20 Need to get 35.2 MB of archives. 04:12:20 After this operation, 141 MB of additional disk space will be used. 04:12:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 04:12:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 04:12:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 04:12:20 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 04:12:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 04:12:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:12:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 04:12:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 04:12:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 04:12:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:12:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:12:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:12:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:12:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:12:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:12:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:12:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 04:12:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:12:21 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 04:12:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:12:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:12:21 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:12:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:12:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:12:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:12:21 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:12:21 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:12:21 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:12:21 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 04:12:21 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 04:12:23 debconf: delaying package configuration, since apt-utils is not installed 04:12:23 Fetched 35.2 MB in 2s (15.0 MB/s) 04:12:23 (Reading database ... 12757 files and directories currently installed.) 04:12:23 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 04:12:23 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:12:23 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 04:12:24 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:12:24 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 04:12:24 (Reading database ... 12757 files and directories currently installed.) 04:12:24 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 04:12:24 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 04:12:24 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 04:12:24 (Reading database ... 12757 files and directories currently installed.) 04:12:24 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 04:12:24 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 04:12:27 Setting up apt (1.6.12ubuntu0.2) ... 04:12:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:12:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:12:27 (Reading database ... 12764 files and directories currently installed.) 04:12:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:12:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:12:27 Selecting previously unselected package libpython3.6-minimal:amd64. 04:12:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:12:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:12:27 Selecting previously unselected package libexpat1:amd64. 04:12:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:12:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:12:28 Selecting previously unselected package python3.6-minimal. 04:12:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:12:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:12:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 04:12:28 Checking for services that may need to be restarted...done. 04:12:28 Checking for services that may need to be restarted...done. 04:12:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:12:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:12:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:12:29 Selecting previously unselected package python3-minimal. 04:12:29 (Reading database ... 13012 files and directories currently installed.) 04:12:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:12:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:12:29 Selecting previously unselected package mime-support. 04:12:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:12:29 Unpacking mime-support (3.60ubuntu1) ... 04:12:29 Selecting previously unselected package libmpdec2:amd64. 04:12:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:12:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:12:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:12:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:12:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:12:29 Selecting previously unselected package python3.6. 04:12:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:12:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:12:30 Selecting previously unselected package libpython3-stdlib:amd64. 04:12:30 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:12:30 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:12:30 Setting up python3-minimal (3.6.7-1~18.04) ... 04:12:30 Selecting previously unselected package python3. 04:12:30 (Reading database ... 13442 files and directories currently installed.) 04:12:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:12:30 Unpacking python3 (3.6.7-1~18.04) ... 04:12:30 Selecting previously unselected package multiarch-support. 04:12:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:12:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:12:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:12:30 Selecting previously unselected package liblzo2-2:amd64. 04:12:30 (Reading database ... 13479 files and directories currently installed.) 04:12:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:12:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:12:31 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 04:12:31 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 04:12:35 Selecting previously unselected package libbsd0:amd64. 04:12:35 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:12:35 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:12:35 Selecting previously unselected package sudo. 04:12:35 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:12:35 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:12:35 Selecting previously unselected package apparmor. 04:12:35 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:12:36 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:12:36 Selecting previously unselected package libedit2:amd64. 04:12:36 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:12:36 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:12:36 Selecting previously unselected package libkrb5support0:amd64. 04:12:36 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:12:36 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:12:36 Selecting previously unselected package libk5crypto3:amd64. 04:12:36 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:12:36 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:12:36 Selecting previously unselected package libkeyutils1:amd64. 04:12:36 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:12:36 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:12:36 Selecting previously unselected package libkrb5-3:amd64. 04:12:36 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:12:36 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:12:36 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:12:36 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:12:36 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:12:36 Selecting previously unselected package libssl1.0.0:amd64. 04:12:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 04:12:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:12:37 Selecting previously unselected package openssh-client. 04:12:37 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:12:37 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:12:37 Selecting previously unselected package squashfs-tools. 04:12:37 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 04:12:37 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:12:37 Selecting previously unselected package snapd. 04:12:37 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 04:12:37 Unpacking snapd (2.48+18.04) ... 04:12:38 Removing intermediate container 55cffd6725fe 04:12:38 ---> a36e18b703b4 04:12:38 04:12:38 Step 10/24 : FROM alpine:3.12 04:12:38 ---> afeebe901d6b 04:12:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:12:38 Removing intermediate container cd78767caefd 04:12:38 ---> 63c85cc91d37 04:12:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:12:38 Removing intermediate container 5c415a4991a8 04:12:38 ---> 97033ce6b9f0 04:12:38 04:12:38 Step 10/21 : FROM alpine:3.12 04:12:38 ---> afeebe901d6b 04:12:38 Step 11/21 : RUN apk add --update --no-cache curl 04:12:38 ---> Running in 8325bbb42f9d 04:12:38 ---> Running in 361cef95ad90 04:12:38 ---> Running in 0059120d1a39 04:12:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:12:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:12:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:12:39 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:12:39 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:12:39 Setting up mime-support (3.60ubuntu1) ... 04:12:39 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:12:39 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:12:39 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:12:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:12:39 Setting up systemd (237-3ubuntu10.44) ... 04:12:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:12:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:12:40 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:12:40 (1/4) Installing ca-certificates (20191127-r4) 04:12:40 (1/5) Installing ca-certificates (20191127-r4) 04:12:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:12:40 (3/4) Installing libcurl (7.69.1-r3) 04:12:40 (4/4) Installing curl (7.69.1-r3) 04:12:40 Executing busybox-1.31.1-r19.trigger 04:12:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:12:40 Executing ca-certificates-20191127-r4.trigger 04:12:40 (3/5) Installing libcurl (7.69.1-r3) 04:12:40 (4/5) Installing curl (7.69.1-r3) 04:12:40 (5/5) Installing dumb-init (1.2.2-r1) 04:12:40 Executing busybox-1.31.1-r19.trigger 04:12:40 Executing ca-certificates-20191127-r4.trigger 04:12:41 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:12:41 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:12:41 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:12:41 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:12:41 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:12:41 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:12:41 OK: 7 MiB in 18 packages 04:12:41 OK: 7 MiB in 19 packages 04:12:41 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:12:41 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:12:41 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:12:41 Setting up python3 (3.6.7-1~18.04) ... 04:12:41 running python rtupdate hooks for python3.6... 04:12:41 running python post-rtupdate hooks for python3.6... 04:12:41 Setting up apparmor (2.12-4ubuntu5.1) ... 04:12:43 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:12:43 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:12:43 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:12:43 Setting up snapd (2.48+18.04) ... 04:12:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:12:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:12:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:12:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:12:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:12:44 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:12:44 Removing intermediate container 361cef95ad90 04:12:44 ---> cbcc48e46c0a 04:12:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:12:44 Removing intermediate container 8325bbb42f9d 04:12:44 ---> 69b6b010e24a 04:12:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:12:44 Removing intermediate container 4016ae589646 04:12:44 ---> 05020036b54d 04:12:44 04:12:44 Step 10/23 : FROM alpine:3.12 04:12:44 ---> afeebe901d6b 04:12:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:12:44 ---> Using cache 04:12:44 ---> dc72cb8f2fcc 04:12:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:12:44 ---> Using cache 04:12:44 ---> add81fb764b0 04:12:44 Step 13/23 : ENV APP_PORT=48082 04:12:44 Removing intermediate container 0059120d1a39 04:12:44 ---> 00fdbbc47504 04:12:44 04:12:44 Step 11/26 : FROM docker:20.10.0 04:12:44 ---> Running in 3b83f7713d8a 04:12:44 ---> Running in 03a4b0368eb1 04:12:44 ---> Running in d00d707f07e1 04:12:44 20.10.0: Pulling from library/docker 04:12:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:12:44 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:12:44 Removing intermediate container d00d707f07e1 04:12:44 ---> 4f943822c8f3 04:12:44 Step 14/23 : EXPOSE $APP_PORT 04:12:44 Removing intermediate container 3b83f7713d8a 04:12:44 ---> 7296bfff81a3 04:12:44 Step 13/24 : WORKDIR / 04:12:44 Removing intermediate container 03a4b0368eb1 04:12:44 ---> b207d5d80c56 04:12:44 Step 13/21 : WORKDIR /edgex 04:12:44 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:12:45 ---> Running in 1e55d7bb129a 04:12:45 ---> Running in e127c8309d94 04:12:45 ---> Running in 3daea5a6a80e 04:12:45 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:12:45 /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' 04:12:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:12:45 Processing triggers for systemd (237-3ubuntu10.44) ... 04:12:45 Removing intermediate container 1e55d7bb129a 04:12:45 ---> bbb43bfb002e 04:12:45 Step 15/23 : WORKDIR / 04:12:45 Removing intermediate container e127c8309d94 04:12:45 ---> 5aa5f1480b0d 04:12:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:12:46 ---> Running in 6466fa46ce86 04:12:46 Removing intermediate container 3daea5a6a80e 04:12:46 ---> f53583c22a79 04:12:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:12:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:12:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:12:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:12:46 Removing intermediate container 6466fa46ce86 04:12:46 ---> 6aa60c729aa7 04:12:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:12:47 ---> 898b19200e01 04:12:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:12:47 ---> 77da7477e545 04:12:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:12:47 Reading package lists... 04:12:47 Reading package lists... 04:12:47 Building dependency tree... 04:12:47 Reading state information... 04:12:47 ---> 8e50ae6d0cd5 04:12:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:12:47 ---> 3475e0bce4a1 04:12:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:12:48 Calculating upgrade... 04:12:48 The following packages will be upgraded: 04:12:48 advancecomp base-files bash binutils binutils-common 04:12:48 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:12:48 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:12:48 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 04:12:48 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 04:12:48 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:12:48 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:12:48 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 04:12:48 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 04:12:48 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 04:12:48 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 04:12:48 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 04:12:48 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 04:12:48 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 04:12:48 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 04:12:48 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:12:48 Need to get 63.8 MB of archives. 04:12:48 After this operation, 5188 kB of additional disk space will be used. 04:12:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 04:12:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:12:48 ---> 79903b64b75c 04:12:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:12:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:12:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:12:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:12:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:12:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:12:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:12:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:12:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:12:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:12:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:12:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:12:49 ---> e95cc070290c 04:12:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:12:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:12:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:12:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:12:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:12:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:12:49 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:12:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:12:49 ---> 8d408346d336 04:12:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:12:49 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:12:49 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:12:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:12:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:12:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:12:49 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:12:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:12:49 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:12:49 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:12:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:12:49 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:12:49 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:12:49 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:12:49 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:12:49 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:12:49 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:12:49 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:12:49 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:12:49 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:12:49 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:12:49 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 04:12:49 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 04:12:49 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:12:49 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:12:49 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:12:49 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:12:49 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:12:49 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:12:49 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:12:49 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 04:12:49 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 04:12:49 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 04:12:49 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:12:49 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:12:49 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:12:49 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 04:12:49 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:12:49 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:12:49 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 04:12:49 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:12:49 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:12:49 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:12:49 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:12:49 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 04:12:49 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 04:12:49 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:12:49 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:12:49 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:12:49 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:12:49 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:12:49 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:12:49 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 04:12:49 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 04:12:49 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 04:12:50 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:12:50 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:12:50 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:12:50 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:12:50 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:12:50 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 04:12:50 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:12:50 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:12:50 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 04:12:50 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 04:12:50 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 04:12:50 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 04:12:50 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:12:50 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:12:50 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:12:50 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:12:50 ---> 3799db6e1637 04:12:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:12:50 ---> Running in b0bcbc420679 04:12:50 ---> 679e20810a0d 04:12:50 ---> d4804a48c1d8 04:12:50 Step 19/23 : ENTRYPOINT ["/core-command"] 04:12:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:12:50 ---> Running in fbdbdcbaec40 04:12:51 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:12:51 Removing intermediate container b0bcbc420679 04:12:51 ---> 301d3c6b8d74 04:12:51 Step 18/21 : CMD ["--init=true"] 04:12:51 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:12:51 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:12:51 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:12:51 ---> Running in ab2a865294cb 04:12:51 Removing intermediate container fbdbdcbaec40 04:12:51 ---> 0a7d710c8d5b 04:12:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:12:51 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:12:51 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:12:51 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:12:51 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:12:51 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:12:51 debconf: delaying package configuration, since apt-utils is not installed 04:12:51 Fetched 63.8 MB in 4s (17.2 MB/s) 04:12:51 (Reading database ... 13912 files and directories currently installed.) 04:12:51 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:12:51 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:12:52 ---> Running in 709d0b9863c2 04:12:52 ---> 9597aa45d5c3 04:12:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:12:52 Removing intermediate container ab2a865294cb 04:12:52 ---> 72371b068c89 04:12:52 Step 19/21 : LABEL arch=arm64 04:12:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:12:52 Removing intermediate container 709d0b9863c2 04:12:52 ---> 97b113a8aa12 04:12:52 Step 21/23 : LABEL arch=arm64 04:12:52 ---> Running in 6cd768fcd611 04:12:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:12:52 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 04:12:52 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 04:12:52 ---> Running in 81997a8edcba 04:12:53 ---> 34a042640f2e 04:12:53 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/ 04:12:53 Removing intermediate container 81997a8edcba 04:12:53 ---> b03f5135425d 04:12:53 Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:12:53 Removing intermediate container 6cd768fcd611 04:12:53 ---> 59eb2e13efcd 04:12:53 Step 20/21 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:12:53 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:53 ---> Running in 6a295d39f9e1 04:12:54 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:54 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:54 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:54 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:54 ---> Running in 29f23d48858b 04:12:54 ---> Running in 1847a6f81e7f 04:12:54 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:54 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:54 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:54 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:54 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:54 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:54 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:12:54 (Reading database ... 13911 files and directories currently installed.) 04:12:54 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:54 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:12:54 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:12:55 (Reading database ... 13911 files and directories currently installed.) 04:12:55 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:55 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:55 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:55 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:55 Removing intermediate container 29f23d48858b 04:12:55 ---> 87285e2c344d 04:12:55 Step 21/21 : LABEL version=0.0.0 04:12:55 Removing intermediate container 1847a6f81e7f 04:12:55 ---> 01e622ad1b83 04:12:55 Step 23/23 : LABEL version=0.0.0 04:12:55 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:12:55 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:12:55 ---> Running in 577efa2e310e 04:12:55 ---> Running in 547e78753a3b 04:12:55 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:12:55 (Reading database ... 13911 files and directories currently installed.) 04:12:55 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:12:55 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:12:56 Removing intermediate container 577efa2e310e 04:12:56 ---> 12c283ee9c44 04:12:56 04:12:56 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:12:56 Removing intermediate container 547e78753a3b 04:12:56 ---> ada0230ea825 04:12:56 04:12:56 (Reading database ... 13911 files and directories currently installed.) 04:12:56 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:12:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:12:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:12:56 Successfully built 12c283ee9c44 04:12:56 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:12:56 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:12:56  Building docker-security-proxy-setup-go ... done Successfully built ada0230ea825 04:12:56 Successfully tagged docker-core-command-go-arm64:latest 04:12:56 Setting up base-files (10.1ubuntu2.10) ... 04:12:56 Installing new version of config file /etc/issue ... 04:12:56 Installing new version of config file /etc/issue.net ... 04:12:56 Installing new version of config file /etc/lsb-release ... 04:12:56 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:12:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:12:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:12:57 Removing obsolete conffile /etc/default/motd-news ... 04:12:57 (Reading database ... 13912 files and directories currently installed.) 04:12:57 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:12:57 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:12:57  Building docker-core-command-go ... done Removing intermediate container 6a295d39f9e1 04:12:57 ---> c7f52c2aad6a 04:12:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:12:57 Setting up bash (4.4.18-2ubuntu1.2) ... 04:12:57 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 04:12:57 (Reading database ... 13912 files and directories currently installed.) 04:12:57 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:12:57 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:12:57 ---> Running in 4176ac72d67a 04:12:57 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:12:57 (Reading database ... 13912 files and directories currently installed.) 04:12:57 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:12:57 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:12:58 Setting up tar (1.29b-2ubuntu0.2) ... 04:12:58 (Reading database ... 13912 files and directories currently installed.) 04:12:58 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:12:58 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:12:58 Removing intermediate container 4176ac72d67a 04:12:58 ---> 4d356990efc4 04:12:58 Step 22/24 : LABEL arch=arm64 04:12:58 ---> Running in 2ee96a186cd3 04:12:58 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:12:58 (Reading database ... 13912 files and directories currently installed.) 04:12:58 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:12:58 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:12:58 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:12:58 Removing intermediate container 2ee96a186cd3 04:12:58 ---> eec61ac6cf35 04:12:58 Step 23/24 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:12:58 ---> Running in 242bbcd6df52 04:12:58 (Reading database ... 13912 files and directories currently installed.) 04:12:58 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:12:58 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:12:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:12:59 Status: Downloaded newer image for docker:20.10.0 04:12:59 ---> eeaf43b92773 04:12:59 Step 12/26 : RUN apk add --no-cache bash 04:12:59 ---> Running in 6a7d3c5c0f52 04:12:59 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:12:59 (Reading database ... 13912 files and directories currently installed.) 04:12:59 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:12:59 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:12:59 Removing intermediate container 242bbcd6df52 04:12:59 ---> a8473ca3808f 04:12:59 Step 24/24 : LABEL version=0.0.0 04:12:59 Setting up grep (3.1-2build1) ... 04:12:59 (Reading database ... 13912 files and directories currently installed.) 04:12:59 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:12:59 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:12:59 ---> Running in 4f6395fc7fed 04:12:59 Setting up login (1:4.5-1ubuntu2) ... 04:12:59 (Reading database ... 13912 files and directories currently installed.) 04:12:59 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:12:59 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:13:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:13:00 (Reading database ... 13912 files and directories currently installed.) 04:13:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:13:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:13:00 Removing intermediate container 4f6395fc7fed 04:13:00 ---> b8e82c7d822a 04:13:00 04:13:00 Successfully built b8e82c7d822a 04:13:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:00 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:13:00 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:13:00 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:13:00 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:13:00 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:13:00  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:13:01 (Reading database ... 13912 files and directories currently installed.) 04:13:01 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:13:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:13:01 (1/2) Installing readline (8.0.4-r0) 04:13:01 (2/2) Installing bash (5.0.17-r0) 04:13:01 Executing bash-5.0.17-r0.post-install 04:13:01 Executing busybox-1.31.1-r19.trigger 04:13:01 OK: 12 MiB in 22 packages 04:13:02 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:13:02 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:13:02 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:13:02 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:13:02 Removing intermediate container 6a7d3c5c0f52 04:13:02 ---> 5a269c19185f 04:13:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:13:02 ---> Running in b6a1b935de18 04:13:03 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:13:03 (Reading database ... 13912 files and directories currently installed.) 04:13:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:13:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:13:03 Removing intermediate container b6a1b935de18 04:13:03 ---> bdab81b0263a 04:13:03 Step 14/26 : ENV APP_PORT=48090 04:13:03 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:13:03 (Reading database ... 13912 files and directories currently installed.) 04:13:03 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:13:03 ---> Running in 32c984c21b45 04:13:03 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:13:03 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:13:03 (Reading database ... 13912 files and directories currently installed.) 04:13:03 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:13:03 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:13:03 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:13:03 (Reading database ... 13912 files and directories currently installed.) 04:13:03 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:13:03 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:13:04 Removing intermediate container 32c984c21b45 04:13:04 ---> b263c779c4ba 04:13:04 Step 15/26 : EXPOSE $APP_PORT 04:13:04 ---> Running in 5de0309f8fd8 04:13:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:13:04 (Reading database ... 13912 files and directories currently installed.) 04:13:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:13:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:13:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:13:04 Removing intermediate container 5de0309f8fd8 04:13:04 ---> d7f23168c6fc 04:13:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:13:04 (Reading database ... 13912 files and directories currently installed.) 04:13:04 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:13:04 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:13:04 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:13:04 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:13:04 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:13:04 (Reading database ... 13912 files and directories currently installed.) 04:13:04 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:13:04 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:13:04 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:13:04 (Reading database ... 13912 files and directories currently installed.) 04:13:04 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:13:04 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:13:04 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:13:05 (Reading database ... 13912 files and directories currently installed.) 04:13:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:13:05 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:13:05 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:13:05 (Reading database ... 13912 files and directories currently installed.) 04:13:05 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:13:05 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:13:05 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:13:05 ---> e171f07f48f3 04:13:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:13:05 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:13:06 ---> c8e70b2698a8 04:13:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:13:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:13:06 (Reading database ... 13912 files and directories currently installed.) 04:13:06 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:13:06 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:13:06 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:13:06 (Reading database ... 13912 files and directories currently installed.) 04:13:06 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:13:06 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:13:06 ---> fa5ba2a61c04 04:13:06 Step 19/26 : RUN apk --no-cache add py3-pip 04:13:06 ---> Running in 1ce7c21801fe 04:13:07 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:13:07 (Reading database ... 13914 files and directories currently installed.) 04:13:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:13:07 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:13:07 Setting up debconf (1.5.66ubuntu1) ... 04:13:07 (Reading database ... 13914 files and directories currently installed.) 04:13:07 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:13:07 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:13:07 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:13:07 (Reading database ... 13914 files and directories currently installed.) 04:13:07 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:13:07 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:13:08 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:13:08 (Reading database ... 13914 files and directories currently installed.) 04:13:08 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:13:08 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:13:08 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:08 (Reading database ... 13914 files and directories currently installed.) 04:13:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:13:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:13:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 04:13:08 (1/33) Installing libbz2 (1.0.8-r1) 04:13:08 (2/33) Installing expat (2.2.9-r1) 04:13:08 (3/33) Installing libffi (3.3-r2) 04:13:08 (4/33) Installing gdbm (1.13-r1) 04:13:08 (5/33) Installing xz-libs (5.2.5-r0) 04:13:08 (6/33) Installing sqlite-libs (3.32.1-r0) 04:13:08 (Reading database ... 13914 files and directories currently installed.) 04:13:08 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:13:08 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:13:08 (7/33) Installing python3 (3.8.5-r0) 04:13:09 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:13:09 (Reading database ... 13914 files and directories currently installed.) 04:13:09 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:13:09 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:13:09 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 04:13:09 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:13:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:13:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:13:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:13:09 (Reading database ... 13914 files and directories currently installed.) 04:13:09 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:13:09 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:13:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:13:10 (Reading database ... 13914 files and directories currently installed.) 04:13:10 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 04:13:10 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:13:10 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 04:13:10 (Reading database ... 13914 files and directories currently installed.) 04:13:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:13:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:13:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:13:10 (Reading database ... 13914 files and directories currently installed.) 04:13:10 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 04:13:10 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 04:13:10 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 04:13:10 (Reading database ... 13914 files and directories currently installed.) 04:13:10 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:13:10 (8/33) Installing py3-appdirs (1.4.4-r1) 04:13:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:13:10 (10/33) Installing py3-parsing (2.4.7-r0) 04:13:10 (11/33) Installing py3-six (1.15.0-r0) 04:13:10 (12/33) Installing py3-packaging (20.4-r0) 04:13:10 (13/33) Installing py3-setuptools (47.0.0-r0) 04:13:10 (14/33) Installing py3-chardet (3.0.4-r4) 04:13:10 (15/33) Installing py3-idna (2.9-r0) 04:13:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:13:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:13:10 (18/33) Installing py3-requests (2.23.0-r0) 04:13:10 (19/33) Installing py3-msgpack (1.0.0-r0) 04:13:10 (20/33) Installing py3-lockfile (0.12.2-r3) 04:13:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:13:10 (22/33) Installing py3-colorama (0.4.3-r0) 04:13:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:13:11 (23/33) Installing py3-distlib (0.3.0-r0) 04:13:11 (24/33) Installing py3-distro (1.5.0-r1) 04:13:11 (25/33) Installing py3-webencodings (0.5.1-r3) 04:13:11 (26/33) Installing py3-html5lib (1.0.1-r4) 04:13:11 (27/33) Installing py3-pytoml (0.1.21-r0) 04:13:11 (28/33) Installing py3-pep517 (0.8.2-r0) 04:13:11 (29/33) Installing py3-progress (1.5-r0) 04:13:11 (30/33) Installing py3-toml (0.10.1-r0) 04:13:11 (31/33) Installing py3-retrying (1.3.3-r0) 04:13:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:13:11 Setting up passwd (1:4.5-1ubuntu2) ... 04:13:11 (Reading database ... 13914 files and directories currently installed.) 04:13:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 04:13:11 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:13:11 (33/33) Installing py3-pip (20.1.1-r0) 04:13:11 Executing busybox-1.31.1-r19.trigger 04:13:11 OK: 71 MiB in 55 packages 04:13:11 Setting up gpgv (2.2.4-1ubuntu1.3) ... 04:13:11 (Reading database ... 13914 files and directories currently installed.) 04:13:11 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:13:11 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:13:11 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:13:11 (Reading database ... 13914 files and directories currently installed.) 04:13:11 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:13:11 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:13:11 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:13:12 (Reading database ... 13914 files and directories currently installed.) 04:13:12 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:13:12 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:13:12 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:13:12 (Reading database ... 13914 files and directories currently installed.) 04:13:12 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:13:12 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:13:12 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:13:12 (Reading database ... 13914 files and directories currently installed.) 04:13:12 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 04:13:12 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 04:13:12 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 04:13:13 (Reading database ... 13914 files and directories currently installed.) 04:13:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 04:13:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 04:13:13 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 04:13:13 (Reading database ... 13915 files and directories currently installed.) 04:13:13 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:13:13 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:13:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:13:13 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:13:13 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:13:13 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:13:13 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 04:13:13 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 04:13:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:13:14 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:13:14 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:13:14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:13:14 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:13:14 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:13:14 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:13:14 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:13:14 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:13:14 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:13:14 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:13:14 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:13:15 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:13:15 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:13:15 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 04:13:15 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 04:13:15 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:13:15 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:13:16 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:13:16 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:13:16 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:13:16 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:13:16 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:13:16 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:13:16 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:13:16 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:13:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:13:17 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:13:17 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:13:17 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:13:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:13:17 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:13:17 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:13:17 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:13:17 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:13:17 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:13:18 Removing intermediate container 1ce7c21801fe 04:13:18 ---> 2beb9e085517 04:13:18 Step 20/26 : RUN pip install docker-compose==1.23.2 04:13:18 ---> Running in e2f230bb67f2 04:13:18 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:13:18 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:13:19 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:13:19 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:13:20 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:13:20 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:13:20 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:13:20 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:13:21 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:13:21 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:13:21 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:13:21 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:13:21 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:13:21 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:13:21 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:13:21 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:13:21 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:13:21 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:13:22 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:13:22 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:13:22 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:13:22 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:13:22 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:13:22 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:13:22 Collecting docker-compose==1.23.2 04:13:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:13:22 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:13:22 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:13:22 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:13:22 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:13:22 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:13:22 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:13:22 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:13:22 Setting up tzdata (2021a-0ubuntu0.18.04) ... 04:13:23 Collecting jsonschema<3,>=2.5.1 04:13:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:13:23 04:13:23 Current default time zone: 'Etc/UTC' 04:13:23 Local time is now: Thu Feb 4 04:13:22 UTC 2021. 04:13:23 Universal Time is now: Thu Feb 4 04:13:22 UTC 2021. 04:13:23 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:13:23 04:13:23 Setting up systemd-sysv (237-3ubuntu10.44) ... 04:13:23 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:13:23 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 04:13:23 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:13:23 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:13:23 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:13:23 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:13:23 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:13:23 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:13:23 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:13:23 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:13:23 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:13:23 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:13:23 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 04:13:23 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:13:23 Setting up patch (2.7.6-2ubuntu1.1) ... 04:13:23 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:13:23 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:13:23 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 04:13:23 Installing new version of config file /etc/ssl/openssl.cnf ... 04:13:23 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:13:23 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:13:23 Setting up ca-certificates (20210119~18.04.1) ... 04:13:24 Collecting PyYAML<4,>=3.10 04:13:24 Downloading PyYAML-3.13.tar.gz (270 kB) 04:13:25 Updating certificates in /etc/ssl/certs... 04:13:26 23 added, 27 removed; done. 04:13:26 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:13:26 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:13:26 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:13:26 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:13:26 Setting up pkgbinarymangler (138.18.04.1) ... 04:13:26 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:13:26 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 04:13:26 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:13:26 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:13:26 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:13:26 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:13:27 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:13:27 Setting up perl (5.26.1-6ubuntu0.5) ... 04:13:27 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 04:13:27 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:13:27 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:13:27 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 04:13:27 Collecting cached-property<2,>=1.2.0 04:13:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:13:27 Collecting websocket-client<1.0,>=0.32.0 04:13:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:13:27 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:13:27 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:13:27 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:13:27 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:13:27 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:13:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:13:27 Processing triggers for systemd (237-3ubuntu10.44) ... 04:13:27 Processing triggers for mime-support (3.60ubuntu1) ... 04:13:27 Processing triggers for ca-certificates (20210119~18.04.1) ... 04:13:27 Updating certificates in /etc/ssl/certs... 04:13:28 0 added, 0 removed; done. 04:13:28 Running hooks in /etc/ca-certificates/update.d... 04:13:28 done. 04:13:28 Collecting docker<4.0,>=3.6.0 04:13:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:13:28 Collecting docopt<0.7,>=0.6.1 04:13:28 Downloading docopt-0.6.2.tar.gz (25 kB) 04:13:28 Reading package lists... 04:13:28 Building dependency tree... 04:13:28 Reading state information... 04:13:29 The following NEW packages will be installed: 04:13:29 apt-transport-https 04:13:29 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:13:29 Need to get 1696 B of archives. 04:13:29 After this operation, 153 kB of additional disk space will be used. 04:13:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 04:13:29 debconf: delaying package configuration, since apt-utils is not installed 04:13:29 Fetched 1696 B in 0s (8683 B/s) 04:13:29 Selecting previously unselected package apt-transport-https. 04:13:29 (Reading database ... 13920 files and directories currently installed.) 04:13:29 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 04:13:29 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 04:13:29 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 04:13:29 Waiting for network to be ready... 04:13:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:13:30 Collecting texttable<0.10,>=0.9.0 04:13:30 Downloading texttable-0.9.1.tar.gz (11 kB) 04:13:32 Collecting dockerpty<0.5,>=0.4.1 04:13:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:13:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:13:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:13:35 Collecting docker-pycreds>=0.4.0 04:13:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:13:35 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) 04:13:36 2021-02-04T04:13:32Z INFO Waiting for automatic snapd restart... 04:13:36 snapd 2.48.2 from Canonical* installed 04:13:36 Collecting urllib3<1.25,>=1.21.1 04:13:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:13:36 Collecting idna<2.8,>=2.5 04:13:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:13:36 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) 04:13:36 "snapd" switched to the "latest/stable" channel 04:13:36 04:13:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:13:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:13:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:13:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:13:37 Installing collected packages: jsonschema, PyYAML, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, dockerpty, docker-compose 04:13:37 Running setup.py install for PyYAML: started 04:13:39 core18 20201210 from Canonical* installed 04:13:39 "core18" switched to the "latest/stable" channel 04:13:39 04:13:40 Running setup.py install for PyYAML: finished with status 'done' 04:13:40 Attempting uninstall: urllib3 04:13:40 Found existing installation: urllib3 1.25.9 04:13:40 Uninstalling urllib3-1.25.9: 04:13:40 Successfully uninstalled urllib3-1.25.9 04:13:41 Attempting uninstall: idna 04:13:41 Found existing installation: idna 2.9 04:13:41 Uninstalling idna-2.9: 04:13:41 Successfully uninstalled idna-2.9 04:13:41 Attempting uninstall: requests 04:13:41 Found existing installation: requests 2.23.0 04:13:41 Uninstalling requests-2.23.0: 04:13:41 Successfully uninstalled requests-2.23.0 04:13:42 snapcraft 4.4.4 from Canonical* installed 04:13:42 "snapcraft" switched to the "latest/stable" channel 04:13:42 04:13:42 Running setup.py install for docopt: started 04:13:44 Running setup.py install for docopt: finished with status 'done' 04:13:44 Running setup.py install for texttable: started 04:13:46 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: 04:13:46 - README.md 04:13:46 - snapcraft.yaml.orig 04:13:46 04:13:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:13:46 Running setup.py install for texttable: finished with status 'done' 04:13:46 Running setup.py install for dockerpty: started 04:13:48 Running setup.py install for dockerpty: finished with status 'done' 04:13:49 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 04:13:52 Removing intermediate container e2f230bb67f2 04:13:52 ---> b878ff34485e 04:13:52 Step 21/26 : RUN apk --no-cache add curl 04:13:52 ---> Running in 01d14e5f9e39 04:13:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:13:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:13:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:13:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:13:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:54 Reading package lists... 04:13:54 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 04:13:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:13:54 (2/3) Installing libcurl (7.69.1-r3) 04:13:54 (3/3) Installing curl (7.69.1-r3) 04:13:54 Executing busybox-1.31.1-r19.trigger 04:13:54 OK: 71 MiB in 58 packages 04:13:55 Removing intermediate container 01d14e5f9e39 04:13:55 ---> 20cb936fdc9e 04:13:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:13:55 ---> Running in d6cea8df4763 04:13:56 Removing intermediate container d6cea8df4763 04:13:56 ---> 4de08eed07b9 04:13:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:13:56 ---> Running in 5f4da7d398fc 04:13:57 Removing intermediate container 5f4da7d398fc 04:13:57 ---> fa78ba20d62d 04:13:57 Step 24/26 : LABEL arch=arm64 04:13:57 ---> Running in b82ed668fbc0 04:13:57 Removing intermediate container b82ed668fbc0 04:13:57 ---> 11b6c5996411 04:13:57 Step 25/26 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 04:13:57 ---> Running in c40faed10482 04:13:58 Removing intermediate container c40faed10482 04:13:58 ---> dc4a36e8326c 04:13:58 Step 26/26 : LABEL version=0.0.0 04:13:58 ---> Running in a538c7b8db7b 04:13:58 Removing intermediate container a538c7b8db7b 04:13:58 ---> e270784b0cdb 04:13:58 04:13:59 Successfully built e270784b0cdb 04:13:59 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:13:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:13:59 $ docker stop --time=1 b3e5b44678d388373974a34b9645f27e6ac269a722996ca154ecd5ea68ffa47d 04:14:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:14:00 Reading package lists... 04:14:00 Building dependency tree... 04:14:00 Reading state information... 04:14:00 Suggested packages: 04:14:00 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:14:00 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:14:00 Recommended packages: 04:14:00 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:14:00 The following NEW packages will be installed: 04:14:00 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:14:00 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:14:00 pkg-config zip 04:14:00 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:14:00 Need to get 7655 kB of archives. 04:14:00 After this operation, 43.7 MB of additional disk space will be used. 04:14:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 04:14:00 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:14:00 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:14:01 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:14:01 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:14:01 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:14:01 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:14:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:14:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:14:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:14:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 04:14:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:14:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:14:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:14:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:14:01 debconf: delaying package configuration, since apt-utils is not installed 04:14:01 $ docker rm -f b3e5b44678d388373974a34b9645f27e6ac269a722996ca154ecd5ea68ffa47d 04:14:01 Fetched 7655 kB in 1s (6913 kB/s) 04:14:01 Selecting previously unselected package libglib2.0-0:amd64. 04:14:01 (Reading database ... 13924 files and directories currently installed.) 04:14:01 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 04:14:01 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [Pipeline] // withDockerContainer [Pipeline] sh 04:14:02 Selecting previously unselected package libpsl5:amd64. 04:14:02 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:14:02 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:14:02 Selecting previously unselected package libnghttp2-14:amd64. 04:14:02 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:14:02 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:14:02 + docker images 04:14:02 + grep docker 04:14:02 Selecting previously unselected package librtmp1:amd64. 04:14:02 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:14:02 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:14:02 Selecting previously unselected package libcurl3-gnutls:amd64. 04:14:02 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 04:14:02 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:14:02 Selecting previously unselected package liberror-perl. 04:14:02 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:14:02 Unpacking liberror-perl (0.17025-1) ... 04:14:02 Selecting previously unselected package git-man. 04:14:02 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:14:02 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:14:02 docker-sys-mgmt-agent-go-arm64 latest e270784b0cdb 4 seconds ago 300MB 04:14:02 docker-security-secretstore-setup-go-arm64 latest b8e82c7d822a About a minute ago 23.4MB 04:14:02 docker-security-proxy-setup-go-arm64 latest 12c283ee9c44 About a minute ago 23.2MB 04:14:02 docker-core-command-go-arm64 latest ada0230ea825 About a minute ago 16MB 04:14:02 docker-security-bootstrapper-go-arm64 latest 500373c661ba 3 minutes ago 22.6MB 04:14:02 docker-core-data-go-arm64 latest 665ef2e8577a 3 minutes ago 21MB 04:14:02 docker-core-metadata-go-arm64 latest 9067e14f09a6 4 minutes ago 17.7MB 04:14:02 docker-support-scheduler-go-arm64 latest 5974f318f81c 4 minutes ago 16.1MB 04:14:02 docker-support-notifications-go-arm64 latest d49d00b8a8f6 4 minutes ago 16.7MB 04:14:02 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 04:14:02 Selecting previously unselected package git. 04:14:02 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:14:02 Unpacking git (1:2.17.1-1ubuntu0.7) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:14:03 Selecting previously unselected package libnorm1:amd64. 04:14:03 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:14:03 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:14:03 Selecting previously unselected package libpgm-5.2-0:amd64. 04:14:03 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:14:03 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:14:03 Selecting previously unselected package libsodium23:amd64. 04:14:03 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:14:04 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:14:04 Selecting previously unselected package libzmq5:amd64. 04:14:04 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:14:04 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:14:04 Selecting previously unselected package libzmq3-dev:amd64. 04:14:04 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:14:04 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:14:04 Selecting previously unselected package pkg-config. 04:14:04 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:14:04 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:14:04 Selecting previously unselected package zip. 04:14:04 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:14:04 Unpacking zip (3.0-11build1) ... 04:14:04 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:14:04 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:14:04 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:14:04 Setting up liberror-perl (0.17025-1) ... 04:14:04 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:14:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:14:04 No schema files found: doing nothing. 04:14:04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:14:04 Setting up zip (3.0-11build1) ... 04:14:04 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:14:04 Setting up libsodium23:amd64 (1.0.16-2) ... 04:14:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:14:04 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:14:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:14:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:14:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:14:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:14:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:14:11 git set to automatically installed. 04:14:11 git-man set to automatically installed. 04:14:11 libcurl3-gnutls set to automatically installed. 04:14:11 liberror-perl set to automatically installed. 04:14:11 libglib2.0-0 set to automatically installed. 04:14:11 libnghttp2-14 set to automatically installed. 04:14:11 libnorm1 set to automatically installed. 04:14:11 libpgm-5.2-0 set to automatically installed. 04:14:11 libpsl5 set to automatically installed. 04:14:11 librtmp1 set to automatically installed. 04:14:11 libsodium23 set to automatically installed. 04:14:11 libzmq3-dev set to automatically installed. 04:14:11 libzmq5 set to automatically installed. 04:14:11 pkg-config set to automatically installed. 04:14:11 zip set to automatically installed. 04:14:13 snapd is not logged in, snap install commands will use sudo 04:14:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:14:20 snap "core18" has no updates available 04:14:21 Pulling config-common 04:14:22 Pulling go-build-helper 04:14:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:14:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:14:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 04:14:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 04:14:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:14:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:14:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 04:14:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 04:14:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 04:14:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:14:44 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:14:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:14:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:14:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:14:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:14:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:14:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:14:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:14:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:14:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 04:14:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 04:14:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:14:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:14:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 04:14:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 04:14:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 04:14:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 04:14:44 Fetched 23.9 MB in 0s (0 B/s) 04:14:44 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 04:14:44 Fetched 96.5 kB in 0s (0 B/s) 04:14:44 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 04:14:44 Fetched 279 kB in 0s (0 B/s) 04:14:44 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 04:14:44 Fetched 122 kB in 0s (0 B/s) 04:14:44 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 04:14:44 Fetched 77.8 kB in 0s (0 B/s) 04:14:44 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 04:14:44 Fetched 8848 B in 0s (0 B/s) 04:14:44 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 04:14:44 Fetched 47.8 kB in 0s (0 B/s) 04:14:44 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 04:14:44 Fetched 45.6 kB in 0s (0 B/s) 04:14:44 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 04:14:44 Fetched 15.0 kB in 0s (0 B/s) 04:14:44 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 04:14:44 Fetched 214 kB in 0s (0 B/s) 04:14:44 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 04:14:44 Fetched 155 kB in 0s (0 B/s) 04:14:44 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 04:14:44 Fetched 50.6 kB in 0s (0 B/s) 04:14:44 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 04:14:44 Fetched 14.8 kB in 0s (0 B/s) 04:14:44 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 04:14:44 Fetched 41.8 kB in 0s (0 B/s) 04:14:44 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 04:14:44 Fetched 499 kB in 0s (0 B/s) 04:14:44 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 04:14:44 Fetched 111 kB in 0s (0 B/s) 04:14:44 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 04:14:44 Fetched 240 kB in 0s (0 B/s) 04:14:44 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 04:14:44 Fetched 29.3 kB in 0s (0 B/s) 04:14:44 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 04:14:44 Fetched 85.5 kB in 0s (0 B/s) 04:14:44 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 04:14:44 Fetched 24.5 kB in 0s (0 B/s) 04:14:44 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 04:14:44 Fetched 49.2 kB in 0s (0 B/s) 04:14:44 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 04:14:44 Fetched 54.2 kB in 0s (0 B/s) 04:14:44 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 04:14:44 Fetched 30.8 kB in 0s (0 B/s) 04:14:44 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 04:14:44 Fetched 17.0 kB in 0s (0 B/s) 04:14:44 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 04:14:44 Fetched 85.9 kB in 0s (0 B/s) 04:14:44 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 04:14:44 Fetched 8720 B in 0s (0 B/s) 04:14:44 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 04:14:44 Fetched 137 kB in 0s (0 B/s) 04:14:44 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 04:14:44 Fetched 119 kB in 0s (0 B/s) 04:14:44 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 04:14:44 Fetched 109 kB in 0s (0 B/s) 04:14:44 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 04:14:44 Fetched 11.1 kB in 0s (0 B/s) 04:14:44 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 04:14:44 Fetched 645 kB in 0s (0 B/s) 04:14:44 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 04:14:44 Fetched 41.3 kB in 0s (0 B/s) 04:14:44 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 04:14:44 Fetched 17.9 kB in 0s (0 B/s) 04:14:44 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 04:14:44 Fetched 368 kB in 0s (0 B/s) 04:14:44 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 04:14:44 Fetched 187 kB in 0s (0 B/s) 04:14:44 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 04:14:44 Fetched 175 kB in 0s (0 B/s) 04:14:44 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 04:14:46 Fetched 206 kB in 0s (0 B/s) 04:14:46 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 04:14:46 Fetched 1301 kB in 0s (0 B/s) 04:14:46 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 04:14:46 Fetched 36.2 kB in 0s (0 B/s) 04:14:46 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 04:14:46 Fetched 159 kB in 0s (0 B/s) 04:14:46 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 04:14:46 Fetched 107 kB in 0s (0 B/s) 04:14:46 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 04:14:46 Fetched 48.7 kB in 0s (0 B/s) 04:14:46 Pulling static-packages 04:14:47 'go115' has dependencies that need to be staged: static-packages go-build-helper 04:14:47 Skipping pull go-build-helper (already ran) 04:14:47 Skipping pull static-packages (already ran) 04:14:47 Building go-build-helper 04:14:50 Building static-packages 04:14:52 Staging go-build-helper 04:14:53 Staging static-packages 04:14:54 Pulling go115 04:14:55 'edgex-go' has dependencies that need to be staged: go115 04:14:55 Skipping pull go115 (already ran) 04:14:55 Building go115 04:14:55 % Total % Received % Xferd Average Speed Time Time Time Current 04:14:55 Dload Upload Total Spent Left Speed 04:14:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 4799k 0 0 15.3M 0 0:00:07 --:--:-- 0:00:07 15.3M 49 115M 49 57.6M 0 0 44.7M 0 0:00:02 0:00:01 0:00:01 44.7M 88 115M 88 102M 0 0 44.5M 0 0:00:02 0:00:02 --:--:-- 44.5M 100 115M 100 115M 0 0 44.8M 0 0:00:02 0:00:02 --:--:-- 44.7M 04:14:58 go1.15.2.linux-amd64.tar.gz: OK 04:15:02 Staging go115 04:15:06 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:15:06 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:15:06 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:15:06 Fetched 0 B in 0s (0 B/s) 04:15:06 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:15:06 Fetched 224 kB in 0s (0 B/s) 04:15:06 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:15:06 Fetched 157 kB in 0s (0 B/s) 04:15:06 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:15:06 Fetched 221 kB in 0s (0 B/s) 04:15:06 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:15:06 Fetched 143 kB in 0s (0 B/s) 04:15:06 Pulling edgex-go 04:15:08 Pulling version 04:15:08 Building config-common 04:15:10 Skipping build go-build-helper (already ran) 04:15:10 Skipping build static-packages (already ran) 04:15:10 Skipping build go115 (already ran) 04:15:11 Building edgex-go 04:15:11 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 04:15:12 go: downloading github.com/gorilla/mux v1.8.0 04:15:12 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:15:12 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.19 04:15:12 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 04:15:12 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 04:15:12 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:15:12 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:15:12 go: downloading github.com/google/uuid v1.2.0 04:15:12 go: downloading github.com/pkg/errors v0.8.1 04:15:12 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 04:15:12 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 04:15:12 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 04:15:12 go: downloading github.com/BurntSushi/toml v0.3.1 04:15:12 go: downloading github.com/pelletier/go-toml v1.2.0 04:15:12 go: downloading github.com/go-redis/redis/v7 v7.2.0 04:15:12 go: downloading github.com/pebbe/zmq4 v1.2.2 04:15:12 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 04:15:12 go: downloading github.com/x448/float16 v0.8.4 04:15:12 go: downloading github.com/go-kit/kit v0.8.0 04:15:12 go: downloading github.com/imdario/mergo v0.3.11 04:15:12 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:15:12 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:15:12 go: downloading gopkg.in/yaml.v2 v2.4.0 04:15:12 go: downloading github.com/hashicorp/consul/api v1.1.0 04:15:12 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:15:12 go: downloading github.com/go-playground/validator/v10 v10.3.0 04:15:12 go: downloading github.com/mitchellh/copystructure v1.0.0 04:15:12 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:15:12 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:15:12 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:15:12 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:15:12 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:15:12 go: downloading github.com/hashicorp/serf v0.8.2 04:15:12 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:15:12 go: downloading github.com/go-playground/universal-translator v0.17.0 04:15:12 go: downloading github.com/leodido/go-urn v1.2.0 04:15:13 go: downloading github.com/go-playground/locales v0.13.0 04:15:13 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:15:13 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:15:13 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:15:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:15:23 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 04:15:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:15:25 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 04:15:25 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 04:15:25 go: downloading github.com/stretchr/testify v1.7.0 04:15:25 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:15:25 go: downloading github.com/pmezard/go-difflib v1.0.0 04:15:25 go: downloading github.com/davecgh/go-spew v1.1.1 04:15:27 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 04:15:27 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 04:15:27 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:15:28 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 04:15:29 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 04:15:29 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:15:30 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 04:15:31 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 04:15:31 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 04:15:31 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:15:32 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 04:15:32 go: downloading github.com/lib/pq v1.9.0 04:15:35 Building version 04:15:37 Staging config-common 04:15:38 Skipping stage go-build-helper (already ran) 04:15:38 Skipping stage static-packages (already ran) 04:15:38 Skipping stage go115 (already ran) 04:15:38 Staging edgex-go 04:15:38 Staging version 04:15:39 Priming config-common 04:15:40 Priming go-build-helper 04:15:41 Priming static-packages 04:15:43 Priming go115 04:15:44 Priming edgex-go 04:15:45 Priming version 04:15:46 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 04:15:50 provisioning config files... 04:15:50 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config6943546315512100531tmp [Pipeline] { [Pipeline] sh 04:15:50 + set +x 04:15:50 + curl -s https://codecov.io/bash 04:15:50 + bash -s -- 04:15:51 04:15:51 _____ _ 04:15:51 / ____| | | 04:15:51 | | ___ __| | ___ ___ _____ __ 04:15:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:15:51 | |___| (_) | (_| | __/ (_| (_) \ V / 04:15:51 \_____\___/ \__,_|\___|\___\___/ \_/ 04:15:51 Bash-20210129-7c25fce 04:15:51 04:15:51 04:15:51 ==> git version 2.24.3 found 04:15:51 ==> 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 04:15:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:15:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:15:51 curl: option -sm: expected a proper numerical parameter 04:15:51 curl: try 'curl --help' or 'curl --manual' for more information 04:15:51 ==> Jenkins CI detected. 04:15:51 project root: . 04:15:51 --> token set from env 04:15:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:15:51 ==> Running gcov in . (disable via -X gcov) 04:15:51 ==> Python coveragepy not found 04:15:51 ==> Searching for coverage reports in: 04:15:51 + . 04:15:51 -> Found 1 reports 04:15:51 ==> Detecting git/mercurial file structure 04:15:51 ==> Reading reports 04:15:51 + ./coverage.out bytes=580808 04:15:51 ==> Appending adjustments 04:15:51 https://docs.codecov.io/docs/fixing-reports 04:16:00 + Found adjustments 04:16:00 ==> Gzipping contents 04:16:00 88K /tmp/codecov.v5dXKx.gz 04:16:00 ==> Uploading reports 04:16:00 url: https://codecov.io 04:16:00 query: branch=PR-3121&commit=6c456ba41f11cdfb3eab0ee273d81ab42b99b939&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3121%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3121&job=&cmd_args= 04:16:00 -> Pinging Codecov 04:16:00 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3121&commit=6c456ba41f11cdfb3eab0ee273d81ab42b99b939&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3121%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3121&job=&cmd_args= 04:16:00 -> Uploading to 04:16:00 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/6c456ba41f11cdfb3eab0ee273d81ab42b99b939/972ee727-5789-4f20-9db9-3e65a6540565.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T041559Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9e9f51103b490cc304f6b755add5f51206f6b069c63187a733e4e497d804dae1 04:16:00 % Total % Received % Xferd Average Speed Time Time Time Current 04:16:00 Dload Upload Total Spent Left Speed 04:16:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87706 0 0 100 87706 0 132k --:--:-- --:--:-- --:--:-- 132k 100 87706 0 0 100 87706 0 132k --:--:-- --:--:-- --:--:-- 132k 04:16:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [Pipeline] } 04:16:00 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 04:16:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:16:05 ---> package-listing.sh 04:16:05 ++ tr '[:upper:]' '[:lower:]' 04:16:05 ++ facter osfamily 04:16:05 + OS_FAMILY=redhat 04:16:05 + workspace=/w/workspace/edgex-go/3 04:16:05 + START_PACKAGES=/tmp/packages_start.txt 04:16:05 + END_PACKAGES=/tmp/packages_end.txt 04:16:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:16:05 + PACKAGES=/tmp/packages_start.txt 04:16:05 + '[' /w/workspace/edgex-go/3 ']' 04:16:05 + PACKAGES=/tmp/packages_end.txt 04:16:05 + case "${OS_FAMILY}" in 04:16:05 + sort 04:16:05 + rpm -qa 04:16:13 + '[' -f /tmp/packages_start.txt ']' 04:16:13 + '[' -f /tmp/packages_end.txt ']' 04:16:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:16:13 + '[' /w/workspace/edgex-go/3 ']' 04:16:13 + mkdir -p /w/workspace/edgex-go/3/archives/ 04:16:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 04:16:14 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 04:16:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:16:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:16:15 04:16:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:16:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:16:16 alpine: Pulling from edgex-lftools-log-publisher 04:16:16 df20fa9351a1: Pulling fs layer 04:16:16 36b3adc4ff6f: Pulling fs layer 04:16:16 8ad3a11d3b57: Pulling fs layer 04:16:16 46f8f816bc3b: Pulling fs layer 04:16:16 93b61091891f: Pulling fs layer 04:16:16 93b9cdb0e59b: Pulling fs layer 04:16:16 5e14af77c1be: Pulling fs layer 04:16:16 01666e4c0597: Pulling fs layer 04:16:16 aa168da1d23b: Pulling fs layer 04:16:16 46f8f816bc3b: Waiting 04:16:16 93b9cdb0e59b: Waiting 04:16:16 5e14af77c1be: Waiting 04:16:16 93b61091891f: Waiting 04:16:16 01666e4c0597: Waiting 04:16:16 aa168da1d23b: Waiting 04:16:16 36b3adc4ff6f: Verifying Checksum 04:16:16 36b3adc4ff6f: Download complete 04:16:16 46f8f816bc3b: Verifying Checksum 04:16:16 46f8f816bc3b: Download complete 04:16:17 df20fa9351a1: Verifying Checksum 04:16:17 df20fa9351a1: Download complete 04:16:17 93b9cdb0e59b: Verifying Checksum 04:16:17 93b9cdb0e59b: Download complete 04:16:17 5e14af77c1be: Verifying Checksum 04:16:17 5e14af77c1be: Download complete 04:16:17 93b61091891f: Verifying Checksum 04:16:17 93b61091891f: Download complete 04:16:18 df20fa9351a1: Pull complete 04:16:18 8ad3a11d3b57: Verifying Checksum 04:16:18 8ad3a11d3b57: Download complete 04:16:18 36b3adc4ff6f: Pull complete 04:16:22 8ad3a11d3b57: Pull complete 04:16:22 46f8f816bc3b: Pull complete 04:16:24 93b61091891f: Pull complete 04:16:24 aa168da1d23b: Verifying Checksum 04:16:24 aa168da1d23b: Download complete 04:16:24 93b9cdb0e59b: Pull complete 04:16:24 5e14af77c1be: Pull complete 04:16:24 01666e4c0597: Pull complete 04:16:47 aa168da1d23b: Pull complete 04:16:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:16:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:16:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:16:49 prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container 04:16:49 $ 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 04:16:52 $ docker top 11b00df05df672cc598f5706913425bed45b1fb22c361ee3d219d97402c9c4d5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:53 + touch /tmp/pre-build-complete [Pipeline] sh 04:16:55 + mkdir -p /var/log/sa [Pipeline] sh 04:16:55 + ls /var/log/sa-host 04:16:55 + sadf -c /var/log/sa-host/sa04 04:16:55 file_magic: OK 04:16:55 HZ: Using current value: 100 04:16:55 file_header: OK 04:16:55 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 04:16:55 Statistics: 04:16:55 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... 04:16:55 File successfully converted to sysstat format version 12.2.1 04:16:55 + sadf -c /var/log/sa-host/sa23 04:16:55 file_magic: OK 04:16:55 HZ: Using current value: 100 04:16:55 file_header: OK 04:16:55 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 04:16:55 Statistics: 04:16:55 Hnuu...uuuununununu... 04:16:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:56 provisioning config files... 04:16:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5389167436974754050tmp [Pipeline] { [Pipeline] echo 04:16:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:16:57 ---> create-netrc.sh [Pipeline] } 04:16:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:16:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:16:58 ---> python-tools-install.sh [Pipeline] echo 04:16:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:16:59 ---> sudo-logs.sh 04:16:59 Archiving 'sudo' log.. [Pipeline] echo 04:16:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:17:00 ---> job-cost.sh 04:17:00 lf-activate-venv: SKIPPING 04:17:00 INFO: No Stack... 04:17:02 INFO: Retrieving Pricing Info for: v1-standard-2 04:17:03 INFO: Archiving Costs [Pipeline] echo 04:17:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:17:05 ---> logs-deploy.sh 04:17:05 lf-activate-venv: SKIPPING 04:17:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3121/3 04:17:05 INFO: archiving workspace using pattern(s): 04:17:07 Archives upload complete. 04:17:07 INFO: archiving logs to Nexus 04:17:09 ---> uname -a: 04:17:09 Linux prd-centos7-docker-4c-2g-24838.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:17:09 04:17:09 04:17:09 ---> lscpu: 04:17:09 Architecture: x86_64 04:17:09 CPU op-mode(s): 32-bit, 64-bit 04:17:09 Byte Order: Little Endian 04:17:09 Address sizes: 40 bits physical, 48 bits virtual 04:17:09 CPU(s): 4 04:17:09 On-line CPU(s) list: 0-3 04:17:09 Thread(s) per core: 1 04:17:09 Core(s) per socket: 1 04:17:09 Socket(s): 4 04:17:09 NUMA node(s): 1 04:17:09 Vendor ID: GenuineIntel 04:17:09 CPU family: 6 04:17:09 Model: 44 04:17:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:17:09 Stepping: 1 04:17:09 CPU MHz: 2933.438 04:17:09 BogoMIPS: 5866.87 04:17:09 Virtualization: VT-x 04:17:09 Hypervisor vendor: KVM 04:17:09 Virtualization type: full 04:17:09 L1d cache: 128 KiB 04:17:09 L1i cache: 128 KiB 04:17:09 L2 cache: 16 MiB 04:17:09 L3 cache: 64 MiB 04:17:09 NUMA node0 CPU(s): 0-3 04:17:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:17:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:17:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:17:09 Vulnerability Meltdown: Mitigation; PTI 04:17:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:17:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:17:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:17:09 Vulnerability Srbds: Not affected 04:17:09 Vulnerability Tsx async abort: Not affected 04:17:09 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 04:17:09 04:17:09 04:17:09 ---> nproc: 04:17:09 4 04:17:09 04:17:09 04:17:09 ---> df -h: 04:17:09 Filesystem Size Used Available Use% Mounted on 04:17:09 overlay 50.0G 11.7G 38.3G 23% / 04:17:09 tmpfs 64.0M 0 64.0M 0% /dev 04:17:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:17:09 shm 64.0M 0 64.0M 0% /dev/shm 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3 04:17:09 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3@tmp 04:17:09 04:17:09 04:17:09 ---> free -m: 04:17:09 total used free shared buff/cache available 04:17:09 Mem: 1837 722 122 0 992 1028 04:17:09 Swap: 1023 77 946 04:17:09 04:17:09 04:17:09 ---> ip addr: 04:17:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:17:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:17:09 inet 127.0.0.1/8 scope host lo 04:17:09 valid_lft forever preferred_lft forever 04:17:09 inet6 ::1/128 scope host 04:17:09 valid_lft forever preferred_lft forever 04:17:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:17:09 link/ether fa:16:3e:30:78:04 brd ff:ff:ff:ff:ff:ff 04:17:09 inet 10.30.122.39/23 brd 10.30.123.255 scope global dynamic eth0 04:17:09 valid_lft 84974sec preferred_lft 84974sec 04:17:09 inet6 fe80::f816:3eff:fe30:7804/64 scope link 04:17:09 valid_lft forever preferred_lft forever 04:17:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:17:09 link/ether 02:42:cd:96:9b:1c brd ff:ff:ff:ff:ff:ff 04:17:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:17:09 valid_lft forever preferred_lft forever 04:17:09 inet6 fe80::42:cdff:fe96:9b1c/64 scope link 04:17:09 valid_lft forever preferred_lft forever 04:17:09 04:17:09 04:17:09 ---> sar -b -r -n DEV: 04:17:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:17:09 04:17:09 03:53:09 LINUX RESTART (4 CPU) 04:17:09 04:17:09 03:54:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:17:09 03:55:02 65.65 15.42 50.23 0.00 5143.03 11202.06 0.00 04:17:09 03:56:01 215.26 107.05 108.21 0.00 7367.92 42903.26 0.00 04:17:09 03:57:01 225.46 94.22 131.24 0.00 4473.56 17831.73 0.00 04:17:09 03:58:01 109.46 32.22 77.24 0.00 1274.27 9672.13 0.00 04:17:09 03:59:02 80.99 49.68 31.30 0.00 1689.98 1895.50 0.00 04:17:09 04:00:01 76.47 27.11 49.36 0.00 1452.57 5858.38 0.00 04:17:09 04:01:01 58.94 8.94 49.99 0.00 510.99 17088.15 0.00 04:17:09 04:02:04 335.08 168.98 166.10 0.00 69469.58 122762.26 0.00 04:17:09 04:03:03 1397.49 1198.40 199.10 0.00 94342.14 99136.49 0.00 04:17:09 04:04:01 1491.65 1337.15 154.51 0.00 73951.38 81540.32 0.00 04:17:09 04:05:02 146.13 64.56 81.57 0.00 6328.43 16027.02 0.00 04:17:09 04:06:05 605.50 304.37 301.13 0.00 53640.57 101199.57 0.00 04:17:09 04:07:03 1404.11 1169.63 234.48 0.00 75823.45 81226.56 0.00 04:17:09 04:08:02 947.08 731.46 215.61 0.00 43923.24 44799.07 0.00 04:17:09 04:09:01 157.34 41.17 116.17 0.00 5115.29 13510.83 0.00 04:17:09 04:10:01 4.93 0.02 4.91 0.00 0.53 152.68 0.00 04:17:09 04:11:01 1.63 1.35 0.28 0.00 95.65 4.06 0.00 04:17:09 04:12:01 0.22 0.02 0.20 0.00 0.27 2.86 0.00 04:17:09 04:13:02 0.23 0.05 0.18 0.00 0.40 2.06 0.00 04:17:09 04:14:01 0.20 0.00 0.20 0.00 0.00 1.64 0.00 04:17:09 04:15:01 0.18 0.02 0.17 0.00 0.53 1.52 0.00 04:17:09 04:16:01 17.40 17.08 0.32 0.00 945.31 22.60 0.00 04:17:09 Average: 330.18 240.31 89.87 0.00 20228.73 30494.32 0.00 04:17:09 04:17:09 03:54:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:17:09 03:55:02 66972 0 705260 37.48 2620 1106692 1339672 45.72 587260 1022056 61240 04:17:09 03:56:01 81620 0 752856 40.01 1852 1045216 1471952 50.24 582476 976396 39136 04:17:09 03:57:01 125020 0 815472 43.34 1492 939560 1754128 59.87 628016 856500 51920 04:17:09 03:58:01 176100 0 877008 46.61 664 827772 1764828 60.23 703924 719304 15548 04:17:09 03:59:02 298604 0 788016 41.88 624 794300 1692372 57.76 570088 726732 64884 04:17:09 04:00:01 257728 0 778488 41.37 544 844784 1431436 48.85 591984 742132 36064 04:17:09 04:01:01 230920 0 743216 39.50 436 906972 1140588 38.93 528960 833596 86412 04:17:09 04:02:04 75736 0 858004 45.60 4 947800 2291236 78.20 632424 969344 48984 04:17:09 04:03:03 75136 0 861904 45.81 4 944500 2360352 80.55 747312 842572 80856 04:17:09 04:04:01 591168 0 799236 42.48 4 491136 2441556 83.33 439908 587696 60 04:17:09 04:05:02 325936 0 805552 42.81 4 750052 2157872 73.64 623988 663920 8520 04:17:09 04:06:05 74920 0 817964 43.47 4 988656 2178184 74.34 704800 877644 78944 04:17:09 04:07:03 74916 0 791116 42.05 4 1015508 2380500 81.24 567884 992268 27440 04:17:09 04:08:02 82156 0 1150856 61.17 4 648528 3197716 109.13 857032 686740 16 04:17:09 04:09:01 454524 0 641540 34.10 4 785476 1289808 44.02 549300 633652 20 04:17:09 04:10:01 461676 0 634376 33.72 4 785488 1199916 40.95 544404 632920 12 04:17:09 04:11:01 460648 0 632592 33.62 4 788300 1182704 40.36 543280 635756 12 04:17:09 04:12:01 461344 0 631876 33.58 4 788320 1182440 40.35 542812 635776 8 04:17:09 04:13:02 461632 0 631580 33.57 4 788328 1182440 40.35 542828 635788 12 04:17:09 04:14:01 461280 0 631924 33.59 4 788336 1182560 40.36 543212 635784 12 04:17:09 04:15:01 461624 0 631588 33.57 4 788328 1182476 40.36 542876 635784 12 04:17:09 04:16:01 429264 0 637656 33.89 4 814620 1184064 40.41 552528 656256 100 04:17:09 Average: 281315 0 755367 40.15 377 844485 1690400 57.69 596695 754483 27282 04:17:09 04:17:09 03:54:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:17:09 03:55:02 veth8830537 592.53 503.99 59.45 2062.46 0.00 0.00 0.00 0.00 04:17:09 03:55:02 eth0 1132.07 1120.36 5426.66 158.33 0.00 0.00 0.00 0.00 04:17:09 03:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 03:55:02 docker0 592.53 503.85 51.35 2062.45 0.00 0.00 0.00 0.00 04:17:09 03:56:01 eth0 457.01 431.69 3711.85 49.75 0.00 0.00 0.00 0.00 04:17:09 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 03:56:01 veth2299d31 19.86 33.04 1.34 179.63 0.00 0.00 0.00 0.00 04:17:09 03:56:01 docker0 191.63 172.54 15.35 825.05 0.00 0.00 0.00 0.00 04:17:09 03:57:01 veth353356e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 03:57:01 eth0 161.56 98.94 677.54 18.14 0.00 0.00 0.00 0.00 04:17:09 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 03:57:01 docker0 79.37 133.65 5.74 649.04 0.00 0.00 0.00 0.00 04:17:09 03:58:01 veth353356e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 03:58:01 eth0 27.19 23.34 16.75 53.39 0.00 0.00 0.00 0.00 04:17:09 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 03:59:02 veth353356e 1.63 1.63 0.13 0.14 0.00 0.00 0.00 0.00 04:17:09 03:59:02 eth0 26.19 20.55 17.24 35.54 0.00 0.00 0.00 0.00 04:17:09 03:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 03:59:02 docker0 1.63 1.63 0.11 0.14 0.00 0.00 0.00 0.00 04:17:09 04:00:01 veth353356e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:00:01 eth0 16.20 9.86 14.20 7.45 0.00 0.00 0.00 0.00 04:17:09 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:01:01 eth0 185.10 144.36 1687.85 82.60 0.00 0.00 0.00 0.00 04:17:09 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:02:04 veth792d145 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:02:04 eth0 18.81 14.83 21.49 8.05 0.00 0.00 0.00 0.00 04:17:09 04:02:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:02:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:03:03 veth792d145 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:03:03 eth0 40.00 26.92 162.74 8.00 0.00 0.00 0.00 0.00 04:17:09 04:03:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:03:03 docker0 14.82 23.95 0.84 150.05 0.00 0.00 0.00 0.00 04:17:09 04:04:01 vethfa40c07 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:04:01 veth3dd1630 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:04:01 veth52a0287 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:04:01 veth792d145 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:05:02 vethfa40c07 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:05:02 veth52a0287 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:05:02 veth792d145 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:05:02 vethd89d1be 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:06:05 veth792d145 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:06:05 eth0 2315.18 1994.91 13126.73 505.04 0.00 0.00 0.00 0.00 04:17:09 04:06:05 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 04:17:09 04:06:05 docker0 849.95 856.93 70.23 3910.38 0.00 0.00 0.00 0.00 04:17:09 04:07:03 veth792d145 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:07:03 veth0f84cf3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:07:03 veth45c7767 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 04:17:09 04:07:03 vethdd98fe2 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:08:02 veth792d145 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 04:17:09 04:08:02 vethe8ab58f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:08:02 eth0 2586.69 2216.39 14254.66 640.93 0.00 0.00 0.00 0.00 04:17:09 04:08:02 vethadf8de2 0.00 0.24 0.00 0.02 0.00 0.00 0.00 0.00 04:17:09 04:09:01 eth0 79.89 55.13 148.86 77.68 0.00 0.00 0.00 0.00 04:17:09 04:09:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:17:09 04:09:01 docker0 934.73 971.46 76.74 4448.15 0.00 0.00 0.00 0.00 04:17:09 04:10:01 eth0 0.67 0.27 0.46 0.02 0.00 0.00 0.00 0.00 04:17:09 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:11:01 eth0 0.43 0.48 0.27 0.21 0.00 0.00 0.00 0.00 04:17:09 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:12:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 04:17:09 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:13:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:17:09 04:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:14:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 04:17:09 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:15:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 04:17:09 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:16:01 eth0 8.90 7.12 8.11 4.55 0.00 0.00 0.00 0.00 04:17:09 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 Average: eth0 113.40 98.37 626.33 31.46 0.00 0.00 0.00 0.00 04:17:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:09 Average: docker0 41.91 43.56 3.44 199.46 0.00 0.00 0.00 0.00 04:17:09 04:17:09 04:17:09 ---> sar -P ALL: 04:17:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:17:09 04:17:09 03:53:09 LINUX RESTART (4 CPU) 04:17:09 04:17:09 03:54:02 CPU %user %nice %system %iowait %steal %idle 04:17:09 03:55:02 all 11.28 0.00 5.10 1.09 13.90 68.63 04:17:09 03:55:02 0 11.77 0.00 6.16 1.29 14.61 66.18 04:17:09 03:55:02 1 10.12 0.00 4.76 1.85 13.72 69.55 04:17:09 03:55:02 2 9.65 0.00 5.12 0.65 13.58 70.99 04:17:09 03:55:02 3 13.64 0.00 4.39 0.55 13.70 67.72 04:17:09 03:56:01 all 9.54 0.00 5.49 1.27 16.26 67.43 04:17:09 03:56:01 0 8.24 0.00 6.22 1.79 16.09 67.67 04:17:09 03:56:01 1 8.20 0.00 5.38 0.83 16.86 68.72 04:17:09 03:56:01 2 12.80 0.00 5.60 1.61 15.64 64.35 04:17:09 03:56:01 3 8.94 0.00 4.78 0.88 16.43 68.96 04:17:09 03:57:01 all 11.88 0.00 6.61 4.95 16.29 60.26 04:17:09 03:57:01 0 10.65 0.00 6.29 4.62 17.11 61.32 04:17:09 03:57:01 1 14.61 0.00 8.03 6.15 15.82 55.38 04:17:09 03:57:01 2 11.07 0.00 5.95 5.13 15.39 62.46 04:17:09 03:57:01 3 11.28 0.00 6.21 3.92 16.82 61.78 04:17:09 03:58:01 all 45.35 0.00 12.46 3.36 22.34 16.49 04:17:09 03:58:01 0 40.12 0.00 12.17 2.52 23.72 21.47 04:17:09 03:58:01 1 55.11 0.00 12.79 2.46 19.18 10.47 04:17:09 03:58:01 2 39.44 0.00 12.18 4.80 23.63 19.95 04:17:09 03:58:01 3 47.18 0.00 12.73 3.65 22.73 13.71 04:17:09 03:59:02 all 33.51 0.00 12.19 1.63 24.09 28.58 04:17:09 03:59:02 0 34.39 0.00 12.03 1.72 23.41 28.45 04:17:09 03:59:02 1 37.77 0.00 13.27 1.95 22.86 24.14 04:17:09 03:59:02 2 26.94 0.00 10.03 1.40 25.57 36.05 04:17:09 03:59:02 3 35.52 0.00 13.64 1.45 24.43 24.96 04:17:09 04:00:01 all 29.33 0.00 12.89 3.16 24.01 30.61 04:17:09 04:00:01 0 28.12 0.00 12.57 2.77 24.69 31.86 04:17:09 04:00:01 1 31.04 0.00 13.98 4.37 22.38 28.23 04:17:09 04:00:01 2 31.03 0.00 13.15 1.66 23.96 30.21 04:17:09 04:00:01 3 27.18 0.00 11.86 3.85 25.00 32.12 04:17:09 04:01:01 all 10.12 0.00 7.70 0.39 25.01 56.78 04:17:09 04:01:01 0 9.51 0.00 7.40 0.28 25.53 57.27 04:17:09 04:01:01 1 9.62 0.00 7.53 0.91 24.74 57.19 04:17:09 04:01:01 2 10.90 0.00 8.53 0.27 23.89 56.40 04:17:09 04:01:01 3 10.44 0.00 7.35 0.12 25.84 56.25 04:17:09 04:02:04 all 9.80 0.00 10.65 5.62 31.28 42.65 04:17:09 04:02:04 0 10.87 0.00 10.43 4.54 31.83 42.32 04:17:09 04:02:04 1 9.33 0.00 11.00 7.00 30.72 41.95 04:17:09 04:02:04 2 10.39 0.00 10.49 5.59 30.84 42.69 04:17:09 04:02:04 3 8.61 0.00 10.69 5.35 31.71 43.64 04:17:09 04:03:03 all 7.13 0.00 12.22 21.64 33.53 25.48 04:17:09 04:03:03 0 6.96 0.00 13.61 19.62 33.04 26.77 04:17:09 04:03:03 1 6.65 0.00 11.85 22.91 34.20 24.39 04:17:09 04:03:03 2 7.05 0.00 11.32 21.01 33.69 26.93 04:17:09 04:03:03 3 7.86 0.00 12.14 22.96 33.17 23.86 04:17:09 04:04:01 all 8.86 0.00 7.57 23.67 39.55 20.36 04:17:09 04:04:01 0 8.73 0.00 7.47 22.37 38.39 23.03 04:17:09 04:04:01 1 8.46 0.00 7.62 25.47 39.53 18.92 04:17:09 04:04:01 2 9.12 0.00 7.23 24.89 38.66 20.10 04:17:09 04:04:01 3 9.13 0.00 7.96 21.91 41.66 19.33 04:17:09 04:05:02 all 67.25 0.00 13.54 1.04 17.35 0.82 04:17:09 04:05:02 0 64.73 0.00 12.53 1.54 20.95 0.25 04:17:09 04:05:02 1 66.60 0.00 12.49 0.79 18.90 1.23 04:17:09 04:05:02 2 70.32 0.00 13.46 0.61 14.49 1.11 04:17:09 04:05:02 3 67.27 0.00 15.73 1.24 15.11 0.66 04:17:09 04:17:09 04:05:02 CPU %user %nice %system %iowait %steal %idle 04:17:09 04:06:05 all 11.72 0.00 13.60 14.47 32.91 27.30 04:17:09 04:06:05 0 13.81 0.00 15.32 13.52 32.75 24.59 04:17:09 04:06:05 1 10.37 0.00 12.54 15.48 32.56 29.05 04:17:09 04:06:05 2 10.95 0.00 12.67 15.69 32.73 27.97 04:17:09 04:06:05 3 11.84 0.00 13.95 13.12 33.62 27.47 04:17:09 04:07:03 all 15.50 0.00 13.82 22.97 33.32 14.39 04:17:09 04:07:03 0 14.08 0.00 12.75 26.16 33.85 13.16 04:17:09 04:07:03 1 15.20 0.00 13.21 21.75 33.66 16.19 04:17:09 04:07:03 2 16.09 0.00 14.87 23.61 31.91 13.53 04:17:09 04:07:03 3 16.69 0.00 14.52 20.28 33.83 14.67 04:17:09 04:08:02 all 32.65 0.00 13.80 17.10 26.23 10.23 04:17:09 04:08:02 0 30.70 0.00 13.63 17.71 25.84 12.12 04:17:09 04:08:02 1 30.39 0.00 13.19 19.14 26.64 10.64 04:17:09 04:08:02 2 35.31 0.00 13.50 16.03 25.29 9.87 04:17:09 04:08:02 3 34.29 0.00 14.91 15.44 27.15 8.22 04:17:09 04:09:01 all 17.64 0.00 8.98 4.90 20.91 47.58 04:17:09 04:09:01 0 17.72 0.00 8.70 5.21 22.71 45.67 04:17:09 04:09:01 1 18.67 0.00 9.77 5.24 18.98 47.34 04:17:09 04:09:01 2 19.51 0.00 9.67 6.01 18.55 46.26 04:17:09 04:09:01 3 14.71 0.00 7.81 3.16 23.36 50.96 04:17:09 04:10:01 all 0.10 0.00 0.07 0.00 0.49 99.34 04:17:09 04:10:01 0 0.03 0.00 0.10 0.00 0.53 99.34 04:17:09 04:10:01 1 0.32 0.00 0.03 0.00 0.60 99.05 04:17:09 04:10:01 2 0.05 0.00 0.08 0.00 0.53 99.33 04:17:09 04:10:01 3 0.02 0.00 0.07 0.00 0.30 99.62 04:17:09 04:11:01 all 0.13 0.00 0.10 0.02 0.56 99.19 04:17:09 04:11:01 0 0.02 0.00 0.05 0.00 0.35 99.58 04:17:09 04:11:01 1 0.35 0.00 0.05 0.07 1.08 98.46 04:17:09 04:11:01 2 0.07 0.00 0.08 0.00 0.37 99.48 04:17:09 04:11:01 3 0.10 0.00 0.23 0.00 0.43 99.24 04:17:09 04:12:01 all 0.09 0.00 0.03 0.00 0.19 99.69 04:17:09 04:12:01 0 0.05 0.00 0.05 0.00 0.42 99.48 04:17:09 04:12:01 1 0.27 0.00 0.03 0.00 0.17 99.53 04:17:09 04:12:01 2 0.03 0.00 0.03 0.00 0.10 99.83 04:17:09 04:12:01 3 0.00 0.00 0.02 0.00 0.08 99.90 04:17:09 04:13:02 all 0.12 0.00 0.20 0.01 0.64 99.03 04:17:09 04:13:02 0 0.03 0.00 0.17 0.00 0.55 99.25 04:17:09 04:13:02 1 0.32 0.00 0.37 0.00 0.65 98.67 04:17:09 04:13:02 2 0.07 0.00 0.17 0.02 0.83 98.92 04:17:09 04:13:02 3 0.07 0.00 0.10 0.03 0.55 99.25 04:17:09 04:14:01 all 0.10 0.00 0.03 0.00 0.30 99.56 04:17:09 04:14:01 0 0.00 0.00 0.03 0.00 0.14 99.83 04:17:09 04:14:01 1 0.32 0.00 0.02 0.00 0.25 99.41 04:17:09 04:14:01 2 0.07 0.00 0.05 0.00 0.74 99.14 04:17:09 04:14:01 3 0.02 0.00 0.02 0.00 0.08 99.88 04:17:09 04:15:01 all 0.10 0.00 0.02 0.00 0.29 99.59 04:17:09 04:15:01 0 0.02 0.00 0.00 0.00 0.12 99.87 04:17:09 04:15:01 1 0.30 0.00 0.02 0.00 0.32 99.37 04:17:09 04:15:01 2 0.08 0.00 0.05 0.00 0.70 99.17 04:17:09 04:15:01 3 0.00 0.00 0.00 0.00 0.03 99.97 04:17:09 04:16:01 all 1.05 0.00 0.83 0.74 3.90 93.50 04:17:09 04:16:01 0 0.88 0.00 0.76 0.81 4.13 93.41 04:17:09 04:16:01 1 1.17 0.00 0.76 0.60 4.66 92.81 04:17:09 04:16:01 2 1.40 0.00 1.20 0.68 3.38 93.33 04:17:09 04:16:01 3 0.74 0.00 0.57 0.85 3.41 94.43 04:17:09 04:17:09 Average: CPU %user %nice %system %iowait %steal %idle 04:17:09 Average: all 13.78 0.00 7.00 5.80 17.30 56.12 04:17:09 Average: 0 13.36 0.00 7.04 5.71 17.63 56.26 04:17:09 Average: 1 14.17 0.00 7.03 6.26 17.11 55.42 04:17:09 Average: 2 13.84 0.00 6.91 5.88 16.95 56.42 04:17:09 Average: 3 13.72 0.00 7.01 5.34 17.53 56.40 04:17:09 04:17:09 04:17:09