Pull request #2993 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 soolaugust for edgexfoundry/edgex-go Loading trusted files from base branch master at fa73db002611977724c74faadafd397fb3003e92 rather than 15b879c69db51bc022086de0c91cfc9c888da349 Obtained Jenkinsfile from fa73db002611977724c74faadafd397fb3003e92 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18842 in /w/workspace/edgexfoundry_edgex-go_PR-2993 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit 15b879c69db51bc022086de0c91cfc9c888da349 Merge succeeded, producing 15b879c69db51bc022086de0c91cfc9c888da349 Checking out Revision 15b879c69db51bc022086de0c91cfc9c888da349 (PR-2993) > git config core.sparsecheckout # timeout=10 > git checkout -f 15b879c69db51bc022086de0c91cfc9c888da349 # 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 fa73db002611977724c74faadafd397fb3003e92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15b879c69db51bc022086de0c91cfc9c888da349 # timeout=10 Commit message: "docs: fix wrong link of api walk through page" First time build. Skipping changelog. > git rev-list --no-walk 80b1f3570f7bccbf147dbdd21a50c01ca509d8ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:39:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:39:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:39:59 ========================================================= 09:39:59 EdgeX Global Pipelines Version Info 09:39:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:40:01 ------------------- 09:40:01 stable info: 09:40:01 ------------------- 09:40:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:40:01 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 09:40:01 Message: update stable to v1.0.173 09:40:02 ------------------- 09:40:02 experimental info: 09:40:02 ------------------- 09:40:02 Commited By: **** collab-it+edgex@linuxfoundation.org 09:40:02 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 09:40:02 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:40:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:40:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:40:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:40:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:40:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2993 [Pipeline] echo 09:40:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2993 [Pipeline] echo 09:40:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2993 [Pipeline] echo 09:40:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 15b879c69db51bc022086de0c91cfc9c888da349 [Pipeline] echo 09:40:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 15b879c [Pipeline] echo 09:40:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:40:05 provisioning config files... 09:40:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3535458146639387174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:40:06 ---> docker-login.sh 09:40:06 nexus3.edgexfoundry.org:10001 09:40:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:06 Configure a credential helper to remove this warning. See 09:40:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:06 09:40:06 Login Succeeded 09:40:06 nexus3.edgexfoundry.org:10002 09:40:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:07 Configure a credential helper to remove this warning. See 09:40:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:07 09:40:07 Login Succeeded 09:40:07 nexus3.edgexfoundry.org:10003 09:40:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:07 Configure a credential helper to remove this warning. See 09:40:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:07 09:40:07 Login Succeeded 09:40:07 nexus3.edgexfoundry.org:10004 09:40:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:07 Configure a credential helper to remove this warning. See 09:40:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:07 09:40:07 Login Succeeded 09:40:07 docker.io 09:40:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:40:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:40:07 Configure a credential helper to remove this warning. See 09:40:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:40:07 09:40:07 Login Succeeded 09:40:07 ---> docker-login.sh ends [Pipeline] } 09:40:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:40:08 ++ 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 09:40:08 + for file in '`ls cmd/**/Dockerfile`' 09:40:08 ++ dirname cmd/core-command/Dockerfile 09:40:08 ++ cut -d/ -f2 09:40:08 + echo core-command,cmd/core-command/Dockerfile 09:40:08 + for file in '`ls cmd/**/Dockerfile`' 09:40:08 ++ dirname cmd/core-data/Dockerfile 09:40:08 ++ cut -d/ -f2 09:40:08 + echo core-data,cmd/core-data/Dockerfile 09:40:08 + for file in '`ls cmd/**/Dockerfile`' 09:40:08 ++ dirname cmd/core-metadata/Dockerfile 09:40:08 ++ cut -d/ -f2 09:40:08 + echo core-metadata,cmd/core-metadata/Dockerfile 09:40:08 + for file in '`ls cmd/**/Dockerfile`' 09:40:08 ++ dirname cmd/security-bootstrap-redis/Dockerfile 09:40:08 ++ cut -d/ -f2 09:40:08 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 09:40:08 + for file in '`ls cmd/**/Dockerfile`' 09:40:08 ++ dirname cmd/security-proxy-setup/Dockerfile 09:40:08 ++ cut -d/ -f2 09:40:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:40:08 + for file in '`ls cmd/**/Dockerfile`' 09:40:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:40:08 ++ cut -d/ -f2 09:40:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:40:08 + for file in '`ls cmd/**/Dockerfile`' 09:40:08 ++ dirname cmd/support-notifications/Dockerfile 09:40:08 ++ cut -d/ -f2 09:40:08 + echo support-notifications,cmd/support-notifications/Dockerfile 09:40:08 + for file in '`ls cmd/**/Dockerfile`' 09:40:08 ++ dirname cmd/support-scheduler/Dockerfile 09:40:08 ++ cut -d/ -f2 09:40:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:40:08 + for file in '`ls cmd/**/Dockerfile`' 09:40:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:40:08 ++ cut -d/ -f2 09:40:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:40:08 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 09:40:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:40:10 09:40:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:40:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:40:10 latest: Pulling from edgex-devops/git-semver 09:40:10 31603596830f: Pulling fs layer 09:40:10 2a8b12db71e7: Pulling fs layer 09:40:10 6ca5941a6612: Pulling fs layer 09:40:10 ecc8261a40a4: Pulling fs layer 09:40:10 ecc8261a40a4: Waiting 09:40:10 2a8b12db71e7: Verifying Checksum 09:40:10 2a8b12db71e7: Download complete 09:40:10 31603596830f: Verifying Checksum 09:40:10 31603596830f: Download complete 09:40:10 ecc8261a40a4: Verifying Checksum 09:40:10 ecc8261a40a4: Download complete 09:40:10 6ca5941a6612: Verifying Checksum 09:40:10 6ca5941a6612: Download complete 09:40:10 31603596830f: Pull complete 09:40:11 2a8b12db71e7: Pull complete 09:40:11 6ca5941a6612: Pull complete 09:40:12 ecc8261a40a4: Pull complete 09:40:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:40:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:40:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:40:12 prd-centos7-docker-4c-2g-18842 does not seem to be running inside a container 09:40:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:40:15 $ docker top 46cc697b95652bc4b06da0f67ab10410163c45ea0beb30efe7efaae0e3bbb9ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:40:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:40:15 [ssh-agent] Looking for ssh-agent implementation... 09:40:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:40:15 $ docker exec 46cc697b95652bc4b06da0f67ab10410163c45ea0beb30efe7efaae0e3bbb9ee ssh-agent 09:40:15 SSH_AUTH_SOCK=/tmp/ssh-qzbSvWtaHcPR/agent.11 09:40:15 SSH_AGENT_PID=16 09:40:15 Running ssh-add (command line suppressed) 09:40:16 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5409471302325803009.key (/w/workspace/edgex-go/2@tmp/private_key_5409471302325803009.key) 09:40:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:40:16 + git tag --points-at HEAD [Pipeline] } 09:40:16 $ docker exec --env ******** --env ******** 46cc697b95652bc4b06da0f67ab10410163c45ea0beb30efe7efaae0e3bbb9ee ssh-agent -k 09:40:16 unset SSH_AUTH_SOCK; 09:40:16 unset SSH_AGENT_PID; 09:40:16 echo Agent pid 16 killed; 09:40:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:40:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:40:16 [ssh-agent] Looking for ssh-agent implementation... 09:40:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:40:16 $ docker exec 46cc697b95652bc4b06da0f67ab10410163c45ea0beb30efe7efaae0e3bbb9ee ssh-agent 09:40:17 SSH_AUTH_SOCK=/tmp/ssh-S4E7EeSQw8gK/agent.45 09:40:17 SSH_AGENT_PID=50 09:40:17 Running ssh-add (command line suppressed) 09:40:17 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1843030199668188716.key (/w/workspace/edgex-go/2@tmp/private_key_1843030199668188716.key) 09:40:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:40:17 + git semver init 09:40:17 # -> Open(): unable to determine branch for HEAD 09:40:17 # $GIT_DIR = /w/workspace/edgex-go/2/.git 09:40:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 09:40:17 # $SEMVER_REMOTE_NAME = origin 09:40:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:40:17 # $SEMVER_USER_NAME = edgex-jenkins 09:40:17 # $SEMVER_BRANCH = PR-2993 09:40:17 # $SEMVER_TEMP = /tmp/semver-276295465 09:40:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:40:35 # '/tmp/semver-276295465' -> '/w/workspace/edgex-go/2/.semver' 09:40:35 # -> Force: false 09:40:35 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 09:40:35 $ docker exec --env ******** --env ******** 46cc697b95652bc4b06da0f67ab10410163c45ea0beb30efe7efaae0e3bbb9ee ssh-agent -k 09:40:36 unset SSH_AUTH_SOCK; 09:40:36 unset SSH_AGENT_PID; 09:40:36 echo Agent pid 50 killed; 09:40:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:40:36 + git semver [Pipeline] } 09:40:36 $ docker stop --time=1 46cc697b95652bc4b06da0f67ab10410163c45ea0beb30efe7efaae0e3bbb9ee 09:40:38 $ docker rm -f 46cc697b95652bc4b06da0f67ab10410163c45ea0beb30efe7efaae0e3bbb9ee [Pipeline] // withDockerContainer [Pipeline] sh 09:40:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:40:39 Stashed 1 file(s) [Pipeline] echo 09:40:39 [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 09:40:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:40:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:40:40 + sudo service docker restart 09:40:40 + true 09:40:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:40:41 ========================================================= 09:40:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:40:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:40:41 + 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 . 09:40:46 Sending build context to Docker daemon 326.4MB 09:40:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:40:46 Step 2/6 : FROM ${BASE} 09:40:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:40:46 188c0c94c7c5: Pulling fs layer 09:40:46 0ef7d3d256c8: Pulling fs layer 09:40:46 de9db76c5a1d: Pulling fs layer 09:40:46 bca2f99d35d6: Pulling fs layer 09:40:46 93359f2a8cfa: Pulling fs layer 09:40:46 7c6f9722023f: Pulling fs layer 09:40:46 a35cf1a2eb13: Pulling fs layer 09:40:46 93359f2a8cfa: Waiting 09:40:46 7c6f9722023f: Waiting 09:40:46 a35cf1a2eb13: Waiting 09:40:46 bca2f99d35d6: Waiting 09:40:46 de9db76c5a1d: Verifying Checksum 09:40:46 de9db76c5a1d: Download complete 09:40:46 0ef7d3d256c8: Verifying Checksum 09:40:46 0ef7d3d256c8: Download complete 09:40:46 93359f2a8cfa: Verifying Checksum 09:40:46 93359f2a8cfa: Download complete 09:40:46 188c0c94c7c5: Verifying Checksum 09:40:46 188c0c94c7c5: Download complete 09:40:46 7c6f9722023f: Download complete 09:40:46 188c0c94c7c5: Pull complete 09:40:46 0ef7d3d256c8: Pull complete 09:40:46 de9db76c5a1d: Pull complete 09:40:48 a35cf1a2eb13: Verifying Checksum 09:40:48 a35cf1a2eb13: Download complete 09:40:49 bca2f99d35d6: Verifying Checksum 09:40:49 bca2f99d35d6: Download complete 09:40:54 bca2f99d35d6: Pull complete 09:40:54 93359f2a8cfa: Pull complete 09:40:54 Still waiting to schedule task 09:40:54 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 09:40:55 7c6f9722023f: Pull complete 09:40:59 a35cf1a2eb13: Pull complete 09:40:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:40:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:40:59 ---> a62c8e92a672 09:40:59 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 09:40:59 ---> Running in 42b6c738a1d4 09:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:41:01 (1/12) Installing libmagic (5.38-r0) 09:41:01 (2/12) Installing file (5.38-r0) 09:41:01 (3/12) Installing libc-dev (0.7.2-r3) 09:41:01 (4/12) Installing g++ (9.3.0-r2) 09:41:09 (5/12) Installing fortify-headers (1.1-r0) 09:41:09 (6/12) Installing patch (2.7.6-r6) 09:41:09 (7/12) Installing build-base (0.5-r2) 09:41:09 (8/12) Installing libsodium (1.0.18-r0) 09:41:09 (9/12) Installing pkgconf (1.7.2-r0) 09:41:09 (10/12) Installing libsodium-dev (1.0.18-r0) 09:41:09 (11/12) Installing libzmq (4.3.3-r0) 09:41:09 (12/12) Installing zeromq-dev (4.3.3-r0) 09:41:10 Executing busybox-1.31.1-r19.trigger 09:41:10 OK: 233 MiB in 51 packages 09:41:12 Removing intermediate container 42b6c738a1d4 09:41:12 ---> ffca006d2d57 09:41:12 Step 4/6 : WORKDIR /edgex-go 09:41:12 ---> Running in 916b3c17f646 09:41:12 Removing intermediate container 916b3c17f646 09:41:12 ---> fd027ed504f4 09:41:12 Step 5/6 : COPY go.mod . 09:41:13 ---> f39001a70e8c 09:41:13 Step 6/6 : RUN go mod download 09:41:13 ---> Running in c01ddb56c5f8 09:41:35 Removing intermediate container c01ddb56c5f8 09:41:35 ---> e0c45654576c 09:41:35 Successfully built e0c45654576c 09:41:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:41:35 + docker inspect -f . ci-base-image-x86_64 09:41:35 . [Pipeline] withDockerContainer 09:41:35 prd-centos7-docker-4c-2g-18842 does not seem to be running inside a container 09:41:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:41:36 $ docker top 83b3db122902aa9dad0c47a9ea72a6491f1f7c14ff3a8ba340fe906bfd730650 -eo pid,comm [Pipeline] { [Pipeline] sh 09:41:37 + go version 09:41:37 go version go1.15.5 linux/amd64 [Pipeline] } 09:41:37 $ docker stop --time=1 83b3db122902aa9dad0c47a9ea72a6491f1f7c14ff3a8ba340fe906bfd730650 09:41:38 $ docker rm -f 83b3db122902aa9dad0c47a9ea72a6491f1f7c14ff3a8ba340fe906bfd730650 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:41:39 + docker inspect -f . ci-base-image-x86_64 09:41:39 . [Pipeline] withDockerContainer 09:41:39 prd-centos7-docker-4c-2g-18842 does not seem to be running inside a container 09:41:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:41:40 $ docker top efd9e1fc4b5f4f98515f1bff9a217618699b5613f6ee504db88f692319e7783b -eo pid,comm [Pipeline] { [Pipeline] echo 09:41:40 ========================================================= 09:41:40 [edgeXBuildGoParallel] Running Tests and Build... 09:41:40 ========================================================= [Pipeline] sh 09:41:41 + make test 09:41:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:41:49 ? github.com/edgexfoundry/edgex-go [no test files] 09:42:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:42:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:42:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:42:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:42:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:42:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:42:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:42:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:42:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:42:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:42:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:42:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:42:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:42:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 46.6% of statements 09:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:42:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.0% of statements 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:42:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.025s coverage: 100.0% of statements 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:42:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:42:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 77.1% of statements 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:42:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.421s coverage: 82.4% of statements 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:42:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements 09:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 09:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 09:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements 09:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 09:42:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 09:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:42:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.293s coverage: 93.8% of statements 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:42:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:42:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements 09:42:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:42:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 09:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 09:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.2% of statements 09:42:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.4% of statements 09:42:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 63.5% of statements 09:42:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:42:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 09:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 09:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 09:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 09:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 09:42:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 55.9% of statements 09:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:42:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.143s coverage: 37.0% of statements 09:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:42:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:42:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.332s coverage: 84.0% of statements 09:42:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 09:42:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements 09:42:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:42:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:42:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:42:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:42:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:42:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 09:42:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:42:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements 09:42:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.705s coverage: 29.1% of statements 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:42:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:42:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:42:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:42:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:42:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:42:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 09:42:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements 09:42:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 09:42:32 GO111MODULE=on go vet ./... 09:42:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18843 in /w/workspace/edgexfoundry_edgex-go_PR-2993 [Pipeline] { [Pipeline] ws 09:42:50 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:42:56 using credential edgex-jenkins-ssh 09:42:56 Cloning the remote Git repository 09:42:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:42:56 > git init /w/workspace/edgex-go/2 # timeout=10 09:42:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:42:56 > git --version # timeout=10 09:42:56 > git --version # 'git version 2.17.1' 09:42:56 using GIT_SSH to set credentials SSH Credentials for GitHub 09:42:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:42:59 gofmt -l . 09:42:59 [ "`gofmt -l .`" = "" ] 09:42:59 ./bin/test-go-mod-tidy.sh 09:42:59 ./bin/test-attribution-txt.sh [Pipeline] sh 09:43:00 + ls -al . 09:43:00 total 640 09:43:00 drwxrwxr-x 10 1001 1001 4096 Jan 7 09:42 . 09:43:00 drwxr-xr-x 4 root root 28 Jan 7 09:41 .. 09:43:00 -rw-rw-r-- 1 1001 1001 11 Jan 7 09:39 .dockerignore 09:43:00 drwxrwxr-x 8 1001 1001 179 Jan 7 09:39 .git 09:43:00 drwxrwxr-x 3 1001 1001 125 Jan 7 09:39 .github 09:43:00 -rw-rw-r-- 1 1001 1001 824 Jan 7 09:39 .gitignore 09:43:00 drwx------ 3 1001 1001 47 Jan 7 09:40 .semver 09:43:00 -rw-rw-r-- 1 1001 1001 166 Jan 7 09:39 .sonarcloud.properties 09:43:00 -rw-rw-r-- 1 1001 1001 3804 Jan 7 09:39 CONTRIBUTING.md 09:43:00 -rw-rw-r-- 1 1001 1001 931 Jan 7 09:39 Dockerfile.build 09:43:00 -rw-rw-r-- 1 1001 1001 863 Jan 7 09:39 Jenkinsfile 09:43:00 -rw-rw-r-- 1 1001 1001 10775 Jan 7 09:39 LICENSE 09:43:00 -rw-rw-r-- 1 1001 1001 5750 Jan 7 09:39 Makefile 09:43:00 -rw-rw-r-- 1 1001 1001 6524 Jan 7 09:39 README.md 09:43:00 -rw-rw-r-- 1 1001 1001 6744 Jan 7 09:39 SECURITY.md 09:43:00 -rw-rw-r-- 1 1001 1001 5 Jan 7 09:40 VERSION 09:43:00 -rw-rw-r-- 1 1001 1001 4131 Jan 7 09:39 ZMQWindows.md 09:43:00 drwxrwxr-x 2 1001 1001 117 Jan 7 09:39 bin 09:43:00 drwxrwxr-x 14 1001 1001 4096 Jan 7 09:39 cmd 09:43:00 -rw-r--r-- 1 root root 541590 Jan 7 09:42 coverage.out 09:43:00 -rw-r--r-- 1 root root 979 Jan 7 09:42 go.mod 09:43:00 -rw-r--r-- 1 root root 19019 Jan 7 09:42 go.sum 09:43:00 drwxrwxr-x 8 1001 1001 127 Jan 7 09:39 internal 09:43:00 drwxrwxr-x 4 1001 1001 26 Jan 7 09:39 openapi 09:43:00 drwxrwxr-x 4 1001 1001 71 Jan 7 09:39 snap 09:43:00 -rw-rw-r-- 1 1001 1001 168 Jan 7 09:39 version.go [Pipeline] sh 09:43:00 + '[' -e coverage.out ] 09:43:00 + chown 1001:1001 coverage.out [Pipeline] stash 09:43:00 Stashed 1 file(s) [Pipeline] sh 09:43:00 + make build 09:43:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:43: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 09:43:13 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 09:43:13 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 09:43:15 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 09:43:15 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 09:43:16 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 09:43:18 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 09:43:19 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 09:43:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:43:21 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 09:43:22 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] } 09:43:23 $ docker stop --time=1 efd9e1fc4b5f4f98515f1bff9a217618699b5613f6ee504db88f692319e7783b 09:43:24 Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit 15b879c69db51bc022086de0c91cfc9c888da349 09:43:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:43:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:43:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:43:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:43:23 using GIT_SSH to set credentials SSH Credentials for GitHub 09:43:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:43:24 > git config core.sparsecheckout # timeout=10 09:43:24 > git checkout -f 15b879c69db51bc022086de0c91cfc9c888da349 # timeout=10 09:43:24 Merge succeeded, producing 15b879c69db51bc022086de0c91cfc9c888da349 09:43:24 Checking out Revision 15b879c69db51bc022086de0c91cfc9c888da349 (PR-2993) 09:43:25 $ docker rm -f efd9e1fc4b5f4f98515f1bff9a217618699b5613f6ee504db88f692319e7783b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 09:43:24 > git remote # timeout=10 09:43:24 > git config --get remote.origin.url # timeout=10 09:43:24 using GIT_SSH to set credentials SSH Credentials for GitHub 09:43:24 > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 09:43:24 > git rev-parse HEAD^{commit} # timeout=10 09:43:24 > git config core.sparsecheckout # timeout=10 09:43:24 > git checkout -f 15b879c69db51bc022086de0c91cfc9c888da349 # timeout=10 [Pipeline] isUnix [Pipeline] sh 09:43:29 Commit message: "docs: fix wrong link of api walk through page" 09:43:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:43:29 09:43:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 09:43:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:43:29 latest: Pulling from edgex-devops/edgex-compose 09:43:29 cbdbe7a5bc2a: Pulling fs layer 09:43:29 ca9280d653b3: Pulling fs layer 09:43:29 7e9c9ca2126c: Pulling fs layer [Pipeline] script [Pipeline] { [Pipeline] sh 09:43:30 cbdbe7a5bc2a: Verifying Checksum 09:43:30 cbdbe7a5bc2a: Download complete 09:43:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:43:30 cbdbe7a5bc2a: Pull complete 09:43:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:43:31 ca9280d653b3: Verifying Checksum 09:43:31 ca9280d653b3: Download complete 09:43:31 + true 09:43:31 + sudo service docker restart 09:43:32 7e9c9ca2126c: Verifying Checksum 09:43:32 7e9c9ca2126c: Download complete 09:43:32 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:43:33 provisioning config files... 09:43:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1617852125092395625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:43:34 ---> docker-login.sh 09:43:34 nexus3.edgexfoundry.org:10001 09:43:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:43:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:43:35 Configure a credential helper to remove this warning. See 09:43:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:43:35 09:43:35 Login Succeeded 09:43:35 nexus3.edgexfoundry.org:10002 09:43:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:43:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:43:36 Configure a credential helper to remove this warning. See 09:43:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:43:36 09:43:36 Login Succeeded 09:43:36 nexus3.edgexfoundry.org:10003 09:43:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:43:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:43:36 Configure a credential helper to remove this warning. See 09:43:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:43:36 09:43:36 Login Succeeded 09:43:36 nexus3.edgexfoundry.org:10004 09:43:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:43:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:43:37 Configure a credential helper to remove this warning. See 09:43:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:43:37 09:43:37 Login Succeeded 09:43:37 docker.io 09:43:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:43:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:43:37 Configure a credential helper to remove this warning. See 09:43:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:43:37 09:43:37 Login Succeeded 09:43:37 ---> docker-login.sh ends [Pipeline] } 09:43:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:43:38 ========================================================= 09:43:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:43:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:43:38 + 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 . 09:43:40 7e9c9ca2126c: Pull complete 09:43:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:43:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:43:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:43:40 prd-centos7-docker-4c-2g-18842 does not seem to be running inside a container 09:43:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:43:40 Sending build context to Docker daemon 165.5MB 09:43:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:43:40 Step 2/6 : FROM ${BASE} 09:43:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:43:41 5f621e34cdf4: Pulling fs layer 09:43:41 a4357932f1b6: Pulling fs layer 09:43:41 18c013af1878: Pulling fs layer 09:43:41 00ac8860ef70: Pulling fs layer 09:43:41 63d7cb157983: Pulling fs layer 09:43:41 b116817d02f9: Pulling fs layer 09:43:41 745a02a5169b: Pulling fs layer 09:43:41 00ac8860ef70: Waiting 09:43:41 63d7cb157983: Waiting 09:43:41 b116817d02f9: Waiting 09:43:41 745a02a5169b: Waiting 09:43:41 18c013af1878: Verifying Checksum 09:43:41 18c013af1878: Download complete 09:43:41 a4357932f1b6: Download complete 09:43:41 63d7cb157983: Verifying Checksum 09:43:41 63d7cb157983: Download complete 09:43:41 b116817d02f9: Verifying Checksum 09:43:41 b116817d02f9: Download complete 09:43:41 5f621e34cdf4: Download complete 09:43:42 5f621e34cdf4: Pull complete 09:43:42 a4357932f1b6: Pull complete 09:43:42 $ docker top 25c9e984d8f30cbf1028b74f018992d6662c9244321d3df1fe54d6edc59e82a8 -eo pid,comm [Pipeline] { [Pipeline] sh 09:43:42 18c013af1878: Pull complete 09:43:43 + docker-compose build --help 09:43:43 + grep parallel 09:43:43 745a02a5169b: Verifying Checksum 09:43:43 745a02a5169b: Download complete 09:43:44 --parallel Build images in parallel. [Pipeline] } 09:43:44 $ docker stop --time=1 25c9e984d8f30cbf1028b74f018992d6662c9244321d3df1fe54d6edc59e82a8 09:43:45 00ac8860ef70: Verifying Checksum 09:43:45 00ac8860ef70: Download complete 09:43:45 $ docker rm -f 25c9e984d8f30cbf1028b74f018992d6662c9244321d3df1fe54d6edc59e82a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:43:46 . [Pipeline] withDockerContainer 09:43:46 prd-centos7-docker-4c-2g-18842 does not seem to be running inside a container 09:43:46 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:43:47 $ docker top ea9b8dcc1e512e0bb6ae10fbc80e73e23e94bb93205da381f5f6946a2ba513e5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:43:47 + docker-compose -f ./docker-compose-build.yml build --parallel 09:43:48 Building docker-core-command-go ... 09:43:48 Building docker-core-data-go ... 09:43:48 Building docker-core-metadata-go ... 09:43:48 Building docker-security-bootstrap-redis-go ... 09:43:48 Building docker-security-proxy-setup-go ... 09:43:48 Building docker-security-secretstore-setup-go ... 09:43:48 Building docker-support-notifications-go ... 09:43:48 Building docker-support-scheduler-go ... 09:43:48 Building docker-sys-mgmt-agent-go ... 09:43:48 Building docker-security-proxy-setup-go 09:43:48 Building docker-core-metadata-go 09:43:48 Building docker-support-scheduler-go 09:43:48 Building docker-security-bootstrap-redis-go 09:43:48 Building docker-support-notifications-go 09:43:55 00ac8860ef70: Pull complete 09:43:55 63d7cb157983: Pull complete 09:43:55 b116817d02f9: Pull complete 09:43:59 745a02a5169b: Pull complete 09:43:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:43:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:43:59 ---> b7e6874047d6 09:43:59 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 09:44:02 ---> Running in e2d0e3ab6cb8 09:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:05 (1/12) Installing libmagic (5.38-r0) 09:44:05 (2/12) Installing file (5.38-r0) 09:44:05 (3/12) Installing libc-dev (0.7.2-r3) 09:44:05 (4/12) Installing g++ (9.3.0-r2) 09:44:09 (5/12) Installing fortify-headers (1.1-r0) 09:44:09 (6/12) Installing patch (2.7.6-r6) 09:44:09 (7/12) Installing build-base (0.5-r2) 09:44:09 (8/12) Installing libsodium (1.0.18-r0) 09:44:09 (9/12) Installing pkgconf (1.7.2-r0) 09:44:09 (10/12) Installing libsodium-dev (1.0.18-r0) 09:44:10 (11/12) Installing libzmq (4.3.3-r0) 09:44:10 (12/12) Installing zeromq-dev (4.3.3-r0) 09:44:10 Executing busybox-1.31.1-r19.trigger 09:44:10 OK: 217 MiB in 51 packages 09:44:14 Removing intermediate container e2d0e3ab6cb8 09:44:14 ---> 98b96e04e3c9 09:44:14 Step 4/6 : WORKDIR /edgex-go 09:44:14 ---> Running in 5872d43f3c80 09:44:14 Removing intermediate container 5872d43f3c80 09:44:14 ---> 41829bf1d68d 09:44:14 Step 5/6 : COPY go.mod . 09:44:15 ---> 0e7db7378fce 09:44:15 Step 6/6 : RUN go mod download 09:44:15 ---> Running in 92baabed504f 09:44:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:44:20 ---> e0c45654576c 09:44:20 Step 3/21 : WORKDIR /edgex-go 09:44:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:44:20 ---> e0c45654576c 09:44:20 Step 3/24 : WORKDIR /edgex-go 09:44:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:44:20 ---> e0c45654576c 09:44:20 Step 3/22 : WORKDIR /edgex-go 09:44:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:44:20 ---> e0c45654576c 09:44:20 Step 3/21 : WORKDIR /edgex-go 09:44:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:44:20 ---> e0c45654576c 09:44:20 Step 3/22 : WORKDIR /edgex-go 09:44:21 ---> Running in 6166c56f0834 09:44:21 ---> Running in b25bd3ef6bd8 09:44:21 ---> Running in cd57433a1c26 09:44:21 ---> Running in f4bed7ad9977 09:44:21 ---> Running in 48b87ef1a48b 09:44:21 Removing intermediate container 6166c56f0834 09:44:21 ---> 9e02053fc30a 09:44:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:21 Removing intermediate container 48b87ef1a48b 09:44:21 ---> 5cba6fe2ddab 09:44:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:21 Removing intermediate container b25bd3ef6bd8 09:44:21 ---> dcff28440b4c 09:44:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:21 Removing intermediate container cd57433a1c26 09:44:21 ---> 55b363a690d7 09:44:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:21 Removing intermediate container f4bed7ad9977 09:44:21 ---> b81865a88783 09:44:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:21 ---> Running in 32d6f12ed518 09:44:21 ---> Running in 8e87f8afb460 09:44:21 ---> Running in 8fda8dd85938 09:44:21 ---> Running in 870fd7bab2db 09:44:21 ---> Running in 01005db14fa8 09:44:24 Removing intermediate container 8e87f8afb460 09:44:24 ---> 42acb040d44d 09:44:24 Step 5/21 : RUN apk add --update --no-cache make git 09:44:24 Removing intermediate container 8fda8dd85938 09:44:24 ---> afcda34c0c99 09:44:24 Step 5/22 : RUN apk add --update --no-cache make git 09:44:24 Removing intermediate container 32d6f12ed518 09:44:24 ---> d5e19ebadf9a 09:44:24 Step 5/22 : RUN apk add --update --no-cache make git 09:44:24 Removing intermediate container 870fd7bab2db 09:44:24 ---> 95a5ca3180f3 09:44:24 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 09:44:24 ---> Running in 95fcc76052be 09:44:24 ---> Running in b261e3fa6f7e 09:44:24 ---> Running in d2a4e7ba9d8d 09:44:24 ---> Running in dab01b7039c5 09:44:24 Removing intermediate container 01005db14fa8 09:44:24 ---> bc309f941455 09:44:24 Step 5/21 : RUN apk add --update --no-cache make git 09:44:24 ---> Running in 755d28ddae63 09:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:26 OK: 233 MiB in 51 packages 09:44:26 OK: 233 MiB in 51 packages 09:44:26 OK: 233 MiB in 51 packages 09:44:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:27 Removing intermediate container 95fcc76052be 09:44:27 ---> 995cf854ed95 09:44:27 Step 6/21 : COPY go.mod . 09:44:27 Removing intermediate container b261e3fa6f7e 09:44:27 ---> ffd05aeb6867 09:44:27 Step 6/22 : COPY go.mod . 09:44:27 Removing intermediate container dab01b7039c5 09:44:27 ---> 0b597784f5c5 09:44:27 Step 6/24 : COPY go.mod . 09:44:27 ---> 011ed923d368 09:44:27 Step 7/21 : RUN go mod download 09:44:27 ---> Running in 792a89d349e8 09:44:27 ---> 3ca09a543830 09:44:27 Step 7/22 : RUN go mod download 09:44:27 OK: 233 MiB in 51 packages 09:44:27 ---> Running in 02df3ac2116a 09:44:27 OK: 233 MiB in 51 packages 09:44:27 ---> 79c0dd84de29 09:44:27 Step 7/24 : RUN go mod download 09:44:28 ---> Running in 0846bd6e1777 09:44:28 Removing intermediate container 755d28ddae63 09:44:28 ---> 1d873fd7933c 09:44:28 Step 6/21 : COPY go.mod . 09:44:29 Removing intermediate container d2a4e7ba9d8d 09:44:29 ---> 8796b31cdd25 09:44:29 Step 6/22 : COPY go.mod . 09:44:29 ---> 3f68c0e86cee 09:44:29 Step 7/21 : RUN go mod download 09:44:29 ---> Running in 58818e2162eb 09:44:29 ---> 1c1f40c15af6 09:44:29 Step 7/22 : RUN go mod download 09:44:29 ---> Running in 09ab6106abb0 09:44:30 Removing intermediate container 792a89d349e8 09:44:30 ---> c3eb47723982 09:44:30 Step 8/21 : COPY . . 09:44:30 Removing intermediate container 02df3ac2116a 09:44:30 ---> e9e88bd9b23c 09:44:30 Step 8/22 : COPY . . 09:44:30 Removing intermediate container 0846bd6e1777 09:44:30 ---> 66286b0f0135 09:44:30 Step 8/24 : COPY . . 09:44:35 Removing intermediate container 58818e2162eb 09:44:35 ---> 334b7aeacba6 09:44:35 Step 8/21 : COPY . . 09:44:38 Removing intermediate container 09ab6106abb0 09:44:38 ---> e4a93cb6226c 09:44:38 Step 8/22 : COPY . . 09:44:42 Removing intermediate container 92baabed504f 09:44:42 ---> 1fd982960c6b 09:44:42 Successfully built 1fd982960c6b 09:44:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:44:42 + docker inspect -f . ci-base-image-arm64 09:44:42 . [Pipeline] withDockerContainer 09:44:43 prd-ubuntu18.04-docker-arm64-4c-16g-18843 does not seem to be running inside a container 09:44:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:44:44 $ docker top 25a2e356afcc6f11900ed671c4f8ac629f3aa35149a736d014297e96e8f155dc -eo pid,comm [Pipeline] { [Pipeline] sh 09:44:45 + go version 09:44:45 go version go1.15.5 linux/arm64 [Pipeline] } 09:44:45 $ docker stop --time=1 25a2e356afcc6f11900ed671c4f8ac629f3aa35149a736d014297e96e8f155dc 09:44:47 $ docker rm -f 25a2e356afcc6f11900ed671c4f8ac629f3aa35149a736d014297e96e8f155dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:44:48 + docker inspect -f . ci-base-image-arm64 09:44:48 . [Pipeline] withDockerContainer 09:44:48 prd-ubuntu18.04-docker-arm64-4c-16g-18843 does not seem to be running inside a container 09:44:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:44:50 $ docker top 8668660ce21cd830535fcddaa2fbd6a781dcfd42e3eec421842e61faedd1e282 -eo pid,comm [Pipeline] { [Pipeline] echo 09:44:50 ========================================================= 09:44:50 [edgeXBuildGoParallel] Running Tests and Build... 09:44:50 ========================================================= [Pipeline] sh 09:44:51 + make test 09:44:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:45:05 ---> 1d41c22b3414 09:45:05 ---> 3cbef9e56ca2 09:45:05 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redisStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:45:05 09:45:06 ---> f6702f465f43 09:45:06 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:45:07 ---> Running in 13b79d863e87 09:45:07 ---> Running in 2249751aa10f 09:45:07 ---> Running in 0813128fc4dd 09:45:07 ---> 8cb894952a90 09:45:07 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:45:07 ---> Running in d5731a4c5f20 09:45:09 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 09:45:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:45: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 09:45:09 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 09:45:10 ---> a9bde55ae09e 09:45:10 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:45:10 ---> Running in a2945c5144a2 09:45:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:45:13 ? github.com/edgexfoundry/edgex-go [no test files] 09:45:37 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 09:45:41 Removing intermediate container 2249751aa10f 09:45:41 ---> 9e9122829b96 09:45:41 09:45:41 Step 10/22 : FROM alpine:3.12 09:45:41 3.12: Pulling from library/alpine 09:45:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:45:42 Status: Downloaded newer image for alpine:3.12 09:45:42 ---> 389fef711851 09:45:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:45:43 Removing intermediate container 0813128fc4dd 09:45:43 ---> b79ef52d6c21 09:45:43 09:45:43 Step 10/24 : FROM scratch 09:45:43 ---> 09:45:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:45:44 ---> Running in 2c3b0d85340d 09:45:44 ---> Running in eac001294673 09:45:45 Removing intermediate container d5731a4c5f20 09:45:45 ---> e3fe038e6080 09:45:45 09:45:45 Step 10/21 : FROM scratch 09:45:45 ---> 09:45:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:45:45 ---> Running in 37cb74dc401d 09:45:45 Removing intermediate container eac001294673 09:45:45 ---> a35593f475fa 09:45:45 Step 12/24 : ENV APP_PORT=48060 09:45:45 ---> Running in c0004e4443e4 09:45:46 Removing intermediate container 37cb74dc401d 09:45:46 ---> dc2ae3e6712c 09:45:46 Step 12/21 : ENV APP_PORT=48085 09:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:45:46 (1/5) Installing ca-certificates (20191127-r4) 09:45:46 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:45:46 (3/5) Installing libcurl (7.69.1-r3) 09:45:46 (4/5) Installing curl (7.69.1-r3) 09:45:46 (5/5) Installing dumb-init (1.2.2-r1) 09:45:46 Executing busybox-1.31.1-r19.trigger 09:45:46 Executing ca-certificates-20191127-r4.trigger 09:45:46 OK: 7 MiB in 19 packages 09:45:48 Removing intermediate container c0004e4443e4 09:45:48 ---> 806eb1f29cc1 09:45:48 Step 13/24 : EXPOSE $APP_PORT 09:45:48 ---> Running in 3326ac6c7a87 09:45:48 Removing intermediate container 13b79d863e87 09:45:48 ---> a2c57f6b615f 09:45:48 09:45:48 Step 10/21 : FROM alpine:3.12 09:45:48 ---> 389fef711851 09:45:48 Step 11/21 : RUN apk add --update --no-cache curl 09:45:48 ---> Running in 439307cb7a19 09:45:48 ---> Running in 8fdf3d207f43 09:45:48 Removing intermediate container a2945c5144a2 09:45:48 ---> 16f15f967e20 09:45:48 09:45:48 Step 10/22 : FROM scratch 09:45:48 ---> 09:45:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:45:48 ---> Using cache 09:45:48 ---> dc2ae3e6712c 09:45:48 Step 12/22 : ENV APP_PORT=48081 09:45:48 Removing intermediate container 3326ac6c7a87 09:45:48 ---> a766a9878b6a 09:45:48 Step 13/21 : EXPOSE $APP_PORT 09:45:50 ---> Running in ad53f21bc490 09:45:50 ---> Running in 3234d27f3741 09:45:50 Removing intermediate container 439307cb7a19 09:45:50 ---> de917e358b69 09:45:50 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:45:50 Removing intermediate container 2c3b0d85340d 09:45:50 ---> 10e5f9399ad5 09:45:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 09:45:50 Removing intermediate container 3234d27f3741 09:45:50 ---> b1770ff7a84f 09:45:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:45:50 ---> Running in 5087cf78a48b 09:45:50 Removing intermediate container ad53f21bc490 09:45:50 ---> 5bba60089098 09:45:50 Step 13/22 : EXPOSE $APP_PORT 09:45:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:45:50 ---> 2c3088049c5a 09:45:50 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:45:50 ---> Running in e178aedfd7b7 09:45:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:45:50 ---> bd3884e56031 09:45:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:45:50 Removing intermediate container 5087cf78a48b 09:45:50 ---> 175883bb4e85 09:45:50 Step 13/22 : WORKDIR / 09:45:50 (1/4) Installing ca-certificates (20191127-r4) 09:45:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:45:50 (3/4) Installing libcurl (7.69.1-r3) 09:45:50 (4/4) Installing curl (7.69.1-r3) 09:45:50 Executing busybox-1.31.1-r19.trigger 09:45:50 Executing ca-certificates-20191127-r4.trigger 09:45:51 OK: 7 MiB in 18 packages 09:45:51 Removing intermediate container e178aedfd7b7 09:45:51 ---> 4f712bc55213 09:45:51 Step 14/22 : WORKDIR / 09:45:51 ---> Running in d9048991689e 09:45:52 ---> Running in 3123820acfbe 09:45:52 ---> bf31dfde194a 09:45:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:45:52 ---> af2ee4c5237a 09:45:52 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:45:53 Removing intermediate container d9048991689e 09:45:53 ---> 28560c8c8b38 09:45:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 09:45:53 Removing intermediate container 3123820acfbe 09:45:53 ---> ee4c7083581a 09:45:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:45:53 Removing intermediate container 8fdf3d207f43 09:45:53 ---> 1e7deed029e1 09:45:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:45:53 ---> f0f67b9071cf 09:45:53 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:45:53 ---> 7c5c1f422e88 09:45:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:45:53 ---> Running in 0f238bb93220 09:45:53 ---> Running in 554ae21affbd 09:45:53 ---> f19df3b0b01c 09:45:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 09:45:53 ---> 3b226c47244b 09:45:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:45:53 ---> e677d08ef2a0 09:45:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:45:54 Removing intermediate container 554ae21affbd 09:45:54 ---> f0df703b1797 09:45:54 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:45:54 Removing intermediate container 0f238bb93220 09:45:54 ---> 8e01540c469b 09:45:54 Step 13/21 : WORKDIR /edgex 09:45:54 ---> Running in df143ca3e5c0 09:45:54 ---> Running in 0cbf498ee650 09:45:54 ---> 1a369c42211d 09:45:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 09:45:54 ---> 2b8cb3545ac3 09:45:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:45:54 ---> 5d300261e6cd 09:45:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:45:54 Removing intermediate container df143ca3e5c0 09:45:54 ---> 1567f3fa5716 09:45:54 Step 19/21 : LABEL arch=x86_64 09:45:54 Removing intermediate container 0cbf498ee650 09:45:54 ---> b97ad8fff6c0 09:45:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:45:54 ---> 17787e9d53b6 09:45:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 09:45:55 ---> Running in 8113678eb58b 09:45:55 ---> ffdba728404e 09:45:55 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:45:55 ---> e999184ce82c 09:45:55 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:45:55 ---> Running in 169fb573244f 09:45:55 ---> b24eb848d7fa 09:45:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:45:55 ---> dc65efa1dca6 09:45:55 Step 18/22 : RUN chmod +x entrypoint.sh 09:45:55 Removing intermediate container 8113678eb58b 09:45:55 ---> c7813a745027 09:45:55 Step 20/21 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:45:55 ---> Running in 94d5d9f812a6 09:45:55 ---> Running in bb282bfd68d9 09:45:55 ---> Running in fed06f7ce1d2 09:45:55 Removing intermediate container 169fb573244f 09:45:55 ---> a8c2598bddee 09:45:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:45:56 Removing intermediate container 94d5d9f812a6 09:45:56 ---> 121f17cc081d 09:45:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:45:56 ---> Running in c5048253d96a 09:45:56 Removing intermediate container fed06f7ce1d2 09:45:56 ---> fe57e24c4fbd 09:45:56 Step 21/21 : LABEL version=0.0.0 09:45:56 ---> f69a245c8931 09:45:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:45:56 ---> Running in b192c341c501 09:45:56 ---> Running in e1e1733a143d 09:45:56 Removing intermediate container c5048253d96a 09:45:56 ---> e4dacbced0f0 09:45:56 Step 20/22 : LABEL arch=x86_64 09:45:56 Removing intermediate container b192c341c501 09:45:56 ---> Running in 7afa2ccd92c4 09:45:56 ---> dd8a878e86de 09:45:56 Step 22/24 : LABEL arch=x86_64 09:45:56 Removing intermediate container e1e1733a143d 09:45:56 ---> 8571c97151e0 09:45:56 09:45:56 ---> 086f0ad473ac 09:45:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:45:57 ---> Running in 7fe62948bca2 09:45:57 Successfully built 8571c97151e0 09:45:57 ---> Running in 14e13e2a4382 09:45:57 Successfully tagged docker-support-scheduler-go:latest 09:45:57 Building docker-sys-mgmt-agent-go 09:45:57  Building docker-support-scheduler-go ... done Removing intermediate container 7afa2ccd92c4 09:45:57 ---> 79c3195223ce 09:45:57 Step 21/22 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:45:57 Removing intermediate container 7fe62948bca2 09:45:57 ---> c48917f069d4 09:45:57 Step 23/24 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:45:57 Removing intermediate container bb282bfd68d9 09:45:57 ---> f91090e2a9b2 09:45:57 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 09:45:57 ---> Running in dba6516109cb 09:45:57 Removing intermediate container 14e13e2a4382 09:45:57 ---> 8490c78ce2a3 09:45:57 Step 18/21 : CMD ["--init=true"] 09:45:57 ---> Running in 8315c8d361a3 09:45:58 ---> Running in 81e80fbab935 09:45:58 ---> Running in 2a3802fcb82b 09:45:58 Removing intermediate container dba6516109cb 09:45:58 ---> 9f17db3dfd87 09:45:58 Step 22/22 : LABEL version=0.0.0 09:45:58 Removing intermediate container 8315c8d361a3 09:45:58 ---> d576ee20cca1 09:45:58 Step 24/24 : LABEL version=0.0.0 09:45:58 Removing intermediate container 81e80fbab935 09:45:58 ---> 4eb656d5410a 09:45:58 Step 20/22 : LABEL arch=x86_64 09:45:58 ---> Running in 579902f66a1c 09:45:58 ---> Running in 896eebe5507a 09:45:58 ---> Running in 296434009beb 09:45:58 Removing intermediate container 2a3802fcb82b 09:45:58 ---> 3188971a20fd 09:45:58 Step 19/21 : LABEL arch=x86_64 09:46:00 ---> Running in bc3491531096 09:46:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:46:01 Removing intermediate container 296434009beb 09:46:01 ---> 606ae75b6127 09:46:01 09:46:01 Removing intermediate container 579902f66a1c 09:46:01 ---> 431881271f2c 09:46:01 Step 21/22 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:46:02 Removing intermediate container 896eebe5507a 09:46:02 ---> 63091066b00f 09:46:02 09:46:02 Successfully built 606ae75b6127 09:46:02 Successfully tagged docker-support-notifications-go:latest 09:46:02  Building docker-support-notifications-go ... done Removing intermediate container bc3491531096 09:46:02 ---> 471184dc685c 09:46:02 Step 20/21 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:46:02 Building docker-core-command-go 09:46:02 Successfully built 63091066b00f 09:46:02 Successfully tagged docker-core-metadata-go:latest 09:46:02  Building docker-core-metadata-go ... done Building docker-core-data-go 09:46:02 ---> Running in 9061c0fc5754 09:46:03 ---> Running in 67a4c9e0e8e8 09:46:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:46:05 Removing intermediate container 9061c0fc5754 09:46:05 ---> 88ed4d998701 09:46:05 Step 22/22 : LABEL version=0.0.0 09:46:05 Removing intermediate container 67a4c9e0e8e8 09:46:05 ---> 38388122db76 09:46:05 Step 21/21 : LABEL version=0.0.0 09:46:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:46:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:46:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:46:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:46:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:46:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:46:08 ---> Running in de47fee7d4b1 09:46:08 ---> Running in 369d3e741608 09:46:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:46:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:46:11 Removing intermediate container 369d3e741608 09:46:11 ---> 718b419cd566 09:46:11 09:46:11 Removing intermediate container de47fee7d4b1 09:46:11 ---> a7dd8a346913 09:46:11 09:46:11 Successfully built a7dd8a346913 09:46:11 Successfully built 718b419cd566 09:46:12 Successfully tagged docker-security-bootstrap-redis-go:latest 09:46:12 Building docker-security-secretstore-setup-go 09:46:12  Building docker-security-bootstrap-redis-go ... done Successfully tagged docker-security-proxy-setup-go:latest 09:46:17  Building docker-security-proxy-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:46:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:46:17 ---> e0c45654576c 09:46:17 Step 3/26 : WORKDIR /edgex-go 09:46:17 ---> Using cache 09:46:17 ---> b81865a88783 09:46:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:17 ---> Using cache 09:46:17 ---> bc309f941455 09:46:17 Step 5/26 : RUN apk add --update --no-cache make bash git 09:46:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:46:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:46:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:46:21 ---> Running in 3037b462defd 09:46:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:46:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:46:23 ---> e0c45654576c 09:46:23 Step 3/23 : WORKDIR /edgex-go 09:46:23 ---> Using cache 09:46:23 ---> b81865a88783 09:46:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:23 ---> Using cache 09:46:23 ---> bc309f941455 09:46:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:46:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 46.6% of statements 09:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:46:24 ---> Running in 257e7543a540 09:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:46:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:46:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:46:25 ---> e0c45654576c 09:46:25 Step 3/22 : WORKDIR /edgex-go 09:46:25 ---> Using cache 09:46:25 ---> b81865a88783 09:46:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:25 ---> Using cache 09:46:25 ---> bc309f941455 09:46:25 Step 5/22 : RUN apk add --update --no-cache make git 09:46:25 ---> Using cache 09:46:25 ---> 1d873fd7933c 09:46:25 Step 6/22 : COPY go.mod . 09:46:25 ---> Using cache 09:46:25 ---> 3f68c0e86cee 09:46:25 Step 7/22 : RUN go mod download 09:46:25 ---> Using cache 09:46:25 ---> 334b7aeacba6 09:46:25 Step 8/22 : COPY . . 09:46:25 ---> Using cache 09:46:25 ---> 8cb894952a90 09:46:25 Step 9/22 : RUN make cmd/core-command/core-command 09:46:26 ---> Running in 3b781f4e7af9 09:46:26 OK: 233 MiB in 51 packages 09:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:46:27 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 09:46:28 OK: 233 MiB in 51 packages 09:46:28 Removing intermediate container 3037b462defd 09:46:28 ---> 21f6b5c57183 09:46:28 Step 6/26 : COPY go.mod . 09:46:30 ---> 7614ab81f5db 09:46:30 Step 7/26 : RUN go mod download 09:46:30 ---> Running in 3f47cdd2d95f 09:46:30 Removing intermediate container 257e7543a540 09:46:30 ---> c6fb218b662e 09:46:30 Step 6/23 : COPY go.mod . 09:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.459s coverage: 27.0% of statements 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:46:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 77.1% of statements 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:46:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:46:31 ---> 96c888daf5fb 09:46:31 Step 7/23 : RUN go mod download 09:46:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.691s coverage: 82.4% of statements 09:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:46:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:46:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:46:32 ---> e0c45654576c 09:46:32 Step 3/24 : WORKDIR /edgex-go 09:46:32 ---> Using cache 09:46:32 ---> b81865a88783 09:46:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:32 ---> Using cache 09:46:32 ---> bc309f941455 09:46:32 Step 5/24 : RUN apk add --update --no-cache make git 09:46:32 ---> Using cache 09:46:32 ---> 1d873fd7933c 09:46:32 Step 6/24 : COPY go.mod . 09:46:32 ---> Using cache 09:46:32 ---> 3f68c0e86cee 09:46:32 Step 7/24 : RUN go mod download 09:46:32 ---> Using cache 09:46:32 ---> 334b7aeacba6 09:46:32 Step 8/24 : COPY . . 09:46:32 ---> Using cache 09:46:32 ---> 8cb894952a90 09:46:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:46:33 ---> Running in 310dfc8f61f5 09:46:33 ---> Running in ef1c75b2e81b 09:46:34 Removing intermediate container 3f47cdd2d95f 09:46:34 ---> 32765f193c51 09:46:34 Step 8/26 : COPY . . 09:46:34 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 09:46:38 Removing intermediate container 310dfc8f61f5 09:46:38 ---> 5e58e4aca1b6 09:46:38 Step 8/23 : COPY . . 09:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.128s coverage: 28.6% of statements 09:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements 09:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 09:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.293s coverage: 86.7% of statements 09:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements 09:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:46:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 09:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:46:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.021s coverage: 93.8% of statements 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:46:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:46:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:46:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:46:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements 09:46:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:46:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 09:46:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.182s coverage: 87.2% of statements 09:46:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.142s coverage: 84.2% of statements 09:46:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.4% of statements 09:46:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:46:53 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 09:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.627s coverage: 63.5% of statements 09:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 09:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements 09:46:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 09:46:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 09:46:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 09:46:59 Removing intermediate container 3b781f4e7af9 09:46:59 ---> dcbc3510b120 09:46:59 09:46:59 Step 10/22 : FROM scratch 09:46:59 ---> 09:46:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:47:00 ---> Using cache 09:47:00 ---> dc2ae3e6712c 09:47:00 Step 12/22 : ENV APP_PORT=48082 09:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements 09:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.321s coverage: 37.0% of statements 09:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.579s coverage: 84.0% of statements 09:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements 09:47:00 ---> fb50476e58a7 09:47:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:47:01 ---> Running in 7647bc2d4dc2 09:47:01 ---> Running in 4a2d19c62256 09:47:01 ---> 95e9011c8736 09:47:01 Step 9/23 : RUN make cmd/core-data/core-data 09:47:01 ---> Running in 9075d78690c1 09:47:01 Removing intermediate container 7647bc2d4dc2 09:47:01 ---> 417aa88db101 09:47:01 Step 13/22 : EXPOSE $APP_PORT 09:47:01 ---> Running in 09da4e0e56b3 09:47:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:47:02 Removing intermediate container 09da4e0e56b3 09:47:02 ---> 240e2b801ebe 09:47:02 Step 14/22 : WORKDIR / 09:47:02 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 09:47:03 ---> Running in 9d22e8d2ac62 09:47:03 Removing intermediate container ef1c75b2e81b 09:47:03 ---> daff4bc78161 09:47:03 09:47:03 Step 10/24 : FROM alpine:3.12 09:47:03 ---> 389fef711851 09:47:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:47:03 ---> Using cache 09:47:03 ---> 10e5f9399ad5 09:47:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:47:03 ---> Running in f9d3792e8982 09:47:03 Removing intermediate container 9d22e8d2ac62 09:47:03 ---> f0056693f8b6 09:47:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:47:03 Removing intermediate container f9d3792e8982 09:47:03 ---> f1c2b03ad569 09:47:03 Step 13/24 : WORKDIR / 09:47:04 ---> Running in 23bbd894e0a3 09:47:04 ---> 0abf9ea74ce8 09:47:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:47:04 Removing intermediate container 23bbd894e0a3 09:47:04 ---> 9e971183eb9b 09:47:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:47:05 ---> d834ffba3b07 09:47:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:47:05 ---> 3b271c5e7397 09:47:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:47:05 ---> c736aa18aa3e 09:47:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:47:05 ---> fb1050438ed3 09:47:05 Step 18/22 : ENTRYPOINT ["/core-command"] 09:47:06 ---> Running in 439e17c4450d 09:47:06 ---> 86405331f2ea 09:47:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:47:06 Removing intermediate container 439e17c4450d 09:47:06 ---> 35ae0ccb96bd 09:47:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:47:07 ---> Running in 1c4204fdaefd 09:47:07 ---> bfef865e04a6 09:47:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:47:07 Removing intermediate container 1c4204fdaefd 09:47:07 ---> 747b4841d22c 09:47:07 Step 20/22 : LABEL arch=x86_64 09:47:07 ---> Running in 1c82c6b2dfb7 09:47:08 Removing intermediate container 1c82c6b2dfb7 09:47:08 ---> 490f8c00c471 09:47:08 Step 21/22 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:47:08 ---> Running in 6e195f7a4da5 09:47:08 ---> da1ba1753f37 09:47:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:47:08 Removing intermediate container 6e195f7a4da5 09:47:08 ---> a2201f835af1 09:47:08 Step 22/22 : LABEL version=0.0.0 09:47:08 ---> Running in 76df9e378fa6 09:47:08 Removing intermediate container 76df9e378fa6 09:47:08 ---> 352adaf8c1d5 09:47:08 09:47:08 ---> 53773ff09f9d 09:47:08 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:47:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.363s coverage: 47.1% of statements 09:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:47:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.153s coverage: 100.0% of statements 09:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:47:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 09:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:47:09 Successfully built 352adaf8c1d5 09:47:09 ---> Running in 8f04ca32ea0c 09:47:09 Successfully tagged docker-core-command-go:latest 09:47:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.020s coverage: 29.1% of statements 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:47:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:47:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:47:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:47:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:47:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:47:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:47:12  Building docker-core-command-go ... done Removing intermediate container 8f04ca32ea0c 09:47:12 ---> ed26a159af12 09:47:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:47:12 ---> Running in c1685b67b26c 09:47:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 09:47:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 09:47:13 Removing intermediate container c1685b67b26c 09:47:13 ---> b5681fc77316 09:47:13 Step 22/24 : LABEL arch=x86_64 09:47:13 ---> Running in 9e69abaaa77f 09:47:13 Removing intermediate container 9e69abaaa77f 09:47:13 ---> 66faf0c8f9a9 09:47:13 Step 23/24 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:47:13 ---> Running in 403dbf9c2a5b 09:47:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 09:47:14 Removing intermediate container 403dbf9c2a5b 09:47:14 ---> c8a22779b82f 09:47:14 Step 24/24 : LABEL version=0.0.0 09:47:14 ---> Running in c51f51b0b2e8 09:47:14 GO111MODULE=on go vet ./... 09:47:14 Removing intermediate container c51f51b0b2e8 09:47:14 ---> d4a76ba6d969 09:47:14 09:47:14 Successfully built d4a76ba6d969 09:47:15 Successfully tagged docker-security-secretstore-setup-go:latest 09:47:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4a2d19c62256 09:47:20 ---> ec0f023a6987 09:47:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:47:20 ---> Running in 9f96ff33f386 09:47:21 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 09:47:24 Removing intermediate container 9f96ff33f386 09:47:24 ---> 780ee6a9defe 09:47:24 09:47:24 Step 11/26 : FROM docker:20.10.0 09:47:24 20.10.0: Pulling from library/docker 09:47:24 Removing intermediate container 9075d78690c1 09:47:24 ---> b9170d5e36d7 09:47:24 09:47:24 Step 10/23 : FROM alpine:3.12 09:47:24 ---> 389fef711851 09:47:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:47:24 ---> Running in ca18abe79380 09:47:24 Removing intermediate container ca18abe79380 09:47:24 ---> 58d057b68002 09:47:24 Step 12/23 : ENV APP_PORT=48080 09:47:25 ---> Running in 303ecec0ce0c 09:47:25 Removing intermediate container 303ecec0ce0c 09:47:25 ---> c37d8279d97b 09:47:25 Step 13/23 : EXPOSE $APP_PORT 09:47:25 ---> Running in 60b84d754510 09:47:26 Removing intermediate container 60b84d754510 09:47:26 ---> 964d92fea183 09:47:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:26 ---> Running in 972fd2f67b2a 09:47:27 Removing intermediate container 972fd2f67b2a 09:47:27 ---> 63dc096b1abb 09:47:27 Step 15/23 : RUN apk add --update --no-cache zeromq 09:47:28 ---> Running in 06e1c1aab202 09:47:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:47:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:47:29 Status: Downloaded newer image for docker:20.10.0 09:47:29 ---> aefe523efa57 09:47:29 Step 12/26 : RUN apk add --no-cache bash 09:47:29 ---> Running in 682631e70c41 09:47:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:47:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:47:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:47:30 (1/2) Installing readline (8.0.4-r0) 09:47:30 (2/2) Installing bash (5.0.17-r0) 09:47:31 Executing bash-5.0.17-r0.post-install 09:47:31 Executing busybox-1.31.1-r19.trigger 09:47:31 OK: 12 MiB in 22 packages 09:47:31 (1/5) Installing libgcc (9.3.0-r2) 09:47:31 (2/5) Installing libsodium (1.0.18-r0) 09:47:31 (3/5) Installing libstdc++ (9.3.0-r2) 09:47:31 Removing intermediate container 682631e70c41 09:47:31 ---> faa050b69699 09:47:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:47:31 ---> Running in 4333fc8b39b3 09:47:31 (4/5) Installing libzmq (4.3.3-r0) 09:47:31 Removing intermediate container 4333fc8b39b3 09:47:31 ---> 5c53bef03c08 09:47:31 Step 14/26 : ENV APP_PORT=48090 09:47:31 ---> Running in 23c55cf2e4c7 09:47:31 (5/5) Installing zeromq (4.3.3-r0) 09:47:31 Executing busybox-1.31.1-r19.trigger 09:47:31 OK: 8 MiB in 19 packages 09:47:31 Removing intermediate container 23c55cf2e4c7 09:47:31 ---> 009aeb62563b 09:47:31 Step 15/26 : EXPOSE $APP_PORT 09:47:32 ---> Running in bc3897c8e612 09:47:32 Removing intermediate container bc3897c8e612 09:47:32 ---> e9f88955b677 09:47:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:47:32 Removing intermediate container 06e1c1aab202 09:47:32 ---> 070ab8e9c171 09:47:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:47:32 ---> ca35af5213eb 09:47:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:47:32 ---> d25972b299ec 09:47:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:47:32 ---> aa3e6cdf943f 09:47:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:47:33 ---> d2eeadb35bc9 09:47:33 Step 19/26 : RUN apk --no-cache add py3-pip 09:47:33 ---> 886b92e5ec1a 09:47:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:47:33 ---> Running in 50c726409d90 09:47:33 ---> fa4155f5a9eb 09:47:33 Step 19/23 : ENTRYPOINT ["/core-data"] 09:47:33 ---> Running in fbd0e632203a 09:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:47:34 Removing intermediate container fbd0e632203a 09:47:34 ---> 1b180278141d 09:47:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:47:34 ---> Running in 43c93cf9358d 09:47:34 (1/33) Installing libbz2 (1.0.8-r1) 09:47:34 Removing intermediate container 43c93cf9358d 09:47:34 ---> 26bc401287c8 09:47:34 Step 21/23 : LABEL arch=x86_64 09:47:34 (2/33) Installing expat (2.2.9-r1) 09:47:34 (3/33) Installing libffi (3.3-r2) 09:47:34 (4/33) Installing gdbm (1.13-r1) 09:47:34 (5/33) Installing xz-libs (5.2.5-r0) 09:47:34 (6/33) Installing sqlite-libs (3.32.1-r0) 09:47:34 ---> Running in a9e67c71f5d5 09:47:34 (7/33) Installing python3 (3.8.5-r0) 09:47:34 Removing intermediate container a9e67c71f5d5 09:47:34 ---> 10946dda9209 09:47:34 Step 22/23 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:47:37 ---> Running in 9aad0b091545 09:47:37 (8/33) Installing py3-appdirs (1.4.4-r1) 09:47:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:47:37 (10/33) Installing py3-parsing (2.4.7-r0) 09:47:37 (11/33) Installing py3-six (1.15.0-r0) 09:47:37 (12/33) Installing py3-packaging (20.4-r0) 09:47:37 (13/33) Installing py3-setuptools (47.0.0-r0) 09:47:37 (14/33) Installing py3-chardet (3.0.4-r4) 09:47:38 (15/33) Installing py3-idna (2.9-r0) 09:47:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:47:38 Removing intermediate container 9aad0b091545 09:47:38 ---> 0fd0333d5ae9 09:47:38 Step 23/23 : LABEL version=0.0.0 09:47:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:47:38 (18/33) Installing py3-requests (2.23.0-r0) 09:47:38 (19/33) Installing py3-msgpack (1.0.0-r0) 09:47:38 (20/33) Installing py3-lockfile (0.12.2-r3) 09:47:38 ---> Running in e22faaabc72c 09:47:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:47:38 (22/33) Installing py3-colorama (0.4.3-r0) 09:47:38 (23/33) Installing py3-distlib (0.3.0-r0) 09:47:39 (24/33) Installing py3-distro (1.5.0-r1) 09:47:39 (25/33) Installing py3-webencodings (0.5.1-r3) 09:47:39 (26/33) Installing py3-html5lib (1.0.1-r4) 09:47:39 (27/33) Installing py3-pytoml (0.1.21-r0) 09:47:39 (28/33) Installing py3-pep517 (0.8.2-r0) 09:47:39 (29/33) Installing py3-progress (1.5-r0) 09:47:39 Removing intermediate container e22faaabc72c 09:47:39 ---> 60f8b084b827 09:47:39 09:47:39 (30/33) Installing py3-toml (0.10.1-r0) 09:47:39 (31/33) Installing py3-retrying (1.3.3-r0) 09:47:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:47:39 (33/33) Installing py3-pip (20.1.1-r0) 09:47:39 Executing busybox-1.31.1-r19.trigger 09:47:39 Successfully built 60f8b084b827 09:47:39 OK: 71 MiB in 55 packages 09:47:39 Successfully tagged docker-core-data-go:latest 09:47:46  Building docker-core-data-go ... done Removing intermediate container 50c726409d90 09:47:46 ---> 41e80a75433a 09:47:46 Step 20/26 : RUN pip install docker-compose==1.23.2 09:47:46 ---> Running in 574ec55dd8a9 09:47:47 Collecting docker-compose==1.23.2 09:47:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:47:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:47:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:47:48 Collecting docker<4.0,>=3.6.0 09:47:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:47:48 Collecting texttable<0.10,>=0.9.0 09:47:48 Downloading texttable-0.9.1.tar.gz (11 kB) 09:47:48 Collecting websocket-client<1.0,>=0.32.0 09:47:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:47:49 Collecting docopt<0.7,>=0.6.1 09:47:49 Downloading docopt-0.6.2.tar.gz (25 kB) 09:47:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:47:49 Collecting PyYAML<4,>=3.10 09:47:49 Downloading PyYAML-3.13.tar.gz (270 kB) 09:47:50 Collecting jsonschema<3,>=2.5.1 09:47:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:47:50 Collecting dockerpty<0.5,>=0.4.1 09:47:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:47:51 Collecting cached-property<2,>=1.2.0 09:47:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:47:51 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) 09:47:51 Collecting urllib3<1.25,>=1.21.1 09:47:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:47:51 Collecting idna<2.8,>=2.5 09:47:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:47:51 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) 09:47:51 Collecting docker-pycreds>=0.4.0 09:47:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:47:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:47:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:47:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:47:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:47:51 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, docopt, PyYAML, jsonschema, dockerpty, cached-property, docker-compose 09:47:51 Attempting uninstall: urllib3 09:47:51 Found existing installation: urllib3 1.25.9 09:47:51 Uninstalling urllib3-1.25.9: 09:47:51 Successfully uninstalled urllib3-1.25.9 09:47:51 Attempting uninstall: idna 09:47:51 Found existing installation: idna 2.9 09:47:51 Uninstalling idna-2.9: 09:47:51 Successfully uninstalled idna-2.9 09:47:52 Attempting uninstall: requests 09:47:52 Found existing installation: requests 2.23.0 09:47:52 Uninstalling requests-2.23.0: 09:47:52 Successfully uninstalled requests-2.23.0 09:47:52 Running setup.py install for texttable: started 09:47:53 Running setup.py install for texttable: finished with status 'done' 09:47:53 Running setup.py install for docopt: started 09:47:53 Running setup.py install for docopt: finished with status 'done' 09:47:53 Running setup.py install for PyYAML: started 09:47:53 Running setup.py install for PyYAML: finished with status 'done' 09:47:54 Running setup.py install for dockerpty: started 09:47:54 Running setup.py install for dockerpty: finished with status 'done' 09:47:55 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 09:47:58 Removing intermediate container 574ec55dd8a9 09:47:58 ---> eb72cd7db8dd 09:47:58 Step 21/26 : RUN apk --no-cache add curl 09:47:58 ---> Running in d73f5ab220ed 09:47:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:47:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:47:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:47:58 (2/3) Installing libcurl (7.69.1-r3) 09:47:58 (3/3) Installing curl (7.69.1-r3) 09:47:58 Executing busybox-1.31.1-r19.trigger 09:47:58 OK: 72 MiB in 58 packages 09:47:59 Removing intermediate container d73f5ab220ed 09:47:59 ---> 3ec2485573c3 09:47:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:47:59 ---> Running in 943153cd8bbd 09:47:59 Removing intermediate container 943153cd8bbd 09:47:59 ---> 6a0b13669ff2 09:47:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:47:59 ---> Running in 88a849fe2a5f 09:48:00 Removing intermediate container 88a849fe2a5f 09:48:00 ---> 901b1dfab6e4 09:48:00 Step 24/26 : LABEL arch=x86_64 09:48:00 ---> Running in 7dc71f50d688 09:48:00 Removing intermediate container 7dc71f50d688 09:48:00 ---> d8b185fcd18d 09:48:00 Step 25/26 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:48:00 ---> Running in a234a8263ec2 09:48:00 Removing intermediate container a234a8263ec2 09:48:00 ---> d4608b82aa17 09:48:00 Step 26/26 : LABEL version=0.0.0 09:48:00 ---> Running in f5c5ada68535 09:48:00 Removing intermediate container f5c5ada68535 09:48:00 ---> 8ca55adfd396 09:48:00 09:48:00 Successfully built 8ca55adfd396 09:48:00 Successfully tagged docker-sys-mgmt-agent-go:latest 09:48:01  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:48:01 $ docker stop --time=1 ea9b8dcc1e512e0bb6ae10fbc80e73e23e94bb93205da381f5f6946a2ba513e5 09:48:03 $ docker rm -f ea9b8dcc1e512e0bb6ae10fbc80e73e23e94bb93205da381f5f6946a2ba513e5 [Pipeline] // withDockerContainer [Pipeline] sh 09:48:03 + docker images 09:48:03 + grep docker 09:48:03 docker-sys-mgmt-agent-go latest 8ca55adfd396 3 seconds ago 313MB 09:48:03 docker-core-data-go latest 60f8b084b827 25 seconds ago 22.3MB 09:48:03 docker-security-secretstore-setup-go latest d4a76ba6d969 49 seconds ago 24.6MB 09:48:03 docker-core-command-go latest 352adaf8c1d5 55 seconds ago 10.6MB 09:48:03 docker-security-bootstrap-redis-go latest 718b419cd566 About a minute ago 15.8MB 09:48:03 docker-security-proxy-setup-go latest a7dd8a346913 About a minute ago 24.5MB 09:48:03 docker-support-notifications-go latest 606ae75b6127 2 minutes ago 12MB 09:48:03 docker-core-metadata-go latest 63091066b00f 2 minutes ago 13MB 09:48:03 docker-support-scheduler-go latest 8571c97151e0 2 minutes ago 10.7MB 09:48:03 docker 20.10.0 aefe523efa57 3 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 09:48:19 Still waiting to schedule task 09:48:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:48:22 gofmt -l . 09:48:22 [ "`gofmt -l .`" = "" ] 09:48:22 ./bin/test-go-mod-tidy.sh 09:48:22 ./bin/test-attribution-txt.sh [Pipeline] sh 09:48:26 + ls -al . 09:48:26 total 668 09:48:26 drwxrwxr-x 9 1001 1001 4096 Jan 7 09:48 . 09:48:26 drwxr-xr-x 4 root root 4096 Jan 7 09:44 .. 09:48:26 -rw-rw-r-- 1 1001 1001 11 Jan 7 09:43 .dockerignore 09:48:26 drwxrwxr-x 8 1001 1001 4096 Jan 7 09:43 .git 09:48:26 drwxrwxr-x 3 1001 1001 4096 Jan 7 09:43 .github 09:48:26 -rw-rw-r-- 1 1001 1001 824 Jan 7 09:43 .gitignore 09:48:26 -rw-rw-r-- 1 1001 1001 166 Jan 7 09:43 .sonarcloud.properties 09:48:26 -rw-rw-r-- 1 1001 1001 3804 Jan 7 09:43 CONTRIBUTING.md 09:48:26 -rw-rw-r-- 1 1001 1001 931 Jan 7 09:43 Dockerfile.build 09:48:26 -rw-rw-r-- 1 1001 1001 863 Jan 7 09:43 Jenkinsfile 09:48:26 -rw-rw-r-- 1 1001 1001 10775 Jan 7 09:43 LICENSE 09:48:26 -rw-rw-r-- 1 1001 1001 5750 Jan 7 09:43 Makefile 09:48:26 -rw-rw-r-- 1 1001 1001 6524 Jan 7 09:43 README.md 09:48:26 -rw-rw-r-- 1 1001 1001 6744 Jan 7 09:43 SECURITY.md 09:48:26 -rw-rw-r-- 1 1001 1001 5 Jan 7 09:40 VERSION 09:48:26 -rw-rw-r-- 1 1001 1001 4131 Jan 7 09:43 ZMQWindows.md 09:48:26 drwxrwxr-x 2 1001 1001 4096 Jan 7 09:43 bin 09:48:26 drwxrwxr-x 14 1001 1001 4096 Jan 7 09:43 cmd 09:48:26 -rw-r--r-- 1 root root 541590 Jan 7 09:47 coverage.out 09:48:26 -rw-r--r-- 1 root root 979 Jan 7 09:48 go.mod 09:48:26 -rw-r--r-- 1 root root 19019 Jan 7 09:48 go.sum 09:48:26 drwxrwxr-x 8 1001 1001 4096 Jan 7 09:43 internal 09:48:26 drwxrwxr-x 4 1001 1001 4096 Jan 7 09:43 openapi 09:48:26 drwxrwxr-x 4 1001 1001 4096 Jan 7 09:43 snap 09:48:26 -rw-rw-r-- 1 1001 1001 168 Jan 7 09:43 version.go [Pipeline] sh 09:48:27 + '[' -e coverage.out ] 09:48:27 + chown 1001:1001 coverage.out [Pipeline] stash 09:48:27 Warning: overwriting stash ‘coverage-report’ 09:48:28 Stashed 1 file(s) [Pipeline] sh 09:48:29 + make build 09:48:29 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 09:48:39 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 09:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:49:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:49:08 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 09:49:08 Running on prd-ubuntu18.04-docker-8c-8g-18844 in /w/workspace/edgexfoundry_edgex-go_PR-2993 [Pipeline] { [Pipeline] ws 09:49:08 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:49:09 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 09:49:10 using credential edgex-jenkins-ssh 09:49:10 Cloning the remote Git repository 09:49:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:49:10 > git init /w/workspace/edgex-go/2 # timeout=10 09:49:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:49:10 > git --version # timeout=10 09:49:10 > git --version # 'git version 2.17.1' 09:49:10 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:49: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 09:49:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:49:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:49:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:49:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:49:17 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2993/head:refs/remotes/origin/PR-2993 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:49:17 Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit 15b879c69db51bc022086de0c91cfc9c888da349 09:49:17 Merge succeeded, producing 15b879c69db51bc022086de0c91cfc9c888da349 09:49:17 Checking out Revision 15b879c69db51bc022086de0c91cfc9c888da349 (PR-2993) 09:49:17 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 09:49:17 > git config core.sparsecheckout # timeout=10 09:49:17 > git checkout -f 15b879c69db51bc022086de0c91cfc9c888da349 # timeout=10 09:49:17 > git remote # timeout=10 09:49:17 > git config --get remote.origin.url # timeout=10 09:49:17 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:17 > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 09:49:17 > git rev-parse HEAD^{commit} # timeout=10 09:49:17 > git config core.sparsecheckout # timeout=10 09:49:17 > git checkout -f 15b879c69db51bc022086de0c91cfc9c888da349 # timeout=10 09:49:21 Commit message: "docs: fix wrong link of api walk through page" [Pipeline] withEnv [Pipeline] { 09:49:22 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 [Pipeline] libraryResource [Pipeline] sh 09:49:22 + echo snap-build.sh 09:49:22 snap-build.sh 09:49:22 + SNAP_BASE_DIR=. 09:49:22 + '[' '!' -z /w/workspace/edgex-go/2 ']' 09:49:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 09:49:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 09:49:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 09:49:22 + cd /w/workspace/edgex-go/2 09:49:22 + sudo apt-get remove -qy --purge lxd lxd-client 09:49:22 Reading package lists... 09:49:22 Building dependency tree... 09:49:22 Reading state information... 09:49:23 The following packages were automatically installed and are no longer required: 09:49:23 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:49:23 uidmap xdelta3 09:49:23 Use 'sudo apt autoremove' to remove them. 09:49:23 The following packages will be REMOVED: 09:49:23 lxd* lxd-client* 09:49:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:49:23 After this operation, 31.7 MB disk space will be freed. 09:49:24 (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.) 09:49:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:49:25 Removing lxd dnsmasq configuration 09:49:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:49:25 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 09:49:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:49:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:49:26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 09:49:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:49:27 Processing triggers for systemd (237-3ubuntu10.42) ... 09:49:27 Processing triggers for ureadahead (0.100.0-21) ... 09:49:28 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 09:49:29 + sudo snap remove --purge lxd 09:49:29 snap "lxd" is not installed 09:49:29 + sudo groupadd --force --system lxd 09:49:29 ++ whoami 09:49:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:49:29 + newgrp - lxd 09:49:29 + sudo snap install lxd 09:49:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 09:49:35 $ docker stop --time=1 8668660ce21cd830535fcddaa2fbd6a781dcfd42e3eec421842e61faedd1e282 09:49:37 2021-01-07T09:49:34Z INFO Waiting for automatic snapd restart... 09:49:38 $ docker rm -f 8668660ce21cd830535fcddaa2fbd6a781dcfd42e3eec421842e61faedd1e282 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:49:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:49:40 09:49:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:49:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:49:41 latest: Pulling from edgex-devops/edgex-compose-arm64 09:49:41 29e5d40040c1: Pulling fs layer 09:49:41 1ce36da41761: Pulling fs layer 09:49:41 25b303627fd3: Pulling fs layer 09:49:42 29e5d40040c1: Download complete 09:49:42 1ce36da41761: Verifying Checksum 09:49:42 1ce36da41761: Download complete 09:49:42 29e5d40040c1: Pull complete 09:49:44 1ce36da41761: Pull complete 09:49:45 25b303627fd3: Verifying Checksum 09:49:52 lxd 4.9 from Canonical* installed 09:49:52 + sudo lxd init --auto 09:49:55 25b303627fd3: Pull complete 09:49:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:49:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:49:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:49:55 prd-ubuntu18.04-docker-arm64-4c-16g-18843 does not seem to be running inside a container 09:49:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:49:58 $ docker top 58cfb7486bafbaabebc080cecc5bf027aafd59eb0340507064d7d688f45281e9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:49:59 + docker-compose build --help 09:49:59 + grep parallel 09:50:00 + sudo snap install --classic snapcraft 09:50:03 --parallel Build images in parallel. [Pipeline] } 09:50:03 $ docker stop --time=1 58cfb7486bafbaabebc080cecc5bf027aafd59eb0340507064d7d688f45281e9 09:50:04 $ docker rm -f 58cfb7486bafbaabebc080cecc5bf027aafd59eb0340507064d7d688f45281e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:50:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:50:05 . [Pipeline] withDockerContainer 09:50:06 prd-ubuntu18.04-docker-arm64-4c-16g-18843 does not seem to be running inside a container 09:50: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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:50:06 snapcraft 4.4.4 from Canonical* installed 09:50:06 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:50:06 + patch --verbose -p1 09:50:06 Hmm... Looks like a unified diff to me... 09:50:06 The text leading up to this was: 09:50:06 -------------------------- 09:50:06 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:50:06 |From: Tony Espy 09:50:06 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:50:06 |Subject: [PATCH] optimize snap build for pipeline CI check 09:50:06 | 09:50:06 |This patch is used by the EdgeX CI pipeline builds to 09:50:06 |optimize the snap CI check run for pull requests. When 09:50:06 |applied, it essentially strips out everything (apps and 09:50:06 |parts) from the snapcraft.yaml file except those required 09:50:06 |to build edgex-go, as the whole idea of the CI check is to 09:50:06 |catch changes to edgex-go that break the snap build. 09:50:06 | 09:50:06 |In general, anyone updating snapcraft.yaml will also need 09:50:06 |to update this patch file, otherwise it may fail to apply, 09:50:06 |resulting in a failed snap build CI check in the associated 09:50:06 |pull request. 09:50:06 | 09:50:06 |Note - in addition to applying this patch, the pipeline also 09:50:06 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:50:06 |need to build the finally binary .snap file (and it won't 09:50:06 |work with the patch applied). This further reduces the build 09:50:06 |time. 09:50:06 |--- 09:50:06 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:50:06 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:50:06 | 09:50:06 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:50:06 |index 1e537489..faf42425 100644 09:50:06 |--- a/snap/snapcraft.yaml 09:50:06 |+++ b/snap/snapcraft.yaml 09:50:06 -------------------------- 09:50:06 patching file snap/snapcraft.yaml 09:50:06 Using Plan A... 09:50:06 Hunk #1 succeeded at 73. 09:50:06 Hunk #2 succeeded at 202 with fuzz 1. 09:50:06 Hunk #3 succeeded at 214. 09:50:06 Hunk #4 succeeded at 222. 09:50:06 Hunk #5 succeeded at 229. 09:50:06 Hunk #6 succeeded at 256. 09:50:06 Hunk #7 succeeded at 290. 09:50:06 Hunk #8 succeeded at 341. 09:50:06 Hmm... Ignoring the trailing garbage. 09:50:06 done 09:50:06 + sudo snapcraft prime --use-lxd 09:50:07 $ docker top e3a4ea4a4a56b21b8c58e9b610c3558d047e328ac0961742a865a368aaf41d8f -eo pid,comm 09:50:07 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:50:07 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: 09:50:07 - README.md 09:50:07 - snapcraft.yaml.orig 09:50:07 09:50:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] { [Pipeline] sh 09:50:08 Launching a container. 09:50:08 + docker-compose -f ./docker-compose-build.yml build --parallel 09:50:12 Building docker-core-command-go ... 09:50:12 Building docker-core-data-go ... 09:50:12 Building docker-core-metadata-go ... 09:50:12 Building docker-security-bootstrap-redis-go ... 09:50:12 Building docker-security-proxy-setup-go ... 09:50:12 Building docker-security-secretstore-setup-go ... 09:50:12 Building docker-support-notifications-go ... 09:50:12 Building docker-support-scheduler-go ... 09:50:12 Building docker-sys-mgmt-agent-go ... 09:50:12 Building docker-support-notifications-go 09:50:12 Building docker-sys-mgmt-agent-go 09:50:12 Building docker-core-metadata-go 09:50:12 Building docker-security-proxy-setup-go 09:50:12 Building docker-support-scheduler-go 09:50:20 Waiting for container to be ready 09:50:20 To start your first instance, try: lxc launch ubuntu:18.04 09:50:20 09:50:22 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:50:23 Waiting for network to be ready... 09:50:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:50:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:50:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 09:50:23 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:50:24 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:50:24 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:50:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:50:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:50:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:50:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:50:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:50:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 09:50:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 09:50:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 09:50:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 09:50:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 09:50:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 09:50:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 09:50:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:50:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] 09:50:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 09:50:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 09:50:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 09:50:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 09:50:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 09:50:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 09:50:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 09:50:27 Fetched 23.6 MB in 4s (5590 kB/s) 09:50:28 Reading package lists... 09:50:28 Reading package lists... 09:50:28 Building dependency tree... 09:50:28 Reading state information... 09:50:28 The following additional packages will be installed: 09:50:28 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:50:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:50:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:50:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:50:28 Suggested packages: 09:50:28 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:50:28 Recommended packages: 09:50:28 gnupg libsasl2-modules 09:50:28 The following NEW packages will be installed: 09:50:28 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:50:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:50:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:50:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:50:28 The following packages will be upgraded: 09:50:28 gpg gpg-agent gpgconf libudev1 09:50:28 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 09:50:28 Need to get 3531 kB of archives. 09:50:28 After this operation, 13.3 MB of additional disk space will be used. 09:50:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 09:50:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 09:50:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 09:50:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 09:50:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 09:50:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 09:50:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 09:50:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 09:50:29 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 09:50:29 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 09:50:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:50:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:50:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:50:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:50:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:50:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:50:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:50:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:50:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:50:29 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:50:29 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:50:29 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:50:29 debconf: delaying package configuration, since apt-utils is not installed 09:50:29 Fetched 3531 kB in 1s (3195 kB/s) 09:50:30 (Reading database ... 12511 files and directories currently installed.) 09:50:30 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 09:50:30 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:50:30 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 09:50:30 Selecting previously unselected package udev. 09:50:30 (Reading database ... 12511 files and directories currently installed.) 09:50:30 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 09:50:30 Unpacking udev (237-3ubuntu10.43) ... 09:50:30 Selecting previously unselected package libfuse2:amd64. 09:50:30 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:50:30 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:50:30 Selecting previously unselected package fuse. 09:50:30 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:50:30 Unpacking fuse (2.9.7-1ubuntu1) ... 09:50:31 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 09:50:31 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:50:31 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 09:50:31 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:50:31 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 09:50:31 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:50:31 Selecting previously unselected package libksba8:amd64. 09:50:31 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:50:31 Unpacking libksba8:amd64 (1.3.5-2) ... 09:50:31 Selecting previously unselected package libroken18-heimdal:amd64. 09:50:31 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:50:31 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:31 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:50:31 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:50:31 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:31 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:50:31 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:50:31 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:32 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:50:32 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:50:32 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:32 Selecting previously unselected package libwind0-heimdal:amd64. 09:50:32 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:50:32 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:32 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:50:32 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:50:32 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:32 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:50:32 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:50:32 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:32 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:50:32 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:50:32 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:32 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:50:32 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:50:32 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:32 Selecting previously unselected package libsasl2-modules-db:amd64. 09:50:32 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 09:50:32 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 09:50:32 Selecting previously unselected package libsasl2-2:amd64. 09:50:32 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 09:50:32 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 09:50:33 Selecting previously unselected package libldap-common. 09:50:33 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 09:50:33 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:50:33 Selecting previously unselected package libldap-2.4-2:amd64. 09:50:33 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 09:50:33 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:50:33 Selecting previously unselected package dirmngr. 09:50:33 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 09:50:33 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 09:50:33 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:50:33 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 09:50:33 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:50:33 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 09:50:33 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 09:50:33 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 09:50:33 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:33 Setting up libksba8:amd64 (1.3.5-2) ... 09:50:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:50:33 Setting up udev (237-3ubuntu10.43) ... 09:50:33 invoke-rc.d: policy-rc.d denied execution of start. 09:50:34 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:34 Processing triggers for systemd (237-3ubuntu10) ... 09:50:34 Setting up fuse (2.9.7-1ubuntu1) ... 09:50:34 Setting up gpg (2.2.4-1ubuntu1.3) ... 09:50:34 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:34 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:34 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:34 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:34 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:34 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:34 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:50:34 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:50:34 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 09:50:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:50:34 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:50:34 settings in the [Install] section, and DefaultInstance for template units). 09:50:34 This means they are not meant to be enabled using systemctl. 09:50:34 Possible reasons for having this kind of units are: 09:50:34 1) A unit may be statically enabled by being symlinked from another unit's 09:50:34 .wants/ or .requires/ directory. 09:50:34 2) A unit's purpose may be to act as a helper for some other unit which has 09:50:34 a requirement dependency on it. 09:50:34 3) A unit may be started when needed via activation (socket, path, timer, 09:50:34 D-Bus, udev, scripted systemctl call, ...). 09:50:34 4) In case of template units, the unit is meant to be enabled with some 09:50:34 instance name specified. 09:50:35 Reading package lists... 09:50:35 Building dependency tree... 09:50:35 Reading state information... 09:50:35 The following additional packages will be installed: 09:50:35 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:50:35 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:50:35 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:50:35 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:50:35 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:50:35 Suggested packages: 09:50:35 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:50:35 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:50:35 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:50:35 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:50:35 systemd-container policykit-1 09:50:35 Recommended packages: 09:50:35 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:50:35 The following NEW packages will be installed: 09:50:35 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:50:35 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:50:35 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:50:35 multiarch-support openssh-client python3 python3-minimal python3.6 09:50:35 python3.6-minimal snapd squashfs-tools sudo 09:50:35 The following packages will be upgraded: 09:50:35 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:50:35 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 09:50:35 Need to get 35.2 MB of archives. 09:50:35 After this operation, 141 MB of additional disk space will be used. 09:50:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:50:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 09:50:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:50:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 09:50:36 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 09:50:36 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:50:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:50:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:50:36 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:50:36 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:50:36 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:50:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:50:36 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 09:50:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 09:50:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:50:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 09:50:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:50:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 09:50:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 09:50:36 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:50:36 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:50:36 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:50:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:50:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 09:50:36 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:50:36 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:50:36 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:50:36 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:50:36 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 09:50:36 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:50:38 debconf: delaying package configuration, since apt-utils is not installed 09:50:38 Fetched 35.2 MB in 2s (15.7 MB/s) 09:50:38 (Reading database ... 12757 files and directories currently installed.) 09:50:38 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 09:50:38 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:50:38 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 09:50:38 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:50:38 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 09:50:38 (Reading database ... 12757 files and directories currently installed.) 09:50:38 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:50:38 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:50:39 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:50:39 (Reading database ... 12757 files and directories currently installed.) 09:50:39 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:50:39 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:50:39 Setting up apt (1.6.12ubuntu0.2) ... 09:50:39 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:50:40 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:50:40 (Reading database ... 12764 files and directories currently installed.) 09:50:40 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:50:40 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:50:40 Selecting previously unselected package libpython3.6-minimal:amd64. 09:50:40 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:50:40 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:50:40 Selecting previously unselected package libexpat1:amd64. 09:50:40 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:50:40 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:50:40 Selecting previously unselected package python3.6-minimal. 09:50:40 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:50:40 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:50:40 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 09:50:41 Checking for services that may need to be restarted...done. 09:50:41 Checking for services that may need to be restarted...done. 09:50:41 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:50:41 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:50:41 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:50:41 Selecting previously unselected package python3-minimal. 09:50:41 (Reading database ... 13012 files and directories currently installed.) 09:50:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:50:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:50:41 Selecting previously unselected package mime-support. 09:50:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:50:41 Unpacking mime-support (3.60ubuntu1) ... 09:50:41 Selecting previously unselected package libmpdec2:amd64. 09:50:41 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:50:41 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:50:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:50:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:50:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:50:42 Selecting previously unselected package python3.6. 09:50:42 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:50:42 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:50:42 Selecting previously unselected package libpython3-stdlib:amd64. 09:50:42 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:50:42 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:50:42 Setting up python3-minimal (3.6.7-1~18.04) ... 09:50:42 Selecting previously unselected package python3. 09:50:42 (Reading database ... 13442 files and directories currently installed.) 09:50:42 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:50:42 Unpacking python3 (3.6.7-1~18.04) ... 09:50:42 Selecting previously unselected package multiarch-support. 09:50:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:50:42 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:50:42 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:50:42 Selecting previously unselected package liblzo2-2:amd64. 09:50:42 (Reading database ... 13479 files and directories currently installed.) 09:50:42 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:50:43 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:50:43 Selecting previously unselected package libbsd0:amd64. 09:50:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:50:43 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:50:43 Selecting previously unselected package sudo. 09:50:43 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 09:50:43 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 09:50:43 Selecting previously unselected package apparmor. 09:50:43 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:50:43 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:50:43 Selecting previously unselected package libedit2:amd64. 09:50:43 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:50:43 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:50:43 Selecting previously unselected package libkrb5support0:amd64. 09:50:43 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:50:43 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:50:44 Selecting previously unselected package libk5crypto3:amd64. 09:50:44 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:50:44 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:50:44 Selecting previously unselected package libkeyutils1:amd64. 09:50:44 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:50:44 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:50:44 Selecting previously unselected package libkrb5-3:amd64. 09:50:44 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:50:44 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:50:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:50:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:50:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:50:44 Selecting previously unselected package libssl1.0.0:amd64. 09:50:44 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 09:50:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:50:44 Selecting previously unselected package openssh-client. 09:50:44 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:50:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:50:44 Selecting previously unselected package squashfs-tools. 09:50:44 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:50:44 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:50:44 Selecting previously unselected package snapd. 09:50:44 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 09:50:44 Unpacking snapd (2.48+18.04) ... 09:50:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:50:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:50:46 Setting up mime-support (3.60ubuntu1) ... 09:50:46 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 09:50:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:50:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:50:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:50:47 Setting up systemd (237-3ubuntu10.43) ... 09:50:47 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:50:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:50:48 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:50:48 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:50:48 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:50:48 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:50:48 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:50:49 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:50:49 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:50:49 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:50:49 Setting up python3 (3.6.7-1~18.04) ... 09:50:49 running python rtupdate hooks for python3.6... 09:50:49 running python post-rtupdate hooks for python3.6... 09:50:49 Setting up apparmor (2.12-4ubuntu5.1) ... 09:50:50 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:50:50 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:50:50 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:50:50 Setting up snapd (2.48+18.04) ... 09:50:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:50:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:50:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:50:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:50:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:50:52 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:50:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:50:52 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:50:52 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:50:52 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:50:52 /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' 09:50:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:50:52 Processing triggers for systemd (237-3ubuntu10.43) ... 09:50:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:50:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:50:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:50:54 Reading package lists... 09:50:55 Reading package lists... 09:50:55 Building dependency tree... 09:50:55 Reading state information... 09:50:55 Calculating upgrade... 09:50:55 The following packages will be upgraded: 09:50:55 advancecomp base-files bash binutils binutils-common 09:50:55 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:50:55 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:50:55 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 09:50:55 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 09:50:55 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 09:50:55 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 09:50:55 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 09:50:55 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 09:50:55 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 09:50:55 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 09:50:55 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 09:50:55 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 09:50:55 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 09:50:55 ubuntu-keyring util-linux 09:50:55 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:50:55 Need to get 63.7 MB of archives. 09:50:55 After this operation, 5201 kB of additional disk space will be used. 09:50:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 09:50:55 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:50:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:50:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:50:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:50:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:50:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:50:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:50:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:50:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:50:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:50:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:50:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:50:56 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:50:56 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:50:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:50:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:50:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:50:56 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:50:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:50:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:50:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 09:50:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:50:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:50:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:50:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:50:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:50:56 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:50:56 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:50:56 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:50:56 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:50:56 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:50:56 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:50:56 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:50:56 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:50:56 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:50:56 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:50:56 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:50:56 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 09:50:56 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:50:56 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:50:56 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:50:56 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:50:56 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:50:56 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:50:56 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:50:56 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:50:56 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:50:56 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:50:56 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:50:56 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:50:56 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:50:56 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:50:56 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:50:56 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:50:56 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:50:56 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:50:56 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:50:56 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:50:56 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:50:57 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:50:57 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:50:57 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:50:57 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:50:57 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:50:57 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:50:57 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 09:50:57 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:50:57 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:50:57 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:50:57 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:50:57 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 09:50:57 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:50:57 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 09:50:57 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:50:57 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:50:57 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:50:57 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 09:50:57 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:50:57 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:50:57 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 09:50:57 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 09:50:57 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 09:50:57 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 09:50:57 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:50:57 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:50:57 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:50:57 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:50:57 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:50:58 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:50:58 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:50:58 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:50:58 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:50:58 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:50:58 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:50:58 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:50:58 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:50:58 debconf: delaying package configuration, since apt-utils is not installed 09:50:58 Fetched 63.7 MB in 3s (20.8 MB/s) 09:50:58 (Reading database ... 13912 files and directories currently installed.) 09:50:58 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:50:58 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:50:59 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:50:59 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:50:59 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 09:50:59 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 09:51:00 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:00 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:00 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:00 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:00 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:00 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:00 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:01 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:01 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:01 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:01 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:01 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:01 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:01 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:01 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:01 (Reading database ... 13911 files and directories currently installed.) 09:51:01 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:01 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:51:01 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:51:01 (Reading database ... 13911 files and directories currently installed.) 09:51:01 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:01 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:01 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:02 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:02 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:51:02 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:51:02 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:02 (Reading database ... 13911 files and directories currently installed.) 09:51:02 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:51:02 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:51:03 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:51:03 (Reading database ... 13911 files and directories currently installed.) 09:51:03 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:51:03 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:51:03 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:51:03 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:51:03 Setting up base-files (10.1ubuntu2.10) ... 09:51:03 Installing new version of config file /etc/issue ... 09:51:03 Installing new version of config file /etc/issue.net ... 09:51:03 Installing new version of config file /etc/lsb-release ... 09:51:03 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:51:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:51:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:51:04 Removing obsolete conffile /etc/default/motd-news ... 09:51:04 (Reading database ... 13912 files and directories currently installed.) 09:51:04 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:51:04 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:51:04 Setting up bash (4.4.18-2ubuntu1.2) ... 09:51:04 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 09:51:04 (Reading database ... 13912 files and directories currently installed.) 09:51:04 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:51:04 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:51:04 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:51:04 (Reading database ... 13912 files and directories currently installed.) 09:51:04 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 09:51:05 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 09:51:05 Setting up tar (1.29b-2ubuntu0.1) ... 09:51:05 (Reading database ... 13912 files and directories currently installed.) 09:51:05 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:51:05 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:51:05 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:51:05 (Reading database ... 13912 files and directories currently installed.) 09:51:05 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:51:05 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:51:05 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:51:05 (Reading database ... 13912 files and directories currently installed.) 09:51:05 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:51:05 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:51:06 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:51:06 (Reading database ... 13912 files and directories currently installed.) 09:51:06 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:51:06 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:51:06 Setting up grep (3.1-2build1) ... 09:51:06 (Reading database ... 13912 files and directories currently installed.) 09:51:06 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:51:06 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:51:06 Setting up login (1:4.5-1ubuntu2) ... 09:51:06 (Reading database ... 13912 files and directories currently installed.) 09:51:06 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:51:06 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:51:06 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:51:07 (Reading database ... 13912 files and directories currently installed.) 09:51:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:51:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:51:07 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:51:07 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:51:07 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:51:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:51:08 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:51:08 (Reading database ... 13912 files and directories currently installed.) 09:51:08 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:51:08 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:51:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:51:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:51:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:51:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:51:10 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:51:10 (Reading database ... 13912 files and directories currently installed.) 09:51:10 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:51:10 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:51:10 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:51:10 (Reading database ... 13912 files and directories currently installed.) 09:51:10 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:51:10 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:51:10 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:51:10 (Reading database ... 13912 files and directories currently installed.) 09:51:10 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:51:10 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:51:10 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:51:11 (Reading database ... 13912 files and directories currently installed.) 09:51:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:51:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:51:11 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:51:11 (Reading database ... 13912 files and directories currently installed.) 09:51:11 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:51:11 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:51:11 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:51:11 (Reading database ... 13912 files and directories currently installed.) 09:51:11 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:51:11 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:51:11 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:51:11 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:51:11 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:51:11 (Reading database ... 13912 files and directories currently installed.) 09:51:11 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:51:11 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:51:12 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:51:12 (Reading database ... 13912 files and directories currently installed.) 09:51:12 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:51:12 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:51:12 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:51:12 (Reading database ... 13912 files and directories currently installed.) 09:51:12 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:51:12 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:51:12 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:51:12 (Reading database ... 13912 files and directories currently installed.) 09:51:12 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:51:12 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:51:12 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:51:13 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:51:13 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:51:13 (Reading database ... 13912 files and directories currently installed.) 09:51:13 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:51:13 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:51:13 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:51:13 (Reading database ... 13912 files and directories currently installed.) 09:51:13 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:51:13 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:51:14 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:51:14 (Reading database ... 13914 files and directories currently installed.) 09:51:14 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:51:14 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:51:14 Setting up debconf (1.5.66ubuntu1) ... 09:51:14 (Reading database ... 13914 files and directories currently installed.) 09:51:14 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:51:14 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:51:15 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:51:15 (Reading database ... 13914 files and directories currently installed.) 09:51:15 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:51:15 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:51:15 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:51:15 (Reading database ... 13914 files and directories currently installed.) 09:51:15 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:51:15 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:51:15 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:51:15 (Reading database ... 13914 files and directories currently installed.) 09:51:15 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:51:15 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:51:16 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 09:51:16 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:51:16 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:51:16 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:51:16 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:51:16 (Reading database ... 13914 files and directories currently installed.) 09:51:16 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:51:16 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:51:16 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:51:16 (Reading database ... 13914 files and directories currently installed.) 09:51:16 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:51:16 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:51:16 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:51:17 (Reading database ... 13914 files and directories currently installed.) 09:51:17 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:51:17 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:51:17 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:51:17 (Reading database ... 13914 files and directories currently installed.) 09:51:17 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:51:17 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:51:17 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:51:17 (Reading database ... 13914 files and directories currently installed.) 09:51:17 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:51:17 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:51:17 Setting up passwd (1:4.5-1ubuntu2) ... 09:51:18 (Reading database ... 13914 files and directories currently installed.) 09:51:18 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 09:51:18 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:51:18 Setting up gpgv (2.2.4-1ubuntu1.3) ... 09:51:18 (Reading database ... 13914 files and directories currently installed.) 09:51:18 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:51:18 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:51:18 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:51:18 (Reading database ... 13914 files and directories currently installed.) 09:51:18 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:51:18 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:51:18 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:51:18 (Reading database ... 13914 files and directories currently installed.) 09:51:18 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:51:18 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:51:18 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:51:19 (Reading database ... 13914 files and directories currently installed.) 09:51:19 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:51:19 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:51:19 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:51:19 (Reading database ... 13914 files and directories currently installed.) 09:51:19 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:51:19 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:51:19 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:51:19 (Reading database ... 13914 files and directories currently installed.) 09:51:19 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:51:19 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:51:19 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:51:19 (Reading database ... 13915 files and directories currently installed.) 09:51:19 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:51:19 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:51:19 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:51:19 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:51:20 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:51:20 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:51:20 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 09:51:20 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 09:51:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:51:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:51:20 ---> 1fd982960c6b 09:51:20 Step 3/26 : WORKDIR /edgex-go 09:51:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:51:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:51:20 ---> 1fd982960c6b 09:51:20 Step 3/21 : WORKDIR /edgex-go 09:51:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:51:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:51:20 ---> 1fd982960c6b 09:51:20 Step 3/24 : WORKDIR /edgex-go 09:51:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:51:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:51:20 ---> 1fd982960c6b 09:51:20 Step 3/21 : WORKDIR /edgex-go 09:51:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:51:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:51:20 ---> 1fd982960c6b 09:51:20 Step 3/22 : WORKDIR /edgex-go 09:51:21 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:51:21 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:51:21 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:51:21 ---> Running in 8db6d2526262 09:51:21 ---> Running in e2d5b8f95a52 09:51:21 ---> Running in 918229b665c4 09:51:21 ---> Running in 20fe6d3a1dcd 09:51:21 ---> Running in 883005edeff6 09:51:21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:51:21 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:51:21 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:51:21 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:51:21 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:51:21 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:51:21 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:51:21 Removing intermediate container 918229b665c4 09:51:21 ---> 195e5a6c2c09 09:51:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:21 Removing intermediate container e2d5b8f95a52 09:51:21 ---> 2ba540dcfb20 09:51:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:21 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:51:21 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:51:22 Removing intermediate container 20fe6d3a1dcd 09:51:22 ---> f02da3f843d1 09:51:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:22 Removing intermediate container 883005edeff6 09:51:22 ---> ea1f28d36501 09:51:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:22 ---> Running in 8e514e137534 09:51:22 ---> Running in 10f676f8c9ba 09:51:22 Removing intermediate container 8db6d2526262 09:51:22 ---> 3ee96e2029b6 09:51:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:22 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:51:22 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:51:22 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 09:51:22 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 09:51:22 ---> Running in 5980912d8c42 09:51:22 ---> Running in 154bcd4bd99b 09:51:22 ---> Running in d3dc4401d7e1 09:51:23 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:51:23 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:51:23 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:51:23 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:51:23 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:51:23 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:51:23 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:51:23 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:51:23 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:51:23 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:51:24 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:51:24 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:51:24 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:51:24 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:51:24 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:51:24 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:51:24 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:51:24 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:51:24 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:51:24 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:51:25 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:51:25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:51:26 Removing intermediate container 8e514e137534 09:51:26 ---> b31fb7530949 09:51:26 Step 5/21 : RUN apk add --update --no-cache make git 09:51:26 ---> Running in 41f169226186 09:51:26 Removing intermediate container 10f676f8c9ba 09:51:26 ---> 879567ee05ef 09:51:26 Step 5/22 : RUN apk add --update --no-cache make git 09:51:26 ---> Running in f12b80b88c40 09:51:26 Removing intermediate container 5980912d8c42 09:51:26 ---> 9f1bcd05b90e 09:51:26 Step 5/21 : RUN apk add --update --no-cache make git 09:51:26 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:51:26 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:51:26 Removing intermediate container 154bcd4bd99b 09:51:26 ---> Running in 5f571663bc05 09:51:26 ---> 7b4b4309d5d1 09:51:26 Step 5/26 : RUN apk add --update --no-cache make bash git 09:51:27 Removing intermediate container d3dc4401d7e1 09:51:27 ---> 3484071a94e2 09:51:27 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 09:51:27 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:51:27 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:51:27 ---> Running in e3a227934115 09:51:27 ---> Running in ff7cfb49b587 09:51:27 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:51:27 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:51:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:28 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:51:28 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:51:28 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:51:28 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:51:28 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:51:28 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:51:28 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:51:28 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:51:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:29 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:51:29 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:51:29 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:51:29 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:51:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:29 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:51:29 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:51:29 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:51:29 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:51:29 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:29 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:51:29 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:29 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:29 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:29 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:51:29 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:51:29 Setting up tzdata (2020d-0ubuntu0.18.04) ... 09:51:29 09:51:29 Current default time zone: 'Etc/UTC' 09:51:29 Local time is now: Thu Jan 7 09:51:29 UTC 2021. 09:51:29 Universal Time is now: Thu Jan 7 09:51:29 UTC 2021. 09:51:29 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:51:29 09:51:30 OK: 217 MiB in 51 packages 09:51:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:30 OK: 217 MiB in 51 packages 09:51:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:30 Setting up systemd-sysv (237-3ubuntu10.43) ... 09:51:30 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:30 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 09:51:30 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:51:30 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:51:30 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:51:30 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:51:30 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:51:30 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:51:30 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:51:30 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:30 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:51:30 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:51:30 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 09:51:30 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:30 Setting up patch (2.7.6-2ubuntu1.1) ... 09:51:30 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:51:30 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:51:30 OK: 217 MiB in 51 packages 09:51:30 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 09:51:30 Installing new version of config file /etc/ssl/openssl.cnf ... 09:51:30 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:51:30 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:51:30 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 09:51:30 OK: 217 MiB in 51 packages 09:51:31 OK: 217 MiB in 51 packages 09:51:32 Removing intermediate container 41f169226186 09:51:32 ---> 478bcdc63984 09:51:32 Step 6/21 : COPY go.mod . 09:51:32 Removing intermediate container f12b80b88c40 09:51:32 ---> fa3975cf79f8 09:51:32 Step 6/22 : COPY go.mod . 09:51:32 Removing intermediate container 5f571663bc05 09:51:32 ---> 99b859a7fbf3 09:51:32 Step 6/21 : COPY go.mod . 09:51:32 Removing intermediate container ff7cfb49b587 09:51:32 ---> f092f8c241f6 09:51:32 Step 6/24 : COPY go.mod . 09:51:32 Updating certificates in /etc/ssl/certs... 09:51:33 Removing intermediate container e3a227934115 09:51:33 ---> 9849df3f3ab8 09:51:33 Step 6/26 : COPY go.mod . 09:51:33 ---> 945afa0193b3 09:51:33 Step 7/22 : RUN go mod download 09:51:33 ---> 66321e17a471 09:51:33 Step 7/21 : RUN go mod download 09:51:33 ---> Running in ebd28fe03bb7 09:51:33 ---> 30c836831eac 09:51:33 Step 7/21 : RUN go mod download 09:51:33 ---> Running in 95f16e43fae0 09:51:33 22 added, 17 removed; done. 09:51:33 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:51:33 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:51:33 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:51:33 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:51:33 Setting up pkgbinarymangler (138.18.04.1) ... 09:51:33 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:51:33 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 09:51:33 ---> Running in ea0284724608 09:51:33 ---> 48a54e848ea5 09:51:33 Step 7/24 : RUN go mod download 09:51:34 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:51:34 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:51:34 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:51:34 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:51:34 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:51:34 Setting up perl (5.26.1-6ubuntu0.5) ... 09:51:34 ---> be0d1c36a16c 09:51:34 Step 7/26 : RUN go mod download 09:51:34 ---> Running in 4878c4b1817b 09:51:34 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 09:51:34 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:51:34 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:51:34 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 09:51:34 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:51:34 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:51:34 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:51:34 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:51:34 ---> Running in 1a79e67cce0e 09:51:34 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:51:34 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:51:34 Processing triggers for systemd (237-3ubuntu10.43) ... 09:51:34 Processing triggers for mime-support (3.60ubuntu1) ... 09:51:34 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 09:51:34 Updating certificates in /etc/ssl/certs... 09:51:35 0 added, 0 removed; done. 09:51:35 Running hooks in /etc/ca-certificates/update.d... 09:51:35 done. 09:51:35 Reading package lists... 09:51:35 Building dependency tree... 09:51:35 Reading state information... 09:51:35 The following NEW packages will be installed: 09:51:35 apt-transport-https 09:51:36 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:51:36 Need to get 1696 B of archives. 09:51:36 After this operation, 153 kB of additional disk space will be used. 09:51:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:51:36 debconf: delaying package configuration, since apt-utils is not installed 09:51:36 Fetched 1696 B in 0s (22.3 kB/s) 09:51:36 Selecting previously unselected package apt-transport-https. 09:51:36 (Reading database ... 13929 files and directories currently installed.) 09:51:36 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:51:36 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:51:36 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:51:36 Waiting for network to be ready... 09:51:38 Removing intermediate container ebd28fe03bb7 09:51:38 ---> 1fc468cdaa80 09:51:38 Step 8/22 : COPY . . 09:51:38 Removing intermediate container 95f16e43fae0 09:51:38 ---> 03d9ba65d3f9 09:51:38 Step 8/21 : COPY . . 09:51:39 Removing intermediate container 4878c4b1817b 09:51:39 ---> 9f46ee333184 09:51:39 Step 8/24 : COPY . . 09:51:39 Removing intermediate container 1a79e67cce0e 09:51:39 ---> 2be1ed31cea6 09:51:39 Step 8/26 : COPY . . 09:51:39 Removing intermediate container ea0284724608 09:51:39 ---> abedebac8fb9 09:51:39 Step 8/21 : COPY . . 09:51:43 2021-01-07T09:51:39Z INFO Waiting for automatic snapd restart... 09:51:43 snapd 2.48.2 from Canonical* installed 09:51:43 "snapd" switched to the "latest/stable" channel 09:51:43 09:51:46 core18 20201210 from Canonical* installed 09:51:46 "core18" switched to the "latest/stable" channel 09:51:46 09:51:49 snapcraft 4.4.4 from Canonical* installed 09:51:49 "snapcraft" switched to the "latest/stable" channel 09:51:49 09:51:53 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: 09:51:53 - README.md 09:51:53 - snapcraft.yaml.orig 09:51:53 09:51:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:52:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:52:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:52:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:52:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:52:00 Reading package lists... 09:52:01 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 09:52:06 ---> 40d7d4e62a78 09:52:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:52:06 ---> d7a81de929e4 09:52:06 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:52:06 ---> a2c561cb286e 09:52:06 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:52:06 ---> ab00e5f1708b 09:52:06 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:52:06 ---> a0527912953a 09:52:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:52:06 ---> Running in 70ffc17829fb 09:52:06 ---> Running in c5ed77dea750 09:52:06 ---> Running in 0ab35edc9271 09:52:06 ---> Running in 6433d4e1ccec 09:52:06 ---> Running in 158d4ff4eb75 09:52:06 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 09:52:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:52:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:52:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:52:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:52:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:52:07 Reading package lists... 09:52:07 Building dependency tree... 09:52:07 Reading state information... 09:52:07 Suggested packages: 09:52:07 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:52:07 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:52:07 Recommended packages: 09:52:07 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:52:07 The following NEW packages will be installed: 09:52:07 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:52:07 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:52:07 pkg-config zip 09:52:07 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:52:07 Need to get 7655 kB of archives. 09:52:07 After this operation, 43.7 MB of additional disk space will be used. 09:52:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:52:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:52:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:52:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:52:07 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:52:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:52:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:52:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:52:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:52:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:52:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:52:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:52:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:52:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:52:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:52:08 debconf: delaying package configuration, since apt-utils is not installed 09:52:08 Fetched 7655 kB in 1s (10.7 MB/s) 09:52:08 Selecting previously unselected package libglib2.0-0:amd64. 09:52:08 (Reading database ... 13933 files and directories currently installed.) 09:52:08 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:52:08 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:52:08 Selecting previously unselected package libpsl5:amd64. 09:52:08 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:52:08 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:52:08 Selecting previously unselected package libnghttp2-14:amd64. 09:52:08 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:52:08 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:52:08 Selecting previously unselected package librtmp1:amd64. 09:52:08 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:52:08 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:52:08 Selecting previously unselected package libcurl3-gnutls:amd64. 09:52:08 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:52:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:52:08 Selecting previously unselected package liberror-perl. 09:52:08 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:52:08 Unpacking liberror-perl (0.17025-1) ... 09:52:08 Selecting previously unselected package git-man. 09:52:08 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:52:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:52:08 Selecting previously unselected package git. 09:52:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:52:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:52:09 Selecting previously unselected package libnorm1:amd64. 09:52:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:52:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:52:09 Selecting previously unselected package libpgm-5.2-0:amd64. 09:52:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:52:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:52:09 Selecting previously unselected package libsodium23:amd64. 09:52:09 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:52:10 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:52:10 Selecting previously unselected package libzmq5:amd64. 09:52:10 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:52:10 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:52:10 Selecting previously unselected package libzmq3-dev:amd64. 09:52:10 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:52:10 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:52:10 Selecting previously unselected package pkg-config. 09:52:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:52:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:52:10 Selecting previously unselected package zip. 09:52:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:52:10 Unpacking zip (3.0-11build1) ... 09:52:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:52:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:52:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:52:10 Setting up liberror-perl (0.17025-1) ... 09:52:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:52:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:52:10 No schema files found: doing nothing. 09:52:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:52:10 Setting up zip (3.0-11build1) ... 09:52:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:52:10 Setting up libsodium23:amd64 (1.0.16-2) ... 09:52:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:52:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:52:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:52:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:52:10 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:52:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:52:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:52:17 git set to automatically installed. 09:52:17 git-man set to automatically installed. 09:52:17 libcurl3-gnutls set to automatically installed. 09:52:17 liberror-perl set to automatically installed. 09:52:17 libglib2.0-0 set to automatically installed. 09:52:17 libnghttp2-14 set to automatically installed. 09:52:17 libnorm1 set to automatically installed. 09:52:17 libpgm-5.2-0 set to automatically installed. 09:52:17 libpsl5 set to automatically installed. 09:52:17 librtmp1 set to automatically installed. 09:52:17 libsodium23 set to automatically installed. 09:52:17 libzmq3-dev set to automatically installed. 09:52:17 libzmq5 set to automatically installed. 09:52:17 pkg-config set to automatically installed. 09:52:17 zip set to automatically installed. 09:52:20 snapd is not logged in, snap install commands will use sudo 09:52:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:52:26 snap "core18" has no updates available 09:52:27 Pulling config-common 09:52:28 Pulling go-build-helper 09:52:54 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:52:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:52:54 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:52:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 09:52:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:52:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:52:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 09:52:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 09:52:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 09:52:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 09:52:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 09:52:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 09:52:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:52:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:52:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:52:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:52:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:52:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 09:52:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:52:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] 09:52:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 09:52:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 09:52:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 09:52:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 09:52:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 09:52:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 09:52:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 09:52:54 Fetched 23.6 MB in 0s (0 B/s) 09:52:54 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:52:54 Fetched 96.5 kB in 0s (0 B/s) 09:52:54 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:52:54 Fetched 279 kB in 0s (0 B/s) 09:52:54 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:52:54 Fetched 122 kB in 0s (0 B/s) 09:52:54 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:52:54 Fetched 77.8 kB in 0s (0 B/s) 09:52:54 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:52:54 Fetched 8848 B in 0s (0 B/s) 09:52:54 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:52:54 Fetched 47.8 kB in 0s (0 B/s) 09:52:54 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:52:54 Fetched 45.6 kB in 0s (0 B/s) 09:52:54 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 09:52:54 Fetched 14.8 kB in 0s (0 B/s) 09:52:54 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:52:54 Fetched 214 kB in 0s (0 B/s) 09:52:54 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 09:52:54 Fetched 155 kB in 0s (0 B/s) 09:52:54 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:52:54 Fetched 50.6 kB in 0s (0 B/s) 09:52:54 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:52:54 Fetched 14.8 kB in 0s (0 B/s) 09:52:54 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:52:54 Fetched 41.8 kB in 0s (0 B/s) 09:52:54 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:52:54 Fetched 499 kB in 0s (0 B/s) 09:52:54 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:52:54 Fetched 111 kB in 0s (0 B/s) 09:52:54 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:52:54 Fetched 240 kB in 0s (0 B/s) 09:52:54 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:52:54 Fetched 29.3 kB in 0s (0 B/s) 09:52:54 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:52:54 Fetched 85.5 kB in 0s (0 B/s) 09:52:54 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:52:54 Fetched 24.5 kB in 0s (0 B/s) 09:52:54 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 09:52:54 Fetched 49.2 kB in 0s (0 B/s) 09:52:54 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:52:54 Fetched 54.2 kB in 0s (0 B/s) 09:52:54 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:52:54 Fetched 30.8 kB in 0s (0 B/s) 09:52:54 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 09:52:54 Fetched 17.0 kB in 0s (0 B/s) 09:52:54 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:52:54 Fetched 85.9 kB in 0s (0 B/s) 09:52:54 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:52:54 Fetched 8720 B in 0s (0 B/s) 09:52:54 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:52:54 Fetched 137 kB in 0s (0 B/s) 09:52:54 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:52:54 Fetched 119 kB in 0s (0 B/s) 09:52:54 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:52:54 Fetched 109 kB in 0s (0 B/s) 09:52:54 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:52:54 Fetched 11.1 kB in 0s (0 B/s) 09:52:54 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:52:54 Fetched 645 kB in 0s (0 B/s) 09:52:54 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:52:54 Fetched 41.3 kB in 0s (0 B/s) 09:52:54 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:52:54 Fetched 17.9 kB in 0s (0 B/s) 09:52:54 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:52:54 Fetched 368 kB in 0s (0 B/s) 09:52:54 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:52:54 Fetched 187 kB in 0s (0 B/s) 09:52:54 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:52:54 Fetched 175 kB in 0s (0 B/s) 09:52:54 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:52:54 Fetched 206 kB in 0s (0 B/s) 09:52:54 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 09:52:54 Fetched 1301 kB in 0s (0 B/s) 09:52:54 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:52:54 Fetched 36.2 kB in 0s (0 B/s) 09:52:54 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:52:54 Fetched 159 kB in 0s (0 B/s) 09:52:54 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:52:54 Fetched 107 kB in 0s (0 B/s) 09:52:54 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:52:54 Fetched 48.7 kB in 0s (0 B/s) 09:52:54 Pulling static-packages 09:52:54 'go115' has dependencies that need to be staged: go-build-helper static-packages 09:52:54 Skipping pull go-build-helper (already ran) 09:52:54 Skipping pull static-packages (already ran) 09:52:54 Building go-build-helper 09:52:57 Building static-packages 09:52:59 Staging go-build-helper 09:53:00 Staging static-packages 09:53:01 Pulling go115 09:53:02 'edgex-go' has dependencies that need to be staged: go115 09:53:02 Skipping pull go115 (already ran) 09:53:02 Building go115 09:53:02 % Total % Received % Xferd Average Speed Time Time Time Current 09:53:02 Dload Upload Total Spent Left Speed 09:53:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 115M 11 13.0M 0 0 27.8M 0 0:00:04 --:--:-- 0:00:04 27.7M 48 115M 48 55.8M 0 0 38.1M 0 0:00:03 0:00:01 0:00:02 38.0M 100 115M 100 115M 0 0 47.5M 0 0:00:02 0:00:02 --:--:-- 47.5M 09:53:05 go1.15.2.linux-amd64.tar.gz: OK 09:53:09 Staging go115 09:53:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:53:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:53:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:53:13 Fetched 0 B in 0s (0 B/s) 09:53:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:53:13 Fetched 224 kB in 0s (0 B/s) 09:53:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:53:13 Fetched 157 kB in 0s (0 B/s) 09:53:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:53:13 Fetched 221 kB in 0s (0 B/s) 09:53:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:53:13 Fetched 143 kB in 0s (0 B/s) 09:53:13 Pulling edgex-go 09:53:15 Pulling version 09:53:15 Building config-common 09:53:17 Skipping build go-build-helper (already ran) 09:53:17 Skipping build static-packages (already ran) 09:53:17 Skipping build go115 (already ran) 09:53:17 Building edgex-go 09:53:17 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 09:53:19 go: downloading github.com/gorilla/mux v1.8.0 09:53:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 09:53:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 09:53:19 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 09:53:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:53:19 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 09:53:19 go: downloading github.com/pkg/errors v0.8.1 09:53:19 go: downloading github.com/pelletier/go-toml v1.2.0 09:53:19 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 09:53:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:53:19 go: downloading github.com/google/uuid v1.1.4 09:53:19 go: downloading github.com/x448/float16 v0.8.4 09:53:19 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 09:53:19 go: downloading github.com/imdario/mergo v0.3.11 09:53:19 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:53:19 go: downloading github.com/go-kit/kit v0.8.0 09:53:19 go: downloading gopkg.in/yaml.v2 v2.4.0 09:53:19 go: downloading github.com/hashicorp/consul/api v1.1.0 09:53:19 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:53:19 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:53:19 go: downloading github.com/BurntSushi/toml v0.3.1 09:53:19 go: downloading github.com/pebbe/zmq4 v1.2.2 09:53:19 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:53:19 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:53:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:53:19 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:53:19 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:53:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:53:19 go: downloading github.com/hashicorp/serf v0.8.2 09:53:19 go: downloading github.com/go-playground/universal-translator v0.17.0 09:53:19 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:53:19 go: downloading github.com/mitchellh/copystructure v1.0.0 09:53:19 go: downloading github.com/leodido/go-urn v1.2.0 09:53:19 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:53:19 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:53:19 go: downloading github.com/go-playground/locales v0.13.0 09:53:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:53:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:53:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:53:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:53:26 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 09:53:28 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 09:53:30 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 09:53:31 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 09:53: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 09:53:32 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 09:53:32 go: downloading github.com/stretchr/testify v1.6.1 09:53:32 go: downloading github.com/pmezard/go-difflib v1.0.0 09:53:32 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:53:32 go: downloading github.com/davecgh/go-spew v1.1.1 09:53:34 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 09:53:34 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:53:34 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:53:35 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 09:53:35 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:53:36 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 09:53:36 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 09:53:37 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 09:53:38 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 09:53:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:53:41 Building version 09:53:43 Staging config-common 09:53:43 Removing intermediate container 70ffc17829fb 09:53:43 ---> 7cfd67d0a6f7 09:53:43 09:53:43 Step 10/21 : FROM alpine:3.12 09:53:43 3.12: Pulling from library/alpine 09:53:43 Removing intermediate container 158d4ff4eb75 09:53:43 ---> 56ea9ce98cc3 09:53:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:53:43 ---> Running in e340e4b01153 09:53:43 Removing intermediate container c5ed77dea750 09:53:43 ---> ff9c7668aff5 09:53:43 09:53:43 Step 10/24 : FROM scratch 09:53:43 ---> 09:53:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:53:43 Removing intermediate container 6433d4e1ccec 09:53:43 ---> 2a7e8bde7b02 09:53:43 09:53:43 Step 10/21 : FROM scratch 09:53:43 ---> 09:53:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:53:43 ---> Running in 846cf5a85ec8 09:53:43 ---> Running in 59ff6e795985 09:53:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:53:43 Status: Downloaded newer image for alpine:3.12 09:53:43 ---> afeebe901d6b 09:53:43 Step 11/21 : RUN apk add --update --no-cache curl 09:53:43 ---> Running in c881c0945107 09:53:43 Removing intermediate container 846cf5a85ec8 09:53:43 ---> e18efe46074a 09:53:43 Step 12/24 : ENV APP_PORT=48060 09:53:43 Removing intermediate container 59ff6e795985 09:53:43 ---> d68ad512a5ba 09:53:43 Step 12/21 : ENV APP_PORT=48085 09:53:44 ---> Running in 415a7d63c8c4 09:53:44 ---> Running in d50687f6e8a2 09:53:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:53:44 Skipping stage go-build-helper (already ran) 09:53:44 Skipping stage static-packages (already ran) 09:53:44 Skipping stage go115 (already ran) 09:53:44 Staging edgex-go 09:53:44 Removing intermediate container d50687f6e8a2 09:53:44 ---> bd73d30c6fa5 09:53:44 Step 13/21 : EXPOSE $APP_PORT 09:53:45 Removing intermediate container 415a7d63c8c4 09:53:45 ---> 92ae8d30a75a 09:53:45 Step 13/24 : EXPOSE $APP_PORT 09:53:45 ---> Running in bb74061fdc58 09:53:45 Staging version 09:53:45 ---> Running in a12090f48ce1 09:53:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:53:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:53:45 Removing intermediate container bb74061fdc58 09:53:45 ---> d18aac011866 09:53:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:53:46 Priming config-common 09:53:46 Removing intermediate container a12090f48ce1 09:53:46 ---> 3852d4cad96e 09:53:46 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:53:46 (1/4) Installing ca-certificates (20191127-r4) 09:53:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:53:46 (3/4) Installing libcurl (7.69.1-r3) 09:53:46 (4/4) Installing curl (7.69.1-r3) 09:53:46 Executing busybox-1.31.1-r19.trigger 09:53:46 Executing ca-certificates-20191127-r4.trigger 09:53:47 OK: 7 MiB in 18 packages 09:53:47 ---> abfbe03d81b2 09:53:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:53:47 Priming go-build-helper 09:53:47 Priming static-packages 09:53:47 ---> 50ee38b1ef74 09:53:47 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:53:49 Removing intermediate container e340e4b01153 09:53:49 ---> 7be03c82f0bc 09:53:49 09:53:49 Step 11/26 : FROM docker:20.10.0 09:53:49 20.10.0: Pulling from library/docker 09:53:49 ---> 166815d2f564 09:53:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:53:49 ---> 0f3854414895 09:53:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:53:49 Removing intermediate container c881c0945107 09:53:49 ---> 216ade7f4c44 09:53:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:53:49 ---> Running in 5630d45e91ea 09:53:50 Priming go115 09:53:50 Priming edgex-go 09:53:51 ---> 1416a7a7dd36 09:53:51 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:53:52 Removing intermediate container 5630d45e91ea 09:53:52 ---> 805d434abd8d 09:53:52 Step 13/21 : WORKDIR /edgex 09:53:52 Priming version 09:53:52 ---> Running in 0c2df9f994c0 09:53:52 ---> bf44fab28311 09:53:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:53:52 ---> Running in d3e4a049eeba 09:53:53 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 09:53:53 Removing intermediate container 0c2df9f994c0 09:53:53 ---> 64fe7760889f 09:53:53 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:53:53 Removing intermediate container 0ab35edc9271 09:53:53 ---> afe863bd10ca 09:53:53 09:53:53 Step 10/22 : FROM scratch 09:53:53 ---> 09:53:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:53:53 ---> Using cache 09:53:53 ---> d68ad512a5ba 09:53:53 Step 12/22 : ENV APP_PORT=48081 09:53:53 ---> Running in d7837cb1085f 09:53:53 ---> Running in e8b18a9059f7 09:53:53 Removing intermediate container d3e4a049eeba 09:53:53 ---> 7c0f2e333714 09:53:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:53:53 ---> a0ccb58d4282 09:53:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:53:54 Removing intermediate container e8b18a9059f7 09:53:54 ---> 35f34ac144b8 09:53:54 Step 13/22 : EXPOSE $APP_PORT 09:53:54 Removing intermediate container d7837cb1085f 09:53:54 ---> 590c6532e409 09:53:54 Step 19/21 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 09:53:54 ---> Running in 9df4458ec08f 09:53:54 ---> Running in 323e20ef4ecf [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 09:53:55 ---> 5ff9129ef808 09:53:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] } [Pipeline] // stage [Pipeline] } 09:53:55 Removing intermediate container 9df4458ec08f 09:53:55 ---> de626128c79b 09:53:55 Step 14/22 : WORKDIR / 09:53:55 Removing intermediate container 323e20ef4ecf 09:53:55 ---> cb9e4fa60050 09:53:55 Step 20/21 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:53:56 ---> c99f014c0f93 09:53:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:53:56 ---> Running in 54e527a8c345 09:53:56 ---> Running in c5970376bd4f 09:53:57 ---> dc9da803fbee 09:53:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:53:57 Removing intermediate container c5970376bd4f 09:53:57 ---> be9e7b387f32 09:53:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:53:57 Removing intermediate container 54e527a8c345 09:53:57 ---> a2bd887a5d7c 09:53:57 Step 21/21 : LABEL version=0.0.0 09:53:57 ---> 5e00451b22bf 09:53:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:53:57 ---> Running in f8d5ef4150b2 09:53:58 ---> Running in 6f3f9b3c1f7e 09:53:58 ---> 10e493ecfe11 09:53:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:53:59 Removing intermediate container f8d5ef4150b2 09:53:59 ---> 2f4d7fa80fdb 09:53:59 09:53:59 ---> 5f0a726b41dd 09:53:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:53:59 Removing intermediate container 6f3f9b3c1f7e 09:53:59 ---> 973a231d523c 09:53:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:53:59 Successfully built 2f4d7fa80fdb 09:53:59 Successfully tagged docker-support-scheduler-go-arm64:latest 09:53:59 Building docker-core-command-go 09:54:00  Building docker-support-scheduler-go ... done  ---> Running in 523e5689fd7b 09:54:00 ---> Running in 98fde919cc29 09:54:00 ---> 82aa35308a53 09:54:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:54:01 Removing intermediate container 523e5689fd7b 09:54:01 ---> 42f4480b6e67 09:54:01 Step 18/21 : CMD ["--init=true"] 09:54:01 Removing intermediate container 98fde919cc29 09:54:01 ---> dccf273a2937 09:54:01 Step 22/24 : LABEL arch=arm64 09:54:02 ---> Running in 5f0952f90674 09:54:02 ---> Running in 5c3b0e605151 09:54:02 ---> 20953452d6d2 09:54:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:54:03 ---> Running in 509d956beb66 09:54:03 Removing intermediate container 5c3b0e605151 09:54:03 ---> a96c819e75a2 09:54:03 Step 23/24 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:54:03 Removing intermediate container 5f0952f90674 09:54:03 ---> ef24dfa5f7a8 09:54:03 Step 19/21 : LABEL arch=arm64 09:54:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:54:04 ---> Running in 9f0c22659929 09:54:04 ---> Running in f8b214bf0dba 09:54:04 Status: Downloaded newer image for docker:20.10.0 09:54:04 ---> eeaf43b92773 09:54:04 Step 12/26 : RUN apk add --no-cache bash 09:54:04 Removing intermediate container 509d956beb66 09:54:04 ---> 032ba2bddab3 09:54:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:54:04 ---> Running in eef845f3bec5 09:54:05 ---> Running in 6728d22ce92b 09:54:05 Removing intermediate container f8b214bf0dba 09:54:05 ---> f501543644ac 09:54:05 Step 24/24 : LABEL version=0.0.0 09:54:05 Removing intermediate container 9f0c22659929 09:54:05 ---> 2cfc67885e31 09:54:05 Step 20/21 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:54:05 ---> Running in 9834f7421823 09:54:05 ---> Running in f21e949a618a 09:54:05 Removing intermediate container 6728d22ce92b 09:54:05 ---> 7c82f4aa5096 09:54:05 Step 20/22 : LABEL arch=arm64 09:54:06 Removing intermediate container f21e949a618a 09:54:06 ---> 884b1ca6c2b1 09:54:06 Step 21/21 : LABEL version=0.0.0 09:54:06 ---> Running in 7b63780f42b9 09:54:06 Removing intermediate container 9834f7421823 09:54:06 ---> 4641ac6541be 09:54:06 09:54:06 ---> Running in ff3ed5f48847 09:54:06 Successfully built 4641ac6541be 09:54:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:54:06 Removing intermediate container 7b63780f42b9 09:54:06 ---> 42d52ef18ebd 09:54:06 Step 21/22 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:54:06 Successfully tagged docker-support-notifications-go-arm64:latest 09:54:06  Building docker-support-notifications-go ... done Building docker-core-data-go 09:54:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:54:07 Removing intermediate container ff3ed5f48847 09:54:07 ---> e286b015d779 09:54:07 09:54:07 ---> Running in 74ae993e2489 09:54:07 Successfully built e286b015d779 09:54:07 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:54:07  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 09:54:07 (1/2) Installing readline (8.0.4-r0) 09:54:07 (2/2) Installing bash (5.0.17-r0) 09:54:07 Executing bash-5.0.17-r0.post-install 09:54:07 Executing busybox-1.31.1-r19.trigger 09:54:07 OK: 12 MiB in 22 packages 09:54:08 Removing intermediate container 74ae993e2489 09:54:08 ---> 073cca54608d 09:54:08 Step 22/22 : LABEL version=0.0.0 09:54:08 ---> Running in 4583507c60d9 09:54:08 Removing intermediate container 4583507c60d9 09:54:08 ---> 16589f4dbaf0 09:54:08 09:54:09 Removing intermediate container eef845f3bec5 09:54:09 ---> cf01bf0692fc 09:54:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:54:09 Successfully built 16589f4dbaf0 09:54:09 Successfully tagged docker-core-metadata-go-arm64:latest 09:54:09 ---> Running in 124890e66c17 09:54:09  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go 09:54:10 Removing intermediate container 124890e66c17 09:54:10 ---> 3c02af3b9fba 09:54:10 Step 14/26 : ENV APP_PORT=48090 09:54:10 ---> Running in 7948286e08b3 09:54:11 Removing intermediate container 7948286e08b3 09:54:11 ---> d011a8ab335f 09:54:11 Step 15/26 : EXPOSE $APP_PORT 09:54:11 ---> Running in dd347af03018 09:54:12 Removing intermediate container dd347af03018 09:54:12 ---> 1ba5f461b580 09:54:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:54:15 ---> 0ef2eb160cf4 09:54:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:54:16 ---> bdc0206cc2c6 09:54:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:54:18 ---> 26914d2ae6e4 09:54:18 Step 19/26 : RUN apk --no-cache add py3-pip 09:54:18 ---> Running in 033d718d1037 09:54:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:54:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:54:20 (1/33) Installing libbz2 (1.0.8-r1) 09:54:20 (2/33) Installing expat (2.2.9-r1) 09:54:20 (3/33) Installing libffi (3.3-r2) 09:54:20 (4/33) Installing gdbm (1.13-r1) 09:54:20 (5/33) Installing xz-libs (5.2.5-r0) 09:54:20 (6/33) Installing sqlite-libs (3.32.1-r0) 09:54:20 (7/33) Installing python3 (3.8.5-r0) 09:54:22 (8/33) Installing py3-appdirs (1.4.4-r1) 09:54:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:54:22 (10/33) Installing py3-parsing (2.4.7-r0) 09:54:22 (11/33) Installing py3-six (1.15.0-r0) 09:54:22 (12/33) Installing py3-packaging (20.4-r0) 09:54:22 (13/33) Installing py3-setuptools (47.0.0-r0) 09:54:22 (14/33) Installing py3-chardet (3.0.4-r4) 09:54:23 (15/33) Installing py3-idna (2.9-r0) 09:54:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:54:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:54:23 (18/33) Installing py3-requests (2.23.0-r0) 09:54:23 (19/33) Installing py3-msgpack (1.0.0-r0) 09:54:23 (20/33) Installing py3-lockfile (0.12.2-r3) 09:54:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:54:23 (22/33) Installing py3-colorama (0.4.3-r0) 09:54:23 (23/33) Installing py3-distlib (0.3.0-r0) 09:54:23 (24/33) Installing py3-distro (1.5.0-r1) 09:54:23 (25/33) Installing py3-webencodings (0.5.1-r3) 09:54:23 (26/33) Installing py3-html5lib (1.0.1-r4) 09:54:23 (27/33) Installing py3-pytoml (0.1.21-r0) 09:54:23 (28/33) Installing py3-pep517 (0.8.2-r0) 09:54:23 (29/33) Installing py3-progress (1.5-r0) 09:54:23 (30/33) Installing py3-toml (0.10.1-r0) 09:54:23 (31/33) Installing py3-retrying (1.3.3-r0) 09:54:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:54:23 (33/33) Installing py3-pip (20.1.1-r0) 09:54:23 Executing busybox-1.31.1-r19.trigger 09:54:23 OK: 71 MiB in 55 packages 09:54:33 Removing intermediate container 033d718d1037 09:54:33 ---> d9e569867cd2 09:54:33 Step 20/26 : RUN pip install docker-compose==1.23.2 09:54:33 ---> Running in 4318ca9505e3 09:54:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:54:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:54:37 ---> 1fd982960c6b 09:54:37 Step 3/22 : WORKDIR /edgex-go 09:54:37 ---> Using cache 09:54:37 ---> 3ee96e2029b6 09:54:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:54:37 ---> Using cache 09:54:37 ---> 3484071a94e2 09:54:37 Step 5/22 : RUN apk add --update --no-cache make git 09:54:38 ---> Running in 01ed1d04306c 09:54:39 Collecting docker-compose==1.23.2 09:54:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:54:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:54:40 Collecting dockerpty<0.5,>=0.4.1 09:54:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:54:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:54:41 OK: 217 MiB in 51 packages 09:54:43 Collecting cached-property<2,>=1.2.0 09:54:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:54:44 Collecting docopt<0.7,>=0.6.1 09:54:44 Downloading docopt-0.6.2.tar.gz (25 kB) 09:54:45 Removing intermediate container 01ed1d04306c 09:54:45 ---> 2d7c5c25474d 09:54:45 Step 6/22 : COPY go.mod . 09:54:46 ---> 5411082e6c6b 09:54:46 Step 7/22 : RUN go mod download 09:54:47 ---> Running in 7ffcfd37e9ae 09:54:47 Collecting websocket-client<1.0,>=0.32.0 09:54:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:54:48 Collecting PyYAML<4,>=3.10 09:54:48 Downloading PyYAML-3.13.tar.gz (270 kB) 09:54:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:54:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:54:51 ---> 1fd982960c6b 09:54:51 Step 3/23 : WORKDIR /edgex-go 09:54:51 ---> Using cache 09:54:51 ---> 3ee96e2029b6 09:54:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:54:51 ---> Using cache 09:54:51 ---> 3484071a94e2 09:54:51 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:54:51 ---> Running in 3a2c66d38749 09:54:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:54:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:54:51 ---> 1fd982960c6b 09:54:51 Step 3/24 : WORKDIR /edgex-go 09:54:51 ---> Using cache 09:54:51 ---> 3ee96e2029b6 09:54:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:54:51 ---> Using cache 09:54:51 ---> 3484071a94e2 09:54:51 Step 5/24 : RUN apk add --update --no-cache make git 09:54:51 ---> Using cache 09:54:51 ---> 2d7c5c25474d 09:54:51 Step 6/24 : COPY go.mod . 09:54:51 ---> Using cache 09:54:51 ---> 5411082e6c6b 09:54:51 Step 7/24 : RUN go mod download 09:54:51 ---> Running in 2223f45d28dc 09:54:52 Removing intermediate container 7ffcfd37e9ae 09:54:52 ---> 20c96814660e 09:54:52 Step 8/22 : COPY . . 09:54:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:54:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:54:52 ---> 1fd982960c6b 09:54:52 Step 3/22 : WORKDIR /edgex-go 09:54:52 ---> Using cache 09:54:52 ---> 3ee96e2029b6 09:54:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:54:52 ---> Using cache 09:54:52 ---> 3484071a94e2 09:54:52 Step 5/22 : RUN apk add --update --no-cache make git 09:54:52 ---> Using cache 09:54:52 ---> 2d7c5c25474d 09:54:52 Step 6/22 : COPY go.mod . 09:54:52 ---> Using cache 09:54:52 ---> 5411082e6c6b 09:54:52 Step 7/22 : RUN go mod download 09:54:52 ---> Running in b8b7a009a83b 09:54:52 Collecting jsonschema<3,>=2.5.1 09:54:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:54:53 Collecting texttable<0.10,>=0.9.0 09:54:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:54:53 Downloading texttable-0.9.1.tar.gz (11 kB) 09:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:54:55 OK: 217 MiB in 51 packages 09:54:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:54:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:54:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:54:58 Removing intermediate container b8b7a009a83b 09:54:58 ---> 39800d8f8068 09:54:58 Step 8/22 : COPY . . 09:54:58 Collecting docker<4.0,>=3.6.0 09:54:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:54:59 Removing intermediate container 3a2c66d38749 09:54:59 ---> 1c87ce1dc4db 09:54:59 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) 09:54:59 Step 6/23 : COPY go.mod . 09:54:59 Removing intermediate container 2223f45d28dc 09:54:59 ---> a359b56f28d0 09:54:59 Step 8/24 : COPY . . 09:55:00 Collecting urllib3<1.25,>=1.21.1 09:55:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:55:01 ---> 0e221cf8665d 09:55:01 Step 7/23 : RUN go mod download 09:55:01 Collecting idna<2.8,>=2.5 09:55:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:55: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) 09:55:02 ---> Running in df357d71b134 09:55:02 Collecting docker-pycreds>=0.4.0 09:55:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:55:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:55:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:55:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:55:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:55:04 Installing collected packages: dockerpty, cached-property, docopt, websocket-client, PyYAML, jsonschema, texttable, urllib3, idna, requests, docker-pycreds, docker, docker-compose 09:55:04 Running setup.py install for dockerpty: started 09:55:06 Running setup.py install for dockerpty: finished with status 'done' 09:55:07 Running setup.py install for docopt: started 09:55:09 Removing intermediate container df357d71b134 09:55:09 ---> 7db8ea543557 09:55:09 Step 8/23 : COPY . . 09:55:09 ---> f0320ae58bc5 09:55:09 Step 9/22 : RUN make cmd/core-command/core-command 09:55:10 Running setup.py install for docopt: finished with status 'done' 09:55:11 Running setup.py install for PyYAML: started 09:55:11 ---> Running in 15ef456a4cf9 09:55:12 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 09:55:14 Running setup.py install for PyYAML: finished with status 'done' 09:55:14 Running setup.py install for texttable: started 09:55:16 Running setup.py install for texttable: finished with status 'done' 09:55:16 Attempting uninstall: urllib3 09:55:16 Found existing installation: urllib3 1.25.9 09:55:16 Uninstalling urllib3-1.25.9: 09:55:16 Successfully uninstalled urllib3-1.25.9 09:55:17 Attempting uninstall: idna 09:55:17 Found existing installation: idna 2.9 09:55:17 Uninstalling idna-2.9: 09:55:17 Successfully uninstalled idna-2.9 09:55:18 Attempting uninstall: requests 09:55:18 Found existing installation: requests 2.23.0 09:55:18 Uninstalling requests-2.23.0: 09:55:18 Successfully uninstalled requests-2.23.0 09:55:20 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 09:55:27 ---> c8bccfdd51ea 09:55:27 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 09:55:27 ---> 9223d5a5e45e 09:55:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:55:28 ---> Running in 43774c5f2ba8 09:55:28 ---> Running in 93d9fc65427f 09:55:30 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 09:55:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:55:30 Removing intermediate container 4318ca9505e3 09:55:30 ---> 81d0f6646a82 09:55:30 Step 21/26 : RUN apk --no-cache add curl 09:55:31 ---> Running in dfec02637647 09:55:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:55:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:55:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:55:34 (2/3) Installing libcurl (7.69.1-r3) 09:55:34 (3/3) Installing curl (7.69.1-r3) 09:55:34 Executing busybox-1.31.1-r19.trigger 09:55:34 OK: 71 MiB in 58 packages 09:55:35 ---> a529e0500bba 09:55:35 Step 9/23 : RUN make cmd/core-data/core-data 09:55:35 ---> Running in 0fa7ba8ea494 09:55:36 Removing intermediate container dfec02637647 09:55:36 ---> f05e9f3ecd43 09:55:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:55:37 ---> Running in 1df563ea47b4 09:55:37 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 09:55:38 Removing intermediate container 1df563ea47b4 09:55:38 ---> 39d36b1cc152 09:55:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:55:38 ---> Running in c048d03a0ac5 09:55:38 Removing intermediate container c048d03a0ac5 09:55:38 ---> 8daf0f033db2 09:55:38 Step 24/26 : LABEL arch=arm64 09:55:38 ---> Running in 897c3e3dbd40 09:55:39 Removing intermediate container 897c3e3dbd40 09:55:39 ---> d6f2fa20abe8 09:55:39 Step 25/26 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:55:39 ---> Running in be21e46fbde3 09:55:40 Removing intermediate container be21e46fbde3 09:55:40 ---> 7b5e35f427ee 09:55:40 Step 26/26 : LABEL version=0.0.0 09:55:40 ---> Running in 82c7f4a14fa9 09:55:41 Removing intermediate container 82c7f4a14fa9 09:55:41 ---> 4dbad0b26672 09:55:41 09:55:41 Successfully built 4dbad0b26672 09:55:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:56:20  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 15ef456a4cf9 09:56:20 ---> d5aa120b896b 09:56:20 09:56:20 Step 10/22 : FROM scratch 09:56:20 ---> 09:56:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:56:20 ---> Using cache 09:56:20 ---> d68ad512a5ba 09:56:20 Step 12/22 : ENV APP_PORT=48082 09:56:20 ---> Running in 6656edff1646 09:56:21 Removing intermediate container 6656edff1646 09:56:21 ---> 0a5f13fd2147 09:56:21 Step 13/22 : EXPOSE $APP_PORT 09:56:21 ---> Running in 064f162c1387 09:56:22 Removing intermediate container 064f162c1387 09:56:22 ---> f3b219db1648 09:56:22 Step 14/22 : WORKDIR / 09:56:22 ---> Running in f38d7b79dba0 09:56:23 Removing intermediate container f38d7b79dba0 09:56:23 ---> 657a3a24ccea 09:56:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:56:24 ---> ce40ff12c83e 09:56:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:56:26 ---> 83616b25cda7 09:56:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:56:26 ---> c080aea5b4f1 09:56:26 Step 18/22 : ENTRYPOINT ["/core-command"] 09:56:26 ---> Running in 6a134896d3a4 09:56:27 Removing intermediate container 6a134896d3a4 09:56:27 ---> 07eb601beee2 09:56:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:56:27 ---> Running in 3760277581da 09:56:28 Removing intermediate container 3760277581da 09:56:28 ---> 3ced1b9ac8c9 09:56:28 Step 20/22 : LABEL arch=arm64 09:56:28 ---> Running in 8d0c148146a8 09:56:29 Removing intermediate container 8d0c148146a8 09:56:29 ---> 5bb1afd226af 09:56:29 Step 21/22 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:56:29 ---> Running in 1b9f3ff99285 09:56:29 Removing intermediate container 1b9f3ff99285 09:56:29 ---> 359aadd4d56b 09:56:29 Step 22/22 : LABEL version=0.0.0 09:56:29 ---> Running in bb2634ebc19f 09:56:30 Removing intermediate container bb2634ebc19f 09:56:30 ---> 5ad3589383a4 09:56:30 09:56:31 Successfully built 5ad3589383a4 09:56:31 Successfully tagged docker-core-command-go-arm64:latest 09:56:33  Building docker-core-command-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 09:56:43 Removing intermediate container 93d9fc65427f 09:56:43 ---> d06c5709e2ff 09:56:43 09:56:43 Step 10/22 : FROM alpine:3.12 09:56:43 ---> afeebe901d6b 09:56:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:56:43 ---> Running in 7fc6536f3b50 09:56:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:56:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:56:45 (1/5) Installing ca-certificates (20191127-r4) 09:56:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:56:45 (3/5) Installing libcurl (7.69.1-r3) 09:56:45 (4/5) Installing curl (7.69.1-r3) 09:56:45 (5/5) Installing dumb-init (1.2.2-r1) 09:56:45 Executing busybox-1.31.1-r19.trigger 09:56:45 Executing ca-certificates-20191127-r4.trigger 09:56:45 OK: 7 MiB in 19 packages 09:56:45 Removing intermediate container 43774c5f2ba8 09:56:45 ---> 4ffafad5f4fe 09:56:45 09:56:45 Step 10/24 : FROM alpine:3.12 09:56:45 ---> afeebe901d6b 09:56:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:56:46 ---> Running in fb515a6b940e 09:56:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:56:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:56:48 Removing intermediate container 7fc6536f3b50 09:56:48 ---> a37952e620fe 09:56:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 09:56:48 (1/5) Installing ca-certificates (20191127-r4) 09:56:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:56:48 (3/5) Installing libcurl (7.69.1-r3) 09:56:48 ---> Running in 99341518faad 09:56:48 (4/5) Installing curl (7.69.1-r3) 09:56:48 (5/5) Installing dumb-init (1.2.2-r1) 09:56:48 Executing busybox-1.31.1-r19.trigger 09:56:48 Executing ca-certificates-20191127-r4.trigger 09:56:48 OK: 7 MiB in 19 packages 09:56:49 Removing intermediate container 99341518faad 09:56:49 ---> 23a0b47da398 09:56:49 Step 13/22 : WORKDIR / 09:56:49 ---> Running in 1a1b9e8bc0dc 09:56:50 Removing intermediate container 1a1b9e8bc0dc 09:56:50 ---> 5285ac3aab27 09:56:50 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 09:56:51 Removing intermediate container fb515a6b940e 09:56:51 ---> b2ab943b81ef 09:56:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:56:51 ---> 30b082538497 09:56:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 09:56:51 ---> Running in 5170e046b847 09:56:51 Removing intermediate container 5170e046b847 09:56:51 ---> 04151ec07ef7 09:56:51 Step 13/24 : WORKDIR / 09:56:52 ---> Running in 377c65a72ae6 09:56:52 ---> c461972ee925 09:56:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 09:56:52 Removing intermediate container 377c65a72ae6 09:56:52 ---> 770acb413b46 09:56:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:56:53 ---> c9545f719493 09:56:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 09:56:54 ---> f60d81149285 09:56:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:56:54 ---> b27d593a1978 09:56:54 Step 18/22 : RUN chmod +x entrypoint.sh 09:56:54 ---> 9e9ef2458cd9 09:56:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:56:54 ---> Running in 6520100fdbd4 09:56:56 ---> 18da1d6ae6a5 09:56:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:56:57 ---> d00ab79971bd 09:56:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:56:57 Removing intermediate container 6520100fdbd4 09:56:57 ---> 1517a79a6ec5 09:56:57 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 09:56:58 ---> Running in 134234e5dce5 09:56:58 ---> 70368058213e 09:56:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:56:58 Removing intermediate container 134234e5dce5 09:56:58 ---> 4a00d8ba5960 09:56:58 Step 20/22 : LABEL arch=arm64 09:56:58 ---> Running in 2bb225eccb0f 09:56:59 Removing intermediate container 2bb225eccb0f 09:56:59 ---> af45d17f50f6 09:56:59 Step 21/22 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:56:59 ---> d7b6b4dfd947 09:56:59 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:56:59 ---> Running in 4b1ef9ee2ecf 09:56:59 ---> Running in 59a615636e8b 09:57:00 Removing intermediate container 4b1ef9ee2ecf 09:57:00 ---> d49f70b4609c 09:57:00 Step 22/22 : LABEL version=0.0.0 09:57:00 ---> Running in d195898c105b 09:57:01 Removing intermediate container d195898c105b 09:57:01 ---> d3715a3ee83b 09:57:01 09:57:01 Successfully built d3715a3ee83b 09:57:01 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 09:57:02  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 59a615636e8b 09:57:02 ---> 25c10b3bc33a 09:57:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:57:02 Removing intermediate container 0fa7ba8ea494 09:57:02 ---> 006c8695a8f1 09:57:02 09:57:02 Step 10/23 : FROM alpine:3.12 09:57:02 ---> afeebe901d6b 09:57:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:57:03 ---> Running in 4c804f433741 09:57:03 ---> Running in 7232629e277c 09:57:03 Removing intermediate container 4c804f433741 09:57:03 ---> 58588ffd77b4 09:57:03 Step 22/24 : LABEL arch=arm64 09:57:03 Removing intermediate container 7232629e277c 09:57:03 ---> 72467f5fccf5 09:57:03 Step 12/23 : ENV APP_PORT=48080 09:57:03 ---> Running in 8d75c1c4ca34 09:57:03 ---> Running in c904be56430b 09:57:04 Removing intermediate container 8d75c1c4ca34 09:57:04 ---> 1f813ec43d06 09:57:04 Step 23/24 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:57:04 Removing intermediate container c904be56430b 09:57:04 ---> 86d008349b60 09:57:04 Step 13/23 : EXPOSE $APP_PORT 09:57:04 ---> Running in c5af6d2bb757 09:57:04 ---> Running in 54bbe9112fb2 09:57:04 Removing intermediate container c5af6d2bb757 09:57:04 ---> b812e4762491 09:57:04 Step 24/24 : LABEL version=0.0.0 09:57:05 Removing intermediate container 54bbe9112fb2 09:57:05 ---> e6caaf2ba172 09:57:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:05 ---> Running in e8ad0019e522 09:57:05 ---> Running in f5458a915cae 09:57:05 Removing intermediate container e8ad0019e522 09:57:05 ---> cf9b09696cd6 09:57:05 09:57:05 Successfully built cf9b09696cd6 09:57:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:57:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container f5458a915cae 09:57:07 ---> 79abe7c9da84 09:57:07 Step 15/23 : RUN apk add --update --no-cache zeromq 09:57:07 ---> Running in 7afefef71f2f 09:57:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:57:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:57:09 (1/5) Installing libgcc (9.3.0-r2) 09:57:10 (2/5) Installing libsodium (1.0.18-r0) 09:57:10 (3/5) Installing libstdc++ (9.3.0-r2) 09:57:10 (4/5) Installing libzmq (4.3.3-r0) 09:57:10 (5/5) Installing zeromq (4.3.3-r0) 09:57:10 Executing busybox-1.31.1-r19.trigger 09:57:10 OK: 8 MiB in 19 packages 09:57:11 Removing intermediate container 7afefef71f2f 09:57:11 ---> bcbb34886c68 09:57:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:57:12 ---> f05338771c46 09:57:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:57:13 ---> 0567601f4dd4 09:57:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:57:14 ---> bdddea98eba4 09:57:14 Step 19/23 : ENTRYPOINT ["/core-data"] 09:57:14 ---> Running in 95499a65013b 09:57:15 Removing intermediate container 95499a65013b 09:57:15 ---> 16984a47d50e 09:57:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:57:15 ---> Running in 52f782867e5b 09:57:15 Removing intermediate container 52f782867e5b 09:57:15 ---> 0effb291b279 09:57:15 Step 21/23 : LABEL arch=arm64 09:57:15 ---> Running in 4b40f50cbaa3 09:57:16 Removing intermediate container 4b40f50cbaa3 09:57:16 ---> 704c5399097c 09:57:16 Step 22/23 : LABEL git_sha=15b879c69db51bc022086de0c91cfc9c888da349 09:57:16 ---> Running in c3ceecedb7a1 09:57:17 Removing intermediate container c3ceecedb7a1 09:57:17 ---> b6772d6915d6 09:57:17 Step 23/23 : LABEL version=0.0.0 09:57:17 ---> Running in 2f213ffcbb64 09:57:17 Removing intermediate container 2f213ffcbb64 09:57:17 ---> df1476aa79cb 09:57:17 09:57:17 Successfully built df1476aa79cb 09:57:17 Successfully tagged docker-core-data-go-arm64:latest 09:57:18  Building docker-core-data-go ... done  [Pipeline] } 09:57:18 $ docker stop --time=1 e3a4ea4a4a56b21b8c58e9b610c3558d047e328ac0961742a865a368aaf41d8f 09:57:20 $ docker rm -f e3a4ea4a4a56b21b8c58e9b610c3558d047e328ac0961742a865a368aaf41d8f [Pipeline] // withDockerContainer [Pipeline] sh 09:57:20 + + docker images 09:57:20 grep docker 09:57:21 docker-core-data-go-arm64 latest df1476aa79cb 3 seconds ago 21MB 09:57:21 docker-security-secretstore-setup-go-arm64 latest cf9b09696cd6 15 seconds ago 23.4MB 09:57:21 docker-security-bootstrap-redis-go-arm64 latest d3715a3ee83b 20 seconds ago 15.1MB 09:57:21 docker-core-command-go-arm64 latest 5ad3589383a4 50 seconds ago 9.98MB 09:57:21 docker-sys-mgmt-agent-go-arm64 latest 4dbad0b26672 About a minute ago 300MB 09:57:21 docker-core-metadata-go-arm64 latest 16589f4dbaf0 3 minutes ago 12.2MB 09:57:21 docker-support-notifications-go-arm64 latest 4641ac6541be 3 minutes ago 11.4MB 09:57:21 docker-security-proxy-setup-go-arm64 latest e286b015d779 3 minutes ago 23.3MB 09:57:21 docker-support-scheduler-go-arm64 latest 2f4d7fa80fdb 3 minutes ago 10MB 09:57:21 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:57:23 provisioning config files... 09:57:23 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7067745804411169995tmp [Pipeline] { [Pipeline] sh 09:57:23 + set +x 09:57:23 + curl -s https://codecov.io/bash 09:57:23 + bash -s -- 09:57:24 09:57:24 _____ _ 09:57:24 / ____| | | 09:57:24 | | ___ __| | ___ ___ _____ __ 09:57:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:57:24 | |___| (_) | (_| | __/ (_| (_) \ V / 09:57:24 \_____\___/ \__,_|\___|\___\___/ \_/ 09:57:24 Bash-20201231-23d4836 09:57:24 09:57:24 09:57:24 ==> git version 2.24.3 found 09:57:24 ==> 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 09:57:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:57:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:57:24 ==> Jenkins CI detected. 09:57:24 project root: . 09:57:24 --> token set from env 09:57:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:57:24 ==> Running gcov in . (disable via -X gcov) 09:57:24 ==> Python coveragepy not found 09:57:24 ==> Searching for coverage reports in: 09:57:24 + . 09:57:24 -> Found 1 reports 09:57:24 ==> Detecting git/mercurial file structure 09:57:24 ==> Reading reports 09:57:24 + ./coverage.out bytes=541590 09:57:24 ==> Appending adjustments 09:57:24 https://docs.codecov.io/docs/fixing-reports 09:57:28 + Found adjustments 09:57:28 ==> Gzipping contents 09:57:28 84K /tmp/codecov.ncBmBh.gz 09:57:28 ==> Uploading reports 09:57:28 url: https://codecov.io 09:57:28 query: branch=PR-2993&commit=15b879c69db51bc022086de0c91cfc9c888da349&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2993%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2993&job=&cmd_args= 09:57:28 -> Pinging Codecov 09:57:28 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2993&commit=15b879c69db51bc022086de0c91cfc9c888da349&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2993%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2993&job=&cmd_args= 09:57:28 -> Uploading to 09:57:28 https://storage.googleapis.com/codecov/v4/raw/2021-01-07/00271124DB129430A58F1EEE437C3FCB/15b879c69db51bc022086de0c91cfc9c888da349/2bfd35e7-fc55-4611-80fd-be7bfa38ec00.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T095728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=00b856af789c1a156ebf2b3a583a6d5a4fe2020e8d9455a428fb4287651d1b39 09:57:28 % Total % Received % Xferd Average Speed Time Time Time Current 09:57:28 Dload Upload Total Spent Left Speed 09:57:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82347 0 0 100 82347 0 125k --:--:-- --:--:-- --:--:-- 125k 100 82347 0 0 100 82347 0 125k --:--:-- --:--:-- --:--:-- 125k 09:57:28 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/15b879c69db51bc022086de0c91cfc9c888da349 [Pipeline] } 09:57:29 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 09:57:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:57:32 ---> package-listing.sh 09:57:32 ++ facter osfamily 09:57:32 ++ tr '[:upper:]' '[:lower:]' 09:57:32 + OS_FAMILY=redhat 09:57:32 + workspace=/w/workspace/edgex-go/2 09:57:32 + START_PACKAGES=/tmp/packages_start.txt 09:57:32 + END_PACKAGES=/tmp/packages_end.txt 09:57:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:57:32 + PACKAGES=/tmp/packages_start.txt 09:57:32 + '[' /w/workspace/edgex-go/2 ']' 09:57:32 + PACKAGES=/tmp/packages_end.txt 09:57:32 + case "${OS_FAMILY}" in 09:57:32 + rpm -qa 09:57:32 + sort 09:57:37 + '[' -f /tmp/packages_start.txt ']' 09:57:37 + '[' -f /tmp/packages_end.txt ']' 09:57:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:57:37 + '[' /w/workspace/edgex-go/2 ']' 09:57:37 + mkdir -p /w/workspace/edgex-go/2/archives/ 09:57:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 09:57:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:57:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:57:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:57:38 09:57:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:57:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:57:38 alpine: Pulling from edgex-lftools-log-publisher 09:57:38 df20fa9351a1: Pulling fs layer 09:57:38 36b3adc4ff6f: Pulling fs layer 09:57:38 8ad3a11d3b57: Pulling fs layer 09:57:38 46f8f816bc3b: Pulling fs layer 09:57:38 93b61091891f: Pulling fs layer 09:57:38 93b9cdb0e59b: Pulling fs layer 09:57:38 5e14af77c1be: Pulling fs layer 09:57:38 01666e4c0597: Pulling fs layer 09:57:38 aa168da1d23b: Pulling fs layer 09:57:38 93b9cdb0e59b: Waiting 09:57:38 01666e4c0597: Waiting 09:57:38 5e14af77c1be: Waiting 09:57:38 46f8f816bc3b: Waiting 09:57:38 93b61091891f: Waiting 09:57:38 aa168da1d23b: Waiting 09:57:38 36b3adc4ff6f: Verifying Checksum 09:57:38 36b3adc4ff6f: Download complete 09:57:38 46f8f816bc3b: Verifying Checksum 09:57:38 46f8f816bc3b: Download complete 09:57:38 df20fa9351a1: Download complete 09:57:38 93b9cdb0e59b: Verifying Checksum 09:57:38 93b9cdb0e59b: Download complete 09:57:38 5e14af77c1be: Verifying Checksum 09:57:38 5e14af77c1be: Download complete 09:57:38 93b61091891f: Download complete 09:57:38 01666e4c0597: Verifying Checksum 09:57:38 01666e4c0597: Download complete 09:57:39 df20fa9351a1: Pull complete 09:57:39 36b3adc4ff6f: Pull complete 09:57:40 8ad3a11d3b57: Verifying Checksum 09:57:40 8ad3a11d3b57: Download complete 09:57:41 aa168da1d23b: Verifying Checksum 09:57:41 aa168da1d23b: Download complete 09:57:41 8ad3a11d3b57: Pull complete 09:57:41 46f8f816bc3b: Pull complete 09:57:42 93b61091891f: Pull complete 09:57:43 93b9cdb0e59b: Pull complete 09:57:44 5e14af77c1be: Pull complete 09:57:44 01666e4c0597: Pull complete 09:57:50 aa168da1d23b: Pull complete 09:57:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:57:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:57:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:57:50 prd-centos7-docker-4c-2g-18842 does not seem to be running inside a container 09:57:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:58:01 $ docker top 1a42936ed9b3ffdff214e6e61382177ec57858537feaa4fcce0f53bcb830dcce -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:01 + touch /tmp/pre-build-complete [Pipeline] sh 09:58:01 + mkdir -p /var/log/sa [Pipeline] sh 09:58:02 + ls /var/log/sa-host 09:58:02 + sadf -c /var/log/sa-host/sa07 09:58:02 file_magic: OK 09:58:02 HZ: Using current value: 100 09:58:02 file_header: OK 09:58:02 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 09:58:02 Statistics: 09:58:02 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... 09:58:02 File successfully converted to sysstat format version 12.2.1 09:58:02 + sadf -c /var/log/sa-host/sa23 09:58:02 file_magic: OK 09:58:02 HZ: Using current value: 100 09:58:02 file_header: OK 09:58:02 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 09:58:02 Statistics: 09:58:02 Hnuu...uuuununununu... 09:58:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:58:03 provisioning config files... 09:58:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5299722020566949410tmp [Pipeline] { [Pipeline] echo 09:58:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:58:03 ---> create-netrc.sh [Pipeline] } 09:58:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:58:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:58:04 ---> python-tools-install.sh [Pipeline] echo 09:58:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:58:04 ---> sudo-logs.sh 09:58:04 Archiving 'sudo' log.. [Pipeline] echo 09:58:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:58:04 ---> job-cost.sh 09:58:04 lf-activate-venv: SKIPPING 09:58:04 INFO: No Stack... 09:58:05 INFO: Retrieving Pricing Info for: v1-standard-2 09:58:06 INFO: Archiving Costs [Pipeline] echo 09:58:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:58:06 ---> logs-deploy.sh 09:58:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2993/2 09:58:06 INFO: archiving workspace using pattern(s): 09:58:08 Archives upload complete. 09:58:08 INFO: archiving logs to Nexus