Pull request #2968 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 4c7faa201beeecfc003c919f50fab7208469ca62+68a8f910767166238b38b7946bcb5bba3869a893 (38a0e1bf59cb841e367e19eed5a9d1efafe3fe0c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18149 in /w/workspace/edgexfoundry_edgex-go_PR-2968 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 4c7faa201beeecfc003c919f50fab7208469ca62 Merge succeeded, producing 4c7faa201beeecfc003c919f50fab7208469ca62 Checking out Revision 4c7faa201beeecfc003c919f50fab7208469ca62 (PR-2968) > 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/2968/head:refs/remotes/origin/PR-2968 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # 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 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 Commit message: "feat(data): implement GET /reading/resourcename/{resourcename} V2 API -- Add unit test to check empty resource name per review comment" First time build. Skipping changelog. > git rev-list --no-walk abe818e46277deb6a4927a77a792318765af1e01 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T07:55:48.040Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T07:55:48.276Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T07:55:48.385Z] ========================================================= [2021-01-04T07:55:48.385Z] EdgeX Global Pipelines Version Info [2021-01-04T07:55:48.385Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T07:55:50.301Z] ------------------- [2021-01-04T07:55:50.302Z] stable info: [2021-01-04T07:55:50.302Z] ------------------- [2021-01-04T07:55:50.302Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T07:55:50.302Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T07:55:50.302Z] Message: update stable to v1.0.173 [2021-01-04T07:55:50.878Z] ------------------- [2021-01-04T07:55:50.878Z] experimental info: [2021-01-04T07:55:50.878Z] ------------------- [2021-01-04T07:55:50.878Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T07:55:50.878Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T07:55:50.878Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T07:55:51.172Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T07:55:51.265Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T07:55:51.355Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T07:55:51.441Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T07:55:51.529Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T07:55:51.624Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T07:55:51.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T07:55:51.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T07:55:51.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T07:55:52.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T07:55:52.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T07:55:52.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T07:55:52.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T07:55:52.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T07:55:52.426Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T07:55:52.557Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T07:55:52.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T07:55:52.729Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T07:55:52.811Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T07:55:52.910Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T07:55:52.992Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T07:55:53.073Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T07:55:53.156Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T07:55:53.236Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2968 [Pipeline] echo [2021-01-04T07:55:53.326Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2968 [Pipeline] echo [2021-01-04T07:55:53.411Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2968 [Pipeline] echo [2021-01-04T07:55:53.501Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c7faa201beeecfc003c919f50fab7208469ca62 [Pipeline] echo [2021-01-04T07:55:53.588Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c7faa2 [Pipeline] echo [2021-01-04T07:55:53.669Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T07:55:53.841Z] provisioning config files... [2021-01-04T07:55:53.952Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1835544229092034246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T07:55:54.317Z] ---> docker-login.sh [2021-01-04T07:55:54.317Z] nexus3.edgexfoundry.org:10001 [2021-01-04T07:55:54.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:55:54.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:55:54.846Z] Configure a credential helper to remove this warning. See [2021-01-04T07:55:54.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:55:54.846Z] [2021-01-04T07:55:54.847Z] Login Succeeded [2021-01-04T07:55:54.847Z] nexus3.edgexfoundry.org:10002 [2021-01-04T07:55:54.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:55:55.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:55:55.110Z] Configure a credential helper to remove this warning. See [2021-01-04T07:55:55.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:55:55.110Z] [2021-01-04T07:55:55.110Z] Login Succeeded [2021-01-04T07:55:55.110Z] nexus3.edgexfoundry.org:10003 [2021-01-04T07:55:55.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:55:55.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:55:55.110Z] Configure a credential helper to remove this warning. See [2021-01-04T07:55:55.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:55:55.110Z] [2021-01-04T07:55:55.110Z] Login Succeeded [2021-01-04T07:55:55.110Z] nexus3.edgexfoundry.org:10004 [2021-01-04T07:55:55.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:55:55.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:55:55.373Z] Configure a credential helper to remove this warning. See [2021-01-04T07:55:55.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:55:55.373Z] [2021-01-04T07:55:55.373Z] Login Succeeded [2021-01-04T07:55:55.373Z] docker.io [2021-01-04T07:55:55.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:55:55.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:55:55.636Z] Configure a credential helper to remove this warning. See [2021-01-04T07:55:55.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:55:55.636Z] [2021-01-04T07:55:55.636Z] Login Succeeded [2021-01-04T07:55:55.636Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T07:55:55.648Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T07:55:56.109Z] ++ 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 [2021-01-04T07:55:56.110Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T07:55:56.110Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T07:55:56.110Z] ++ cut -d/ -f2 [2021-01-04T07:55:56.110Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T07:55:56.110Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T07:55:56.110Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T07:55:56.110Z] ++ cut -d/ -f2 [2021-01-04T07:55:56.110Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T07:55:56.110Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T07:55:56.110Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T07:55:56.110Z] ++ cut -d/ -f2 [2021-01-04T07:55:56.110Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T07:55:56.110Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T07:55:56.110Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T07:55:56.110Z] ++ cut -d/ -f2 [2021-01-04T07:55:56.110Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T07:55:56.110Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T07:55:56.110Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T07:55:56.110Z] ++ cut -d/ -f2 [2021-01-04T07:55:56.110Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T07:55:56.110Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T07:55:56.110Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T07:55:56.110Z] ++ cut -d/ -f2 [2021-01-04T07:55:56.110Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T07:55:56.110Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T07:55:56.110Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T07:55:56.110Z] ++ cut -d/ -f2 [2021-01-04T07:55:56.110Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T07:55:56.110Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T07:55:56.110Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T07:55:56.110Z] ++ cut -d/ -f2 [2021-01-04T07:55:56.110Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T07:55:56.110Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T07:55:56.110Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T07:55:56.110Z] ++ cut -d/ -f2 [2021-01-04T07:55:56.110Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T07:55:56.182Z] 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 [2021-01-04T07:55:57.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T07:55:57.715Z] [2021-01-04T07:55:57.715Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T07:55:58.068Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T07:55:58.068Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T07:55:58.068Z] 31603596830f: Pulling fs layer [2021-01-04T07:55:58.068Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T07:55:58.068Z] 6ca5941a6612: Pulling fs layer [2021-01-04T07:55:58.068Z] ecc8261a40a4: Pulling fs layer [2021-01-04T07:55:58.068Z] ecc8261a40a4: Waiting [2021-01-04T07:55:58.068Z] 2a8b12db71e7: Download complete [2021-01-04T07:55:58.068Z] 31603596830f: Verifying Checksum [2021-01-04T07:55:58.068Z] 31603596830f: Download complete [2021-01-04T07:55:58.333Z] ecc8261a40a4: Verifying Checksum [2021-01-04T07:55:58.333Z] ecc8261a40a4: Download complete [2021-01-04T07:55:58.333Z] 6ca5941a6612: Verifying Checksum [2021-01-04T07:55:58.333Z] 6ca5941a6612: Download complete [2021-01-04T07:55:58.595Z] 31603596830f: Pull complete [2021-01-04T07:55:58.595Z] 2a8b12db71e7: Pull complete [2021-01-04T07:55:59.554Z] 6ca5941a6612: Pull complete [2021-01-04T07:55:59.817Z] ecc8261a40a4: Pull complete [2021-01-04T07:55:59.817Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T07:55:59.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T07:55:59.817Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T07:55:59.917Z] prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container [2021-01-04T07:55:59.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T07:56:02.462Z] $ docker top b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T07:56:02.760Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T07:56:02.760Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T07:56:02.985Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T07:56:02.990Z] $ docker exec b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 ssh-agent [2021-01-04T07:56:03.156Z] SSH_AUTH_SOCK=/tmp/ssh-xLZPkgwZ2Ti2/agent.12 [2021-01-04T07:56:03.156Z] SSH_AGENT_PID=17 [2021-01-04T07:56:03.166Z] Running ssh-add (command line suppressed) [2021-01-04T07:56:03.285Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_768000146141824264.key (/w/workspace/edgex-go/5@tmp/private_key_768000146141824264.key) [2021-01-04T07:56:03.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T07:56:03.685Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T07:56:03.710Z] $ docker exec --env ******** --env ******** b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 ssh-agent -k [2021-01-04T07:56:03.818Z] unset SSH_AUTH_SOCK; [2021-01-04T07:56:03.819Z] unset SSH_AGENT_PID; [2021-01-04T07:56:03.819Z] echo Agent pid 17 killed; [2021-01-04T07:56:03.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T07:56:04.016Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T07:56:04.016Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T07:56:04.180Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T07:56:04.185Z] $ docker exec b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 ssh-agent [2021-01-04T07:56:04.346Z] SSH_AUTH_SOCK=/tmp/ssh-F6ZmpnHalrnu/agent.46 [2021-01-04T07:56:04.346Z] SSH_AGENT_PID=51 [2021-01-04T07:56:04.353Z] Running ssh-add (command line suppressed) [2021-01-04T07:56:04.471Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_710042051030363693.key (/w/workspace/edgex-go/5@tmp/private_key_710042051030363693.key) [2021-01-04T07:56:04.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T07:56:04.865Z] + git semver init [2021-01-04T07:56:04.865Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T07:56:04.865Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-04T07:56:04.865Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-04T07:56:04.865Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T07:56:04.865Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T07:56:04.865Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T07:56:04.865Z] # $SEMVER_BRANCH = PR-2968 [2021-01-04T07:56:04.865Z] # $SEMVER_TEMP = /tmp/semver-871840206 [2021-01-04T07:56:04.865Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T07:56:23.029Z] # '/tmp/semver-871840206' -> '/w/workspace/edgex-go/5/.semver' [2021-01-04T07:56:23.029Z] # -> Force: false [2021-01-04T07:56:23.029Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-04T07:56:23.044Z] $ docker exec --env ******** --env ******** b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 ssh-agent -k [2021-01-04T07:56:23.222Z] unset SSH_AUTH_SOCK; [2021-01-04T07:56:23.223Z] unset SSH_AGENT_PID; [2021-01-04T07:56:23.223Z] echo Agent pid 51 killed; [2021-01-04T07:56:23.271Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T07:56:23.866Z] + git semver [Pipeline] } [2021-01-04T07:56:23.885Z] $ docker stop --time=1 b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 [2021-01-04T07:56:25.425Z] $ docker rm -f b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T07:56:25.956Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T07:56:26.460Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T07:56:26.463Z] [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 [2021-01-04T07:56:27.370Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T07:56:27.666Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T07:56:27.960Z] + sudo service docker restart [2021-01-04T07:56:27.960Z] + true [2021-01-04T07:56:27.960Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T07:56:28.547Z] ========================================================= [2021-01-04T07:56:28.547Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T07:56:28.547Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T07:56:28.887Z] + 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 . [2021-01-04T07:56:33.115Z] Sending build context to Docker daemon 326.3MB [2021-01-04T07:56:33.115Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-04T07:56:33.115Z] Step 2/7 : FROM ${BASE} [2021-01-04T07:56:33.115Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T07:56:33.115Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T07:56:33.115Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T07:56:33.115Z] de9db76c5a1d: Pulling fs layer [2021-01-04T07:56:33.115Z] bca2f99d35d6: Pulling fs layer [2021-01-04T07:56:33.115Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T07:56:33.115Z] 7c6f9722023f: Pulling fs layer [2021-01-04T07:56:33.115Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T07:56:33.115Z] 93359f2a8cfa: Waiting [2021-01-04T07:56:33.115Z] 7c6f9722023f: Waiting [2021-01-04T07:56:33.115Z] a35cf1a2eb13: Waiting [2021-01-04T07:56:33.115Z] bca2f99d35d6: Waiting [2021-01-04T07:56:33.115Z] de9db76c5a1d: Download complete [2021-01-04T07:56:33.115Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T07:56:33.115Z] 0ef7d3d256c8: Download complete [2021-01-04T07:56:33.115Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T07:56:33.115Z] 93359f2a8cfa: Download complete [2021-01-04T07:56:33.115Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T07:56:33.115Z] 188c0c94c7c5: Download complete [2021-01-04T07:56:33.115Z] 7c6f9722023f: Verifying Checksum [2021-01-04T07:56:33.115Z] 7c6f9722023f: Download complete [2021-01-04T07:56:33.115Z] 188c0c94c7c5: Pull complete [2021-01-04T07:56:33.378Z] 0ef7d3d256c8: Pull complete [2021-01-04T07:56:33.378Z] de9db76c5a1d: Pull complete [2021-01-04T07:56:35.309Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T07:56:35.309Z] a35cf1a2eb13: Download complete [2021-01-04T07:56:36.262Z] bca2f99d35d6: Verifying Checksum [2021-01-04T07:56:36.262Z] bca2f99d35d6: Download complete [2021-01-04T07:56:41.595Z] bca2f99d35d6: Pull complete [2021-01-04T07:56:41.595Z] 93359f2a8cfa: Pull complete [2021-01-04T07:56:41.857Z] 7c6f9722023f: Pull complete [2021-01-04T07:56:41.864Z] Still waiting to schedule task [2021-01-04T07:56:41.864Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18147’ is offline [2021-01-04T07:56:47.175Z] a35cf1a2eb13: Pull complete [2021-01-04T07:56:47.175Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T07:56:47.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T07:56:47.175Z] ---> a62c8e92a672 [2021-01-04T07:56:47.175Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-04T07:56:47.175Z] ---> Running in ef41b0e69e3f [2021-01-04T07:56:47.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T07:56:47.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T07:56:48.326Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T07:56:48.588Z] (2/12) Installing file (5.38-r0) [2021-01-04T07:56:48.588Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T07:56:48.588Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T07:56:53.902Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T07:56:53.902Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T07:56:53.902Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T07:56:53.902Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T07:56:54.163Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T07:56:54.163Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T07:56:54.163Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T07:56:54.426Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T07:56:54.426Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T07:56:54.426Z] OK: 233 MiB in 51 packages [2021-01-04T07:56:57.756Z] Removing intermediate container ef41b0e69e3f [2021-01-04T07:56:57.756Z] ---> e2391cba336c [2021-01-04T07:56:57.756Z] Step 4/7 : WORKDIR /edgex-go [2021-01-04T07:56:58.019Z] ---> Running in d563ce359c10 [2021-01-04T07:56:58.019Z] Removing intermediate container d563ce359c10 [2021-01-04T07:56:58.019Z] ---> f1339255f438 [2021-01-04T07:56:58.019Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-04T07:56:58.978Z] latest: Pulling from library/docker [2021-01-04T07:56:58.978Z] 801bfaa63ef2: Pulling fs layer [2021-01-04T07:56:58.978Z] 4f7dc993c79e: Pulling fs layer [2021-01-04T07:56:58.978Z] d39d95e4997f: Pulling fs layer [2021-01-04T07:56:58.978Z] 1cda4b703d87: Pulling fs layer [2021-01-04T07:56:58.978Z] 54e5375350ea: Pulling fs layer [2021-01-04T07:56:58.978Z] f08cd1b3bb1b: Pulling fs layer [2021-01-04T07:56:58.978Z] 8e17d04e0c68: Pulling fs layer [2021-01-04T07:56:58.978Z] 1cda4b703d87: Waiting [2021-01-04T07:56:58.978Z] 54e5375350ea: Waiting [2021-01-04T07:56:58.978Z] f08cd1b3bb1b: Waiting [2021-01-04T07:56:58.978Z] 8e17d04e0c68: Waiting [2021-01-04T07:56:58.978Z] d39d95e4997f: Verifying Checksum [2021-01-04T07:56:58.978Z] d39d95e4997f: Download complete [2021-01-04T07:56:58.978Z] 801bfaa63ef2: Verifying Checksum [2021-01-04T07:56:58.978Z] 801bfaa63ef2: Download complete [2021-01-04T07:56:58.978Z] 4f7dc993c79e: Download complete [2021-01-04T07:56:58.978Z] f08cd1b3bb1b: Download complete [2021-01-04T07:56:58.978Z] 54e5375350ea: Verifying Checksum [2021-01-04T07:56:58.978Z] 54e5375350ea: Download complete [2021-01-04T07:56:59.243Z] 8e17d04e0c68: Verifying Checksum [2021-01-04T07:56:59.243Z] 8e17d04e0c68: Download complete [2021-01-04T07:56:59.243Z] 801bfaa63ef2: Pull complete [2021-01-04T07:56:59.513Z] 4f7dc993c79e: Pull complete [2021-01-04T07:56:59.778Z] d39d95e4997f: Pull complete [2021-01-04T07:57:00.042Z] 1cda4b703d87: Verifying Checksum [2021-01-04T07:57:00.042Z] 1cda4b703d87: Download complete [2021-01-04T07:57:02.610Z] 1cda4b703d87: Pull complete [2021-01-04T07:57:02.610Z] 54e5375350ea: Pull complete [2021-01-04T07:57:02.610Z] f08cd1b3bb1b: Pull complete [2021-01-04T07:57:02.873Z] 8e17d04e0c68: Pull complete [2021-01-04T07:57:02.873Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2021-01-04T07:57:02.873Z] Status: Downloaded newer image for docker:latest [2021-01-04T07:57:04.273Z] ---> bde00ed0bc5c [2021-01-04T07:57:04.273Z] Step 6/7 : COPY go.mod . [2021-01-04T07:57:04.536Z] ---> eaac540554a8 [2021-01-04T07:57:04.536Z] Step 7/7 : RUN go mod download [2021-01-04T07:57:04.536Z] ---> Running in 96797767f814 [2021-01-04T07:57:26.574Z] Removing intermediate container 96797767f814 [2021-01-04T07:57:26.574Z] ---> ef6fceae91e4 [2021-01-04T07:57:26.574Z] Successfully built ef6fceae91e4 [2021-01-04T07:57:26.574Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T07:57:26.901Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T07:57:27.168Z] . [Pipeline] withDockerContainer [2021-01-04T07:57:27.278Z] prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container [2021-01-04T07:57:27.335Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T07:57:28.268Z] $ docker top 44eb4d98ec9250b5b1e5b5f20c73c366aedcc4f4bb3f45859eb052fad58914e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T07:57:28.765Z] + go version [2021-01-04T07:57:28.765Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T07:57:28.782Z] $ docker stop --time=1 44eb4d98ec9250b5b1e5b5f20c73c366aedcc4f4bb3f45859eb052fad58914e3 [2021-01-04T07:57:30.217Z] $ docker rm -f 44eb4d98ec9250b5b1e5b5f20c73c366aedcc4f4bb3f45859eb052fad58914e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T07:57:31.123Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T07:57:31.123Z] . [Pipeline] withDockerContainer [2021-01-04T07:57:31.223Z] prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container [2021-01-04T07:57:31.274Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T07:57:31.903Z] $ docker top 36f94be49b0c94e7ecb4fedf8ef291da1b721cbb0fdc0605b43c666179df42f5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T07:57:32.126Z] ========================================================= [2021-01-04T07:57:32.126Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T07:57:32.126Z] ========================================================= [Pipeline] sh [2021-01-04T07:57:32.423Z] + make test [2021-01-04T07:57:32.423Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T07:57:40.625Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T07:57:55.691Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T07:58:01.038Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T07:58:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T07:58:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T07:58:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T07:58:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T07:58:01.911Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T07:58:02.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T07:58:02.759Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T07:58:03.349Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T07:58:05.297Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T07:58:05.297Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T07:58:05.297Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T07:58:07.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2021-01-04T07:58:07.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T07:58:07.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T07:58:07.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T07:58:07.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T07:58:07.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T07:58:11.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.0% of statements [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T07:58:11.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T07:58:11.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T07:58:11.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 75.5% of statements [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T07:58:11.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 83.1% of statements [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T07:58:11.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T07:58:13.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.313s coverage: 28.6% of statements [2021-01-04T07:58:13.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T07:58:13.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T07:58:13.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T07:58:13.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T07:58:13.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T07:58:13.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-01-04T07:58:13.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T07:58:13.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-01-04T07:58:13.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T07:58:13.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-01-04T07:58:13.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T07:58:13.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements [2021-01-04T07:58:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T07:58:14.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-01-04T07:58:14.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T07:58:14.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T07:58:14.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T07:58:14.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T07:58:15.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.316s coverage: 93.8% of statements [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T07:58:15.947Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T07:58:15.947Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T07:58:15.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T07:58:15.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-04T07:58:15.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T07:58:16.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-04T07:58:16.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-04T07:58:16.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.2% of statements [2021-01-04T07:58:17.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements [2021-01-04T07:58:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T07:58:17.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements [2021-01-04T07:58:17.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T07:58:17.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T07:58:17.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-04T07:58:17.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-04T07:58:17.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-01-04T07:58:17.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-04T07:58:18.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-04T07:58:19.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.404s coverage: 55.9% of statements [2021-01-04T07:58:19.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T07:58:19.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T07:58:19.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T07:58:19.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T07:58:19.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T07:58:19.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 37.0% of statements [2021-01-04T07:58:19.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T07:58:19.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T07:58:19.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.375s coverage: 84.0% of statements [2021-01-04T07:58:19.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements [2021-01-04T07:58:21.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-04T07:58:21.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T07:58:21.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T07:58:21.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T07:58:21.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T07:58:21.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T07:58:21.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-01-04T07:58:21.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T07:58:21.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-01-04T07:58:21.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T07:58:23.240Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T07:58:23.240Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T07:58:23.240Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T07:58:23.240Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T07:58:23.240Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T07:58:23.240Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T07:58:23.502Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-01-04T07:58:23.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T07:58:23.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T07:58:23.502Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-04T07:58:23.764Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-04T07:58:24.029Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-04T07:58:24.290Z] GO111MODULE=on go vet ./... [2021-01-04T07:58:27.118Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18150 in /w/workspace/edgexfoundry_edgex-go_PR-2968 [Pipeline] { [Pipeline] ws [2021-01-04T07:58:27.188Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-04T07:58:32.502Z] using credential edgex-jenkins-ssh [2021-01-04T07:58:32.608Z] Cloning the remote Git repository [2021-01-04T07:58:32.685Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T07:58:32.796Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-04T07:58:32.872Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T07:58:32.873Z] > git --version # timeout=10 [2021-01-04T07:58:32.890Z] > git --version # 'git version 2.17.1' [2021-01-04T07:58:32.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T07:58:32.980Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T07:58:46.399Z] gofmt -l . [2021-01-04T07:58:46.399Z] [ "`gofmt -l .`" = "" ] [2021-01-04T07:58:46.980Z] ./bin/test-go-mod-tidy.sh [2021-01-04T07:58:47.555Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T07:58:49.259Z] + ls -al . [2021-01-04T07:58:49.259Z] total 636 [2021-01-04T07:58:49.259Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 07:58 . [2021-01-04T07:58:49.259Z] drwxr-xr-x 4 root root 28 Jan 4 07:57 .. [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 07:55 .dockerignore [2021-01-04T07:58:49.259Z] drwxrwxr-x 8 1001 1001 179 Jan 4 07:55 .git [2021-01-04T07:58:49.259Z] drwxrwxr-x 3 1001 1001 125 Jan 4 07:55 .github [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 07:55 .gitignore [2021-01-04T07:58:49.259Z] drwx------ 3 1001 1001 47 Jan 4 07:56 .semver [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 07:55 .sonarcloud.properties [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 07:55 CONTRIBUTING.md [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 1035 Jan 4 07:55 Dockerfile.build [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 07:55 Jenkinsfile [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 07:55 LICENSE [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 07:55 Makefile [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 07:55 README.md [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 07:55 SECURITY.md [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 07:56 VERSION [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 07:55 ZMQWindows.md [2021-01-04T07:58:49.259Z] drwxrwxr-x 2 1001 1001 117 Jan 4 07:55 bin [2021-01-04T07:58:49.259Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 07:55 cmd [2021-01-04T07:58:49.259Z] -rw-r--r-- 1 root root 539421 Jan 4 07:58 coverage.out [2021-01-04T07:58:49.259Z] -rw-r--r-- 1 root root 979 Jan 4 07:58 go.mod [2021-01-04T07:58:49.259Z] -rw-r--r-- 1 root root 18739 Jan 4 07:58 go.sum [2021-01-04T07:58:49.259Z] drwxrwxr-x 8 1001 1001 127 Jan 4 07:55 internal [2021-01-04T07:58:49.259Z] drwxrwxr-x 4 1001 1001 26 Jan 4 07:55 openapi [2021-01-04T07:58:49.259Z] drwxrwxr-x 4 1001 1001 71 Jan 4 07:55 snap [2021-01-04T07:58:49.259Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 07:55 version.go [Pipeline] sh [2021-01-04T07:58:49.576Z] + '[' -e coverage.out ] [2021-01-04T07:58:49.576Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T07:58:49.819Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T07:58:50.120Z] + make build [2021-01-04T07:58:50.120Z] 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 [2021-01-04T07:58:50.394Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T07:58:50.850Z] Merge succeeded, producing 4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T07:58:50.851Z] Checking out Revision 4c7faa201beeecfc003c919f50fab7208469ca62 (PR-2968) [2021-01-04T07:58:49.594Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T07:58:49.610Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T07:58:49.642Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T07:58:49.675Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T07:58:49.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T07:58:49.686Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2968/head:refs/remotes/origin/PR-2968 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T07:58:50.423Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T07:58:50.446Z] > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 [2021-01-04T07:58:50.748Z] > git remote # timeout=10 [2021-01-04T07:58:50.766Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T07:58:50.791Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T07:58:50.802Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2021-01-04T07:58:50.827Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T07:58:50.863Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T07:58:50.875Z] > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 [2021-01-04T07:58:55.433Z] 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 [2021-01-04T07:58:55.464Z] Commit message: "feat(data): implement GET /reading/resourcename/{resourcename} V2 API -- Add unit test to check empty resource name per review comment" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T07:58:57.032Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T07:58:57.443Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T07:58:57.943Z] + true [2021-01-04T07:58:57.944Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T07:59:00.022Z] provisioning config files... [2021-01-04T07:59:00.094Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7104207192507798075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T07:59:00.513Z] ---> docker-login.sh [2021-01-04T07:59:00.513Z] nexus3.edgexfoundry.org:10001 [2021-01-04T07:59:01.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:59:01.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:59:01.773Z] Configure a credential helper to remove this warning. See [2021-01-04T07:59:01.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:59:01.773Z] [2021-01-04T07:59:01.773Z] Login Succeeded [2021-01-04T07:59:01.773Z] nexus3.edgexfoundry.org:10002 [2021-01-04T07:59:02.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:59:02.109Z] 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 [2021-01-04T07:59:02.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:59:02.323Z] Configure a credential helper to remove this warning. See [2021-01-04T07:59:02.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:59:02.323Z] [2021-01-04T07:59:02.323Z] Login Succeeded [2021-01-04T07:59:02.323Z] nexus3.edgexfoundry.org:10003 [2021-01-04T07:59:02.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:59:02.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:59:02.869Z] Configure a credential helper to remove this warning. See [2021-01-04T07:59:02.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:59:02.869Z] [2021-01-04T07:59:02.869Z] Login Succeeded [2021-01-04T07:59:02.869Z] nexus3.edgexfoundry.org:10004 [2021-01-04T07:59:03.062Z] 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 [2021-01-04T07:59:03.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:59:03.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:59:03.420Z] Configure a credential helper to remove this warning. See [2021-01-04T07:59:03.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:59:03.420Z] [2021-01-04T07:59:03.420Z] Login Succeeded [2021-01-04T07:59:03.420Z] docker.io [2021-01-04T07:59:03.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T07:59:04.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T07:59:04.290Z] Configure a credential helper to remove this warning. See [2021-01-04T07:59:04.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T07:59:04.290Z] [2021-01-04T07:59:04.290Z] Login Succeeded [2021-01-04T07:59:04.290Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T07:59:04.306Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-04T07:59:04.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] // withEnv [Pipeline] unstash [2021-01-04T07:59:04.718Z] 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 [Pipeline] echo [2021-01-04T07:59:04.761Z] ========================================================= [2021-01-04T07:59:04.761Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T07:59:04.761Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T07:59:05.140Z] + 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 . [2021-01-04T07:59:06.131Z] 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 [2021-01-04T07:59:07.526Z] 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 [2021-01-04T07:59:07.792Z] Sending build context to Docker daemon 165.4MB [2021-01-04T07:59:07.793Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-04T07:59:07.793Z] Step 2/7 : FROM ${BASE} [2021-01-04T07:59:07.793Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T07:59:07.793Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T07:59:07.793Z] a4357932f1b6: Pulling fs layer [2021-01-04T07:59:07.793Z] 18c013af1878: Pulling fs layer [2021-01-04T07:59:07.793Z] 00ac8860ef70: Pulling fs layer [2021-01-04T07:59:07.793Z] 63d7cb157983: Pulling fs layer [2021-01-04T07:59:07.793Z] b116817d02f9: Pulling fs layer [2021-01-04T07:59:07.793Z] 745a02a5169b: Pulling fs layer [2021-01-04T07:59:07.793Z] 00ac8860ef70: Waiting [2021-01-04T07:59:07.793Z] b116817d02f9: Waiting [2021-01-04T07:59:07.793Z] 745a02a5169b: Waiting [2021-01-04T07:59:07.793Z] 63d7cb157983: Waiting [2021-01-04T07:59:07.793Z] 18c013af1878: Verifying Checksum [2021-01-04T07:59:07.793Z] 18c013af1878: Download complete [2021-01-04T07:59:07.793Z] a4357932f1b6: Download complete [2021-01-04T07:59:07.793Z] 63d7cb157983: Verifying Checksum [2021-01-04T07:59:07.793Z] 63d7cb157983: Download complete [2021-01-04T07:59:07.793Z] b116817d02f9: Verifying Checksum [2021-01-04T07:59:07.793Z] b116817d02f9: Download complete [2021-01-04T07:59:07.793Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T07:59:07.793Z] 5f621e34cdf4: Download complete [2021-01-04T07:59:08.397Z] 5f621e34cdf4: Pull complete [2021-01-04T07:59:08.472Z] 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 [2021-01-04T07:59:09.000Z] a4357932f1b6: Pull complete [2021-01-04T07:59:09.275Z] 18c013af1878: Pull complete [2021-01-04T07:59:09.868Z] 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 [2021-01-04T07:59:10.261Z] 745a02a5169b: Verifying Checksum [2021-01-04T07:59:10.261Z] 745a02a5169b: Download complete [2021-01-04T07:59:10.824Z] 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 [2021-01-04T07:59:11.247Z] 00ac8860ef70: Verifying Checksum [2021-01-04T07:59:11.247Z] 00ac8860ef70: Download complete [2021-01-04T07:59:11.773Z] 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] } [2021-01-04T07:59:12.757Z] $ docker stop --time=1 36f94be49b0c94e7ecb4fedf8ef291da1b721cbb0fdc0605b43c666179df42f5 [2021-01-04T07:59:14.375Z] $ docker rm -f 36f94be49b0c94e7ecb4fedf8ef291da1b721cbb0fdc0605b43c666179df42f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T07:59:18.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T07:59:18.171Z] [2021-01-04T07:59:18.171Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T07:59:18.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T07:59:18.576Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T07:59:18.576Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T07:59:18.576Z] ca9280d653b3: Pulling fs layer [2021-01-04T07:59:18.576Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T07:59:18.853Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-04T07:59:18.853Z] cbdbe7a5bc2a: Download complete [2021-01-04T07:59:19.123Z] cbdbe7a5bc2a: Pull complete [2021-01-04T07:59:19.123Z] ca9280d653b3: Verifying Checksum [2021-01-04T07:59:19.123Z] ca9280d653b3: Download complete [2021-01-04T07:59:20.107Z] 7e9c9ca2126c: Verifying Checksum [2021-01-04T07:59:20.107Z] 7e9c9ca2126c: Download complete [2021-01-04T07:59:20.107Z] ca9280d653b3: Pull complete [2021-01-04T07:59:21.502Z] 00ac8860ef70: Pull complete [2021-01-04T07:59:21.778Z] 63d7cb157983: Pull complete [2021-01-04T07:59:22.052Z] b116817d02f9: Pull complete [2021-01-04T07:59:26.383Z] 745a02a5169b: Pull complete [2021-01-04T07:59:26.383Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T07:59:26.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T07:59:26.383Z] ---> b7e6874047d6 [2021-01-04T07:59:26.383Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-04T07:59:28.337Z] 7e9c9ca2126c: Pull complete [2021-01-04T07:59:28.337Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T07:59:28.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T07:59:28.337Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T07:59:28.476Z] prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container [2021-01-04T07:59:28.524Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T07:59:29.564Z] $ docker top 9daedb6ed4ebde93b425a623c008761f169d0eccf439fe1d1d73de7753d39c23 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T07:59:29.794Z] ---> Running in c80f8555ac48 [2021-01-04T07:59:30.061Z] + docker-compose build --help [2021-01-04T07:59:30.061Z] + grep parallel [2021-01-04T07:59:30.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T07:59:31.012Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T07:59:31.027Z] $ docker stop --time=1 9daedb6ed4ebde93b425a623c008761f169d0eccf439fe1d1d73de7753d39c23 [2021-01-04T07:59:31.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T07:59:32.345Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T07:59:32.382Z] $ docker rm -f 9daedb6ed4ebde93b425a623c008761f169d0eccf439fe1d1d73de7753d39c23 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-04T07:59:32.618Z] (2/12) Installing file (5.38-r0) [2021-01-04T07:59:32.618Z] (3/12) Installing libc-dev (0.7.2-r3) [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T07:59:32.891Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T07:59:32.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T07:59:32.994Z] . [Pipeline] withDockerContainer [2021-01-04T07:59:33.089Z] prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container [2021-01-04T07:59:33.139Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 [2021-01-04T07:59:33.686Z] $ docker top 07d84ed694d021d0d8f1bdc182bb6adb5caffe2c5dc11d5add3386d3c0743f91 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T07:59:34.153Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T07:59:35.097Z] Building docker-core-command-go ... [2021-01-04T07:59:35.097Z] Building docker-core-data-go ... [2021-01-04T07:59:35.097Z] Building docker-core-metadata-go ... [2021-01-04T07:59:35.097Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T07:59:35.097Z] Building docker-security-proxy-setup-go ... [2021-01-04T07:59:35.097Z] Building docker-security-secretstore-setup-go ... [2021-01-04T07:59:35.097Z] Building docker-support-notifications-go ... [2021-01-04T07:59:35.097Z] Building docker-support-scheduler-go ... [2021-01-04T07:59:35.097Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T07:59:35.097Z] Building docker-support-scheduler-go [2021-01-04T07:59:35.097Z] Building docker-security-bootstrap-redis-go [2021-01-04T07:59:35.097Z] Building docker-core-command-go [2021-01-04T07:59:35.097Z] Building docker-support-notifications-go [2021-01-04T07:59:35.097Z] Building docker-core-metadata-go [2021-01-04T07:59:36.284Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T07:59:36.557Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T07:59:36.557Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T07:59:36.557Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T07:59:36.827Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T07:59:36.827Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T07:59:36.827Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T07:59:37.110Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T07:59:37.110Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T07:59:37.110Z] OK: 217 MiB in 51 packages [2021-01-04T07:59:41.441Z] Removing intermediate container c80f8555ac48 [2021-01-04T07:59:41.441Z] ---> 75f3589eba3b [2021-01-04T07:59:41.441Z] Step 4/7 : WORKDIR /edgex-go [2021-01-04T07:59:41.441Z] ---> Running in 0fa16bd9326e [2021-01-04T07:59:41.713Z] Removing intermediate container 0fa16bd9326e [2021-01-04T07:59:41.713Z] ---> 5382bd322177 [2021-01-04T07:59:41.713Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-04T07:59:42.314Z] latest: Pulling from library/docker [2021-01-04T07:59:42.314Z] 159e5727ea61: Pulling fs layer [2021-01-04T07:59:42.314Z] 687389c36290: Pulling fs layer [2021-01-04T07:59:42.314Z] 94e28978939c: Pulling fs layer [2021-01-04T07:59:42.314Z] ea42096754a7: Pulling fs layer [2021-01-04T07:59:42.314Z] bd61cee6920e: Pulling fs layer [2021-01-04T07:59:42.314Z] 87c4ece4675c: Pulling fs layer [2021-01-04T07:59:42.314Z] 90ca8b2ff088: Pulling fs layer [2021-01-04T07:59:42.314Z] ea42096754a7: Waiting [2021-01-04T07:59:42.314Z] bd61cee6920e: Waiting [2021-01-04T07:59:42.314Z] 87c4ece4675c: Waiting [2021-01-04T07:59:42.315Z] 90ca8b2ff088: Waiting [2021-01-04T07:59:42.592Z] 94e28978939c: Download complete [2021-01-04T07:59:42.592Z] 687389c36290: Verifying Checksum [2021-01-04T07:59:42.592Z] 687389c36290: Download complete [2021-01-04T07:59:42.592Z] 159e5727ea61: Download complete [2021-01-04T07:59:42.871Z] bd61cee6920e: Verifying Checksum [2021-01-04T07:59:42.871Z] bd61cee6920e: Download complete [2021-01-04T07:59:42.871Z] 87c4ece4675c: Verifying Checksum [2021-01-04T07:59:42.871Z] 87c4ece4675c: Download complete [2021-01-04T07:59:42.871Z] 90ca8b2ff088: Download complete [2021-01-04T07:59:43.149Z] 159e5727ea61: Pull complete [2021-01-04T07:59:44.126Z] 687389c36290: Pull complete [2021-01-04T07:59:44.126Z] 94e28978939c: Pull complete [2021-01-04T07:59:44.398Z] ea42096754a7: Verifying Checksum [2021-01-04T07:59:44.398Z] ea42096754a7: Download complete [2021-01-04T07:59:47.798Z] ea42096754a7: Pull complete [2021-01-04T07:59:48.398Z] bd61cee6920e: Pull complete [2021-01-04T07:59:48.679Z] 87c4ece4675c: Pull complete [2021-01-04T07:59:48.954Z] 90ca8b2ff088: Pull complete [2021-01-04T07:59:48.954Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2021-01-04T07:59:48.954Z] Status: Downloaded newer image for docker:latest [2021-01-04T07:59:52.384Z] ---> 05786606d4d7 [2021-01-04T07:59:52.384Z] Step 6/7 : COPY go.mod . [2021-01-04T07:59:53.362Z] ---> 42af0965435d [2021-01-04T07:59:53.362Z] Step 7/7 : RUN go mod download [2021-01-04T07:59:53.362Z] ---> Running in 3fc959538c55 [2021-01-04T08:00:07.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:00:07.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:00:07.398Z] [2021-01-04T08:00:07.398Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:00:07.398Z] ---> ef6fceae91e4 [2021-01-04T08:00:07.398Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T08:00:07.398Z] ---> ef6fceae91e4 [2021-01-04T08:00:07.398Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T08:00:07.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:00:07.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:00:07.398Z] ---> ef6fceae91e4 [2021-01-04T08:00:07.398Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T08:00:07.398Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:00:07.398Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:00:07.398Z] ---> ef6fceae91e4 [2021-01-04T08:00:07.398Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T08:00:07.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:00:07.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:00:07.398Z] ---> ef6fceae91e4 [2021-01-04T08:00:07.398Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T08:00:07.398Z] ---> Running in f74439dbb172 [2021-01-04T08:00:07.398Z] ---> Running in bd08395e32c5 [2021-01-04T08:00:07.398Z] ---> Running in eee9471280d0 [2021-01-04T08:00:07.398Z] ---> Running in 70740b0ffe08 [2021-01-04T08:00:07.398Z] ---> Running in d93a397e37f1 [2021-01-04T08:00:07.398Z] Removing intermediate container f74439dbb172 [2021-01-04T08:00:07.398Z] ---> 624f37f93ad1 [2021-01-04T08:00:07.398Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:00:07.398Z] Removing intermediate container d93a397e37f1 [2021-01-04T08:00:07.398Z] ---> 82c951de7f8f [2021-01-04T08:00:07.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:00:07.398Z] Removing intermediate container 70740b0ffe08 [2021-01-04T08:00:07.398Z] ---> a2a968cac723 [2021-01-04T08:00:07.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:00:07.398Z] Removing intermediate container eee9471280d0 [2021-01-04T08:00:07.398Z] ---> e68306f89de8 [2021-01-04T08:00:07.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:00:07.398Z] Removing intermediate container bd08395e32c5 [2021-01-04T08:00:07.398Z] ---> 09dc137c08a1 [2021-01-04T08:00:07.398Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:00:07.398Z] ---> Running in e5171b7fced9 [2021-01-04T08:00:07.398Z] ---> Running in ca091ce1f472 [2021-01-04T08:00:07.398Z] ---> Running in a71ebc267df6 [2021-01-04T08:00:07.398Z] ---> Running in e6e3d23da461 [2021-01-04T08:00:07.398Z] ---> Running in 471521f22512 [2021-01-04T08:00:07.979Z] Removing intermediate container a71ebc267df6 [2021-01-04T08:00:07.979Z] ---> 37b0cd87cf2e [2021-01-04T08:00:07.979Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T08:00:07.979Z] Removing intermediate container ca091ce1f472 [2021-01-04T08:00:07.979Z] ---> 815a72c61ba5 [2021-01-04T08:00:07.979Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-04T08:00:08.243Z] ---> Running in 2e2636444271 [2021-01-04T08:00:08.243Z] ---> Running in 9a0cd303fbbe [2021-01-04T08:00:08.508Z] Removing intermediate container e5171b7fced9 [2021-01-04T08:00:08.508Z] ---> 56850dad7609 [2021-01-04T08:00:08.508Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T08:00:08.508Z] Removing intermediate container 471521f22512 [2021-01-04T08:00:08.508Z] ---> 5c8a940a4145 [2021-01-04T08:00:08.508Z] Step 5/21 : RUN apk update && apk add make git [2021-01-04T08:00:08.772Z] ---> Running in 061730a20817 [2021-01-04T08:00:08.772Z] ---> Running in aea4929ae121 [2021-01-04T08:00:08.772Z] Removing intermediate container e6e3d23da461 [2021-01-04T08:00:08.772Z] ---> 91d4f3cc2a67 [2021-01-04T08:00:08.772Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T08:00:09.041Z] ---> Running in df79e9c552fa [2021-01-04T08:00:09.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:09.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:09.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:09.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:09.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:10.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:10.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:10.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:10.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:10.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:00:10.851Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:00:10.851Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:00:10.851Z] OK: 12750 distinct packages available [2021-01-04T08:00:10.851Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:00:10.851Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:00:10.851Z] OK: 12750 distinct packages available [2021-01-04T08:00:10.851Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:00:10.851Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:00:10.851Z] OK: 12750 distinct packages available [2021-01-04T08:00:10.851Z] OK: 233 MiB in 51 packages [2021-01-04T08:00:11.300Z] OK: 233 MiB in 51 packages [2021-01-04T08:00:11.300Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:00:11.300Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:00:11.300Z] OK: 12750 distinct packages available [2021-01-04T08:00:11.300Z] OK: 233 MiB in 51 packages [2021-01-04T08:00:11.300Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:00:11.300Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:00:11.300Z] OK: 12750 distinct packages available [2021-01-04T08:00:11.578Z] OK: 233 MiB in 51 packages [2021-01-04T08:00:11.578Z] OK: 233 MiB in 51 packages [2021-01-04T08:00:11.841Z] Removing intermediate container 2e2636444271 [2021-01-04T08:00:11.841Z] ---> 77b9a17e534e [2021-01-04T08:00:11.841Z] Step 6/22 : COPY go.mod . [2021-01-04T08:00:12.119Z] Removing intermediate container 9a0cd303fbbe [2021-01-04T08:00:12.119Z] ---> 359c2e90f9c8 [2021-01-04T08:00:12.119Z] Step 6/24 : COPY go.mod . [2021-01-04T08:00:12.119Z] ---> 085debd5585e [2021-01-04T08:00:12.119Z] Step 7/22 : RUN go mod download [2021-01-04T08:00:12.382Z] Removing intermediate container aea4929ae121 [2021-01-04T08:00:12.382Z] ---> 2e964b31d98f [2021-01-04T08:00:12.382Z] Step 6/21 : COPY go.mod . [2021-01-04T08:00:12.382Z] ---> Running in 193c34681349 [2021-01-04T08:00:12.645Z] ---> 72eaa0ab23b9 [2021-01-04T08:00:12.645Z] Step 7/24 : RUN go mod download [2021-01-04T08:00:12.645Z] Removing intermediate container df79e9c552fa [2021-01-04T08:00:12.645Z] ---> 1e5924ea5775 [2021-01-04T08:00:12.645Z] Step 6/22 : COPY go.mod . [2021-01-04T08:00:12.918Z] ---> Running in f6dc558c4fc6 [2021-01-04T08:00:12.918Z] ---> 518666992733 [2021-01-04T08:00:12.918Z] Step 7/21 : RUN go mod download [2021-01-04T08:00:12.918Z] Removing intermediate container 061730a20817 [2021-01-04T08:00:12.918Z] ---> 4ebc66d9c8b4 [2021-01-04T08:00:12.918Z] Step 6/22 : COPY go.mod . [2021-01-04T08:00:12.918Z] ---> Running in 4036934074d3 [2021-01-04T08:00:13.186Z] ---> 6c0d8f99db8e [2021-01-04T08:00:13.186Z] Step 7/22 : RUN go mod download [2021-01-04T08:00:13.450Z] ---> e7093bc60a61 [2021-01-04T08:00:13.450Z] Step 7/22 : RUN go mod download [2021-01-04T08:00:13.450Z] ---> Running in 8098c5d4bdd8 [2021-01-04T08:00:13.450Z] ---> Running in 8da1a010d10b [2021-01-04T08:00:14.403Z] Removing intermediate container 193c34681349 [2021-01-04T08:00:14.403Z] ---> 5ae649f562e2 [2021-01-04T08:00:14.403Z] Step 8/22 : COPY . . [2021-01-04T08:00:14.665Z] Removing intermediate container f6dc558c4fc6 [2021-01-04T08:00:14.665Z] ---> 2fc6f6d5469e [2021-01-04T08:00:14.665Z] Step 8/24 : COPY . . [2021-01-04T08:00:17.226Z] Removing intermediate container 4036934074d3 [2021-01-04T08:00:17.226Z] ---> ab618f09404e [2021-01-04T08:00:17.226Z] Step 8/21 : COPY . . [2021-01-04T08:00:20.152Z] Removing intermediate container 3fc959538c55 [2021-01-04T08:00:20.152Z] ---> c0d88b3448ec [2021-01-04T08:00:20.152Z] Successfully built c0d88b3448ec [2021-01-04T08:00:20.152Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T08:00:20.505Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T08:00:20.505Z] . [Pipeline] withDockerContainer [2021-01-04T08:00:20.775Z] prd-ubuntu18.04-docker-arm64-4c-16g-18150 does not seem to be running inside a container [2021-01-04T08:00:20.864Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-arm64 cat [2021-01-04T08:00:22.241Z] $ docker top 37adfeb5ef13451f5bbdd9628f7cf3928561ab9f6f82c82f661165d72bff82c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T08:00:23.258Z] + go version [2021-01-04T08:00:23.258Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T08:00:23.295Z] $ docker stop --time=1 37adfeb5ef13451f5bbdd9628f7cf3928561ab9f6f82c82f661165d72bff82c8 [2021-01-04T08:00:25.130Z] $ docker rm -f 37adfeb5ef13451f5bbdd9628f7cf3928561ab9f6f82c82f661165d72bff82c8 [Pipeline] // withDockerContainer [2021-01-04T08:00:25.449Z] Removing intermediate container 8098c5d4bdd8 [2021-01-04T08:00:25.449Z] ---> 41701198eb89 [2021-01-04T08:00:25.449Z] Step 8/22 : COPY . . [2021-01-04T08:00:25.449Z] Removing intermediate container 8da1a010d10b [2021-01-04T08:00:25.449Z] ---> 5255cd6b73ed [2021-01-04T08:00:25.449Z] Step 8/22 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T08:00:26.146Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T08:00:26.146Z] . [Pipeline] withDockerContainer [2021-01-04T08:00:26.387Z] prd-ubuntu18.04-docker-arm64-4c-16g-18150 does not seem to be running inside a container [2021-01-04T08:00:26.475Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-arm64 cat [2021-01-04T08:00:27.848Z] $ docker top fbc5ac88190084fe4313ff6cdd37f4335eccacf72091ae97c12de5acc321797e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T08:00:28.236Z] ========================================================= [2021-01-04T08:00:28.236Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T08:00:28.236Z] ========================================================= [Pipeline] sh [2021-01-04T08:00:28.878Z] + make test [2021-01-04T08:00:28.878Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T08:00:51.144Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T08:00:52.249Z] ---> 7ffd5fa4f9d7 [2021-01-04T08:00:52.249Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T08:00:54.190Z] ---> 87b8ffe818e7 [2021-01-04T08:00:54.190Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T08:00:54.190Z] ---> 87796df21465 [2021-01-04T08:00:54.190Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T08:00:54.462Z] ---> Running in e1927c755019 [2021-01-04T08:00:55.438Z] ---> Running in fe80b54cb950 [2021-01-04T08:00:55.438Z] ---> Running in afe6b313e6ca [2021-01-04T08:00:58.052Z] 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 [2021-01-04T08:00:58.052Z] 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 [2021-01-04T08:00:58.052Z] 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 [2021-01-04T08:00:58.052Z] ---> 2264181e2bfb [2021-01-04T08:00:58.052Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T08:00:58.327Z] ---> daad7a6079b6 [2021-01-04T08:00:58.327Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T08:00:58.327Z] ---> Running in 42a32575afe0 [2021-01-04T08:00:58.327Z] ---> Running in 2f9b73065cc3 [2021-01-04T08:00:59.771Z] 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 [2021-01-04T08:01:00.376Z] 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 [2021-01-04T08:01:38.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T08:01:39.283Z] Removing intermediate container e1927c755019 [2021-01-04T08:01:39.283Z] ---> 73ddd74e29fb [2021-01-04T08:01:39.283Z] [2021-01-04T08:01:39.284Z] Step 10/22 : FROM alpine:3.10 [2021-01-04T08:01:39.284Z] Removing intermediate container afe6b313e6ca [2021-01-04T08:01:39.284Z] ---> 0f9b5a6a8665 [2021-01-04T08:01:39.284Z] [2021-01-04T08:01:39.284Z] Step 10/21 : FROM scratch [2021-01-04T08:01:39.284Z] ---> [2021-01-04T08:01:39.284Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T08:01:39.284Z] Removing intermediate container fe80b54cb950 [2021-01-04T08:01:39.284Z] ---> a8ace0a24027 [2021-01-04T08:01:39.284Z] [2021-01-04T08:01:39.284Z] Step 10/24 : FROM scratch [2021-01-04T08:01:39.284Z] ---> [2021-01-04T08:01:39.284Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T08:01:39.284Z] Removing intermediate container 42a32575afe0 [2021-01-04T08:01:39.284Z] ---> 9524dbd062fd [2021-01-04T08:01:39.284Z] [2021-01-04T08:01:39.284Z] Step 10/22 : FROM scratch [2021-01-04T08:01:39.284Z] ---> [2021-01-04T08:01:39.284Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T08:01:39.284Z] 3.10: Pulling from library/alpine [2021-01-04T08:01:39.284Z] ---> Running in 86718bd0490b [2021-01-04T08:01:39.284Z] ---> Running in a5e235d44a0e [2021-01-04T08:01:39.284Z] ---> Running in 80e0aa93c613 [2021-01-04T08:01:39.284Z] Removing intermediate container 86718bd0490b [2021-01-04T08:01:39.284Z] ---> 81f99be79b14 [2021-01-04T08:01:39.284Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T08:01:39.284Z] Removing intermediate container 80e0aa93c613 [2021-01-04T08:01:39.284Z] ---> d4a8a7ca8ec0 [2021-01-04T08:01:39.284Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T08:01:39.284Z] Removing intermediate container a5e235d44a0e [2021-01-04T08:01:39.284Z] ---> 097ca13b66cc [2021-01-04T08:01:39.284Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T08:01:39.284Z] ---> Running in d59bb7dd39c3 [2021-01-04T08:01:39.284Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-04T08:01:39.284Z] ---> Running in d9d427895bd1 [2021-01-04T08:01:39.284Z] ---> Running in 1b549b259605 [2021-01-04T08:01:39.284Z] Status: Downloaded newer image for alpine:3.10 [2021-01-04T08:01:39.284Z] ---> be4e4bea2c2e [2021-01-04T08:01:39.284Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-04T08:01:39.284Z] ---> Running in 6ee43038dcca [2021-01-04T08:01:39.284Z] Removing intermediate container 2f9b73065cc3 [2021-01-04T08:01:39.284Z] ---> 0e431c61548c [2021-01-04T08:01:39.284Z] [2021-01-04T08:01:39.284Z] Step 10/22 : FROM scratch [2021-01-04T08:01:39.284Z] ---> [2021-01-04T08:01:39.284Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T08:01:39.284Z] ---> Using cache [2021-01-04T08:01:39.284Z] ---> 097ca13b66cc [2021-01-04T08:01:39.284Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T08:01:39.284Z] ---> Running in b27e2300618c [2021-01-04T08:01:39.284Z] Removing intermediate container 1b549b259605 [2021-01-04T08:01:39.284Z] ---> a59b207ee7e7 [2021-01-04T08:01:39.284Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T08:01:39.284Z] Removing intermediate container d59bb7dd39c3 [2021-01-04T08:01:39.284Z] ---> 0f0024b1c48d [2021-01-04T08:01:39.284Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T08:01:39.284Z] Removing intermediate container d9d427895bd1 [2021-01-04T08:01:39.284Z] ---> cabd3aa5bf82 [2021-01-04T08:01:39.284Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T08:01:39.284Z] ---> Running in 0c842c3f4f97 [2021-01-04T08:01:39.284Z] ---> Running in b8b04c27743e [2021-01-04T08:01:39.284Z] ---> Running in 4c1511a87b0f [2021-01-04T08:01:39.284Z] Removing intermediate container b27e2300618c [2021-01-04T08:01:39.284Z] ---> 890b6632309a [2021-01-04T08:01:39.284Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T08:01:39.284Z] ---> Running in de8c4694d8e7 [2021-01-04T08:01:39.284Z] Removing intermediate container 0c842c3f4f97 [2021-01-04T08:01:39.284Z] ---> 9b924b77fc84 [2021-01-04T08:01:39.284Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T08:01:39.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:01:39.284Z] Removing intermediate container 4c1511a87b0f [2021-01-04T08:01:39.284Z] ---> 2007c9cbcdc8 [2021-01-04T08:01:39.284Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T08:01:39.284Z] Removing intermediate container b8b04c27743e [2021-01-04T08:01:39.284Z] ---> cb72f27448e2 [2021-01-04T08:01:39.284Z] Step 14/22 : WORKDIR / [2021-01-04T08:01:39.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:01:39.284Z] ---> Running in ab19de52841b [2021-01-04T08:01:39.284Z] Removing intermediate container de8c4694d8e7 [2021-01-04T08:01:39.284Z] ---> 8aef5d361611 [2021-01-04T08:01:39.284Z] Step 14/22 : WORKDIR / [2021-01-04T08:01:39.284Z] v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-04T08:01:39.284Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-04T08:01:39.284Z] OK: 10350 distinct packages available [2021-01-04T08:01:39.284Z] ---> d71336893bab [2021-01-04T08:01:39.284Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T08:01:39.284Z] ---> 02c2e76dd438 [2021-01-04T08:01:39.284Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T08:01:39.284Z] ---> Running in ee97ce3a5cc0 [2021-01-04T08:01:39.284Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-04T08:01:39.284Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-04T08:01:39.284Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-04T08:01:39.284Z] Removing intermediate container ab19de52841b [2021-01-04T08:01:39.284Z] ---> 1c083165896a [2021-01-04T08:01:39.284Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T08:01:39.284Z] (4/5) Installing curl (7.66.0-r3) [2021-01-04T08:01:39.284Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T08:01:39.284Z] Executing busybox-1.30.1-r3.trigger [2021-01-04T08:01:39.284Z] Executing ca-certificates-20191127-r2.trigger [2021-01-04T08:01:39.284Z] OK: 7 MiB in 19 packages [2021-01-04T08:01:39.284Z] Removing intermediate container ee97ce3a5cc0 [2021-01-04T08:01:39.284Z] ---> 03a812e4eb4c [2021-01-04T08:01:39.284Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T08:01:39.552Z] ---> 07f0d803b2dd [2021-01-04T08:01:39.552Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T08:01:39.552Z] ---> fcc2dd4f10cf [2021-01-04T08:01:39.552Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T08:01:39.552Z] ---> 7b4de60e3306 [2021-01-04T08:01:39.552Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T08:01:39.825Z] ---> 807bdaaf4ffb [2021-01-04T08:01:39.825Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T08:01:40.089Z] ---> 1f82dee2547e [2021-01-04T08:01:40.089Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T08:01:40.352Z] Removing intermediate container 6ee43038dcca [2021-01-04T08:01:40.352Z] ---> 1d60cae52c59 [2021-01-04T08:01:40.352Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T08:01:40.352Z] ---> b36c237c474c [2021-01-04T08:01:40.352Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T08:01:40.615Z] ---> Running in f8f7749539a6 [2021-01-04T08:01:40.615Z] ---> ddd13b8e34f6 [2021-01-04T08:01:40.615Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T08:01:40.615Z] ---> 8c7b88ce535c [2021-01-04T08:01:40.615Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T08:01:40.615Z] ---> Running in c0c1127e1ee2 [2021-01-04T08:01:40.880Z] Removing intermediate container f8f7749539a6 [2021-01-04T08:01:40.880Z] ---> f566d055e060 [2021-01-04T08:01:40.880Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:01:41.143Z] ---> 5636f3267f3a [2021-01-04T08:01:41.143Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T08:01:41.143Z] ---> 34e589c62703 [2021-01-04T08:01:41.143Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T08:01:41.143Z] ---> Running in 95a95afd2f53 [2021-01-04T08:01:41.143Z] Removing intermediate container c0c1127e1ee2 [2021-01-04T08:01:41.143Z] ---> c1399e656ef5 [2021-01-04T08:01:41.143Z] Step 13/22 : WORKDIR / [2021-01-04T08:01:41.407Z] ---> f065b6ff3a0a [2021-01-04T08:01:41.407Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T08:01:41.407Z] ---> Running in 1b460db08caf [2021-01-04T08:01:41.407Z] ---> Running in 142b1842782a [2021-01-04T08:01:41.407Z] ---> Running in a57d4ad7ecc5 [2021-01-04T08:01:41.672Z] Removing intermediate container 95a95afd2f53 [2021-01-04T08:01:41.672Z] ---> d87a052b2031 [2021-01-04T08:01:41.672Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T08:01:41.672Z] Removing intermediate container 1b460db08caf [2021-01-04T08:01:41.672Z] ---> 5c9115e592fc [2021-01-04T08:01:41.672Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:01:41.672Z] ---> fb6949ff8f5a [2021-01-04T08:01:41.672Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T08:01:41.672Z] ---> Running in 9043dd465254 [2021-01-04T08:01:41.940Z] ---> Running in e640f46cdc72 [2021-01-04T08:01:41.940Z] Removing intermediate container 142b1842782a [2021-01-04T08:01:41.940Z] ---> ca75729e0f38 [2021-01-04T08:01:41.940Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T08:01:41.941Z] Removing intermediate container a57d4ad7ecc5 [2021-01-04T08:01:41.941Z] ---> 5904d1bdbafd [2021-01-04T08:01:41.941Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:01:42.203Z] ---> Running in 1ee60d7bc03f [2021-01-04T08:01:42.203Z] ---> b0a441fd6f0b [2021-01-04T08:01:42.203Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T08:01:42.203Z] Removing intermediate container 9043dd465254 [2021-01-04T08:01:42.203Z] ---> 06e458e9b00d [2021-01-04T08:01:42.203Z] Step 20/21 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:01:42.203Z] Removing intermediate container e640f46cdc72 [2021-01-04T08:01:42.203Z] ---> 5ed94f070a90 [2021-01-04T08:01:42.203Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T08:01:42.466Z] ---> e2ac884ed007 [2021-01-04T08:01:42.466Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T08:01:42.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T08:01:42.728Z] ---> Running in 9f6d1ef54193 [2021-01-04T08:01:42.728Z] ---> Running in 1473248e8eee [2021-01-04T08:01:42.728Z] ---> Running in 20d68b140136 [2021-01-04T08:01:42.728Z] Removing intermediate container 1ee60d7bc03f [2021-01-04T08:01:42.728Z] ---> 935f2efe34ab [2021-01-04T08:01:42.728Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T08:01:42.990Z] ---> Running in 4e878b1020fe [2021-01-04T08:01:42.990Z] Removing intermediate container 1473248e8eee [2021-01-04T08:01:42.990Z] ---> 137417c4f2b5 [2021-01-04T08:01:42.990Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T08:01:42.990Z] Removing intermediate container 20d68b140136 [2021-01-04T08:01:42.990Z] ---> eeb302d9e478 [2021-01-04T08:01:42.990Z] Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:01:42.990Z] Removing intermediate container 9f6d1ef54193 [2021-01-04T08:01:42.990Z] ---> c998e18c5c90 [2021-01-04T08:01:42.990Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:01:43.253Z] ---> 633078359375 [2021-01-04T08:01:43.253Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T08:01:43.253Z] ---> Running in 4b5cd950e224 [2021-01-04T08:01:43.253Z] ---> Running in 3ace2972908d [2021-01-04T08:01:43.253Z] ---> Running in a5f12d56781a [2021-01-04T08:01:43.253Z] Removing intermediate container 4e878b1020fe [2021-01-04T08:01:43.253Z] ---> b47c56c79990 [2021-01-04T08:01:43.253Z] Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:01:43.514Z] ---> Running in cce9daa0cb2b [2021-01-04T08:01:43.514Z] Removing intermediate container 4b5cd950e224 [2021-01-04T08:01:43.514Z] ---> e488c22a67dd [2021-01-04T08:01:43.514Z] [2021-01-04T08:01:43.777Z] ---> 7c9314240a82 [2021-01-04T08:01:43.777Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T08:01:43.777Z] Removing intermediate container 3ace2972908d [2021-01-04T08:01:43.777Z] ---> a5e401cd8525 [2021-01-04T08:01:43.777Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T08:01:43.777Z] Removing intermediate container a5f12d56781a [2021-01-04T08:01:43.777Z] ---> 936bd702c3b2 [2021-01-04T08:01:43.777Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T08:01:43.777Z] Successfully built e488c22a67dd [2021-01-04T08:01:44.041Z] ---> Running in f3be328429b3 [2021-01-04T08:01:44.041Z] ---> Running in 01747ba53af9 [2021-01-04T08:01:44.041Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T08:01:44.041Z] Building docker-security-proxy-setup-go [2021-01-04T08:01:44.041Z]  Building docker-support-scheduler-go ... done Removing intermediate container cce9daa0cb2b [2021-01-04T08:01:44.041Z] ---> 8595459afda1 [2021-01-04T08:01:44.041Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T08:01:44.304Z] ---> 950d2c5353d9 [2021-01-04T08:01:44.304Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T08:01:44.304Z] ---> Running in e88d67bd8bdc [2021-01-04T08:01:44.304Z] Removing intermediate container f3be328429b3 [2021-01-04T08:01:44.304Z] ---> b1ab26b1ff86 [2021-01-04T08:01:44.304Z] [2021-01-04T08:01:44.304Z] Removing intermediate container 01747ba53af9 [2021-01-04T08:01:44.304Z] ---> e0a650c3a5f7 [2021-01-04T08:01:44.304Z] Step 23/24 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:01:44.567Z] ---> Running in c79c77b33b74 [2021-01-04T08:01:44.567Z] Successfully built b1ab26b1ff86 [2021-01-04T08:01:44.567Z] ---> Running in 5fc1cfafee65 [2021-01-04T08:01:45.148Z] Successfully tagged docker-core-command-go:latest [2021-01-04T08:01:45.148Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-04T08:01:45.148Z] Removing intermediate container e88d67bd8bdc [2021-01-04T08:01:45.148Z] ---> c59131c68dfa [2021-01-04T08:01:45.148Z] [2021-01-04T08:01:45.148Z] Successfully built c59131c68dfa [2021-01-04T08:01:45.148Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T08:01:45.148Z] Building docker-core-data-go [2021-01-04T08:01:45.172Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T08:01:45.172Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T08:01:45.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T08:01:45.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T08:01:45.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T08:01:45.411Z]  Building docker-core-metadata-go ... done Removing intermediate container 5fc1cfafee65 [2021-01-04T08:01:45.412Z] ---> 9ac6cdae9ff6 [2021-01-04T08:01:45.412Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T08:01:45.677Z] ---> Running in bf48085efb69 [2021-01-04T08:01:45.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T08:01:45.941Z] Removing intermediate container bf48085efb69 [2021-01-04T08:01:45.941Z] ---> e363caec376d [2021-01-04T08:01:45.941Z] [2021-01-04T08:01:48.417Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T08:01:49.019Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T08:01:51.247Z] Successfully built e363caec376d [2021-01-04T08:01:51.826Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T08:01:51.826Z] Building docker-sys-mgmt-agent-go [2021-01-04T08:01:55.146Z]  Building docker-support-notifications-go ... done Removing intermediate container c79c77b33b74 [2021-01-04T08:01:55.146Z] ---> 276ea3eeda79 [2021-01-04T08:01:55.146Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T08:01:55.427Z] ---> Running in b6f6d7e51ec1 [2021-01-04T08:01:55.779Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T08:01:55.779Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T08:01:55.779Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T08:01:56.075Z] Removing intermediate container b6f6d7e51ec1 [2021-01-04T08:01:56.076Z] ---> b5a58030020e [2021-01-04T08:01:56.076Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T08:01:56.076Z] ---> Running in 50c2f33d59c3 [2021-01-04T08:01:57.477Z] Removing intermediate container 50c2f33d59c3 [2021-01-04T08:01:57.477Z] ---> cc3108ef6e1e [2021-01-04T08:01:57.477Z] Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:02:02.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.258s coverage: 46.6% of statements [2021-01-04T08:02:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T08:02:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T08:02:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T08:02:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T08:02:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T08:02:07.769Z] ---> Running in 85520e2f0f78 [2021-01-04T08:02:08.370Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:02:08.371Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:02:08.371Z] ---> ef6fceae91e4 [2021-01-04T08:02:08.371Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T08:02:08.371Z] ---> Using cache [2021-01-04T08:02:08.371Z] ---> 09dc137c08a1 [2021-01-04T08:02:08.371Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:02:08.371Z] ---> Using cache [2021-01-04T08:02:08.371Z] ---> 5c8a940a4145 [2021-01-04T08:02:08.371Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T08:02:08.636Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:02:08.636Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:02:08.636Z] ---> ef6fceae91e4 [2021-01-04T08:02:08.636Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T08:02:08.636Z] ---> Using cache [2021-01-04T08:02:08.636Z] ---> 09dc137c08a1 [2021-01-04T08:02:08.636Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:02:08.636Z] ---> Using cache [2021-01-04T08:02:08.636Z] ---> 5c8a940a4145 [2021-01-04T08:02:08.636Z] Step 5/21 : RUN apk update && apk add make git [2021-01-04T08:02:08.636Z] ---> Using cache [2021-01-04T08:02:08.636Z] ---> 2e964b31d98f [2021-01-04T08:02:08.636Z] Step 6/21 : COPY go.mod . [2021-01-04T08:02:08.636Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:02:08.636Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:02:08.636Z] ---> ef6fceae91e4 [2021-01-04T08:02:08.636Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T08:02:08.636Z] ---> Using cache [2021-01-04T08:02:08.636Z] ---> 09dc137c08a1 [2021-01-04T08:02:08.636Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:02:08.636Z] ---> Using cache [2021-01-04T08:02:08.636Z] ---> 5c8a940a4145 [2021-01-04T08:02:08.636Z] Step 5/24 : RUN apk update && apk add make git [2021-01-04T08:02:08.636Z] ---> Using cache [2021-01-04T08:02:08.636Z] ---> 2e964b31d98f [2021-01-04T08:02:08.636Z] Step 6/24 : COPY go.mod . [2021-01-04T08:02:09.052Z] ---> Using cache [2021-01-04T08:02:09.052Z] ---> 518666992733 [2021-01-04T08:02:09.052Z] Step 7/21 : RUN go mod download [2021-01-04T08:02:09.052Z] ---> Using cache [2021-01-04T08:02:09.052Z] ---> 518666992733 [2021-01-04T08:02:09.052Z] Step 7/24 : RUN go mod download [2021-01-04T08:02:09.052Z] ---> Using cache [2021-01-04T08:02:09.052Z] ---> ab618f09404e [2021-01-04T08:02:09.052Z] Step 8/24 : COPY . . [2021-01-04T08:02:09.052Z] ---> Using cache [2021-01-04T08:02:09.052Z] ---> ab618f09404e [2021-01-04T08:02:09.052Z] Step 8/21 : COPY . . [2021-01-04T08:02:09.052Z] ---> Using cache [2021-01-04T08:02:09.052Z] ---> 87b8ffe818e7 [2021-01-04T08:02:09.052Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T08:02:09.052Z] ---> Using cache [2021-01-04T08:02:09.052Z] ---> 87b8ffe818e7 [2021-01-04T08:02:09.052Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T08:02:09.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.542s coverage: 27.0% of statements [2021-01-04T08:02:09.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T08:02:09.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T08:02:09.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T08:02:09.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.540s coverage: 76.2% of statements [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T08:02:09.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.331s coverage: 83.1% of statements [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T08:02:09.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T08:02:12.377Z] ---> Running in 247a41036532 [2021-01-04T08:02:12.377Z] ---> Running in 8dd491544d4b [2021-01-04T08:02:12.377Z] ---> Running in 5ae19a0f29e3 [2021-01-04T08:02:12.377Z] Removing intermediate container 85520e2f0f78 [2021-01-04T08:02:12.377Z] ---> d3f34624200a [2021-01-04T08:02:12.377Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T08:02:12.647Z] ---> Running in e3a3fbd3852e [2021-01-04T08:02:14.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:02:14.113Z] Removing intermediate container e3a3fbd3852e [2021-01-04T08:02:14.113Z] ---> 0c6315435fa7 [2021-01-04T08:02:14.113Z] [2021-01-04T08:02:14.705Z] Successfully built 0c6315435fa7 [2021-01-04T08:02:14.705Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T08:02:14.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:02:14.975Z]  Building docker-security-bootstrap-redis-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:02:14.975Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:02:14.975Z] ---> ef6fceae91e4 [2021-01-04T08:02:14.975Z] Step 3/27 : WORKDIR /edgex-go [2021-01-04T08:02:14.975Z] ---> Using cache [2021-01-04T08:02:14.975Z] ---> 09dc137c08a1 [2021-01-04T08:02:14.975Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:02:14.975Z] ---> Using cache [2021-01-04T08:02:14.975Z] ---> 5c8a940a4145 [2021-01-04T08:02:14.975Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-04T08:02:15.238Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:02:15.238Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:02:15.238Z] OK: 12750 distinct packages available [2021-01-04T08:02:15.501Z] OK: 233 MiB in 51 packages [2021-01-04T08:02:15.501Z] 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 [2021-01-04T08:02:16.082Z] ---> Running in 7951e99e996a [2021-01-04T08:02:16.356Z] 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 [2021-01-04T08:02:16.631Z] Removing intermediate container 247a41036532 [2021-01-04T08:02:16.631Z] ---> 06fe81564ee4 [2021-01-04T08:02:16.631Z] Step 6/23 : COPY go.mod . [2021-01-04T08:02:16.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:02:17.175Z] ---> 15db04f4f974 [2021-01-04T08:02:17.175Z] Step 7/23 : RUN go mod download [2021-01-04T08:02:17.175Z] ---> Running in 70440ce6d68f [2021-01-04T08:02:17.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements [2021-01-04T08:02:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T08:02:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T08:02:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T08:02:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T08:02:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T08:02:17.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements [2021-01-04T08:02:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T08:02:17.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-01-04T08:02:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T08:02:17.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.350s coverage: 86.7% of statements [2021-01-04T08:02:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T08:02:17.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.360s coverage: 97.5% of statements [2021-01-04T08:02:17.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T08:02:17.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:02:17.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.178s coverage: 78.3% of statements [2021-01-04T08:02:17.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T08:02:17.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T08:02:17.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T08:02:17.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T08:02:18.350Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:02:18.350Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:02:18.350Z] OK: 12750 distinct packages available [2021-01-04T08:02:18.949Z] OK: 233 MiB in 51 packages [2021-01-04T08:02:20.387Z] Removing intermediate container 7951e99e996a [2021-01-04T08:02:20.387Z] ---> ba6ac5e01e2e [2021-01-04T08:02:20.387Z] Step 6/27 : COPY go.mod . [2021-01-04T08:02:20.387Z] Removing intermediate container 70440ce6d68f [2021-01-04T08:02:20.387Z] ---> 34a68b71f774 [2021-01-04T08:02:20.387Z] Step 8/23 : COPY . . [2021-01-04T08:02:20.666Z] ---> 39afc3bcb793 [2021-01-04T08:02:20.666Z] Step 7/27 : RUN go mod download [2021-01-04T08:02:20.666Z] ---> Running in f151ccba6715 [2021-01-04T08:02:24.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.093s coverage: 93.8% of statements [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T08:02:24.640Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T08:02:24.640Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.191s coverage: 0.1% of statements [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T08:02:24.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T08:02:24.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements [2021-01-04T08:02:24.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T08:02:25.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 80.8% of statements [2021-01-04T08:02:25.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.165s coverage: 87.2% of statements [2021-01-04T08:02:26.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements [2021-01-04T08:02:27.389Z] Removing intermediate container f151ccba6715 [2021-01-04T08:02:27.389Z] ---> 3ec54ad9d811 [2021-01-04T08:02:27.389Z] Step 8/27 : COPY . . [2021-01-04T08:02:28.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.4% of statements [2021-01-04T08:02:28.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T08:02:30.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 63.5% of statements [2021-01-04T08:02:30.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T08:02:30.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T08:02:30.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.111s coverage: 100.0% of statements [2021-01-04T08:02:30.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements [2021-01-04T08:02:30.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-01-04T08:02:30.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-01-04T08:02:31.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-01-04T08:02:36.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 55.9% of statements [2021-01-04T08:02:36.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T08:02:36.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T08:02:36.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T08:02:36.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T08:02:36.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T08:02:37.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.433s coverage: 37.0% of statements [2021-01-04T08:02:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T08:02:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T08:02:37.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.555s coverage: 84.0% of statements [2021-01-04T08:02:37.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements [2021-01-04T08:02:37.529Z] 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 [2021-01-04T08:02:37.529Z] 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 [2021-01-04T08:02:44.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.319s coverage: 47.1% of statements [2021-01-04T08:02:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T08:02:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T08:02:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T08:02:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T08:02:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T08:02:44.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.162s coverage: 100.0% of statements [2021-01-04T08:02:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T08:02:44.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements [2021-01-04T08:02:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T08:02:45.761Z] ---> 0b9534d155ad [2021-01-04T08:02:45.761Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T08:02:45.761Z] ---> Running in 1603415e0b4d [2021-01-04T08:02:47.167Z] 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 [2021-01-04T08:02:48.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.002s coverage: 29.1% of statements [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T08:02:48.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T08:02:48.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T08:02:48.624Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T08:02:48.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.072s coverage: 100.0% of statements [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T08:02:48.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T08:02:48.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T08:02:48.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-01-04T08:02:49.101Z] ---> 1dd9c53bb020 [2021-01-04T08:02:49.101Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T08:02:49.101Z] Removing intermediate container 5ae19a0f29e3 [2021-01-04T08:02:49.101Z] ---> ce21ae9764b5 [2021-01-04T08:02:49.101Z] [2021-01-04T08:02:49.101Z] Step 10/24 : FROM alpine:3.10 [2021-01-04T08:02:49.101Z] ---> be4e4bea2c2e [2021-01-04T08:02:49.101Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-04T08:02:49.101Z] ---> Using cache [2021-01-04T08:02:49.101Z] ---> 1d60cae52c59 [2021-01-04T08:02:49.101Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T08:02:49.101Z] Removing intermediate container 8dd491544d4b [2021-01-04T08:02:49.101Z] ---> 1cd56e9b7ff3 [2021-01-04T08:02:49.101Z] [2021-01-04T08:02:49.101Z] Step 10/21 : FROM alpine [2021-01-04T08:02:49.101Z] latest: Pulling from library/alpine [2021-01-04T08:02:49.101Z] ---> Running in 9b22607bb0b4 [2021-01-04T08:02:49.374Z] ---> Running in 0e42c70bcd40 [2021-01-04T08:02:49.374Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T08:02:49.374Z] Status: Downloaded newer image for alpine:latest [2021-01-04T08:02:49.374Z] ---> 389fef711851 [2021-01-04T08:02:49.374Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-04T08:02:49.613Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-04T08:02:49.639Z] ---> Running in 1cd61c2fa404 [2021-01-04T08:02:49.912Z] Removing intermediate container 0e42c70bcd40 [2021-01-04T08:02:49.912Z] ---> ce8c257d7b6b [2021-01-04T08:02:49.912Z] Step 13/24 : WORKDIR / [2021-01-04T08:02:50.191Z] ---> Running in 66c5942ee2d3 [2021-01-04T08:02:50.469Z] 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 [2021-01-04T08:02:50.469Z] Removing intermediate container 66c5942ee2d3 [2021-01-04T08:02:50.469Z] ---> a26e4a6ca17d [2021-01-04T08:02:50.469Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T08:02:50.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:02:51.053Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-04T08:02:51.059Z] ---> 4b93203e1eaa [2021-01-04T08:02:51.059Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T08:02:51.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:02:51.341Z] v3.12.3-36-ge8f315da3c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:02:51.341Z] v3.12.3-37-gc0e4f2aff0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:02:51.341Z] OK: 12745 distinct packages available [2021-01-04T08:02:51.341Z] ---> 62d0005780e8 [2021-01-04T08:02:51.341Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T08:02:51.614Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T08:02:51.614Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T08:02:51.614Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T08:02:51.614Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T08:02:51.614Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:02:51.614Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T08:02:51.651Z] GO111MODULE=on go vet ./... [2021-01-04T08:02:52.219Z] OK: 7 MiB in 18 packages [2021-01-04T08:02:52.496Z] ---> f45b701b8c05 [2021-01-04T08:02:52.496Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T08:02:55.387Z] ---> bcf9cb3de1f0 [2021-01-04T08:02:55.387Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T08:02:55.387Z] Removing intermediate container 1cd61c2fa404 [2021-01-04T08:02:55.387Z] ---> e3674cf6e9e5 [2021-01-04T08:02:55.387Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T08:02:55.387Z] ---> Running in 75ea7cec29d5 [2021-01-04T08:02:55.387Z] Removing intermediate container 75ea7cec29d5 [2021-01-04T08:02:55.387Z] ---> 2ccfd56e05f3 [2021-01-04T08:02:55.387Z] Step 13/21 : WORKDIR /edgex [2021-01-04T08:02:55.678Z] ---> Running in 439a87d65137 [2021-01-04T08:02:56.502Z] ---> a81afe1f3cb4 [2021-01-04T08:02:56.502Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T08:02:56.502Z] Removing intermediate container 439a87d65137 [2021-01-04T08:02:56.502Z] ---> 43a3ce5d384c [2021-01-04T08:02:56.502Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T08:02:57.136Z] ---> 0e099df120b3 [2021-01-04T08:02:57.136Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T08:02:57.136Z] ---> 0247f07a378a [2021-01-04T08:02:57.136Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T08:02:57.136Z] ---> Running in 0db82d2d893a [2021-01-04T08:02:58.582Z] ---> 9e9ba15bc696 [2021-01-04T08:02:58.582Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T08:02:59.567Z] Removing intermediate container 0db82d2d893a [2021-01-04T08:02:59.567Z] ---> c06acc04d979 [2021-01-04T08:02:59.567Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T08:02:59.567Z] ---> Running in 4605f5c0c8b7 [2021-01-04T08:02:59.567Z] ---> 117b3ceb45e7 [2021-01-04T08:02:59.567Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T08:02:59.567Z] ---> Running in 7a3190b641ea [2021-01-04T08:02:59.837Z] Removing intermediate container 4605f5c0c8b7 [2021-01-04T08:02:59.837Z] ---> 5d3a10ea59df [2021-01-04T08:02:59.837Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T08:03:00.104Z] ---> Running in 4e976162013a [2021-01-04T08:03:00.104Z] Removing intermediate container 7a3190b641ea [2021-01-04T08:03:00.104Z] ---> f28504a0c556 [2021-01-04T08:03:00.104Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T08:03:00.379Z] ---> Running in e2ad71ab9efa [2021-01-04T08:03:00.379Z] Removing intermediate container 4e976162013a [2021-01-04T08:03:00.379Z] ---> a9e8af76f387 [2021-01-04T08:03:00.379Z] Step 23/24 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:03:00.646Z] Removing intermediate container e2ad71ab9efa [2021-01-04T08:03:00.646Z] ---> f76b52cfd9ea [2021-01-04T08:03:00.646Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T08:03:00.646Z] ---> Running in 2fe270fef956 [2021-01-04T08:03:00.646Z] ---> Running in 00e064c17dd4 [2021-01-04T08:03:00.915Z] Removing intermediate container 2fe270fef956 [2021-01-04T08:03:00.915Z] ---> d89a919dffb1 [2021-01-04T08:03:00.915Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T08:03:01.182Z] Removing intermediate container 00e064c17dd4 [2021-01-04T08:03:01.182Z] ---> a5b6f8325e44 [2021-01-04T08:03:01.182Z] Step 20/21 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:03:01.182Z] ---> Running in ba1b36040ac0 [2021-01-04T08:03:02.147Z] ---> Running in bf9001b522d0 [2021-01-04T08:03:02.734Z] Removing intermediate container ba1b36040ac0 [2021-01-04T08:03:02.734Z] ---> a2d23a072a17 [2021-01-04T08:03:02.734Z] [2021-01-04T08:03:02.734Z] Removing intermediate container bf9001b522d0 [2021-01-04T08:03:02.734Z] ---> 9907f282a8fa [2021-01-04T08:03:02.734Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T08:03:02.734Z] Successfully built a2d23a072a17 [2021-01-04T08:03:03.012Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T08:03:03.012Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3b2baac0cb0f [2021-01-04T08:03:03.276Z] Removing intermediate container 3b2baac0cb0f [2021-01-04T08:03:03.276Z] ---> 97505fa4956a [2021-01-04T08:03:03.276Z] [2021-01-04T08:03:03.276Z] Successfully built 97505fa4956a [2021-01-04T08:03:03.276Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T08:03:08.610Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9b22607bb0b4 [2021-01-04T08:03:08.610Z] ---> 1e639833091d [2021-01-04T08:03:08.610Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T08:03:08.610Z] ---> Running in 2700caeb1e2b [2021-01-04T08:03:08.884Z] 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 [2021-01-04T08:03:10.811Z] Removing intermediate container 1603415e0b4d [2021-01-04T08:03:10.811Z] ---> 9aad54f8bd67 [2021-01-04T08:03:10.811Z] [2021-01-04T08:03:10.811Z] Step 10/23 : FROM alpine [2021-01-04T08:03:10.811Z] ---> 389fef711851 [2021-01-04T08:03:10.811Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T08:03:10.811Z] ---> Running in 720cda770cae [2021-01-04T08:03:10.811Z] Removing intermediate container 720cda770cae [2021-01-04T08:03:10.811Z] ---> dead1b71e4ce [2021-01-04T08:03:10.811Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T08:03:10.811Z] ---> Running in 89474a3a805d [2021-01-04T08:03:11.074Z] Removing intermediate container 89474a3a805d [2021-01-04T08:03:11.074Z] ---> 51c0d05868a8 [2021-01-04T08:03:11.074Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T08:03:11.074Z] ---> Running in 7bd9ac9932f2 [2021-01-04T08:03:11.338Z] Removing intermediate container 2700caeb1e2b [2021-01-04T08:03:11.338Z] ---> 753a5ffc4ce0 [2021-01-04T08:03:11.338Z] [2021-01-04T08:03:11.338Z] Step 11/27 : FROM docker:latest [2021-01-04T08:03:11.338Z] ---> 0040bc98e531 [2021-01-04T08:03:11.338Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-04T08:03:11.338Z] ---> Running in a7dd1e9742e4 [2021-01-04T08:03:11.338Z] Removing intermediate container 7bd9ac9932f2 [2021-01-04T08:03:11.338Z] ---> f8ef495bb724 [2021-01-04T08:03:11.338Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:03:11.604Z] ---> Running in 694066d112a5 [2021-01-04T08:03:11.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:03:11.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:03:12.132Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T08:03:12.132Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T08:03:12.132Z] Executing bash-5.0.17-r0.post-install [2021-01-04T08:03:12.132Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:03:12.132Z] OK: 12 MiB in 22 packages [2021-01-04T08:03:12.395Z] Removing intermediate container 694066d112a5 [2021-01-04T08:03:12.395Z] ---> 9d5e74e60771 [2021-01-04T08:03:12.395Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-04T08:03:12.658Z] ---> Running in e8d9279aa2b2 [2021-01-04T08:03:12.921Z] Removing intermediate container a7dd1e9742e4 [2021-01-04T08:03:12.921Z] ---> f3672c85dbd7 [2021-01-04T08:03:12.921Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-04T08:03:12.921Z] ---> Running in 4ce1abe694b6 [2021-01-04T08:03:13.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:03:13.760Z] Removing intermediate container 4ce1abe694b6 [2021-01-04T08:03:13.760Z] ---> 81126298ab36 [2021-01-04T08:03:13.760Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T08:03:13.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:03:13.760Z] ---> Running in 9134f76000dd [2021-01-04T08:03:14.023Z] Removing intermediate container 9134f76000dd [2021-01-04T08:03:14.023Z] ---> 6a7c1a086d7a [2021-01-04T08:03:14.023Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-04T08:03:14.023Z] ---> Running in 6ce89c2f6926 [2021-01-04T08:03:14.286Z] Removing intermediate container 6ce89c2f6926 [2021-01-04T08:03:14.286Z] ---> 5728463ccb01 [2021-01-04T08:03:14.286Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-04T08:03:14.286Z] ---> Running in 925e406fea99 [2021-01-04T08:03:14.286Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T08:03:14.286Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T08:03:14.286Z] Removing intermediate container 925e406fea99 [2021-01-04T08:03:14.286Z] ---> ede307d2c6c0 [2021-01-04T08:03:14.286Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T08:03:14.548Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T08:03:14.548Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T08:03:14.812Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T08:03:14.812Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:03:14.812Z] OK: 8 MiB in 19 packages [2021-01-04T08:03:14.812Z] ---> 5d64f91f5f03 [2021-01-04T08:03:14.812Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T08:03:15.074Z] ---> 5debd94564ec [2021-01-04T08:03:15.074Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T08:03:15.338Z] Removing intermediate container e8d9279aa2b2 [2021-01-04T08:03:15.338Z] ---> 2aeedf9bbbcb [2021-01-04T08:03:15.338Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T08:03:15.603Z] ---> c16de9d445fa [2021-01-04T08:03:15.603Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-04T08:03:15.603Z] ---> Running in f648d90dbd0b [2021-01-04T08:03:15.603Z] ---> 9110337cb211 [2021-01-04T08:03:15.603Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T08:03:16.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:03:16.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:03:16.443Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T08:03:16.443Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T08:03:16.443Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T08:03:16.443Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T08:03:16.443Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T08:03:16.443Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T08:03:16.443Z] ---> 7c836734c560 [2021-01-04T08:03:16.443Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T08:03:16.443Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T08:03:20.666Z] ---> 92eacbe1dc24 [2021-01-04T08:03:20.666Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T08:03:20.666Z] ---> Running in 78589f3d7dd9 [2021-01-04T08:03:20.666Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T08:03:20.666Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T08:03:20.666Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T08:03:20.666Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T08:03:20.666Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T08:03:20.666Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T08:03:20.666Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T08:03:20.666Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T08:03:20.929Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T08:03:21.192Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T08:03:21.192Z] Removing intermediate container 78589f3d7dd9 [2021-01-04T08:03:21.192Z] ---> aba3f731166c [2021-01-04T08:03:21.192Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:03:21.192Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T08:03:21.192Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T08:03:21.454Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T08:03:21.454Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T08:03:21.454Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T08:03:21.454Z] ---> Running in f4b1cedc6b96 [2021-01-04T08:03:21.454Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T08:03:21.454Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T08:03:21.717Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T08:03:21.717Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T08:03:21.717Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T08:03:21.717Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T08:03:22.293Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T08:03:22.293Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T08:03:22.293Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T08:03:22.293Z] Removing intermediate container f4b1cedc6b96 [2021-01-04T08:03:22.293Z] ---> 9db438642441 [2021-01-04T08:03:22.293Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T08:03:22.293Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T08:03:22.293Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T08:03:22.868Z] ---> Running in 0684dcf4193d [2021-01-04T08:03:22.868Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:03:22.868Z] OK: 71 MiB in 55 packages [2021-01-04T08:03:23.136Z] Removing intermediate container 0684dcf4193d [2021-01-04T08:03:23.136Z] ---> 277911a707e8 [2021-01-04T08:03:23.136Z] Step 22/23 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:03:23.136Z] ---> Running in db0353afaaa9 [2021-01-04T08:03:23.399Z] Removing intermediate container db0353afaaa9 [2021-01-04T08:03:23.399Z] ---> 7a074e0920bb [2021-01-04T08:03:23.399Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T08:03:24.348Z] ---> Running in 775ce3585dc0 [2021-01-04T08:03:26.908Z] Removing intermediate container 775ce3585dc0 [2021-01-04T08:03:26.908Z] ---> b734c2cbf544 [2021-01-04T08:03:26.908Z] [2021-01-04T08:03:27.856Z] Successfully built b734c2cbf544 [2021-01-04T08:03:27.856Z] Successfully tagged docker-core-data-go:latest [2021-01-04T08:03:27.856Z]  Building docker-core-data-go ... done Removing intermediate container f648d90dbd0b [2021-01-04T08:03:27.856Z] ---> 8e1e8858301a [2021-01-04T08:03:27.856Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-04T08:03:28.119Z] ---> Running in 023f49588a0d [2021-01-04T08:03:29.513Z] Collecting docker-compose==1.23.2 [2021-01-04T08:03:29.514Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T08:03:29.776Z] Collecting PyYAML<4,>=3.10 [2021-01-04T08:03:29.776Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T08:03:30.726Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T08:03:30.726Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T08:03:30.988Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T08:03:30.988Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T08:03:31.250Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T08:03:31.250Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T08:03:31.250Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T08:03:31.250Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T08:03:33.171Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T08:03:33.171Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T08:03:33.171Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T08:03:33.171Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T08:03:33.171Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T08:03:33.171Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T08:03:33.746Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T08:03:33.746Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T08:03:33.746Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T08:03:34.008Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T08:03:34.008Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T08:03:34.008Z] Collecting idna<2.8,>=2.5 [2021-01-04T08:03:34.008Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T08:03:34.008Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T08:03:34.008Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T08:03:34.271Z] 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) [2021-01-04T08:03:34.271Z] 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) [2021-01-04T08:03:34.271Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T08:03:34.271Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T08:03:34.271Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T08:03:34.271Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T08:03:34.271Z] Installing collected packages: PyYAML, docopt, cached-property, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, texttable, jsonschema, docker-compose [2021-01-04T08:03:34.271Z] Running setup.py install for PyYAML: started [2021-01-04T08:03:34.846Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T08:03:34.846Z] Running setup.py install for docopt: started [2021-01-04T08:03:35.420Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T08:03:35.420Z] Running setup.py install for dockerpty: started [2021-01-04T08:03:35.994Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T08:03:35.994Z] Attempting uninstall: idna [2021-01-04T08:03:35.994Z] Found existing installation: idna 2.9 [2021-01-04T08:03:35.994Z] Uninstalling idna-2.9: [2021-01-04T08:03:35.994Z] Successfully uninstalled idna-2.9 [2021-01-04T08:03:35.994Z] Attempting uninstall: urllib3 [2021-01-04T08:03:35.994Z] Found existing installation: urllib3 1.25.9 [2021-01-04T08:03:35.994Z] Uninstalling urllib3-1.25.9: [2021-01-04T08:03:36.257Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T08:03:36.257Z] Attempting uninstall: requests [2021-01-04T08:03:36.257Z] Found existing installation: requests 2.23.0 [2021-01-04T08:03:36.257Z] Uninstalling requests-2.23.0: [2021-01-04T08:03:36.257Z] Successfully uninstalled requests-2.23.0 [2021-01-04T08:03:36.831Z] Running setup.py install for texttable: started [2021-01-04T08:03:37.094Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T08:03:37.670Z] 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 [2021-01-04T08:03:40.230Z] Removing intermediate container 023f49588a0d [2021-01-04T08:03:40.230Z] ---> 2f0be6b55f1c [2021-01-04T08:03:40.230Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-04T08:03:40.230Z] ---> Running in 46dc81af3646 [2021-01-04T08:03:40.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T08:03:40.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T08:03:40.755Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T08:03:40.755Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T08:03:40.755Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T08:03:40.755Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:03:40.755Z] OK: 72 MiB in 58 packages [2021-01-04T08:03:41.330Z] Removing intermediate container 46dc81af3646 [2021-01-04T08:03:41.330Z] ---> a25289b0e16d [2021-01-04T08:03:41.330Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T08:03:41.330Z] ---> Running in 72aaa4d2a058 [2021-01-04T08:03:41.594Z] Removing intermediate container 72aaa4d2a058 [2021-01-04T08:03:41.594Z] ---> a862d7ae0411 [2021-01-04T08:03:41.594Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:03:41.594Z] ---> Running in a1f4c4c4168b [2021-01-04T08:03:41.856Z] Removing intermediate container a1f4c4c4168b [2021-01-04T08:03:41.856Z] ---> 6869493c8a5c [2021-01-04T08:03:41.856Z] Step 25/27 : LABEL arch=x86_64 [2021-01-04T08:03:41.856Z] ---> Running in 324170019ab0 [2021-01-04T08:03:42.118Z] Removing intermediate container 324170019ab0 [2021-01-04T08:03:42.118Z] ---> 07e1aa1561de [2021-01-04T08:03:42.118Z] Step 26/27 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:03:42.118Z] ---> Running in d92e4242054b [2021-01-04T08:03:42.381Z] Removing intermediate container d92e4242054b [2021-01-04T08:03:42.381Z] ---> 06facf7edfc4 [2021-01-04T08:03:42.381Z] Step 27/27 : LABEL version=0.0.0 [2021-01-04T08:03:42.381Z] ---> Running in 71ff49ab4cee [2021-01-04T08:03:42.381Z] Removing intermediate container 71ff49ab4cee [2021-01-04T08:03:42.381Z] ---> 6677ad759ac6 [2021-01-04T08:03:42.381Z] [2021-01-04T08:03:42.644Z] Successfully built 6677ad759ac6 [2021-01-04T08:03:42.644Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T08:03:43.234Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-04T08:03:43.254Z] $ docker stop --time=1 07d84ed694d021d0d8f1bdc182bb6adb5caffe2c5dc11d5add3386d3c0743f91 [2021-01-04T08:03:44.767Z] $ docker rm -f 07d84ed694d021d0d8f1bdc182bb6adb5caffe2c5dc11d5add3386d3c0743f91 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T08:03:45.375Z] + docker images [2021-01-04T08:03:45.375Z] + grep docker [2021-01-04T08:03:45.637Z] docker-sys-mgmt-agent-go latest 6677ad759ac6 3 seconds ago 313MB [2021-01-04T08:03:45.637Z] docker-core-data-go latest b734c2cbf544 21 seconds ago 22.2MB [2021-01-04T08:03:45.637Z] docker-security-proxy-setup-go latest 97505fa4956a 43 seconds ago 24.5MB [2021-01-04T08:03:45.637Z] docker-security-secretstore-setup-go latest a2d23a072a17 43 seconds ago 24.6MB [2021-01-04T08:03:45.637Z] docker-security-bootstrap-redis-go latest 0c6315435fa7 About a minute ago 15.8MB [2021-01-04T08:03:45.637Z] docker-support-notifications-go latest e363caec376d 2 minutes ago 12MB [2021-01-04T08:03:45.637Z] docker-core-command-go latest b1ab26b1ff86 2 minutes ago 10.6MB [2021-01-04T08:03:45.637Z] docker-core-metadata-go latest c59131c68dfa 2 minutes ago 13MB [2021-01-04T08:03:45.637Z] docker-support-scheduler-go latest e488c22a67dd 2 minutes ago 10.7MB [2021-01-04T08:03:45.637Z] docker latest 0040bc98e531 2 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 [2021-01-04T08:03:59.758Z] gofmt -l . [2021-01-04T08:03:59.758Z] [ "`gofmt -l .`" = "" ] [2021-01-04T08:03:59.758Z] ./bin/test-go-mod-tidy.sh [2021-01-04T08:03:59.758Z] ./bin/test-attribution-txt.sh [2021-01-04T08:04:01.486Z] Still waiting to schedule task [2021-01-04T08:04:01.486Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [Pipeline] sh [2021-01-04T08:04:03.829Z] + ls -al . [2021-01-04T08:04:03.829Z] total 664 [2021-01-04T08:04:03.829Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 08:04 . [2021-01-04T08:04:03.829Z] drwxr-xr-x 4 root root 4096 Jan 4 08:00 .. [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 07:58 .dockerignore [2021-01-04T08:04:03.829Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 07:58 .git [2021-01-04T08:04:03.829Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 07:58 .github [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 07:58 .gitignore [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 07:58 .sonarcloud.properties [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 07:58 CONTRIBUTING.md [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 1035 Jan 4 07:58 Dockerfile.build [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 07:58 Jenkinsfile [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 07:58 LICENSE [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 07:58 Makefile [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 07:58 README.md [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 07:58 SECURITY.md [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 07:56 VERSION [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 07:58 ZMQWindows.md [2021-01-04T08:04:03.829Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 07:58 bin [2021-01-04T08:04:03.829Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 07:58 cmd [2021-01-04T08:04:03.829Z] -rw-r--r-- 1 root root 539421 Jan 4 08:02 coverage.out [2021-01-04T08:04:03.829Z] -rw-r--r-- 1 root root 979 Jan 4 08:03 go.mod [2021-01-04T08:04:03.829Z] -rw-r--r-- 1 root root 18739 Jan 4 08:03 go.sum [2021-01-04T08:04:03.829Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 07:58 internal [2021-01-04T08:04:03.829Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 07:58 openapi [2021-01-04T08:04:03.829Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 07:58 snap [2021-01-04T08:04:03.829Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 07:58 version.go [Pipeline] sh [2021-01-04T08:04:04.497Z] + '[' -e coverage.out ] [2021-01-04T08:04:04.497Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T08:04:04.575Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T08:04:05.919Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T08:04:06.648Z] + make build [2021-01-04T08:04:06.648Z] 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 [2021-01-04T08:04:16.881Z] 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 [2021-01-04T08:04:39.084Z] 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 [2021-01-04T08:04:42.468Z] 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 [2021-01-04T08:04:45.339Z] Running on prd-ubuntu18.04-docker-8c-8g-18152 in /w/workspace/edgexfoundry_edgex-go_PR-2968 [Pipeline] { [Pipeline] ws [2021-01-04T08:04:45.395Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-04T08:04:47.403Z] using credential edgex-jenkins-ssh [2021-01-04T08:04:47.462Z] Cloning the remote Git repository [2021-01-04T08:04:47.483Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T08:04:47.545Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-04T08:04:47.571Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T08:04:47.571Z] > git --version # timeout=10 [2021-01-04T08:04:47.577Z] > git --version # 'git version 2.17.1' [2021-01-04T08:04:47.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T08:04:47.604Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T08:04:47.887Z] 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 [2021-01-04T08:04:48.481Z] 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 [2021-01-04T08:04:52.308Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:04:52.421Z] Merge succeeded, producing 4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:04:52.421Z] Checking out Revision 4c7faa201beeecfc003c919f50fab7208469ca62 (PR-2968) [2021-01-04T08:04:51.686Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T08:04:51.691Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T08:04:51.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T08:04:51.712Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T08:04:51.712Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T08:04:51.715Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2968/head:refs/remotes/origin/PR-2968 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T08:04:52.316Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T08:04:52.321Z] > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 [2021-01-04T08:04:52.390Z] > git remote # timeout=10 [2021-01-04T08:04:52.396Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T08:04:52.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T08:04:52.407Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2021-01-04T08:04:52.415Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T08:04:52.423Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T08:04:52.426Z] > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 [2021-01-04T08:04:55.202Z] 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 [2021-01-04T08:04:56.080Z] Commit message: "feat(data): implement GET /reading/resourcename/{resourcename} V2 API -- Add unit test to check empty resource name per review comment" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T08:04:57.173Z] + echo snap-build.sh [2021-01-04T08:04:57.173Z] snap-build.sh [2021-01-04T08:04:57.173Z] + SNAP_BASE_DIR=. [2021-01-04T08:04:57.173Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-01-04T08:04:57.173Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-01-04T08:04:57.173Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-01-04T08:04:57.173Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-01-04T08:04:57.173Z] + cd /w/workspace/edgex-go/5 [2021-01-04T08:04:57.173Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-04T08:04:57.173Z] Reading package lists... [2021-01-04T08:04:57.173Z] Building dependency tree... [2021-01-04T08:04:57.173Z] Reading state information... [2021-01-04T08:04:57.435Z] The following packages were automatically installed and are no longer required: [2021-01-04T08:04:57.435Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-04T08:04:57.435Z] uidmap xdelta3 [2021-01-04T08:04:57.435Z] Use 'sudo apt autoremove' to remove them. [2021-01-04T08:04:57.435Z] The following packages will be REMOVED: [2021-01-04T08:04:57.435Z] lxd* lxd-client* [2021-01-04T08:04:57.703Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-04T08:04:57.703Z] After this operation, 31.7 MB disk space will be freed. [2021-01-04T08:04:58.753Z] (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.) [2021-01-04T08:04:58.753Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T08:04:59.697Z] Removing lxd dnsmasq configuration [2021-01-04T08:04:59.697Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T08:04:59.960Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-04T08:05:00.630Z] 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 [2021-01-04T08:05:00.906Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-04T08:05:01.166Z] (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.) [2021-01-04T08:05:01.166Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T08:05:02.108Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-04T08:05:02.369Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-04T08:05:03.311Z] + sudo snap remove --purge lxd [2021-01-04T08:05:03.572Z] snap "lxd" is not installed [2021-01-04T08:05:03.572Z] + sudo groupadd --force --system lxd [2021-01-04T08:05:03.572Z] ++ whoami [2021-01-04T08:05:03.572Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-04T08:05:03.572Z] + newgrp - lxd [2021-01-04T08:05:03.572Z] + sudo snap install lxd [2021-01-04T08:05:04.943Z] 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 [2021-01-04T08:05:08.332Z] 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 [2021-01-04T08:05:11.717Z] 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 [2021-01-04T08:05:11.725Z] 2021-01-04T08:05:10Z INFO Waiting for automatic snapd restart... [2021-01-04T08:05:16.016Z] 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] } [2021-01-04T08:05:19.440Z] $ docker stop --time=1 fbc5ac88190084fe4313ff6cdd37f4335eccacf72091ae97c12de5acc321797e [2021-01-04T08:05:22.072Z] $ docker rm -f fbc5ac88190084fe4313ff6cdd37f4335eccacf72091ae97c12de5acc321797e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T08:05:23.982Z] lxd 4.9 from Canonical* installed [2021-01-04T08:05:23.982Z] + sudo lxd init --auto [2021-01-04T08:05:24.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T08:05:24.010Z] [2021-01-04T08:05:24.010Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T08:05:24.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T08:05:24.931Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T08:05:24.932Z] 29e5d40040c1: Pulling fs layer [2021-01-04T08:05:24.932Z] 1ce36da41761: Pulling fs layer [2021-01-04T08:05:24.932Z] 25b303627fd3: Pulling fs layer [2021-01-04T08:05:25.526Z] 29e5d40040c1: Download complete [2021-01-04T08:05:25.798Z] 1ce36da41761: Verifying Checksum [2021-01-04T08:05:25.798Z] 1ce36da41761: Download complete [2021-01-04T08:05:26.072Z] 29e5d40040c1: Pull complete [2021-01-04T08:05:27.519Z] 1ce36da41761: Pull complete [2021-01-04T08:05:27.519Z] 25b303627fd3: Verifying Checksum [2021-01-04T08:05:27.519Z] 25b303627fd3: Download complete [2021-01-04T08:05:33.985Z] + sudo snap install --classic snapcraft [2021-01-04T08:05:37.676Z] 25b303627fd3: Pull complete [2021-01-04T08:05:37.676Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T08:05:37.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T08:05:37.676Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T08:05:37.921Z] prd-ubuntu18.04-docker-arm64-4c-16g-18150 does not seem to be running inside a container [2021-01-04T08:05:38.019Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T08:05:39.274Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T08:05:39.275Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-04T08:05:39.275Z] + patch --verbose -p1 [2021-01-04T08:05:39.275Z] Hmm... Looks like a unified diff to me... [2021-01-04T08:05:39.275Z] The text leading up to this was: [2021-01-04T08:05:39.275Z] -------------------------- [2021-01-04T08:05:39.275Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-04T08:05:39.275Z] |From: Tony Espy [2021-01-04T08:05:39.275Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-04T08:05:39.275Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-04T08:05:39.275Z] | [2021-01-04T08:05:39.275Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-04T08:05:39.275Z] |optimize the snap CI check run for pull requests. When [2021-01-04T08:05:39.275Z] |applied, it essentially strips out everything (apps and [2021-01-04T08:05:39.275Z] |parts) from the snapcraft.yaml file except those required [2021-01-04T08:05:39.275Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-04T08:05:39.275Z] |catch changes to edgex-go that break the snap build. [2021-01-04T08:05:39.275Z] | [2021-01-04T08:05:39.275Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-04T08:05:39.275Z] |to update this patch file, otherwise it may fail to apply, [2021-01-04T08:05:39.275Z] |resulting in a failed snap build CI check in the associated [2021-01-04T08:05:39.275Z] |pull request. [2021-01-04T08:05:39.275Z] | [2021-01-04T08:05:39.275Z] |Note - in addition to applying this patch, the pipeline also [2021-01-04T08:05:39.275Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-04T08:05:39.275Z] |need to build the finally binary .snap file (and it won't [2021-01-04T08:05:39.275Z] |work with the patch applied). This further reduces the build [2021-01-04T08:05:39.275Z] |time. [2021-01-04T08:05:39.275Z] |--- [2021-01-04T08:05:39.275Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-04T08:05:39.275Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-04T08:05:39.275Z] | [2021-01-04T08:05:39.275Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-04T08:05:39.275Z] |index 1e537489..faf42425 100644 [2021-01-04T08:05:39.275Z] |--- a/snap/snapcraft.yaml [2021-01-04T08:05:39.275Z] |+++ b/snap/snapcraft.yaml [2021-01-04T08:05:39.275Z] -------------------------- [2021-01-04T08:05:39.275Z] patching file snap/snapcraft.yaml [2021-01-04T08:05:39.275Z] Using Plan A... [2021-01-04T08:05:39.275Z] Hunk #1 succeeded at 73. [2021-01-04T08:05:39.275Z] Hunk #2 succeeded at 202. [2021-01-04T08:05:39.275Z] Hunk #3 succeeded at 214. [2021-01-04T08:05:39.275Z] Hunk #4 succeeded at 222. [2021-01-04T08:05:39.275Z] Hunk #5 succeeded at 229. [2021-01-04T08:05:39.275Z] Hunk #6 succeeded at 256. [2021-01-04T08:05:39.275Z] Hunk #7 succeeded at 290. [2021-01-04T08:05:39.275Z] Hunk #8 succeeded at 341. [2021-01-04T08:05:39.275Z] Hmm... Ignoring the trailing garbage. [2021-01-04T08:05:39.275Z] done [2021-01-04T08:05:39.275Z] + sudo snapcraft prime --use-lxd [2021-01-04T08:05:40.660Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-04T08:05:40.660Z] 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: [2021-01-04T08:05:40.660Z] - README.md [2021-01-04T08:05:40.660Z] [2021-01-04T08:05:40.660Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T08:05:40.918Z] $ docker top 88595f87c6ff5bab5a860bf6c2ed265b09d1b50e652251dc9214d9a44ef3824c -eo pid,comm [2021-01-04T08:05:41.231Z] Launching a container. [Pipeline] { [Pipeline] sh [2021-01-04T08:05:41.961Z] + grep parallel [2021-01-04T08:05:41.961Z] + docker-compose build --help [2021-01-04T08:05:45.334Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T08:05:45.371Z] $ docker stop --time=1 88595f87c6ff5bab5a860bf6c2ed265b09d1b50e652251dc9214d9a44ef3824c [2021-01-04T08:05:47.290Z] $ docker rm -f 88595f87c6ff5bab5a860bf6c2ed265b09d1b50e652251dc9214d9a44ef3824c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T08:05:48.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T08:05:48.182Z] . [Pipeline] withDockerContainer [2021-01-04T08:05:48.421Z] prd-ubuntu18.04-docker-arm64-4c-16g-18150 does not seem to be running inside a container [2021-01-04T08:05:48.519Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 [2021-01-04T08:05:49.959Z] $ docker top 2772da3b826c537914165b195498ee24f21843b266059e3522ae19d71164579b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T08:05:50.968Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T08:05:53.528Z] Waiting for container to be ready [2021-01-04T08:05:53.528Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-04T08:05:53.528Z] [2021-01-04T08:05:55.252Z] Building docker-core-command-go ... [2021-01-04T08:05:55.253Z] Building docker-core-data-go ... [2021-01-04T08:05:55.253Z] Building docker-core-metadata-go ... [2021-01-04T08:05:55.253Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T08:05:55.253Z] Building docker-security-proxy-setup-go ... [2021-01-04T08:05:55.253Z] Building docker-security-secretstore-setup-go ... [2021-01-04T08:05:55.253Z] Building docker-support-notifications-go ... [2021-01-04T08:05:55.253Z] Building docker-support-scheduler-go ... [2021-01-04T08:05:55.253Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T08:05:55.253Z] Building docker-security-proxy-setup-go [2021-01-04T08:05:55.253Z] Building docker-security-secretstore-setup-go [2021-01-04T08:05:55.253Z] Building docker-support-scheduler-go [2021-01-04T08:05:55.253Z] Building docker-core-metadata-go [2021-01-04T08:05:55.253Z] Building docker-core-command-go [2021-01-04T08:05:55.443Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-04T08:05:55.703Z] Waiting for network to be ready... [2021-01-04T08:05:56.274Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T08:05:56.274Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T08:05:56.844Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T08:05:56.844Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2021-01-04T08:05:56.844Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T08:05:57.105Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T08:05:57.365Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T08:05:57.365Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T08:05:57.365Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T08:05:57.365Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T08:05:57.365Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T08:05:57.365Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T08:05:57.365Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T08:05:57.365Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T08:05:57.365Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T08:05:57.365Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T08:05:57.365Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T08:05:57.365Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T08:05:57.626Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T08:05:57.885Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2021-01-04T08:05:57.885Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2021-01-04T08:05:57.885Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T08:05:57.885Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T08:05:57.885Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2021-01-04T08:05:57.885Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2021-01-04T08:05:57.885Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2021-01-04T08:05:58.145Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T08:06:00.705Z] Fetched 23.5 MB in 4s (5565 kB/s) [2021-01-04T08:06:01.277Z] Reading package lists... [2021-01-04T08:06:01.277Z] Reading package lists... [2021-01-04T08:06:01.541Z] Building dependency tree... [2021-01-04T08:06:01.541Z] Reading state information... [2021-01-04T08:06:01.541Z] The following additional packages will be installed: [2021-01-04T08:06:01.541Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T08:06:01.541Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T08:06:01.541Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T08:06:01.541Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-04T08:06:01.541Z] Suggested packages: [2021-01-04T08:06:01.541Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-04T08:06:01.541Z] Recommended packages: [2021-01-04T08:06:01.541Z] gnupg libsasl2-modules [2021-01-04T08:06:01.541Z] The following NEW packages will be installed: [2021-01-04T08:06:01.541Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T08:06:01.541Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T08:06:01.541Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T08:06:01.541Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-04T08:06:01.541Z] The following packages will be upgraded: [2021-01-04T08:06:01.541Z] gpg gpg-agent gpgconf libudev1 [2021-01-04T08:06:01.801Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-04T08:06:01.801Z] Need to get 3531 kB of archives. [2021-01-04T08:06:01.801Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-04T08:06:01.801Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-04T08:06:01.801Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-04T08:06:01.801Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-04T08:06:01.801Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-04T08:06:01.801Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-04T08:06:01.801Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-04T08:06:01.801Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-04T08:06:01.801Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-04T08:06:01.801Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-04T08:06:02.061Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-04T08:06:02.631Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-04T08:06:02.631Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-04T08:06:02.631Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-04T08:06:02.631Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-04T08:06:02.631Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-04T08:06:02.631Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-04T08:06:02.631Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-04T08:06:02.631Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-04T08:06:02.631Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-04T08:06:02.631Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-04T08:06:02.631Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-04T08:06:02.631Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-04T08:06:02.631Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T08:06:02.894Z] Fetched 3531 kB in 1s (3415 kB/s) [2021-01-04T08:06:02.894Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T08:06:02.894Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-04T08:06:02.894Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T08:06:02.894Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-04T08:06:03.154Z] Selecting previously unselected package udev. [2021-01-04T08:06:03.154Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T08:06:03.154Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-04T08:06:03.154Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-04T08:06:03.414Z] Selecting previously unselected package libfuse2:amd64. [2021-01-04T08:06:03.415Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T08:06:03.415Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T08:06:03.415Z] Selecting previously unselected package fuse. [2021-01-04T08:06:03.415Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T08:06:03.415Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-04T08:06:03.415Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T08:06:03.675Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T08:06:03.675Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T08:06:03.675Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T08:06:03.675Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T08:06:03.937Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T08:06:03.937Z] Selecting previously unselected package libksba8:amd64. [2021-01-04T08:06:03.937Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-04T08:06:03.937Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-04T08:06:03.937Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-04T08:06:03.937Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T08:06:03.937Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:04.198Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-04T08:06:04.198Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T08:06:04.198Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:04.198Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-04T08:06:04.198Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T08:06:04.198Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:04.459Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-04T08:06:04.460Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T08:06:04.460Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:04.460Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-04T08:06:04.460Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T08:06:04.460Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:04.460Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-04T08:06:04.460Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T08:06:04.720Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:04.720Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-04T08:06:04.720Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T08:06:04.720Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:04.720Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-04T08:06:04.720Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T08:06:04.720Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:04.981Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-04T08:06:04.981Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T08:06:04.981Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:04.981Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-04T08:06:04.981Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T08:06:04.981Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T08:06:04.981Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-04T08:06:04.981Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T08:06:04.981Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T08:06:05.241Z] Selecting previously unselected package libldap-common. [2021-01-04T08:06:05.241Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-04T08:06:05.241Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T08:06:05.241Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-04T08:06:05.241Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-04T08:06:05.241Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T08:06:05.241Z] Selecting previously unselected package dirmngr. [2021-01-04T08:06:05.241Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T08:06:05.241Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T08:06:05.501Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T08:06:05.501Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-04T08:06:05.501Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T08:06:05.501Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T08:06:05.501Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T08:06:05.501Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-04T08:06:05.501Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:05.762Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-04T08:06:05.762Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T08:06:05.762Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-04T08:06:06.023Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-04T08:06:06.284Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:06.284Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-04T08:06:06.284Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-04T08:06:06.284Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-04T08:06:06.546Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:06.546Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:06.546Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:06.546Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:06.546Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:06.546Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:06.546Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T08:06:06.546Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T08:06:06.546Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T08:06:06.546Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T08:06:07.118Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-04T08:06:07.118Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-04T08:06:07.118Z] This means they are not meant to be enabled using systemctl. [2021-01-04T08:06:07.118Z] Possible reasons for having this kind of units are: [2021-01-04T08:06:07.118Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-04T08:06:07.118Z] .wants/ or .requires/ directory. [2021-01-04T08:06:07.118Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-04T08:06:07.118Z] a requirement dependency on it. [2021-01-04T08:06:07.118Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-04T08:06:07.118Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-04T08:06:07.118Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-04T08:06:07.118Z] instance name specified. [2021-01-04T08:06:07.380Z] Reading package lists... [2021-01-04T08:06:07.380Z] Building dependency tree... [2021-01-04T08:06:07.380Z] Reading state information... [2021-01-04T08:06:07.641Z] The following additional packages will be installed: [2021-01-04T08:06:07.641Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-04T08:06:07.641Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-04T08:06:07.641Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-04T08:06:07.641Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-04T08:06:07.641Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-04T08:06:07.641Z] Suggested packages: [2021-01-04T08:06:07.641Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-04T08:06:07.641Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-04T08:06:07.641Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-04T08:06:07.641Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-04T08:06:07.641Z] systemd-container policykit-1 [2021-01-04T08:06:07.641Z] Recommended packages: [2021-01-04T08:06:07.641Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-04T08:06:07.641Z] The following NEW packages will be installed: [2021-01-04T08:06:07.642Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-04T08:06:07.642Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-04T08:06:07.642Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-04T08:06:07.642Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-04T08:06:07.642Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-04T08:06:07.642Z] The following packages will be upgraded: [2021-01-04T08:06:07.642Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-04T08:06:07.903Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-04T08:06:07.903Z] Need to get 35.2 MB of archives. [2021-01-04T08:06:07.903Z] After this operation, 141 MB of additional disk space will be used. [2021-01-04T08:06:07.903Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-04T08:06:07.903Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-04T08:06:08.474Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-04T08:06:08.474Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-04T08:06:08.474Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-04T08:06:08.474Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-04T08:06:08.474Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-04T08:06:08.474Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-04T08:06:08.474Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-04T08:06:08.474Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-04T08:06:08.474Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-04T08:06:08.474Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-04T08:06:08.474Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-04T08:06:08.735Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-04T08:06:08.735Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-04T08:06:08.735Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-04T08:06:08.735Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-04T08:06:08.735Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-04T08:06:08.735Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-04T08:06:08.735Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-04T08:06:08.735Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-04T08:06:08.735Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-04T08:06:08.735Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-04T08:06:08.735Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-04T08:06:08.996Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-04T08:06:08.996Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-04T08:06:08.996Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-04T08:06:08.996Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-04T08:06:08.996Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-04T08:06:08.996Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-04T08:06:09.940Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T08:06:09.940Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-01-04T08:06:09.940Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T08:06:09.940Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-04T08:06:10.201Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T08:06:10.774Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-04T08:06:10.774Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T08:06:10.774Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-04T08:06:11.035Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T08:06:11.035Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T08:06:11.035Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T08:06:11.035Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-04T08:06:11.296Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T08:06:11.296Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T08:06:11.296Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T08:06:11.557Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-04T08:06:11.557Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-04T08:06:11.819Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-04T08:06:12.081Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-04T08:06:12.081Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T08:06:12.081Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T08:06:12.344Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-04T08:06:12.344Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T08:06:12.344Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T08:06:12.344Z] Selecting previously unselected package libexpat1:amd64. [2021-01-04T08:06:12.344Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-04T08:06:12.344Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T08:06:12.604Z] Selecting previously unselected package python3.6-minimal. [2021-01-04T08:06:12.604Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T08:06:12.604Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T08:06:12.943Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T08:06:12.943Z] Checking for services that may need to be restarted...done. [2021-01-04T08:06:12.943Z] Checking for services that may need to be restarted...done. [2021-01-04T08:06:12.943Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T08:06:13.204Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T08:06:13.204Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T08:06:13.465Z] Selecting previously unselected package python3-minimal. [2021-01-04T08:06:13.465Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-04T08:06:13.465Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-04T08:06:13.465Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-04T08:06:13.725Z] Selecting previously unselected package mime-support. [2021-01-04T08:06:13.725Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-04T08:06:13.725Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-04T08:06:13.725Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-04T08:06:13.725Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-04T08:06:13.725Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T08:06:13.725Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-04T08:06:13.725Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T08:06:13.725Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T08:06:13.986Z] Selecting previously unselected package python3.6. [2021-01-04T08:06:13.986Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T08:06:13.986Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T08:06:14.246Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-04T08:06:14.246Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-04T08:06:14.246Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T08:06:14.246Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-04T08:06:14.820Z] Selecting previously unselected package python3. [2021-01-04T08:06:14.820Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-04T08:06:14.820Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-04T08:06:14.820Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-04T08:06:14.820Z] Selecting previously unselected package multiarch-support. [2021-01-04T08:06:14.820Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T08:06:14.820Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T08:06:14.820Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T08:06:15.081Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-04T08:06:15.081Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-04T08:06:15.081Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-04T08:06:15.081Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T08:06:15.081Z] Selecting previously unselected package libbsd0:amd64. [2021-01-04T08:06:15.081Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-04T08:06:15.081Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T08:06:15.342Z] Selecting previously unselected package sudo. [2021-01-04T08:06:15.342Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-04T08:06:15.342Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T08:06:15.342Z] Selecting previously unselected package apparmor. [2021-01-04T08:06:15.342Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T08:06:15.342Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-04T08:06:15.603Z] Selecting previously unselected package libedit2:amd64. [2021-01-04T08:06:15.603Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-04T08:06:15.603Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T08:06:15.863Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-04T08:06:15.863Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T08:06:15.863Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T08:06:15.863Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-04T08:06:15.863Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T08:06:15.863Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T08:06:16.124Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-04T08:06:16.124Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-04T08:06:16.124Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T08:06:16.124Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-04T08:06:16.124Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T08:06:16.124Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T08:06:16.384Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-04T08:06:16.384Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T08:06:16.384Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T08:06:16.384Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-04T08:06:16.384Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-04T08:06:16.384Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T08:06:16.645Z] Selecting previously unselected package openssh-client. [2021-01-04T08:06:16.645Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-04T08:06:16.645Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T08:06:16.645Z] Selecting previously unselected package squashfs-tools. [2021-01-04T08:06:16.645Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-04T08:06:16.645Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T08:06:16.906Z] Selecting previously unselected package snapd. [2021-01-04T08:06:16.906Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-04T08:06:16.906Z] Unpacking snapd (2.48+18.04) ... [2021-01-04T08:06:18.821Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T08:06:18.821Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T08:06:18.821Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-04T08:06:19.082Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T08:06:19.082Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T08:06:19.082Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T08:06:19.082Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T08:06:19.082Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-04T08:06:19.343Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-04T08:06:20.728Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T08:06:20.989Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T08:06:20.989Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T08:06:20.989Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T08:06:20.989Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T08:06:21.250Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T08:06:21.821Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T08:06:21.821Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T08:06:21.821Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T08:06:21.821Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-04T08:06:21.821Z] running python rtupdate hooks for python3.6... [2021-01-04T08:06:21.821Z] running python post-rtupdate hooks for python3.6... [2021-01-04T08:06:21.821Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-04T08:06:23.733Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-04T08:06:23.733Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T08:06:23.733Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T08:06:23.733Z] Setting up snapd (2.48+18.04) ... [2021-01-04T08:06:23.993Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-04T08:06:24.254Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-04T08:06:24.515Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-04T08:06:24.515Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-04T08:06:24.776Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T08:06:24.776Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T08:06:25.036Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-04T08:06:25.036Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-04T08:06:25.297Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-04T08:06:25.558Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-04T08:06:25.558Z] /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' [2021-01-04T08:06:25.558Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T08:06:25.558Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T08:06:26.503Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T08:06:26.764Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T08:06:26.764Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T08:06:27.601Z] Reading package lists... [2021-01-04T08:06:27.862Z] Reading package lists... [2021-01-04T08:06:28.123Z] Building dependency tree... [2021-01-04T08:06:28.123Z] Reading state information... [2021-01-04T08:06:28.123Z] Calculating upgrade... [2021-01-04T08:06:28.384Z] The following packages will be upgraded: [2021-01-04T08:06:28.384Z] advancecomp base-files bash binutils binutils-common [2021-01-04T08:06:28.384Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-04T08:06:28.384Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-04T08:06:28.384Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-04T08:06:28.384Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-04T08:06:28.384Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-04T08:06:28.384Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-04T08:06:28.384Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-04T08:06:28.384Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-04T08:06:28.384Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-04T08:06:28.384Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-04T08:06:28.384Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-04T08:06:28.384Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-04T08:06:28.384Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-04T08:06:28.384Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T08:06:28.384Z] Need to get 63.5 MB of archives. [2021-01-04T08:06:28.384Z] After this operation, 5191 kB of additional disk space will be used. [2021-01-04T08:06:28.384Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2021-01-04T08:06:28.384Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-04T08:06:29.326Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-04T08:06:29.326Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-04T08:06:29.326Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-04T08:06:29.326Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-04T08:06:29.326Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-04T08:06:29.326Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-04T08:06:29.326Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-04T08:06:29.326Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-04T08:06:29.326Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-04T08:06:29.326Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-04T08:06:29.326Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-04T08:06:29.326Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-04T08:06:29.326Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-04T08:06:29.326Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-04T08:06:29.326Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-04T08:06:29.326Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-04T08:06:29.326Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-04T08:06:29.326Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-04T08:06:29.326Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-04T08:06:29.326Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-04T08:06:29.326Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-04T08:06:29.326Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-04T08:06:29.326Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-04T08:06:29.326Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-04T08:06:29.586Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-04T08:06:29.586Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-04T08:06:29.586Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-04T08:06:29.586Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-04T08:06:29.586Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-04T08:06:29.586Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-04T08:06:29.586Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-04T08:06:29.586Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-04T08:06:29.586Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-04T08:06:29.586Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-04T08:06:29.586Z] 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] [2021-01-04T08:06:29.586Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-04T08:06:29.586Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-04T08:06:29.586Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-04T08:06:29.586Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-04T08:06:29.847Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-04T08:06:29.847Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-04T08:06:29.847Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-04T08:06:29.847Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-04T08:06:29.847Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-04T08:06:29.847Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-04T08:06:29.847Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-04T08:06:29.847Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-04T08:06:29.847Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-04T08:06:29.847Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-04T08:06:29.847Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-04T08:06:29.847Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-04T08:06:29.847Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-04T08:06:29.847Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-04T08:06:29.847Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-04T08:06:29.847Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-04T08:06:29.847Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-04T08:06:29.847Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-04T08:06:29.847Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-04T08:06:29.847Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-04T08:06:29.847Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-04T08:06:29.847Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-04T08:06:29.847Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-04T08:06:29.847Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-04T08:06:29.847Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-04T08:06:29.847Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-04T08:06:29.847Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-04T08:06:30.107Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-04T08:06:30.107Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-04T08:06:30.107Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-04T08:06:30.107Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-04T08:06:30.107Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-04T08:06:30.107Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-04T08:06:30.107Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-04T08:06:30.107Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-04T08:06:30.107Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-04T08:06:30.107Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-04T08:06:30.107Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-04T08:06:30.107Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-04T08:06:30.366Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-04T08:06:30.366Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-04T08:06:30.366Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-04T08:06:30.366Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-04T08:06:30.366Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-04T08:06:30.366Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-04T08:06:30.366Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-04T08:06:30.935Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-04T08:06:31.204Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-04T08:06:31.204Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-04T08:06:31.468Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-04T08:06:31.727Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-04T08:06:31.727Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-04T08:06:31.727Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-04T08:06:31.727Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-04T08:06:31.727Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-04T08:06:31.727Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T08:06:31.987Z] Fetched 63.5 MB in 3s (18.6 MB/s) [2021-01-04T08:06:31.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:31.987Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T08:06:31.987Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T08:06:32.558Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T08:06:32.558Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T08:06:32.558Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2021-01-04T08:06:32.558Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2021-01-04T08:06:33.502Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:33.502Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:33.502Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:33.502Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:33.763Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:33.763Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:33.763Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:33.763Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:34.022Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:34.022Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:34.022Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:34.022Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:34.022Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:34.283Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:34.283Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:06:34.283Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T08:06:34.283Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:34.283Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-04T08:06:34.543Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:06:34.543Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T08:06:34.543Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:34.543Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:34.803Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:34.803Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:34.803Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:34.803Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T08:06:35.065Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:06:35.326Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T08:06:35.326Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T08:06:35.326Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T08:06:35.587Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T08:06:35.848Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T08:06:35.848Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-04T08:06:35.848Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-04T08:06:35.848Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-04T08:06:36.109Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-04T08:06:36.109Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-04T08:06:36.370Z] Installing new version of config file /etc/issue ... [2021-01-04T08:06:36.370Z] Installing new version of config file /etc/issue.net ... [2021-01-04T08:06:36.370Z] Installing new version of config file /etc/lsb-release ... [2021-01-04T08:06:36.370Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-04T08:06:36.630Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-04T08:06:36.630Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-04T08:06:36.630Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-04T08:06:36.630Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:36.630Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-04T08:06:36.890Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-04T08:06:36.890Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-04T08:06:36.890Z] 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 [2021-01-04T08:06:37.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:37.150Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T08:06:37.150Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-04T08:06:37.150Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-04T08:06:37.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:37.150Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-04T08:06:37.150Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-04T08:06:37.432Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-04T08:06:37.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:37.432Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-04T08:06:37.432Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T08:06:37.692Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-04T08:06:37.953Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:37.953Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T08:06:37.953Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T08:06:37.953Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T08:06:37.953Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:37.953Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T08:06:38.214Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T08:06:38.214Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-04T08:06:38.474Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:38.474Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-04T08:06:38.474Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-04T08:06:38.474Z] Setting up grep (3.1-2build1) ... [2021-01-04T08:06:38.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:38.735Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T08:06:38.996Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T08:06:38.996Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-04T08:06:39.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:39.257Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T08:06:39.257Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T08:06:39.257Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-04T08:06:39.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:39.516Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T08:06:39.516Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T08:06:39.778Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T08:06:40.040Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T08:06:40.040Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T08:06:40.040Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T08:06:40.610Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-04T08:06:40.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:40.610Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-04T08:06:40.610Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T08:06:41.994Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T08:06:41.994Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T08:06:41.994Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T08:06:41.994Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T08:06:41.994Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T08:06:42.255Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:42.255Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-04T08:06:42.255Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-04T08:06:42.516Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-04T08:06:42.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:42.516Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T08:06:42.516Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T08:06:42.777Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T08:06:42.777Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:42.777Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T08:06:42.777Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T08:06:43.038Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T08:06:43.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:43.038Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T08:06:43.038Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T08:06:43.302Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T08:06:43.302Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:43.302Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T08:06:43.302Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T08:06:43.563Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T08:06:43.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:43.563Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T08:06:43.563Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T08:06:43.824Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T08:06:43.824Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T08:06:43.824Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T08:06:43.824Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:43.824Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T08:06:43.824Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T08:06:44.084Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T08:06:44.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:44.084Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T08:06:44.084Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T08:06:44.345Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T08:06:44.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:44.345Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T08:06:44.345Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T08:06:44.609Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-04T08:06:44.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:44.609Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T08:06:44.609Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T08:06:45.181Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-04T08:06:45.441Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-04T08:06:45.701Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-04T08:06:45.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:45.701Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T08:06:45.701Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T08:06:45.965Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T08:06:46.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T08:06:46.226Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-04T08:06:46.226Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T08:06:46.226Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-04T08:06:46.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:46.487Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-04T08:06:46.487Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-04T08:06:46.754Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-04T08:06:47.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:47.014Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T08:06:47.014Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T08:06:47.014Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T08:06:47.274Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:47.274Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T08:06:47.275Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T08:06:47.275Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T08:06:47.536Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:47.536Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T08:06:47.536Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T08:06:47.796Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T08:06:47.796Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:47.796Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T08:06:47.796Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T08:06:48.057Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-04T08:06:48.057Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T08:06:48.057Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T08:06:48.057Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T08:06:48.317Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T08:06:48.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:48.317Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-04T08:06:48.317Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-04T08:06:48.578Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-04T08:06:48.578Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:48.578Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-04T08:06:48.839Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T08:06:48.839Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T08:06:49.101Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:49.101Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T08:06:49.101Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T08:06:49.101Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T08:06:49.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:49.362Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-04T08:06:49.362Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-04T08:06:49.362Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-04T08:06:49.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:49.635Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T08:06:49.635Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T08:06:49.925Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-04T08:06:49.925Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:49.925Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T08:06:50.185Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T08:06:50.185Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-04T08:06:50.185Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:50.185Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-04T08:06:50.185Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-04T08:06:50.448Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-04T08:06:50.448Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:50.448Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-04T08:06:50.448Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-04T08:06:50.709Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-04T08:06:50.709Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:50.709Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-04T08:06:50.709Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-04T08:06:50.969Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-04T08:06:50.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:50.969Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T08:06:50.969Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-04T08:06:51.230Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-04T08:06:51.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T08:06:51.230Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-04T08:06:51.230Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-04T08:06:51.231Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-04T08:06:51.528Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-04T08:06:51.528Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T08:06:51.528Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T08:06:51.528Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T08:06:51.528Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T08:06:51.834Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T08:06:51.834Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T08:06:52.120Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-04T08:06:52.120Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-04T08:06:52.389Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T08:06:52.389Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-04T08:06:52.668Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T08:06:52.668Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-04T08:06:52.668Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-04T08:06:52.668Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-04T08:06:52.944Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-04T08:06:52.944Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-04T08:06:52.944Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-04T08:06:52.944Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-04T08:06:53.262Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-04T08:06:53.262Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-04T08:06:53.262Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-04T08:06:53.262Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-04T08:06:53.549Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-04T08:06:53.549Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-04T08:06:54.120Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-04T08:06:54.120Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-04T08:06:54.380Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-04T08:06:54.380Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-04T08:06:54.380Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T08:06:54.380Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T08:06:54.642Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T08:06:54.903Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T08:06:54.903Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T08:06:54.903Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T08:06:55.165Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T08:06:55.165Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T08:06:55.165Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:55.165Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T08:06:55.426Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:55.426Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T08:06:55.686Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:55.686Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T08:06:55.686Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:55.686Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T08:06:56.627Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:56.627Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T08:06:57.566Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:57.566Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T08:06:58.137Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:58.137Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T08:06:58.398Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:58.398Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T08:06:59.339Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T08:06:59.339Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T08:06:59.339Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T08:06:59.339Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T08:06:59.599Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T08:06:59.599Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T08:06:59.599Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T08:06:59.861Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T08:06:59.861Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-04T08:06:59.861Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-04T08:06:59.861Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T08:07:00.123Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T08:07:00.123Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T08:07:00.123Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T08:07:00.384Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-04T08:07:00.384Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-04T08:07:00.384Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:07:00.384Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T08:07:00.644Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:07:00.644Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:07:00.644Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:07:00.644Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-04T08:07:00.644Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-04T08:07:00.644Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-04T08:07:00.905Z] [2021-01-04T08:07:00.905Z] Current default time zone: 'Etc/UTC' [2021-01-04T08:07:00.905Z] Local time is now: Mon Jan 4 08:07:00 UTC 2021. [2021-01-04T08:07:00.905Z] Universal Time is now: Mon Jan 4 08:07:00 UTC 2021. [2021-01-04T08:07:00.905Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-04T08:07:00.905Z] [2021-01-04T08:07:00.905Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-04T08:07:00.905Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:07:00.905Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2021-01-04T08:07:00.905Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-04T08:07:00.905Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-04T08:07:00.905Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-04T08:07:00.905Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-04T08:07:01.166Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-04T08:07:01.166Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-04T08:07:01.166Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T08:07:01.166Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:07:01.166Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-04T08:07:01.426Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T08:07:01.426Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T08:07:01.426Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:07:01.426Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-04T08:07:01.426Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-04T08:07:01.426Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-04T08:07:01.687Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T08:07:01.687Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-04T08:07:01.687Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-04T08:07:01.687Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-04T08:07:01.687Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T08:07:03.258Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:07:03.259Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:07:03.259Z] ---> c0d88b3448ec [2021-01-04T08:07:03.259Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T08:07:03.259Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:07:03.259Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:07:03.259Z] ---> c0d88b3448ec [2021-01-04T08:07:03.259Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T08:07:03.259Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:07:03.259Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:07:03.259Z] ---> c0d88b3448ec [2021-01-04T08:07:03.259Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T08:07:03.259Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:07:03.259Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:07:03.259Z] ---> c0d88b3448ec [2021-01-04T08:07:03.259Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T08:07:03.259Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:07:03.259Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:07:03.259Z] ---> c0d88b3448ec [2021-01-04T08:07:03.259Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T08:07:03.598Z] Updating certificates in /etc/ssl/certs... [2021-01-04T08:07:04.168Z] 22 added, 17 removed; done. [2021-01-04T08:07:04.168Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T08:07:04.168Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T08:07:04.429Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-04T08:07:04.429Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-04T08:07:04.429Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-04T08:07:04.429Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T08:07:04.429Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T08:07:04.429Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T08:07:04.429Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T08:07:04.429Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T08:07:04.429Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T08:07:04.688Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T08:07:04.688Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-04T08:07:04.688Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-04T08:07:04.688Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-04T08:07:04.688Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-04T08:07:04.688Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-04T08:07:04.688Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T08:07:04.688Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T08:07:04.688Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-04T08:07:04.948Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-04T08:07:04.948Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-04T08:07:04.948Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T08:07:04.948Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T08:07:04.948Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-04T08:07:05.209Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T08:07:05.209Z] Updating certificates in /etc/ssl/certs... [2021-01-04T08:07:05.783Z] 0 added, 0 removed; done. [2021-01-04T08:07:05.783Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-04T08:07:05.783Z] done. [2021-01-04T08:07:05.863Z] ---> Running in f83ebd692a5d [2021-01-04T08:07:05.863Z] ---> Running in abe2ddb22e34 [2021-01-04T08:07:05.863Z] ---> Running in 679121dd1f79 [2021-01-04T08:07:05.863Z] ---> Running in 1be18bcc828f [2021-01-04T08:07:05.863Z] ---> Running in fea4ce885843 [2021-01-04T08:07:06.042Z] Reading package lists... [2021-01-04T08:07:06.302Z] Building dependency tree... [2021-01-04T08:07:06.302Z] Reading state information... [2021-01-04T08:07:06.302Z] The following NEW packages will be installed: [2021-01-04T08:07:06.302Z] apt-transport-https [2021-01-04T08:07:06.460Z] Removing intermediate container f83ebd692a5d [2021-01-04T08:07:06.460Z] ---> 2c179a787d98 [2021-01-04T08:07:06.460Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:07:06.460Z] Removing intermediate container 679121dd1f79 [2021-01-04T08:07:06.460Z] ---> 1b21cb0d99bb [2021-01-04T08:07:06.460Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:07:06.460Z] Removing intermediate container abe2ddb22e34 [2021-01-04T08:07:06.460Z] ---> e1646adecf94 [2021-01-04T08:07:06.460Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:07:06.460Z] Removing intermediate container 1be18bcc828f [2021-01-04T08:07:06.460Z] ---> ce61c194f932 [2021-01-04T08:07:06.460Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:07:06.460Z] Removing intermediate container fea4ce885843 [2021-01-04T08:07:06.460Z] ---> ad57dac81249 [2021-01-04T08:07:06.460Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:07:06.562Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T08:07:06.562Z] Need to get 1696 B of archives. [2021-01-04T08:07:06.562Z] After this operation, 153 kB of additional disk space will be used. [2021-01-04T08:07:06.562Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-04T08:07:06.562Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T08:07:06.562Z] Fetched 1696 B in 0s (8549 B/s) [2021-01-04T08:07:06.740Z] ---> Running in 25c2f8cfb612 [2021-01-04T08:07:06.740Z] ---> Running in bdca0f7a18f7 [2021-01-04T08:07:06.740Z] ---> Running in 0456f2bd881f [2021-01-04T08:07:06.740Z] ---> Running in 4f53d0183fb4 [2021-01-04T08:07:06.740Z] ---> Running in fa4245a22eeb [2021-01-04T08:07:06.823Z] Selecting previously unselected package apt-transport-https. [2021-01-04T08:07:06.823Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-04T08:07:06.823Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-04T08:07:06.823Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T08:07:06.823Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T08:07:07.081Z] Waiting for network to be ready... [2021-01-04T08:07:10.175Z] Removing intermediate container 25c2f8cfb612 [2021-01-04T08:07:10.175Z] ---> fd3c27d9678a [2021-01-04T08:07:10.175Z] Step 5/24 : RUN apk update && apk add make git [2021-01-04T08:07:10.776Z] ---> Running in 20541b1fbaf7 [2021-01-04T08:07:10.776Z] Removing intermediate container bdca0f7a18f7 [2021-01-04T08:07:10.776Z] ---> 09f6bf0b2eca [2021-01-04T08:07:10.776Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T08:07:11.060Z] ---> Running in 62370bb6dc62 [2021-01-04T08:07:11.060Z] Removing intermediate container fa4245a22eeb [2021-01-04T08:07:11.060Z] ---> c88871cdcd76 [2021-01-04T08:07:11.060Z] Step 5/21 : RUN apk update && apk add make git [2021-01-04T08:07:11.333Z] Removing intermediate container 4f53d0183fb4 [2021-01-04T08:07:11.333Z] ---> 2fd6ed6cb78e [2021-01-04T08:07:11.333Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T08:07:11.333Z] Removing intermediate container 0456f2bd881f [2021-01-04T08:07:11.333Z] ---> 54f5f2d67b1c [2021-01-04T08:07:11.333Z] Step 5/21 : RUN apk update && apk add make git [2021-01-04T08:07:11.611Z] ---> Running in 42bee61c052b [2021-01-04T08:07:11.611Z] ---> Running in c701f065af1e [2021-01-04T08:07:11.611Z] ---> Running in 113cdec450c4 [2021-01-04T08:07:12.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:13.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:13.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:13.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:13.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:13.666Z] 2021-01-04T08:07:11Z INFO Waiting for automatic snapd restart... [2021-01-04T08:07:13.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:13.931Z] snapd 2.48.1 from Canonical* installed [2021-01-04T08:07:14.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:14.011Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:07:14.011Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:07:14.011Z] OK: 12620 distinct packages available [2021-01-04T08:07:14.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:14.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:14.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:07:14.833Z] OK: 217 MiB in 51 packages [2021-01-04T08:07:14.833Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:07:14.833Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:07:14.833Z] OK: 12620 distinct packages available [2021-01-04T08:07:14.870Z] "snapd" switched to the "latest/stable" channel [2021-01-04T08:07:14.870Z] [2021-01-04T08:07:15.109Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:07:15.109Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:07:15.109Z] OK: 12620 distinct packages available [2021-01-04T08:07:15.388Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:07:15.388Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:07:15.388Z] OK: 12620 distinct packages available [2021-01-04T08:07:15.388Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:07:15.388Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:07:15.388Z] OK: 12620 distinct packages available [2021-01-04T08:07:15.669Z] OK: 217 MiB in 51 packages [2021-01-04T08:07:16.268Z] OK: 217 MiB in 51 packages [2021-01-04T08:07:16.268Z] OK: 217 MiB in 51 packages [2021-01-04T08:07:16.543Z] OK: 217 MiB in 51 packages [2021-01-04T08:07:16.816Z] Removing intermediate container 20541b1fbaf7 [2021-01-04T08:07:16.816Z] ---> 4821fe012671 [2021-01-04T08:07:16.816Z] Step 6/24 : COPY go.mod . [2021-01-04T08:07:17.413Z] Removing intermediate container 62370bb6dc62 [2021-01-04T08:07:17.413Z] ---> 9d5d02d4c8bb [2021-01-04T08:07:17.413Z] Step 6/22 : COPY go.mod . [2021-01-04T08:07:17.413Z] core18 20201210 from Canonical* installed [2021-01-04T08:07:17.675Z] "core18" switched to the "latest/stable" channel [2021-01-04T08:07:17.675Z] [2021-01-04T08:07:17.697Z] ---> c098f0728b56 [2021-01-04T08:07:17.697Z] Step 7/24 : RUN go mod download [2021-01-04T08:07:17.973Z] Removing intermediate container c701f065af1e [2021-01-04T08:07:17.973Z] ---> 337275c4a743 [2021-01-04T08:07:17.973Z] Step 6/21 : COPY go.mod . [2021-01-04T08:07:17.973Z] ---> Running in 85b2b2e0c959 [2021-01-04T08:07:18.248Z] Removing intermediate container 42bee61c052b [2021-01-04T08:07:18.248Z] ---> a27efca6777f [2021-01-04T08:07:18.248Z] Step 6/21 : COPY go.mod . [2021-01-04T08:07:18.524Z] Removing intermediate container 113cdec450c4 [2021-01-04T08:07:18.524Z] ---> 998b53a4e109 [2021-01-04T08:07:18.524Z] Step 6/22 : COPY go.mod . [2021-01-04T08:07:18.524Z] ---> 4646012a1256 [2021-01-04T08:07:18.524Z] Step 7/22 : RUN go mod download [2021-01-04T08:07:18.803Z] ---> Running in 65b5d02985a3 [2021-01-04T08:07:19.405Z] ---> d2b6a40aad84 [2021-01-04T08:07:19.405Z] Step 7/21 : RUN go mod download [2021-01-04T08:07:19.405Z] ---> b5de9f5e8f0a [2021-01-04T08:07:19.405Z] Step 7/21 : RUN go mod download [2021-01-04T08:07:19.678Z] ---> Running in 5d26c272889f [2021-01-04T08:07:19.678Z] ---> Running in 2304915d3a47 [2021-01-04T08:07:19.960Z] ---> 3c6210a6e2be [2021-01-04T08:07:19.960Z] Step 7/22 : RUN go mod download [2021-01-04T08:07:20.239Z] ---> Running in adbab0a88998 [2021-01-04T08:07:20.972Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T08:07:20.972Z] "snapcraft" switched to the "latest/stable" channel [2021-01-04T08:07:20.972Z] [2021-01-04T08:07:22.902Z] Removing intermediate container 85b2b2e0c959 [2021-01-04T08:07:22.902Z] ---> a918bec72f82 [2021-01-04T08:07:22.902Z] Step 8/24 : COPY . . [2021-01-04T08:07:23.184Z] Removing intermediate container 65b5d02985a3 [2021-01-04T08:07:23.184Z] ---> fed521189795 [2021-01-04T08:07:23.184Z] Step 8/22 : COPY . . [2021-01-04T08:07:24.270Z] 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: [2021-01-04T08:07:24.270Z] - README.md [2021-01-04T08:07:24.270Z] [2021-01-04T08:07:24.270Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T08:07:24.647Z] Removing intermediate container 5d26c272889f [2021-01-04T08:07:24.647Z] ---> 61feb2249ad5 [2021-01-04T08:07:24.647Z] Step 8/21 : COPY . . [2021-01-04T08:07:25.250Z] Removing intermediate container 2304915d3a47 [2021-01-04T08:07:25.250Z] Removing intermediate container adbab0a88998 [2021-01-04T08:07:25.250Z] ---> 93cdf5b49864 [2021-01-04T08:07:25.250Z] ---> 09e979bac9ec [2021-01-04T08:07:25.250Z] Step 8/21 : COPY . . [2021-01-04T08:07:25.250Z] Step 8/22 : COPY . . [2021-01-04T08:07:30.855Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T08:07:30.855Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T08:07:30.855Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T08:07:30.855Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T08:07:31.795Z] Reading package lists... [2021-01-04T08:07:32.055Z] 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 [2021-01-04T08:07:38.639Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T08:07:38.639Z] Reading package lists... [2021-01-04T08:07:38.639Z] Building dependency tree... [2021-01-04T08:07:38.639Z] Reading state information... [2021-01-04T08:07:38.639Z] Suggested packages: [2021-01-04T08:07:38.639Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-04T08:07:38.639Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-04T08:07:38.639Z] Recommended packages: [2021-01-04T08:07:38.639Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-04T08:07:38.639Z] The following NEW packages will be installed: [2021-01-04T08:07:38.639Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-04T08:07:38.639Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-04T08:07:38.639Z] pkg-config zip [2021-01-04T08:07:38.639Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T08:07:38.639Z] Need to get 7655 kB of archives. [2021-01-04T08:07:38.639Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-04T08:07:38.639Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-04T08:07:38.639Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-04T08:07:38.639Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-04T08:07:38.899Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-04T08:07:38.899Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-04T08:07:38.899Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-04T08:07:38.899Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-04T08:07:39.159Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-04T08:07:39.159Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-04T08:07:39.159Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-04T08:07:39.159Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-04T08:07:39.159Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-04T08:07:39.159Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-04T08:07:39.419Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-04T08:07:39.419Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-04T08:07:39.419Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T08:07:39.680Z] Fetched 7655 kB in 1s (7283 kB/s) [2021-01-04T08:07:39.680Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-04T08:07:39.680Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-04T08:07:39.680Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-04T08:07:39.680Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T08:07:39.680Z] Selecting previously unselected package libpsl5:amd64. [2021-01-04T08:07:39.680Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-04T08:07:39.680Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T08:07:39.940Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-04T08:07:39.940Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-04T08:07:39.940Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T08:07:39.940Z] Selecting previously unselected package librtmp1:amd64. [2021-01-04T08:07:39.940Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-04T08:07:39.940Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T08:07:39.940Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-04T08:07:39.940Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-04T08:07:39.940Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T08:07:40.201Z] Selecting previously unselected package liberror-perl. [2021-01-04T08:07:40.201Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-04T08:07:40.201Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-04T08:07:40.201Z] Selecting previously unselected package git-man. [2021-01-04T08:07:40.201Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-04T08:07:40.201Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T08:07:40.464Z] Selecting previously unselected package git. [2021-01-04T08:07:40.464Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-04T08:07:40.464Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T08:07:41.406Z] Selecting previously unselected package libnorm1:amd64. [2021-01-04T08:07:41.406Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-04T08:07:41.406Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T08:07:41.406Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-04T08:07:41.406Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-04T08:07:41.406Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T08:07:41.406Z] Selecting previously unselected package libsodium23:amd64. [2021-01-04T08:07:41.406Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-04T08:07:41.406Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-04T08:07:41.406Z] Selecting previously unselected package libzmq5:amd64. [2021-01-04T08:07:41.406Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T08:07:41.406Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T08:07:41.665Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-04T08:07:41.665Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T08:07:41.665Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T08:07:41.665Z] Selecting previously unselected package pkg-config. [2021-01-04T08:07:41.665Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-04T08:07:41.665Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T08:07:41.926Z] Selecting previously unselected package zip. [2021-01-04T08:07:41.926Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-04T08:07:41.926Z] Unpacking zip (3.0-11build1) ... [2021-01-04T08:07:41.926Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T08:07:41.926Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T08:07:41.926Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T08:07:42.188Z] Setting up liberror-perl (0.17025-1) ... [2021-01-04T08:07:42.188Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T08:07:42.188Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T08:07:42.188Z] No schema files found: doing nothing. [2021-01-04T08:07:42.188Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T08:07:42.188Z] Setting up zip (3.0-11build1) ... [2021-01-04T08:07:42.188Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T08:07:42.188Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-04T08:07:42.188Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T08:07:42.448Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T08:07:42.448Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T08:07:42.448Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T08:07:42.448Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T08:07:42.448Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T08:07:49.033Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T08:07:49.033Z] git set to automatically installed. [2021-01-04T08:07:49.033Z] git-man set to automatically installed. [2021-01-04T08:07:49.033Z] libcurl3-gnutls set to automatically installed. [2021-01-04T08:07:49.033Z] liberror-perl set to automatically installed. [2021-01-04T08:07:49.033Z] libglib2.0-0 set to automatically installed. [2021-01-04T08:07:49.033Z] libnghttp2-14 set to automatically installed. [2021-01-04T08:07:49.033Z] libnorm1 set to automatically installed. [2021-01-04T08:07:49.033Z] libpgm-5.2-0 set to automatically installed. [2021-01-04T08:07:49.033Z] libpsl5 set to automatically installed. [2021-01-04T08:07:49.033Z] librtmp1 set to automatically installed. [2021-01-04T08:07:49.033Z] libsodium23 set to automatically installed. [2021-01-04T08:07:49.033Z] libzmq3-dev set to automatically installed. [2021-01-04T08:07:49.033Z] libzmq5 set to automatically installed. [2021-01-04T08:07:49.033Z] pkg-config set to automatically installed. [2021-01-04T08:07:49.033Z] zip set to automatically installed. [2021-01-04T08:07:50.418Z] snapd is not logged in, snap install commands will use sudo [2021-01-04T08:07:52.118Z] ---> d23ce14d97e7 [2021-01-04T08:07:52.118Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T08:07:52.118Z] ---> be29eb889a08 [2021-01-04T08:07:52.118Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T08:07:52.118Z] ---> 59938c1cf60d [2021-01-04T08:07:52.118Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T08:07:52.118Z] ---> bea7640852e9 [2021-01-04T08:07:52.118Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T08:07:52.118Z] ---> e4c2b7f9f639 [2021-01-04T08:07:52.118Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T08:07:52.118Z] ---> Running in 58417deac45b [2021-01-04T08:07:52.118Z] ---> Running in e1ea5f3226ca [2021-01-04T08:07:52.118Z] ---> Running in b12fd839a1e4 [2021-01-04T08:07:52.118Z] ---> Running in f1f960b10a62 [2021-01-04T08:07:52.118Z] ---> Running in c81e77f63489 [2021-01-04T08:07:52.118Z] 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 [2021-01-04T08:07:52.118Z] 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 [2021-01-04T08:07:52.118Z] 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 [2021-01-04T08:07:52.118Z] 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 [2021-01-04T08:07:52.118Z] 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 [2021-01-04T08:07:57.001Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T08:07:57.001Z] snap "core18" has no updates available [2021-01-04T08:07:57.942Z] Pulling config-common [2021-01-04T08:07:58.883Z] Pulling go-build-helper [2021-01-04T08:08:21.057Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T08:08:21.057Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T08:08:21.057Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2021-01-04T08:08:21.057Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T08:08:21.057Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T08:08:21.057Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T08:08:21.057Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T08:08:21.057Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T08:08:21.057Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T08:08:21.057Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T08:08:21.057Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T08:08:21.057Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T08:08:21.057Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T08:08:21.057Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T08:08:21.057Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T08:08:21.057Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T08:08:21.057Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T08:08:21.057Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T08:08:21.057Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T08:08:21.057Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2021-01-04T08:08:21.057Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2021-01-04T08:08:21.057Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T08:08:21.057Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T08:08:21.057Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2021-01-04T08:08:21.057Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2021-01-04T08:08:21.057Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2021-01-04T08:08:21.057Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T08:08:21.057Z] Fetched 23.5 MB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-04T08:08:21.057Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-04T08:08:21.057Z] Fetched 279 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-04T08:08:21.057Z] Fetched 122 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-04T08:08:21.057Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-04T08:08:21.057Z] Fetched 8848 B in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-04T08:08:21.057Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-04T08:08:21.057Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-04T08:08:21.057Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-04T08:08:21.057Z] Fetched 214 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-04T08:08:21.057Z] Fetched 155 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-04T08:08:21.057Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-04T08:08:21.057Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-04T08:08:21.057Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-04T08:08:21.057Z] Fetched 499 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-04T08:08:21.057Z] Fetched 111 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-04T08:08:21.057Z] Fetched 240 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-04T08:08:21.057Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-04T08:08:21.057Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-04T08:08:21.057Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-04T08:08:21.057Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-04T08:08:21.057Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-04T08:08:21.057Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-04T08:08:21.057Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-04T08:08:21.057Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-04T08:08:21.057Z] Fetched 8720 B in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-04T08:08:21.057Z] Fetched 137 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-04T08:08:21.057Z] Fetched 119 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-04T08:08:21.057Z] Fetched 109 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-04T08:08:21.057Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-04T08:08:21.057Z] Fetched 645 kB in 0s (0 B/s) [2021-01-04T08:08:21.057Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-04T08:08:21.058Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-04T08:08:21.058Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-04T08:08:21.058Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-04T08:08:21.058Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-04T08:08:21.058Z] Fetched 368 kB in 0s (0 B/s) [2021-01-04T08:08:21.058Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-04T08:08:21.058Z] Fetched 187 kB in 0s (0 B/s) [2021-01-04T08:08:21.058Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-04T08:08:21.058Z] Fetched 175 kB in 0s (0 B/s) [2021-01-04T08:08:21.058Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-04T08:08:23.603Z] Fetched 206 kB in 0s (0 B/s) [2021-01-04T08:08:23.603Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-04T08:08:23.603Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-04T08:08:23.603Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-04T08:08:23.603Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-04T08:08:23.603Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-04T08:08:23.603Z] Fetched 159 kB in 0s (0 B/s) [2021-01-04T08:08:23.603Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-04T08:08:23.603Z] Fetched 107 kB in 0s (0 B/s) [2021-01-04T08:08:23.603Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-04T08:08:23.603Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-04T08:08:23.603Z] Pulling static-packages [2021-01-04T08:08:24.253Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-04T08:08:24.253Z] Skipping pull go-build-helper (already ran) [2021-01-04T08:08:24.253Z] Skipping pull static-packages (already ran) [2021-01-04T08:08:24.253Z] Building go-build-helper [2021-01-04T08:08:28.465Z] Building static-packages [2021-01-04T08:08:29.851Z] Staging go-build-helper [2021-01-04T08:08:30.795Z] Staging static-packages [2021-01-04T08:08:31.739Z] Pulling go115 [2021-01-04T08:08:32.682Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-04T08:08:32.682Z] Skipping pull go115 (already ran) [2021-01-04T08:08:32.682Z] Building go115 [2021-01-04T08:08:32.682Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T08:08:32.682Z] Dload Upload Total Spent Left Speed [2021-01-04T08:08:35.526Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 21.5M 0 0 25.6M 0 0:00:04 --:--:-- 0:00:04 25.6M 61 115M 61 70.8M 0 0 38.5M 0 0:00:03 0:00:01 0:00:02 38.4M 100 115M 100 115M 0 0 41.9M 0 0:00:02 0:00:02 --:--:-- 41.9M [2021-01-04T08:08:36.098Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-04T08:08:40.310Z] Staging go115 [2021-01-04T08:08:45.602Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T08:08:45.602Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T08:08:45.602Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T08:08:45.602Z] Fetched 0 B in 0s (0 B/s) [2021-01-04T08:08:45.602Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-04T08:08:45.602Z] Fetched 224 kB in 0s (0 B/s) [2021-01-04T08:08:45.602Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-04T08:08:45.602Z] Fetched 157 kB in 0s (0 B/s) [2021-01-04T08:08:45.602Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-04T08:08:45.602Z] Fetched 221 kB in 0s (0 B/s) [2021-01-04T08:08:45.602Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-04T08:08:45.602Z] Fetched 143 kB in 0s (0 B/s) [2021-01-04T08:08:45.602Z] Pulling edgex-go [2021-01-04T08:08:46.173Z] Pulling version [2021-01-04T08:08:47.115Z] Building config-common [2021-01-04T08:08:49.026Z] Skipping build go-build-helper (already ran) [2021-01-04T08:08:49.026Z] Skipping build static-packages (already ran) [2021-01-04T08:08:49.026Z] Skipping build go115 (already ran) [2021-01-04T08:08:49.026Z] Building edgex-go [2021-01-04T08:08:49.287Z] 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 [2021-01-04T08:08:50.227Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-04T08:08:50.227Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2021-01-04T08:08:50.227Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-04T08:08:50.227Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2021-01-04T08:08:50.227Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-04T08:08:50.487Z] go: downloading github.com/google/uuid v1.1.2 [2021-01-04T08:08:50.487Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-04T08:08:50.487Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-04T08:08:50.487Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-04T08:08:50.487Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-04T08:08:50.487Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-04T08:08:50.487Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-04T08:08:50.487Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-04T08:08:50.487Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-04T08:08:50.487Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-04T08:08:50.487Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-04T08:08:50.487Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-04T08:08:50.487Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-04T08:08:50.487Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-04T08:08:50.487Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-04T08:08:50.487Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-04T08:08:50.487Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-04T08:08:50.747Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-04T08:08:50.747Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-04T08:08:50.747Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-04T08:08:50.747Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-04T08:08:50.747Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-04T08:08:50.747Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-04T08:08:50.747Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-04T08:08:51.007Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-04T08:08:51.007Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-04T08:08:57.584Z] 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 [2021-01-04T08:09:00.882Z] 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 [2021-01-04T08:09:01.451Z] 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 [2021-01-04T08:09:02.391Z] 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 [2021-01-04T08:09:02.961Z] 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 [2021-01-04T08:09:02.961Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-04T08:09:03.221Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-04T08:09:03.221Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-04T08:09:03.221Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-04T08:09:04.604Z] 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 [2021-01-04T08:09:04.604Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-04T08:09:04.604Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-04T08:09:05.986Z] 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 [2021-01-04T08:09:05.986Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-04T08:09:06.927Z] 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 [2021-01-04T08:09:06.927Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-04T08:09:08.309Z] 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 [2021-01-04T08:09:08.879Z] 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 [2021-01-04T08:09:09.819Z] 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 [2021-01-04T08:09:11.731Z] Building version [2021-01-04T08:09:13.651Z] Staging config-common [2021-01-04T08:09:13.975Z] 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 [2021-01-04T08:09:13.975Z] 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 [2021-01-04T08:09:14.593Z] Skipping stage go-build-helper (already ran) [2021-01-04T08:09:14.593Z] Skipping stage static-packages (already ran) [2021-01-04T08:09:14.593Z] Skipping stage go115 (already ran) [2021-01-04T08:09:14.593Z] Staging edgex-go [2021-01-04T08:09:15.536Z] Staging version [2021-01-04T08:09:16.108Z] Priming config-common [2021-01-04T08:09:17.047Z] Priming go-build-helper [2021-01-04T08:09:17.988Z] Priming static-packages [2021-01-04T08:09:20.534Z] Priming go115 [2021-01-04T08:09:21.104Z] Priming edgex-go [2021-01-04T08:09:22.046Z] Priming version [2021-01-04T08:09:22.990Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T08:09:26.472Z] Removing intermediate container 58417deac45b [2021-01-04T08:09:26.472Z] ---> d14b986a92b6 [2021-01-04T08:09:26.472Z] [2021-01-04T08:09:26.472Z] Step 10/24 : FROM alpine:3.10 [2021-01-04T08:09:26.472Z] 3.10: Pulling from library/alpine [2021-01-04T08:09:26.749Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-04T08:09:26.749Z] Status: Downloaded newer image for alpine:3.10 [2021-01-04T08:09:26.749Z] ---> 536a684cf733 [2021-01-04T08:09:26.749Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-04T08:09:26.749Z] Removing intermediate container b12fd839a1e4 [2021-01-04T08:09:26.749Z] ---> debd1efd670c [2021-01-04T08:09:26.749Z] [2021-01-04T08:09:26.749Z] Step 10/21 : FROM alpine [2021-01-04T08:09:27.025Z] latest: Pulling from library/alpine [2021-01-04T08:09:27.306Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T08:09:27.306Z] Status: Downloaded newer image for alpine:latest [2021-01-04T08:09:27.306Z] ---> afeebe901d6b [2021-01-04T08:09:27.306Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-04T08:09:27.306Z] ---> Running in 75dc845896f7 [2021-01-04T08:09:27.906Z] ---> Running in 21299d5fdf8e [2021-01-04T08:09:28.190Z] Removing intermediate container f1f960b10a62 [2021-01-04T08:09:28.190Z] ---> b0b281a8f0a0 [2021-01-04T08:09:28.190Z] [2021-01-04T08:09:28.190Z] Step 10/21 : FROM scratch [2021-01-04T08:09:28.190Z] ---> [2021-01-04T08:09:28.190Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T08:09:28.468Z] ---> Running in f753f981572d [2021-01-04T08:09:28.468Z] Removing intermediate container c81e77f63489 [2021-01-04T08:09:28.468Z] ---> 3170164a1d37 [2021-01-04T08:09:28.468Z] [2021-01-04T08:09:28.469Z] Step 10/22 : FROM scratch [2021-01-04T08:09:28.469Z] ---> [2021-01-04T08:09:28.469Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T08:09:28.748Z] ---> Running in 91afa663cd0e [2021-01-04T08:09:29.022Z] Removing intermediate container f753f981572d [2021-01-04T08:09:29.022Z] ---> 9fae7cd64742 [2021-01-04T08:09:29.022Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T08:09:29.299Z] ---> Running in 35517fa96bab [2021-01-04T08:09:29.575Z] Removing intermediate container 91afa663cd0e [2021-01-04T08:09:29.575Z] ---> 4c707afbade8 [2021-01-04T08:09:29.575Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T08:09:29.575Z] ---> Running in f4ec59ed9f9e [2021-01-04T08:09:29.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:09:29.854Z] Removing intermediate container 35517fa96bab [2021-01-04T08:09:29.854Z] ---> 8c693358a59b [2021-01-04T08:09:29.854Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T08:09:30.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:09:30.137Z] ---> Running in 11e8fb83f93c [2021-01-04T08:09:30.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:09:30.414Z] Removing intermediate container f4ec59ed9f9e [2021-01-04T08:09:30.414Z] ---> 92befb6a98a4 [2021-01-04T08:09:30.414Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T08:09:30.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:09:30.414Z] ---> Running in ef6720a9263f [2021-01-04T08:09:30.689Z] v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-04T08:09:30.689Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-04T08:09:30.689Z] OK: 10171 distinct packages available [2021-01-04T08:09:30.689Z] Removing intermediate container 11e8fb83f93c [2021-01-04T08:09:30.689Z] ---> e188bd253386 [2021-01-04T08:09:30.689Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T08:09:30.966Z] Removing intermediate container ef6720a9263f [2021-01-04T08:09:30.966Z] ---> c5c3e9d232ec [2021-01-04T08:09:30.966Z] Step 14/22 : WORKDIR / [2021-01-04T08:09:31.247Z] v3.12.3-36-ge8f315da3c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:09:31.247Z] v3.12.3-37-gc0e4f2aff0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:09:31.247Z] OK: 12615 distinct packages available [2021-01-04T08:09:31.247Z] ---> Running in c22352152df9 [2021-01-04T08:09:31.247Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-04T08:09:31.538Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-04T08:09:31.538Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-04T08:09:31.538Z] (4/5) Installing curl (7.66.0-r3) [2021-01-04T08:09:31.538Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T08:09:31.538Z] Executing busybox-1.30.1-r3.trigger [2021-01-04T08:09:31.538Z] Executing ca-certificates-20191127-r2.trigger [2021-01-04T08:09:31.813Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T08:09:32.090Z] OK: 7 MiB in 19 packages [2021-01-04T08:09:32.090Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T08:09:32.090Z] ---> 05c92a847869 [2021-01-04T08:09:32.090Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T08:09:32.090Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T08:09:32.090Z] Removing intermediate container c22352152df9 [2021-01-04T08:09:32.090Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T08:09:32.090Z] ---> 1b83718d1dd1 [2021-01-04T08:09:32.090Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T08:09:32.090Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:09:32.090Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T08:09:32.367Z] OK: 7 MiB in 18 packages [2021-01-04T08:09:33.886Z] ---> 5c6c825bb0fb [2021-01-04T08:09:33.886Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T08:09:34.564Z] ---> 18b48f6b8135 [2021-01-04T08:09:34.564Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T08:09:35.659Z] Removing intermediate container 75dc845896f7 [2021-01-04T08:09:35.659Z] ---> 5fda6b8d2f63 [2021-01-04T08:09:35.659Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T08:09:36.317Z] ---> 6e070fad824b [2021-01-04T08:09:36.318Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T08:09:36.318Z] Removing intermediate container 21299d5fdf8e [2021-01-04T08:09:36.318Z] ---> 4dc8513e3641 [2021-01-04T08:09:36.318Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T08:09:36.631Z] ---> Running in a96add0c464c [2021-01-04T08:09:37.238Z] ---> Running in 001c4f33fb85 [2021-01-04T08:09:37.238Z] ---> Running in 8f2ba8612170 [2021-01-04T08:09:37.238Z] ---> f6c243cca402 [2021-01-04T08:09:37.238Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T08:09:37.832Z] Removing intermediate container a96add0c464c [2021-01-04T08:09:37.832Z] ---> c632b73ce328 [2021-01-04T08:09:37.832Z] Step 13/24 : WORKDIR / [2021-01-04T08:09:37.832Z] ---> Running in 069da35b2b34 [2021-01-04T08:09:38.107Z] Removing intermediate container 8f2ba8612170 [2021-01-04T08:09:38.107Z] ---> f295a793c227 [2021-01-04T08:09:38.107Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:09:38.107Z] Removing intermediate container 001c4f33fb85 [2021-01-04T08:09:38.107Z] ---> 380e81cf4435 [2021-01-04T08:09:38.107Z] Step 13/21 : WORKDIR /edgex [2021-01-04T08:09:38.107Z] Removing intermediate container e1ea5f3226ca [2021-01-04T08:09:38.107Z] ---> 46e558292f64 [2021-01-04T08:09:38.107Z] [2021-01-04T08:09:38.107Z] Step 10/22 : FROM scratch [2021-01-04T08:09:38.107Z] ---> [2021-01-04T08:09:38.107Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T08:09:38.379Z] ---> Using cache [2021-01-04T08:09:38.379Z] ---> 4c707afbade8 [2021-01-04T08:09:38.379Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T08:09:38.379Z] ---> Running in 810794d9d2fc [2021-01-04T08:09:38.379Z] ---> Running in 600fa96fe933 [2021-01-04T08:09:38.379Z] ---> Running in eed46032ccb6 [2021-01-04T08:09:38.652Z] ---> 74e9d6120c0a [2021-01-04T08:09:38.652Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T08:09:38.652Z] Removing intermediate container 069da35b2b34 [2021-01-04T08:09:38.652Z] ---> f23fa8eae898 [2021-01-04T08:09:38.652Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T08:09:38.927Z] ---> Running in b5846ac5a982 [2021-01-04T08:09:39.202Z] Removing intermediate container 600fa96fe933 [2021-01-04T08:09:39.202Z] ---> e5d89a70244b [2021-01-04T08:09:39.202Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T08:09:39.202Z] Removing intermediate container 810794d9d2fc [2021-01-04T08:09:39.202Z] Removing intermediate container eed46032ccb6 [2021-01-04T08:09:39.202Z] ---> 2fa928834040 [2021-01-04T08:09:39.202Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T08:09:39.202Z] ---> edd2a6433429 [2021-01-04T08:09:39.202Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T08:09:39.202Z] ---> Running in bb55dcdb17f7 [2021-01-04T08:09:39.474Z] ---> Running in de2a276f3388 [2021-01-04T08:09:39.474Z] Removing intermediate container b5846ac5a982 [2021-01-04T08:09:39.474Z] ---> 6d624930e78e [2021-01-04T08:09:39.474Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:09:39.748Z] ---> b8e3648fc96d [2021-01-04T08:09:39.748Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T08:09:39.748Z] ---> Running in 60ff51b9345b [2021-01-04T08:09:40.023Z] Removing intermediate container bb55dcdb17f7 [2021-01-04T08:09:40.023Z] ---> 70a2d6ddb816 [2021-01-04T08:09:40.023Z] Step 14/22 : WORKDIR / [2021-01-04T08:09:40.023Z] ---> Running in e0cfe8116051 [2021-01-04T08:09:40.303Z] ---> 41eda48bcca9 [2021-01-04T08:09:40.303Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T08:09:40.303Z] Removing intermediate container de2a276f3388 [2021-01-04T08:09:40.303Z] ---> 17bf27bc048f [2021-01-04T08:09:40.303Z] Step 20/21 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:09:40.579Z] Removing intermediate container 60ff51b9345b [2021-01-04T08:09:40.579Z] ---> 9f5a1c15edb6 [2021-01-04T08:09:40.579Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T08:09:40.579Z] ---> Running in bc9f71edf28e [2021-01-04T08:09:40.853Z] ---> Running in 85a4f3ee9035 [2021-01-04T08:09:40.853Z] ---> 2692e1767c35 [2021-01-04T08:09:40.853Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T08:09:40.853Z] Removing intermediate container e0cfe8116051 [2021-01-04T08:09:40.853Z] ---> 51747a3c9b17 [2021-01-04T08:09:40.853Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T08:09:41.133Z] Removing intermediate container bc9f71edf28e [2021-01-04T08:09:41.133Z] ---> 1dc6439b5507 [2021-01-04T08:09:41.133Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T08:09:41.734Z] ---> Running in 2b12fd40a888 [2021-01-04T08:09:41.734Z] Removing intermediate container 85a4f3ee9035 [2021-01-04T08:09:41.734Z] ---> 6f88bac160fe [2021-01-04T08:09:41.734Z] Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:09:41.734Z] ---> dbcaf1e036ec [2021-01-04T08:09:41.734Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T08:09:42.005Z] ---> Running in 12fe6db8d5bf [2021-01-04T08:09:42.005Z] ---> 0bc6884ee6d0 [2021-01-04T08:09:42.005Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T08:09:42.005Z] ---> f9d448aa9523 [2021-01-04T08:09:42.005Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T08:09:42.280Z] Removing intermediate container 2b12fd40a888 [2021-01-04T08:09:42.280Z] ---> f245da32bff1 [2021-01-04T08:09:42.280Z] [2021-01-04T08:09:42.550Z] Successfully built f245da32bff1 [2021-01-04T08:09:42.825Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T08:09:42.825Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-04T08:09:42.825Z] Removing intermediate container 12fe6db8d5bf [2021-01-04T08:09:42.825Z] ---> 123df263e3a0 [2021-01-04T08:09:42.825Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T08:09:43.804Z] ---> Running in ac60403dc3b0 [2021-01-04T08:09:43.804Z] ---> 244dffc52517 [2021-01-04T08:09:43.804Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T08:09:43.804Z] ---> 9e6d3ada49d5 [2021-01-04T08:09:43.804Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T08:09:43.804Z] ---> a659a6beb8d5 [2021-01-04T08:09:43.804Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T08:09:43.804Z] ---> Running in 1182c2d9a991 [2021-01-04T08:09:44.800Z] Removing intermediate container ac60403dc3b0 [2021-01-04T08:09:44.800Z] ---> c920536e74a2 [2021-01-04T08:09:44.800Z] [2021-01-04T08:09:45.398Z] Successfully built c920536e74a2 [2021-01-04T08:09:45.398Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T08:09:45.398Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-04T08:09:45.398Z] Removing intermediate container 1182c2d9a991 [2021-01-04T08:09:45.398Z] ---> c699625a5b62 [2021-01-04T08:09:45.398Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T08:09:46.005Z] ---> ba228b1d455f [2021-01-04T08:09:46.005Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T08:09:46.005Z] ---> 927eae8962ae [2021-01-04T08:09:46.005Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T08:09:46.005Z] ---> Running in aa4de76860c3 [2021-01-04T08:09:46.286Z] ---> Running in c0859c754f0b [2021-01-04T08:09:46.559Z] Removing intermediate container aa4de76860c3 [2021-01-04T08:09:46.559Z] ---> 4d45c75688f6 [2021-01-04T08:09:46.559Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T08:09:47.166Z] Removing intermediate container c0859c754f0b [2021-01-04T08:09:47.166Z] ---> 4daa09a9e93f [2021-01-04T08:09:47.166Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:09:47.166Z] ---> Running in 885d11f478ff [2021-01-04T08:09:48.157Z] ---> f66b31525cdf [2021-01-04T08:09:48.157Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T08:09:48.157Z] ---> Running in 1d9838661fef [2021-01-04T08:09:49.129Z] ---> Running in d24990f4fe96 [2021-01-04T08:09:49.130Z] Removing intermediate container 885d11f478ff [2021-01-04T08:09:49.130Z] ---> 42a34b2643bc [2021-01-04T08:09:49.130Z] Step 20/21 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:09:49.732Z] Removing intermediate container 1d9838661fef [2021-01-04T08:09:49.732Z] ---> 87072c586114 [2021-01-04T08:09:49.732Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T08:09:50.008Z] ---> Running in 93b84bbfdeed [2021-01-04T08:09:50.292Z] ---> Running in 2b4ea7d87897 [2021-01-04T08:09:50.894Z] Removing intermediate container 93b84bbfdeed [2021-01-04T08:09:50.894Z] ---> a287165d9909 [2021-01-04T08:09:50.894Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T08:09:50.894Z] Removing intermediate container 2b4ea7d87897 [2021-01-04T08:09:50.894Z] ---> 1bad4f167bb7 [2021-01-04T08:09:50.894Z] Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:09:51.169Z] ---> Running in 550eb669f94a [2021-01-04T08:09:51.169Z] ---> Running in 366fc4d97357 [2021-01-04T08:09:51.783Z] Removing intermediate container 550eb669f94a [2021-01-04T08:09:51.783Z] ---> c052610ca13a [2021-01-04T08:09:51.783Z] [2021-01-04T08:09:52.060Z] Removing intermediate container 366fc4d97357 [2021-01-04T08:09:52.060Z] ---> 77471eb80304 [2021-01-04T08:09:52.060Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T08:09:52.334Z] ---> Running in 7d18e3883b27 [2021-01-04T08:09:52.334Z] Successfully built c052610ca13a [2021-01-04T08:09:52.334Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T08:09:52.334Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-04T08:09:53.311Z] Removing intermediate container d24990f4fe96 [2021-01-04T08:09:53.311Z] ---> 4958b0e3162b [2021-01-04T08:09:53.311Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T08:09:53.311Z] Removing intermediate container 7d18e3883b27 [2021-01-04T08:09:53.311Z] ---> b7935951cd01 [2021-01-04T08:09:53.311Z] [2021-01-04T08:09:53.585Z] ---> Running in 620ea6dd4037 [2021-01-04T08:09:53.870Z] Successfully built b7935951cd01 [2021-01-04T08:09:53.870Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T08:09:53.870Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-04T08:09:54.154Z] Removing intermediate container 620ea6dd4037 [2021-01-04T08:09:54.154Z] ---> 7980e856d161 [2021-01-04T08:09:54.154Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T08:09:54.429Z] ---> Running in 8be4fae0fc24 [2021-01-04T08:09:55.028Z] Removing intermediate container 8be4fae0fc24 [2021-01-04T08:09:55.028Z] ---> 4e86099d7b91 [2021-01-04T08:09:55.028Z] Step 23/24 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:09:55.301Z] ---> Running in 4257cebaaf7e [2021-01-04T08:09:55.900Z] Removing intermediate container 4257cebaaf7e [2021-01-04T08:09:55.900Z] ---> 4045eefbf792 [2021-01-04T08:09:55.900Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T08:09:56.872Z] ---> Running in 7fb03ba00c96 [2021-01-04T08:09:57.844Z] Removing intermediate container 7fb03ba00c96 [2021-01-04T08:09:57.844Z] ---> 59c5b232f3fa [2021-01-04T08:09:57.844Z] [2021-01-04T08:09:58.116Z] Successfully built 59c5b232f3fa [2021-01-04T08:09:58.116Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T08:10:30.440Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:10:30.440Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:10:30.440Z] ---> c0d88b3448ec [2021-01-04T08:10:30.440Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T08:10:30.440Z] ---> Using cache [2021-01-04T08:10:30.440Z] ---> ad57dac81249 [2021-01-04T08:10:30.440Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:10:30.440Z] ---> Using cache [2021-01-04T08:10:30.440Z] ---> c88871cdcd76 [2021-01-04T08:10:30.440Z] Step 5/22 : RUN apk update && apk add make git [2021-01-04T08:10:30.440Z] ---> Using cache [2021-01-04T08:10:30.440Z] ---> a27efca6777f [2021-01-04T08:10:30.440Z] Step 6/22 : COPY go.mod . [2021-01-04T08:10:30.440Z] ---> Using cache [2021-01-04T08:10:30.440Z] ---> b5de9f5e8f0a [2021-01-04T08:10:30.440Z] Step 7/22 : RUN go mod download [2021-01-04T08:10:30.440Z] ---> Using cache [2021-01-04T08:10:30.440Z] ---> 93cdf5b49864 [2021-01-04T08:10:30.440Z] Step 8/22 : COPY . . [2021-01-04T08:10:30.440Z] ---> Using cache [2021-01-04T08:10:30.440Z] ---> d23ce14d97e7 [2021-01-04T08:10:30.440Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T08:10:33.056Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:10:33.056Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:10:33.056Z] ---> c0d88b3448ec [2021-01-04T08:10:33.056Z] Step 3/27 : WORKDIR /edgex-go [2021-01-04T08:10:33.056Z] ---> Using cache [2021-01-04T08:10:33.056Z] ---> ad57dac81249 [2021-01-04T08:10:33.056Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:10:33.056Z] ---> Using cache [2021-01-04T08:10:33.056Z] ---> c88871cdcd76 [2021-01-04T08:10:33.056Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-04T08:10:36.455Z] ---> Running in 0c00a51093c5 [2021-01-04T08:10:36.455Z] ---> Running in 664f6c64c929 [2021-01-04T08:10:37.444Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:10:37.444Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:10:37.444Z] ---> c0d88b3448ec [2021-01-04T08:10:37.444Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T08:10:37.444Z] ---> Using cache [2021-01-04T08:10:37.444Z] ---> ad57dac81249 [2021-01-04T08:10:37.444Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:10:37.444Z] ---> Using cache [2021-01-04T08:10:37.444Z] ---> c88871cdcd76 [2021-01-04T08:10:37.444Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-04T08:10:37.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-04T08:10:37.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T08:10:37.716Z] ---> c0d88b3448ec [2021-01-04T08:10:37.716Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T08:10:37.716Z] ---> Using cache [2021-01-04T08:10:37.716Z] ---> ad57dac81249 [2021-01-04T08:10:37.716Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:10:37.716Z] ---> Using cache [2021-01-04T08:10:37.716Z] ---> c88871cdcd76 [2021-01-04T08:10:37.716Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T08:10:37.998Z] ---> Running in 37cd9adfd13e [2021-01-04T08:10:37.998Z] ---> Running in 6abdf84fc689 [2021-01-04T08:10:37.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:10:38.278Z] 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 [2021-01-04T08:10:38.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:10:39.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:10:39.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:10:39.886Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:10:39.886Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:10:39.886Z] OK: 12620 distinct packages available [2021-01-04T08:10:40.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:10:40.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:10:40.880Z] OK: 217 MiB in 51 packages [2021-01-04T08:10:42.328Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:10:42.328Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:10:42.328Z] OK: 12620 distinct packages available [2021-01-04T08:10:42.328Z] v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-04T08:10:42.328Z] v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-04T08:10:42.328Z] OK: 12620 distinct packages available [2021-01-04T08:10:42.606Z] Removing intermediate container 0c00a51093c5 [2021-01-04T08:10:42.606Z] ---> 9d66645987d4 [2021-01-04T08:10:42.606Z] Step 6/27 : COPY go.mod . [2021-01-04T08:10:43.205Z] OK: 217 MiB in 51 packages [2021-01-04T08:10:43.205Z] OK: 217 MiB in 51 packages [2021-01-04T08:10:44.188Z] ---> 30b8c43690ef [2021-01-04T08:10:44.188Z] Step 7/27 : RUN go mod download [2021-01-04T08:10:44.470Z] ---> Running in 02714742e970 [2021-01-04T08:10:45.467Z] Removing intermediate container 6abdf84fc689 [2021-01-04T08:10:45.467Z] ---> 71919f531e23 [2021-01-04T08:10:45.467Z] Step 6/23 : COPY go.mod . [2021-01-04T08:10:45.743Z] Removing intermediate container 37cd9adfd13e [2021-01-04T08:10:45.743Z] ---> 113de441f2e9 [2021-01-04T08:10:45.743Z] Step 6/24 : COPY go.mod . [2021-01-04T08:10:47.195Z] ---> 266015329f7e [2021-01-04T08:10:47.195Z] Step 7/23 : RUN go mod download [2021-01-04T08:10:47.468Z] ---> Running in ec3f382fad32 [2021-01-04T08:10:47.468Z] ---> 5faec529d149 [2021-01-04T08:10:47.469Z] Step 7/24 : RUN go mod download [2021-01-04T08:10:47.744Z] ---> Running in 4bbbc0eb5a9e [2021-01-04T08:10:49.743Z] Removing intermediate container 02714742e970 [2021-01-04T08:10:49.743Z] ---> dc685c4ee959 [2021-01-04T08:10:49.743Z] Step 8/27 : COPY . . [2021-01-04T08:10:54.077Z] Removing intermediate container ec3f382fad32 [2021-01-04T08:10:54.077Z] ---> a7d79d9e24e9 [2021-01-04T08:10:54.077Z] Step 8/23 : COPY . . [2021-01-04T08:10:54.353Z] Removing intermediate container 4bbbc0eb5a9e [2021-01-04T08:10:54.353Z] ---> d162ad780d42 [2021-01-04T08:10:54.353Z] Step 8/24 : COPY . . [2021-01-04T08:11:21.187Z] ---> 522431b6388e [2021-01-04T08:11:21.187Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T08:11:21.187Z] ---> 3ddc29b81041 [2021-01-04T08:11:21.187Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T08:11:21.187Z] ---> Running in 425eb71866a6 [2021-01-04T08:11:21.187Z] ---> 67f17869b991 [2021-01-04T08:11:21.187Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T08:11:21.187Z] ---> Running in 6227755b583b [2021-01-04T08:11:21.187Z] ---> Running in 782efb2daf83 [2021-01-04T08:11:21.187Z] Removing intermediate container 664f6c64c929 [2021-01-04T08:11:21.187Z] ---> 14cad9c602cc [2021-01-04T08:11:21.187Z] [2021-01-04T08:11:21.187Z] Step 10/22 : FROM alpine:3.10 [2021-01-04T08:11:21.187Z] ---> 536a684cf733 [2021-01-04T08:11:21.187Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-04T08:11:21.187Z] ---> Using cache [2021-01-04T08:11:21.187Z] ---> 5fda6b8d2f63 [2021-01-04T08:11:21.187Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T08:11:21.462Z] 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 [2021-01-04T08:11:21.462Z] 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 [2021-01-04T08:11:21.462Z] ---> Running in aae9ae102681 [2021-01-04T08:11:21.740Z] 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 [2021-01-04T08:11:22.344Z] Removing intermediate container aae9ae102681 [2021-01-04T08:11:22.344Z] ---> 18aefbcc8e22 [2021-01-04T08:11:22.344Z] Step 13/22 : WORKDIR / [2021-01-04T08:11:22.344Z] ---> Running in 847b0dfe7af4 [2021-01-04T08:11:22.949Z] Removing intermediate container 847b0dfe7af4 [2021-01-04T08:11:22.949Z] ---> f566f78091ef [2021-01-04T08:11:22.949Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T08:11:24.399Z] ---> 8e8bdaaf8483 [2021-01-04T08:11:24.399Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T08:11:25.867Z] ---> ccb2ccd400e0 [2021-01-04T08:11:25.867Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T08:11:27.313Z] ---> 57ad64f0d5cb [2021-01-04T08:11:27.313Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T08:11:28.307Z] ---> dbacd12fb3e2 [2021-01-04T08:11:28.307Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T08:11:28.307Z] ---> Running in 70565e7affce [2021-01-04T08:11:32.639Z] Removing intermediate container 70565e7affce [2021-01-04T08:11:32.639Z] ---> 2b88cd4b3ce6 [2021-01-04T08:11:32.639Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T08:11:32.639Z] ---> Running in 3ceaf24d8e82 [2021-01-04T08:11:32.918Z] Removing intermediate container 3ceaf24d8e82 [2021-01-04T08:11:32.918Z] ---> 838f1e219a07 [2021-01-04T08:11:32.918Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T08:11:32.918Z] ---> Running in 3f92cd50a10a [2021-01-04T08:11:33.526Z] Removing intermediate container 3f92cd50a10a [2021-01-04T08:11:33.526Z] ---> 440523ab3570 [2021-01-04T08:11:33.526Z] Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:11:33.800Z] ---> Running in 0a5ce79a8dc1 [2021-01-04T08:11:34.406Z] Removing intermediate container 0a5ce79a8dc1 [2021-01-04T08:11:34.406Z] ---> 45c02dfb45a4 [2021-01-04T08:11:34.406Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T08:11:34.682Z] ---> Running in e6d89c96c81b [2021-01-04T08:11:35.282Z] Removing intermediate container e6d89c96c81b [2021-01-04T08:11:35.282Z] ---> f7c0324580dd [2021-01-04T08:11:35.282Z] [2021-01-04T08:11:35.558Z] Successfully built f7c0324580dd [2021-01-04T08:11:35.558Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T08:12:32.122Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 425eb71866a6 [2021-01-04T08:12:32.122Z] ---> c6a2eb96265b [2021-01-04T08:12:32.122Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T08:12:32.122Z] ---> Running in 42e247df7d97 [2021-01-04T08:12:32.122Z] Removing intermediate container 782efb2daf83 [2021-01-04T08:12:32.122Z] ---> a4c391ea0b45 [2021-01-04T08:12:32.122Z] [2021-01-04T08:12:32.122Z] Step 10/24 : FROM scratch [2021-01-04T08:12:32.122Z] ---> [2021-01-04T08:12:32.122Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T08:12:32.122Z] ---> Running in d587ac949e7f [2021-01-04T08:12:32.122Z] Removing intermediate container d587ac949e7f [2021-01-04T08:12:32.122Z] ---> 3b764c29d0d7 [2021-01-04T08:12:32.122Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T08:12:32.122Z] ---> Running in b733b26663dd [2021-01-04T08:12:32.122Z] 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 [2021-01-04T08:12:32.122Z] Removing intermediate container b733b26663dd [2021-01-04T08:12:32.122Z] ---> b173aa27b8b1 [2021-01-04T08:12:32.122Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T08:12:32.122Z] ---> Running in ce1cf08a1fc4 [2021-01-04T08:12:32.122Z] Removing intermediate container ce1cf08a1fc4 [2021-01-04T08:12:32.122Z] ---> 29c13c0ee6a7 [2021-01-04T08:12:32.122Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T08:12:32.122Z] ---> 641e78b69e7b [2021-01-04T08:12:32.122Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T08:12:32.122Z] ---> d651b89e6d5f [2021-01-04T08:12:32.122Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T08:12:32.122Z] Removing intermediate container 42e247df7d97 [2021-01-04T08:12:32.122Z] ---> 0cdd3afb54b1 [2021-01-04T08:12:32.122Z] [2021-01-04T08:12:32.122Z] Step 11/27 : FROM docker:latest [2021-01-04T08:12:32.122Z] ---> f66387bf908a [2021-01-04T08:12:32.122Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-04T08:12:32.122Z] ---> Running in 234478d77210 [2021-01-04T08:12:32.122Z] ---> a8c6cb3f1c38 [2021-01-04T08:12:32.122Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T08:12:32.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:12:32.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:12:32.720Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T08:12:32.720Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T08:12:32.720Z] ---> 54e071b137a3 [2021-01-04T08:12:32.720Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T08:12:32.720Z] Executing bash-5.0.17-r0.post-install [2021-01-04T08:12:32.720Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:12:32.720Z] OK: 12 MiB in 22 packages [2021-01-04T08:12:34.171Z] ---> 8a1e1e0496c4 [2021-01-04T08:12:34.171Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T08:12:34.450Z] Removing intermediate container 234478d77210 [2021-01-04T08:12:34.451Z] ---> 4fc43405ed3b [2021-01-04T08:12:34.451Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-04T08:12:34.451Z] ---> Running in e40e63b1f518 [2021-01-04T08:12:35.056Z] ---> 8f6de1b2f2dc [2021-01-04T08:12:35.056Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T08:12:35.056Z] ---> Running in 39987d811c5a [2021-01-04T08:12:35.658Z] Removing intermediate container 39987d811c5a [2021-01-04T08:12:35.658Z] ---> ed151c31c903 [2021-01-04T08:12:35.658Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:12:35.658Z] ---> Running in c953ff74e73c [2021-01-04T08:12:36.643Z] Removing intermediate container c953ff74e73c [2021-01-04T08:12:36.643Z] ---> 58cc6d890ecf [2021-01-04T08:12:36.644Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T08:12:36.921Z] ---> Running in 37b387254708 [2021-01-04T08:12:37.194Z] Removing intermediate container e40e63b1f518 [2021-01-04T08:12:37.194Z] ---> aae62b262330 [2021-01-04T08:12:37.194Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T08:12:37.194Z] ---> Running in 744579c2b35e [2021-01-04T08:12:37.470Z] Removing intermediate container 37b387254708 [2021-01-04T08:12:37.470Z] ---> d840294c707f [2021-01-04T08:12:37.470Z] Step 23/24 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:12:37.745Z] ---> Running in 3614d4faa7d4 [2021-01-04T08:12:38.019Z] Removing intermediate container 744579c2b35e [2021-01-04T08:12:38.019Z] ---> 376a90c66c18 [2021-01-04T08:12:38.019Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-04T08:12:38.292Z] ---> Running in a0e1e6c2a14a [2021-01-04T08:12:38.577Z] Removing intermediate container 3614d4faa7d4 [2021-01-04T08:12:38.577Z] ---> 9e530f7ea206 [2021-01-04T08:12:38.577Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T08:12:38.851Z] ---> Running in aa0cdd2a271e [2021-01-04T08:12:39.124Z] Removing intermediate container a0e1e6c2a14a [2021-01-04T08:12:39.124Z] ---> 9ff9e4a4f827 [2021-01-04T08:12:39.124Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-04T08:12:39.124Z] ---> Running in 616766cf0984 [2021-01-04T08:12:39.398Z] Removing intermediate container aa0cdd2a271e [2021-01-04T08:12:39.398Z] ---> c2ad734411f4 [2021-01-04T08:12:39.398Z] [2021-01-04T08:12:39.671Z] Removing intermediate container 6227755b583b [2021-01-04T08:12:39.671Z] ---> 23e28af33655 [2021-01-04T08:12:39.671Z] [2021-01-04T08:12:39.671Z] Step 10/23 : FROM alpine [2021-01-04T08:12:39.671Z] ---> afeebe901d6b [2021-01-04T08:12:39.671Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T08:12:39.944Z] Successfully built c2ad734411f4 [2021-01-04T08:12:39.944Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T08:12:39.944Z]  Building docker-support-notifications-go ... done  ---> Running in 7b04bb5a1712 [2021-01-04T08:12:39.944Z] Removing intermediate container 616766cf0984 [2021-01-04T08:12:39.944Z] ---> 9cfa01de05ef [2021-01-04T08:12:39.944Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T08:12:40.537Z] Removing intermediate container 7b04bb5a1712 [2021-01-04T08:12:40.537Z] ---> 1ad4cca7160c [2021-01-04T08:12:40.537Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T08:12:40.537Z] ---> Running in 6ba9c99fb8f6 [2021-01-04T08:12:41.132Z] ---> d648298d1ebb [2021-01-04T08:12:41.132Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T08:12:41.132Z] Removing intermediate container 6ba9c99fb8f6 [2021-01-04T08:12:41.132Z] ---> 00d02d077113 [2021-01-04T08:12:41.132Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T08:12:41.406Z] ---> Running in ac088aba7407 [2021-01-04T08:12:41.678Z] Removing intermediate container ac088aba7407 [2021-01-04T08:12:41.678Z] ---> 1774c41fc705 [2021-01-04T08:12:41.678Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T08:12:41.954Z] ---> 93fc2f0c76f6 [2021-01-04T08:12:41.954Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T08:12:41.954Z] ---> Running in 8bcf88f0cdb3 [2021-01-04T08:12:42.938Z] ---> 5f85d6ee3005 [2021-01-04T08:12:42.938Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-04T08:12:43.214Z] ---> Running in 5186641c3e60 [2021-01-04T08:12:44.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:12:44.200Z] Removing intermediate container 8bcf88f0cdb3 [2021-01-04T08:12:44.201Z] ---> 92b09b190cc6 [2021-01-04T08:12:44.201Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-04T08:12:44.473Z] ---> Running in 6626151e9352 [2021-01-04T08:12:44.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:12:45.074Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T08:12:45.074Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T08:12:45.358Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T08:12:45.358Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T08:12:45.358Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T08:12:45.358Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T08:12:45.358Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T08:12:45.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:12:46.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:12:47.196Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T08:12:47.196Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T08:12:47.196Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T08:12:47.196Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T08:12:47.196Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T08:12:47.196Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T08:12:47.196Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T08:12:47.196Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T08:12:47.196Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T08:12:47.196Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T08:12:47.465Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T08:12:47.465Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T08:12:47.465Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T08:12:47.465Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T08:12:47.465Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T08:12:47.465Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T08:12:47.465Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T08:12:47.465Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T08:12:47.465Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T08:12:47.465Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T08:12:47.465Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T08:12:47.736Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T08:12:47.736Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T08:12:47.736Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T08:12:47.736Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T08:12:47.736Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T08:12:47.736Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T08:12:47.736Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T08:12:47.736Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T08:12:47.736Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T08:12:48.009Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T08:12:48.009Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:12:48.009Z] OK: 71 MiB in 55 packages [2021-01-04T08:12:48.009Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:12:48.009Z] OK: 8 MiB in 19 packages [2021-01-04T08:12:50.635Z] Removing intermediate container 6626151e9352 [2021-01-04T08:12:50.635Z] ---> ba23f0f402fa [2021-01-04T08:12:50.635Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T08:12:51.615Z] ---> 9b9a73f00486 [2021-01-04T08:12:51.615Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T08:12:53.600Z] ---> 9d740e6eeb26 [2021-01-04T08:12:53.600Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T08:12:54.196Z] ---> f5df0512a297 [2021-01-04T08:12:54.196Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T08:12:54.470Z] ---> Running in 26041d9ad0d1 [2021-01-04T08:12:55.066Z] Removing intermediate container 5186641c3e60 [2021-01-04T08:12:55.066Z] ---> 22da4d4e3f4a [2021-01-04T08:12:55.066Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-04T08:12:55.066Z] Removing intermediate container 26041d9ad0d1 [2021-01-04T08:12:55.066Z] ---> 48713c25f2ba [2021-01-04T08:12:55.066Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:12:55.066Z] ---> Running in 2cc16aadc1fe [2021-01-04T08:12:55.344Z] ---> Running in 731b1b611d71 [2021-01-04T08:12:55.941Z] Removing intermediate container 731b1b611d71 [2021-01-04T08:12:55.941Z] ---> 35f10de2c31e [2021-01-04T08:12:55.941Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T08:12:55.941Z] ---> Running in 2ae6cd1797d7 [2021-01-04T08:12:56.539Z] Removing intermediate container 2ae6cd1797d7 [2021-01-04T08:12:56.539Z] ---> cb18970f5c08 [2021-01-04T08:12:56.539Z] Step 22/23 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:12:56.539Z] ---> Running in 167e01c1375e [2021-01-04T08:12:57.139Z] Removing intermediate container 167e01c1375e [2021-01-04T08:12:57.139Z] ---> 92e1669c75a0 [2021-01-04T08:12:57.139Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T08:12:57.139Z] ---> Running in df62a95489e6 [2021-01-04T08:12:57.731Z] Removing intermediate container df62a95489e6 [2021-01-04T08:12:57.731Z] ---> 056a2b628a34 [2021-01-04T08:12:57.731Z] [2021-01-04T08:12:58.005Z] Successfully built 056a2b628a34 [2021-01-04T08:12:58.005Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T08:13:00.616Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-04T08:13:00.616Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T08:13:01.589Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T08:13:01.589Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T08:13:01.862Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T08:13:01.862Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T08:13:03.833Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T08:13:03.833Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T08:13:04.422Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T08:13:04.422Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T08:13:05.012Z] Collecting PyYAML<4,>=3.10 [2021-01-04T08:13:05.281Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T08:13:07.884Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T08:13:07.884Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T08:13:10.500Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T08:13:10.500Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T08:13:10.500Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T08:13:10.775Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T08:13:10.775Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T08:13:12.744Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T08:13:12.744Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T08:13:13.334Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T08:13:13.334Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T08:13:13.613Z] Collecting idna<2.8,>=2.5 [2021-01-04T08:13:13.613Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T08:13:13.613Z] 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) [2021-01-04T08:13:13.613Z] 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) [2021-01-04T08:13:13.881Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T08:13:13.881Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T08:13:13.881Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T08:13:13.882Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T08:13:13.882Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T08:13:13.882Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T08:13:14.854Z] Installing collected packages: urllib3, idna, requests, texttable, jsonschema, websocket-client, PyYAML, docopt, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-01-04T08:13:14.854Z] Attempting uninstall: urllib3 [2021-01-04T08:13:14.854Z] Found existing installation: urllib3 1.25.9 [2021-01-04T08:13:14.854Z] Uninstalling urllib3-1.25.9: [2021-01-04T08:13:14.854Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T08:13:15.447Z] Attempting uninstall: idna [2021-01-04T08:13:15.447Z] Found existing installation: idna 2.9 [2021-01-04T08:13:15.447Z] Uninstalling idna-2.9: [2021-01-04T08:13:15.447Z] Successfully uninstalled idna-2.9 [2021-01-04T08:13:16.039Z] Attempting uninstall: requests [2021-01-04T08:13:16.039Z] Found existing installation: requests 2.23.0 [2021-01-04T08:13:16.039Z] Uninstalling requests-2.23.0: [2021-01-04T08:13:16.310Z] Successfully uninstalled requests-2.23.0 [2021-01-04T08:13:16.582Z] Running setup.py install for texttable: started [2021-01-04T08:13:18.553Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T08:13:18.826Z] Running setup.py install for PyYAML: started [2021-01-04T08:13:20.801Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T08:13:20.801Z] Running setup.py install for docopt: started [2021-01-04T08:13:22.766Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T08:13:23.358Z] Running setup.py install for dockerpty: started [2021-01-04T08:13:25.323Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T08:13:26.293Z] 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 [2021-01-04T08:13:30.587Z] Removing intermediate container 2cc16aadc1fe [2021-01-04T08:13:30.587Z] ---> d2fa25176caa [2021-01-04T08:13:30.587Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-04T08:13:30.587Z] ---> Running in 7f38745d0aaf [2021-01-04T08:13:31.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T08:13:31.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T08:13:31.773Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T08:13:31.773Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T08:13:31.773Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T08:13:31.773Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T08:13:32.044Z] OK: 71 MiB in 58 packages [2021-01-04T08:13:33.027Z] Removing intermediate container 7f38745d0aaf [2021-01-04T08:13:33.027Z] ---> 1f2e3299c408 [2021-01-04T08:13:33.027Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T08:13:33.300Z] ---> Running in 2de413b9e155 [2021-01-04T08:13:33.657Z] Removing intermediate container 2de413b9e155 [2021-01-04T08:13:33.657Z] ---> 2e9c33c4a761 [2021-01-04T08:13:33.657Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T08:13:33.951Z] ---> Running in 75794f6adae1 [2021-01-04T08:13:34.601Z] Removing intermediate container 75794f6adae1 [2021-01-04T08:13:34.601Z] ---> 2d7b57a5b738 [2021-01-04T08:13:34.601Z] Step 25/27 : LABEL arch=arm64 [2021-01-04T08:13:34.601Z] ---> Running in 22baf553ca7f [2021-01-04T08:13:35.203Z] Removing intermediate container 22baf553ca7f [2021-01-04T08:13:35.203Z] ---> a71098b8dbec [2021-01-04T08:13:35.203Z] Step 26/27 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 [2021-01-04T08:13:35.203Z] ---> Running in e511f10fb592 [2021-01-04T08:13:35.496Z] Removing intermediate container e511f10fb592 [2021-01-04T08:13:35.496Z] ---> da4b4a5b076c [2021-01-04T08:13:35.496Z] Step 27/27 : LABEL version=0.0.0 [2021-01-04T08:13:35.784Z] ---> Running in 474c4ec2d660 [2021-01-04T08:13:36.387Z] Removing intermediate container 474c4ec2d660 [2021-01-04T08:13:36.388Z] ---> b9935ea48ced [2021-01-04T08:13:36.388Z] [2021-01-04T08:13:36.669Z] Successfully built b9935ea48ced [2021-01-04T08:13:36.669Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T08:13:36.967Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-04T08:13:37.000Z] $ docker stop --time=1 2772da3b826c537914165b195498ee24f21843b266059e3522ae19d71164579b [2021-01-04T08:13:38.869Z] $ docker rm -f 2772da3b826c537914165b195498ee24f21843b266059e3522ae19d71164579b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T08:13:39.625Z] + + dockergrep images docker [2021-01-04T08:13:39.625Z] [2021-01-04T08:13:39.899Z] docker-sys-mgmt-agent-go-arm64 latest b9935ea48ced 3 seconds ago 300MB [2021-01-04T08:13:39.899Z] docker-core-data-go-arm64 latest 056a2b628a34 42 seconds ago 21MB [2021-01-04T08:13:39.899Z] docker-support-notifications-go-arm64 latest c2ad734411f4 About a minute ago 11.4MB [2021-01-04T08:13:39.899Z] docker-security-bootstrap-redis-go-arm64 latest f7c0324580dd 2 minutes ago 15.1MB [2021-01-04T08:13:39.899Z] docker-security-secretstore-setup-go-arm64 latest 59c5b232f3fa 3 minutes ago 23.5MB [2021-01-04T08:13:39.900Z] docker-core-metadata-go-arm64 latest b7935951cd01 3 minutes ago 12.2MB [2021-01-04T08:13:39.900Z] docker-security-proxy-setup-go-arm64 latest c052610ca13a 3 minutes ago 23.3MB [2021-01-04T08:13:39.900Z] docker-core-command-go-arm64 latest c920536e74a2 3 minutes ago 9.98MB [2021-01-04T08:13:39.900Z] docker-support-scheduler-go-arm64 latest f245da32bff1 3 minutes ago 10MB [2021-01-04T08:13:39.900Z] docker latest f66387bf908a 2 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 [2021-01-04T08:13:42.782Z] provisioning config files... [2021-01-04T08:13:42.795Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config1711297943403214942tmp [Pipeline] { [Pipeline] sh [2021-01-04T08:13:43.206Z] + set +x [2021-01-04T08:13:43.207Z] + curl -s https://codecov.io/bash [2021-01-04T08:13:43.207Z] + bash -s -- [2021-01-04T08:13:43.782Z] [2021-01-04T08:13:43.782Z] _____ _ [2021-01-04T08:13:43.782Z] / ____| | | [2021-01-04T08:13:43.782Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T08:13:43.782Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T08:13:43.782Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T08:13:43.782Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T08:13:43.782Z] Bash-20201231-23d4836 [2021-01-04T08:13:43.782Z] [2021-01-04T08:13:43.782Z] [2021-01-04T08:13:43.782Z] ==> git version 2.24.3 found [2021-01-04T08:13:43.782Z] ==> 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 [2021-01-04T08:13:43.782Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T08:13:43.782Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T08:13:43.782Z] ==> Jenkins CI detected. [2021-01-04T08:13:43.782Z] project root: . [2021-01-04T08:13:43.782Z] --> token set from env [2021-01-04T08:13:43.782Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T08:13:43.782Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T08:13:43.782Z] ==> Python coveragepy not found [2021-01-04T08:13:43.782Z] ==> Searching for coverage reports in: [2021-01-04T08:13:43.782Z] + . [2021-01-04T08:13:43.782Z] -> Found 1 reports [2021-01-04T08:13:43.782Z] ==> Detecting git/mercurial file structure [2021-01-04T08:13:43.783Z] ==> Reading reports [2021-01-04T08:13:43.783Z] + ./coverage.out bytes=539421 [2021-01-04T08:13:43.783Z] ==> Appending adjustments [2021-01-04T08:13:43.783Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T08:13:47.097Z] + Found adjustments [2021-01-04T08:13:47.097Z] ==> Gzipping contents [2021-01-04T08:13:47.097Z] 84K /tmp/codecov.sl8XoL.gz [2021-01-04T08:13:47.097Z] ==> Uploading reports [2021-01-04T08:13:47.097Z] url: https://codecov.io [2021-01-04T08:13:47.098Z] query: branch=PR-2968&commit=4c7faa201beeecfc003c919f50fab7208469ca62&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2968%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2968&job=&cmd_args= [2021-01-04T08:13:47.098Z] -> Pinging Codecov [2021-01-04T08:13:47.098Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2968&commit=4c7faa201beeecfc003c919f50fab7208469ca62&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2968%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2968&job=&cmd_args= [2021-01-04T08:13:47.374Z] -> Uploading to [2021-01-04T08:13:47.374Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/4c7faa201beeecfc003c919f50fab7208469ca62/33ae3898-454e-4c2c-b734-6bb91772e8de.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T081347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cc7188569556b3731f4e360a95abb7c32c6a18d3726e272321025025d5bf7d75 [2021-01-04T08:13:47.374Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T08:13:47.374Z] Dload Upload Total Spent Left Speed [2021-01-04T08:13:47.644Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82058 0 0 100 82058 0 170k --:--:-- --:--:-- --:--:-- 170k 100 82058 0 0 100 82058 0 170k --:--:-- --:--:-- --:--:-- 170k [2021-01-04T08:13:47.644Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4c7faa201beeecfc003c919f50fab7208469ca62 [Pipeline] } [2021-01-04T08:13:47.659Z] 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 [2021-01-04T08:13:50.088Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T08:13:50.970Z] ---> package-listing.sh [2021-01-04T08:13:50.970Z] ++ facter osfamily [2021-01-04T08:13:50.970Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T08:13:50.970Z] + OS_FAMILY=redhat [2021-01-04T08:13:50.970Z] + workspace=/w/workspace/edgex-go/5 [2021-01-04T08:13:50.970Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T08:13:50.970Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T08:13:50.970Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T08:13:50.970Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T08:13:50.970Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-04T08:13:50.970Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T08:13:50.970Z] + case "${OS_FAMILY}" in [2021-01-04T08:13:50.970Z] + rpm -qa [2021-01-04T08:13:50.970Z] + sort [2021-01-04T08:13:56.349Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T08:13:56.349Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T08:13:56.349Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T08:13:56.349Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-04T08:13:56.349Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-04T08:13:56.349Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-04T08:13:56.367Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T08:13:56.719Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T08:13:57.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T08:13:57.085Z] [2021-01-04T08:13:57.085Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T08:13:57.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T08:13:57.449Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T08:13:57.449Z] df20fa9351a1: Pulling fs layer [2021-01-04T08:13:57.449Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T08:13:57.449Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T08:13:57.449Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T08:13:57.449Z] 93b61091891f: Pulling fs layer [2021-01-04T08:13:57.449Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T08:13:57.449Z] 5e14af77c1be: Pulling fs layer [2021-01-04T08:13:57.449Z] 01666e4c0597: Pulling fs layer [2021-01-04T08:13:57.449Z] aa168da1d23b: Pulling fs layer [2021-01-04T08:13:57.449Z] 46f8f816bc3b: Waiting [2021-01-04T08:13:57.449Z] 93b61091891f: Waiting [2021-01-04T08:13:57.449Z] 01666e4c0597: Waiting [2021-01-04T08:13:57.449Z] aa168da1d23b: Waiting [2021-01-04T08:13:57.449Z] 93b9cdb0e59b: Waiting [2021-01-04T08:13:57.449Z] 5e14af77c1be: Waiting [2021-01-04T08:13:57.449Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T08:13:57.449Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T08:13:57.449Z] 46f8f816bc3b: Download complete [2021-01-04T08:13:57.712Z] df20fa9351a1: Download complete [2021-01-04T08:13:57.712Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T08:13:57.712Z] 93b9cdb0e59b: Download complete [2021-01-04T08:13:57.712Z] 93b61091891f: Download complete [2021-01-04T08:13:57.712Z] 5e14af77c1be: Verifying Checksum [2021-01-04T08:13:57.712Z] 5e14af77c1be: Download complete [2021-01-04T08:13:57.712Z] 01666e4c0597: Verifying Checksum [2021-01-04T08:13:57.712Z] 01666e4c0597: Download complete [2021-01-04T08:13:57.712Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T08:13:57.712Z] 8ad3a11d3b57: Download complete [2021-01-04T08:13:57.975Z] df20fa9351a1: Pull complete [2021-01-04T08:13:58.238Z] 36b3adc4ff6f: Pull complete [2021-01-04T08:13:59.199Z] 8ad3a11d3b57: Pull complete [2021-01-04T08:13:59.199Z] 46f8f816bc3b: Pull complete [2021-01-04T08:14:00.150Z] aa168da1d23b: Verifying Checksum [2021-01-04T08:14:00.150Z] aa168da1d23b: Download complete [2021-01-04T08:14:01.104Z] 93b61091891f: Pull complete [2021-01-04T08:14:01.374Z] 93b9cdb0e59b: Pull complete [2021-01-04T08:14:01.374Z] 5e14af77c1be: Pull complete [2021-01-04T08:14:01.638Z] 01666e4c0597: Pull complete [2021-01-04T08:14:11.723Z] aa168da1d23b: Pull complete [2021-01-04T08:14:11.723Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T08:14:11.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T08:14:11.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T08:14:11.964Z] prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container [2021-01-04T08:14:12.010Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T08:14:16.310Z] $ docker top 292005c4ff4aa832677ac2fda8d4fedde531de349809891414fa9b0cec01f4c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T08:14:16.918Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T08:14:17.219Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T08:14:17.531Z] + ls /var/log/sa-host [2021-01-04T08:14:17.532Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T08:14:17.532Z] file_magic: OK [2021-01-04T08:14:17.532Z] HZ: Using current value: 100 [2021-01-04T08:14:17.532Z] file_header: OK [2021-01-04T08:14:17.532Z] 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 [2021-01-04T08:14:17.532Z] Statistics: [2021-01-04T08:14:17.532Z] 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... [2021-01-04T08:14:17.532Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T08:14:17.532Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T08:14:17.532Z] file_magic: OK [2021-01-04T08:14:17.532Z] HZ: Using current value: 100 [2021-01-04T08:14:17.532Z] file_header: OK [2021-01-04T08:14:17.532Z] 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 [2021-01-04T08:14:17.532Z] Statistics: [2021-01-04T08:14:17.532Z] Hnuu...uuuununununu... [2021-01-04T08:14:17.532Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T08:14:18.240Z] provisioning config files... [2021-01-04T08:14:18.258Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config3104884308149824833tmp [Pipeline] { [Pipeline] echo [2021-01-04T08:14:18.337Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T08:14:18.635Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T08:14:18.645Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T08:14:18.750Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T08:14:19.050Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T08:14:19.061Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T08:14:19.358Z] ---> sudo-logs.sh [2021-01-04T08:14:19.358Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T08:14:19.369Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T08:14:19.665Z] ---> job-cost.sh [2021-01-04T08:14:19.665Z] lf-activate-venv: SKIPPING [2021-01-04T08:14:19.665Z] INFO: No Stack... [2021-01-04T08:14:20.611Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T08:14:20.872Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T08:14:20.885Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T08:14:21.181Z] ---> logs-deploy.sh [2021-01-04T08:14:21.181Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2968/5 [2021-01-04T08:14:21.181Z] INFO: archiving workspace using pattern(s): [2021-01-04T08:14:23.102Z] Archives upload complete. [2021-01-04T08:14:23.102Z] INFO: archiving logs to Nexus