Pull request #3003 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 beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at 6aacc02e765899b5f00a422c0b56178915ca79e6 rather than bc25e4a56a4dad7537b692b87b96e09b0079012f Obtained Jenkinsfile from 6aacc02e765899b5f00a422c0b56178915ca79e6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19137 in /w/workspace/edgexfoundry_edgex-go_PR-3003 [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 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit bc25e4a56a4dad7537b692b87b96e09b0079012f Merge succeeded, producing f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 Checking out Revision f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 (PR-3003) > 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/3003/head:refs/remotes/origin/PR-3003 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc25e4a56a4dad7537b692b87b96e09b0079012f # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 # timeout=10 Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:15:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:15:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:15:55 ========================================================= 22:15:55 EdgeX Global Pipelines Version Info 22:15:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ec616228cce920f28329a6c8568758a2bc094f92 # timeout=10 22:15:57 ------------------- 22:15:57 stable info: 22:15:57 ------------------- 22:15:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:15:57 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:15:57 Message: update stable to v1.0.173 22:15:58 ------------------- 22:15:58 experimental info: 22:15:58 ------------------- 22:15:58 Commited By: **** collab-it+edgex@linuxfoundation.org 22:15:58 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:15:58 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:15:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:15:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:16:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:16:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:16:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:16:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:16:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:16:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:16:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:16:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:16:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:16:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:16:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:16:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3003 [Pipeline] echo 22:16:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3003 [Pipeline] echo 22:16:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3003 [Pipeline] echo 22:16:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 [Pipeline] echo 22:16:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6cd24b [Pipeline] echo 22:16:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:16:02 provisioning config files... 22:16:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6934699408904780490tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:02 ---> docker-login.sh 22:16:02 nexus3.edgexfoundry.org:10001 22:16:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:03 Configure a credential helper to remove this warning. See 22:16:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:03 22:16:03 Login Succeeded 22:16:03 nexus3.edgexfoundry.org:10002 22:16:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:03 Configure a credential helper to remove this warning. See 22:16:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:03 22:16:03 Login Succeeded 22:16:03 nexus3.edgexfoundry.org:10003 22:16:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:04 Configure a credential helper to remove this warning. See 22:16:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:04 22:16:04 Login Succeeded 22:16:04 nexus3.edgexfoundry.org:10004 22:16:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:04 Configure a credential helper to remove this warning. See 22:16:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:04 22:16:04 Login Succeeded 22:16:04 docker.io 22:16:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:05 Configure a credential helper to remove this warning. See 22:16:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:05 22:16:05 Login Succeeded 22:16:05 ---> docker-login.sh ends [Pipeline] } 22:16:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:05 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:16:05 + for file in '`ls cmd/**/Dockerfile`' 22:16:05 ++ dirname cmd/core-command/Dockerfile 22:16:05 ++ cut -d/ -f2 22:16:05 + echo core-command,cmd/core-command/Dockerfile 22:16:05 + for file in '`ls cmd/**/Dockerfile`' 22:16:05 ++ dirname cmd/core-data/Dockerfile 22:16:05 ++ cut -d/ -f2 22:16:05 + echo core-data,cmd/core-data/Dockerfile 22:16:05 + for file in '`ls cmd/**/Dockerfile`' 22:16:05 ++ cut -d/ -f2 22:16:05 ++ dirname cmd/core-metadata/Dockerfile 22:16:05 + echo core-metadata,cmd/core-metadata/Dockerfile 22:16:05 + for file in '`ls cmd/**/Dockerfile`' 22:16:05 ++ dirname cmd/security-bootstrap-redis/Dockerfile 22:16:05 ++ cut -d/ -f2 22:16:05 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 22:16:05 + for file in '`ls cmd/**/Dockerfile`' 22:16:05 ++ dirname cmd/security-proxy-setup/Dockerfile 22:16:05 ++ cut -d/ -f2 22:16:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:16:05 + for file in '`ls cmd/**/Dockerfile`' 22:16:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:16:05 ++ cut -d/ -f2 22:16:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:16:05 + for file in '`ls cmd/**/Dockerfile`' 22:16:05 ++ dirname cmd/support-notifications/Dockerfile 22:16:05 ++ cut -d/ -f2 22:16:05 + echo support-notifications,cmd/support-notifications/Dockerfile 22:16:05 + for file in '`ls cmd/**/Dockerfile`' 22:16:05 ++ dirname cmd/support-scheduler/Dockerfile 22:16:05 ++ cut -d/ -f2 22:16:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:16:05 + for file in '`ls cmd/**/Dockerfile`' 22:16:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:16:05 ++ cut -d/ -f2 22:16:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:16:06 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:16:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:16:06 22:16:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:16:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:16:07 latest: Pulling from edgex-devops/git-semver 22:16:07 31603596830f: Pulling fs layer 22:16:07 2a8b12db71e7: Pulling fs layer 22:16:07 6ca5941a6612: Pulling fs layer 22:16:07 ecc8261a40a4: Pulling fs layer 22:16:07 ecc8261a40a4: Waiting 22:16:07 2a8b12db71e7: Verifying Checksum 22:16:07 2a8b12db71e7: Download complete 22:16:08 31603596830f: Verifying Checksum 22:16:08 31603596830f: Download complete 22:16:08 ecc8261a40a4: Verifying Checksum 22:16:08 ecc8261a40a4: Download complete 22:16:08 6ca5941a6612: Verifying Checksum 22:16:08 6ca5941a6612: Download complete 22:16:08 31603596830f: Pull complete 22:16:09 2a8b12db71e7: Pull complete 22:16:11 6ca5941a6612: Pull complete 22:16:11 ecc8261a40a4: Pull complete 22:16:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:16:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:16:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:16:12 prd-centos7-docker-4c-2g-19137 does not seem to be running inside a container 22:16:12 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:16:15 $ docker top 985bd3b67b03f4f322147adf5999ae0db7a3e78bcd14e220c4630da45c0f81b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:16:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:15 [ssh-agent] Looking for ssh-agent implementation... 22:16:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:15 $ docker exec 985bd3b67b03f4f322147adf5999ae0db7a3e78bcd14e220c4630da45c0f81b1 ssh-agent 22:16:16 SSH_AUTH_SOCK=/tmp/ssh-3CkW8wsU7GYB/agent.12 22:16:16 SSH_AGENT_PID=17 22:16:16 Running ssh-add (command line suppressed) 22:16:16 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5833241753686011540.key (/w/workspace/edgex-go/3@tmp/private_key_5833241753686011540.key) 22:16:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:17 + git tag --points-at HEAD [Pipeline] } 22:16:17 $ docker exec --env ******** --env ******** 985bd3b67b03f4f322147adf5999ae0db7a3e78bcd14e220c4630da45c0f81b1 ssh-agent -k 22:16:17 unset SSH_AUTH_SOCK; 22:16:17 unset SSH_AGENT_PID; 22:16:17 echo Agent pid 17 killed; 22:16:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:16:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:18 [ssh-agent] Looking for ssh-agent implementation... 22:16:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:18 $ docker exec 985bd3b67b03f4f322147adf5999ae0db7a3e78bcd14e220c4630da45c0f81b1 ssh-agent 22:16:19 SSH_AUTH_SOCK=/tmp/ssh-8UNWy1QyRCBU/agent.45 22:16:19 SSH_AGENT_PID=51 22:16:19 Running ssh-add (command line suppressed) 22:16:19 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3476298932626398227.key (/w/workspace/edgex-go/3@tmp/private_key_3476298932626398227.key) 22:16:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:19 + git semver init 22:16:19 # -> Open(): unable to determine branch for HEAD 22:16:19 # $GIT_DIR = /w/workspace/edgex-go/3/.git 22:16:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 22:16:19 # $SEMVER_REMOTE_NAME = origin 22:16:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:16:19 # $SEMVER_USER_NAME = edgex-jenkins 22:16:19 # $SEMVER_BRANCH = PR-3003 22:16:19 # $SEMVER_TEMP = /tmp/semver-389225083 22:16:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:16:52 # '/tmp/semver-389225083' -> '/w/workspace/edgex-go/3/.semver' 22:16:52 # -> Force: false 22:16:52 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 22:16:52 $ docker exec --env ******** --env ******** 985bd3b67b03f4f322147adf5999ae0db7a3e78bcd14e220c4630da45c0f81b1 ssh-agent -k 22:16:53 unset SSH_AUTH_SOCK; 22:16:53 unset SSH_AGENT_PID; 22:16:53 echo Agent pid 51 killed; 22:16:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:54 + git semver [Pipeline] } 22:16:54 $ docker stop --time=1 985bd3b67b03f4f322147adf5999ae0db7a3e78bcd14e220c4630da45c0f81b1 22:16:57 $ docker rm -f 985bd3b67b03f4f322147adf5999ae0db7a3e78bcd14e220c4630da45c0f81b1 [Pipeline] // withDockerContainer [Pipeline] sh 22:16:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:16:58 Stashed 1 file(s) [Pipeline] echo 22:16:58 [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 22:16:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:17:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:17:00 + true 22:17:00 + sudo service docker restart 22:17:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:17:01 ========================================================= 22:17:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:17:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:17:01 + 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 . 22:17:08 Sending build context to Docker daemon 326.4MB 22:17:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:17:08 Step 2/6 : FROM ${BASE} 22:17:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:17:08 188c0c94c7c5: Pulling fs layer 22:17:08 0ef7d3d256c8: Pulling fs layer 22:17:08 de9db76c5a1d: Pulling fs layer 22:17:08 bca2f99d35d6: Pulling fs layer 22:17:08 93359f2a8cfa: Pulling fs layer 22:17:08 7c6f9722023f: Pulling fs layer 22:17:08 a35cf1a2eb13: Pulling fs layer 22:17:08 93359f2a8cfa: Waiting 22:17:08 7c6f9722023f: Waiting 22:17:08 a35cf1a2eb13: Waiting 22:17:08 de9db76c5a1d: Verifying Checksum 22:17:08 de9db76c5a1d: Download complete 22:17:08 0ef7d3d256c8: Verifying Checksum 22:17:08 0ef7d3d256c8: Download complete 22:17:08 93359f2a8cfa: Verifying Checksum 22:17:08 93359f2a8cfa: Download complete 22:17:08 7c6f9722023f: Download complete 22:17:08 188c0c94c7c5: Verifying Checksum 22:17:08 188c0c94c7c5: Download complete 22:17:08 188c0c94c7c5: Pull complete 22:17:08 0ef7d3d256c8: Pull complete 22:17:09 de9db76c5a1d: Pull complete 22:17:12 a35cf1a2eb13: Verifying Checksum 22:17:12 a35cf1a2eb13: Download complete 22:17:14 Still waiting to schedule task 22:17:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:17:17 bca2f99d35d6: Verifying Checksum 22:17:17 bca2f99d35d6: Download complete 22:17:27 bca2f99d35d6: Pull complete 22:17:27 93359f2a8cfa: Pull complete 22:17:27 7c6f9722023f: Pull complete 22:17:33 a35cf1a2eb13: Pull complete 22:17:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:17:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:17:33 ---> a62c8e92a672 22:17:33 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 22:17:33 ---> Running in bd2b6f50b738 22:17:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:36 (1/12) Installing libmagic (5.38-r0) 22:17:36 (2/12) Installing file (5.38-r0) 22:17:36 (3/12) Installing libc-dev (0.7.2-r3) 22:17:36 (4/12) Installing g++ (9.3.0-r2) 22:17:54 (5/12) Installing fortify-headers (1.1-r0) 22:17:54 (6/12) Installing patch (2.7.6-r6) 22:17:54 (7/12) Installing build-base (0.5-r2) 22:17:54 (8/12) Installing libsodium (1.0.18-r0) 22:17:54 (9/12) Installing pkgconf (1.7.2-r0) 22:17:54 (10/12) Installing libsodium-dev (1.0.18-r0) 22:17:54 (11/12) Installing libzmq (4.3.3-r0) 22:17:54 (12/12) Installing zeromq-dev (4.3.3-r0) 22:17:54 Executing busybox-1.31.1-r19.trigger 22:17:54 OK: 233 MiB in 51 packages 22:17:56 Removing intermediate container bd2b6f50b738 22:17:56 ---> 090b3b7b08b0 22:17:56 Step 4/6 : WORKDIR /edgex-go 22:17:56 ---> Running in 9ea1eca49a38 22:17:56 Removing intermediate container 9ea1eca49a38 22:17:56 ---> 6ddf342c901f 22:17:56 Step 5/6 : COPY go.mod . 22:17:57 ---> 8b18c9915e43 22:17:57 Step 6/6 : RUN go mod download 22:17:57 ---> Running in f3900ff199e7 22:18:24 Removing intermediate container f3900ff199e7 22:18:24 ---> 790c0b52391c 22:18:24 Successfully built 790c0b52391c 22:18:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:18:24 + docker inspect -f . ci-base-image-x86_64 22:18:25 . [Pipeline] withDockerContainer 22:18:25 prd-centos7-docker-4c-2g-19137 does not seem to be running inside a container 22:18:25 $ 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 ******** ci-base-image-x86_64 cat 22:18:27 $ docker top 0f79eaf6dcf48579651e050d154ea764f433dd999f1395a2c9a51febaaf1b780 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:28 + go version 22:18:28 go version go1.15.5 linux/amd64 [Pipeline] } 22:18:28 $ docker stop --time=1 0f79eaf6dcf48579651e050d154ea764f433dd999f1395a2c9a51febaaf1b780 22:18:30 $ docker rm -f 0f79eaf6dcf48579651e050d154ea764f433dd999f1395a2c9a51febaaf1b780 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:18:31 + docker inspect -f . ci-base-image-x86_64 22:18:31 . [Pipeline] withDockerContainer 22:18:31 prd-centos7-docker-4c-2g-19137 does not seem to be running inside a container 22:18:31 $ 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 ******** ci-base-image-x86_64 cat 22:18:33 $ docker top 2007aea613d996d96805aa29639555488e73f47e0ce63e09891e52c15884125b -eo pid,comm [Pipeline] { [Pipeline] echo 22:18:34 ========================================================= 22:18:34 [edgeXBuildGoParallel] Running Tests and Build... 22:18:34 ========================================================= [Pipeline] sh 22:18:34 + make test 22:18:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:18:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19138 in /w/workspace/edgexfoundry_edgex-go_PR-3003 [Pipeline] { [Pipeline] ws 22:18:50 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:18:52 ? github.com/edgexfoundry/edgex-go [no test files] 22:18:55 using credential edgex-jenkins-ssh 22:18:55 Cloning the remote Git repository 22:18:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:18:55 > git init /w/workspace/edgex-go/3 # timeout=10 22:18:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:18:55 > git --version # timeout=10 22:18:55 > git --version # 'git version 2.17.1' 22:18:55 using GIT_SSH to set credentials SSH Credentials for GitHub 22:18:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:19:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:19:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:19:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:19:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:19:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:19:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3003/head:refs/remotes/origin/PR-3003 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:19:11 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit bc25e4a56a4dad7537b692b87b96e09b0079012f 22:19:11 Merge succeeded, producing e9953b7bfde094484ab41c17f41c0780e0f4298b 22:19:11 Checking out Revision e9953b7bfde094484ab41c17f41c0780e0f4298b (PR-3003) 22:19:11 > git config core.sparsecheckout # timeout=10 22:19:11 > git checkout -f bc25e4a56a4dad7537b692b87b96e09b0079012f # timeout=10 22:19:11 > git remote # timeout=10 22:19:11 > git config --get remote.origin.url # timeout=10 22:19:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:19:11 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 22:19:11 > git rev-parse HEAD^{commit} # timeout=10 22:19:11 > git config core.sparsecheckout # timeout=10 22:19:11 > git checkout -f e9953b7bfde094484ab41c17f41c0780e0f4298b # timeout=10 22:19:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:19:16 Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" 22:19:16 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script 22:19:16 > git rev-list --no-walk ec616228cce920f28329a6c8568758a2bc094f92 # timeout=10 [Pipeline] { [Pipeline] sh 22:19:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:19:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:19:18 + + true 22:19:18 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:19:20 provisioning config files... 22:19:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config791018439530476029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:19:21 ---> docker-login.sh 22:19:21 nexus3.edgexfoundry.org:10001 22:19:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:22 Configure a credential helper to remove this warning. See 22:19:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:22 22:19:22 Login Succeeded 22:19:22 nexus3.edgexfoundry.org:10002 22:19:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:22 Configure a credential helper to remove this warning. See 22:19:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:22 22:19:22 Login Succeeded 22:19:22 nexus3.edgexfoundry.org:10003 22:19:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:23 Configure a credential helper to remove this warning. See 22:19:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:23 22:19:23 Login Succeeded 22:19:23 nexus3.edgexfoundry.org:10004 22:19:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:24 Configure a credential helper to remove this warning. See 22:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:24 22:19:24 Login Succeeded 22:19:24 docker.io 22:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:19:24 Configure a credential helper to remove this warning. See 22:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:19:24 22:19:24 Login Succeeded 22:19:24 ---> docker-login.sh ends [Pipeline] } 22:19:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:19:25 ========================================================= 22:19:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:19:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:19:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:19:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:19:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:19:25 + 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 . 22:19:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:19:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:19:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:19:27 Sending build context to Docker daemon 165.5MB 22:19:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:19:27 Step 2/6 : FROM ${BASE} 22:19:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:19:28 5f621e34cdf4: Pulling fs layer 22:19:28 a4357932f1b6: Pulling fs layer 22:19:28 18c013af1878: Pulling fs layer 22:19:28 00ac8860ef70: Pulling fs layer 22:19:28 63d7cb157983: Pulling fs layer 22:19:28 b116817d02f9: Pulling fs layer 22:19:28 745a02a5169b: Pulling fs layer 22:19:28 b116817d02f9: Waiting 22:19:28 745a02a5169b: Waiting 22:19:28 00ac8860ef70: Waiting 22:19:28 63d7cb157983: Waiting 22:19:28 18c013af1878: Verifying Checksum 22:19:28 18c013af1878: Download complete 22:19:28 a4357932f1b6: Download complete 22:19:28 63d7cb157983: Download complete 22:19:28 b116817d02f9: Verifying Checksum 22:19:28 b116817d02f9: Download complete 22:19:28 5f621e34cdf4: Download complete 22:19:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:19:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:19:28 5f621e34cdf4: Pull complete 22:19:29 a4357932f1b6: Pull complete 22:19:29 18c013af1878: Pull complete 22:19:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:19:30 745a02a5169b: Verifying Checksum 22:19:30 745a02a5169b: Download complete 22:19:31 00ac8860ef70: Verifying Checksum 22:19:31 00ac8860ef70: Download complete 22:19:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:19:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:19:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:19:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.154s coverage: 46.6% of statements 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:19:42 00ac8860ef70: Pull complete 22:19:42 63d7cb157983: Pull complete 22:19:42 b116817d02f9: Pull complete 22:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.287s coverage: 27.0% of statements 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.162s coverage: 100.0% of statements 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.461s coverage: 77.8% of statements 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 82.4% of statements 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.537s coverage: 28.6% of statements 22:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements 22:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 22:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.174s coverage: 86.7% of statements 22:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:19:45 745a02a5169b: Pull complete 22:19:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:19:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:19:45 ---> b7e6874047d6 22:19:45 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 22:19:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.238s coverage: 97.5% of statements 22:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:19:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.108s coverage: 78.3% of statements 22:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:19:48 ---> Running in 893a13999922 22:19:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:19:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.846s coverage: 93.8% of statements 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:19:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:19:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.065s coverage: 100.0% of statements 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.112s coverage: 75.5% of statements 22:19:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.133s coverage: 80.8% of statements 22:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements 22:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:19:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.2% of statements 22:19:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.4% of statements 22:19:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:19:51 (1/12) Installing libmagic (5.38-r0) 22:19:52 (2/12) Installing file (5.38-r0) 22:19:52 (3/12) Installing libc-dev (0.7.2-r3) 22:19:52 (4/12) Installing g++ (9.3.0-r2) 22:19:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.325s coverage: 63.5% of statements 22:19:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:19:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:19:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 22:19:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements 22:19:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.121s coverage: 100.0% of statements 22:19:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 22:19:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 22:19:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.066s coverage: 55.9% of statements 22:19:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:19:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:19:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:19:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:19:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:19:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.164s coverage: 37.0% of statements 22:19:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:19:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:19:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.952s coverage: 84.0% of statements 22:19:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.128s coverage: 100.0% of statements 22:19:59 (5/12) Installing fortify-headers (1.1-r0) 22:19:59 (6/12) Installing patch (2.7.6-r6) 22:19:59 (7/12) Installing build-base (0.5-r2) 22:19:59 (8/12) Installing libsodium (1.0.18-r0) 22:19:59 (9/12) Installing pkgconf (1.7.2-r0) 22:19:59 (10/12) Installing libsodium-dev (1.0.18-r0) 22:19:59 (11/12) Installing libzmq (4.3.3-r0) 22:19:59 (12/12) Installing zeromq-dev (4.3.3-r0) 22:19:59 Executing busybox-1.31.1-r19.trigger 22:19:59 OK: 217 MiB in 51 packages 22:20:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.211s coverage: 47.1% of statements 22:20:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:20:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:20:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:20:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:20:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:20:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements 22:20:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:20:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.090s coverage: 100.0% of statements 22:20:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:20:03 Removing intermediate container 893a13999922 22:20:03 ---> dde1867b9b5e 22:20:03 Step 4/6 : WORKDIR /edgex-go 22:20:03 ---> Running in 1756961c228b 22:20:03 Removing intermediate container 1756961c228b 22:20:03 ---> baadda3529bf 22:20:03 Step 5/6 : COPY go.mod . 22:20:04 ---> 5191269c03b6 22:20:04 Step 6/6 : RUN go mod download 22:20:04 ---> Running in 4f6fc24df9d6 22:20:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.122s coverage: 29.1% of statements 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:20:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:20:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.162s coverage: 100.0% of statements 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:20:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:20:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.118s coverage: 100.0% of statements 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:20:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:20:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:20:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 22:20:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements 22:20:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements 22:20:06 GO111MODULE=on go vet ./... 22:20:31 Removing intermediate container 4f6fc24df9d6 22:20:31 ---> fddd57b70ab6 22:20:31 Successfully built fddd57b70ab6 22:20:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:20:31 + docker inspect -f . ci-base-image-arm64 22:20:31 . [Pipeline] withDockerContainer 22:20:32 prd-ubuntu18.04-docker-arm64-4c-16g-19138 does not seem to be running inside a container 22:20:32 $ 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 22:20:33 $ docker top e8963a8f7b3baa379f4a52a97e252e07347a9124be06d31e052220c9107986d4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:34 + go version 22:20:34 go version go1.15.5 linux/arm64 [Pipeline] } 22:20:34 $ docker stop --time=1 e8963a8f7b3baa379f4a52a97e252e07347a9124be06d31e052220c9107986d4 22:20:36 $ docker rm -f e8963a8f7b3baa379f4a52a97e252e07347a9124be06d31e052220c9107986d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:20:37 + docker inspect -f . ci-base-image-arm64 22:20:37 . [Pipeline] withDockerContainer 22:20:38 prd-ubuntu18.04-docker-arm64-4c-16g-19138 does not seem to be running inside a container 22:20:38 $ 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 22:20:39 $ docker top 0fe406c15bca2ac2ab4d22e14daac6f7d41728fee798952716de0f724f4e9314 -eo pid,comm [Pipeline] { [Pipeline] echo 22:20:39 ========================================================= 22:20:39 [edgeXBuildGoParallel] Running Tests and Build... 22:20:39 ========================================================= [Pipeline] sh 22:20:40 + make test 22:20:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:20:53 gofmt -l . 22:20:53 [ "`gofmt -l .`" = "" ] 22:20:53 ./bin/test-go-mod-tidy.sh 22:20:53 ./bin/test-attribution-txt.sh [Pipeline] sh 22:20:54 + ls -al . 22:20:54 total 640 22:20:54 drwxrwxr-x 10 1001 1001 4096 Jan 8 22:20 . 22:20:54 drwxr-xr-x 4 root root 28 Jan 8 22:18 .. 22:20:54 -rw-rw-r-- 1 1001 1001 11 Jan 8 22:15 .dockerignore 22:20:54 drwxrwxr-x 8 1001 1001 179 Jan 8 22:15 .git 22:20:54 drwxrwxr-x 3 1001 1001 125 Jan 8 22:15 .github 22:20:54 -rw-rw-r-- 1 1001 1001 824 Jan 8 22:15 .gitignore 22:20:54 drwx------ 3 1001 1001 47 Jan 8 22:16 .semver 22:20:54 -rw-rw-r-- 1 1001 1001 166 Jan 8 22:15 .sonarcloud.properties 22:20:54 -rw-rw-r-- 1 1001 1001 3804 Jan 8 22:15 CONTRIBUTING.md 22:20:54 -rw-rw-r-- 1 1001 1001 931 Jan 8 22:15 Dockerfile.build 22:20:54 -rw-rw-r-- 1 1001 1001 863 Jan 8 22:15 Jenkinsfile 22:20:54 -rw-rw-r-- 1 1001 1001 10775 Jan 8 22:15 LICENSE 22:20:54 -rw-rw-r-- 1 1001 1001 5750 Jan 8 22:15 Makefile 22:20:54 -rw-rw-r-- 1 1001 1001 6524 Jan 8 22:15 README.md 22:20:54 -rw-rw-r-- 1 1001 1001 6744 Jan 8 22:15 SECURITY.md 22:20:54 -rw-rw-r-- 1 1001 1001 5 Jan 8 22:16 VERSION 22:20:54 -rw-rw-r-- 1 1001 1001 4131 Jan 8 22:15 ZMQWindows.md 22:20:54 drwxrwxr-x 2 1001 1001 117 Jan 8 22:15 bin 22:20:54 drwxrwxr-x 14 1001 1001 4096 Jan 8 22:15 cmd 22:20:54 -rw-r--r-- 1 root root 541590 Jan 8 22:20 coverage.out 22:20:54 -rw-r--r-- 1 root root 979 Jan 8 22:20 go.mod 22:20:54 -rw-r--r-- 1 root root 19019 Jan 8 22:20 go.sum 22:20:54 drwxrwxr-x 8 1001 1001 127 Jan 8 22:15 internal 22:20:54 drwxrwxr-x 4 1001 1001 26 Jan 8 22:15 openapi 22:20:54 drwxrwxr-x 4 1001 1001 71 Jan 8 22:15 snap 22:20:54 -rw-rw-r-- 1 1001 1001 168 Jan 8 22:15 version.go [Pipeline] sh 22:20:54 + '[' -e coverage.out ] 22:20:54 + chown 1001:1001 coverage.out [Pipeline] stash 22:20:55 Stashed 1 file(s) [Pipeline] sh 22:20:55 + make build 22:20:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:20:59 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 22:21:02 ? github.com/edgexfoundry/edgex-go [no test files] 22:21:15 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 22:21:16 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 22:21:20 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 22:21:21 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 22:21: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 22:21: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 22:21:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:21:32 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 22:21:33 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 22:21:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 22:21:37 $ docker stop --time=1 2007aea613d996d96805aa29639555488e73f47e0ce63e09891e52c15884125b 22:21:39 $ docker rm -f 2007aea613d996d96805aa29639555488e73f47e0ce63e09891e52c15884125b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:21:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:21:42 22:21:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:21:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:21:42 latest: Pulling from edgex-devops/edgex-compose 22:21:42 cbdbe7a5bc2a: Pulling fs layer 22:21:42 ca9280d653b3: Pulling fs layer 22:21:42 7e9c9ca2126c: Pulling fs layer 22:21:43 cbdbe7a5bc2a: Download complete 22:21:43 ca9280d653b3: Verifying Checksum 22:21:43 ca9280d653b3: Download complete 22:21:44 cbdbe7a5bc2a: Pull complete 22:21:46 7e9c9ca2126c: Download complete 22:21:46 ca9280d653b3: Pull complete 22:21:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:21:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:21:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:21:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:21:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:21:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:21:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:21:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:21:59 7e9c9ca2126c: Pull complete 22:21:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:21:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:21:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:21:59 prd-centos7-docker-4c-2g-19137 does not seem to be running inside a container 22:21:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:22:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:22:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:22:01 $ docker top acbb8d86611918828db408dc76c13f5da19154d45ad9a353752e243994686b1a -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:02 + grep parallel 22:22:02 + docker-compose build --help 22:22:03 --parallel Build images in parallel. [Pipeline] } 22:22:03 $ docker stop --time=1 acbb8d86611918828db408dc76c13f5da19154d45ad9a353752e243994686b1a 22:22:05 $ docker rm -f acbb8d86611918828db408dc76c13f5da19154d45ad9a353752e243994686b1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:22:06 . [Pipeline] withDockerContainer 22:22:06 prd-centos7-docker-4c-2g-19137 does not seem to be running inside a container 22:22:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:22:07 $ docker top dc57b398dac6b20962222b549c1311207f362e20ef81f5171a49d1f6320c4a7c -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:22:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:22:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:22:08 + docker-compose -f ./docker-compose-build.yml build --parallel 22:22:09 Building docker-core-command-go ... 22:22:09 Building docker-core-data-go ... 22:22:09 Building docker-core-metadata-go ... 22:22:09 Building docker-security-bootstrap-redis-go ... 22:22:09 Building docker-security-proxy-setup-go ... 22:22:09 Building docker-security-secretstore-setup-go ... 22:22:09 Building docker-support-notifications-go ... 22:22:09 Building docker-support-scheduler-go ... 22:22:09 Building docker-sys-mgmt-agent-go ... 22:22:09 Building docker-support-notifications-go 22:22:09 Building docker-support-scheduler-go 22:22:09 Building docker-security-proxy-setup-go 22:22:09 Building docker-security-secretstore-setup-go 22:22:09 Building docker-security-bootstrap-redis-go 22:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.215s coverage: 46.6% of statements 22:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:22:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.478s coverage: 27.0% of statements 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:22:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:22:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:22:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.542s coverage: 77.8% of statements 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:22:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.632s coverage: 82.4% of statements 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:22:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:22:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.133s coverage: 28.6% of statements 22:22:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:22:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:22:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:22:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:22:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:22:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements 22:22:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:22:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements 22:22:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:22:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements 22:22:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:22:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.386s coverage: 97.5% of statements 22:22:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:22:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements 22:22:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:22:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:22:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:22:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:22:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.968s coverage: 93.8% of statements 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:22:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:22:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:22:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:22:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements 22:22:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:22:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements 22:22:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.180s coverage: 87.2% of statements 22:22:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.165s coverage: 84.2% of statements 22:22:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 91.4% of statements 22:22:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:22:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.661s coverage: 63.5% of statements 22:22:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:22:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:22:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements 22:22:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 22:22:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 22:22:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 22:22:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 22:22:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.905s coverage: 55.9% of statements 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:22:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:22:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.439s coverage: 37.0% of statements 22:22:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:22:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:22:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.618s coverage: 84.0% of statements 22:22:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 22:22:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.361s coverage: 47.1% of statements 22:22:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:22:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:22:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:22:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:22:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:22:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements 22:22:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:22:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements 22:22:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.970s coverage: 29.1% of statements 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:23:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:23:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:23:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:23:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:23:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 22:23:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements 22:23:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 22:23:03 GO111MODULE=on go vet ./... 22:23:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:23:07 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:23:07 22:23:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:23:07 ---> 790c0b52391c 22:23:07 Step 3/23 : WORKDIR /edgex-go 22:23:07 ---> 790c0b52391c 22:23:07 Step 3/27 : WORKDIR /edgex-go 22:23:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:23:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:23:07 ---> 790c0b52391c 22:23:07 Step 3/24 : WORKDIR /edgex-go 22:23:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:23:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:23:07 ---> 790c0b52391c 22:23:07 Step 3/24 : WORKDIR /edgex-go 22:23:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:23:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:23:07 ---> 790c0b52391c 22:23:07 Step 3/24 : WORKDIR /edgex-go 22:23:07 ---> Running in 99e94f447a96 22:23:07 ---> Running in b49f93b76623 22:23:07 ---> Running in 869fc042abb8 22:23:07 ---> Running in 7c45da06d6ae 22:23:07 ---> Running in fe7ef1875abd 22:23:07 Removing intermediate container fe7ef1875abd 22:23:07 ---> a21de93c6d6e 22:23:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:07 Removing intermediate container b49f93b76623 22:23:07 ---> 84582a1b7a50 22:23:07 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:07 Removing intermediate container 7c45da06d6ae 22:23:07 ---> 77e097d9f51f 22:23:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:07 Removing intermediate container 869fc042abb8 22:23:07 ---> bb4d8e0424fe 22:23:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:07 Removing intermediate container 99e94f447a96 22:23:07 ---> d80a50405626 22:23:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:07 ---> Running in 141d977dc2e7 22:23:07 ---> Running in 725d94bb147d 22:23:07 ---> Running in 06a7f39c9517 22:23:07 ---> Running in 005bafb18180 22:23:07 ---> Running in 6935f65b2542 22:23:07 Removing intermediate container 725d94bb147d 22:23:07 ---> 074a1268954f 22:23:07 Step 5/24 : RUN apk add --update --no-cache make git 22:23:07 Removing intermediate container 141d977dc2e7 22:23:07 ---> be8c1d1be563 22:23:07 Step 5/27 : RUN apk add --update --no-cache make bash git ca-certificates 22:23:07 Removing intermediate container 06a7f39c9517 22:23:07 ---> ff9b23d69e73 22:23:07 Step 5/24 : RUN apk add --update --no-cache make git 22:23:07 Removing intermediate container 005bafb18180 22:23:07 ---> 67dbf2f89b4a 22:23:07 Step 5/24 : RUN apk add --update --no-cache make git 22:23:07 ---> Running in dbd0ac5bafd1 22:23:07 ---> Running in cd02ef963da2 22:23:07 ---> Running in 58b4fea4a673 22:23:07 ---> Running in 7525c6509bfa 22:23:07 Removing intermediate container 6935f65b2542 22:23:07 ---> 7dffcda3a6b2 22:23:07 Step 5/23 : RUN apk add --update --no-cache make git 22:23:07 ---> Running in 28bd800a5d36 22:23:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:09 OK: 233 MiB in 51 packages 22:23:10 OK: 233 MiB in 51 packages 22:23:10 OK: 233 MiB in 51 packages 22:23:10 OK: 233 MiB in 51 packages 22:23:10 OK: 233 MiB in 51 packages 22:23:10 Removing intermediate container dbd0ac5bafd1 22:23:10 ---> 0216857a24bd 22:23:10 Step 6/24 : COPY go.mod . 22:23:11 ---> bd8369cc28f9 22:23:11 Step 7/24 : RUN go mod download 22:23:11 ---> Running in 2184c23ac466 22:23:11 Removing intermediate container 58b4fea4a673 22:23:11 ---> 6339524b2f5a 22:23:11 Step 6/24 : COPY go.mod . 22:23:11 Removing intermediate container cd02ef963da2 22:23:11 ---> 746753ee94b8 22:23:11 Step 6/27 : COPY go.mod . 22:23:11 Removing intermediate container 28bd800a5d36 22:23:11 ---> 736de6012ea8 22:23:11 Step 6/23 : COPY go.mod . 22:23:12 Removing intermediate container 7525c6509bfa 22:23:12 ---> 858ee8ee94df 22:23:12 Step 6/24 : COPY go.mod . 22:23:12 ---> eed02743d840 22:23:12 Step 7/24 : RUN go mod download 22:23:12 ---> a5f78779c57d 22:23:12 Step 7/23 : RUN go mod download 22:23:12 ---> 798cf72159e8 22:23:12 Step 7/27 : RUN go mod download 22:23:12 ---> Running in 41dc3ddaf2bc 22:23:12 ---> b78dc52ad630 22:23:12 Step 7/24 : RUN go mod download 22:23:12 ---> Running in 03fc85e3cca3 22:23:13 ---> Running in b82cf7ff5699 22:23:13 ---> Running in 1b7727e47713 22:23:15 Removing intermediate container 2184c23ac466 22:23:15 ---> 9ff0db22a7fa 22:23:15 Step 8/24 : COPY . . 22:23:15 Removing intermediate container 41dc3ddaf2bc 22:23:15 ---> e29625413b75 22:23:15 Step 8/24 : COPY . . 22:23:15 Removing intermediate container 03fc85e3cca3 22:23:15 ---> 470f2a0ee61f 22:23:15 Step 8/23 : COPY . . 22:23:16 Removing intermediate container 1b7727e47713 22:23:16 ---> 2b4758b43ac2 22:23:16 Step 8/24 : COPY . . 22:23:17 Removing intermediate container b82cf7ff5699 22:23:17 ---> d414d5f900fc 22:23:17 Step 8/27 : COPY . . 22:24:11 gofmt -l . 22:24:11 [ "`gofmt -l .`" = "" ] 22:24:11 ./bin/test-go-mod-tidy.sh 22:24:11 ./bin/test-attribution-txt.sh [Pipeline] sh 22:24:15 ---> 7821346fbd94 22:24:15 Step 9/24 : RUN make cmd/support-scheduler/support-scheduler 22:24:15 ---> 223379b8b233 22:24:15 Step 9/24 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 22:24:15 ---> f5ef1bc2629e 22:24:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:24:15 ---> 0dd0121653da 22:24:15 Step 9/23 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:24:15 ---> 1999de8d7bbe 22:24:15 Step 9/27 : RUN make cmd/support-notifications/support-notifications 22:24:15 ---> Running in 76fcebdbcd15 22:24:15 ---> Running in 9b5356db605d 22:24:15 ---> Running in ea4a2ede59c5 22:24:15 ---> Running in 60d64c3ad5e0 22:24:15 ---> Running in c7e87816f57a 22:24:15 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 22:24:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:24:15 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 22:24:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:24:15 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 22:24:15 + ls -al . 22:24:15 total 668 22:24:15 drwxrwxr-x 9 1001 1001 4096 Jan 8 22:24 . 22:24:15 drwxr-xr-x 4 root root 4096 Jan 8 22:20 .. 22:24:15 -rw-rw-r-- 1 1001 1001 11 Jan 8 22:19 .dockerignore 22:24:15 drwxrwxr-x 8 1001 1001 4096 Jan 8 22:19 .git 22:24:15 drwxrwxr-x 3 1001 1001 4096 Jan 8 22:19 .github 22:24:15 -rw-rw-r-- 1 1001 1001 824 Jan 8 22:19 .gitignore 22:24:15 -rw-rw-r-- 1 1001 1001 166 Jan 8 22:19 .sonarcloud.properties 22:24:15 -rw-rw-r-- 1 1001 1001 3804 Jan 8 22:19 CONTRIBUTING.md 22:24:15 -rw-rw-r-- 1 1001 1001 931 Jan 8 22:19 Dockerfile.build 22:24:15 -rw-rw-r-- 1 1001 1001 863 Jan 8 22:19 Jenkinsfile 22:24:15 -rw-rw-r-- 1 1001 1001 10775 Jan 8 22:19 LICENSE 22:24:15 -rw-rw-r-- 1 1001 1001 5750 Jan 8 22:19 Makefile 22:24:15 -rw-rw-r-- 1 1001 1001 6524 Jan 8 22:19 README.md 22:24:15 -rw-rw-r-- 1 1001 1001 6744 Jan 8 22:19 SECURITY.md 22:24:15 -rw-rw-r-- 1 1001 1001 5 Jan 8 22:16 VERSION 22:24:15 -rw-rw-r-- 1 1001 1001 4131 Jan 8 22:19 ZMQWindows.md 22:24:15 drwxrwxr-x 2 1001 1001 4096 Jan 8 22:19 bin 22:24:15 drwxrwxr-x 14 1001 1001 4096 Jan 8 22:19 cmd 22:24:15 -rw-r--r-- 1 root root 541590 Jan 8 22:23 coverage.out 22:24:15 -rw-r--r-- 1 root root 979 Jan 8 22:24 go.mod 22:24:15 -rw-r--r-- 1 root root 19019 Jan 8 22:24 go.sum 22:24:15 drwxrwxr-x 8 1001 1001 4096 Jan 8 22:19 internal 22:24:15 drwxrwxr-x 4 1001 1001 4096 Jan 8 22:19 openapi 22:24:15 drwxrwxr-x 4 1001 1001 4096 Jan 8 22:19 snap 22:24:15 -rw-rw-r-- 1 1001 1001 168 Jan 8 22:19 version.go [Pipeline] sh 22:24:16 + '[' -e coverage.out ] 22:24:16 + chown 1001:1001 coverage.out [Pipeline] stash 22:24:16 Warning: overwriting stash ‘coverage-report’ 22:24:17 Stashed 1 file(s) [Pipeline] sh 22:24:18 + make build 22:24:18 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 22:24:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:24:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:24:51 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 22:24:51 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 22:24:51 Removing intermediate container 76fcebdbcd15 22:24:51 ---> 69d5768c9174 22:24:51 22:24:51 Step 10/24 : FROM alpine:3.12 22:24:52 3.12: Pulling from library/alpine 22:24:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:24:54 Status: Downloaded newer image for alpine:3.12 22:24:54 ---> 389fef711851 22:24:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:24:55 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 22:24:56 ---> Running in cee9372f76e6 22:24:57 Removing intermediate container ea4a2ede59c5 22:24:57 ---> 39f808d9ed56 22:24:57 Step 10/24 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwd 22:24:57 Removing intermediate container 9b5356db605d 22:24:57 ---> 493378fae287 22:24:57 22:24:57 Step 10/24 : FROM alpine:3.12 22:24:57 ---> 389fef711851 22:24:57 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:24:57 Removing intermediate container c7e87816f57a 22:24:57 ---> 6d6167b1cf58 22:24:57 Step 10/27 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwd 22:24:57 ---> Running in 216e2f1d4d4d 22:24:57 ---> Running in dc2bd31a0646 22:24:57 ---> Running in 4974a2893e2a 22:24:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:24:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:24:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:24:59 (1/5) Installing ca-certificates (20191127-r4) 22:24:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:24:59 (3/5) Installing libcurl (7.69.1-r3) 22:24:59 (4/5) Installing curl (7.69.1-r3) 22:24:59 (5/5) Installing dumb-init (1.2.2-r1) 22:24:59 Executing busybox-1.31.1-r19.trigger 22:24:59 Executing ca-certificates-20191127-r4.trigger 22:25:00 OK: 7 MiB in 19 packages 22:25:00 Removing intermediate container 60d64c3ad5e0 22:25:00 ---> 1c0bf67588ac 22:25:00 22:25:00 Step 10/23 : FROM alpine:3.12 22:25:00 ---> 389fef711851 22:25:00 Step 11/23 : RUN apk add --update --no-cache curl 22:25:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:25:00 ---> Running in a200897de1c5 22:25:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:25:01 (1/5) Installing ca-certificates (20191127-r4) 22:25:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:25:01 (3/5) Installing libcurl (7.69.1-r3) 22:25:01 (4/5) Installing curl (7.69.1-r3) 22:25:01 (5/5) Installing dumb-init (1.2.2-r1) 22:25:01 Executing busybox-1.31.1-r19.trigger 22:25:01 Executing ca-certificates-20191127-r4.trigger 22:25:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:25:01 OK: 7 MiB in 19 packages 22:25:01 Removing intermediate container cee9372f76e6 22:25:01 ---> 8a76711e2f53 22:25:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 22:25:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:25:01 ---> Running in fe849ef59ef6 22:25:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:25:02 Removing intermediate container 4974a2893e2a 22:25:02 ---> 48f67ca566ae 22:25:02 22:25:02 Step 11/27 : FROM scratch 22:25:02 ---> 22:25:02 Step 12/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:25:02 (1/4) Installing ca-certificates (20191127-r4) 22:25:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:25:02 (3/4) Installing libcurl (7.69.1-r3) 22:25:02 (4/4) Installing curl (7.69.1-r3) 22:25:02 Executing busybox-1.31.1-r19.trigger 22:25:02 Executing ca-certificates-20191127-r4.trigger 22:25:02 OK: 7 MiB in 18 packages 22:25:02 ---> Running in 16e585755924 22:25:02 Removing intermediate container fe849ef59ef6 22:25:02 ---> e7f1bc311ec3 22:25:02 Step 13/24 : WORKDIR / 22:25:02 Removing intermediate container 216e2f1d4d4d 22:25:02 ---> e1fda8fd06a0 22:25:02 22:25:02 Step 11/24 : FROM scratch 22:25:02 ---> 22:25:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:25:03 ---> Running in 82ff6a20a33c 22:25:03 Removing intermediate container dc2bd31a0646 22:25:03 ---> b9be65fa3172 22:25:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:25:03 ---> Running in 224e4d149c2d 22:25:03 ---> Running in ac7bc21a3c03 22:25:03 Removing intermediate container 16e585755924 22:25:03 ---> ac2f7fcdf25b 22:25:03 Step 13/27 : ENV APP_PORT=48060 22:25:03 Removing intermediate container 224e4d149c2d 22:25:03 ---> 8f1fb9fb1302 22:25:03 Step 13/24 : ENV APP_PORT=48085 22:25:03 ---> Running in ca2971d50b0f 22:25:03 Removing intermediate container 82ff6a20a33c 22:25:03 ---> 9f054fd0a705 22:25:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 22:25:04 ---> Running in 69bbeee9c337 22:25:04 Removing intermediate container ca2971d50b0f 22:25:04 ---> 21b47365ea3f 22:25:04 Step 14/27 : EXPOSE $APP_PORT 22:25:05 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 22:25:06 Removing intermediate container ac7bc21a3c03 22:25:06 ---> 2624955e4f70 22:25:06 Step 13/24 : WORKDIR / 22:25:06 Removing intermediate container a200897de1c5 22:25:06 ---> b22ef25b76aa 22:25:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:25:06 ---> Running in 9e878ff73731 22:25:06 ---> Running in f829d0472cdf 22:25:06 ---> Running in 159bd11dfeb6 22:25:06 ---> 1d03dad2d7f1 22:25:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 22:25:06 Removing intermediate container 69bbeee9c337 22:25:06 ---> 83c2c931ef81 22:25:06 Step 14/24 : EXPOSE $APP_PORT 22:25:06 ---> Running in c6d27c3034f1 22:25:06 Removing intermediate container 9e878ff73731 22:25:06 ---> 7cafc4b69376 22:25:06 Step 15/27 : COPY --from=builder /bin/sh /bin/sh 22:25:06 Removing intermediate container f829d0472cdf 22:25:06 ---> 2bcda4aacf7f 22:25:06 Step 13/23 : WORKDIR /edgex 22:25:06 Removing intermediate container 159bd11dfeb6 22:25:06 ---> 23667637f3b1 22:25:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:25:06 ---> Running in 130b9a0c37de 22:25:06 Removing intermediate container c6d27c3034f1 22:25:06 ---> 3cf69fead451 22:25:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:25:06 ---> 0e8a457ec8f0 22:25:06 Step 16/27 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:25:06 ---> 28960533240d 22:25:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 22:25:06 Removing intermediate container 130b9a0c37de 22:25:06 ---> 3030d00c84cb 22:25:06 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:25:06 ---> b34aef3d71b0 22:25:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:25:06 ---> a7d247c1635e 22:25:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:25:07 ---> 334ce590e10a 22:25:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:25:07 ---> 58e55ea5a969 22:25:07 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:25:07 ---> 3bb9caa8b1bb 22:25:07 Step 17/27 : COPY --from=builder /etc/ssl /etc/ssl 22:25:07 ---> 81e08f82522e 22:25:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 22:25:07 ---> 27f948098d58 22:25:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:25:08 ---> cecb71db8ab7 22:25:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:25:08 ---> 64dd77524f8c 22:25:08 Step 18/24 : COPY --from=builder /tmp/passwd /etc/passwd 22:25:08 ---> bf8d3fe86f44 22:25:08 Step 18/24 : RUN chmod +x entrypoint.sh 22:25:08 ---> 124a82514f91 22:25:08 Step 18/27 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:25:08 ---> Running in 985ea4c49566 22:25:08 ---> 5d89c109fd28 22:25:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:25:09 ---> 567b449e8116 22:25:09 Step 19/24 : USER edgex_user 22:25:09 ---> Running in ab8c75efb2dc 22:25:09 ---> c86f9a2bd22b 22:25:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:25:09 ---> 889a821d79dd 22:25:09 Step 19/27 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:25:09 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 22:25:10 Removing intermediate container ab8c75efb2dc 22:25:10 ---> 9959b5cb654e 22:25:10 Step 20/24 : ENTRYPOINT ["/support-scheduler"] 22:25:10 ---> 6b4d33b9fda7 22:25:10 Step 17/23 : RUN addgroup -g 2001 edgex_group && adduser -G edgex_group -D -H -u 2002 edgex_user 22:25:10 ---> Running in 799e639a07b1 22:25:10 ---> Running in d0e957ed7fa9 22:25:10 Removing intermediate container 799e639a07b1 22:25:10 ---> 00d416a88ee4 22:25:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:25:10 ---> c45792842940 22:25:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:25:10 ---> b2688645aae7 22:25:10 Step 20/27 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:25:11 Removing intermediate container 985ea4c49566 22:25:11 ---> e3a97e5a395e 22:25:11 Step 19/24 : RUN addgroup -g 2001 edgex_group && adduser -G edgex_group -D -H -u 2002 edgex_user 22:25:11 ---> Running in 8c731999181e 22:25:11 ---> Running in 5cfbac3d7a33 22:25:11 ---> 2d691791d49e 22:25:11 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/ 22:25:11 Removing intermediate container 8c731999181e 22:25:11 ---> ae867e2fa1c1 22:25:11 Step 22/24 : LABEL arch=x86_64 22:25:11 ---> c9277d46689f 22:25:11 Step 21/27 : COPY --from=builder /tmp/passwd /etc/passwd 22:25:11 ---> Running in 9d06296c1308 22:25:11 ---> Running in dc47914c063e 22:25:12 Removing intermediate container dc47914c063e 22:25:12 ---> 004da6b7263a 22:25:12 Step 23/24 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:25:12 ---> Running in 8a21c7581fea 22:25:12 ---> 760848bdc2c8 22:25:12 Step 22/27 : USER edgex_user 22:25:12 ---> Running in cf942c3eaa3b 22:25:12 Removing intermediate container d0e957ed7fa9 22:25:12 ---> 07fc64964451 22:25:12 Step 18/23 : USER edgex_user 22:25:12 Removing intermediate container 8a21c7581fea 22:25:12 ---> 15ffd6b83456 22:25:12 Step 24/24 : LABEL version=0.0.0 22:25:12 ---> Running in b8342b310d3e 22:25:12 ---> Running in 8cb2c316df18 22:25:13 Removing intermediate container cf942c3eaa3b 22:25:13 ---> 02c47422c632 22:25:13 Step 23/27 : ENTRYPOINT ["/support-notifications"] 22:25:13 ---> Running in 7b85bd100a12 22:25:13 Removing intermediate container b8342b310d3e 22:25:13 ---> 01a39bc42019 22:25:13 Step 19/23 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:25:13 Removing intermediate container 8cb2c316df18 22:25:13 ---> 261ebee1fa43 22:25:13 22:25:13 Removing intermediate container 5cfbac3d7a33 22:25:13 ---> 124173f7a0bc 22:25:13 Step 20/24 : USER edgex_user 22:25:13 ---> Running in 381dc224d36f 22:25:13 ---> Running in fbadefd60ce9 22:25:13 Successfully built 261ebee1fa43 22:25:13 Removing intermediate container 9d06296c1308 22:25:13 ---> 29a819f81297 22:25:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:25:13 Successfully tagged docker-support-scheduler-go:latest 22:25:13 Building docker-core-command-go 22:25:13  Building docker-support-scheduler-go ... done Removing intermediate container 7b85bd100a12 22:25:13 ---> c3ba2458ce23 22:25:13 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:25:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:25:14 Removing intermediate container 381dc224d36f 22:25:14 ---> 2437dfb1b16e 22:25:14 Step 20/23 : CMD ["--init=true"] 22:25:14 ---> Running in 30ce86be1d94 22:25:14 Removing intermediate container fbadefd60ce9 22:25:14 ---> 92cc8969a531 22:25:14 Step 21/24 : ENTRYPOINT ["/entrypoint.sh"] 22:25:14 ---> Running in 22808b093d3a 22:25:14 ---> Running in 94f4312f82a6 22:25:14 ---> Running in 66f62161d618 22:25:14 Removing intermediate container 30ce86be1d94 22:25:14 ---> 0e6ea56703a6 22:25:14 Step 22/24 : LABEL arch=x86_64 22:25:14 Removing intermediate container 22808b093d3a 22:25:14 ---> d014ba669ab9 22:25:14 Step 25/27 : LABEL arch=x86_64 22:25:14 ---> Running in f222a97dffe8 22:25:14 ---> Running in 9265f4d10a81 22:25:14 Removing intermediate container 94f4312f82a6 22:25:14 ---> a91e51fec859 22:25:14 Step 21/23 : LABEL arch=x86_64 22:25:14 Removing intermediate container 66f62161d618 22:25:14 ---> 08c565486765 22:25:14 Step 22/24 : LABEL arch=x86_64 22:25:14 ---> Running in 8fc7843e5310 22:25:15 ---> Running in 818f68a47145 22:25:15 Removing intermediate container f222a97dffe8 22:25:15 ---> 28b47e6b2e0a 22:25:15 Step 23/24 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:25:15 Removing intermediate container 9265f4d10a81 22:25:15 ---> cb33a391e451 22:25:15 Step 26/27 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:25:15 ---> Running in 4cf3507e1041 22:25:15 ---> Running in f00f53babb98 22:25:15 Removing intermediate container 8fc7843e5310 22:25:15 ---> 7714eb97257d 22:25:15 Step 22/23 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:25:16 ---> Running in 16425202dad9 22:25:16 Removing intermediate container 818f68a47145 22:25:16 ---> 5259c9429310 22:25:16 Step 23/24 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:25:16 Removing intermediate container 4cf3507e1041 22:25:16 ---> 43d5c0ff31a7 22:25:16 Step 24/24 : LABEL version=0.0.0 22:25:16 ---> Running in a4d5d26a1a5d 22:25:16 Removing intermediate container f00f53babb98 22:25:16 ---> 50d058d37c3e 22:25:16 Step 27/27 : LABEL version=0.0.0 22:25:16 ---> Running in 4ca947e1ffff 22:25:16 Removing intermediate container 16425202dad9 22:25:16 ---> 80901a292f64 22:25:16 Step 23/23 : LABEL version=0.0.0 22:25:16 ---> Running in 2064756cfb56 22:25:17 ---> Running in 40c4877a5bb1 22:25:17 Removing intermediate container a4d5d26a1a5d 22:25:17 ---> cd9981155e42 22:25:17 Step 24/24 : LABEL version=0.0.0 22:25:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:25:18 Removing intermediate container 4ca947e1ffff 22:25:18 ---> c5efc79614dd 22:25:18 22:25:18 ---> Running in 45d3df5adcaa 22:25:18 Removing intermediate container 2064756cfb56 22:25:18 ---> df0769e0311c 22:25:18 22:25:18 Removing intermediate container 40c4877a5bb1 22:25:18 ---> 3e661cd385ac 22:25:18 22:25:19 Successfully built c5efc79614dd 22:25:19 Successfully tagged docker-security-secretstore-setup-go:latest 22:25:19 Building docker-sys-mgmt-agent-go 22:25:20  Building docker-security-secretstore-setup-go ... done Successfully built 3e661cd385ac 22:25:20 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 22:25:20 Successfully tagged docker-security-proxy-setup-go:latest 22:25:20  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 22:25:21 Successfully built df0769e0311c 22:25:21 Removing intermediate container 45d3df5adcaa 22:25:21 ---> fab95bb2662a 22:25:21 22:25:21 Successfully tagged docker-support-notifications-go:latest 22:25:21 Building docker-core-metadata-go 22:25:21  Building docker-support-notifications-go ... done Successfully built fab95bb2662a 22:25:21 Successfully tagged docker-security-bootstrap-redis-go:latest 22:25:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 22:25:27 $ docker stop --time=1 0fe406c15bca2ac2ab4d22e14daac6f7d41728fee798952716de0f724f4e9314 22:25:29 $ docker rm -f 0fe406c15bca2ac2ab4d22e14daac6f7d41728fee798952716de0f724f4e9314 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:25:31 22:25:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:25:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:25:32 latest: Pulling from edgex-devops/edgex-compose-arm64 22:25:32 29e5d40040c1: Pulling fs layer 22:25:32 1ce36da41761: Pulling fs layer 22:25:32 25b303627fd3: Pulling fs layer 22:25:32 29e5d40040c1: Verifying Checksum 22:25:32 29e5d40040c1: Download complete 22:25:33 29e5d40040c1: Pull complete 22:25:33 1ce36da41761: Verifying Checksum 22:25:33 1ce36da41761: Download complete 22:25:34 1ce36da41761: Pull complete 22:25:35 25b303627fd3: Verifying Checksum 22:25:35 25b303627fd3: Download complete 22:25:45 25b303627fd3: Pull complete 22:25:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:25:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:25:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:25:45 prd-ubuntu18.04-docker-arm64-4c-16g-19138 does not seem to be running inside a container 22:25:45 $ 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 22:25:48  Building docker-security-bootstrap-redis-go ... done Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:25:48 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:25:48 ---> 790c0b52391c 22:25:48 Step 3/25 : WORKDIR /edgex-go 22:25:48 ---> Using cache 22:25:48 ---> d80a50405626 22:25:48 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:48 ---> Using cache 22:25:48 ---> 7dffcda3a6b2 22:25:48 Step 5/25 : RUN apk add --update --no-cache make git 22:25:48 ---> Using cache 22:25:48 ---> 736de6012ea8 22:25:48 Step 6/25 : COPY go.mod . 22:25:48 ---> Using cache 22:25:48 ---> a5f78779c57d 22:25:48 Step 7/25 : RUN go mod download 22:25:48 ---> Using cache 22:25:48 ---> 470f2a0ee61f 22:25:48 Step 8/25 : COPY . . 22:25:48 ---> Using cache 22:25:48 ---> 0dd0121653da 22:25:48 Step 9/25 : RUN make cmd/core-command/core-command 22:25:48 ---> Running in b895dc273476 22:25:48 $ docker top 4d89c8cd130d5354f6e6b7743bcd71b311a1f25d2fd31197506b423c04513ac8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:49 + docker-compose build --help 22:25:49 + grep parallel 22:25:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:25:53 --parallel Build images in parallel. [Pipeline] } 22:25:53 $ docker stop --time=1 4d89c8cd130d5354f6e6b7743bcd71b311a1f25d2fd31197506b423c04513ac8 22:25:55 $ docker rm -f 4d89c8cd130d5354f6e6b7743bcd71b311a1f25d2fd31197506b423c04513ac8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:25:56 . [Pipeline] withDockerContainer 22:25:56 prd-ubuntu18.04-docker-arm64-4c-16g-19138 does not seem to be running inside a container 22:25:56 $ 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 22:25:57 $ docker top 6b8d2f471fc137ab0e2262679a0ae83e17e7997be67d5f0e4db3fdc35d2ac9db -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:58 + docker-compose -f ./docker-compose-build.yml build --parallel 22:25:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:25:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:25:59 ---> 790c0b52391c 22:25:59 Step 3/26 : WORKDIR /edgex-go 22:25:59 ---> Using cache 22:25:59 ---> d80a50405626 22:25:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:59 ---> Using cache 22:25:59 ---> 7dffcda3a6b2 22:25:59 Step 5/26 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:25:59 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:25:59 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:25:59 ---> 790c0b52391c 22:25:59 Step 3/25 : WORKDIR /edgex-go 22:25:59 ---> Using cache 22:25:59 ---> d80a50405626 22:25:59 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:59 ---> Using cache 22:25:59 ---> 7dffcda3a6b2 22:25:59 Step 5/25 : RUN apk add --update --no-cache make git 22:25:59 ---> Using cache 22:25:59 ---> 736de6012ea8 22:25:59 Step 6/25 : COPY go.mod . 22:25:59 ---> Using cache 22:25:59 ---> a5f78779c57d 22:25:59 Step 7/25 : RUN go mod download 22:25:59 ---> Using cache 22:25:59 ---> 470f2a0ee61f 22:25:59 Step 8/25 : COPY . . 22:25:59 ---> Using cache 22:25:59 ---> 0dd0121653da 22:25:59 Step 9/25 : RUN make cmd/core-metadata/core-metadata 22:25:59 Step 1/28 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:25:59 Step 2/28 : FROM ${BUILDER_BASE} AS builder 22:25:59 ---> 790c0b52391c 22:25:59 Step 3/28 : WORKDIR /edgex-go 22:25:59 ---> Using cache 22:25:59 ---> d80a50405626 22:25:59 Step 4/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:59 ---> Using cache 22:25:59 ---> 7dffcda3a6b2 22:25:59 Step 5/28 : RUN apk add --update --no-cache make bash git 22:26:00 ---> Running in 2c355ce20df3 22:26:00 ---> Running in 9c76e6579e8c 22:26:00 ---> Running in cf1798bd70b1 22:26: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 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:03 Building docker-core-command-go ... 22:26:03 Building docker-core-data-go ... 22:26:03 Building docker-core-metadata-go ... 22:26:03 Building docker-security-bootstrap-redis-go ... 22:26:03 Building docker-security-proxy-setup-go ... 22:26:03 Building docker-security-secretstore-setup-go ... 22:26:03 Building docker-support-notifications-go ... 22:26:03 Building docker-support-scheduler-go ... 22:26:03 Building docker-sys-mgmt-agent-go ... 22:26:03 Building docker-core-command-go 22:26:03 Building docker-core-metadata-go 22:26:03 Building docker-security-bootstrap-redis-go 22:26:03 Building docker-support-scheduler-go 22:26:03 Building docker-sys-mgmt-agent-go 22:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:04 OK: 233 MiB in 51 packages 22:26:05 OK: 233 MiB in 51 packages 22:26:08 Removing intermediate container 9c76e6579e8c 22:26:08 ---> 080a242f7f70 22:26:08 Step 6/28 : COPY go.mod . 22:26:08 Removing intermediate container cf1798bd70b1 22:26:08 ---> 3d40306ca5f2 22:26:08 Step 6/26 : COPY go.mod . 22:26:08 ---> f6f34bf08a46 22:26:08 Step 7/28 : RUN go mod download 22:26:09 ---> 5cdbb141175c 22:26:09 Step 7/26 : RUN go mod download 22:26:09 ---> Running in 7323599ceba4 22:26:09 ---> Running in 347e474d5645 22:26:14 Removing intermediate container 347e474d5645 22:26:14 ---> 8f88ea4883a0 22:26:14 Step 8/26 : COPY . . 22:26:14 Removing intermediate container 7323599ceba4 22:26:14 ---> 046d01f25299 22:26:14 Step 8/28 : COPY . . 22:26:39 Removing intermediate container b895dc273476 22:26:39 ---> 11178e036643 22:26:39 Step 10/25 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwd 22:26:39 ---> Running in 5399e5afd464 22:26:43 Removing intermediate container 5399e5afd464 22:26:43 ---> c014ab54e661 22:26:43 22:26:43 Step 11/25 : FROM scratch 22:26:43 ---> 22:26:43 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:26:45 ---> Using cache 22:26:45 ---> 8f1fb9fb1302 22:26:45 Step 13/25 : ENV APP_PORT=48082 22:26:48 ---> Running in 82f7f2574f4c 22:26:48 Removing intermediate container 2c355ce20df3 22:26:48 ---> 5c656389ccb1 22:26:48 Step 10/25 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwd 22:26:48 ---> Running in 2ad432cf6087 22:26:50 Removing intermediate container 82f7f2574f4c 22:26:50 ---> dd3324bb933f 22:26:50 Step 14/25 : EXPOSE $APP_PORT 22:26:50 ---> Running in ae29878abd08 22:26:52 Removing intermediate container ae29878abd08 22:26:52 ---> ba20030d558a 22:26:52 Step 15/25 : WORKDIR / 22:26:52 ---> 1b253ac81941 22:26:52 Step 9/28 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:26:52 ---> Running in 92c8cc92f5f4 22:26:52 ---> a47e07ab9193 22:26:52 Step 9/26 : RUN make cmd/core-data/core-data 22:26:52 ---> Running in f0dd420adcd5 22:26:53 ---> Running in db83efb5d601 22:26:53 Removing intermediate container 92c8cc92f5f4 22:26:53 ---> 45fc6e368677 22:26:53 Step 16/25 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:26:53 Removing intermediate container 2ad432cf6087 22:26:53 ---> 526af29c1be6 22:26:53 22:26:53 Step 11/25 : FROM scratch 22:26:53 ---> 22:26:53 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:26:53 ---> Using cache 22:26:53 ---> 8f1fb9fb1302 22:26:53 Step 13/25 : ENV APP_PORT=48081 22:26:53 ---> Running in f1c265eff540 22:26:54 Removing intermediate container f1c265eff540 22:26:54 ---> 40f2d98ae022 22:26:54 Step 14/25 : EXPOSE $APP_PORT 22:26:54 ---> Running in f0ee8aaab791 22:26:54 ---> 0c6b03d45612 22:26:54 Step 17/25 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:26:54 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 22:26:54 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 22:26:54 Removing intermediate container f0ee8aaab791 22:26:54 ---> 25eaaabe42a4 22:26:54 Step 15/25 : WORKDIR / 22:26:54 ---> Running in fe3593a49661 22:26:55 Removing intermediate container fe3593a49661 22:26:55 ---> 1c6760cbfadd 22:26:55 Step 16/25 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:26:55 ---> 1e1866c6a0d7 22:26:55 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:26:56 ---> 22603d64d8b1 22:26:56 Step 19/25 : COPY --from=builder /tmp/passwd /etc/passwd 22:26:56 ---> 2ed753a9eafd 22:26:56 Step 17/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:26:57 ---> 77533dbd9f32 22:26:57 Step 20/25 : USER edgex_user 22:26:57 ---> Running in 83365b2008fb 22:26:58 ---> 643b618b3543 22:26:58 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:26:58 Removing intermediate container 83365b2008fb 22:26:58 ---> 762ddcf693e5 22:26:58 Step 21/25 : ENTRYPOINT ["/core-command"] 22:26:58 ---> Running in 51b64118a821 22:26:59 ---> ca02a306a0ed 22:26:59 Step 19/25 : COPY --from=builder /tmp/passwd /etc/passwd 22:26:59 Removing intermediate container 51b64118a821 22:26:59 ---> d3b27da3981b 22:26:59 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:26:59 ---> Running in 57931e8d5ddb 22:27:00 ---> 8febb57bc4eb 22:27:00 Step 20/25 : USER edgex_user 22:27:00 Removing intermediate container 57931e8d5ddb 22:27:00 ---> c10de5407207 22:27:00 Step 23/25 : LABEL arch=x86_64 22:27:00 ---> Running in 1a9e41fac93b 22:27:00 ---> Running in 6baf509eb4f6 22:27:00 Removing intermediate container 1a9e41fac93b 22:27:00 ---> b61238d0acb0 22:27:00 Step 21/25 : ENTRYPOINT ["/core-metadata"] 22:27:00 Removing intermediate container 6baf509eb4f6 22:27:00 ---> 8d2519958334 22:27:00 Step 24/25 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:27:00 ---> Running in 635cd4c15824 22:27:00 ---> Running in 59d01659d68f 22:27:01 Removing intermediate container 635cd4c15824 22:27:01 ---> 7427299be942 22:27:01 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:27:01 Removing intermediate container 59d01659d68f 22:27:01 ---> 4689d7c02d03 22:27:01 Step 25/25 : LABEL version=0.0.0 22:27:01 ---> Running in 415e117115ce 22:27:01 ---> Running in 482e31a6f8a9 22:27:02 Removing intermediate container 415e117115ce 22:27:02 ---> 7caf69d0d119 22:27:02 Step 23/25 : LABEL arch=x86_64 22:27:02 Removing intermediate container 482e31a6f8a9 22:27:02 ---> 069632f2280e 22:27:02 22:27:02 ---> Running in 535913a251a7 22:27:03 Successfully built 069632f2280e 22:27:03 Successfully tagged docker-core-command-go:latest 22:27:03  Building docker-core-command-go ... done Removing intermediate container 535913a251a7 22:27:03 ---> d6f937cc24ba 22:27:03 Step 24/25 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:27:03 ---> Running in 97975042786b 22:27:03 Removing intermediate container 97975042786b 22:27:03 ---> 909e532b6ee8 22:27:03 Step 25/25 : LABEL version=0.0.0 22:27:03 ---> Running in d74e1a170232 22:27:04 Removing intermediate container d74e1a170232 22:27:04 ---> 1523e6d1986c 22:27:04 22:27:04 Successfully built 1523e6d1986c 22:27:04 Successfully tagged docker-core-metadata-go:latest 22:27:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:27:11 ---> fddd57b70ab6 22:27:11 Step 3/24 : WORKDIR /edgex-go 22:27:11 Step 1/28 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:11 Step 2/28 : FROM ${BUILDER_BASE} AS builder 22:27:11 ---> fddd57b70ab6 22:27:11 Step 3/28 : WORKDIR /edgex-go 22:27:11 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:11 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:27:11 ---> fddd57b70ab6 22:27:11 Step 3/25 : WORKDIR /edgex-go 22:27:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:27:11 ---> fddd57b70ab6 22:27:11 Step 3/24 : WORKDIR /edgex-go 22:27:11 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:11 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:27:11 ---> fddd57b70ab6 22:27:11 Step 3/25 : WORKDIR /edgex-go 22:27:11 ---> Running in e4b1715e2d8e 22:27:11 ---> Running in 17eca83d1957 22:27:11 ---> Running in df21148f6a36 22:27:11 ---> Running in 0823e1790c09 22:27:11 ---> Running in 3c71828545ba 22:27:12 Removing intermediate container 17eca83d1957 22:27:12 ---> bd635e7eec3c 22:27:12 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:12 Removing intermediate container df21148f6a36 22:27:12 ---> 49a813e0140b 22:27:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:12 Removing intermediate container e4b1715e2d8e 22:27:12 ---> 7024ba580de0 22:27:12 Step 4/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:12 Removing intermediate container 3c71828545ba 22:27:12 ---> e1f4aae1175d 22:27:12 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:12 Removing intermediate container 0823e1790c09 22:27:12 ---> f7ebad8df5ff 22:27:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:12 ---> Running in 451f8e382ddc 22:27:12 ---> Running in 8b5477b70502 22:27:12 ---> Running in d6366c5c66c3 22:27:12 ---> Running in cc7ac4da69d4 22:27:12 ---> Running in 8c927e56b52f 22:27:17 Removing intermediate container 451f8e382ddc 22:27:17 ---> 52690c545e9b 22:27:17 Step 5/25 : RUN apk add --update --no-cache make git 22:27:17 ---> Running in d52192b9cbd4 22:27:17 Removing intermediate container d6366c5c66c3 22:27:17 ---> a4187e9de56e 22:27:17 Step 5/25 : RUN apk add --update --no-cache make git 22:27:17 ---> Running in 93cdbcc6bed3 22:27:17 Removing intermediate container cc7ac4da69d4 22:27:17 Removing intermediate container 8b5477b70502 22:27:17 ---> 6987bc372bdd 22:27:17 Step 5/28 : RUN apk add --update --no-cache make bash git 22:27:17 ---> 6ca778a58818 22:27:17 Step 5/24 : RUN apk add --update --no-cache make git 22:27:17 Removing intermediate container 8c927e56b52f 22:27:17 ---> 8f8c556f936c 22:27:17 Step 5/24 : RUN apk add --update --no-cache make git 22:27:17 ---> Running in 9eb68c7fd0cd 22:27:17 ---> Running in 5de9b6f2fef1 22:27:17 ---> Running in 28ce54e66dd6 22:27:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:20 OK: 217 MiB in 51 packages 22:27:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:21 OK: 217 MiB in 51 packages 22:27:21 OK: 217 MiB in 51 packages 22:27:21 OK: 217 MiB in 51 packages 22:27:21 Removing intermediate container d52192b9cbd4 22:27:21 ---> b2f4443579e2 22:27:21 Step 6/25 : COPY go.mod . 22:27:21 OK: 217 MiB in 51 packages 22:27:22 ---> dbe2c654ba97 22:27:22 Step 7/25 : RUN go mod download 22:27:22 Removing intermediate container 9eb68c7fd0cd 22:27:22 ---> b26aa407bef0 22:27:22 Step 6/28 : COPY go.mod . 22:27:22 ---> Running in e3d07eb585f3 22:27:23 Removing intermediate container 93cdbcc6bed3 22:27:23 ---> 6e434eb57d53 22:27:23 Step 6/25 : COPY go.mod . 22:27:23 Removing intermediate container 5de9b6f2fef1 22:27:23 ---> cddd4457a648 22:27:23 Step 6/24 : COPY go.mod . 22:27:23 ---> 4acafb30ccf7 22:27:23 Step 7/28 : RUN go mod download 22:27:23 Removing intermediate container 28ce54e66dd6 22:27:23 ---> 82204493f716 22:27:23 Step 6/24 : COPY go.mod . 22:27:24 ---> Running in bb3372b4a74f 22:27:24 ---> 9b7c86475491 22:27:24 Step 7/25 : RUN go mod download 22:27:24  Building docker-core-metadata-go ... done Removing intermediate container f0dd420adcd5 22:27:24 ---> 1b9b6805df84 22:27:24 Step 10/28 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:27:24 ---> Running in d3df47a2515a 22:27:24 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 22:27:24 ---> 84df169606ac 22:27:24 Step 7/24 : RUN go mod download 22:27:24 ---> Running in 55fa8d953f25 22:27:24 ---> Running in aed79340047f 22:27:25 ---> a649e75b8227 22:27:25 Step 7/24 : RUN go mod download 22:27:25 ---> Running in c0c365bb3cad 22:27:26 Removing intermediate container d3df47a2515a 22:27:26 ---> ccec2ed2a7e1 22:27:26 22:27:26 Step 11/28 : FROM docker:20.10.0 22:27:26 Removing intermediate container e3d07eb585f3 22:27:26 ---> 5ffcb8fa2f32 22:27:26 Step 8/25 : COPY . . 22:27:26 20.10.0: Pulling from library/docker 22:27:27 Removing intermediate container db83efb5d601 22:27:27 ---> 8f72b7c2b5a2 22:27:27 Step 10/26 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwd 22:27:27 ---> Running in 2242a2ca25d6 22:27:28 Removing intermediate container bb3372b4a74f 22:27:28 ---> 99aec0af7ffd 22:27:28 Step 8/28 : COPY . . 22:27:29 Removing intermediate container 2242a2ca25d6 22:27:29 ---> 53551b7a017f 22:27:29 22:27:29 Step 11/26 : FROM alpine:3.12 22:27:29 ---> 389fef711851 22:27:29 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:27:29 ---> Running in 7d98ba07cfad 22:27:30 Removing intermediate container 7d98ba07cfad 22:27:30 ---> 7ab7ebed0bac 22:27:30 Step 13/26 : ENV APP_PORT=48080 22:27:30 ---> Running in 884b5c07d662 22:27:30 Removing intermediate container 55fa8d953f25 22:27:30 ---> adad31f7150d 22:27:30 Step 8/25 : COPY . . 22:27:31 Removing intermediate container 884b5c07d662 22:27:31 ---> a6050761a859 22:27:31 Step 14/26 : EXPOSE $APP_PORT 22:27:31 ---> Running in f7adca1ba317 22:27:31 Removing intermediate container f7adca1ba317 22:27:31 ---> ebc9adeec563 22:27:31 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:31 ---> Running in 4e8c5f81a509 22:27:32 Removing intermediate container aed79340047f 22:27:32 ---> 30c38cdcd0b6 22:27:32 Step 8/24 : COPY . . 22:27:33 Removing intermediate container c0c365bb3cad 22:27:33 ---> 70b31a73a29b 22:27:33 Step 8/24 : COPY . . 22:27:33 Removing intermediate container 4e8c5f81a509 22:27:33 ---> 3d6d562429c2 22:27:33 Step 16/26 : RUN apk add --update --no-cache zeromq 22:27:34 ---> Running in 5901ab51d810 22:27:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:27:36 Status: Downloaded newer image for docker:20.10.0 22:27:36 ---> aefe523efa57 22:27:36 Step 12/28 : RUN apk add --no-cache bash 22:27:36 ---> Running in 837790ac1b0d 22:27:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:37 (1/5) Installing libgcc (9.3.0-r2) 22:27:37 (2/5) Installing libsodium (1.0.18-r0) 22:27:37 (3/5) Installing libstdc++ (9.3.0-r2) 22:27:38 (4/5) Installing libzmq (4.3.3-r0) 22:27:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:38 (5/5) Installing zeromq (4.3.3-r0) 22:27:38 Executing busybox-1.31.1-r19.trigger 22:27:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:38 OK: 8 MiB in 19 packages 22:27:38 (1/2) Installing readline (8.0.4-r0) 22:27:38 (2/2) Installing bash (5.0.17-r0) 22:27:38 Executing bash-5.0.17-r0.post-install 22:27:38 Executing busybox-1.31.1-r19.trigger 22:27:38 OK: 12 MiB in 22 packages 22:27:39 Removing intermediate container 5901ab51d810 22:27:39 ---> 28be840bef78 22:27:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:27:39 Removing intermediate container 837790ac1b0d 22:27:39 ---> c3436d574ab3 22:27:39 Step 13/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:27:39 ---> Running in d63d48931a33 22:27:39 ---> de45dd1b6b07 22:27:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:27:39 Removing intermediate container d63d48931a33 22:27:39 ---> bca814055ef5 22:27:39 Step 14/28 : ENV APP_PORT=48090 22:27:40 ---> Running in e3b2c2a8768d 22:27:40 Removing intermediate container e3b2c2a8768d 22:27:40 ---> 105762f4321d 22:27:40 Step 15/28 : EXPOSE $APP_PORT 22:27:40 ---> Running in b8463efe9d47 22:27:40 Removing intermediate container b8463efe9d47 22:27:40 ---> cf60e091bd7b 22:27:40 Step 16/28 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:27:41 ---> 4a9e82b0640e 22:27:41 Step 19/26 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:27:41 ---> c5e2661e47be 22:27:41 Step 20/26 : COPY --from=builder /tmp/passwd /etc/passwd 22:27:41 ---> 21e14b4ca471 22:27:41 Step 17/28 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:27:42 ---> f96ac29c8aa0 22:27:42 Step 18/28 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:27:42 ---> c27a93a88d42 22:27:42 Step 21/26 : USER edgex_user 22:27:42 ---> Running in 29f3e01980e2 22:27:42 Removing intermediate container 29f3e01980e2 22:27:42 ---> 06925253f2ef 22:27:42 Step 22/26 : ENTRYPOINT ["/core-data"] 22:27:42 ---> Running in 75ac2eaa34b1 22:27:42 ---> 462808edc38a 22:27:42 Step 19/28 : RUN apk --no-cache add py3-pip 22:27:42 ---> Running in b9e9c38f0379 22:27:43 Removing intermediate container 75ac2eaa34b1 22:27:43 ---> cb2f21c2d8a3 22:27:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:27:43 ---> Running in 7279bf85fcc2 22:27:43 Removing intermediate container 7279bf85fcc2 22:27:43 ---> 2ec80f1fb044 22:27:43 Step 24/26 : LABEL arch=x86_64 22:27:43 ---> Running in 5e4df12f31bd 22:27:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:43 Removing intermediate container 5e4df12f31bd 22:27:43 ---> 80de460c418f 22:27:43 Step 25/26 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:27:43 ---> Running in f833d2fa5282 22:27:43 (1/33) Installing libbz2 (1.0.8-r1) 22:27:43 (2/33) Installing expat (2.2.9-r1) 22:27:43 (3/33) Installing libffi (3.3-r2) 22:27:43 (4/33) Installing gdbm (1.13-r1) 22:27:44 (5/33) Installing xz-libs (5.2.5-r0) 22:27:44 (6/33) Installing sqlite-libs (3.32.1-r0) 22:27:44 (7/33) Installing python3 (3.8.5-r0) 22:27:44 Removing intermediate container f833d2fa5282 22:27:44 ---> 35f9f94987d2 22:27:44 Step 26/26 : LABEL version=0.0.0 22:27:45 ---> Running in 7cacd5499548 22:27:45 (8/33) Installing py3-appdirs (1.4.4-r1) 22:27:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:27:45 (10/33) Installing py3-parsing (2.4.7-r0) 22:27:45 (11/33) Installing py3-six (1.15.0-r0) 22:27:45 (12/33) Installing py3-packaging (20.4-r0) 22:27:45 (13/33) Installing py3-setuptools (47.0.0-r0) 22:27:46 (14/33) Installing py3-chardet (3.0.4-r4) 22:27:47 (15/33) Installing py3-idna (2.9-r0) 22:27:47 Removing intermediate container 7cacd5499548 22:27:47 ---> 74aa3dcc9ab5 22:27:47 22:27:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:27:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:27:47 (18/33) Installing py3-requests (2.23.0-r0) 22:27:47 (19/33) Installing py3-msgpack (1.0.0-r0) 22:27:47 (20/33) Installing py3-lockfile (0.12.2-r3) 22:27:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:27:47 (22/33) Installing py3-colorama (0.4.3-r0) 22:27:47 (23/33) Installing py3-distlib (0.3.0-r0) 22:27:47 Successfully built 74aa3dcc9ab5 22:27:47 Successfully tagged docker-core-data-go:latest 22:27:47  Building docker-core-data-go ... done (24/33) Installing py3-distro (1.5.0-r1) 22:27:47 (25/33) Installing py3-webencodings (0.5.1-r3) 22:27:47 (26/33) Installing py3-html5lib (1.0.1-r4) 22:27:47 (27/33) Installing py3-pytoml (0.1.21-r0) 22:27:47 (28/33) Installing py3-pep517 (0.8.2-r0) 22:27:47 (29/33) Installing py3-progress (1.5-r0) 22:27:47 (30/33) Installing py3-toml (0.10.1-r0) 22:27:47 (31/33) Installing py3-retrying (1.3.3-r0) 22:27:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:27:47 (33/33) Installing py3-pip (20.1.1-r0) 22:27:47 Executing busybox-1.31.1-r19.trigger 22:27:47 OK: 71 MiB in 55 packages 22:27:51 ---> 56806025ea9e 22:27:51 Step 9/25 : RUN make cmd/core-metadata/core-metadata 22:27:51 ---> d4dcf6f2ef3f 22:27:51 Step 9/28 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:27:51 ---> Running in fba12fc094a5 22:27:51 ---> 588cd9fb9bb5 22:27:51 Step 9/25 : RUN make cmd/core-command/core-command 22:27:51 ---> Running in bf1b2a300f2b 22:27:51 ---> Running in d7dd3ce21aae 22:27:52 ---> b0078fae439a 22:27:52 Step 9/24 : RUN make cmd/support-scheduler/support-scheduler 22:27:52 ---> Running in 513bdbd7f410 22:27:53 ---> b9eeacc900fe 22:27:53 Step 9/24 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 22:27:53 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 22:27:53 ---> Running in fde6be891578 22:27:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:27:53 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 22:27:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:27:55 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 22:27:55 Removing intermediate container b9e9c38f0379 22:27:55 ---> 4effae05b77d 22:27:55 Step 20/28 : RUN pip install docker-compose==1.23.2 22:27:55 ---> Running in d00836094850 22:27:56 Collecting docker-compose==1.23.2 22:27:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:27:56 Collecting cached-property<2,>=1.2.0 22:27:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:27:57 Collecting docopt<0.7,>=0.6.1 22:27:57 Downloading docopt-0.6.2.tar.gz (25 kB) 22:27:57 Collecting jsonschema<3,>=2.5.1 22:27:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:27:58 Collecting dockerpty<0.5,>=0.4.1 22:27:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:27:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:27:58 Collecting PyYAML<4,>=3.10 22:27:58 Downloading PyYAML-3.13.tar.gz (270 kB) 22:28:00 Collecting websocket-client<1.0,>=0.32.0 22:28:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:28:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:28:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:28:00 Collecting docker<4.0,>=3.6.0 22:28:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:28:00 Collecting texttable<0.10,>=0.9.0 22:28:00 Downloading texttable-0.9.1.tar.gz (11 kB) 22:28:01 Collecting urllib3<1.25,>=1.21.1 22:28:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:28:01 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:28:01 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:28:01 Collecting idna<2.8,>=2.5 22:28:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:28:02 Collecting docker-pycreds>=0.4.0 22:28:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:28:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:28:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:28:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:28:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:28:02 Installing collected packages: cached-property, docopt, jsonschema, dockerpty, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, docker-compose 22:28:02 Running setup.py install for docopt: started 22:28:03 Running setup.py install for docopt: finished with status 'done' 22:28:03 Running setup.py install for dockerpty: started 22:28:03 Running setup.py install for dockerpty: finished with status 'done' 22:28:03 Running setup.py install for PyYAML: started 22:28:04 Running setup.py install for PyYAML: finished with status 'done' 22:28:04 Attempting uninstall: urllib3 22:28:04 Found existing installation: urllib3 1.25.9 22:28:04 Uninstalling urllib3-1.25.9: 22:28:04 Successfully uninstalled urllib3-1.25.9 22:28:05 Attempting uninstall: idna 22:28:05 Found existing installation: idna 2.9 22:28:05 Uninstalling idna-2.9: 22:28:05 Successfully uninstalled idna-2.9 22:28:05 Attempting uninstall: requests 22:28:05 Found existing installation: requests 2.23.0 22:28:05 Uninstalling requests-2.23.0: 22:28:05 Successfully uninstalled requests-2.23.0 22:28:05 Running setup.py install for texttable: started 22:28:06 Running setup.py install for texttable: finished with status 'done' 22:28:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 22:28:11 Removing intermediate container d00836094850 22:28:11 ---> 9ca3dcf61f2b 22:28:11 Step 21/28 : RUN apk --no-cache add curl 22:28:11 ---> Running in 157bb3e139c5 22:28:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:28:12 (2/3) Installing libcurl (7.69.1-r3) 22:28:12 (3/3) Installing curl (7.69.1-r3) 22:28:12 Executing busybox-1.31.1-r19.trigger 22:28:12 OK: 72 MiB in 58 packages 22:28:13 Removing intermediate container 157bb3e139c5 22:28:13 ---> 3aee7224e044 22:28:13 Step 22/28 : RUN addgroup -g 2001 edgex_group && adduser -G edgex_group -D -H -s /sbin/nologin -u 2002 edgex_user 22:28:13 ---> Running in 1cf73d9428e6 22:28:14 Removing intermediate container 1cf73d9428e6 22:28:14 ---> fb68446c7356 22:28:14 Step 23/28 : USER edgex_user 22:28:14 ---> Running in 6205d3b86141 22:28:14 Removing intermediate container 6205d3b86141 22:28:14 ---> 10d7fd073cbc 22:28:14 Step 24/28 : ENTRYPOINT ["/sys-mgmt-agent"] 22:28:14 ---> Running in 3c27d5ea6b26 22:28:16 Removing intermediate container 3c27d5ea6b26 22:28:16 ---> c668d4ae92d7 22:28:16 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:16 ---> Running in 8803de7f079c 22:28:16 Removing intermediate container 8803de7f079c 22:28:16 ---> 393d4fdf20ea 22:28:16 Step 26/28 : LABEL arch=x86_64 22:28:16 ---> Running in a0fdc4887d7d 22:28:16 Removing intermediate container a0fdc4887d7d 22:28:16 ---> e3c842db68c2 22:28:16 Step 27/28 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:28:16 ---> Running in dcb7997e5938 22:28:16 Removing intermediate container dcb7997e5938 22:28:16 ---> 5dfb27c6da52 22:28:16 Step 28/28 : LABEL version=0.0.0 22:28:16 ---> Running in 6765db37092c 22:28:17 Removing intermediate container 6765db37092c 22:28:17 ---> ab0b923769b2 22:28:17 22:28:17 Successfully built ab0b923769b2 22:28:17 Successfully tagged docker-sys-mgmt-agent-go:latest 22:28:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:28:17 $ docker stop --time=1 dc57b398dac6b20962222b549c1311207f362e20ef81f5171a49d1f6320c4a7c 22:28:19 $ docker rm -f dc57b398dac6b20962222b549c1311207f362e20ef81f5171a49d1f6320c4a7c [Pipeline] // withDockerContainer [Pipeline] sh 22:28:20 + docker images 22:28:20 + grep docker 22:28:20 docker-sys-mgmt-agent-go latest ab0b923769b2 4 seconds ago 313MB 22:28:20 docker-core-data-go latest 74aa3dcc9ab5 35 seconds ago 22.3MB 22:28:20 docker-core-metadata-go latest 1523e6d1986c About a minute ago 13MB 22:28:20 docker-core-command-go latest 069632f2280e About a minute ago 10.6MB 22:28:20 docker-security-bootstrap-redis-go latest fab95bb2662a 3 minutes ago 15.8MB 22:28:20 docker-support-notifications-go latest df0769e0311c 3 minutes ago 12MB 22:28:20 docker-security-proxy-setup-go latest 3e661cd385ac 3 minutes ago 24.5MB 22:28:20 docker-security-secretstore-setup-go latest c5efc79614dd 3 minutes ago 24.6MB 22:28:20 docker-support-scheduler-go latest 261ebee1fa43 3 minutes ago 10.7MB 22:28:20 docker 20.10.0 aefe523efa57 4 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 22:28:37 Still waiting to schedule task 22:28:37 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:29:22 Running on prd-ubuntu18.04-docker-8c-8g-19140 in /w/workspace/edgexfoundry_edgex-go_PR-3003 [Pipeline] { [Pipeline] ws 22:29:22 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:29:25 using credential edgex-jenkins-ssh 22:29:25 Cloning the remote Git repository 22:29:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:29:25 > git init /w/workspace/edgex-go/3 # timeout=10 22:29:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:29:25 > git --version # timeout=10 22:29:25 > git --version # 'git version 2.17.1' 22:29:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:29:32 Removing intermediate container fde6be891578 22:29:32 ---> a933bdb17123 22:29:32 22:29:32 Step 10/24 : FROM alpine:3.12 22:29:32 3.12: Pulling from library/alpine 22:29:32 Removing intermediate container d7dd3ce21aae 22:29:32 ---> ef6dc8438053 22:29:32 Step 10/25 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwdRemoving intermediate container 513bdbd7f410 22:29:32 ---> 6d2b6ab47622 22:29:32 Step 10/24 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwd 22:29:32 22:29:32 Removing intermediate container bf1b2a300f2b 22:29:32 ---> f6f6ec86e607 22:29:32 Step 10/28 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:29:32 ---> Running in 568197dc9c71 22:29:32 ---> Running in 544397c2846b 22:29:32 ---> Running in d46bc6879586 22:29:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:29:32 Status: Downloaded newer image for alpine:3.12 22:29:32 ---> afeebe901d6b 22:29:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:29:32 ---> Running in a3fb279d61c3 22:29:32 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 22:29:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:34 (1/5) Installing ca-certificates (20191127-r4) 22:29:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:29:34 (3/5) Installing libcurl (7.69.1-r3) 22:29:34 (4/5) Installing curl (7.69.1-r3) 22:29:34 (5/5) Installing dumb-init (1.2.2-r1) 22:29:34 Executing busybox-1.31.1-r19.trigger 22:29:34 Executing ca-certificates-20191127-r4.trigger 22:29:34 OK: 7 MiB in 19 packages 22:29:35 Removing intermediate container 544397c2846b 22:29:35 ---> 564f2fb3c25e 22:29:35 22:29:35 Step 11/24 : FROM scratch 22:29:35 ---> 22:29:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:29:35 Removing intermediate container d46bc6879586 22:29:35 ---> 9cc074c49282 22:29:35 22:29:35 Step 11/25 : FROM scratch 22:29:35 ---> 22:29:35 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:29:35 ---> Running in ffd5e344b17a 22:29:35 ---> Running in bb3b73c3c9b7 22:29:36 Removing intermediate container bb3b73c3c9b7 22:29:36 ---> 8490374a71c7 22:29:36 Step 13/25 : ENV APP_PORT=48082 22:29:36 Removing intermediate container ffd5e344b17a 22:29:36 ---> 23d3d107dfbe 22:29:36 Step 13/24 : ENV APP_PORT=48085 22:29:37 ---> Running in 6f75b2c94d98 22:29:37 ---> Running in 23b832457e00 22:29:37 Removing intermediate container 568197dc9c71 22:29:37 ---> e8ccd49d2a44 22:29:37 22:29:37 Step 11/28 : FROM docker:20.10.0 22:29:37 20.10.0: Pulling from library/docker 22:29:37 Removing intermediate container a3fb279d61c3 22:29:37 ---> 18e07a32604f 22:29:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 22:29:38 ---> Running in d61b46e13d9f 22:29:38 Removing intermediate container 23b832457e00 22:29:38 ---> 91ae8559ff54 22:29:38 Step 14/24 : EXPOSE $APP_PORT 22:29:38 Removing intermediate container 6f75b2c94d98 22:29:38 ---> 957c40b7322e 22:29:38 Step 14/25 : EXPOSE $APP_PORT 22:29:39 ---> Running in d345f63b640a 22:29:39 ---> Running in a63e8064ec99 22:29:39 Removing intermediate container d61b46e13d9f 22:29:39 ---> ab1f637ea873 22:29:39 Step 13/24 : WORKDIR / 22:29:40 Removing intermediate container fba12fc094a5 22:29:40 ---> 72336b6b918f 22:29:40 Step 10/25 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwd 22:29:40 ---> Running in 90e70b3dfa41 22:29:40 Removing intermediate container d345f63b640a 22:29:40 ---> 484235bf0a92 22:29:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:29:40 ---> Running in e5c140b3cb78 22:29:40 Removing intermediate container a63e8064ec99 22:29:40 ---> 4c6e7b478c19 22:29:40 Step 15/25 : WORKDIR / 22:29:40 ---> Running in a98009705d63 22:29:41 Removing intermediate container 90e70b3dfa41 22:29:41 ---> 1029ced5acdb 22:29:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 22:29:41 ---> 2872b63b3ffc 22:29:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:29:42 Removing intermediate container a98009705d63 22:29:42 ---> 3125e631f44d 22:29:42 Step 16/25 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:29:42 ---> c9e0b571f393 22:29:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 22:29:43 ---> 8eaaf52826dd 22:29:43 Step 17/25 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:29:43 ---> e7c60ab360b6 22:29:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:29:44 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit bc25e4a56a4dad7537b692b87b96e09b0079012f 22:29:44 Removing intermediate container e5c140b3cb78 22:29:44 ---> a795ef78744d 22:29:44 22:29:44 Step 11/25 : FROM scratch 22:29:44 ---> 22:29:44 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:29:44 ---> Using cache 22:29:44 ---> 23d3d107dfbe 22:29:44 Step 13/25 : ENV APP_PORT=48081 22:29:44 Merge succeeded, producing 28054ef7b3bfae8f21c56b0f2d5f883d51da8df9 22:29:44 Checking out Revision 28054ef7b3bfae8f21c56b0f2d5f883d51da8df9 (PR-3003) 22:29:44 ---> Running in c19416ba4c07 22:29:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:29:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:29:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:29:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:29:43 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3003/head:refs/remotes/origin/PR-3003 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:29:44 > git config core.sparsecheckout # timeout=10 22:29:44 > git checkout -f bc25e4a56a4dad7537b692b87b96e09b0079012f # timeout=10 22:29:44 > git remote # timeout=10 22:29:44 > git config --get remote.origin.url # timeout=10 22:29:44 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:44 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 22:29:44 > git rev-parse HEAD^{commit} # timeout=10 22:29:44 > git config core.sparsecheckout # timeout=10 22:29:44 > git checkout -f 28054ef7b3bfae8f21c56b0f2d5f883d51da8df9 # timeout=10 22:29:45 ---> 301e7e7500b7 22:29:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 22:29:45 ---> a71ecd9b5c4d 22:29:45 Step 18/24 : COPY --from=builder /tmp/passwd /etc/passwd 22:29:45 ---> b7a806ff57b2 22:29:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:29:45 Removing intermediate container c19416ba4c07 22:29:45 ---> 6c9fd8f7a3f2 22:29:45 Step 14/25 : EXPOSE $APP_PORT 22:29:45 ---> Running in ba6b647b1e37 22:29:46 ---> 745926438dcd 22:29:46 ---> 0bb52a3226f9 22:29:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 22:29:46 Step 19/24 : USER edgex_user 22:29:46 Removing intermediate container ba6b647b1e37 22:29:46 ---> 888990119407 22:29:46 Step 15/25 : WORKDIR / 22:29:46 ---> Running in 767af477cdc3 22:29:46 ---> 541c6b639b56 22:29:46 Step 19/25 : COPY --from=builder /tmp/passwd /etc/passwd 22:29:46 ---> Running in 7c060ccb1080 22:29:47 Removing intermediate container 767af477cdc3 22:29:47 ---> 3973f5a1030f 22:29:47 Step 20/24 : ENTRYPOINT ["/support-scheduler"] 22:29:47 ---> 353ad32a2dc3 22:29:47 Step 18/24 : RUN chmod +x entrypoint.sh 22:29:47 Removing intermediate container 7c060ccb1080 22:29:47 ---> cb3fff8b4c80 22:29:47 Step 16/25 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:29:47 ---> Running in 7a14556a5370 22:29:47 ---> Running in d4503c3d5aac 22:29:47 ---> 46c869f88760 22:29:47 Step 20/25 : USER edgex_user 22:29:48 Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" 22:29:48 First time build. Skipping changelog. 22:29:48 ---> Running in 764d98484f86 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:29:48 Removing intermediate container 7a14556a5370 22:29:48 ---> c9baa81d506c 22:29:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:48 ---> 9d739a71d2d4 22:29:48 Step 17/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:29:48 > git rev-list --no-walk ec616228cce920f28329a6c8568758a2bc094f92 # timeout=10 22:29:49 ---> Running in 53c9a9206576 22:29:49 Removing intermediate container 764d98484f86 22:29:49 ---> 8acc3c8c7f60 22:29:49 Step 21/25 : ENTRYPOINT ["/core-command"] 22:29:49 + echo snap-build.sh 22:29:49 snap-build.sh 22:29:49 + SNAP_BASE_DIR=. 22:29:49 + '[' '!' -z /w/workspace/edgex-go/3 ']' 22:29:49 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 22:29:49 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 22:29:49 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 22:29:49 + cd /w/workspace/edgex-go/3 22:29:49 + sudo apt-get remove -qy --purge lxd lxd-client 22:29:49 Reading package lists... 22:29:49 Building dependency tree... 22:29:49 Reading state information... 22:29:49 ---> Running in 0164f03f71ba 22:29:49 The following packages were automatically installed and are no longer required: 22:29:49 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:29:49 uidmap xdelta3 22:29:49 Use 'sudo apt autoremove' to remove them. 22:29:49 The following packages will be REMOVED: 22:29:49 lxd* lxd-client* 22:29:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:29:50 After this operation, 31.7 MB disk space will be freed. 22:29:50 Removing intermediate container 53c9a9206576 22:29:50 ---> b3e8c9136a10 22:29:50 Step 22/24 : LABEL arch=arm64 22:29:50 ---> Running in 91e5b38724de 22:29:50 Removing intermediate container 0164f03f71ba 22:29:50 ---> 9aac629fca40 22:29:50 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:51 ---> 29df97c06515 22:29:51 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:29:51 ---> Running in fbf3b6ddfcba 22:29:51 (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.) 22:29:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:29:51 Removing intermediate container 91e5b38724de 22:29:51 ---> 8e8102975549 22:29:51 Step 23/24 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:29:51 Removing intermediate container d4503c3d5aac 22:29:51 ---> 2c409d11dd38 22:29:51 Step 19/24 : RUN addgroup -g 2001 edgex_group && adduser -G edgex_group -D -H -u 2002 edgex_user 22:29:51 ---> Running in e960af4bbeec 22:29:51 Removing lxd dnsmasq configuration 22:29:52 Removing intermediate container fbf3b6ddfcba 22:29:52 ---> 4581d54368c4 22:29:52 Step 23/25 : LABEL arch=arm64 22:29:52 ---> Running in bd6d15ddd9e3 22:29:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:29:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:29:52 ---> Running in 6d9014efb2d2 22:29:52 ---> a7de72359e23 22:29:52 Step 19/25 : COPY --from=builder /tmp/passwd /etc/passwd 22:29:52 Removing intermediate container e960af4bbeec 22:29:52 ---> f025e871e96d 22:29:52 Step 24/24 : LABEL version=0.0.0 22:29:52 ---> Running in f8d3295c5b21 22:29:53 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:29:53 (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.) 22:29:53 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:29:53 Removing intermediate container 6d9014efb2d2 22:29:53 ---> a8644154c3f4 22:29:53 Step 24/25 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:29:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:29:53 Status: Downloaded newer image for docker:20.10.0 22:29:53 ---> eeaf43b92773 22:29:53 Step 12/28 : RUN apk add --no-cache bash 22:29:53 ---> Running in 3f197858dcd3 22:29:53 ---> Running in 58abfa1aa177 22:29:53 ---> af20d6891a43 22:29:53 Step 20/25 : USER edgex_user 22:29:53 Removing intermediate container f8d3295c5b21 22:29:53 ---> f428d1e04eb4 22:29:53 22:29:53 ---> Running in 8f400ae82729 22:29:54 Removing intermediate container 58abfa1aa177 22:29:54 ---> 8489298beae5 22:29:54 Step 25/25 : LABEL version=0.0.0 22:29:54 ---> Running in d7c0271c9475 22:29:54 Successfully built f428d1e04eb4 22:29:54 Successfully tagged docker-support-scheduler-go-arm64:latest 22:29:54  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 22:29:54 Processing triggers for systemd (237-3ubuntu10.42) ... 22:29:54 Processing triggers for ureadahead (0.100.0-21) ... 22:29:54 Removing intermediate container 8f400ae82729 22:29:54 ---> 791de14a9321 22:29:54 Step 21/25 : ENTRYPOINT ["/core-metadata"] 22:29:54 ---> Running in f27940a39734 22:29:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:55 Removing intermediate container d7c0271c9475 22:29:55 ---> e599aaaf1628 22:29:55 22:29:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:55 Successfully built e599aaaf1628 22:29:55 + sudo snap remove --purge lxd 22:29:55 snap "lxd" is not installed 22:29:55 + sudo groupadd --force --system lxd 22:29:55 ++ whoami 22:29:55 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:29:55 + newgrp - lxd 22:29:55 + sudo snap install lxd 22:29:55 Successfully tagged docker-core-command-go-arm64:latest 22:29:55 Building docker-support-notifications-go 22:29:55  Building docker-core-command-go ... done Removing intermediate container bd6d15ddd9e3 22:29:55 Removing intermediate container f27940a39734 22:29:55 ---> 59e9f4b39f79 22:29:55 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:55 ---> 4661e5706bf4 22:29:55 Step 20/24 : USER edgex_user 22:29:55 (1/2) Installing readline (8.0.4-r0) 22:29:55 (2/2) Installing bash (5.0.17-r0) 22:29:55 Executing bash-5.0.17-r0.post-install 22:29:55 Executing busybox-1.31.1-r19.trigger 22:29:55 OK: 12 MiB in 22 packages 22:29:56 ---> Running in 445b557823a2 22:29:56 ---> Running in ce80bbe5027b 22:29:57 Removing intermediate container 445b557823a2 22:29:57 ---> e906d00c9429 22:29:57 Step 21/24 : ENTRYPOINT ["/entrypoint.sh"]Removing intermediate container ce80bbe5027b 22:29:57 ---> 49ac84bd0ec7 22:29:57 Step 23/25 : LABEL arch=arm64 22:29:57 22:29:58 Removing intermediate container 3f197858dcd3 22:29:58 ---> f2d012334b32 22:29:58 Step 13/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:29:58 ---> Running in c0b45bb635df 22:29:58 ---> Running in 3b90d90e6090 22:30:00 ---> Running in e020de12f460 22:30:00 Removing intermediate container c0b45bb635df 22:30:00 Removing intermediate container 3b90d90e6090 22:30:00 ---> 151f8b0f96a8 22:30:00 Step 24/25 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:30:00 ---> 1941100db217 22:30:00 Step 22/24 : LABEL arch=arm64 22:30:00 ---> Running in 28309c13bdfd 22:30:00 ---> Running in b916a931c5ec 22:30:00 Removing intermediate container e020de12f460 22:30:00 ---> 03953a1240fa 22:30:00 Step 14/28 : ENV APP_PORT=48090 22:30:01 ---> Running in 8f14e6ea56cb 22:30:01 Removing intermediate container b916a931c5ec 22:30:01 ---> d4c5654f8cd8 22:30:01 Step 25/25 : LABEL version=0.0.0 22:30:01 Removing intermediate container 28309c13bdfd 22:30:01 ---> a4a0f3f4d5bf 22:30:01 Step 23/24 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:30:02 Removing intermediate container 8f14e6ea56cb 22:30:02 ---> 7375d1f26516 22:30:02 Step 15/28 : EXPOSE $APP_PORT 22:30:02 ---> Running in a9ef967f0386 22:30:02 ---> Running in a6dafcc22d9c 22:30:02 ---> Running in 4a5aaf66c2bd 22:30:03 Removing intermediate container a6dafcc22d9c 22:30:03 ---> e3f1c47050c8 22:30:03 22:30:03 Removing intermediate container a9ef967f0386 22:30:03 ---> 117637ffd45d 22:30:03 Step 24/24 : LABEL version=0.0.0 22:30:03 Removing intermediate container 4a5aaf66c2bd 22:30:03 ---> 8d080c6c2df2 22:30:03 Step 16/28 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:30:03 ---> Running in 7fc485a0c9df 22:30:03 Successfully built e3f1c47050c8 22:30:04 Successfully tagged docker-core-metadata-go-arm64:latest 22:30:04 Building docker-core-data-go 22:30:04 2021-01-08T22:30:01Z INFO Waiting for automatic snapd restart... 22:30:04  Building docker-core-metadata-go ... done Removing intermediate container 7fc485a0c9df 22:30:04 ---> 22bbb15b0a26 22:30:04 22:30:04 Successfully built 22bbb15b0a26 22:30:04 ---> fb7e2feb02f3 22:30:04 Step 17/28 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:30:04 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 22:30:04  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 22:30:05 ---> cf331e44a1e4 22:30:06 Step 18/28 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:30:07 ---> 4d3ac78bf9ce 22:30:07 Step 19/28 : RUN apk --no-cache add py3-pip 22:30:07 ---> Running in f6463813a617 22:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:09 (1/33) Installing libbz2 (1.0.8-r1) 22:30:09 (2/33) Installing expat (2.2.9-r1) 22:30:09 (3/33) Installing libffi (3.3-r2) 22:30:09 (4/33) Installing gdbm (1.13-r1) 22:30:09 (5/33) Installing xz-libs (5.2.5-r0) 22:30:09 (6/33) Installing sqlite-libs (3.32.1-r0) 22:30:09 (7/33) Installing python3 (3.8.5-r0) 22:30:11 (8/33) Installing py3-appdirs (1.4.4-r1) 22:30:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:30:11 (10/33) Installing py3-parsing (2.4.7-r0) 22:30:11 (11/33) Installing py3-six (1.15.0-r0) 22:30:11 (12/33) Installing py3-packaging (20.4-r0) 22:30:11 (13/33) Installing py3-setuptools (47.0.0-r0) 22:30:11 (14/33) Installing py3-chardet (3.0.4-r4) 22:30:11 (15/33) Installing py3-idna (2.9-r0) 22:30:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:30:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:30:11 (18/33) Installing py3-requests (2.23.0-r0) 22:30:11 (19/33) Installing py3-msgpack (1.0.0-r0) 22:30:11 (20/33) Installing py3-lockfile (0.12.2-r3) 22:30:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:30:11 (22/33) Installing py3-colorama (0.4.3-r0) 22:30:11 (23/33) Installing py3-distlib (0.3.0-r0) 22:30:11 (24/33) Installing py3-distro (1.5.0-r1) 22:30:11 (25/33) Installing py3-webencodings (0.5.1-r3) 22:30:11 (26/33) Installing py3-html5lib (1.0.1-r4) 22:30:12 (27/33) Installing py3-pytoml (0.1.21-r0) 22:30:12 (28/33) Installing py3-pep517 (0.8.2-r0) 22:30:12 (29/33) Installing py3-progress (1.5-r0) 22:30:12 (30/33) Installing py3-toml (0.10.1-r0) 22:30:12 (31/33) Installing py3-retrying (1.3.3-r0) 22:30:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:30:12 (33/33) Installing py3-pip (20.1.1-r0) 22:30:12 Executing busybox-1.31.1-r19.trigger 22:30:12 OK: 71 MiB in 55 packages 22:30:19 lxd 4.9 from Canonical* installed 22:30:19 + sudo lxd init --auto 22:30:24 Removing intermediate container f6463813a617 22:30:24 ---> bebb1969ecca 22:30:24 Step 20/28 : RUN pip install docker-compose==1.23.2 22:30:24 ---> Running in 745a9e55eeed 22:30:27 + sudo snap install --classic snapcraft 22:30:29 Collecting docker-compose==1.23.2 22:30:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:30:29 Collecting docopt<0.7,>=0.6.1 22:30:29 Downloading docopt-0.6.2.tar.gz (25 kB) 22:30:31 snapcraft 4.4.4 from Canonical* installed 22:30:31 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:30:31 + patch --verbose -p1 22:30:31 Hmm... Looks like a unified diff to me... 22:30:31 The text leading up to this was: 22:30:31 -------------------------- 22:30:31 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 22:30:31 |From: Tony Espy 22:30:31 |Date: Wed, 16 Dec 2020 16:34:55 -0500 22:30:31 |Subject: [PATCH] optimize snap build for pipeline CI check 22:30:31 | 22:30:31 |This patch is used by the EdgeX CI pipeline builds to 22:30:31 |optimize the snap CI check run for pull requests. When 22:30:31 |applied, it essentially strips out everything (apps and 22:30:31 |parts) from the snapcraft.yaml file except those required 22:30:31 |to build edgex-go, as the whole idea of the CI check is to 22:30:31 |catch changes to edgex-go that break the snap build. 22:30:31 | 22:30:31 |In general, anyone updating snapcraft.yaml will also need 22:30:31 |to update this patch file, otherwise it may fail to apply, 22:30:31 |resulting in a failed snap build CI check in the associated 22:30:31 |pull request. 22:30:31 | 22:30:31 |Note - in addition to applying this patch, the pipeline also 22:30:31 |only primes the snap (e.g. `snapcraft prime`), as there's no 22:30:31 |need to build the finally binary .snap file (and it won't 22:30:31 |work with the patch applied). This further reduces the build 22:30:31 |time. 22:30:31 |--- 22:30:31 | snap/snapcraft.yaml | 461 +------------------------------------------- 22:30:31 | 1 file changed, 2 insertions(+), 459 deletions(-) 22:30:31 | 22:30:31 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 22:30:31 |index 1e537489..faf42425 100644 22:30:31 |--- a/snap/snapcraft.yaml 22:30:31 |+++ b/snap/snapcraft.yaml 22:30:31 -------------------------- 22:30:31 patching file snap/snapcraft.yaml 22:30:31 Using Plan A... 22:30:31 Hunk #1 succeeded at 73. 22:30:31 Hunk #2 succeeded at 202 with fuzz 1. 22:30:31 Hunk #3 succeeded at 214. 22:30:31 Hunk #4 succeeded at 222. 22:30:31 Hunk #5 succeeded at 229. 22:30:31 Hunk #6 succeeded at 256. 22:30:31 Hunk #7 succeeded at 290. 22:30:31 Hunk #8 succeeded at 341. 22:30:31 Hmm... Ignoring the trailing garbage. 22:30:31 done 22:30:31 + sudo snapcraft prime --use-lxd 22:30:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:30:32 Collecting cached-property<2,>=1.2.0 22:30:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:30:32 Collecting texttable<0.10,>=0.9.0 22:30:32 Downloading texttable-0.9.1.tar.gz (11 kB) 22:30:33 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:30:33 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: 22:30:33 - README.md 22:30:33 - snapcraft.yaml.orig 22:30:33 22:30:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:30:33 Launching a container. 22:30:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:30:34 ---> fddd57b70ab6 22:30:34 Step 3/24 : WORKDIR /edgex-go 22:30:34 ---> Using cache 22:30:34 ---> f7ebad8df5ff 22:30:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:34 ---> Using cache 22:30:34 ---> 8f8c556f936c 22:30:34 Step 5/24 : RUN apk add --update --no-cache make git 22:30:34 ---> Using cache 22:30:34 ---> 82204493f716 22:30:34 Step 6/24 : COPY go.mod . 22:30:34 ---> Using cache 22:30:34 ---> a649e75b8227 22:30:34 Step 7/24 : RUN go mod download 22:30:34 ---> Using cache 22:30:34 ---> 70b31a73a29b 22:30:34 Step 8/24 : COPY . . 22:30:34 ---> Using cache 22:30:34 ---> b9eeacc900fe 22:30:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:30:35 Collecting PyYAML<4,>=3.10 22:30:35 Downloading PyYAML-3.13.tar.gz (270 kB) 22:30:37 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:37 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:30:37 ---> fddd57b70ab6 22:30:37 Step 3/27 : WORKDIR /edgex-go 22:30:37 ---> Using cache 22:30:37 ---> f7ebad8df5ff 22:30:37 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:37 ---> Using cache 22:30:37 ---> 8f8c556f936c 22:30:37 Step 5/27 : RUN apk add --update --no-cache make bash git ca-certificates 22:30:38 ---> Running in fadecfbc921f 22:30:38 ---> Running in 81fe3d8389e7 22:30:40 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 22:30:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:40 Collecting jsonschema<3,>=2.5.1 22:30:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:30:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:41 Collecting websocket-client<1.0,>=0.32.0 22:30:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:30:42 OK: 217 MiB in 51 packages 22:30:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:30:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:30:44 Collecting docker<4.0,>=3.6.0 22:30:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:30:45 Waiting for container to be ready 22:30:45 To start your first instance, try: lxc launch ubuntu:18.04 22:30:45 22:30:46 Removing intermediate container fadecfbc921f 22:30:46 ---> 74e19aa1a718 22:30:46 Step 6/27 : COPY go.mod . 22:30:46 Collecting dockerpty<0.5,>=0.4.1 22:30:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:30:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:30:48 ---> fddd57b70ab6 22:30:48 Step 3/26 : WORKDIR /edgex-go 22:30:48 ---> Using cache 22:30:48 ---> f7ebad8df5ff 22:30:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:48 ---> Using cache 22:30:48 ---> 8f8c556f936c 22:30:48 Step 5/26 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:30:48 ---> Running in 2780ff5fbf87 22:30:48 ---> 11762b1fbe7b 22:30:48 Step 7/27 : RUN go mod download 22:30:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:30:48 Waiting for network to be ready... 22:30:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:30:48 ---> fddd57b70ab6 22:30:48 Step 3/23 : WORKDIR /edgex-go 22:30:48 ---> Using cache 22:30:48 ---> f7ebad8df5ff 22:30:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:48 ---> Using cache 22:30:48 ---> 8f8c556f936c 22:30:48 Step 5/23 : RUN apk add --update --no-cache make git 22:30:48 ---> Using cache 22:30:48 ---> 82204493f716 22:30:48 Step 6/23 : COPY go.mod . ---> Running in 0197c81c4e5b 22:30:48 22:30:48 ---> Using cache 22:30:48 ---> a649e75b8227 22:30:48 Step 7/23 : RUN go mod download 22:30:48 ---> Using cache 22:30:48 ---> 70b31a73a29b 22:30:48 Step 8/23 : COPY . . 22:30:48 ---> Using cache 22:30:48 ---> b9eeacc900fe 22:30:48 Step 9/23 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:30:48 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:30:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:30:48 ---> Running in 7cbe5b35ed36 22:30:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 22:30:49 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:30:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:30:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:30:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:30:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:30:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:30:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:30:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:30:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 22:30:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 22:30:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 22:30:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 22:30:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 22:30:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 22:30:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 22:30:49 Collecting urllib3<1.25,>=1.21.1 22:30:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:30:49 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) 22:30:49 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) 22:30:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:30:50 Collecting idna<2.8,>=2.5 22:30:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:30:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 22:30:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 22:30:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 22:30:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 22:30:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 22:30:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 22:30:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 22:30:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 22:30:50 Collecting docker-pycreds>=0.4.0 22:30:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:30:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:30:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:30:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:30:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:30:51 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 22:30:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:52 Installing collected packages: docopt, cached-property, texttable, PyYAML, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docker-compose 22:30:52 Running setup.py install for docopt: started 22:30:52 OK: 217 MiB in 51 packages 22:30:53 Removing intermediate container 0197c81c4e5b 22:30:53 ---> 01b9eaa5f474 22:30:53 Step 8/27 : COPY . . 22:30:53 Fetched 23.7 MB in 5s (4553 kB/s) 22:30:54 Removing intermediate container 2780ff5fbf87 22:30:54 ---> be64ae76b6af 22:30:54 Step 6/26 : COPY go.mod . 22:30:54 Reading package lists... 22:30:54 Running setup.py install for docopt: finished with status 'done' 22:30:55 Reading package lists... 22:30:55 Running setup.py install for texttable: started 22:30:55 Building dependency tree... 22:30:55 Reading state information... 22:30:55 The following additional packages will be installed: 22:30:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:30:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:30:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:30:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:30:55 Suggested packages: 22:30:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:30:55 Recommended packages: 22:30:55 gnupg libsasl2-modules 22:30:55 The following NEW packages will be installed: 22:30:55 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:30:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:30:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:30:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:30:55 The following packages will be upgraded: 22:30:55 gpg gpg-agent gpgconf libudev1 22:30:55 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 22:30:55 Need to get 3532 kB of archives. 22:30:55 After this operation, 13.3 MB of additional disk space will be used. 22:30:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 22:30:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 22:30:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 22:30:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 22:30:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 22:30:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 22:30:55 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 22:30:56 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 22:30:56 ---> 732f033eb785 22:30:56 Step 7/26 : RUN go mod download 22:30:56 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:30:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:30:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:30:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:30:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:30:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:30:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:30:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:30:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:30:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:30:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:30:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:30:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:30:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:30:56 ---> Running in 40f0a7f2304e 22:30:56 debconf: delaying package configuration, since apt-utils is not installed 22:30:56 Fetched 3532 kB in 1s (2693 kB/s) 22:30:56 (Reading database ... 12511 files and directories currently installed.) 22:30:56 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 22:30:56 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:30:57 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 22:30:57 Selecting previously unselected package udev. 22:30:57 (Reading database ... 12511 files and directories currently installed.) 22:30:57 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 22:30:57 Unpacking udev (237-3ubuntu10.43) ... 22:30:57 Selecting previously unselected package libfuse2:amd64. 22:30:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:30:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:30:57 Selecting previously unselected package fuse. 22:30:57 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:30:57 Unpacking fuse (2.9.7-1ubuntu1) ... 22:30:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 22:30:57 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:30:57 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 22:30:57 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:30:57 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 22:30:57 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:30:58 Running setup.py install for texttable: finished with status 'done' 22:30:58 Running setup.py install for PyYAML: started 22:30:58 Selecting previously unselected package libksba8:amd64. 22:30:58 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:30:58 Unpacking libksba8:amd64 (1.3.5-2) ... 22:30:58 Selecting previously unselected package libroken18-heimdal:amd64. 22:30:58 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:30:58 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:30:58 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:30:58 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:30:58 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:30:58 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:30:58 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:30:58 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:30:58 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:30:58 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:30:58 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:30:58 Selecting previously unselected package libwind0-heimdal:amd64. 22:30:58 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:30:58 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:30:58 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:30:58 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:30:58 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:30:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:30:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:30:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:30:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:30:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:30:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:30:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:30:59 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:30:59 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:30:59 Selecting previously unselected package libsasl2-modules-db:amd64. 22:30:59 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:30:59 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:30:59 Selecting previously unselected package libsasl2-2:amd64. 22:30:59 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:30:59 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:30:59 Selecting previously unselected package libldap-common. 22:30:59 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 22:30:59 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:30:59 Selecting previously unselected package libldap-2.4-2:amd64. 22:30:59 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 22:30:59 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:30:59 Selecting previously unselected package dirmngr. 22:30:59 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 22:30:59 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 22:30:59 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:30:59 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 22:30:59 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:30:59 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:30:59 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:30:59 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 22:31:00 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:31:00 Setting up libksba8:amd64 (1.3.5-2) ... 22:31:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:31:00 Setting up udev (237-3ubuntu10.43) ... 22:31:00 invoke-rc.d: policy-rc.d denied execution of start. 22:31:00 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:31:00 Processing triggers for systemd (237-3ubuntu10) ... 22:31:00 Setting up fuse (2.9.7-1ubuntu1) ... 22:31:00 Setting up gpg (2.2.4-1ubuntu1.3) ... 22:31:00 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:31:00 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:31:00 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:31:00 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:31:00 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:31:00 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:31:00 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:31:00 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:31:00 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 22:31:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:31:01 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:31:01 settings in the [Install] section, and DefaultInstance for template units). 22:31:01 This means they are not meant to be enabled using systemctl. 22:31:01 Possible reasons for having this kind of units are: 22:31:01 1) A unit may be statically enabled by being symlinked from another unit's 22:31:01 .wants/ or .requires/ directory. 22:31:01 2) A unit's purpose may be to act as a helper for some other unit which has 22:31:01 a requirement dependency on it. 22:31:01 3) A unit may be started when needed via activation (socket, path, timer, 22:31:01 D-Bus, udev, scripted systemctl call, ...). 22:31:01 4) In case of template units, the unit is meant to be enabled with some 22:31:01 instance name specified. 22:31:01 Reading package lists... 22:31:01 Building dependency tree... 22:31:01 Reading state information... 22:31:01 The following additional packages will be installed: 22:31:01 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:31:01 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:31:01 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:31:01 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:31:01 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:31:01 Suggested packages: 22:31:01 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:31:01 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:31:01 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:31:01 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:31:01 systemd-container policykit-1 22:31:01 Recommended packages: 22:31:01 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:31:01 The following NEW packages will be installed: 22:31:01 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:31:01 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:31:01 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:31:01 multiarch-support openssh-client python3 python3-minimal python3.6 22:31:01 python3.6-minimal snapd squashfs-tools sudo 22:31:01 The following packages will be upgraded: 22:31:01 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:31:02 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 22:31:02 Need to get 35.2 MB of archives. 22:31:02 After this operation, 141 MB of additional disk space will be used. 22:31:02 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 22:31:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:31:02 Running setup.py install for PyYAML: finished with status 'done' 22:31:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:31:03 Removing intermediate container 40f0a7f2304e 22:31:03 ---> 4683b2d2a86b 22:31:03 Step 8/26 : COPY . . 22:31:03 Attempting uninstall: urllib3 22:31:03 Found existing installation: urllib3 1.25.9 22:31:03 Uninstalling urllib3-1.25.9: 22:31:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 22:31:03 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 22:31:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 22:31:03 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:31:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:31:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:31:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:31:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 22:31:03 Successfully uninstalled urllib3-1.25.9 22:31:03 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:31:03 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:31:03 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:31:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:31:03 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 22:31:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:31:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:31:03 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:31:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 22:31:04 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 22:31:04 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 22:31:04 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:31:04 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:31:04 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:31:04 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:31:04 Attempting uninstall: idna 22:31:04 Found existing installation: idna 2.9 22:31:04 Uninstalling idna-2.9: 22:31:04 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:31:04 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:31:04 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 22:31:04 Successfully uninstalled idna-2.9 22:31:04 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:31:05 Attempting uninstall: requests 22:31:05 Found existing installation: requests 2.23.0 22:31:05 Uninstalling requests-2.23.0: 22:31:05 Successfully uninstalled requests-2.23.0 22:31:06 debconf: delaying package configuration, since apt-utils is not installed 22:31:06 Fetched 35.2 MB in 4s (7876 kB/s) 22:31:06 (Reading database ... 12757 files and directories currently installed.) 22:31:06 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 22:31:06 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:31:07 Running setup.py install for dockerpty: started 22:31:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 22:31:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:31:07 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 22:31:07 (Reading database ... 12757 files and directories currently installed.) 22:31:07 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:31:07 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:31:07 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:31:07 (Reading database ... 12757 files and directories currently installed.) 22:31:07 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:31:07 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:31:08 Setting up apt (1.6.12ubuntu0.2) ... 22:31:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:31:08 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:31:08 (Reading database ... 12764 files and directories currently installed.) 22:31:08 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:31:08 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:31:09 Selecting previously unselected package libpython3.6-minimal:amd64. 22:31:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:31:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:31:09 Selecting previously unselected package libexpat1:amd64. 22:31:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:31:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:31:09 Selecting previously unselected package python3.6-minimal. 22:31:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:31:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:31:09 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 22:31:09 Checking for services that may need to be restarted...done. 22:31:09 Checking for services that may need to be restarted...done. 22:31:09 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:31:09 Running setup.py install for dockerpty: finished with status 'done' 22:31:09 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:31:09 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:31:10 Selecting previously unselected package python3-minimal. 22:31:10 (Reading database ... 13012 files and directories currently installed.) 22:31:10 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:31:10 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:31:10 Selecting previously unselected package mime-support. 22:31:10 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:31:10 Unpacking mime-support (3.60ubuntu1) ... 22:31:10 Selecting previously unselected package libmpdec2:amd64. 22:31:10 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:31:10 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:31:10 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:31:10 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:31:10 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:31:10 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 22:31:10 Selecting previously unselected package python3.6. 22:31:10 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:31:10 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:31:10 Selecting previously unselected package libpython3-stdlib:amd64. 22:31:10 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:31:10 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:31:11 Setting up python3-minimal (3.6.7-1~18.04) ... 22:31:11 Selecting previously unselected package python3. 22:31:11 (Reading database ... 13442 files and directories currently installed.) 22:31:11 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:31:11 Unpacking python3 (3.6.7-1~18.04) ... 22:31:11 Selecting previously unselected package multiarch-support. 22:31:11 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:31:11 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:31:11 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:31:11 Selecting previously unselected package liblzo2-2:amd64. 22:31:11 (Reading database ... 13479 files and directories currently installed.) 22:31:11 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:31:11 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:31:12 Selecting previously unselected package libbsd0:amd64. 22:31:12 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:31:12 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:31:12 Selecting previously unselected package sudo. 22:31:12 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 22:31:12 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 22:31:12 Selecting previously unselected package apparmor. 22:31:12 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:31:12 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:31:12 Selecting previously unselected package libedit2:amd64. 22:31:12 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:31:12 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:31:12 Selecting previously unselected package libkrb5support0:amd64. 22:31:12 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:31:12 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:31:13 Selecting previously unselected package libk5crypto3:amd64. 22:31:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:31:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:31:13 Selecting previously unselected package libkeyutils1:amd64. 22:31:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:31:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:31:13 Selecting previously unselected package libkrb5-3:amd64. 22:31:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:31:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:31:13 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:31:13 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:31:13 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:31:13 Selecting previously unselected package libssl1.0.0:amd64. 22:31:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 22:31:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:31:13 Selecting previously unselected package openssh-client. 22:31:13 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:31:13 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:31:13 Selecting previously unselected package squashfs-tools. 22:31:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:31:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:31:13 Selecting previously unselected package snapd. 22:31:13 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 22:31:13 Unpacking snapd (2.48+18.04) ... 22:31:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:31:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:31:16 Setting up mime-support (3.60ubuntu1) ... 22:31:16 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 22:31:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:31:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:31:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:31:16 Setting up systemd (237-3ubuntu10.43) ... 22:31:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:31:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:31:17 ---> 65c9c5ef4a16 22:31:17 Step 9/27 : RUN make cmd/support-notifications/support-notifications 22:31:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:31:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:31:17 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:31:17 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:31:17 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:31:18 ---> Running in 6472e6e283d1 22:31:18 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:31:18 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:31:18 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:31:18 Setting up python3 (3.6.7-1~18.04) ... 22:31:18 running python rtupdate hooks for python3.6... 22:31:18 running python post-rtupdate hooks for python3.6... 22:31:18 Setting up apparmor (2.12-4ubuntu5.1) ... 22:31:19 Removing intermediate container 745a9e55eeed 22:31:19 ---> 5feeccee8ed7 22:31:19 Step 21/28 : RUN apk --no-cache add curl 22:31:19 ---> Running in 001e6d187e2a 22:31:20 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:31:20 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:31:20 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:31:20 Setting up snapd (2.48+18.04) ... 22:31:20 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 22:31:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:31:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:31:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:31:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:31:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:31:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:31:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:31:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:31:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:31:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:31:22 /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' 22:31:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:31:22 Processing triggers for systemd (237-3ubuntu10.43) ... 22:31:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:31:23 (2/3) Installing libcurl (7.69.1-r3) 22:31:23 (3/3) Installing curl (7.69.1-r3) 22:31:23 Executing busybox-1.31.1-r19.trigger 22:31:23 OK: 71 MiB in 58 packages 22:31:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:31:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:31:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:31:25 Reading package lists... 22:31:25 Reading package lists... 22:31:25 Building dependency tree... 22:31:25 Reading state information... 22:31:25 Calculating upgrade... 22:31:25 The following packages will be upgraded: 22:31:25 advancecomp base-files bash binutils binutils-common 22:31:25 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:31:25 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:31:25 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 22:31:25 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 22:31:25 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 22:31:25 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 22:31:25 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 22:31:25 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 22:31:25 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 22:31:25 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 22:31:25 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 22:31:25 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 22:31:25 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 22:31:25 ubuntu-keyring util-linux 22:31:25 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:31:25 Need to get 63.7 MB of archives. 22:31:25 After this operation, 5203 kB of additional disk space will be used. 22:31:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 22:31:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:31:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:31:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:31:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:31:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:31:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:31:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:31:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:31:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:31:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:31:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:31:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:31:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:31:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:31:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:31:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:31:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:31:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:31:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:31:26 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:31:26 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:31:26 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:31:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:31:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:31:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:31:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:31:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:31:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:31:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:31:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:31:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:31:26 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:31:26 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:31:26 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 22:31:26 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 22:31:26 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:31:26 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:31:26 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:31:26 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 22:31:26 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 22:31:26 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:31:26 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:31:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:31:26 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 22:31:26 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:31:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:31:26 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 22:31:26 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:31:26 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:31:26 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:31:26 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:31:26 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:31:26 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:31:26 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:31:26 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:31:27 Removing intermediate container 001e6d187e2a 22:31:27 ---> fb90682fa0ed 22:31:27 Step 22/28 : RUN addgroup -g 2001 edgex_group && adduser -G edgex_group -D -H -s /sbin/nologin -u 2002 edgex_user 22:31:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:31:27 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:31:27 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:31:27 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:31:27 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:31:27 ---> Running in 927f1f25bcec 22:31:27 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:31:27 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:31:27 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:31:27 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:31:27 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:31:28 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:31:28 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:31:28 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 22:31:28 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:31:28 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:31:28 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:31:28 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:31:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:31:28 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:31:28 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:31:28 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:31:28 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:31:28 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:31:28 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:31:28 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:31:28 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:31:28 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 22:31:28 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:31:28 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:31:28 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:31:28 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:31:28 ---> a0227e456e35 22:31:28 Step 9/26 : RUN make cmd/core-data/core-data 22:31:28 ---> Running in bbe7eadda397 22:31:28 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:31:28 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:31:28 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:31:28 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:31:28 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:31:28 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:31:28 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:31:28 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:31:28 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:31:28 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:31:29 debconf: delaying package configuration, since apt-utils is not installed 22:31:29 Fetched 63.7 MB in 3s (19.1 MB/s) 22:31:29 (Reading database ... 13912 files and directories currently installed.) 22:31:29 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:31:29 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:31:30 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:31:30 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:31:30 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 22:31:30 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 22:31:31 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:31 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:31 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:31 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 22:31:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:31:31 Removing intermediate container 927f1f25bcec 22:31:31 ---> 71e454949488 22:31:31 Step 23/28 : USER edgex_user 22:31:31 (Reading database ... 13911 files and directories currently installed.) 22:31:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:31:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:31:31 (Reading database ... 13911 files and directories currently installed.) 22:31:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:32 ---> Running in 19a1da823940 22:31:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:31:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:31:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:31:32 (Reading database ... 13911 files and directories currently installed.) 22:31:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:31:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:31:32 Removing intermediate container 19a1da823940 22:31:32 ---> e5ef592c07ff 22:31:32 Step 24/28 : ENTRYPOINT ["/sys-mgmt-agent"] 22:31:32 ---> Running in 80adc672ef1a 22:31:32 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:31:33 (Reading database ... 13911 files and directories currently installed.) 22:31:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:31:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:31:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:31:33 Removing intermediate container 80adc672ef1a 22:31:33 ---> fdb3e0c5322a 22:31:33 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:31:33 Setting up base-files (10.1ubuntu2.10) ... 22:31:33 Installing new version of config file /etc/issue ... 22:31:33 Installing new version of config file /etc/issue.net ... 22:31:33 ---> Running in 1c8c35ca959f 22:31:33 Installing new version of config file /etc/lsb-release ... 22:31:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:31:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:31:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:31:33 Removing obsolete conffile /etc/default/motd-news ... 22:31:33 (Reading database ... 13912 files and directories currently installed.) 22:31:33 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:31:33 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:31:34 Removing intermediate container 1c8c35ca959f 22:31:34 ---> 0a9f88d2cd7d 22:31:34 Step 26/28 : LABEL arch=arm64 22:31:34 ---> Running in 64f4a1297252 22:31:34 Setting up bash (4.4.18-2ubuntu1.2) ... 22:31:34 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 22:31:34 (Reading database ... 13912 files and directories currently installed.) 22:31:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:31:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:31:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:31:34 (Reading database ... 13912 files and directories currently installed.) 22:31:34 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 22:31:34 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 22:31:34 Setting up tar (1.29b-2ubuntu0.1) ... 22:31:34 (Reading database ... 13912 files and directories currently installed.) 22:31:34 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:31:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:31:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:31:35 Removing intermediate container 64f4a1297252 22:31:35 ---> f2746ac1e694 22:31:35 Step 27/28 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:31:35 ---> Running in 0d3402ea0846 22:31:35 (Reading database ... 13912 files and directories currently installed.) 22:31:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:31:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:31:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:31:35 (Reading database ... 13912 files and directories currently installed.) 22:31:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:31:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:31:35 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:31:35 Removing intermediate container 0d3402ea0846 22:31:35 ---> 77611d10706a 22:31:35 Step 28/28 : LABEL version=0.0.0 22:31:35 (Reading database ... 13912 files and directories currently installed.) 22:31:35 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:31:35 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:31:35 Setting up grep (3.1-2build1) ... 22:31:35 (Reading database ... 13912 files and directories currently installed.) 22:31:35 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:31:35 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:31:36 ---> Running in 09eba7d0843e 22:31:36 Setting up login (1:4.5-1ubuntu2) ... 22:31:36 (Reading database ... 13912 files and directories currently installed.) 22:31:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:31:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:31:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:31:36 (Reading database ... 13912 files and directories currently installed.) 22:31:36 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:31:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:31:36 Removing intermediate container 09eba7d0843e 22:31:36 ---> 71573f804132 22:31:36 22:31:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:31:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:31:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:31:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:31:37 Successfully built 71573f804132 22:31:37 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:31:37 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:31:37 (Reading database ... 13912 files and directories currently installed.) 22:31:37 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:31:37 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:31:38 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:31:38 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:31:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:31:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:31:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:31:39 (Reading database ... 13912 files and directories currently installed.) 22:31:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:31:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:31:39 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:31:39 (Reading database ... 13912 files and directories currently installed.) 22:31:39 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:31:39 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:31:39 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:31:39 (Reading database ... 13912 files and directories currently installed.) 22:31:39 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:31:39 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:31:39 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:31:39 (Reading database ... 13912 files and directories currently installed.) 22:31:39 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:31:39 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:31:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:31:40 (Reading database ... 13912 files and directories currently installed.) 22:31:40 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:31:40 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:31:40 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:31:40 (Reading database ... 13912 files and directories currently installed.) 22:31:40 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:31:40 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:31:40 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:31:40 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:31:40 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:31:40 (Reading database ... 13912 files and directories currently installed.) 22:31:40 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:31:40 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:31:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:31:41 (Reading database ... 13912 files and directories currently installed.) 22:31:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:31:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:31:41 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:31:41 (Reading database ... 13912 files and directories currently installed.) 22:31:41 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:31:41 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:31:41 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:31:41 (Reading database ... 13912 files and directories currently installed.) 22:31:41 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:31:41 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:31:41  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:31:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:31:42 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:31:42 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:31:42 (Reading database ... 13912 files and directories currently installed.) 22:31:42 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:31:42 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:31:42 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:31:42 (Reading database ... 13912 files and directories currently installed.) 22:31:42 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:31:42 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:31:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:31:43 (Reading database ... 13914 files and directories currently installed.) 22:31:43 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:31:43 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:31:43 Setting up debconf (1.5.66ubuntu1) ... 22:31:43 (Reading database ... 13914 files and directories currently installed.) 22:31:43 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:31:43 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:31:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:31:44 (Reading database ... 13914 files and directories currently installed.) 22:31:44 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:31:44 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:31:44 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:31:44 (Reading database ... 13914 files and directories currently installed.) 22:31:44 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:31:44 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:31:44 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:31:44 (Reading database ... 13914 files and directories currently installed.) 22:31:44 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:31:44 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:31:44 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 22:31:44 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:31:45 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:31:45 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:31:45 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:31:45 (Reading database ... 13914 files and directories currently installed.) 22:31:45 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:31:45 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:31:45 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:31:45 (Reading database ... 13914 files and directories currently installed.) 22:31:45 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:31:45 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:31:45 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:31:45 (Reading database ... 13914 files and directories currently installed.) 22:31:45 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:31:45 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:31:45 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:31:46 (Reading database ... 13914 files and directories currently installed.) 22:31:46 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 22:31:46 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 22:31:46 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 22:31:46 (Reading database ... 13914 files and directories currently installed.) 22:31:46 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:31:46 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:31:46 Setting up passwd (1:4.5-1ubuntu2) ... 22:31:46 (Reading database ... 13914 files and directories currently installed.) 22:31:46 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 22:31:46 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:31:46 Setting up gpgv (2.2.4-1ubuntu1.3) ... 22:31:46 (Reading database ... 13914 files and directories currently installed.) 22:31:46 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:31:46 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:31:47 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:31:47 (Reading database ... 13914 files and directories currently installed.) 22:31:47 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:31:47 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:31:47 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:31:47 (Reading database ... 13914 files and directories currently installed.) 22:31:47 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:31:47 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:31:47 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:31:47 (Reading database ... 13914 files and directories currently installed.) 22:31:47 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:31:47 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:31:48 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:31:48 (Reading database ... 13914 files and directories currently installed.) 22:31:48 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:31:48 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:31:48 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:31:48 (Reading database ... 13914 files and directories currently installed.) 22:31:48 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:31:48 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:31:48 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:31:48 (Reading database ... 13915 files and directories currently installed.) 22:31:48 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:31:48 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:31:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:31:49 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:31:49 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:31:49 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:31:49 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 22:31:49 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 22:31:49 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:31:49 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:31:49 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:31:49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:31:49 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:31:49 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:31:50 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:31:50 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:31:50 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:31:50 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:31:50 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:31:50 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:31:50 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:31:50 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:31:50 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 22:31:50 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 22:31:51 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:31:51 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:31:51 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:31:51 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:31:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:31:52 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:31:52 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:31:52 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:31:52 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:31:52 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:31:52 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:31:52 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:31:52 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:31:52 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:31:52 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:31:52 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:31:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:31:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:31:53 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:31:53 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:31:54 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:31:54 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:31:55 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:31:55 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:31:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:31:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:31:56 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:31:56 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:31:56 Removing intermediate container 81fe3d8389e7 22:31:56 ---> ac788bc52215 22:31:56 22:31:56 Step 10/24 : FROM alpine:3.12 22:31:56 ---> afeebe901d6b 22:31:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:31:56 ---> Using cache 22:31:56 ---> 18e07a32604f 22:31:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:31:56 ---> Running in 2038adf1b41a 22:31:56 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 22:31:56 Removing intermediate container 2038adf1b41a 22:31:56 ---> b2e4e1740c84 22:31:56 Step 13/24 : WORKDIR / 22:31:56 ---> Running in e4d4645e01b1 22:31:57 Removing intermediate container e4d4645e01b1 22:31:57 ---> 9337aa153799 22:31:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:31:57 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:31:57 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:31:57 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:31:57 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:31:57 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:31:57 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:31:57 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:31:57 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:31:57 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:31:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:31:58 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:31:58 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:31:58 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:31:58 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:31:58 ---> f4703df075dc 22:31:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:31:58 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:31:58 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:31:58 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:31:58 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:31:58 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:31:58 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:31:58 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:31:58 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:31:58 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:31:58 Setting up tzdata (2020f-0ubuntu0.18.04) ... 22:31:58 22:31:58 Current default time zone: 'Etc/UTC' 22:31:58 Local time is now: Fri Jan 8 22:31:58 UTC 2021. 22:31:58 Universal Time is now: Fri Jan 8 22:31:58 UTC 2021. 22:31:58 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:31:58 22:31:58 Setting up systemd-sysv (237-3ubuntu10.43) ... 22:31:58 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:31:58 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 22:31:58 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:31:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:31:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:31:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:31:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:31:59 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:31:59 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:31:59 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:31:59 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:31:59 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:31:59 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:31:59 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:31:59 Setting up patch (2.7.6-2ubuntu1.1) ... 22:31:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:31:59 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:31:59 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 22:31:59 Installing new version of config file /etc/ssl/openssl.cnf ... 22:31:59 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:31:59 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:31:59 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 22:31:59 ---> d0d953d18352 22:31:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:32:00 ---> e1496b11fd8a 22:32:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:32:01 Updating certificates in /etc/ssl/certs... 22:32:02 22 added, 17 removed; done. 22:32:02 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:32:02 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:32:02 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:32:02 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:32:02 Setting up pkgbinarymangler (138.18.04.1) ... 22:32:02 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:32:02 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:32:02 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:32:02 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:32:02 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:32:02 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:32:02 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:32:02 Setting up perl (5.26.1-6ubuntu0.5) ... 22:32:02 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:32:02 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:32:02 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:32:02 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:32:02 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:32:02 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:32:02 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:32:02 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:32:02 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:32:02 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:32:02 Processing triggers for systemd (237-3ubuntu10.43) ... 22:32:02 ---> 5b45f5bd41d8 22:32:02 Processing triggers for mime-support (3.60ubuntu1) ... 22:32:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:32:02 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 22:32:02 Updating certificates in /etc/ssl/certs... 22:32:03 0 added, 0 removed; done. 22:32:03 Running hooks in /etc/ca-certificates/update.d... 22:32:03 done. 22:32:03 Reading package lists... 22:32:03 Building dependency tree... 22:32:03 Reading state information... 22:32:03 ---> 1febe58246e0 22:32:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:32:03 The following NEW packages will be installed: 22:32:03 apt-transport-https 22:32:04 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:32:04 Need to get 1696 B of archives. 22:32:04 After this operation, 153 kB of additional disk space will be used. 22:32:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:32:04 debconf: delaying package configuration, since apt-utils is not installed 22:32:04 Fetched 1696 B in 0s (6259 B/s) 22:32:04 Selecting previously unselected package apt-transport-https. 22:32:04 (Reading database ... 13929 files and directories currently installed.) 22:32:04 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:32:04 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:32:04 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:32:04 Waiting for network to be ready... 22:32:04 ---> 75967b4034b3 22:32:04 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/ 22:32:05 ---> Running in 75b0024675e8 22:32:09 Removing intermediate container 75b0024675e8 22:32:09 ---> b749cb4dfaf6 22:32:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:32:09 ---> Running in f3bb85f15e84 22:32:10 Removing intermediate container f3bb85f15e84 22:32:10 ---> 2884720206c3 22:32:10 Step 22/24 : LABEL arch=arm64 22:32:10 ---> Running in 0c4eb4c933cd 22:32:11 2021-01-08T22:32:07Z INFO Waiting for automatic snapd restart... 22:32:11 snapd 2.48.2 from Canonical* installed 22:32:11 Removing intermediate container 0c4eb4c933cd 22:32:11 ---> 027be8cc6c41 22:32:11 Step 23/24 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:32:11 ---> Running in fbae3553ebfd 22:32:12 "snapd" switched to the "latest/stable" channel 22:32:12 22:32:12 Removing intermediate container fbae3553ebfd 22:32:12 ---> 3d57e5543eaf 22:32:12 Step 24/24 : LABEL version=0.0.0 22:32:12 ---> Running in 4df0323c2b9d 22:32:12 Removing intermediate container 7cbe5b35ed36 22:32:12 ---> b48f5013eb33 22:32:12 22:32:12 Step 10/23 : FROM alpine:3.12 22:32:12 ---> afeebe901d6b 22:32:12 Step 11/23 : RUN apk add --update --no-cache curl 22:32:13 ---> Running in d550a9306583 22:32:13 Removing intermediate container 4df0323c2b9d 22:32:13 ---> a2c2819b331a 22:32:13 22:32:14 Successfully built a2c2819b331a 22:32:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:32:15  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:32:15 core18 20201210 from Canonical* installed 22:32:15 "core18" switched to the "latest/stable" channel 22:32:15 22:32:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:32:16 (1/4) Installing ca-certificates (20191127-r4) 22:32:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:32:16 (3/4) Installing libcurl (7.69.1-r3) 22:32:16 (4/4) Installing curl (7.69.1-r3) 22:32:16 Executing busybox-1.31.1-r19.trigger 22:32:16 Executing ca-certificates-20191127-r4.trigger 22:32:16 OK: 7 MiB in 18 packages 22:32:19 Removing intermediate container d550a9306583 22:32:19 ---> e8ebe2b6c230 22:32:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:32:19 ---> Running in ffe4bdebeb1a 22:32:20 Removing intermediate container ffe4bdebeb1a 22:32:20 ---> d69aa0f3976e 22:32:20 Step 13/23 : WORKDIR /edgex 22:32:20 ---> Running in 4d41e31f889f 22:32:20 snapcraft 4.4.4 from Canonical* installed 22:32:20 "snapcraft" switched to the "latest/stable" channel 22:32:20 22:32:21 Removing intermediate container 4d41e31f889f 22:32:21 ---> 91d1b368c40e 22:32:21 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:32:22 ---> 7a9be308b513 22:32:22 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:32:24 ---> 9262676e5b8e 22:32:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:32:24 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: 22:32:24 - README.md 22:32:24 - snapcraft.yaml.orig 22:32:24 22:32:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:32:25 ---> a529fc6a6803 22:32:25 Step 17/23 : RUN addgroup -g 2001 edgex_group && adduser -G edgex_group -D -H -u 2002 edgex_user 22:32:25 ---> Running in 3d8cf8c90166 22:32:28 Removing intermediate container 3d8cf8c90166 22:32:28 ---> d0a5efa37a9c 22:32:28 Step 18/23 : USER edgex_user 22:32:29 ---> Running in fccfb56576b4 22:32:30 Removing intermediate container fccfb56576b4 22:32:30 ---> ac585921043d 22:32:30 Step 19/23 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:32:30 ---> Running in 3da03e854b7c 22:32:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:32:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:32:30 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:32:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:32:30 Fetched 177 kB in 1s (312 kB/s) 22:32:31 Reading package lists... 22:32:31 Removing intermediate container 3da03e854b7c 22:32:31 ---> 9d8f2129b4a2 22:32:31 Step 20/23 : CMD ["--init=true"] 22:32:31 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:32:31 ---> Running in 3cd937b1a1f0 22:32:32 Removing intermediate container 3cd937b1a1f0 22:32:32 Removing intermediate container 6472e6e283d1 22:32:32 ---> 043e6330e04d 22:32:32 Step 10/27 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwd 22:32:32 ---> 2553c1e89c4a 22:32:32 Step 21/23 : LABEL arch=arm64 22:32:33 ---> Running in d34116b52669 22:32:33 ---> Running in 26fce805d6ef 22:32:34 Removing intermediate container 26fce805d6ef 22:32:34 ---> 1e40873009c7 22:32:34 Step 22/23 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:32:34 ---> Running in 08602c1212c3 22:32:35 Removing intermediate container 08602c1212c3 22:32:35 ---> 2710f785f949 22:32:35 Step 23/23 : LABEL version=0.0.0 22:32:35 ---> Running in 36ccd275141a 22:32:36 Removing intermediate container 36ccd275141a 22:32:36 ---> d6e37346c7f9 22:32:36 22:32:36 Successfully built d6e37346c7f9 22:32:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:32:37  Building docker-security-proxy-setup-go ... done Removing intermediate container d34116b52669 22:32:37 ---> 66e0ce9dc38c 22:32:37 22:32:37 Step 11/27 : FROM scratch 22:32:37 ---> 22:32:37 Step 12/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:32:37 ---> Running in 82213e535868 22:32:37 Removing intermediate container 82213e535868 22:32:37 ---> 3b2ee16b0ade 22:32:37 Step 13/27 : ENV APP_PORT=48060 22:32:37 ---> Running in dd92c3aa3bb4 22:32:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:32:38 Reading package lists... 22:32:38 Building dependency tree... 22:32:38 Reading state information... 22:32:38 Suggested packages: 22:32:38 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:32:38 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:32:38 Recommended packages: 22:32:38 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:32:38 The following NEW packages will be installed: 22:32:38 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:32:38 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:32:38 pkg-config zip 22:32:38 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:32:38 Need to get 7655 kB of archives. 22:32:38 After this operation, 43.7 MB of additional disk space will be used. 22:32:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:32:38 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:32:38 Removing intermediate container dd92c3aa3bb4 22:32:38 ---> a86b64edf863 22:32:38 Step 14/27 : EXPOSE $APP_PORT 22:32:38 ---> Running in 01954ff41a86 22:32:38 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:32:38 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:32:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:32:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:32:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:32:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:32:38 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:32:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:32:39 Removing intermediate container 01954ff41a86 22:32:39 ---> dae852a6799b 22:32:39 Step 15/27 : COPY --from=builder /bin/sh /bin/sh 22:32:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:32:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:32:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:32:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:32:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:32:39 debconf: delaying package configuration, since apt-utils is not installed 22:32:39 Fetched 7655 kB in 1s (7201 kB/s) 22:32:39 Selecting previously unselected package libglib2.0-0:amd64. 22:32:39 (Reading database ... 13933 files and directories currently installed.) 22:32:39 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:32:39 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:32:39 ---> 5c4e540a43e4 22:32:39 Step 16/27 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:32:39 Selecting previously unselected package libpsl5:amd64. 22:32:39 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:32:39 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:32:39 Selecting previously unselected package libnghttp2-14:amd64. 22:32:39 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:32:39 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:32:39 Selecting previously unselected package librtmp1:amd64. 22:32:39 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:32:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:32:40 Selecting previously unselected package libcurl3-gnutls:amd64. 22:32:40 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:32:40 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:32:40 Selecting previously unselected package liberror-perl. 22:32:40 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:32:40 Unpacking liberror-perl (0.17025-1) ... 22:32:40 Selecting previously unselected package git-man. 22:32:40 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:32:40 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:32:40 Selecting previously unselected package git. 22:32:40 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:32:40 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:32:41 ---> 65148716909c 22:32:41 Step 17/27 : COPY --from=builder /etc/ssl /etc/ssl 22:32:41 Selecting previously unselected package libnorm1:amd64. 22:32:41 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:32:41 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:32:41 Selecting previously unselected package libpgm-5.2-0:amd64. 22:32:41 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:32:41 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:32:41 Selecting previously unselected package libsodium23:amd64. 22:32:41 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:32:41 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:32:41 Selecting previously unselected package libzmq5:amd64. 22:32:41 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:32:41 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:32:41 Selecting previously unselected package libzmq3-dev:amd64. 22:32:41 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:32:41 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:32:41 Selecting previously unselected package pkg-config. 22:32:41 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:32:41 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:32:41 Selecting previously unselected package zip. 22:32:41 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:32:41 Unpacking zip (3.0-11build1) ... 22:32:42 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:32:42 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:32:42 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:32:42 Setting up liberror-perl (0.17025-1) ... 22:32:42 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:32:42 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:32:42 No schema files found: doing nothing. 22:32:42 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:32:42 Setting up zip (3.0-11build1) ... 22:32:42 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:32:42 Setting up libsodium23:amd64 (1.0.16-2) ... 22:32:42 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:32:42 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:32:42 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:32:42 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:32:42 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:32:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:32:42 ---> 639a057aee2a 22:32:42 Step 18/27 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:32:43 ---> db19c848dd63 22:32:43 Step 19/27 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:32:44 ---> 652c4bc27b9d 22:32:44 Step 20/27 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:32:45 ---> 0ca0c82911f6 22:32:45 Step 21/27 : COPY --from=builder /tmp/passwd /etc/passwd 22:32:46 ---> 82c0b2d0da75 22:32:46 Step 22/27 : USER edgex_user 22:32:46 ---> Running in b1527b3efc40 22:32:47 Removing intermediate container b1527b3efc40 22:32:47 ---> 315422508e0d 22:32:47 Step 23/27 : ENTRYPOINT ["/support-notifications"] 22:32:47 ---> Running in 35a167b0a7bc 22:32:47 Removing intermediate container 35a167b0a7bc 22:32:47 ---> 9af43d58b454 22:32:47 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:32:48 ---> Running in 4cd49d912c5b 22:32:48 Removing intermediate container 4cd49d912c5b 22:32:48 ---> 7525f664c103 22:32:48 Step 25/27 : LABEL arch=arm64 22:32:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:32:49 ---> Running in ca08bcd7726f 22:32:49 git set to automatically installed. 22:32:49 git-man set to automatically installed. 22:32:49 libcurl3-gnutls set to automatically installed. 22:32:49 liberror-perl set to automatically installed. 22:32:49 libglib2.0-0 set to automatically installed. 22:32:49 libnghttp2-14 set to automatically installed. 22:32:49 libnorm1 set to automatically installed. 22:32:49 libpgm-5.2-0 set to automatically installed. 22:32:49 libpsl5 set to automatically installed. 22:32:49 librtmp1 set to automatically installed. 22:32:49 libsodium23 set to automatically installed. 22:32:49 libzmq3-dev set to automatically installed. 22:32:49 libzmq5 set to automatically installed. 22:32:49 pkg-config set to automatically installed. 22:32:49 zip set to automatically installed. 22:32:49 Removing intermediate container bbe7eadda397 22:32:49 ---> 7039a2fb7fd5 22:32:49 Step 10/26 : RUN echo "edgex_user:x:2002:2001:Linux User,,,:/home/edgex_user:/sbin/nologin" >> /tmp/passwd 22:32:49 Removing intermediate container ca08bcd7726f 22:32:49 ---> 1214d8d99c2e 22:32:49 Step 26/27 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:32:49 ---> Running in c70bfbf30d96 22:32:49 ---> Running in a828cecd9842 22:32:50 Removing intermediate container a828cecd9842 22:32:50 ---> 90c55ed95847 22:32:50 Step 27/27 : LABEL version=0.0.0 22:32:50 ---> Running in 5bf736071f50 22:32:50 snapd is not logged in, snap install commands will use sudo 22:32:51 Removing intermediate container 5bf736071f50 22:32:51 ---> 1f25dd5d259d 22:32:51 22:32:51 Successfully built 1f25dd5d259d 22:32:51 Successfully tagged docker-support-notifications-go-arm64:latest 22:32:52  Building docker-support-notifications-go ... done Removing intermediate container c70bfbf30d96 22:32:52 ---> 22bdc0d2fa06 22:32:52 22:32:52 Step 11/26 : FROM alpine:3.12 22:32:52 ---> afeebe901d6b 22:32:52 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:32:52 ---> Running in ec5c0e869fef 22:32:52 Removing intermediate container ec5c0e869fef 22:32:52 ---> daf35acffa81 22:32:52 Step 13/26 : ENV APP_PORT=48080 22:32:52 ---> Running in 9fad2da38a85 22:32:53 Removing intermediate container 9fad2da38a85 22:32:53 ---> 4d5a0f40f797 22:32:53 Step 14/26 : EXPOSE $APP_PORT 22:32:53 ---> Running in 1bb2c0cf3985 22:32:53 Removing intermediate container 1bb2c0cf3985 22:32:53 ---> 41aeec65c1e3 22:32:53 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:54 ---> Running in 8841786c2b13 22:32:56 Removing intermediate container 8841786c2b13 22:32:56 ---> e1de33a10b7a 22:32:56 Step 16/26 : RUN apk add --update --no-cache zeromq 22:32:56 ---> Running in 9c73956e420f 22:32:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:32:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:32:57 snap "core18" has no updates available 22:32:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:32:58 Pulling config-common 22:32:58 (1/5) Installing libgcc (9.3.0-r2) 22:32:58 (2/5) Installing libsodium (1.0.18-r0) 22:32:59 (3/5) Installing libstdc++ (9.3.0-r2) 22:32:59 (4/5) Installing libzmq (4.3.3-r0) 22:32:59 (5/5) Installing zeromq (4.3.3-r0) 22:32:59 Executing busybox-1.31.1-r19.trigger 22:32:59 OK: 8 MiB in 19 packages 22:32:59 Pulling go-build-helper 22:33:01 Removing intermediate container 9c73956e420f 22:33:01 ---> c11d46cf2ee3 22:33:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:33:01 ---> 237e36bc50d6 22:33:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:33:03 ---> 3613606c6b1f 22:33:03 Step 19/26 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:33:03 ---> 9bde3bb7a455 22:33:03 Step 20/26 : COPY --from=builder /tmp/passwd /etc/passwd 22:33:04 ---> 16ea69570bc0 22:33:04 Step 21/26 : USER edgex_user 22:33:04 ---> Running in 3762d5aeeb0a 22:33:05 Removing intermediate container 3762d5aeeb0a 22:33:05 ---> 272962cf5462 22:33:05 Step 22/26 : ENTRYPOINT ["/core-data"] 22:33:05 ---> Running in c0cb2d901cf1 22:33:06 Removing intermediate container c0cb2d901cf1 22:33:06 ---> 6eeb122eb332 22:33:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:06 ---> Running in 25f356c5c2e6 22:33:06 Removing intermediate container 25f356c5c2e6 22:33:06 ---> e88623079963 22:33:06 Step 24/26 : LABEL arch=arm64 22:33:06 ---> Running in dc4de8f98de0 22:33:07 Removing intermediate container dc4de8f98de0 22:33:07 ---> ee03f506e6d4 22:33:07 Step 25/26 : LABEL git_sha=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 22:33:07 ---> Running in 2516e658fa6d 22:33:07 Removing intermediate container 2516e658fa6d 22:33:07 ---> 455967e95abc 22:33:07 Step 26/26 : LABEL version=0.0.0 22:33:07 ---> Running in a277328683f9 22:33:08 Removing intermediate container a277328683f9 22:33:08 ---> 593fc786ccdf 22:33:08 22:33:08 Successfully built 593fc786ccdf 22:33:08 Successfully tagged docker-core-data-go-arm64:latest 22:33:09  Building docker-core-data-go ... done  [Pipeline] } 22:33:09 $ docker stop --time=1 6b8d2f471fc137ab0e2262679a0ae83e17e7997be67d5f0e4db3fdc35d2ac9db 22:33:11 $ docker rm -f 6b8d2f471fc137ab0e2262679a0ae83e17e7997be67d5f0e4db3fdc35d2ac9db [Pipeline] // withDockerContainer [Pipeline] sh 22:33:12 + docker images+ 22:33:12 grep docker 22:33:12 docker-core-data-go-arm64 latest 593fc786ccdf 4 seconds ago 21MB 22:33:12 docker-support-notifications-go-arm64 latest 1f25dd5d259d 22 seconds ago 11.4MB 22:33:12 docker-security-proxy-setup-go-arm64 latest d6e37346c7f9 37 seconds ago 23.3MB 22:33:12 docker-security-secretstore-setup-go-arm64 latest a2c2819b331a 59 seconds ago 23.4MB 22:33:12 docker-sys-mgmt-agent-go-arm64 latest 71573f804132 About a minute ago 300MB 22:33:12 docker-security-bootstrap-redis-go-arm64 latest 22bbb15b0a26 3 minutes ago 15.1MB 22:33:12 docker-core-metadata-go-arm64 latest e3f1c47050c8 3 minutes ago 12.2MB 22:33:12 docker-core-command-go-arm64 latest e599aaaf1628 3 minutes ago 9.98MB 22:33:12 docker-support-scheduler-go-arm64 latest f428d1e04eb4 3 minutes ago 10MB 22:33:12 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:33:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:33:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:33:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 22:33:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 22:33:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 22:33:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 22:33:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 22:33:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 22:33:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 22:33:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 22:33:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:33:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:33:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:33:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:33:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:33:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:33:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:33:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:33:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:33:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 22:33:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 22:33:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 22:33:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 22:33:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 22:33:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 22:33:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 22:33:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 22:33:26 Fetched 23.7 MB in 0s (0 B/s) 22:33:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:33:26 Fetched 96.5 kB in 0s (0 B/s) 22:33:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:33:26 Fetched 279 kB in 0s (0 B/s) 22:33:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:33:26 Fetched 122 kB in 0s (0 B/s) 22:33:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:33:26 Fetched 77.8 kB in 0s (0 B/s) 22:33:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:33:26 Fetched 8848 B in 0s (0 B/s) 22:33:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:33:26 Fetched 47.8 kB in 0s (0 B/s) 22:33:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:33:26 Fetched 45.6 kB in 0s (0 B/s) 22:33:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:33:26 Fetched 15.0 kB in 0s (0 B/s) 22:33:26 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:33:26 Fetched 214 kB in 0s (0 B/s) 22:33:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 22:33:26 Fetched 155 kB in 0s (0 B/s) 22:33:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:33:26 Fetched 50.6 kB in 0s (0 B/s) 22:33:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:33:26 Fetched 14.8 kB in 0s (0 B/s) 22:33:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:33:26 Fetched 41.8 kB in 0s (0 B/s) 22:33:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:33:26 Fetched 499 kB in 0s (0 B/s) 22:33:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:33:26 Fetched 111 kB in 0s (0 B/s) 22:33:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:33:26 Fetched 240 kB in 0s (0 B/s) 22:33:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:33:26 Fetched 29.3 kB in 0s (0 B/s) 22:33:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:33:26 Fetched 85.5 kB in 0s (0 B/s) 22:33:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:33:26 Fetched 24.5 kB in 0s (0 B/s) 22:33:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:33:26 Fetched 49.2 kB in 0s (0 B/s) 22:33:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:33:26 Fetched 54.2 kB in 0s (0 B/s) 22:33:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:33:26 Fetched 30.8 kB in 0s (0 B/s) 22:33:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 22:33:26 Fetched 17.0 kB in 0s (0 B/s) 22:33:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:33:26 Fetched 85.9 kB in 0s (0 B/s) 22:33:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:33:26 Fetched 8720 B in 0s (0 B/s) 22:33:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:33:26 Fetched 137 kB in 0s (0 B/s) 22:33:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:33:26 Fetched 119 kB in 0s (0 B/s) 22:33:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:33:26 Fetched 109 kB in 0s (0 B/s) 22:33:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:33:26 Fetched 11.1 kB in 0s (0 B/s) 22:33:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:33:26 Fetched 645 kB in 0s (0 B/s) 22:33:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:33:26 Fetched 41.3 kB in 0s (0 B/s) 22:33:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:33:26 Fetched 17.9 kB in 0s (0 B/s) 22:33:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:33:26 Fetched 368 kB in 0s (0 B/s) 22:33:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:33:26 Fetched 187 kB in 0s (0 B/s) 22:33:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:33:26 Fetched 175 kB in 0s (0 B/s) 22:33:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:33:26 Fetched 206 kB in 0s (0 B/s) 22:33:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 22:33:26 Fetched 1301 kB in 0s (0 B/s) 22:33:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:33:26 Fetched 36.2 kB in 0s (0 B/s) 22:33:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:33:26 Fetched 159 kB in 0s (0 B/s) 22:33:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:33:26 Fetched 107 kB in 0s (0 B/s) 22:33:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:33:26 Fetched 48.7 kB in 0s (0 B/s) 22:33:26 Pulling static-packages 22:33:26 'go115' has dependencies that need to be staged: go-build-helper static-packages 22:33:26 Skipping pull go-build-helper (already ran) 22:33:26 Skipping pull static-packages (already ran) 22:33:26 Building go-build-helper 22:33:29 Building static-packages 22:33:32 Staging go-build-helper 22:33:33 Staging static-packages 22:33:34 Pulling go115 22:33:35 'edgex-go' has dependencies that need to be staged: go115 22:33:35 Skipping pull go115 (already ran) 22:33:35 Building go115 22:33:35 % Total % Received % Xferd Average Speed Time Time Time Current 22:33:35 Dload Upload Total Spent Left Speed 22:33:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1439k 0 0 4055k 0 0:00:29 --:--:-- 0:00:29 4044k 36 115M 36 42.3M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.1M 76 115M 76 88.2M 0 0 37.4M 0 0:00:03 0:00:02 0:00:01 37.4M 100 115M 100 115M 0 0 39.0M 0 0:00:02 0:00:02 --:--:-- 39.0M 22:33:39 go1.15.2.linux-amd64.tar.gz: OK 22:33:43 Staging go115 22:33:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:33:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:33:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:33:51 Fetched 88.7 kB in 0s (0 B/s) 22:33:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:33:51 Fetched 224 kB in 0s (0 B/s) 22:33:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:33:51 Fetched 157 kB in 0s (0 B/s) 22:33:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:33:51 Fetched 221 kB in 0s (0 B/s) 22:33:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:33:51 Fetched 143 kB in 0s (0 B/s) 22:33:51 Pulling edgex-go 22:33:52 Pulling version 22:33:53 Building config-common 22:33:55 Skipping build go-build-helper (already ran) 22:33:55 Skipping build static-packages (already ran) 22:33:55 Skipping build go115 (already ran) 22:33:55 Building edgex-go 22:33:56 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 22:33:57 go: downloading github.com/gorilla/mux v1.8.0 22:33:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 22:33:57 go: downloading github.com/google/uuid v1.1.4 22:33:57 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 22:33:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 22:33:57 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 22:33:57 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:33:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:33:57 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:33:57 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 22:33:57 go: downloading gopkg.in/yaml.v2 v2.4.0 22:33:57 go: downloading github.com/go-kit/kit v0.8.0 22:33:57 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:33:57 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:33:57 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:33:57 go: downloading github.com/pkg/errors v0.8.1 22:33:57 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 22:33:57 go: downloading github.com/imdario/mergo v0.3.11 22:33:57 go: downloading github.com/BurntSushi/toml v0.3.1 22:33:57 go: downloading github.com/hashicorp/consul/api v1.1.0 22:33:57 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:33:57 go: downloading github.com/pelletier/go-toml v1.2.0 22:33:57 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:33:57 go: downloading github.com/pebbe/zmq4 v1.2.2 22:33:57 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:33:57 go: downloading github.com/x448/float16 v0.8.4 22:33:57 go: downloading github.com/go-playground/universal-translator v0.17.0 22:33:57 go: downloading github.com/leodido/go-urn v1.2.0 22:33:57 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:33:57 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:33:57 go: downloading github.com/hashicorp/serf v0.8.2 22:33:57 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:33:57 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:33:57 go: downloading github.com/mitchellh/copystructure v1.0.0 22:33:57 go: downloading github.com/go-playground/locales v0.13.0 22:33:58 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:33:58 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:33:58 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:33:58 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:33:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:34:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:34: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 22:34:11 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 22:34:12 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 22:34:12 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 22:34:12 go: downloading github.com/stretchr/testify v1.6.1 22:34:12 go: downloading github.com/pmezard/go-difflib v1.0.0 22:34:12 go: downloading github.com/davecgh/go-spew v1.1.1 22:34:12 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:34:14 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 22:34:14 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:34:14 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:34:15 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 22:34:15 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:34:16 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 22:34:16 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:34:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:34:18 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 22:34:19 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 22:34:22 Building version 22:34:24 Staging config-common 22:34:25 Skipping stage go-build-helper (already ran) 22:34:25 Skipping stage static-packages (already ran) 22:34:25 Skipping stage go115 (already ran) 22:34:25 Staging edgex-go 22:34:26 Staging version 22:34:27 Priming config-common 22:34:28 Priming go-build-helper 22:34:29 Priming static-packages 22:34:31 Priming go115 22:34:32 Priming edgex-go 22:34:33 Priming version 22:34:34 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 22:34:39 provisioning config files... 22:34:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4286600464833938395tmp [Pipeline] { [Pipeline] sh 22:34:39 + set +x 22:34:39 + curl -s https://codecov.io/bash 22:34:39 + bash -s -- 22:34:40 22:34:40 _____ _ 22:34:40 / ____| | | 22:34:40 | | ___ __| | ___ ___ _____ __ 22:34:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:34:40 | |___| (_) | (_| | __/ (_| (_) \ V / 22:34:40 \_____\___/ \__,_|\___|\___\___/ \_/ 22:34:40 Bash-20201231-23d4836 22:34:40 22:34:40 22:34:40 ==> git version 2.24.3 found 22:34:40 ==> 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 22:34:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:34:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:34:40 ==> Jenkins CI detected. 22:34:40 project root: . 22:34:40 --> token set from env 22:34:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:34:40 ==> Running gcov in . (disable via -X gcov) 22:34:40 ==> Python coveragepy not found 22:34:40 ==> Searching for coverage reports in: 22:34:40 + . 22:34:40 -> Found 1 reports 22:34:40 ==> Detecting git/mercurial file structure 22:34:40 ==> Reading reports 22:34:40 + ./coverage.out bytes=541590 22:34:40 ==> Appending adjustments 22:34:40 https://docs.codecov.io/docs/fixing-reports 22:34:45 + Found adjustments 22:34:45 ==> Gzipping contents 22:34:45 84K /tmp/codecov.PmRhY5.gz 22:34:45 ==> Uploading reports 22:34:45 url: https://codecov.io 22:34:45 query: branch=PR-3003&commit=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3003%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3003&job=&cmd_args= 22:34:45 -> Pinging Codecov 22:34:45 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3003&commit=f6cd24b2c5ae96dcaf878993ce0066668a7ddec8&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3003%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3003&job=&cmd_args= 22:34:46 -> Uploading to 22:34:46 https://storage.googleapis.com/codecov/v4/raw/2021-01-08/00271124DB129430A58F1EEE437C3FCB/f6cd24b2c5ae96dcaf878993ce0066668a7ddec8/1ba66b93-3e98-45b1-b764-f28f3b3da59c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T223445Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4ec009106123967cb242131db5a883ff95725fbcc66ff68694e5cc5fdb11a4be 22:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 22:34:46 Dload Upload Total Spent Left Speed 22:34:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82378 0 0 100 82378 0 158k --:--:-- --:--:-- --:--:-- 158k 22:34:46 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f6cd24b2c5ae96dcaf878993ce0066668a7ddec8 [Pipeline] } 22:34:46 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 22:34:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:34:49 ---> package-listing.sh 22:34:49 ++ facter osfamily 22:34:49 ++ tr '[:upper:]' '[:lower:]' 22:34:50 + OS_FAMILY=redhat 22:34:50 + workspace=/w/workspace/edgex-go/3 22:34:50 + START_PACKAGES=/tmp/packages_start.txt 22:34:50 + END_PACKAGES=/tmp/packages_end.txt 22:34:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:34:50 + PACKAGES=/tmp/packages_start.txt 22:34:50 + '[' /w/workspace/edgex-go/3 ']' 22:34:50 + PACKAGES=/tmp/packages_end.txt 22:34:50 + case "${OS_FAMILY}" in 22:34:50 + rpm -qa 22:34:50 + sort 22:34:55 + '[' -f /tmp/packages_start.txt ']' 22:34:55 + '[' -f /tmp/packages_end.txt ']' 22:34:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:34:55 + '[' /w/workspace/edgex-go/3 ']' 22:34:55 + mkdir -p /w/workspace/edgex-go/3/archives/ 22:34:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 22:34:55 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 22:34:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:56 22:34:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:34:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:57 alpine: Pulling from edgex-lftools-log-publisher 22:34:57 df20fa9351a1: Pulling fs layer 22:34:57 36b3adc4ff6f: Pulling fs layer 22:34:57 8ad3a11d3b57: Pulling fs layer 22:34:57 46f8f816bc3b: Pulling fs layer 22:34:57 93b61091891f: Pulling fs layer 22:34:57 93b9cdb0e59b: Pulling fs layer 22:34:57 5e14af77c1be: Pulling fs layer 22:34:57 01666e4c0597: Pulling fs layer 22:34:57 aa168da1d23b: Pulling fs layer 22:34:57 46f8f816bc3b: Waiting 22:34:57 93b61091891f: Waiting 22:34:57 93b9cdb0e59b: Waiting 22:34:57 5e14af77c1be: Waiting 22:34:57 01666e4c0597: Waiting 22:34:57 aa168da1d23b: Waiting 22:34:57 36b3adc4ff6f: Verifying Checksum 22:34:57 36b3adc4ff6f: Download complete 22:34:57 46f8f816bc3b: Verifying Checksum 22:34:57 46f8f816bc3b: Download complete 22:34:57 df20fa9351a1: Verifying Checksum 22:34:57 df20fa9351a1: Download complete 22:34:57 93b9cdb0e59b: Verifying Checksum 22:34:57 93b9cdb0e59b: Download complete 22:34:57 5e14af77c1be: Download complete 22:34:57 01666e4c0597: Verifying Checksum 22:34:57 01666e4c0597: Download complete 22:34:58 df20fa9351a1: Pull complete 22:34:58 93b61091891f: Verifying Checksum 22:34:58 93b61091891f: Download complete 22:34:59 36b3adc4ff6f: Pull complete 22:34:59 8ad3a11d3b57: Verifying Checksum 22:34:59 8ad3a11d3b57: Download complete 22:35:01 8ad3a11d3b57: Pull complete 22:35:01 46f8f816bc3b: Pull complete 22:35:02 93b61091891f: Pull complete 22:35:02 93b9cdb0e59b: Pull complete 22:35:03 5e14af77c1be: Pull complete 22:35:04 01666e4c0597: Pull complete 22:35:04 aa168da1d23b: Download complete 22:35:19 aa168da1d23b: Pull complete 22:35:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:35:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:35:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:35:19 prd-centos7-docker-4c-2g-19137 does not seem to be running inside a container 22:35:19 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:35:23 $ docker top 4b94009de05641812a90d43683cdbfb07e0530f66e8152049fc733aef900e0f0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:35:24 + touch /tmp/pre-build-complete [Pipeline] sh 22:35:25 + mkdir -p /var/log/sa [Pipeline] sh 22:35:25 + ls /var/log/sa-host 22:35:25 + sadf -c /var/log/sa-host/sa08 22:35:25 file_magic: OK 22:35:25 HZ: Using current value: 100 22:35:25 file_header: OK 22:35:25 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 22:35:25 Statistics: 22:35:25 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... 22:35:25 File successfully converted to sysstat format version 12.2.1 22:35:25 + sadf -c /var/log/sa-host/sa23 22:35:25 file_magic: OK 22:35:25 HZ: Using current value: 100 22:35:25 file_header: OK 22:35:25 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 22:35:25 Statistics: 22:35:25 Hnuu...uuuununununu... 22:35:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:35:26 provisioning config files... 22:35:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4670707478560040521tmp [Pipeline] { [Pipeline] echo 22:35:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:35:26 ---> create-netrc.sh [Pipeline] } 22:35:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:35:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:35:28 ---> python-tools-install.sh [Pipeline] echo 22:35:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:35:28 ---> sudo-logs.sh 22:35:28 Archiving 'sudo' log.. [Pipeline] echo 22:35:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:35:28 ---> job-cost.sh 22:35:28 lf-activate-venv: SKIPPING 22:35:28 INFO: No Stack... 22:35:29 INFO: Retrieving Pricing Info for: v1-standard-2 22:35:30 INFO: Archiving Costs [Pipeline] echo 22:35:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:35:30 ---> logs-deploy.sh 22:35:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3003/3 22:35:30 INFO: archiving workspace using pattern(s): 22:35:33 Archives upload complete. 22:35:33 INFO: archiving logs to Nexus 22:35:34 ---> uname -a: 22:35:34 Linux prd-centos7-docker-4c-2g-19137.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:35:34 22:35:34 22:35:34 ---> lscpu: 22:35:34 Architecture: x86_64 22:35:34 CPU op-mode(s): 32-bit, 64-bit 22:35:34 Byte Order: Little Endian 22:35:34 Address sizes: 40 bits physical, 48 bits virtual 22:35:34 CPU(s): 4 22:35:34 On-line CPU(s) list: 0-3 22:35:34 Thread(s) per core: 1 22:35:34 Core(s) per socket: 1 22:35:34 Socket(s): 4 22:35:34 NUMA node(s): 1 22:35:34 Vendor ID: GenuineIntel 22:35:34 CPU family: 6 22:35:34 Model: 44 22:35:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:35:34 Stepping: 1 22:35:34 CPU MHz: 2933.438 22:35:34 BogoMIPS: 5866.87 22:35:34 Virtualization: VT-x 22:35:34 Hypervisor vendor: KVM 22:35:34 Virtualization type: full 22:35:34 L1d cache: 128 KiB 22:35:34 L1i cache: 128 KiB 22:35:34 L2 cache: 16 MiB 22:35:34 L3 cache: 64 MiB 22:35:34 NUMA node0 CPU(s): 0-3 22:35:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:35:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:35:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:35:34 Vulnerability Meltdown: Mitigation; PTI 22:35:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:35:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:35:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:35:34 Vulnerability Srbds: Not affected 22:35:34 Vulnerability Tsx async abort: Not affected 22:35:34 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 22:35:34 22:35:34 22:35:34 ---> nproc: 22:35:34 4 22:35:34 22:35:34 22:35:34 ---> df -h: 22:35:34 Filesystem Size Used Available Use% Mounted on 22:35:34 overlay 50.0G 12.0G 38.0G 24% / 22:35:34 tmpfs 64.0M 0 64.0M 0% /dev 22:35:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:35:34 shm 64.0M 0 64.0M 0% /dev/shm 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/3 22:35:34 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/3@tmp 22:35:34 22:35:34 22:35:34 ---> free -m: 22:35:34 total used free shared buff/cache available 22:35:34 Mem: 1837 685 255 0 896 1069 22:35:34 Swap: 1023 105 918 22:35:34 22:35:34 22:35:34 ---> ip addr: 22:35:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:35:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:35:34 inet 127.0.0.1/8 scope host lo 22:35:34 valid_lft forever preferred_lft forever 22:35:34 inet6 ::1/128 scope host 22:35:34 valid_lft forever preferred_lft forever 22:35:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:35:34 link/ether fa:16:3e:4d:8b:01 brd ff:ff:ff:ff:ff:ff 22:35:34 inet 10.30.122.172/23 brd 10.30.123.255 scope global dynamic eth0 22:35:34 valid_lft 85155sec preferred_lft 85155sec 22:35:34 inet6 fe80::f816:3eff:fe4d:8b01/64 scope link 22:35:34 valid_lft forever preferred_lft forever 22:35:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:35:34 link/ether 02:42:44:03:e8:a0 brd ff:ff:ff:ff:ff:ff 22:35:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:35:34 valid_lft forever preferred_lft forever 22:35:34 inet6 fe80::42:44ff:fe03:e8a0/64 scope link 22:35:34 valid_lft forever preferred_lft forever 22:35:34 22:35:34 22:35:34 ---> sar -b -r -n DEV: 22:35:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 22:35:34 22:35:34 22:14:35 LINUX RESTART (4 CPU) 22:35:34 22:35:34 22:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:35:34 22:16:02 155.28 73.97 81.30 0.00 7422.73 42063.78 0.00 22:35:34 22:17:02 94.20 54.41 39.78 0.00 5975.51 12961.08 0.00 22:35:34 22:18:01 192.44 71.72 120.73 0.00 4090.48 39013.09 0.00 22:35:34 22:19:01 183.75 75.79 107.97 0.00 2813.94 14404.91 0.00 22:35:34 22:20:01 90.62 23.29 67.33 0.00 936.79 8346.68 0.00 22:35:34 22:21:01 107.69 59.47 48.22 0.00 3094.58 6301.46 0.00 22:35:34 22:22:01 89.60 14.08 75.52 0.00 768.72 20554.71 0.00 22:35:34 22:23:02 906.84 707.75 199.09 0.00 87875.52 145018.69 0.00 22:35:34 22:24:02 2461.83 2184.85 276.98 0.00 132927.44 148612.62 0.00 22:35:34 22:25:01 326.33 191.95 134.38 0.00 12790.84 22575.57 0.00 22:35:34 22:26:02 1063.40 800.43 262.97 0.00 90462.97 121902.62 0.00 22:35:34 22:27:02 1392.62 1152.57 240.05 0.00 68211.42 72368.93 0.00 22:35:34 22:28:01 202.84 41.67 161.17 0.00 2932.61 27489.86 0.00 22:35:34 22:29:01 52.85 18.19 34.66 0.00 3031.08 1173.11 0.00 22:35:34 22:30:01 4.09 2.76 1.33 0.00 69.56 18.97 0.00 22:35:34 22:31:01 0.93 0.07 0.87 0.00 1.33 15.81 0.00 22:35:34 22:32:01 0.37 0.12 0.25 0.00 1.06 3.53 0.00 22:35:34 22:33:01 0.32 0.03 0.28 0.00 0.27 3.40 0.00 22:35:34 22:34:01 0.27 0.02 0.25 0.00 0.13 2.91 0.00 22:35:34 22:35:02 76.79 74.46 2.32 0.00 5734.33 86.26 0.00 22:35:34 Average: 370.57 277.83 92.74 0.00 21521.38 34221.43 0.00 22:35:34 22:35:34 22:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:35:34 22:16:02 88276 0 597116 31.74 2620 1193532 1114008 38.02 488804 1106440 12012 22:35:34 22:17:02 280112 0 679116 36.09 2620 919696 1529820 52.21 581356 816716 1148 22:35:34 22:18:01 143904 0 714832 37.99 1744 1021064 1554680 53.06 574000 923980 1176 22:35:34 22:19:01 81044 0 850608 45.21 1492 948400 1824252 62.26 677540 851112 58816 22:35:34 22:20:01 200876 0 861636 45.79 528 818504 1809896 61.77 706728 693808 60144 22:35:34 22:21:01 319000 0 736864 39.16 512 825168 1338320 45.67 567048 708624 15996 22:35:34 22:22:01 194424 0 721548 38.35 412 965160 1282592 43.77 528988 869420 40 22:35:34 22:23:02 543424 0 659260 35.04 0 678860 1290832 44.05 485772 647156 0 22:35:34 22:24:02 74332 0 728148 38.70 0 1079064 2343272 79.97 691596 890868 23416 22:35:34 22:25:01 522768 0 642860 34.17 0 715916 1675512 57.18 455220 659660 0 22:35:34 22:26:02 382348 0 733848 39.00 0 765348 2883092 98.40 585136 684168 4840 22:35:34 22:27:02 276276 0 717856 38.15 0 887412 2431884 83.00 586868 778896 200 22:35:34 22:28:01 135912 0 681608 36.23 0 1064024 1521728 51.93 607084 888252 7948 22:35:34 22:29:01 192416 0 591908 31.46 0 1097220 1224008 41.77 513216 934392 8 22:35:34 22:30:01 193648 0 589548 31.33 0 1098348 1191276 40.66 511716 934624 16 22:35:34 22:31:01 193476 0 589712 31.34 0 1098356 1191196 40.65 511560 934632 12 22:35:34 22:32:01 194380 0 588800 31.29 0 1098364 1189092 40.58 511176 934628 12 22:35:34 22:33:01 194352 0 588820 31.29 0 1098372 1189044 40.58 511212 934656 16 22:35:34 22:34:01 194460 0 588700 31.29 0 1098384 1189044 40.58 511180 934664 8 22:35:34 22:35:02 81824 0 659852 35.07 0 1139868 1650520 56.33 570664 980752 91080 22:35:34 Average: 224363 0 676132 35.93 496 980553 1571203 53.62 558843 855372 13844 22:35:34 22:35:34 22:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:35:34 22:16:02 eth0 665.43 399.37 3304.42 75.22 0.00 0.00 0.00 0.00 22:35:34 22:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:17:02 eth0 886.79 1021.41 3066.91 133.84 0.00 0.00 0.00 0.00 22:35:34 22:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:17:02 docker0 962.99 805.51 76.21 2714.06 0.00 0.00 0.00 0.00 22:35:34 22:18:01 eth0 386.81 319.71 3262.05 31.43 0.00 0.00 0.00 0.00 22:35:34 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:18:01 veth86c1964 16.60 21.56 1.70 17.35 0.00 0.00 0.00 0.00 22:35:34 22:18:01 docker0 76.11 102.70 4.56 384.46 0.00 0.00 0.00 0.00 22:35:34 22:19:01 veth86ca7b7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:35:34 22:19:01 eth0 123.07 95.69 475.94 17.09 0.00 0.00 0.00 0.00 22:35:34 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:19:01 docker0 78.29 99.93 6.12 450.20 0.00 0.00 0.00 0.00 22:35:34 22:20:01 veth86ca7b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:20:01 eth0 37.90 28.90 22.15 76.80 0.00 0.00 0.00 0.00 22:35:34 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:21:01 veth86ca7b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:21:01 eth0 17.17 12.68 15.06 8.24 0.00 0.00 0.00 0.00 22:35:34 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:22:01 vethfc2db8d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:22:01 eth0 179.65 131.28 1692.17 76.59 0.00 0.00 0.00 0.00 22:35:34 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:23:02 veth596c5ba 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:35:34 22:23:02 eth0 14.85 10.63 15.15 6.48 0.00 0.00 0.00 0.00 22:35:34 22:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:24:02 veth596c5ba 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 22:35:34 22:24:02 eth0 44.58 24.10 158.15 7.29 0.00 0.00 0.00 0.00 22:35:34 22:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:24:02 docker0 12.64 29.17 0.67 146.50 0.00 0.00 0.00 0.00 22:35:34 22:25:01 vetha23500d 0.94 1.48 0.06 7.44 0.00 0.00 0.00 0.00 22:35:34 22:25:01 veth596c5ba 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:25:01 eth0 32.16 20.86 144.84 6.32 0.00 0.00 0.00 0.00 22:35:34 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:26:02 veth43b244b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:26:02 veth596c5ba 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:26:02 eth0 43.89 30.41 53.52 64.01 0.00 0.00 0.00 0.00 22:35:34 22:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:27:02 veth596c5ba 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:35:34 22:27:02 eth0 39.92 29.55 82.77 13.49 0.00 0.00 0.00 0.00 22:35:34 22:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:27:02 veth065af79 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:35:34 22:28:01 veth596c5ba 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 22:35:34 22:28:01 eth0 214.73 140.71 1676.70 86.48 0.00 0.00 0.00 0.00 22:35:34 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:28:01 veth299d0c3 2.65 3.24 0.38 16.93 0.00 0.00 0.00 0.00 22:35:34 22:29:01 eth0 25.91 14.53 54.65 7.86 0.00 0.00 0.00 0.00 22:35:34 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:29:01 docker0 1152.35 1116.51 88.69 4265.27 0.00 0.00 0.00 0.00 22:35:34 22:30:01 eth0 0.90 0.45 0.65 0.21 0.00 0.00 0.00 0.00 22:35:34 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:31:01 eth0 0.23 0.15 0.09 0.07 0.00 0.00 0.00 0.00 22:35:34 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:32:01 eth0 0.23 0.20 0.07 0.02 0.00 0.00 0.00 0.00 22:35:34 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:33:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:35:34 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:34:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:35:34 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:35:02 eth0 131.56 107.18 1108.28 64.99 0.00 0.00 0.00 0.00 22:35:34 22:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 22:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 Average: eth0 141.72 118.64 753.49 33.76 0.00 0.00 0.00 0.00 22:35:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:35:34 Average: docker0 57.72 55.93 4.44 213.65 0.00 0.00 0.00 0.00 22:35:34 22:35:34 22:35:34 ---> sar -P ALL: 22:35:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 22:35:34 22:35:34 22:14:35 LINUX RESTART (4 CPU) 22:35:34 22:35:34 22:15:01 CPU %user %nice %system %iowait %steal %idle 22:35:34 22:16:02 all 13.34 0.00 7.94 6.42 13.31 58.99 22:35:34 22:16:02 0 10.52 0.00 6.21 7.32 14.43 61.52 22:35:34 22:16:02 1 18.78 0.00 7.70 5.93 12.87 54.73 22:35:34 22:16:02 2 11.69 0.00 11.50 5.61 12.64 58.56 22:35:34 22:16:02 3 12.61 0.00 6.38 6.80 13.27 60.94 22:35:34 22:17:02 all 8.42 0.00 4.82 1.19 18.13 67.45 22:35:34 22:17:02 0 7.71 0.00 4.86 0.70 19.20 67.52 22:35:34 22:17:02 1 6.55 0.00 4.43 0.64 18.44 69.94 22:35:34 22:17:02 2 7.90 0.00 5.50 2.32 17.37 66.91 22:35:34 22:17:02 3 11.57 0.00 4.49 1.11 17.48 65.35 22:35:34 22:18:01 all 4.63 0.00 4.40 1.48 15.18 74.30 22:35:34 22:18:01 0 4.62 0.00 4.49 0.70 15.98 74.21 22:35:34 22:18:01 1 5.26 0.00 4.31 1.70 14.94 73.79 22:35:34 22:18:01 2 4.42 0.00 4.05 2.86 15.40 73.27 22:35:34 22:18:01 3 4.23 0.00 4.77 0.65 14.41 75.94 22:35:34 22:19:01 all 18.52 0.00 8.31 5.44 19.47 48.26 22:35:34 22:19:01 0 15.51 0.00 8.00 4.29 20.58 51.62 22:35:34 22:19:01 1 18.61 0.00 8.94 4.08 19.51 48.86 22:35:34 22:19:01 2 20.95 0.00 7.54 6.50 18.56 46.45 22:35:34 22:19:01 3 19.09 0.00 8.76 6.95 19.19 46.01 22:35:34 22:20:01 all 48.17 0.00 13.75 3.92 17.46 16.70 22:35:34 22:20:01 0 42.10 0.00 11.93 2.42 19.86 23.70 22:35:34 22:20:01 1 48.26 0.00 15.21 6.46 17.23 12.84 22:35:34 22:20:01 2 51.21 0.00 14.97 2.91 17.37 13.54 22:35:34 22:20:01 3 51.43 0.00 13.01 3.99 15.28 16.29 22:35:34 22:21:01 all 33.33 0.00 14.01 3.20 19.45 30.01 22:35:34 22:21:01 0 28.90 0.00 12.43 3.63 21.99 33.06 22:35:34 22:21:01 1 37.84 0.00 16.08 2.32 18.10 25.66 22:35:34 22:21:01 2 33.73 0.00 14.23 3.91 18.62 29.51 22:35:34 22:21:01 3 33.03 0.00 13.36 2.92 19.03 31.65 22:35:34 22:22:01 all 15.78 0.00 8.71 0.54 20.45 54.51 22:35:34 22:22:01 0 15.24 0.00 8.28 1.11 20.63 54.74 22:35:34 22:22:01 1 15.64 0.00 8.76 0.23 21.25 54.13 22:35:34 22:22:01 2 15.34 0.00 8.66 0.14 19.81 56.04 22:35:34 22:22:01 3 16.93 0.00 9.16 0.68 20.12 53.12 22:35:34 22:23:02 all 12.97 0.00 13.36 6.29 29.86 37.53 22:35:34 22:23:02 0 11.37 0.00 11.30 7.97 29.93 39.44 22:35:34 22:23:02 1 16.64 0.00 15.29 6.29 28.98 32.79 22:35:34 22:23:02 2 11.61 0.00 13.05 5.94 30.47 38.94 22:35:34 22:23:02 3 12.31 0.00 13.86 4.93 30.03 38.86 22:35:34 22:24:02 all 12.76 0.00 15.68 23.34 24.09 24.12 22:35:34 22:24:02 0 12.90 0.00 15.09 25.23 24.09 22.68 22:35:34 22:24:02 1 11.64 0.00 15.85 25.58 23.52 23.41 22:35:34 22:24:02 2 13.84 0.00 16.31 23.33 23.76 22.76 22:35:34 22:24:02 3 12.69 0.00 15.50 19.14 25.00 27.67 22:35:34 22:25:01 all 53.40 0.00 14.28 8.94 11.98 11.40 22:35:34 22:25:01 0 51.21 0.00 15.20 6.84 12.74 14.02 22:35:34 22:25:01 1 53.65 0.00 12.24 9.62 12.56 11.93 22:35:34 22:25:01 2 54.52 0.00 15.36 9.33 11.12 9.66 22:35:34 22:25:01 3 54.17 0.00 14.36 9.94 11.50 10.04 22:35:34 22:26:02 all 16.18 0.00 17.44 12.73 25.85 27.80 22:35:34 22:26:02 0 14.54 0.00 14.50 15.01 26.50 29.45 22:35:34 22:26:02 1 16.35 0.00 17.22 11.41 26.13 28.89 22:35:34 22:26:02 2 17.75 0.00 20.03 13.58 24.73 23.91 22:35:34 22:26:02 3 16.15 0.00 18.15 10.85 26.00 28.85 22:35:34 22:35:34 22:26:02 CPU %user %nice %system %iowait %steal %idle 22:35:34 22:27:02 all 34.76 0.00 17.87 12.78 20.23 14.35 22:35:34 22:27:02 0 35.20 0.00 17.88 11.87 18.54 16.52 22:35:34 22:27:02 1 31.25 0.00 17.37 15.26 22.51 13.61 22:35:34 22:27:02 2 35.00 0.00 18.70 12.96 19.73 13.61 22:35:34 22:27:02 3 37.71 0.00 17.53 10.98 20.18 13.60 22:35:34 22:28:01 all 25.31 0.00 10.98 5.77 12.90 45.03 22:35:34 22:28:01 0 23.79 0.00 11.01 4.52 13.47 47.21 22:35:34 22:28:01 1 27.99 0.00 11.84 5.95 12.61 41.62 22:35:34 22:28:01 2 25.14 0.00 10.74 5.64 12.80 45.68 22:35:34 22:28:01 3 24.33 0.00 10.34 6.95 12.74 45.63 22:35:34 22:29:01 all 2.48 0.00 2.05 1.14 3.03 91.31 22:35:34 22:29:01 0 1.78 0.00 2.11 1.11 2.53 92.46 22:35:34 22:29:01 1 2.39 0.00 2.09 1.71 3.24 90.57 22:35:34 22:29:01 2 1.03 0.00 1.63 1.03 3.16 93.15 22:35:34 22:29:01 3 4.72 0.00 2.35 0.70 3.19 89.03 22:35:34 22:30:01 all 0.15 0.00 0.07 0.06 0.25 99.47 22:35:34 22:30:01 0 0.03 0.00 0.08 0.10 0.12 99.67 22:35:34 22:30:01 1 0.47 0.00 0.07 0.07 0.28 99.12 22:35:34 22:30:01 2 0.03 0.00 0.03 0.05 0.12 99.77 22:35:34 22:30:01 3 0.07 0.00 0.08 0.03 0.48 99.34 22:35:34 22:31:01 all 0.13 0.00 0.20 0.00 1.07 98.59 22:35:34 22:31:01 0 0.05 0.00 0.08 0.00 1.03 98.84 22:35:34 22:31:01 1 0.40 0.00 0.15 0.00 0.99 98.46 22:35:34 22:31:01 2 0.03 0.00 0.32 0.02 1.08 98.56 22:35:34 22:31:01 3 0.03 0.00 0.26 0.00 1.19 98.51 22:35:34 22:32:01 all 0.13 0.00 0.04 0.00 0.19 99.64 22:35:34 22:32:01 0 0.03 0.00 0.03 0.00 0.03 99.90 22:35:34 22:32:01 1 0.07 0.00 0.07 0.00 0.32 99.55 22:35:34 22:32:01 2 0.02 0.00 0.03 0.00 0.10 99.85 22:35:34 22:32:01 3 0.40 0.00 0.03 0.00 0.30 99.27 22:35:34 22:33:01 all 0.10 0.00 0.16 0.00 0.71 99.03 22:35:34 22:33:01 0 0.03 0.00 0.20 0.02 0.50 99.25 22:35:34 22:33:01 1 0.03 0.00 0.12 0.00 0.78 99.07 22:35:34 22:33:01 2 0.05 0.00 0.12 0.00 0.78 99.06 22:35:34 22:33:01 3 0.28 0.00 0.20 0.00 0.78 98.74 22:35:34 22:34:01 all 0.09 0.00 0.04 0.00 0.26 99.62 22:35:34 22:34:01 0 0.00 0.00 0.02 0.00 0.08 99.90 22:35:34 22:34:01 1 0.00 0.00 0.03 0.00 0.15 99.82 22:35:34 22:34:01 2 0.03 0.00 0.05 0.00 0.43 99.49 22:35:34 22:34:01 3 0.32 0.00 0.05 0.00 0.37 99.27 22:35:34 22:35:02 all 2.53 0.00 1.83 2.01 5.00 88.63 22:35:34 22:35:02 0 1.39 0.00 1.47 0.38 5.27 91.49 22:35:34 22:35:02 1 2.71 0.00 2.01 2.03 5.25 88.01 22:35:34 22:35:02 2 2.97 0.00 2.12 3.74 4.56 86.62 22:35:34 22:35:02 3 3.05 0.00 1.72 1.90 4.94 88.39 22:35:34 Average: all 14.37 0.00 7.54 4.60 12.75 60.74 22:35:34 Average: 0 13.15 0.00 7.04 4.56 13.25 62.00 22:35:34 Average: 1 14.90 0.00 7.72 4.78 12.77 59.82 22:35:34 Average: 2 14.52 0.00 7.95 4.83 12.41 60.28 22:35:34 Average: 3 14.93 0.00 7.44 4.25 12.55 60.84 22:35:34 22:35:34 22:35:34