Pull request #3112 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from acdff95b38bb11c0e4eee782f546231492bf0bfe+74c372326013f994c98436bf4455b6fe21c08430 (58ce0bd57488164e36bc8faac5d7b76b1711c387) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24577’ Running on prd-centos7-docker-4c-2g-24580 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit acdff95b38bb11c0e4eee782f546231492bf0bfe Merge succeeded, producing acdff95b38bb11c0e4eee782f546231492bf0bfe Checking out Revision acdff95b38bb11c0e4eee782f546231492bf0bfe (PR-3112) > 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/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T17:28:47.512Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T17:28:47.770Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T17:28:47.866Z] ========================================================= [2021-02-02T17:28:47.867Z] EdgeX Global Pipelines Version Info [2021-02-02T17:28:47.867Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 [2021-02-02T17:28:50.201Z] ------------------- [2021-02-02T17:28:50.201Z] stable info: [2021-02-02T17:28:50.201Z] ------------------- [2021-02-02T17:28:50.201Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:28:50.201Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:28:50.201Z] Message: update stable to v1.0.179 [2021-02-02T17:28:51.189Z] ------------------- [2021-02-02T17:28:51.189Z] experimental info: [2021-02-02T17:28:51.189Z] ------------------- [2021-02-02T17:28:51.189Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T17:28:51.189Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T17:28:51.189Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T17:28:51.495Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T17:28:51.625Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T17:28:51.707Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T17:28:51.794Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T17:28:51.894Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T17:28:52.000Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T17:28:52.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T17:28:52.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T17:28:52.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T17:28:52.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T17:28:52.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T17:28:52.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T17:28:52.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T17:28:52.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T17:28:52.853Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:28:52.973Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T17:28:53.058Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T17:28:53.145Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T17:28:53.230Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T17:28:53.340Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T17:28:53.426Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T17:28:53.533Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T17:28:53.615Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T17:28:53.707Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3112 [Pipeline] echo [2021-02-02T17:28:53.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3112 [Pipeline] echo [2021-02-02T17:28:53.881Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3112 [Pipeline] echo [2021-02-02T17:28:54.024Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = acdff95b38bb11c0e4eee782f546231492bf0bfe [Pipeline] echo [2021-02-02T17:28:54.180Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = acdff95 [Pipeline] echo [2021-02-02T17:28:54.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:28:54.439Z] provisioning config files... [2021-02-02T17:28:54.499Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5872414641370673333tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:28:54.929Z] ---> docker-login.sh [2021-02-02T17:28:54.929Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:28:55.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:55.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:55.808Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:55.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:55.808Z] [2021-02-02T17:28:55.808Z] Login Succeeded [2021-02-02T17:28:55.808Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:28:55.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:56.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:56.094Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:56.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:56.094Z] [2021-02-02T17:28:56.094Z] Login Succeeded [2021-02-02T17:28:56.094Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:28:56.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:56.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:56.644Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:56.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:56.644Z] [2021-02-02T17:28:56.644Z] Login Succeeded [2021-02-02T17:28:56.644Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:28:56.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:57.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:57.301Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:57.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:57.302Z] [2021-02-02T17:28:57.302Z] Login Succeeded [2021-02-02T17:28:57.302Z] docker.io [2021-02-02T17:28:57.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:28:57.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:28:57.876Z] Configure a credential helper to remove this warning. See [2021-02-02T17:28:57.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:28:57.876Z] [2021-02-02T17:28:57.876Z] Login Succeeded [2021-02-02T17:28:57.876Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:28:57.897Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:28:58.428Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-02T17:28:58.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:58.428Z] ++ cut -d/ -f2 [2021-02-02T17:28:58.428Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T17:28:58.428Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T17:28:58.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:58.428Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T17:28:58.428Z] ++ cut -d/ -f2 [2021-02-02T17:28:58.428Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T17:28:58.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:58.428Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T17:28:58.428Z] ++ cut -d/ -f2 [2021-02-02T17:28:58.428Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T17:28:58.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:58.428Z] ++ cut -d/ -f2 [2021-02-02T17:28:58.428Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T17:28:58.428Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T17:28:58.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:58.428Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T17:28:58.428Z] ++ cut -d/ -f2 [2021-02-02T17:28:58.428Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T17:28:58.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:58.428Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:28:58.428Z] ++ cut -d/ -f2 [2021-02-02T17:28:58.428Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T17:28:58.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:58.428Z] ++ cut -d/ -f2 [2021-02-02T17:28:58.428Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T17:28:58.428Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T17:28:58.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:58.428Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T17:28:58.428Z] ++ cut -d/ -f2 [2021-02-02T17:28:58.428Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T17:28:58.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T17:28:58.428Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T17:28:58.428Z] ++ cut -d/ -f2 [2021-02-02T17:28:58.428Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T17:28:58.559Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:28:59.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:28:59.593Z] [2021-02-02T17:28:59.593Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:28:59.984Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:28:59.984Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T17:28:59.984Z] 31603596830f: Pulling fs layer [2021-02-02T17:28:59.984Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T17:28:59.984Z] 6ca5941a6612: Pulling fs layer [2021-02-02T17:28:59.984Z] ecc8261a40a4: Pulling fs layer [2021-02-02T17:28:59.984Z] ecc8261a40a4: Waiting [2021-02-02T17:28:59.984Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T17:28:59.984Z] 2a8b12db71e7: Download complete [2021-02-02T17:29:00.271Z] 31603596830f: Verifying Checksum [2021-02-02T17:29:00.271Z] 31603596830f: Download complete [2021-02-02T17:29:00.579Z] ecc8261a40a4: Verifying Checksum [2021-02-02T17:29:00.579Z] ecc8261a40a4: Download complete [2021-02-02T17:29:00.579Z] 6ca5941a6612: Verifying Checksum [2021-02-02T17:29:00.579Z] 6ca5941a6612: Download complete [2021-02-02T17:29:00.850Z] 31603596830f: Pull complete [2021-02-02T17:29:01.127Z] 2a8b12db71e7: Pull complete [2021-02-02T17:29:02.629Z] 6ca5941a6612: Pull complete [2021-02-02T17:29:03.215Z] ecc8261a40a4: Pull complete [2021-02-02T17:29:03.215Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T17:29:03.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T17:29:03.215Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T17:29:03.379Z] prd-centos7-docker-4c-2g-24580 does not seem to be running inside a container [2021-02-02T17:29:03.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T17:29:05.930Z] $ docker top dc07a271173ebc5e594c291d4f13be6dce36be629440164147d6ceae8b9d654e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T17:29:06.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:29:06.258Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:29:06.588Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:29:06.593Z] $ docker exec dc07a271173ebc5e594c291d4f13be6dce36be629440164147d6ceae8b9d654e ssh-agent [2021-02-02T17:29:06.857Z] SSH_AUTH_SOCK=/tmp/ssh-mmHJJ0oTLZnX/agent.12 [2021-02-02T17:29:06.857Z] SSH_AGENT_PID=17 [2021-02-02T17:29:06.870Z] Running ssh-add (command line suppressed) [2021-02-02T17:29:07.045Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1413364729802203712.key (/w/workspace/edgex-go/3@tmp/private_key_1413364729802203712.key) [2021-02-02T17:29:07.110Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:29:07.460Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T17:29:07.491Z] $ docker exec --env ******** --env ******** dc07a271173ebc5e594c291d4f13be6dce36be629440164147d6ceae8b9d654e ssh-agent -k [2021-02-02T17:29:07.649Z] unset SSH_AUTH_SOCK; [2021-02-02T17:29:07.649Z] unset SSH_AGENT_PID; [2021-02-02T17:29:07.649Z] echo Agent pid 17 killed; [2021-02-02T17:29:07.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T17:29:07.882Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T17:29:07.882Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T17:29:08.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T17:29:08.168Z] $ docker exec dc07a271173ebc5e594c291d4f13be6dce36be629440164147d6ceae8b9d654e ssh-agent [2021-02-02T17:29:08.411Z] SSH_AUTH_SOCK=/tmp/ssh-pZXTb9wUzAhR/agent.48 [2021-02-02T17:29:08.411Z] SSH_AGENT_PID=54 [2021-02-02T17:29:08.419Z] Running ssh-add (command line suppressed) [2021-02-02T17:29:08.596Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3908291962211707919.key (/w/workspace/edgex-go/3@tmp/private_key_3908291962211707919.key) [2021-02-02T17:29:08.679Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T17:29:09.023Z] + git semver init [2021-02-02T17:29:09.023Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T17:29:09.023Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-02T17:29:09.023Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-02T17:29:09.023Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T17:29:09.023Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T17:29:09.023Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T17:29:09.023Z] # $SEMVER_BRANCH = PR-3112 [2021-02-02T17:29:09.023Z] # $SEMVER_TEMP = /tmp/semver-033905162 [2021-02-02T17:29:09.023Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T17:29:36.002Z] # '/tmp/semver-033905162' -> '/w/workspace/edgex-go/3/.semver' [2021-02-02T17:29:36.002Z] # -> Force: false [2021-02-02T17:29:36.002Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-02T17:29:36.019Z] $ docker exec --env ******** --env ******** dc07a271173ebc5e594c291d4f13be6dce36be629440164147d6ceae8b9d654e ssh-agent -k [2021-02-02T17:29:36.359Z] unset SSH_AUTH_SOCK; [2021-02-02T17:29:36.360Z] unset SSH_AGENT_PID; [2021-02-02T17:29:36.360Z] echo Agent pid 54 killed; [2021-02-02T17:29:36.466Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T17:29:36.954Z] + git semver [Pipeline] } [2021-02-02T17:29:36.988Z] $ docker stop --time=1 dc07a271173ebc5e594c291d4f13be6dce36be629440164147d6ceae8b9d654e [2021-02-02T17:29:38.898Z] $ docker rm -f dc07a271173ebc5e594c291d4f13be6dce36be629440164147d6ceae8b9d654e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:29:39.573Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T17:29:40.302Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T17:29:40.307Z] [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-02-02T17:29:41.370Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:29:41.701Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:29:42.040Z] + sudo service docker restart [2021-02-02T17:29:42.040Z] + true [2021-02-02T17:29:42.040Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T17:29:43.034Z] ========================================================= [2021-02-02T17:29:43.034Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T17:29:43.034Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:29:43.397Z] + 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-02-02T17:29:48.847Z] Sending build context to Docker daemon 327.4MB [2021-02-02T17:29:48.847Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T17:29:48.847Z] Step 2/6 : FROM ${BASE} [2021-02-02T17:29:48.847Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T17:29:48.847Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T17:29:48.847Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T17:29:48.847Z] de9db76c5a1d: Pulling fs layer [2021-02-02T17:29:48.847Z] bca2f99d35d6: Pulling fs layer [2021-02-02T17:29:48.847Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T17:29:48.847Z] 7c6f9722023f: Pulling fs layer [2021-02-02T17:29:48.847Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T17:29:48.847Z] 93359f2a8cfa: Waiting [2021-02-02T17:29:48.847Z] 7c6f9722023f: Waiting [2021-02-02T17:29:48.847Z] a35cf1a2eb13: Waiting [2021-02-02T17:29:48.847Z] bca2f99d35d6: Waiting [2021-02-02T17:29:48.847Z] de9db76c5a1d: Download complete [2021-02-02T17:29:48.847Z] 0ef7d3d256c8: Download complete [2021-02-02T17:29:48.847Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T17:29:48.847Z] 93359f2a8cfa: Download complete [2021-02-02T17:29:48.847Z] 7c6f9722023f: Verifying Checksum [2021-02-02T17:29:48.847Z] 7c6f9722023f: Download complete [2021-02-02T17:29:49.114Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T17:29:49.114Z] 188c0c94c7c5: Download complete [2021-02-02T17:29:50.104Z] 188c0c94c7c5: Pull complete [2021-02-02T17:29:50.380Z] 0ef7d3d256c8: Pull complete [2021-02-02T17:29:50.660Z] de9db76c5a1d: Pull complete [2021-02-02T17:29:52.655Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T17:29:52.655Z] a35cf1a2eb13: Download complete [2021-02-02T17:29:52.655Z] bca2f99d35d6: Verifying Checksum [2021-02-02T17:29:52.655Z] bca2f99d35d6: Download complete [2021-02-02T17:29:55.795Z] Still waiting to schedule task [2021-02-02T17:29:55.795Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24581’ [2021-02-02T17:30:02.864Z] bca2f99d35d6: Pull complete [2021-02-02T17:30:02.864Z] 93359f2a8cfa: Pull complete [2021-02-02T17:30:02.864Z] 7c6f9722023f: Pull complete [2021-02-02T17:30:08.349Z] a35cf1a2eb13: Pull complete [2021-02-02T17:30:08.349Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T17:30:08.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T17:30:08.349Z] ---> a62c8e92a672 [2021-02-02T17:30:08.349Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-02T17:30:08.950Z] ---> Running in 5a403f5a75ec [2021-02-02T17:30:09.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:30:10.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:30:11.488Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T17:30:11.756Z] (2/12) Installing file (5.38-r0) [2021-02-02T17:30:11.757Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T17:30:11.757Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T17:30:24.156Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T17:30:24.156Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T17:30:24.425Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T17:30:24.425Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T17:30:24.425Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T17:30:24.691Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T17:30:24.691Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T17:30:24.691Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T17:30:24.959Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:30:24.959Z] OK: 233 MiB in 51 packages [2021-02-02T17:30:28.346Z] Removing intermediate container 5a403f5a75ec [2021-02-02T17:30:28.346Z] ---> 041378385637 [2021-02-02T17:30:28.346Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T17:30:28.346Z] ---> Running in 20d260877f97 [2021-02-02T17:30:28.620Z] Removing intermediate container 20d260877f97 [2021-02-02T17:30:28.620Z] ---> d2017dc02cd9 [2021-02-02T17:30:28.620Z] Step 5/6 : COPY go.mod . [2021-02-02T17:30:28.896Z] ---> f66151257383 [2021-02-02T17:30:28.896Z] Step 6/6 : RUN go mod download [2021-02-02T17:30:28.896Z] ---> Running in becb3b638dcb [2021-02-02T17:30:51.381Z] Removing intermediate container becb3b638dcb [2021-02-02T17:30:51.381Z] ---> 97f2b4d2654e [2021-02-02T17:30:51.381Z] Successfully built 97f2b4d2654e [2021-02-02T17:30:51.381Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:30:51.993Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:30:51.994Z] . [Pipeline] withDockerContainer [2021-02-02T17:30:52.197Z] prd-centos7-docker-4c-2g-24580 does not seem to be running inside a container [2021-02-02T17:30:52.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T17:30:53.759Z] $ docker top 3551140307dcf9f3510d684e928ad8de813fa859d0029918d29c26ad1e8e02da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:30:54.580Z] + go version [2021-02-02T17:30:54.580Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T17:30:54.661Z] $ docker stop --time=1 3551140307dcf9f3510d684e928ad8de813fa859d0029918d29c26ad1e8e02da [2021-02-02T17:30:56.269Z] $ docker rm -f 3551140307dcf9f3510d684e928ad8de813fa859d0029918d29c26ad1e8e02da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:30:57.138Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T17:30:57.138Z] . [Pipeline] withDockerContainer [2021-02-02T17:30:57.416Z] prd-centos7-docker-4c-2g-24580 does not seem to be running inside a container [2021-02-02T17:30:57.529Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T17:30:59.086Z] $ docker top a7d4096b7d2c0a3af71efaf259a801bc1a6702a03ebbca5bdf74fceb303255af -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T17:30:59.409Z] ========================================================= [2021-02-02T17:30:59.409Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T17:30:59.409Z] ========================================================= [Pipeline] sh [2021-02-02T17:30:59.741Z] + make test [2021-02-02T17:30:59.741Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T17:31:18.308Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T17:31:45.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T17:31:47.025Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T17:31:49.120Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T17:31:49.120Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T17:31:49.120Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T17:31:53.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T17:31:53.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T17:31:53.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T17:31:53.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T17:31:53.679Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T17:31:54.781Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T17:31:58.856Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T17:31:58.856Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T17:31:58.856Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T17:32:02.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.248s coverage: 46.0% of statements [2021-02-02T17:32:02.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T17:32:02.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T17:32:02.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T17:32:02.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T17:32:02.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T17:32:02.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T17:32:02.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T17:32:02.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.195s coverage: 100.0% of statements [2021-02-02T17:32:08.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.373s coverage: 27.1% of statements [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T17:32:08.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T17:32:08.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T17:32:08.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 65.8% of statements [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T17:32:08.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.781s coverage: 82.3% of statements [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T17:32:08.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T17:32:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.648s coverage: 28.6% of statements [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T17:32:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T17:32:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.229s coverage: 100.0% of statements [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T17:32:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.238s coverage: 86.7% of statements [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T17:32:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.189s coverage: 97.5% of statements [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T17:32:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T17:32:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T17:32:18.267Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24585 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws [2021-02-02T17:32:18.318Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-02T17:32:18.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.710s coverage: 92.8% of statements [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T17:32:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T17:32:18.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T17:32:18.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T17:32:18.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2021-02-02T17:32:18.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T17:32:18.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T17:32:18.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.084s coverage: 0.1% of statements [2021-02-02T17:32:18.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T17:32:18.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T17:32:18.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T17:32:18.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.100s coverage: 45.5% of statements [2021-02-02T17:32:18.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements [2021-02-02T17:32:18.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-02-02T17:32:18.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.188s coverage: 96.3% of statements [2021-02-02T17:32:18.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-02-02T17:32:23.584Z] using credential edgex-jenkins-ssh [2021-02-02T17:32:23.643Z] Cloning the remote Git repository [2021-02-02T17:32:23.712Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:32:23.841Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-02T17:32:23.944Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:32:23.945Z] > git --version # timeout=10 [2021-02-02T17:32:23.966Z] > git --version # 'git version 2.17.1' [2021-02-02T17:32:23.969Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:32:24.058Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:32:30.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-02-02T17:32:30.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements [2021-02-02T17:32:43.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.119s coverage: 92.9% of statements [2021-02-02T17:32:43.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T17:32:43.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T17:32:43.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T17:32:43.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T17:32:43.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-02T17:32:43.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 75.5% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.2% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.158s coverage: 91.4% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.241s coverage: 63.5% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.118s coverage: 73.7% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.740s coverage: 68.9% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.201s coverage: 37.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.635s coverage: 84.0% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.195s coverage: 47.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.102s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.135s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.163s coverage: 29.1% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.116s coverage: 99.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T17:32:43.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T17:32:43.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T17:32:44.202Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.133s coverage: 87.9% of statements [2021-02-02T17:32:44.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T17:32:44.202Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T17:32:44.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-02-02T17:32:44.759Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements [2021-02-02T17:32:44.107Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:32:44.171Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:32:44.202Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:32:44.248Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:32:44.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:32:44.287Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:32:44.905Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:32:45.337Z] Merge succeeded, producing acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:32:45.337Z] Checking out Revision acdff95b38bb11c0e4eee782f546231492bf0bfe (PR-3112) [2021-02-02T17:32:45.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-02-02T17:32:45.927Z] GO111MODULE=on go vet ./... [2021-02-02T17:32:44.923Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:32:44.935Z] > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [2021-02-02T17:32:45.248Z] > git remote # timeout=10 [2021-02-02T17:32:45.268Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:32:45.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:32:45.302Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-02T17:32:45.325Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:32:45.345Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:32:45.358Z] > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [2021-02-02T17:32:49.632Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T17:32:51.191Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:32:51.625Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T17:32:51.961Z] + true [2021-02-02T17:32:51.961Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T17:32:54.004Z] provisioning config files... [2021-02-02T17:32:54.043Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config921339472207451917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:32:54.492Z] ---> docker-login.sh [2021-02-02T17:32:54.492Z] nexus3.edgexfoundry.org:10001 [2021-02-02T17:32:55.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:32:55.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:32:55.711Z] Configure a credential helper to remove this warning. See [2021-02-02T17:32:55.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:32:55.711Z] [2021-02-02T17:32:55.711Z] Login Succeeded [2021-02-02T17:32:55.711Z] nexus3.edgexfoundry.org:10002 [2021-02-02T17:32:55.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:32:56.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:32:56.259Z] Configure a credential helper to remove this warning. See [2021-02-02T17:32:56.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:32:56.259Z] [2021-02-02T17:32:56.259Z] Login Succeeded [2021-02-02T17:32:56.259Z] nexus3.edgexfoundry.org:10003 [2021-02-02T17:32:56.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:32:56.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:32:56.810Z] Configure a credential helper to remove this warning. See [2021-02-02T17:32:56.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:32:56.810Z] [2021-02-02T17:32:56.810Z] Login Succeeded [2021-02-02T17:32:56.810Z] nexus3.edgexfoundry.org:10004 [2021-02-02T17:32:57.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:32:57.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:32:57.367Z] Configure a credential helper to remove this warning. See [2021-02-02T17:32:57.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:32:57.367Z] [2021-02-02T17:32:57.367Z] Login Succeeded [2021-02-02T17:32:57.367Z] docker.io [2021-02-02T17:32:57.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T17:32:58.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T17:32:58.244Z] Configure a credential helper to remove this warning. See [2021-02-02T17:32:58.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T17:32:58.244Z] [2021-02-02T17:32:58.244Z] Login Succeeded [2021-02-02T17:32:58.244Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T17:32:58.262Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-02T17:32:58.745Z] ========================================================= [2021-02-02T17:32:58.745Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T17:32:58.745Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:32:59.172Z] + 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-02-02T17:33:01.816Z] Sending build context to Docker daemon 166.1MB [2021-02-02T17:33:01.816Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T17:33:01.816Z] Step 2/6 : FROM ${BASE} [2021-02-02T17:33:01.816Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T17:33:01.816Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T17:33:01.816Z] a4357932f1b6: Pulling fs layer [2021-02-02T17:33:01.816Z] 18c013af1878: Pulling fs layer [2021-02-02T17:33:01.816Z] 00ac8860ef70: Pulling fs layer [2021-02-02T17:33:01.816Z] 63d7cb157983: Pulling fs layer [2021-02-02T17:33:01.816Z] b116817d02f9: Pulling fs layer [2021-02-02T17:33:01.816Z] 745a02a5169b: Pulling fs layer [2021-02-02T17:33:01.816Z] 00ac8860ef70: Waiting [2021-02-02T17:33:01.816Z] 63d7cb157983: Waiting [2021-02-02T17:33:01.816Z] b116817d02f9: Waiting [2021-02-02T17:33:01.816Z] 745a02a5169b: Waiting [2021-02-02T17:33:01.816Z] 18c013af1878: Download complete [2021-02-02T17:33:01.816Z] a4357932f1b6: Verifying Checksum [2021-02-02T17:33:01.816Z] a4357932f1b6: Download complete [2021-02-02T17:33:01.816Z] 63d7cb157983: Verifying Checksum [2021-02-02T17:33:01.816Z] 63d7cb157983: Download complete [2021-02-02T17:33:01.816Z] b116817d02f9: Verifying Checksum [2021-02-02T17:33:01.816Z] b116817d02f9: Download complete [2021-02-02T17:33:01.816Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T17:33:01.817Z] 5f621e34cdf4: Download complete [2021-02-02T17:33:02.418Z] 5f621e34cdf4: Pull complete [2021-02-02T17:33:03.027Z] a4357932f1b6: Pull complete [2021-02-02T17:33:03.636Z] 18c013af1878: Pull complete [2021-02-02T17:33:04.244Z] 745a02a5169b: Verifying Checksum [2021-02-02T17:33:04.244Z] 745a02a5169b: Download complete [2021-02-02T17:33:05.711Z] 00ac8860ef70: Verifying Checksum [2021-02-02T17:33:05.711Z] 00ac8860ef70: Download complete [2021-02-02T17:33:15.857Z] 00ac8860ef70: Pull complete [2021-02-02T17:33:15.857Z] 63d7cb157983: Pull complete [2021-02-02T17:33:15.857Z] b116817d02f9: Pull complete [2021-02-02T17:33:18.476Z] 745a02a5169b: Pull complete [2021-02-02T17:33:18.476Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T17:33:18.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T17:33:18.476Z] ---> b7e6874047d6 [2021-02-02T17:33:18.476Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-02T17:33:22.828Z] ---> Running in 91dcbe433100 [2021-02-02T17:33:23.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:33:24.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:33:24.997Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T17:33:25.271Z] (2/12) Installing file (5.38-r0) [2021-02-02T17:33:25.271Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T17:33:25.547Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T17:33:29.853Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T17:33:29.853Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T17:33:29.853Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T17:33:29.853Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T17:33:29.853Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T17:33:30.125Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T17:33:30.125Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T17:33:30.125Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T17:33:30.399Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:33:30.399Z] OK: 217 MiB in 51 packages [2021-02-02T17:33:34.785Z] Removing intermediate container 91dcbe433100 [2021-02-02T17:33:34.785Z] ---> 05d477f04a4e [2021-02-02T17:33:34.785Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T17:33:34.785Z] ---> Running in 5d79d1c18b2a [2021-02-02T17:33:35.059Z] Removing intermediate container 5d79d1c18b2a [2021-02-02T17:33:35.059Z] ---> 046d52886931 [2021-02-02T17:33:35.059Z] Step 5/6 : COPY go.mod . [2021-02-02T17:33:35.665Z] ---> 37ca74ee77e6 [2021-02-02T17:33:35.665Z] Step 6/6 : RUN go mod download [2021-02-02T17:33:35.665Z] ---> Running in a3a408a1242d [2021-02-02T17:33:43.035Z] gofmt -l . [2021-02-02T17:33:43.035Z] [ "`gofmt -l .`" = "" ] [2021-02-02T17:33:43.035Z] ./bin/test-go-mod-tidy.sh [2021-02-02T17:33:43.035Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T17:33:44.053Z] + ls -al . [2021-02-02T17:33:44.053Z] total 684 [2021-02-02T17:33:44.053Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 17:33 . [2021-02-02T17:33:44.053Z] drwxr-xr-x 4 root root 28 Feb 2 17:30 .. [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 17:28 .dockerignore [2021-02-02T17:33:44.053Z] drwxrwxr-x 8 1001 1001 179 Feb 2 17:28 .git [2021-02-02T17:33:44.053Z] drwxrwxr-x 3 1001 1001 125 Feb 2 17:28 .github [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 17:28 .gitignore [2021-02-02T17:33:44.053Z] drwx------ 3 1001 1001 60 Feb 2 17:29 .semver [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 17:28 .sonarcloud.properties [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:28 Attribution.txt [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:28 CONTRIBUTING.md [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 17:28 Dockerfile.build [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 17:28 Jenkinsfile [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:28 LICENSE [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:28 Makefile [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:28 README.md [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:28 SECURITY.md [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 17:29 VERSION [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:28 ZMQWindows.md [2021-02-02T17:33:44.053Z] drwxrwxr-x 2 1001 1001 117 Feb 2 17:28 bin [2021-02-02T17:33:44.053Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 17:28 cmd [2021-02-02T17:33:44.053Z] -rw-r--r-- 1 root root 578674 Feb 2 17:32 coverage.out [2021-02-02T17:33:44.053Z] -rw-r--r-- 1 root root 1054 Feb 2 17:33 go.mod [2021-02-02T17:33:44.053Z] -rw-r--r-- 1 root root 19290 Feb 2 17:33 go.sum [2021-02-02T17:33:44.053Z] drwxrwxr-x 8 1001 1001 127 Feb 2 17:28 internal [2021-02-02T17:33:44.053Z] drwxrwxr-x 4 1001 1001 26 Feb 2 17:28 openapi [2021-02-02T17:33:44.053Z] drwxrwxr-x 4 1001 1001 71 Feb 2 17:28 snap [2021-02-02T17:33:44.053Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 17:28 version.go [Pipeline] sh [2021-02-02T17:33:44.393Z] + '[' -e coverage.out ] [2021-02-02T17:33:44.393Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T17:33:44.764Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T17:33:45.092Z] + make build [2021-02-02T17:33:45.092Z] 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-02-02T17:33:50.586Z] 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-02-02T17:34:02.464Z] Removing intermediate container a3a408a1242d [2021-02-02T17:34:02.464Z] ---> 585ea7093c06 [2021-02-02T17:34:02.464Z] Successfully built 585ea7093c06 [2021-02-02T17:34:02.464Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:34:02.848Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T17:34:02.848Z] . [Pipeline] withDockerContainer [2021-02-02T17:34:03.108Z] prd-ubuntu18.04-docker-arm64-4c-16g-24585 does not seem to be running inside a container [2021-02-02T17:34:03.198Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T17:34:04.832Z] $ docker top 59907100a354c5be8bbe0c19bdfacf7082a0e0fb10af40407c197d66b61f0a1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:34:05.885Z] + go version [2021-02-02T17:34:05.885Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T17:34:05.910Z] $ docker stop --time=1 59907100a354c5be8bbe0c19bdfacf7082a0e0fb10af40407c197d66b61f0a1a [2021-02-02T17:34:06.122Z] 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-02-02T17:34:07.790Z] $ docker rm -f 59907100a354c5be8bbe0c19bdfacf7082a0e0fb10af40407c197d66b61f0a1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:34:08.839Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T17:34:08.839Z] . [Pipeline] withDockerContainer [2021-02-02T17:34:09.065Z] prd-ubuntu18.04-docker-arm64-4c-16g-24585 does not seem to be running inside a container [2021-02-02T17:34:09.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T17:34:10.403Z] $ docker top e4aa5e1cccc0d3b4ac8c10036389e1870d590b887d619a36e08c3fa5f62b5b90 -eo pid,comm [Pipeline] { [2021-02-02T17:34:10.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 [Pipeline] echo [2021-02-02T17:34:10.741Z] ========================================================= [2021-02-02T17:34:10.741Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T17:34:10.741Z] ========================================================= [Pipeline] sh [2021-02-02T17:34:11.392Z] + make test [2021-02-02T17:34:11.392Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T17:34:14.275Z] 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-02-02T17:34:15.274Z] 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-02-02T17:34:20.991Z] 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-02-02T17:34:23.629Z] 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-02-02T17:34:26.293Z] 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-02-02T17:34:29.019Z] 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-02-02T17:34:31.741Z] 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-02-02T17:34:33.530Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T17:34:33.774Z] 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-02-02T17:34:35.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-02T17:34:38.484Z] $ docker stop --time=1 a7d4096b7d2c0a3af71efaf259a801bc1a6702a03ebbca5bdf74fceb303255af [2021-02-02T17:34:40.737Z] $ docker rm -f a7d4096b7d2c0a3af71efaf259a801bc1a6702a03ebbca5bdf74fceb303255af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:34:43.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:34:43.081Z] [2021-02-02T17:34:43.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:34:43.468Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:34:43.468Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T17:34:43.468Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T17:34:43.468Z] ca9280d653b3: Pulling fs layer [2021-02-02T17:34:43.468Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T17:34:44.492Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-02T17:34:44.492Z] cbdbe7a5bc2a: Download complete [2021-02-02T17:34:44.790Z] cbdbe7a5bc2a: Pull complete [2021-02-02T17:34:45.066Z] ca9280d653b3: Download complete [2021-02-02T17:34:47.035Z] ca9280d653b3: Pull complete [2021-02-02T17:34:47.035Z] 7e9c9ca2126c: Download complete [2021-02-02T17:34:57.909Z] 7e9c9ca2126c: Pull complete [2021-02-02T17:34:57.909Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T17:34:57.909Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:34:57.909Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T17:34:58.341Z] prd-centos7-docker-4c-2g-24580 does not seem to be running inside a container [2021-02-02T17:34:58.418Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T17:35:00.359Z] $ docker top 43ce2eccf181fa30896f4215ad36ead39ced7a6c2b0dafc709408ecde75f9555 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:35:01.283Z] + grep parallel [2021-02-02T17:35:01.283Z] + docker-compose build --help [2021-02-02T17:35:03.688Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T17:35:03.697Z] $ docker stop --time=1 43ce2eccf181fa30896f4215ad36ead39ced7a6c2b0dafc709408ecde75f9555 [2021-02-02T17:35:05.331Z] $ docker rm -f 43ce2eccf181fa30896f4215ad36ead39ced7a6c2b0dafc709408ecde75f9555 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:35:06.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T17:35:06.087Z] . [Pipeline] withDockerContainer [2021-02-02T17:35:06.581Z] prd-centos7-docker-4c-2g-24580 does not seem to be running inside a container [2021-02-02T17:35:06.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T17:35:07.690Z] $ docker top 42d1f443ec2e858edfca4fb8156221e6a5625d14b4f982870fac9a3f9867c053 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:35:08.324Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T17:35:10.368Z] Building docker-core-command-go ... [2021-02-02T17:35:10.368Z] Building docker-core-data-go ... [2021-02-02T17:35:10.368Z] Building docker-core-metadata-go ... [2021-02-02T17:35:10.368Z] Building docker-security-bootstrapper-go ... [2021-02-02T17:35:10.368Z] Building docker-security-proxy-setup-go ... [2021-02-02T17:35:10.368Z] Building docker-security-secretstore-setup-go ... [2021-02-02T17:35:10.368Z] Building docker-support-notifications-go ... [2021-02-02T17:35:10.368Z] Building docker-support-scheduler-go ... [2021-02-02T17:35:10.368Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T17:35:10.368Z] Building docker-core-command-go [2021-02-02T17:35:10.368Z] Building docker-security-proxy-setup-go [2021-02-02T17:35:10.368Z] Building docker-security-secretstore-setup-go [2021-02-02T17:35:10.368Z] Building docker-support-notifications-go [2021-02-02T17:35:10.368Z] Building docker-support-scheduler-go [2021-02-02T17:35:30.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T17:35:30.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T17:35:32.846Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T17:35:32.846Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T17:35:32.846Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T17:35:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T17:35:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T17:35:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T17:35:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T17:35:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T17:35:41.218Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T17:35:49.982Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T17:35:49.982Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T17:35:49.982Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T17:35:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.372s coverage: 46.0% of statements [2021-02-02T17:35:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T17:35:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T17:35:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T17:35:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T17:35:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T17:35:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T17:35:58.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T17:35:58.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements [2021-02-02T17:36:05.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.582s coverage: 27.1% of statements [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T17:36:05.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T17:36:05.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T17:36:05.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.318s coverage: 65.8% of statements [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T17:36:05.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T17:36:07.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 82.3% of statements [2021-02-02T17:36:07.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T17:36:07.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:36:07.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T17:36:07.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T17:36:17.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.393s coverage: 28.6% of statements [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T17:36:17.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T17:36:17.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T17:36:17.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T17:36:17.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T17:36:17.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T17:36:17.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T17:36:18.948Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:36:18.948Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:36:18.948Z] ---> 97f2b4d2654e [2021-02-02T17:36:18.948Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:36:18.948Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:36:18.948Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:36:18.948Z] ---> 97f2b4d2654e [2021-02-02T17:36:18.948Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:36:18.948Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:36:18.948Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:36:18.948Z] ---> 97f2b4d2654e [2021-02-02T17:36:18.948Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:36:18.948Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:36:18.948Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:36:18.948Z] ---> 97f2b4d2654e [2021-02-02T17:36:18.948Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T17:36:18.948Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:36:18.948Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:36:18.948Z] ---> 97f2b4d2654e [2021-02-02T17:36:18.948Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T17:36:18.948Z] ---> Running in d449a395a105 [2021-02-02T17:36:18.948Z] ---> Running in 71b222ee01e8 [2021-02-02T17:36:18.948Z] ---> Running in ac9e40fce269 [2021-02-02T17:36:18.948Z] ---> Running in 2a318204131a [2021-02-02T17:36:18.948Z] ---> Running in e38e1668d9bb [2021-02-02T17:36:18.948Z] Removing intermediate container ac9e40fce269 [2021-02-02T17:36:18.948Z] ---> fe2edf3f3556 [2021-02-02T17:36:18.948Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:18.948Z] Removing intermediate container 2a318204131a [2021-02-02T17:36:18.948Z] ---> 51fde5586e88 [2021-02-02T17:36:18.948Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:18.948Z] Removing intermediate container 71b222ee01e8 [2021-02-02T17:36:18.948Z] ---> 5884455a8db4 [2021-02-02T17:36:18.948Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:18.948Z] Removing intermediate container d449a395a105 [2021-02-02T17:36:18.948Z] ---> 2ab4b8829c5a [2021-02-02T17:36:18.948Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:18.948Z] Removing intermediate container e38e1668d9bb [2021-02-02T17:36:18.948Z] ---> a966d56dbd9f [2021-02-02T17:36:18.948Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:36:18.948Z] ---> Running in e9d513549cdd [2021-02-02T17:36:18.948Z] ---> Running in 673caad07e03 [2021-02-02T17:36:18.948Z] ---> Running in 2c8257edf1f9 [2021-02-02T17:36:18.948Z] ---> Running in eceafae5388c [2021-02-02T17:36:18.948Z] ---> Running in cfaac6092bbf [2021-02-02T17:36:22.429Z] Removing intermediate container 2c8257edf1f9 [2021-02-02T17:36:22.429Z] ---> 2026e1377bbd [2021-02-02T17:36:22.429Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:36:22.706Z] Removing intermediate container cfaac6092bbf [2021-02-02T17:36:22.706Z] ---> d06b693e3178 [2021-02-02T17:36:22.706Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T17:36:22.706Z] ---> Running in d2d3dbcdea62 [2021-02-02T17:36:22.706Z] Removing intermediate container e9d513549cdd [2021-02-02T17:36:22.706Z] ---> 2eadb0a26362 [2021-02-02T17:36:22.706Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T17:36:23.000Z] ---> Running in f62f907b7723 [2021-02-02T17:36:23.000Z] Removing intermediate container eceafae5388c [2021-02-02T17:36:23.000Z] ---> 45966564b1de [2021-02-02T17:36:23.000Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T17:36:23.000Z] Removing intermediate container 673caad07e03 [2021-02-02T17:36:23.000Z] ---> f86a6dea67e2 [2021-02-02T17:36:23.000Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T17:36:23.283Z] ---> Running in c43216435136 [2021-02-02T17:36:23.283Z] ---> Running in b2d8141ffe1d [2021-02-02T17:36:23.283Z] ---> Running in 1942f0a1dba2 [2021-02-02T17:36:24.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:24.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:25.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:25.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:25.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:25.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:25.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:26.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:26.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:26.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:36:26.783Z] OK: 233 MiB in 51 packages [2021-02-02T17:36:27.412Z] OK: 233 MiB in 51 packages [2021-02-02T17:36:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.400s coverage: 92.8% of statements [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T17:36:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T17:36:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.231s coverage: 0.1% of statements [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T17:36:28.097Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T17:36:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements [2021-02-02T17:36:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.091s coverage: 79.5% of statements [2021-02-02T17:36:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.099s coverage: 94.1% of statements [2021-02-02T17:36:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements [2021-02-02T17:36:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-02-02T17:36:28.489Z] OK: 233 MiB in 51 packages [2021-02-02T17:36:28.489Z] OK: 233 MiB in 51 packages [2021-02-02T17:36:28.773Z] Removing intermediate container f62f907b7723 [2021-02-02T17:36:28.773Z] ---> f03372ca3f8a [2021-02-02T17:36:28.773Z] Step 6/22 : COPY go.mod . [2021-02-02T17:36:28.773Z] OK: 233 MiB in 51 packages [2021-02-02T17:36:29.422Z] Removing intermediate container 1942f0a1dba2 [2021-02-02T17:36:29.422Z] ---> 55e7191e611b [2021-02-02T17:36:29.422Z] Step 6/24 : COPY go.mod . [2021-02-02T17:36:29.422Z] ---> 475932172d93 [2021-02-02T17:36:29.422Z] Step 7/22 : RUN go mod download [2021-02-02T17:36:29.422Z] Removing intermediate container d2d3dbcdea62 [2021-02-02T17:36:29.422Z] ---> ae9fbeba9762 [2021-02-02T17:36:29.422Z] Step 6/23 : COPY go.mod . [2021-02-02T17:36:29.702Z] ---> Running in 395c6590f570 [2021-02-02T17:36:29.702Z] Removing intermediate container c43216435136 [2021-02-02T17:36:29.702Z] ---> 5a60af3e27ee [2021-02-02T17:36:29.702Z] Step 6/22 : COPY go.mod . [2021-02-02T17:36:30.005Z] Removing intermediate container b2d8141ffe1d [2021-02-02T17:36:30.005Z] ---> a443dd41ac3b [2021-02-02T17:36:30.005Z] Step 6/21 : COPY go.mod . [2021-02-02T17:36:30.005Z] ---> 9a44123005bc [2021-02-02T17:36:30.005Z] Step 7/24 : RUN go mod download [2021-02-02T17:36:30.297Z] ---> 35ed78004588 [2021-02-02T17:36:30.297Z] Step 7/23 : RUN go mod download [2021-02-02T17:36:30.297Z] ---> Running in 4a4f94b7c252 [2021-02-02T17:36:30.582Z] ---> Running in 7de422adf91a [2021-02-02T17:36:30.582Z] ---> aba0cf77f353 [2021-02-02T17:36:30.582Z] Step 7/22 : RUN go mod download [2021-02-02T17:36:30.855Z] ---> Running in c0595b4f451b [2021-02-02T17:36:30.855Z] ---> bccea1942b35 [2021-02-02T17:36:30.855Z] Step 7/21 : RUN go mod download [2021-02-02T17:36:31.129Z] ---> Running in 81bb9c436a1d [2021-02-02T17:36:33.832Z] Removing intermediate container 4a4f94b7c252 [2021-02-02T17:36:33.833Z] ---> a5d35038ce3b [2021-02-02T17:36:33.833Z] Step 8/24 : COPY . . [2021-02-02T17:36:33.833Z] Removing intermediate container 7de422adf91a [2021-02-02T17:36:33.833Z] ---> 8d1c71481dbc [2021-02-02T17:36:33.833Z] Step 8/23 : COPY . . [2021-02-02T17:36:34.145Z] Removing intermediate container 395c6590f570 [2021-02-02T17:36:34.145Z] ---> 14844ce20ad9 [2021-02-02T17:36:34.145Z] Step 8/22 : COPY . . [2021-02-02T17:36:34.441Z] Removing intermediate container 81bb9c436a1d [2021-02-02T17:36:34.441Z] ---> d5128cbc8749 [2021-02-02T17:36:34.441Z] Step 8/21 : COPY . . [2021-02-02T17:36:34.442Z] Removing intermediate container c0595b4f451b [2021-02-02T17:36:34.442Z] ---> d9e9fec7a1f3 [2021-02-02T17:36:34.442Z] Step 8/22 : COPY . . [2021-02-02T17:36:38.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.077s coverage: 94.4% of statements [2021-02-02T17:36:38.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.147s coverage: 84.2% of statements [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.4% of statements [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.612s coverage: 63.5% of statements [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.828s coverage: 68.9% of statements [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T17:36:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T17:36:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.758s coverage: 84.0% of statements [2021-02-02T17:36:57.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements [2021-02-02T17:37:03.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.476s coverage: 47.0% of statements [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T17:37:03.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T17:37:03.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-02T17:37:03.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.186s coverage: 100.0% of statements [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:37:03.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-02T17:37:12.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.281s coverage: 29.1% of statements [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T17:37:12.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.242s coverage: 99.0% of statements [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T17:37:12.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T17:37:12.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.175s coverage: 100.0% of statements [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T17:37:12.292Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.081s coverage: 0.0% of statements [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T17:37:12.292Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T17:37:12.292Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T17:37:12.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T17:37:12.292Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-02-02T17:37:12.566Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.070s coverage: 32.1% of statements [2021-02-02T17:37:13.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements [2021-02-02T17:37:13.762Z] GO111MODULE=on go vet ./... [2021-02-02T17:37:43.271Z] ---> a6c6eb18b7f3 [2021-02-02T17:37:43.271Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T17:37:43.271Z] ---> 85ea26130c67 [2021-02-02T17:37:43.271Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T17:37:43.271Z] ---> ce49f510dbdc [2021-02-02T17:37:43.271Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T17:37:43.271Z] ---> Running in 34ebafe7d152 [2021-02-02T17:37:43.271Z] ---> Running in c901334023b9 [2021-02-02T17:37:43.271Z] ---> d70e89658d2f [2021-02-02T17:37:43.271Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T17:37:43.271Z] ---> Running in b83d81c70cbf [2021-02-02T17:37:43.271Z] ---> Running in d4abdde583aa [2021-02-02T17:37:43.271Z] ---> d2e90a53ee4b [2021-02-02T17:37:43.271Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T17:37:43.271Z] ---> Running in 44551ceb3ae4 [2021-02-02T17:37:43.271Z] 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-02-02T17:37:43.271Z] 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-02-02T17:37:43.271Z] 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-02-02T17:37:43.271Z] 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-02-02T17:37:43.271Z] 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-02-02T17:38:31.434Z] 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-02-02T17:38:31.434Z] 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-02-02T17:38:35.579Z] gofmt -l . [2021-02-02T17:38:35.579Z] [ "`gofmt -l .`" = "" ] [2021-02-02T17:38:35.579Z] ./bin/test-go-mod-tidy.sh [2021-02-02T17:38:35.579Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T17:38:37.243Z] + ls -al . [2021-02-02T17:38:37.243Z] total 712 [2021-02-02T17:38:37.243Z] drwxrwxr-x 9 1001 1001 4096 Feb 2 17:38 . [2021-02-02T17:38:37.243Z] drwxr-xr-x 4 root root 4096 Feb 2 17:34 .. [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 17:32 .dockerignore [2021-02-02T17:38:37.243Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 17:32 .git [2021-02-02T17:38:37.243Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 17:32 .github [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 17:32 .gitignore [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 17:32 .sonarcloud.properties [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:32 Attribution.txt [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:32 CONTRIBUTING.md [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 17:32 Dockerfile.build [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 17:32 Jenkinsfile [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:32 LICENSE [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:32 Makefile [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:32 README.md [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:32 SECURITY.md [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 17:29 VERSION [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:32 ZMQWindows.md [2021-02-02T17:38:37.243Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 17:32 bin [2021-02-02T17:38:37.243Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 17:32 cmd [2021-02-02T17:38:37.243Z] -rw-r--r-- 1 root root 578674 Feb 2 17:37 coverage.out [2021-02-02T17:38:37.243Z] -rw-r--r-- 1 root root 1054 Feb 2 17:38 go.mod [2021-02-02T17:38:37.243Z] -rw-r--r-- 1 root root 19290 Feb 2 17:38 go.sum [2021-02-02T17:38:37.243Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 17:32 internal [2021-02-02T17:38:37.243Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 17:32 openapi [2021-02-02T17:38:37.243Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 17:32 snap [2021-02-02T17:38:37.243Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 17:32 version.go [Pipeline] sh [2021-02-02T17:38:37.913Z] + '[' -e coverage.out ] [2021-02-02T17:38:37.913Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T17:38:37.981Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T17:38:39.226Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T17:38:39.920Z] + make build [2021-02-02T17:38:39.920Z] 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-02-02T17:38:45.203Z] Removing intermediate container b83d81c70cbf [2021-02-02T17:38:45.203Z] ---> fa71d4ea1b77 [2021-02-02T17:38:45.203Z] [2021-02-02T17:38:45.203Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T17:38:45.203Z] 3.12: Pulling from library/alpine [2021-02-02T17:38:45.203Z] Removing intermediate container 34ebafe7d152 [2021-02-02T17:38:45.203Z] ---> 16a2e6cb91c7 [2021-02-02T17:38:45.203Z] [2021-02-02T17:38:45.203Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T17:38:45.203Z] 3.12: Pulling from library/alpine [2021-02-02T17:38:49.639Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:38:49.639Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:38:49.639Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:38:49.639Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:38:49.639Z] ---> 389fef711851 [2021-02-02T17:38:49.639Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T17:38:49.639Z] ---> 389fef711851 [2021-02-02T17:38:49.639Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T17:38:49.639Z] Removing intermediate container 44551ceb3ae4 [2021-02-02T17:38:49.639Z] ---> f5f82ff95988 [2021-02-02T17:38:49.639Z] [2021-02-02T17:38:49.639Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:38:49.918Z] ---> 389fef711851 [2021-02-02T17:38:49.918Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T17:38:50.928Z] ---> Running in 29c65f1df845 [2021-02-02T17:38:50.928Z] Removing intermediate container c901334023b9 [2021-02-02T17:38:50.928Z] ---> dd842a96a3c7 [2021-02-02T17:38:50.928Z] [2021-02-02T17:38:50.928Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:38:50.928Z] ---> 389fef711851 [2021-02-02T17:38:50.928Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:38:50.928Z] ---> Running in 8c586a6dddc2 [2021-02-02T17:38:50.928Z] ---> Running in f9727dc8cc83 [2021-02-02T17:38:50.928Z] Removing intermediate container d4abdde583aa [2021-02-02T17:38:50.928Z] ---> a071cb2d638d [2021-02-02T17:38:50.928Z] [2021-02-02T17:38:50.928Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:38:50.928Z] ---> 389fef711851 [2021-02-02T17:38:50.928Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:38:51.208Z] ---> Running in db9a086d032e [2021-02-02T17:38:51.208Z] ---> Running in 0e496b64b746 [2021-02-02T17:38:52.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:52.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:52.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:52.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:53.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:53.028Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T17:38:53.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:53.028Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T17:38:53.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:53.346Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:38:53.346Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:38:53.346Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:38:53.346Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:38:53.346Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T17:38:53.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:53.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:53.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:38:53.663Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T17:38:53.663Z] OK: 6 MiB in 16 packages [2021-02-02T17:38:53.663Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T17:38:53.663Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:38:53.663Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:38:53.663Z] OK: 7 MiB in 19 packages [2021-02-02T17:38:54.101Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:38:54.101Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:38:54.101Z] OK: 6 MiB in 15 packages [2021-02-02T17:38:54.101Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:38:54.101Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:38:54.101Z] OK: 6 MiB in 15 packages [2021-02-02T17:38:54.101Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T17:38:54.101Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:38:54.475Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T17:38:54.475Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T17:38:54.475Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:38:54.475Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:38:54.475Z] OK: 7 MiB in 18 packages [2021-02-02T17:38:55.073Z] 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-02-02T17:38:58.040Z] Removing intermediate container 8c586a6dddc2 [2021-02-02T17:38:58.040Z] ---> 60db0c0902b2 [2021-02-02T17:38:58.040Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:38:58.425Z] Removing intermediate container 29c65f1df845 [2021-02-02T17:38:58.425Z] ---> 5f55df56ebc7 [2021-02-02T17:38:58.425Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:38:59.406Z] Removing intermediate container db9a086d032e [2021-02-02T17:38:59.406Z] ---> 93a3468b4093 [2021-02-02T17:38:59.406Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:38:59.406Z] ---> Running in e7f852614ea9 [2021-02-02T17:38:59.406Z] ---> Running in 3966e93117a3 [2021-02-02T17:38:59.984Z] ---> Running in f12dbd7be3ac [2021-02-02T17:38:59.984Z] Removing intermediate container f9727dc8cc83 [2021-02-02T17:38:59.984Z] ---> 0d6954df2af7 [2021-02-02T17:38:59.984Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:38:59.984Z] Removing intermediate container 0e496b64b746 [2021-02-02T17:38:59.984Z] ---> ea58424e360f [2021-02-02T17:38:59.984Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:38:59.984Z] ---> Running in 1bc3aeec9c75 [2021-02-02T17:38:59.984Z] ---> Running in 91c3d79d7dc9 [2021-02-02T17:38:59.984Z] Removing intermediate container e7f852614ea9 [2021-02-02T17:38:59.984Z] ---> 46e7ed5afee1 [2021-02-02T17:38:59.984Z] Step 13/24 : WORKDIR / [2021-02-02T17:39:00.383Z] Removing intermediate container 3966e93117a3 [2021-02-02T17:39:00.383Z] ---> e769e2f170f5 [2021-02-02T17:39:00.383Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T17:39:00.383Z] Removing intermediate container f12dbd7be3ac [2021-02-02T17:39:00.383Z] ---> 1eea4a2d0ee2 [2021-02-02T17:39:00.383Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T17:39:00.383Z] ---> Running in 80a90d57dd5d [2021-02-02T17:39:00.383Z] ---> Running in 78ce47160771 [2021-02-02T17:39:00.732Z] ---> Running in 3fb5701706f8 [2021-02-02T17:39:00.732Z] Removing intermediate container 91c3d79d7dc9 [2021-02-02T17:39:00.732Z] ---> 00a0f6d9d950 [2021-02-02T17:39:00.732Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T17:39:01.029Z] Removing intermediate container 1bc3aeec9c75 [2021-02-02T17:39:01.029Z] ---> 38801598c1fc [2021-02-02T17:39:01.029Z] Step 13/21 : WORKDIR /edgex [2021-02-02T17:39:01.029Z] ---> Running in f00f9fe338ba [2021-02-02T17:39:01.320Z] ---> Running in 76411b5b5034 [2021-02-02T17:39:01.320Z] Removing intermediate container 80a90d57dd5d [2021-02-02T17:39:01.320Z] ---> 987c76dc96e8 [2021-02-02T17:39:01.320Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:39:01.610Z] Removing intermediate container 78ce47160771 [2021-02-02T17:39:01.611Z] ---> 991da8366300 [2021-02-02T17:39:01.611Z] 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-02-02T17:39:01.611Z] Removing intermediate container 3fb5701706f8 [2021-02-02T17:39:01.611Z] ---> 2add3e203309 [2021-02-02T17:39:01.611Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:39:01.611Z] ---> Running in 2096278dccd0 [2021-02-02T17:39:01.931Z] ---> Running in 81a12ed23053 [2021-02-02T17:39:01.931Z] Removing intermediate container f00f9fe338ba [2021-02-02T17:39:01.931Z] ---> 23fba3b5b1dc [2021-02-02T17:39:01.931Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:39:01.931Z] Removing intermediate container 76411b5b5034 [2021-02-02T17:39:01.931Z] ---> 248c2fffb758 [2021-02-02T17:39:01.931Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T17:39:02.248Z] ---> Running in 72f7215da0ec [2021-02-02T17:39:02.581Z] Removing intermediate container 2096278dccd0 [2021-02-02T17:39:02.581Z] ---> 3727636431f3 [2021-02-02T17:39:02.581Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:39:02.581Z] ---> f099e05aaf75 [2021-02-02T17:39:02.581Z] 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-02-02T17:39:02.937Z] Removing intermediate container 81a12ed23053 [2021-02-02T17:39:02.937Z] ---> 6603574b7c0f [2021-02-02T17:39:02.937Z] Step 15/23 : WORKDIR / [2021-02-02T17:39:02.937Z] ---> Running in f6e40b9051e1 [2021-02-02T17:39:03.260Z] Removing intermediate container 72f7215da0ec [2021-02-02T17:39:03.260Z] ---> 15bc7c1b2cf5 [2021-02-02T17:39:03.260Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:39:03.260Z] ---> 5b4992ee6993 [2021-02-02T17:39:03.261Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T17:39:03.591Z] ---> 1d917284587a [2021-02-02T17:39:03.591Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T17:39:03.591Z] ---> d97637f59798 [2021-02-02T17:39:03.591Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T17:39:03.912Z] Removing intermediate container f6e40b9051e1 [2021-02-02T17:39:03.912Z] ---> 58b0a4420336 [2021-02-02T17:39:03.912Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:39:04.286Z] ---> 52ae48b83d28 [2021-02-02T17:39:04.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T17:39:04.607Z] ---> 441924f4af6b [2021-02-02T17:39:04.607Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T17:39:04.913Z] ---> 6fb5ccae1917 [2021-02-02T17:39:04.913Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T17:39:05.261Z] ---> f488469d2354 [2021-02-02T17:39:05.261Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T17:39:05.602Z] ---> d3605e42ae5c [2021-02-02T17:39:05.602Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T17:39:05.962Z] ---> 3c1d5b5b9791 [2021-02-02T17:39:05.962Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T17:39:06.635Z] ---> 37dab38179a2 [2021-02-02T17:39:06.635Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T17:39:06.956Z] ---> db4376bcc37c [2021-02-02T17:39:06.956Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T17:39:07.237Z] ---> 2eb16eaa5d53 [2021-02-02T17:39:07.237Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T17:39:07.237Z] ---> 06b4763ce42b [2021-02-02T17:39:07.237Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T17:39:07.237Z] ---> 4801cefd20ea [2021-02-02T17:39:07.237Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T17:39:07.523Z] ---> Running in bbd7ef2fbaee [2021-02-02T17:39:07.523Z] ---> Running in f08de593a9d4 [2021-02-02T17:39:07.523Z] ---> Running in 5dd939a5a073 [2021-02-02T17:39:07.809Z] Removing intermediate container bbd7ef2fbaee [2021-02-02T17:39:07.809Z] ---> 9fd6cf8ff608 [2021-02-02T17:39:07.809Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:39:08.093Z] Removing intermediate container f08de593a9d4 [2021-02-02T17:39:08.093Z] ---> 74d7e3b0cbc2 [2021-02-02T17:39:08.093Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:39:08.093Z] ---> Running in 286af98c8c2a [2021-02-02T17:39:08.392Z] ---> 5eda6501e5e9 [2021-02-02T17:39:08.392Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T17:39:08.392Z] ---> d9d66c11479e [2021-02-02T17:39:08.392Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T17:39:08.392Z] Removing intermediate container 5dd939a5a073 [2021-02-02T17:39:08.392Z] ---> 238a4757cd7b [2021-02-02T17:39:08.392Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T17:39:08.392Z] ---> Running in ec4064d80fe3 [2021-02-02T17:39:08.392Z] ---> Running in ac48265ffbec [2021-02-02T17:39:08.726Z] ---> Running in 48123ccc1014 [2021-02-02T17:39:08.726Z] Removing intermediate container 286af98c8c2a [2021-02-02T17:39:08.726Z] ---> 3b43def8c336 [2021-02-02T17:39:08.726Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:39:08.996Z] ---> Running in 54c24a09cd59 [2021-02-02T17:39:08.996Z] Removing intermediate container ec4064d80fe3 [2021-02-02T17:39:08.996Z] ---> 7bc406d26c0f [2021-02-02T17:39:08.996Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T17:39:08.996Z] Removing intermediate container ac48265ffbec [2021-02-02T17:39:08.996Z] ---> 0ac09ff2253c [2021-02-02T17:39:08.996Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:39:09.355Z] Removing intermediate container 48123ccc1014 [2021-02-02T17:39:09.355Z] ---> fc6540fad2ba [2021-02-02T17:39:09.355Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T17:39:09.355Z] ---> bc5618029de3 [2021-02-02T17:39:09.355Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-02T17:39:09.355Z] ---> Running in e89d5658a7da [2021-02-02T17:39:09.355Z] ---> Running in 53aa357fdbb0 [2021-02-02T17:39:09.355Z] ---> Running in 5f3abd437b6f [2021-02-02T17:39:09.355Z] ---> Running in fa89622c7ce0 [2021-02-02T17:39:09.355Z] Removing intermediate container 54c24a09cd59 [2021-02-02T17:39:09.355Z] ---> 1d034e91f0f2 [2021-02-02T17:39:09.355Z] Step 21/22 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:39:10.124Z] ---> Running in 60fb9a2a731a [2021-02-02T17:39:10.432Z] Removing intermediate container e89d5658a7da [2021-02-02T17:39:10.432Z] ---> a8350000bfad [2021-02-02T17:39:10.432Z] Step 21/22 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:39:10.432Z] Removing intermediate container 53aa357fdbb0 [2021-02-02T17:39:10.432Z] ---> 03e6bbfa28b0 [2021-02-02T17:39:10.432Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:39:10.432Z] Removing intermediate container fa89622c7ce0 [2021-02-02T17:39:10.432Z] ---> d2c16b756234 [2021-02-02T17:39:10.432Z] Step 20/21 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:39:10.831Z] ---> Running in d4bf6867d4e2 [2021-02-02T17:39:10.831Z] ---> Running in c79f6b04c412 [2021-02-02T17:39:10.831Z] Removing intermediate container 60fb9a2a731a [2021-02-02T17:39:10.831Z] ---> 28bf8cfa8c5b [2021-02-02T17:39:10.831Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:39:10.831Z] ---> Running in eb9ad5c55f67 [2021-02-02T17:39:11.154Z] ---> Running in 0194053f0678 [2021-02-02T17:39:11.505Z] Removing intermediate container d4bf6867d4e2 [2021-02-02T17:39:11.505Z] ---> dc104310c5ad [2021-02-02T17:39:11.505Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:39:11.505Z] Removing intermediate container c79f6b04c412 [2021-02-02T17:39:11.505Z] ---> bfdc2e00ef35 [2021-02-02T17:39:11.505Z] Step 22/23 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:39:11.505Z] Removing intermediate container eb9ad5c55f67 [2021-02-02T17:39:11.505Z] ---> 55a783fc216e [2021-02-02T17:39:11.505Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T17:39:11.797Z] ---> Running in 617b0e262976 [2021-02-02T17:39:11.797Z] ---> Running in 18c61760564b [2021-02-02T17:39:11.797Z] ---> Running in af9f52a710ae [2021-02-02T17:39:11.797Z] Removing intermediate container 0194053f0678 [2021-02-02T17:39:11.797Z] ---> c86d019a7e5e [2021-02-02T17:39:11.797Z] [2021-02-02T17:39:12.417Z] Removing intermediate container 617b0e262976 [2021-02-02T17:39:12.417Z] ---> 60a27b841b48 [2021-02-02T17:39:12.417Z] [2021-02-02T17:39:12.417Z] Removing intermediate container af9f52a710ae [2021-02-02T17:39:12.417Z] ---> 660d4765b5a1 [2021-02-02T17:39:12.417Z] [2021-02-02T17:39:12.418Z] Removing intermediate container 18c61760564b [2021-02-02T17:39:12.418Z] ---> 04ae3deef75f [2021-02-02T17:39:12.418Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:39:12.805Z] Successfully built c86d019a7e5e [2021-02-02T17:39:12.805Z] ---> Running in 40ee819312b5 [2021-02-02T17:39:12.805Z] Successfully tagged docker-support-notifications-go:latest [2021-02-02T17:39:12.805Z] Removing intermediate container 5f3abd437b6f [2021-02-02T17:39:12.805Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-02T17:39:12.805Z] ---> 561f3e1f5443 [2021-02-02T17:39:12.805Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T17:39:13.111Z] Successfully built 60a27b841b48 [2021-02-02T17:39:13.111Z] Successfully built 660d4765b5a1 [2021-02-02T17:39:13.111Z] ---> Running in 866ffdc68c60 [2021-02-02T17:39:13.111Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T17:39:13.111Z] Building docker-core-metadata-go [2021-02-02T17:39:13.111Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T17:39:13.111Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-02T17:39:13.420Z] Removing intermediate container 40ee819312b5 [2021-02-02T17:39:13.420Z] ---> a0c9fb2401d0 [2021-02-02T17:39:13.420Z] [2021-02-02T17:39:14.065Z] Removing intermediate container 866ffdc68c60 [2021-02-02T17:39:14.065Z] ---> 5788728df356 [2021-02-02T17:39:14.065Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T17:39:14.065Z] Successfully built a0c9fb2401d0 [2021-02-02T17:39:14.065Z] Successfully tagged docker-core-command-go:latest [2021-02-02T17:39:14.065Z] Building docker-core-data-go [2021-02-02T17:39:14.065Z]  Building docker-core-command-go ... done  ---> Running in fe4f40d7bb45 [2021-02-02T17:39:14.735Z] Removing intermediate container fe4f40d7bb45 [2021-02-02T17:39:14.735Z] ---> 8f3e955af693 [2021-02-02T17:39:14.735Z] Step 23/24 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:39:14.735Z] ---> Running in 1055a21a3e9e [2021-02-02T17:39:15.808Z] Removing intermediate container 1055a21a3e9e [2021-02-02T17:39:15.808Z] ---> d16ba7208c7c [2021-02-02T17:39:15.808Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T17:39:16.440Z] ---> Running in 43b23f92e640 [2021-02-02T17:39:18.288Z] Removing intermediate container 43b23f92e640 [2021-02-02T17:39:18.288Z] ---> 6147122c26fa [2021-02-02T17:39:18.288Z] [2021-02-02T17:39:19.362Z] Successfully built 6147122c26fa [2021-02-02T17:39:19.362Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T17:39:21.925Z] 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-02-02T17:39:28.632Z] 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-02-02T17:39:35.359Z] 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-02-02T17:39:35.956Z] 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-02-02T17:39:42.700Z] 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-02-02T17:39:48.105Z] 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-02-02T17:39:51.501Z] 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-02-02T17:39:55.805Z] 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-02-02T17:40:00.117Z] 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-02-02T17:40:03.535Z] 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-02-02T17:40:07.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T17:40:07.932Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:40:07.932Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:40:07.932Z] ---> 97f2b4d2654e [2021-02-02T17:40:07.932Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T17:40:07.932Z] ---> Using cache [2021-02-02T17:40:07.932Z] ---> a966d56dbd9f [2021-02-02T17:40:07.932Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:40:07.932Z] ---> Using cache [2021-02-02T17:40:07.932Z] ---> d06b693e3178 [2021-02-02T17:40:07.932Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T17:40:07.932Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:40:07.932Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:40:07.932Z] ---> 97f2b4d2654e [2021-02-02T17:40:07.932Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T17:40:07.932Z] ---> Using cache [2021-02-02T17:40:07.932Z] ---> a966d56dbd9f [2021-02-02T17:40:07.932Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:40:07.932Z] ---> Using cache [2021-02-02T17:40:07.932Z] ---> d06b693e3178 [2021-02-02T17:40:07.932Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T17:40:07.932Z] ---> Using cache [2021-02-02T17:40:07.932Z] ---> f03372ca3f8a [2021-02-02T17:40:07.932Z] Step 6/31 : COPY go.mod . [2021-02-02T17:40:07.932Z] ---> Using cache [2021-02-02T17:40:07.932Z] ---> 475932172d93 [2021-02-02T17:40:07.932Z] Step 7/31 : RUN go mod download [2021-02-02T17:40:07.932Z] ---> Using cache [2021-02-02T17:40:07.932Z] ---> 14844ce20ad9 [2021-02-02T17:40:07.932Z] Step 8/31 : COPY . . [2021-02-02T17:40:07.932Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:40:07.932Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:40:07.932Z] ---> 97f2b4d2654e [2021-02-02T17:40:07.932Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:40:07.932Z] ---> Using cache [2021-02-02T17:40:07.932Z] ---> a966d56dbd9f [2021-02-02T17:40:07.932Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:40:07.932Z] ---> Using cache [2021-02-02T17:40:07.932Z] ---> d06b693e3178 [2021-02-02T17:40:07.932Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:40:07.933Z] ---> Using cache [2021-02-02T17:40:07.933Z] ---> f03372ca3f8a [2021-02-02T17:40:07.933Z] Step 6/23 : COPY go.mod . [2021-02-02T17:40:07.933Z] ---> Using cache [2021-02-02T17:40:07.933Z] ---> 475932172d93 [2021-02-02T17:40:07.933Z] Step 7/23 : RUN go mod download [2021-02-02T17:40:07.933Z] ---> Using cache [2021-02-02T17:40:07.933Z] ---> 14844ce20ad9 [2021-02-02T17:40:07.933Z] Step 8/23 : COPY . . [2021-02-02T17:40:07.933Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:40:07.933Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:40:07.933Z] ---> 97f2b4d2654e [2021-02-02T17:40:07.933Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:40:07.933Z] ---> Using cache [2021-02-02T17:40:07.933Z] ---> a966d56dbd9f [2021-02-02T17:40:07.933Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:40:07.933Z] ---> Using cache [2021-02-02T17:40:07.933Z] ---> d06b693e3178 [2021-02-02T17:40:07.933Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T17:40:07.933Z] ---> Using cache [2021-02-02T17:40:07.933Z] ---> d70e89658d2f [2021-02-02T17:40:07.933Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T17:40:07.933Z] ---> Using cache [2021-02-02T17:40:07.933Z] ---> d70e89658d2f [2021-02-02T17:40:07.933Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T17:40:07.933Z] ---> Running in 2ec326b8104c [2021-02-02T17:40:07.933Z] ---> Running in d07b63842e5c [2021-02-02T17:40:07.933Z] ---> Running in 2b8d05ccb8e2 [2021-02-02T17:40:07.933Z] ---> Running in f10609345f8d [2021-02-02T17:40:07.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T17:40:07.933Z] 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-02-02T17:40:07.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:40:07.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:40:07.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:40:07.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:40:09.236Z] OK: 233 MiB in 51 packages [2021-02-02T17:40:09.236Z] OK: 233 MiB in 51 packages [2021-02-02T17:40:10.880Z] Removing intermediate container d07b63842e5c [2021-02-02T17:40:10.880Z] ---> dcae917ad3c0 [2021-02-02T17:40:10.880Z] Step 6/26 : COPY go.mod . [2021-02-02T17:40:10.880Z] Removing intermediate container 2ec326b8104c [2021-02-02T17:40:10.880Z] ---> 8578af1438c1 [2021-02-02T17:40:10.880Z] Step 6/23 : COPY go.mod . [2021-02-02T17:40:11.944Z] ---> 446b8bc6016c [2021-02-02T17:40:11.944Z] Step 7/26 : RUN go mod download [2021-02-02T17:40:11.944Z] ---> b2f85f102520 [2021-02-02T17:40:11.944Z] Step 7/23 : RUN go mod download [2021-02-02T17:40:11.944Z] ---> Running in 00c1a82f49ef [2021-02-02T17:40:12.332Z] ---> Running in 8eb7884b255f [Pipeline] } [2021-02-02T17:40:14.621Z] $ docker stop --time=1 e4aa5e1cccc0d3b4ac8c10036389e1870d590b887d619a36e08c3fa5f62b5b90 [2021-02-02T17:40:17.244Z] $ docker rm -f e4aa5e1cccc0d3b4ac8c10036389e1870d590b887d619a36e08c3fa5f62b5b90 [2021-02-02T17:40:18.332Z] Removing intermediate container 00c1a82f49ef [2021-02-02T17:40:18.332Z] ---> 872f087a655d [2021-02-02T17:40:18.332Z] Step 8/26 : COPY . . [2021-02-02T17:40:18.332Z] Removing intermediate container 8eb7884b255f [2021-02-02T17:40:18.332Z] ---> 004045ba8ec6 [2021-02-02T17:40:18.332Z] Step 8/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:40:19.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:40:19.728Z] [2021-02-02T17:40:19.728Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:40:20.105Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:40:20.377Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T17:40:20.377Z] 29e5d40040c1: Pulling fs layer [2021-02-02T17:40:20.377Z] 1ce36da41761: Pulling fs layer [2021-02-02T17:40:20.377Z] 25b303627fd3: Pulling fs layer [2021-02-02T17:40:20.650Z] 29e5d40040c1: Verifying Checksum [2021-02-02T17:40:20.650Z] 29e5d40040c1: Download complete [2021-02-02T17:40:21.262Z] 1ce36da41761: Verifying Checksum [2021-02-02T17:40:21.262Z] 1ce36da41761: Download complete [2021-02-02T17:40:21.262Z] 29e5d40040c1: Pull complete [2021-02-02T17:40:22.698Z] 1ce36da41761: Pull complete [2021-02-02T17:40:22.698Z] 25b303627fd3: Verifying Checksum [2021-02-02T17:40:22.698Z] 25b303627fd3: Download complete [2021-02-02T17:40:32.874Z] 25b303627fd3: Pull complete [2021-02-02T17:40:32.874Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T17:40:32.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:40:32.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-02T17:40:33.162Z] prd-ubuntu18.04-docker-arm64-4c-16g-24585 does not seem to be running inside a container [2021-02-02T17:40:33.241Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T17:40:36.847Z] $ docker top 6ec2eaff63faa2c43e852207c5a2ddff577b86cdba574e2a6f8100627dcb81e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:40:37.914Z] + docker-compose build --help [2021-02-02T17:40:37.914Z] + grep parallel [2021-02-02T17:40:43.324Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T17:40:43.346Z] $ docker stop --time=1 6ec2eaff63faa2c43e852207c5a2ddff577b86cdba574e2a6f8100627dcb81e9 [2021-02-02T17:40:45.337Z] $ docker rm -f 6ec2eaff63faa2c43e852207c5a2ddff577b86cdba574e2a6f8100627dcb81e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:40:46.215Z] 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-02-02T17:40:46.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T17:40:46.240Z] . [Pipeline] withDockerContainer [2021-02-02T17:40:46.533Z] prd-ubuntu18.04-docker-arm64-4c-16g-24585 does not seem to be running inside a container [2021-02-02T17:40:46.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T17:40:48.110Z] $ docker top fefcf55ad5a72ad39f532bcb5bd2260e290ce9f50d871fac53c31249dc6cd7a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:40:49.104Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T17:40:53.385Z] Building docker-core-command-go ... [2021-02-02T17:40:53.385Z] Building docker-core-data-go ... [2021-02-02T17:40:53.385Z] Building docker-core-metadata-go ... [2021-02-02T17:40:53.385Z] Building docker-security-bootstrapper-go ... [2021-02-02T17:40:53.385Z] Building docker-security-proxy-setup-go ... [2021-02-02T17:40:53.385Z] Building docker-security-secretstore-setup-go ... [2021-02-02T17:40:53.385Z] Building docker-support-notifications-go ... [2021-02-02T17:40:53.385Z] Building docker-support-scheduler-go ... [2021-02-02T17:40:53.385Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T17:40:53.385Z] Building docker-security-bootstrapper-go [2021-02-02T17:40:53.385Z] Building docker-core-command-go [2021-02-02T17:40:53.385Z] Building docker-support-notifications-go [2021-02-02T17:40:53.385Z] Building docker-security-secretstore-setup-go [2021-02-02T17:40:53.385Z] Building docker-support-scheduler-go [2021-02-02T17:41:19.597Z] Removing intermediate container f10609345f8d [2021-02-02T17:41:19.597Z] ---> d19975b61be7 [2021-02-02T17:41:19.597Z] [2021-02-02T17:41:19.597Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T17:41:19.597Z] ---> 389fef711851 [2021-02-02T17:41:19.597Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T17:41:19.597Z] Removing intermediate container 2b8d05ccb8e2 [2021-02-02T17:41:19.597Z] ---> 9207e5638747 [2021-02-02T17:41:19.597Z] [2021-02-02T17:41:19.597Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:41:19.597Z] ---> 389fef711851 [2021-02-02T17:41:19.597Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:41:19.597Z] ---> Using cache [2021-02-02T17:41:19.597Z] ---> ea58424e360f [2021-02-02T17:41:19.597Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:41:19.597Z] ---> Using cache [2021-02-02T17:41:19.597Z] ---> 00a0f6d9d950 [2021-02-02T17:41:19.597Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T17:41:19.597Z] ---> Running in 8d2a085ba1b5 [2021-02-02T17:41:19.597Z] ---> Running in 897cc55e1962 [2021-02-02T17:41:19.597Z] Removing intermediate container 897cc55e1962 [2021-02-02T17:41:19.597Z] ---> 93af6d68ba8f [2021-02-02T17:41:19.597Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T17:41:19.597Z] ---> 75fb0a6191e6 [2021-02-02T17:41:19.597Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T17:41:19.597Z] Removing intermediate container 8d2a085ba1b5 [2021-02-02T17:41:19.597Z] ---> c5e457b54198 [2021-02-02T17:41:19.597Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:41:19.597Z] ---> Running in 34122e30aa4f [2021-02-02T17:41:19.597Z] ---> Running in 95caca2ba370 [2021-02-02T17:41:19.597Z] ---> 1b58881157f5 [2021-02-02T17:41:19.597Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T17:41:19.597Z] ---> Running in bbf0ee422050 [2021-02-02T17:41:19.597Z] ---> Running in 07692d0e2cdb [2021-02-02T17:41:19.597Z] Removing intermediate container bbf0ee422050 [2021-02-02T17:41:19.597Z] ---> ffb2eb8f03b5 [2021-02-02T17:41:19.597Z] Step 15/23 : WORKDIR / [2021-02-02T17:41:19.597Z] ---> Running in 17773826794c [2021-02-02T17:41:20.239Z] Removing intermediate container 17773826794c [2021-02-02T17:41:20.239Z] ---> db8cc934e21d [2021-02-02T17:41:20.239Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:41:20.551Z] 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-02-02T17:41:20.551Z] 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-02-02T17:41:20.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:41:20.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:41:21.196Z] ---> f202a0dc5a71 [2021-02-02T17:41:21.196Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T17:41:21.196Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:41:21.196Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T17:41:21.196Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:41:21.495Z] OK: 6 MiB in 16 packages [2021-02-02T17:41:22.531Z] ---> bb39c50e65a3 [2021-02-02T17:41:22.531Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T17:41:22.846Z] Removing intermediate container 95caca2ba370 [2021-02-02T17:41:22.846Z] ---> 658584ddad1e [2021-02-02T17:41:22.846Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T17:41:23.167Z] ---> a483f8820469 [2021-02-02T17:41:23.167Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T17:41:23.167Z] ---> Running in c6866a306625 [2021-02-02T17:41:23.505Z] ---> Running in dcdbcbb65385 [2021-02-02T17:41:24.565Z] Removing intermediate container c6866a306625 [2021-02-02T17:41:24.565Z] ---> 4be2382b580d [2021-02-02T17:41:24.565Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T17:41:25.283Z] ---> Running in 107ad3aa512c [2021-02-02T17:41:25.283Z] Removing intermediate container dcdbcbb65385 [2021-02-02T17:41:25.283Z] ---> eaa1922b8fcc [2021-02-02T17:41:25.283Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:41:25.617Z] ---> Running in 1acd9cc07420 [2021-02-02T17:41:25.617Z] Removing intermediate container 107ad3aa512c [2021-02-02T17:41:25.617Z] ---> baeaf364e8eb [2021-02-02T17:41:25.617Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T17:41:25.913Z] ---> Running in 322fc2aeda30 [2021-02-02T17:41:26.225Z] Removing intermediate container 1acd9cc07420 [2021-02-02T17:41:26.225Z] ---> 5e9e7241b8d6 [2021-02-02T17:41:26.225Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:41:26.511Z] ---> Running in cd41ef802556 [2021-02-02T17:41:27.544Z] Removing intermediate container cd41ef802556 [2021-02-02T17:41:27.544Z] ---> 4384097451e4 [2021-02-02T17:41:27.544Z] Step 22/23 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:41:27.858Z] ---> Running in b97835b57cbf [2021-02-02T17:41:28.946Z] Removing intermediate container b97835b57cbf [2021-02-02T17:41:28.946Z] ---> 23dd72ed4543 [2021-02-02T17:41:28.946Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:41:29.634Z] ---> Running in b233aabf1616 [2021-02-02T17:41:29.933Z] Removing intermediate container 322fc2aeda30 [2021-02-02T17:41:29.933Z] ---> 8501f3ca45ab [2021-02-02T17:41:29.933Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T17:41:30.222Z] ---> Running in 4e6ede84ae93 [2021-02-02T17:41:30.222Z] Removing intermediate container b233aabf1616 [2021-02-02T17:41:30.222Z] ---> 14891774ff4d [2021-02-02T17:41:30.222Z] [2021-02-02T17:41:31.214Z] Removing intermediate container 4e6ede84ae93 [2021-02-02T17:41:31.214Z] ---> 302173f4741c [2021-02-02T17:41:31.214Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T17:41:31.214Z] Successfully built 14891774ff4d [2021-02-02T17:41:31.214Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T17:41:31.859Z]  Building docker-core-metadata-go ... done  ---> 544084730786 [2021-02-02T17:41:31.859Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T17:41:32.169Z] ---> Running in a6946a7ac151 [2021-02-02T17:41:34.973Z] Removing intermediate container a6946a7ac151 [2021-02-02T17:41:34.973Z] ---> 291c0f0c52e6 [2021-02-02T17:41:34.973Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:41:35.968Z] ---> e2e485b9dca8 [2021-02-02T17:41:35.969Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T17:41:37.528Z] ---> c082f0a3876f [2021-02-02T17:41:37.528Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T17:41:38.579Z] ---> 4b2d36c8093a [2021-02-02T17:41:38.579Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T17:41:40.162Z] ---> b90e5054bef9 [2021-02-02T17:41:40.162Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T17:41:41.224Z] ---> b9599e97ca8f [2021-02-02T17:41:41.224Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T17:41:41.601Z] ---> Running in 8780595c6f65 [2021-02-02T17:41:42.825Z] Removing intermediate container 8780595c6f65 [2021-02-02T17:41:42.825Z] ---> ac714833cebd [2021-02-02T17:41:42.825Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T17:41:43.899Z] ---> 3ba351979442 [2021-02-02T17:41:43.899Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T17:41:44.609Z] ---> Running in 5bd8c39574e5 [2021-02-02T17:41:48.168Z] Removing intermediate container 5bd8c39574e5 [2021-02-02T17:41:48.168Z] ---> 88505e714414 [2021-02-02T17:41:48.168Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T17:41:48.483Z] ---> Running in debe6cc19eac [2021-02-02T17:41:49.128Z] Removing intermediate container debe6cc19eac [2021-02-02T17:41:49.128Z] ---> 386e73f8b6fc [2021-02-02T17:41:49.128Z] Step 28/31 : CMD ["gate"] [2021-02-02T17:41:50.140Z] ---> Running in 082c1c287821 [2021-02-02T17:41:51.323Z] Removing intermediate container 082c1c287821 [2021-02-02T17:41:51.323Z] ---> 9a75012afaa3 [2021-02-02T17:41:51.323Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T17:41:51.323Z] Removing intermediate container 34122e30aa4f [2021-02-02T17:41:51.323Z] ---> ba037bf5bc33 [2021-02-02T17:41:51.323Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T17:41:52.918Z] ---> Running in 35d824c04377 [2021-02-02T17:41:52.918Z] ---> Running in 9e9525aa770c [2021-02-02T17:41:52.918Z] Removing intermediate container 35d824c04377 [2021-02-02T17:41:52.918Z] ---> c2860dd081c9 [2021-02-02T17:41:52.918Z] Step 30/31 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:41:53.969Z] ---> Running in d7a1566beb8e [2021-02-02T17:41:53.969Z] 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-02-02T17:41:54.591Z] Removing intermediate container d7a1566beb8e [2021-02-02T17:41:54.591Z] ---> 087896418535 [2021-02-02T17:41:54.591Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T17:41:55.233Z] ---> Running in 5b1237be055f [2021-02-02T17:41:55.519Z] Removing intermediate container 5b1237be055f [2021-02-02T17:41:55.519Z] ---> b91a8ddf469c [2021-02-02T17:41:55.519Z] [2021-02-02T17:41:56.153Z] Successfully built b91a8ddf469c [2021-02-02T17:41:56.448Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T17:41:57.457Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 9e9525aa770c [2021-02-02T17:41:57.457Z] ---> 686c2ff5e34f [2021-02-02T17:41:57.457Z] [2021-02-02T17:41:57.457Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T17:41:57.735Z] 20.10.0: Pulling from library/docker [2021-02-02T17:41:58.361Z] Removing intermediate container 07692d0e2cdb [2021-02-02T17:41:58.361Z] ---> e7a4749cb69b [2021-02-02T17:41:58.361Z] [2021-02-02T17:41:58.361Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:41:58.361Z] ---> 389fef711851 [2021-02-02T17:41:58.361Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T17:41:58.682Z] ---> Running in 17568f89fed2 [2021-02-02T17:42:00.149Z] Removing intermediate container 17568f89fed2 [2021-02-02T17:42:00.149Z] ---> f08369c7c578 [2021-02-02T17:42:00.149Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T17:42:00.751Z] ---> Running in 71fb692896d1 [2021-02-02T17:42:01.034Z] Removing intermediate container 71fb692896d1 [2021-02-02T17:42:01.034Z] ---> dab5ab3de9df [2021-02-02T17:42:01.034Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T17:42:01.326Z] ---> Running in 7b712ca92bab [2021-02-02T17:42:01.361Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:42:01.361Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:42:01.361Z] ---> 585ea7093c06 [2021-02-02T17:42:01.361Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:42:01.361Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:42:01.361Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:42:01.361Z] ---> 585ea7093c06 [2021-02-02T17:42:01.361Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T17:42:01.361Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:42:01.361Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:42:01.361Z] ---> 585ea7093c06 [2021-02-02T17:42:01.361Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:42:01.636Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:42:01.636Z] [2021-02-02T17:42:01.636Z] Step 2/31 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:42:01.636Z] [2021-02-02T17:42:01.636Z] ---> 585ea7093c06 [2021-02-02T17:42:01.636Z] ---> 585ea7093c06 [2021-02-02T17:42:01.636Z] Step 3/31 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go [2021-02-02T17:42:01.636Z] [2021-02-02T17:42:02.420Z] Removing intermediate container 7b712ca92bab [2021-02-02T17:42:02.420Z] ---> 6bf50662403c [2021-02-02T17:42:02.420Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:42:02.724Z] ---> Running in 6b59c77d4bb4 [2021-02-02T17:42:04.762Z] Removing intermediate container 6b59c77d4bb4 [2021-02-02T17:42:04.762Z] ---> d30db911e4da [2021-02-02T17:42:04.762Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T17:42:05.045Z] ---> Running in 387680700ee1 [2021-02-02T17:42:06.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:42:06.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:42:07.060Z] ---> Running in ff8d6b9eb758 [2021-02-02T17:42:07.060Z] ---> Running in f6a6a001b573 [2021-02-02T17:42:07.060Z] ---> Running in 49a5b1832cc0 [2021-02-02T17:42:07.060Z] ---> Running in 268dda6abaeb [2021-02-02T17:42:07.060Z] ---> Running in 1b64ded165d6 [2021-02-02T17:42:07.060Z] Removing intermediate container ff8d6b9eb758 [2021-02-02T17:42:07.060Z] Removing intermediate container 268dda6abaeb [2021-02-02T17:42:07.060Z] ---> ab5559bf8dfd [2021-02-02T17:42:07.060Z] ---> 3db47d149b02 [2021-02-02T17:42:07.060Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:42:07.060Z] [2021-02-02T17:42:07.060Z] Removing intermediate container 49a5b1832cc0 [2021-02-02T17:42:07.060Z] ---> ddcd7fdf9ce4 [2021-02-02T17:42:07.060Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:42:07.334Z] Removing intermediate container f6a6a001b573 [2021-02-02T17:42:07.335Z] Removing intermediate container 1b64ded165d6 [2021-02-02T17:42:07.335Z] ---> 26e7e84a82fe [2021-02-02T17:42:07.335Z] ---> 3c3fd0d8b7be [2021-02-02T17:42:07.335Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:42:07.335Z] [2021-02-02T17:42:07.335Z] ---> Running in f96b84ed1c89 [2021-02-02T17:42:07.335Z] ---> Running in 1ccefb81e2bb [2021-02-02T17:42:07.335Z] ---> Running in e515ca789c4a [2021-02-02T17:42:07.610Z] ---> Running in 73d8950ee4bf [2021-02-02T17:42:07.610Z] ---> Running in c9c35dac6c9b [2021-02-02T17:42:07.906Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T17:42:07.906Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T17:42:07.906Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T17:42:07.906Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T17:42:08.247Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T17:42:08.563Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T17:42:08.563Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:42:08.563Z] OK: 8 MiB in 20 packages [2021-02-02T17:42:09.563Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T17:42:09.563Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T17:42:09.563Z] ---> aefe523efa57 [2021-02-02T17:42:09.563Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T17:42:09.899Z] Removing intermediate container 387680700ee1 [2021-02-02T17:42:09.899Z] ---> 75fbe58ead9d [2021-02-02T17:42:09.899Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:42:09.899Z] ---> Running in 0a27c6de1780 [2021-02-02T17:42:10.493Z] ---> 8b9d5dc27d1a [2021-02-02T17:42:10.493Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T17:42:10.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:42:11.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:42:11.350Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T17:42:11.350Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T17:42:11.350Z] Executing bash-5.0.17-r0.post-install [2021-02-02T17:42:11.350Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:42:11.350Z] OK: 12 MiB in 22 packages [2021-02-02T17:42:11.624Z] ---> ffc59755c466 [2021-02-02T17:42:11.624Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T17:42:12.001Z] Removing intermediate container e515ca789c4a [2021-02-02T17:42:12.001Z] ---> 442cecd7d485 [2021-02-02T17:42:12.001Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T17:42:12.001Z] ---> Running in 82f925f26a02 [2021-02-02T17:42:12.001Z] Removing intermediate container 1ccefb81e2bb [2021-02-02T17:42:12.001Z] ---> e496b50c2d0a [2021-02-02T17:42:12.001Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:42:12.001Z] Removing intermediate container f96b84ed1c89 [2021-02-02T17:42:12.001Z] ---> 1219268acbb1 [2021-02-02T17:42:12.001Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T17:42:12.001Z] ---> Running in 20c872c56d2c [2021-02-02T17:42:12.001Z] Removing intermediate container 73d8950ee4bf [2021-02-02T17:42:12.001Z] ---> 831b8568d211 [2021-02-02T17:42:12.001Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T17:42:12.001Z] Removing intermediate container c9c35dac6c9b [2021-02-02T17:42:12.001Z] ---> ae3b8114b32a [2021-02-02T17:42:12.001Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T17:42:12.272Z] ---> cf2f4f6ff336 [2021-02-02T17:42:12.272Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T17:42:12.275Z] ---> Running in ad2e5238a104 [2021-02-02T17:42:12.275Z] ---> Running in 4bcae70eaa30 [2021-02-02T17:42:12.275Z] ---> Running in 076aff9f0c59 [2021-02-02T17:42:12.554Z] ---> Running in 1086f8411c3d [2021-02-02T17:42:12.554Z] Removing intermediate container 0a27c6de1780 [2021-02-02T17:42:12.554Z] ---> 64210d2833f4 [2021-02-02T17:42:12.554Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T17:42:12.838Z] ---> Running in 8ddb4b5effa4 [2021-02-02T17:42:12.838Z] Removing intermediate container 1086f8411c3d [2021-02-02T17:42:12.838Z] ---> 9b9ce8792b68 [2021-02-02T17:42:12.838Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:42:12.838Z] ---> Running in 1b6e30a0603a [2021-02-02T17:42:13.110Z] Removing intermediate container 8ddb4b5effa4 [2021-02-02T17:42:13.110Z] ---> 813782bf4965 [2021-02-02T17:42:13.110Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T17:42:13.110Z] ---> Running in ebb1e46c0554 [2021-02-02T17:42:13.110Z] Removing intermediate container 1b6e30a0603a [2021-02-02T17:42:13.110Z] ---> fc4d200dab76 [2021-02-02T17:42:13.110Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T17:42:13.380Z] ---> Running in e4e134d577d4 [2021-02-02T17:42:13.380Z] Removing intermediate container ebb1e46c0554 [2021-02-02T17:42:13.380Z] ---> 82930547d0ae [2021-02-02T17:42:13.380Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T17:42:13.380Z] ---> Running in da9175a633de [2021-02-02T17:42:13.659Z] Removing intermediate container e4e134d577d4 [2021-02-02T17:42:13.659Z] ---> 60051fd0c2ac [2021-02-02T17:42:13.659Z] Step 22/23 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:42:13.659Z] ---> Running in 1808172265ca [2021-02-02T17:42:13.659Z] Removing intermediate container da9175a633de [2021-02-02T17:42:13.659Z] ---> 7b7eee49fb83 [2021-02-02T17:42:13.659Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T17:42:13.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:13.939Z] Removing intermediate container 1808172265ca [2021-02-02T17:42:13.940Z] ---> 573fa9c5ec17 [2021-02-02T17:42:13.940Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:42:13.940Z] ---> Running in ed46faa67bc2 [2021-02-02T17:42:14.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:14.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:14.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:14.570Z] Removing intermediate container ed46faa67bc2 [2021-02-02T17:42:14.570Z] ---> d2b7155ef482 [2021-02-02T17:42:14.570Z] [2021-02-02T17:42:14.570Z] ---> 43db7bba65bf [2021-02-02T17:42:14.570Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T17:42:14.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:14.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:14.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:14.861Z] Successfully built d2b7155ef482 [2021-02-02T17:42:14.861Z] Successfully tagged docker-core-data-go:latest [2021-02-02T17:42:15.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:15.129Z]  Building docker-core-data-go ... done  ---> 57d82e45d75e [2021-02-02T17:42:15.129Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T17:42:15.399Z] OK: 217 MiB in 51 packages [2021-02-02T17:42:15.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:15.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:42:15.715Z] ---> 1bc7031c3629 [2021-02-02T17:42:15.715Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T17:42:15.715Z] ---> Running in 1fa75ca002e0 [2021-02-02T17:42:16.003Z] OK: 217 MiB in 51 packages [2021-02-02T17:42:16.285Z] OK: 217 MiB in 51 packages [2021-02-02T17:42:16.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:42:16.561Z] OK: 217 MiB in 51 packages [2021-02-02T17:42:16.562Z] OK: 217 MiB in 51 packages [2021-02-02T17:42:16.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:42:16.564Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T17:42:16.564Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T17:42:16.564Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T17:42:16.564Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T17:42:16.564Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T17:42:16.834Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T17:42:16.834Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T17:42:17.169Z] Removing intermediate container 82f925f26a02 [2021-02-02T17:42:17.169Z] ---> be6f4be1c489 [2021-02-02T17:42:17.169Z] Step 6/24 : COPY go.mod . [2021-02-02T17:42:17.789Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T17:42:17.789Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T17:42:17.789Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T17:42:17.789Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T17:42:17.789Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T17:42:17.789Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T17:42:17.789Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T17:42:18.059Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T17:42:18.163Z] Removing intermediate container 20c872c56d2c [2021-02-02T17:42:18.163Z] ---> 1550814464c8 [2021-02-02T17:42:18.163Z] Step 6/23 : COPY go.mod . [2021-02-02T17:42:18.325Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T17:42:18.326Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T17:42:18.326Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T17:42:18.326Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T17:42:18.326Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T17:42:18.326Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T17:42:18.326Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T17:42:18.326Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T17:42:18.438Z] Removing intermediate container ad2e5238a104 [2021-02-02T17:42:18.438Z] ---> 966a353d5444 [2021-02-02T17:42:18.438Z] ---> 3cb8d6da0aca [2021-02-02T17:42:18.438Z] Step 6/22 : COPY go.mod . [2021-02-02T17:42:18.438Z] Step 7/24 : RUN go mod download [2021-02-02T17:42:18.600Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T17:42:18.600Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T17:42:18.600Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T17:42:18.600Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T17:42:18.600Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T17:42:18.600Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T17:42:18.600Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T17:42:18.600Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T17:42:18.600Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T17:42:18.600Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T17:42:18.713Z] ---> Running in 8a1288d16d36 [2021-02-02T17:42:18.713Z] Removing intermediate container 4bcae70eaa30 [2021-02-02T17:42:18.713Z] ---> 5920daaec500 [2021-02-02T17:42:18.713Z] Step 6/22 : COPY go.mod . [2021-02-02T17:42:18.713Z] Removing intermediate container 076aff9f0c59 [2021-02-02T17:42:18.713Z] ---> 03b385b2b2f8 [2021-02-02T17:42:18.713Z] Step 6/31 : COPY go.mod . [2021-02-02T17:42:18.865Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:42:18.865Z] OK: 71 MiB in 55 packages [2021-02-02T17:42:19.724Z] ---> f9ce29f15de6 [2021-02-02T17:42:19.724Z] Step 7/23 : RUN go mod download [2021-02-02T17:42:19.724Z] ---> f1c910990c05 [2021-02-02T17:42:19.724Z] Step 7/22 : RUN go mod download [2021-02-02T17:42:20.001Z] ---> Running in ae5f09589917 [2021-02-02T17:42:20.001Z] ---> Running in 48e154ed6fb6 [2021-02-02T17:42:20.278Z] ---> 3852a5f4ec5c [2021-02-02T17:42:20.278Z] Step 7/22 : RUN go mod download [2021-02-02T17:42:20.278Z] ---> 9f864cbda23e [2021-02-02T17:42:20.278Z] Step 7/31 : RUN go mod download [2021-02-02T17:42:20.278Z] ---> Running in d87cd9d9c802 [2021-02-02T17:42:20.566Z] ---> Running in 9bed071d7dc2 [2021-02-02T17:42:23.211Z] Removing intermediate container 8a1288d16d36 [2021-02-02T17:42:23.211Z] ---> 67abe98adb00 [2021-02-02T17:42:23.211Z] Step 8/24 : COPY . . [2021-02-02T17:42:26.627Z] Removing intermediate container 48e154ed6fb6 [2021-02-02T17:42:26.627Z] ---> 7da88ab19405 [2021-02-02T17:42:26.627Z] Step 8/22 : COPY . . [2021-02-02T17:42:26.627Z] Removing intermediate container ae5f09589917 [2021-02-02T17:42:26.627Z] ---> 5bd0cd83bba1 [2021-02-02T17:42:26.627Z] Step 8/23 : COPY . . [2021-02-02T17:42:26.902Z] Removing intermediate container 9bed071d7dc2 [2021-02-02T17:42:26.902Z] ---> 2bb01080e2a6 [2021-02-02T17:42:26.902Z] Step 8/22 : COPY . . [2021-02-02T17:42:26.902Z] Removing intermediate container d87cd9d9c802 [2021-02-02T17:42:26.902Z] ---> 37947c7970fe [2021-02-02T17:42:26.902Z] Step 8/31 : COPY . . [2021-02-02T17:42:29.069Z] Removing intermediate container 1fa75ca002e0 [2021-02-02T17:42:29.070Z] ---> 086c0b41651a [2021-02-02T17:42:29.070Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T17:42:29.070Z] ---> Running in 8cfaf8358bb8 [2021-02-02T17:42:31.092Z] Collecting docker-compose==1.23.2 [2021-02-02T17:42:31.359Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T17:42:31.359Z] 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-02-02T17:42:31.688Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T17:42:31.688Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T17:42:32.745Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T17:42:32.745Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T17:42:33.343Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T17:42:33.343Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T17:42:33.343Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T17:42:33.343Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T17:42:34.407Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T17:42:34.407Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T17:42:34.677Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T17:42:34.677Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T17:42:34.944Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T17:42:34.944Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T17:42:35.215Z] Collecting PyYAML<4,>=3.10 [2021-02-02T17:42:35.215Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T17:42:36.666Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T17:42:36.666Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T17:42:37.260Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T17:42:37.260Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T17:42:37.260Z] 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-02-02T17:42:37.533Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T17:42:37.533Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T17:42:37.533Z] 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-02-02T17:42:37.533Z] Collecting idna<2.8,>=2.5 [2021-02-02T17:42:37.533Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T17:42:37.821Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T17:42:37.821Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T17:42:37.821Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T17:42:37.821Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T17:42:38.114Z] Installing collected packages: texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, jsonschema, PyYAML, docopt, docker-compose [2021-02-02T17:42:38.114Z] Running setup.py install for texttable: started [2021-02-02T17:42:38.717Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T17:42:39.004Z] Attempting uninstall: urllib3 [2021-02-02T17:42:39.004Z] Found existing installation: urllib3 1.25.9 [2021-02-02T17:42:39.004Z] Uninstalling urllib3-1.25.9: [2021-02-02T17:42:39.004Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T17:42:39.276Z] Attempting uninstall: idna [2021-02-02T17:42:39.276Z] Found existing installation: idna 2.9 [2021-02-02T17:42:39.276Z] Uninstalling idna-2.9: [2021-02-02T17:42:39.549Z] Successfully uninstalled idna-2.9 [2021-02-02T17:42:39.841Z] Attempting uninstall: requests [2021-02-02T17:42:39.841Z] Found existing installation: requests 2.23.0 [2021-02-02T17:42:39.841Z] Uninstalling requests-2.23.0: [2021-02-02T17:42:39.841Z] Successfully uninstalled requests-2.23.0 [2021-02-02T17:42:40.477Z] Running setup.py install for dockerpty: started [2021-02-02T17:42:41.095Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T17:42:41.369Z] Running setup.py install for PyYAML: started [2021-02-02T17:42:42.376Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T17:42:42.376Z] Running setup.py install for docopt: started [2021-02-02T17:42:42.970Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T17:42:43.256Z] 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-02-02T17:42:46.643Z] Removing intermediate container 8cfaf8358bb8 [2021-02-02T17:42:46.643Z] ---> 2830ee6d64aa [2021-02-02T17:42:46.643Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T17:42:46.643Z] ---> Running in 0e35ae37117b [2021-02-02T17:42:47.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T17:42:47.565Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T17:42:47.842Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:42:47.842Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T17:42:47.842Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T17:42:47.842Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:42:47.842Z] OK: 72 MiB in 58 packages [2021-02-02T17:42:48.836Z] Removing intermediate container 0e35ae37117b [2021-02-02T17:42:48.836Z] ---> db7bc6e1e525 [2021-02-02T17:42:48.836Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T17:42:48.836Z] ---> Running in bc0433241733 [2021-02-02T17:42:49.462Z] Removing intermediate container bc0433241733 [2021-02-02T17:42:49.462Z] ---> ec7c6760f77c [2021-02-02T17:42:49.462Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:42:49.462Z] ---> Running in 747b4f7d6922 [2021-02-02T17:42:50.106Z] Removing intermediate container 747b4f7d6922 [2021-02-02T17:42:50.106Z] ---> 5338053a5e11 [2021-02-02T17:42:50.107Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T17:42:50.398Z] ---> Running in 3425b1b1757b [2021-02-02T17:42:50.674Z] Removing intermediate container 3425b1b1757b [2021-02-02T17:42:50.674Z] ---> c8cdd4269db4 [2021-02-02T17:42:50.674Z] Step 25/26 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:42:50.949Z] ---> Running in a74dd3150ddd [2021-02-02T17:42:51.232Z] Removing intermediate container a74dd3150ddd [2021-02-02T17:42:51.232Z] ---> 686bf0dafdbe [2021-02-02T17:42:51.232Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T17:42:51.534Z] ---> Running in b3287bbe015e [2021-02-02T17:42:52.160Z] Removing intermediate container b3287bbe015e [2021-02-02T17:42:52.160Z] ---> 9891b5a41e32 [2021-02-02T17:42:52.160Z] [2021-02-02T17:42:52.460Z] Successfully built 9891b5a41e32 [2021-02-02T17:42:52.460Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T17:42:53.072Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T17:42:53.083Z] $ docker stop --time=1 42d1f443ec2e858edfca4fb8156221e6a5625d14b4f982870fac9a3f9867c053 [2021-02-02T17:42:53.794Z] ---> fbd0b976f43e [2021-02-02T17:42:53.794Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T17:42:53.794Z] ---> Running in efe999ae867b [2021-02-02T17:42:53.794Z] ---> a0ea16d98ebb [2021-02-02T17:42:53.794Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T17:42:53.794Z] ---> 20157838d3b9 [2021-02-02T17:42:53.794Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T17:42:53.794Z] ---> 4ca0186dad0d [2021-02-02T17:42:53.794Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T17:42:53.794Z] ---> Running in cc2322abfc87 [2021-02-02T17:42:53.794Z] ---> Running in da17d5220733 [2021-02-02T17:42:53.794Z] ---> Running in fa35c14a2f98 [2021-02-02T17:42:53.794Z] ---> 7c3da6316fd8 [2021-02-02T17:42:53.794Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T17:42:53.794Z] ---> Running in d34beb9d4b9b [2021-02-02T17:42:53.794Z] 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-02-02T17:42:54.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T17:42:55.048Z] 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-02-02T17:42:55.581Z] $ docker rm -f 42d1f443ec2e858edfca4fb8156221e6a5625d14b4f982870fac9a3f9867c053 [2021-02-02T17:42:55.646Z] 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-02-02T17:42:55.646Z] 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 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:42:56.414Z] + docker images [2021-02-02T17:42:56.414Z] + grep docker [2021-02-02T17:42:57.450Z] docker-sys-mgmt-agent-go latest 9891b5a41e32 6 seconds ago 313MB [2021-02-02T17:42:57.450Z] docker-core-data-go latest d2b7155ef482 43 seconds ago 22.3MB [2021-02-02T17:42:57.450Z] docker-security-bootstrapper-go latest b91a8ddf469c About a minute ago 23.8MB [2021-02-02T17:42:57.450Z] docker-core-metadata-go latest 14891774ff4d About a minute ago 18.8MB [2021-02-02T17:42:57.450Z] docker-security-secretstore-setup-go latest 6147122c26fa 3 minutes ago 24.6MB [2021-02-02T17:42:57.450Z] docker-core-command-go latest a0c9fb2401d0 3 minutes ago 16.9MB [2021-02-02T17:42:57.450Z] docker-security-proxy-setup-go latest 660d4765b5a1 3 minutes ago 24.4MB [2021-02-02T17:42:57.450Z] docker-support-scheduler-go latest 60a27b841b48 3 minutes ago 17MB [2021-02-02T17:42:57.450Z] docker-support-notifications-go latest c86d019a7e5e 3 minutes ago 17.5MB [2021-02-02T17:42:57.450Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-02T17:43:13.139Z] Still waiting to schedule task [2021-02-02T17:43:13.140Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-02-02T17:44:17.446Z] 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-02-02T17:44:29.872Z] 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-02-02T17:44:35.708Z] Removing intermediate container efe999ae867b [2021-02-02T17:44:35.708Z] ---> 4dd54de836e5 [2021-02-02T17:44:35.708Z] [2021-02-02T17:44:35.708Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T17:44:35.708Z] 3.12: Pulling from library/alpine [2021-02-02T17:44:36.693Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T17:44:36.693Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T17:44:36.693Z] ---> afeebe901d6b [2021-02-02T17:44:36.693Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T17:44:36.968Z] ---> Running in cd409d83cb54 [2021-02-02T17:44:38.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:44:39.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:44:40.221Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T17:44:40.221Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:44:40.221Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T17:44:40.221Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T17:44:40.221Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T17:44:40.221Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:44:40.221Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:44:40.498Z] OK: 7 MiB in 19 packages [2021-02-02T17:44:43.909Z] Removing intermediate container cd409d83cb54 [2021-02-02T17:44:43.909Z] ---> 5a5d1203f8de [2021-02-02T17:44:43.909Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:44:43.909Z] ---> Running in ea89c17fc579 [2021-02-02T17:44:44.190Z] Removing intermediate container ea89c17fc579 [2021-02-02T17:44:44.190Z] ---> e8fc16a85202 [2021-02-02T17:44:44.190Z] Step 13/24 : WORKDIR / [2021-02-02T17:44:44.480Z] ---> Running in f7a21d0fe834 [2021-02-02T17:44:45.472Z] Removing intermediate container f7a21d0fe834 [2021-02-02T17:44:45.472Z] ---> b86d254f66a4 [2021-02-02T17:44:45.472Z] 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-02-02T17:44:46.917Z] ---> a29fe057c66e [2021-02-02T17:44:46.917Z] 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-02-02T17:44:47.911Z] ---> b8330a9619d8 [2021-02-02T17:44:47.911Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T17:44:49.380Z] ---> 52801166fb25 [2021-02-02T17:44:49.380Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T17:44:50.881Z] ---> 47797d4c56ce [2021-02-02T17:44:51.160Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T17:44:53.175Z] ---> 9f69dde24743 [2021-02-02T17:44:53.175Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T17:44:54.183Z] ---> c00c9f253531 [2021-02-02T17:44:54.183Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-02T17:44:54.461Z] ---> Running in fd5f3654c152 [2021-02-02T17:44:58.802Z] Removing intermediate container cc2322abfc87 [2021-02-02T17:44:58.802Z] ---> eded77029209 [2021-02-02T17:44:58.802Z] [2021-02-02T17:44:58.802Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T17:44:58.802Z] ---> afeebe901d6b [2021-02-02T17:44:58.802Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T17:44:59.407Z] ---> Running in 554ddf04cc5b [2021-02-02T17:44:59.407Z] Removing intermediate container fd5f3654c152 [2021-02-02T17:44:59.407Z] ---> 83d093d43fa7 [2021-02-02T17:44:59.407Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T17:45:00.012Z] ---> Running in 274c4cb4c70a [2021-02-02T17:45:00.287Z] Removing intermediate container 554ddf04cc5b [2021-02-02T17:45:00.287Z] ---> 61af89139f76 [2021-02-02T17:45:00.287Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T17:45:00.899Z] Removing intermediate container 274c4cb4c70a [2021-02-02T17:45:00.899Z] ---> 6e1a1adbda8c [2021-02-02T17:45:00.899Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T17:45:00.899Z] ---> Running in 550816c6a1ec [2021-02-02T17:45:02.369Z] ---> Running in 13b1bab0a56a [2021-02-02T17:45:03.358Z] Removing intermediate container da17d5220733 [2021-02-02T17:45:03.358Z] ---> ce8cee9f6f09 [2021-02-02T17:45:03.358Z] [2021-02-02T17:45:03.358Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:45:03.629Z] Removing intermediate container fa35c14a2f98 [2021-02-02T17:45:03.629Z] ---> c3d5aee4e094 [2021-02-02T17:45:03.629Z] [2021-02-02T17:45:03.629Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:45:03.629Z] ---> afeebe901d6b [2021-02-02T17:45:03.629Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T17:45:03.629Z] ---> afeebe901d6b [2021-02-02T17:45:03.629Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:45:03.629Z] Removing intermediate container 13b1bab0a56a [2021-02-02T17:45:03.629Z] ---> 90ca9d870580 [2021-02-02T17:45:03.629Z] Step 23/24 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:45:03.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:03.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:03.904Z] ---> Running in b6492860b048 [2021-02-02T17:45:03.904Z] ---> Running in 5597bccac1b2 [2021-02-02T17:45:04.178Z] ---> Running in 5b2ba8253c8c [2021-02-02T17:45:04.178Z] Removing intermediate container d34beb9d4b9b [2021-02-02T17:45:04.178Z] ---> cd54b4868520 [2021-02-02T17:45:04.178Z] [2021-02-02T17:45:04.178Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T17:45:04.178Z] ---> afeebe901d6b [2021-02-02T17:45:04.178Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:45:04.449Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:04.449Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T17:45:04.727Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:04.727Z] OK: 5 MiB in 16 packages [2021-02-02T17:45:04.727Z] ---> Running in 3d591e62d7b5 [2021-02-02T17:45:05.002Z] Removing intermediate container 5b2ba8253c8c [2021-02-02T17:45:05.002Z] ---> 60bd58eb1bc5 [2021-02-02T17:45:05.002Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T17:45:05.275Z] ---> Running in b370ba091756 [2021-02-02T17:45:05.877Z] Removing intermediate container b370ba091756 [2021-02-02T17:45:05.877Z] ---> 86635f451501 [2021-02-02T17:45:05.877Z] [2021-02-02T17:45:06.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:06.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:06.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:06.431Z] Removing intermediate container 550816c6a1ec [2021-02-02T17:45:06.431Z] ---> 6c120b790ef8 [2021-02-02T17:45:06.431Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T17:45:06.431Z] Successfully built 86635f451501 [2021-02-02T17:45:06.431Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T17:45:06.431Z] Building docker-sys-mgmt-agent-go [2021-02-02T17:45:06.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:06.707Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:06.707Z] ---> Running in b4d5430b6ad3 [2021-02-02T17:45:06.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:07.314Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:07.314Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:07.314Z] OK: 5 MiB in 15 packages [2021-02-02T17:45:07.314Z] Removing intermediate container b4d5430b6ad3 [2021-02-02T17:45:07.314Z] ---> 404527796807 [2021-02-02T17:45:07.314Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T17:45:07.314Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T17:45:07.604Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:07.604Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T17:45:07.604Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:07.604Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:45:07.604Z] OK: 5 MiB in 15 packages [2021-02-02T17:45:07.604Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:45:07.880Z] OK: 6 MiB in 16 packages [2021-02-02T17:45:07.880Z] ---> Running in 6bab128b5697 [2021-02-02T17:45:09.332Z] Removing intermediate container b6492860b048 [2021-02-02T17:45:09.332Z] ---> 550aaa04d154 [2021-02-02T17:45:09.332Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:45:09.332Z] Removing intermediate container 6bab128b5697 [2021-02-02T17:45:09.332Z] ---> 544ca4f7c5ae [2021-02-02T17:45:09.332Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T17:45:09.610Z] ---> Running in 07a260ea5c71 [2021-02-02T17:45:09.610Z] ---> Running in b096e14e38ce [2021-02-02T17:45:09.895Z] Removing intermediate container 3d591e62d7b5 [2021-02-02T17:45:09.895Z] ---> aafe3d9fec94 [2021-02-02T17:45:09.895Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:45:11.329Z] ---> Running in f36a995502e8 [2021-02-02T17:45:11.329Z] Removing intermediate container 07a260ea5c71 [2021-02-02T17:45:11.329Z] ---> d7437f8d3220 [2021-02-02T17:45:11.329Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T17:45:11.329Z] Removing intermediate container 5597bccac1b2 [2021-02-02T17:45:11.329Z] ---> bc862b92e7a9 [2021-02-02T17:45:11.329Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:45:11.605Z] ---> Running in f159fd8da244 [2021-02-02T17:45:11.605Z] ---> Running in 3f70f77422b3 [2021-02-02T17:45:11.880Z] Removing intermediate container f36a995502e8 [2021-02-02T17:45:11.880Z] ---> c07563f7ae89 [2021-02-02T17:45:11.880Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T17:45:12.473Z] ---> Running in 33559d7f19f1 [2021-02-02T17:45:12.473Z] Removing intermediate container f159fd8da244 [2021-02-02T17:45:12.473Z] ---> 93769180b6e4 [2021-02-02T17:45:12.473Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:45:12.749Z] Removing intermediate container 3f70f77422b3 [2021-02-02T17:45:12.749Z] ---> b589c26a18f7 [2021-02-02T17:45:12.749Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T17:45:13.024Z] ---> Running in 23a48e7825e2 [2021-02-02T17:45:13.024Z] ---> Running in ee74c86fa240 [2021-02-02T17:45:13.619Z] Removing intermediate container 33559d7f19f1 [2021-02-02T17:45:13.619Z] ---> f08f55f01084 [2021-02-02T17:45:13.619Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:45:13.891Z] ---> Running in aec737e56f09 [2021-02-02T17:45:13.891Z] Removing intermediate container ee74c86fa240 [2021-02-02T17:45:13.891Z] ---> b42054d6d091 [2021-02-02T17:45:13.891Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T17:45:14.164Z] Removing intermediate container 23a48e7825e2 [2021-02-02T17:45:14.164Z] ---> 4151a109c728 [2021-02-02T17:45:14.164Z] Step 15/23 : WORKDIR / [2021-02-02T17:45:14.164Z] Removing intermediate container b096e14e38ce [2021-02-02T17:45:14.164Z] ---> 3fcf14170f48 [2021-02-02T17:45:14.164Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T17:45:14.164Z] ---> Running in 2f2f3bd57180 [2021-02-02T17:45:14.164Z] ---> Running in a5750eec5e01 [2021-02-02T17:45:14.436Z] ---> Running in b4e053f2a043 [2021-02-02T17:45:14.713Z] Removing intermediate container aec737e56f09 [2021-02-02T17:45:14.713Z] ---> d78b5f5573aa [2021-02-02T17:45:14.713Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:14.713Z] Removing intermediate container 2f2f3bd57180 [2021-02-02T17:45:14.713Z] ---> 60d61e365b62 [2021-02-02T17:45:14.713Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:15.308Z] Removing intermediate container a5750eec5e01 [2021-02-02T17:45:15.308Z] ---> 07e61d1677b1 [2021-02-02T17:45:15.308Z] Removing intermediate container b4e053f2a043 [2021-02-02T17:45:15.308Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:15.308Z] ---> 5ac154d4c2b7 [2021-02-02T17:45:15.308Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T17:45:15.910Z] ---> 3e67a8fb259e [2021-02-02T17:45:15.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T17:45:15.911Z] ---> ff3ea6b10887 [2021-02-02T17:45:15.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T17:45:16.518Z] ---> 02bf5ed68d73 [2021-02-02T17:45:16.518Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T17:45:16.518Z] ---> 24ade6036285 [2021-02-02T17:45:16.518Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T17:45:16.794Z] ---> Running in a8439f7c2065 [2021-02-02T17:45:18.791Z] ---> 7bd30224e855 [2021-02-02T17:45:18.791Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T17:45:19.073Z] ---> 0f26985b0877 [2021-02-02T17:45:19.073Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T17:45:19.348Z] ---> afbb3bc2568b [2021-02-02T17:45:19.348Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T17:45:20.827Z] ---> 2b9bdad5c21d [2021-02-02T17:45:20.827Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T17:45:20.827Z] ---> cebb1e17e15d [2021-02-02T17:45:20.827Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T17:45:20.827Z] ---> 75b2d491d8e6 [2021-02-02T17:45:20.827Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T17:45:20.827Z] ---> Running in 62de13275dda [2021-02-02T17:45:21.109Z] ---> Running in 4c79a6e70fb4 [2021-02-02T17:45:21.109Z] ---> Running in 903aad9ff52a [2021-02-02T17:45:21.109Z] Removing intermediate container a8439f7c2065 [2021-02-02T17:45:21.109Z] ---> 37bde6b7d1af [2021-02-02T17:45:21.109Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:45:22.092Z] Removing intermediate container 62de13275dda [2021-02-02T17:45:22.092Z] ---> 5d7b88250b4a [2021-02-02T17:45:22.092Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:45:22.092Z] Removing intermediate container 4c79a6e70fb4 [2021-02-02T17:45:22.092Z] ---> 3efc9dcf3436 [2021-02-02T17:45:22.093Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:45:22.093Z] Removing intermediate container 903aad9ff52a [2021-02-02T17:45:22.093Z] ---> 8efa0eadd027 [2021-02-02T17:45:22.093Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:45:22.372Z] ---> Running in e6813381873f [2021-02-02T17:45:22.372Z] ---> Running in abd0d0c8fa83 [2021-02-02T17:45:22.372Z] ---> Running in d5b282ff11ac [2021-02-02T17:45:22.977Z] ---> ca80e8204e3c [2021-02-02T17:45:22.978Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T17:45:23.251Z] Removing intermediate container e6813381873f [2021-02-02T17:45:23.251Z] ---> 380dab1081dc [2021-02-02T17:45:23.251Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T17:45:23.251Z] Removing intermediate container abd0d0c8fa83 [2021-02-02T17:45:23.251Z] ---> 111847e7fe4a [2021-02-02T17:45:23.251Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T17:45:23.563Z] Removing intermediate container d5b282ff11ac [2021-02-02T17:45:23.563Z] ---> 7b7e9ec80e5e [2021-02-02T17:45:23.563Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:45:23.841Z] ---> Running in ac7101e9761a [2021-02-02T17:45:23.841Z] ---> Running in 96f4817d9595 [2021-02-02T17:45:24.117Z] ---> Running in 74984586b157 [2021-02-02T17:45:24.728Z] ---> 405a8c0a2f5f [2021-02-02T17:45:24.728Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T17:45:25.003Z] Removing intermediate container 96f4817d9595 [2021-02-02T17:45:25.003Z] ---> 3c3a9b138fce [2021-02-02T17:45:25.003Z] Step 21/22 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:45:25.003Z] Removing intermediate container ac7101e9761a [2021-02-02T17:45:25.003Z] ---> cf2193e0ed26 [2021-02-02T17:45:25.003Z] Step 21/22 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:45:25.285Z] Removing intermediate container 74984586b157 [2021-02-02T17:45:25.285Z] ---> 38c6a8fc7974 [2021-02-02T17:45:25.285Z] Step 22/23 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:45:25.562Z] ---> Running in 140263dfa8bf [2021-02-02T17:45:25.562Z] ---> Running in 03ecf314ec06 [2021-02-02T17:45:25.844Z] ---> Running in aa65226e308c [2021-02-02T17:45:26.449Z] ---> ff8a2d457aee [2021-02-02T17:45:26.449Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T17:45:26.449Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:45:26.449Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:45:26.449Z] ---> 585ea7093c06 [2021-02-02T17:45:26.449Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T17:45:26.449Z] ---> Using cache [2021-02-02T17:45:26.449Z] ---> 3c3fd0d8b7be [2021-02-02T17:45:26.449Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:45:26.449Z] ---> Using cache [2021-02-02T17:45:26.449Z] ---> 831b8568d211 [2021-02-02T17:45:26.449Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T17:45:26.724Z] Removing intermediate container 140263dfa8bf [2021-02-02T17:45:26.724Z] ---> 470e65b80bce [2021-02-02T17:45:26.724Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:45:26.724Z] ---> Running in f829bf70ca38 [2021-02-02T17:45:26.724Z] Removing intermediate container aa65226e308c [2021-02-02T17:45:26.724Z] ---> a2d8222426dd [2021-02-02T17:45:26.724Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:45:26.724Z] Removing intermediate container 03ecf314ec06 [2021-02-02T17:45:26.724Z] ---> d9642e3f0c59 [2021-02-02T17:45:26.724Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T17:45:27.001Z] ---> Running in 2d375f191b90 [2021-02-02T17:45:27.284Z] ---> Running in 8ac11600f4ae [2021-02-02T17:45:27.284Z] ---> Running in 6ea00a5f62f7 [2021-02-02T17:45:28.269Z] ---> a710b80b4683 [2021-02-02T17:45:28.269Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T17:45:28.269Z] Removing intermediate container 6ea00a5f62f7 [2021-02-02T17:45:28.269Z] ---> d09921ba3761 [2021-02-02T17:45:28.269Z] [2021-02-02T17:45:28.269Z] Removing intermediate container 8ac11600f4ae [2021-02-02T17:45:28.269Z] ---> 3b6cb3f8854a [2021-02-02T17:45:28.269Z] [2021-02-02T17:45:28.269Z] Removing intermediate container 2d375f191b90 [2021-02-02T17:45:28.269Z] ---> dead1278ff09 [2021-02-02T17:45:28.269Z] [2021-02-02T17:45:28.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:29.145Z] Successfully built d09921ba3761 [2021-02-02T17:45:29.145Z] Successfully built 3b6cb3f8854a [2021-02-02T17:45:29.145Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T17:45:29.145Z] Successfully built dead1278ff09 [2021-02-02T17:45:29.145Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-02T17:45:29.145Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T17:45:29.145Z] Building docker-security-proxy-setup-go [2021-02-02T17:45:29.145Z]  Building docker-core-command-go ... done Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T17:45:29.145Z] Building docker-core-data-go [2021-02-02T17:45:29.420Z]  Building docker-support-scheduler-go ... done  ---> 81a8c939f47a [2021-02-02T17:45:29.420Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T17:45:29.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:45:29.696Z] ---> Running in abb55e857823 [2021-02-02T17:45:30.299Z] Removing intermediate container abb55e857823 [2021-02-02T17:45:30.578Z] ---> c417752bdb14 [2021-02-02T17:45:30.578Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T17:45:30.866Z] OK: 217 MiB in 51 packages [2021-02-02T17:45:31.476Z] ---> 4335f13f0d88 [2021-02-02T17:45:31.476Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T17:45:32.083Z] ---> Running in 3d85eae9225c [2021-02-02T17:45:32.356Z] Removing intermediate container f829bf70ca38 [2021-02-02T17:45:32.356Z] ---> a9db86825812 [2021-02-02T17:45:32.356Z] Step 6/26 : COPY go.mod . [2021-02-02T17:45:33.352Z] ---> 700aff97901a [2021-02-02T17:45:33.352Z] Step 7/26 : RUN go mod download [2021-02-02T17:45:33.352Z] ---> Running in 829c2ad393c8 [2021-02-02T17:45:36.286Z] Removing intermediate container 3d85eae9225c [2021-02-02T17:45:36.286Z] ---> ecf4e3ddbaae [2021-02-02T17:45:36.286Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T17:45:37.263Z] ---> Running in 8cd19f10fec9 [2021-02-02T17:45:38.238Z] Removing intermediate container 829c2ad393c8 [2021-02-02T17:45:38.238Z] ---> 013f093f0d79 [2021-02-02T17:45:38.238Z] Step 8/26 : COPY . . [2021-02-02T17:45:38.238Z] Removing intermediate container 8cd19f10fec9 [2021-02-02T17:45:38.238Z] ---> 3309d9569700 [2021-02-02T17:45:38.238Z] Step 28/31 : CMD ["gate"] [2021-02-02T17:45:38.834Z] ---> Running in c0e2566e7089 [2021-02-02T17:45:39.964Z] Removing intermediate container c0e2566e7089 [2021-02-02T17:45:39.964Z] ---> a134ed674b29 [2021-02-02T17:45:39.964Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T17:45:41.002Z] ---> Running in 9424b5375b8f [2021-02-02T17:45:42.452Z] Removing intermediate container 9424b5375b8f [2021-02-02T17:45:42.452Z] ---> da387411f831 [2021-02-02T17:45:42.452Z] Step 30/31 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:45:43.444Z] ---> Running in f760b7cd1b6f [2021-02-02T17:45:44.887Z] Removing intermediate container f760b7cd1b6f [2021-02-02T17:45:44.887Z] ---> 3a93fe9712ee [2021-02-02T17:45:44.887Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T17:45:45.875Z] ---> Running in d60f6ab21acc [2021-02-02T17:45:46.476Z] Removing intermediate container d60f6ab21acc [2021-02-02T17:45:46.476Z] ---> cb00f6516e66 [2021-02-02T17:45:46.476Z] [2021-02-02T17:45:47.080Z] Successfully built cb00f6516e66 [2021-02-02T17:45:47.080Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T17:45:52.497Z]  Building docker-security-bootstrapper-go ... done  ---> 5392a5d9e88d [2021-02-02T17:45:52.497Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T17:45:52.773Z] ---> Running in 6d2454f4d5e7 [2021-02-02T17:45:54.210Z] 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-02-02T17:46:08.086Z] Running on prd-ubuntu18.04-docker-8c-8g-24593 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws [2021-02-02T17:46:08.146Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-02T17:46:10.235Z] using credential edgex-jenkins-ssh [2021-02-02T17:46:10.297Z] Cloning the remote Git repository [2021-02-02T17:46:10.318Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:46:10.387Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-02T17:46:10.413Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:46:10.413Z] > git --version # timeout=10 [2021-02-02T17:46:10.421Z] > git --version # 'git version 2.17.1' [2021-02-02T17:46:10.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:46:10.445Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:46:12.566Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:12.566Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:12.566Z] ---> 585ea7093c06 [2021-02-02T17:46:12.566Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 3c3fd0d8b7be [2021-02-02T17:46:12.566Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 831b8568d211 [2021-02-02T17:46:12.566Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 03b385b2b2f8 [2021-02-02T17:46:12.566Z] Step 6/21 : COPY go.mod . [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 9f864cbda23e [2021-02-02T17:46:12.566Z] Step 7/21 : RUN go mod download [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 37947c7970fe [2021-02-02T17:46:12.566Z] Step 8/21 : COPY . . [2021-02-02T17:46:12.566Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:12.566Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:12.566Z] ---> 585ea7093c06 [2021-02-02T17:46:12.566Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 3c3fd0d8b7be [2021-02-02T17:46:12.566Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 831b8568d211 [2021-02-02T17:46:12.566Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> a0ea16d98ebb [2021-02-02T17:46:12.566Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T17:46:12.566Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T17:46:12.566Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T17:46:12.566Z] ---> 585ea7093c06 [2021-02-02T17:46:12.566Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 3c3fd0d8b7be [2021-02-02T17:46:12.566Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 831b8568d211 [2021-02-02T17:46:12.566Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 03b385b2b2f8 [2021-02-02T17:46:12.566Z] Step 6/23 : COPY go.mod . [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 9f864cbda23e [2021-02-02T17:46:12.566Z] Step 7/23 : RUN go mod download [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> 37947c7970fe [2021-02-02T17:46:12.566Z] Step 8/23 : COPY . . [2021-02-02T17:46:12.566Z] ---> Using cache [2021-02-02T17:46:12.566Z] ---> a0ea16d98ebb [2021-02-02T17:46:12.566Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T17:46:16.020Z] ---> Running in c333ad1b35c8 [2021-02-02T17:46:16.020Z] ---> Running in 0f3898702d46 [2021-02-02T17:46:16.020Z] ---> Running in 95907e65a0c0 [2021-02-02T17:46:17.998Z] 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-02-02T17:46:17.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:46:18.273Z] 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-02-02T17:46:19.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:46:19.380Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:46:19.387Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T17:46:19.397Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T17:46:19.409Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T17:46:19.409Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:46:19.414Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:46:19.874Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:46:20.038Z] Merge succeeded, producing acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:46:20.038Z] Checking out Revision acdff95b38bb11c0e4eee782f546231492bf0bfe (PR-3112) [2021-02-02T17:46:20.706Z] OK: 217 MiB in 51 packages [2021-02-02T17:46:19.882Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:46:19.889Z] > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [2021-02-02T17:46:19.998Z] > git remote # timeout=10 [2021-02-02T17:46:20.006Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:46:20.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T17:46:20.024Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-02T17:46:20.032Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:46:20.040Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:46:20.043Z] > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [2021-02-02T17:46:22.163Z] Removing intermediate container 0f3898702d46 [2021-02-02T17:46:22.163Z] ---> f1758d2aed99 [2021-02-02T17:46:22.163Z] Step 6/23 : COPY go.mod . [2021-02-02T17:46:23.152Z] ---> 37e62daba1fc [2021-02-02T17:46:23.152Z] Step 7/23 : RUN go mod download [2021-02-02T17:46:23.428Z] ---> Running in b081ccd45f48 [2021-02-02T17:46:23.716Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:46:25.033Z] + echo snap-build.sh [2021-02-02T17:46:25.033Z] snap-build.sh [2021-02-02T17:46:25.033Z] + SNAP_BASE_DIR=. [2021-02-02T17:46:25.033Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-02T17:46:25.033Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-02T17:46:25.033Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-02T17:46:25.033Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-02T17:46:25.033Z] + cd /w/workspace/edgex-go/3 [2021-02-02T17:46:25.033Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-02T17:46:25.033Z] Reading package lists... [2021-02-02T17:46:25.294Z] Building dependency tree... [2021-02-02T17:46:25.294Z] Reading state information... [2021-02-02T17:46:25.294Z] The following packages were automatically installed and are no longer required: [2021-02-02T17:46:25.294Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-02T17:46:25.294Z] uidmap xdelta3 [2021-02-02T17:46:25.294Z] Use 'sudo apt autoremove' to remove them. [2021-02-02T17:46:25.294Z] The following packages will be REMOVED: [2021-02-02T17:46:25.294Z] lxd* lxd-client* [2021-02-02T17:46:25.866Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-02T17:46:25.866Z] After this operation, 31.7 MB disk space will be freed. [2021-02-02T17:46:26.649Z] (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-02-02T17:46:26.650Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T17:46:27.596Z] Removing lxd dnsmasq configuration [2021-02-02T17:46:27.596Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T17:46:27.856Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-02T17:46:28.804Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-02T17:46:28.804Z] (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-02-02T17:46:28.804Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T17:46:28.852Z] Removing intermediate container b081ccd45f48 [2021-02-02T17:46:28.852Z] ---> b93f6ef4a7cc [2021-02-02T17:46:28.852Z] Step 8/23 : COPY . . [2021-02-02T17:46:30.202Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-02T17:46:30.202Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-02T17:46:31.596Z] + sudo snap remove --purge lxd [2021-02-02T17:46:31.596Z] snap "lxd" is not installed [2021-02-02T17:46:31.596Z] + sudo groupadd --force --system lxd [2021-02-02T17:46:31.596Z] ++ whoami [2021-02-02T17:46:31.596Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-02T17:46:31.596Z] + newgrp - lxd [2021-02-02T17:46:31.857Z] + sudo snap install lxd [2021-02-02T17:46:40.006Z] 2021-02-02T17:46:36Z INFO Waiting for automatic snapd restart... [2021-02-02T17:46:51.074Z] ---> 73efa2c44716 [2021-02-02T17:46:51.074Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T17:46:51.074Z] ---> Running in f92d49a65129 [2021-02-02T17:46:53.065Z] 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-02-02T17:46:54.977Z] lxd 4.10 from Canonical* installed [2021-02-02T17:46:54.978Z] + sudo lxd init --auto [2021-02-02T17:47:03.127Z] + sudo snap install --classic snapcraft [2021-02-02T17:47:03.257Z] Removing intermediate container 6d2454f4d5e7 [2021-02-02T17:47:03.257Z] ---> d09862677e66 [2021-02-02T17:47:03.257Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T17:47:03.257Z] ---> Running in 3eab1a68efe4 [2021-02-02T17:47:04.712Z] 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-02-02T17:47:08.416Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T17:47:08.416Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-02T17:47:08.416Z] + patch --verbose -p1 [2021-02-02T17:47:08.416Z] Hmm... Looks like a unified diff to me... [2021-02-02T17:47:08.416Z] The text leading up to this was: [2021-02-02T17:47:08.416Z] -------------------------- [2021-02-02T17:47:08.416Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-02T17:47:08.416Z] |From: Tony Espy [2021-02-02T17:47:08.416Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-02T17:47:08.416Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-02T17:47:08.416Z] | [2021-02-02T17:47:08.416Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-02T17:47:08.416Z] |optimize the snap CI check run for pull requests. When [2021-02-02T17:47:08.416Z] |applied, it essentially strips out everything (apps and [2021-02-02T17:47:08.416Z] |parts) from the snapcraft.yaml file except those required [2021-02-02T17:47:08.416Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-02T17:47:08.417Z] |catch changes to edgex-go that break the snap build. [2021-02-02T17:47:08.417Z] | [2021-02-02T17:47:08.417Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-02T17:47:08.417Z] |to update this patch file, otherwise it may fail to apply, [2021-02-02T17:47:08.417Z] |resulting in a failed snap build CI check in the associated [2021-02-02T17:47:08.417Z] |pull request. [2021-02-02T17:47:08.417Z] | [2021-02-02T17:47:08.417Z] |Note - in addition to applying this patch, the pipeline also [2021-02-02T17:47:08.417Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-02T17:47:08.417Z] |need to build the finally binary .snap file (and it won't [2021-02-02T17:47:08.417Z] |work with the patch applied). This further reduces the build [2021-02-02T17:47:08.417Z] |time. [2021-02-02T17:47:08.417Z] |--- [2021-02-02T17:47:08.417Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-02T17:47:08.417Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-02T17:47:08.417Z] | [2021-02-02T17:47:08.417Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-02T17:47:08.417Z] |index 1e537489..faf42425 100644 [2021-02-02T17:47:08.417Z] |--- a/snap/snapcraft.yaml [2021-02-02T17:47:08.417Z] |+++ b/snap/snapcraft.yaml [2021-02-02T17:47:08.417Z] -------------------------- [2021-02-02T17:47:08.417Z] patching file snap/snapcraft.yaml [2021-02-02T17:47:08.417Z] Using Plan A... [2021-02-02T17:47:08.417Z] Hunk #1 succeeded at 73. [2021-02-02T17:47:08.417Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-02T17:47:08.417Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-02T17:47:08.417Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-02T17:47:08.417Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-02T17:47:08.417Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-02T17:47:08.417Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-02T17:47:08.417Z] Hunk #8 succeeded at 342. [2021-02-02T17:47:08.417Z] Hmm... Ignoring the trailing garbage. [2021-02-02T17:47:08.417Z] done [2021-02-02T17:47:08.417Z] + sudo snapcraft prime --use-lxd [2021-02-02T17:47:09.804Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-02T17:47:09.804Z] 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-02-02T17:47:09.804Z] - README.md [2021-02-02T17:47:09.804Z] - snapcraft.yaml.orig [2021-02-02T17:47:09.804Z] [2021-02-02T17:47:09.804Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T17:47:10.064Z] Launching a container. [2021-02-02T17:47:11.471Z] Removing intermediate container 3eab1a68efe4 [2021-02-02T17:47:11.471Z] ---> aff25b7a0867 [2021-02-02T17:47:11.471Z] [2021-02-02T17:47:11.471Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T17:47:11.471Z] 20.10.0: Pulling from library/docker [2021-02-02T17:47:24.984Z] Waiting for container to be ready [2021-02-02T17:47:25.554Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-02T17:47:25.554Z] [2021-02-02T17:47:28.859Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-02T17:47:29.133Z] Waiting for network to be ready... [2021-02-02T17:47:29.702Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T17:47:29.702Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T17:47:29.862Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T17:47:29.862Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T17:47:29.862Z] ---> eeaf43b92773 [2021-02-02T17:47:29.862Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T17:47:29.862Z] ---> Running in d91791bcc8e8 [2021-02-02T17:47:29.963Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T17:47:29.963Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T17:47:30.222Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T17:47:30.222Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T17:47:30.483Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T17:47:30.483Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T17:47:30.483Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T17:47:30.483Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T17:47:30.483Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T17:47:30.483Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T17:47:30.483Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T17:47:30.483Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T17:47:30.483Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T17:47:30.483Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T17:47:30.483Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T17:47:30.483Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T17:47:30.742Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T17:47:31.002Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] [2021-02-02T17:47:31.002Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T17:47:31.003Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T17:47:31.003Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T17:47:31.003Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T17:47:31.003Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T17:47:31.003Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T17:47:31.264Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T17:47:31.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:47:31.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:47:31.913Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T17:47:31.913Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T17:47:31.913Z] Executing bash-5.0.17-r0.post-install [2021-02-02T17:47:32.190Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:47:32.190Z] OK: 12 MiB in 22 packages [2021-02-02T17:47:33.809Z] Fetched 23.9 MB in 4s (5663 kB/s) [2021-02-02T17:47:34.196Z] Removing intermediate container d91791bcc8e8 [2021-02-02T17:47:34.196Z] ---> 144beced5e7d [2021-02-02T17:47:34.196Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T17:47:34.196Z] ---> Running in e1b164bb3fd1 [2021-02-02T17:47:34.386Z] Reading package lists... [2021-02-02T17:47:34.647Z] Reading package lists... [2021-02-02T17:47:34.647Z] Building dependency tree... [2021-02-02T17:47:34.647Z] Reading state information... [2021-02-02T17:47:34.908Z] The following additional packages will be installed: [2021-02-02T17:47:34.908Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T17:47:34.908Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T17:47:34.908Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T17:47:34.908Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-02T17:47:34.908Z] Suggested packages: [2021-02-02T17:47:34.908Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-02T17:47:34.908Z] Recommended packages: [2021-02-02T17:47:34.908Z] gnupg libsasl2-modules [2021-02-02T17:47:34.908Z] The following NEW packages will be installed: [2021-02-02T17:47:34.908Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T17:47:34.908Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T17:47:34.908Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T17:47:34.908Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-02T17:47:34.908Z] The following packages will be upgraded: [2021-02-02T17:47:34.908Z] gpg gpg-agent gpgconf libudev1 [2021-02-02T17:47:35.169Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-02T17:47:35.169Z] Need to get 3533 kB of archives. [2021-02-02T17:47:35.169Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-02T17:47:35.169Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-02T17:47:35.169Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-02T17:47:35.187Z] Removing intermediate container e1b164bb3fd1 [2021-02-02T17:47:35.187Z] ---> 676894c1c62a [2021-02-02T17:47:35.187Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T17:47:35.431Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-02T17:47:35.472Z] ---> Running in 791aebe65af3 [2021-02-02T17:47:35.692Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-02T17:47:35.692Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-02T17:47:35.692Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-02T17:47:35.692Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-02T17:47:35.692Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-02T17:47:35.692Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-02T17:47:35.692Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-02T17:47:35.692Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-02T17:47:35.692Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-02T17:47:35.692Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-02T17:47:35.692Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-02T17:47:35.692Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-02T17:47:35.692Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-02T17:47:35.692Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-02T17:47:35.692Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-02T17:47:35.692Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-02T17:47:35.692Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-02T17:47:35.757Z] 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-02-02T17:47:35.953Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-02T17:47:35.953Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-02T17:47:35.953Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:47:35.953Z] Fetched 3533 kB in 1s (3510 kB/s) [2021-02-02T17:47:35.953Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T17:47:35.953Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:47:36.213Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:47:36.213Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-02T17:47:36.213Z] Selecting previously unselected package udev. [2021-02-02T17:47:36.213Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T17:47:36.213Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:47:36.370Z] Removing intermediate container 791aebe65af3 [2021-02-02T17:47:36.371Z] ---> 5cd6a5181f14 [2021-02-02T17:47:36.371Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T17:47:36.371Z] ---> Running in 7200272c7c62 [2021-02-02T17:47:36.475Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-02T17:47:36.475Z] Selecting previously unselected package libfuse2:amd64. [2021-02-02T17:47:36.475Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T17:47:36.475Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T17:47:36.738Z] Selecting previously unselected package fuse. [2021-02-02T17:47:36.738Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T17:47:36.738Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-02T17:47:36.738Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:47:36.738Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:47:36.999Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:47:36.999Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:47:36.999Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:47:36.999Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:47:37.263Z] Selecting previously unselected package libksba8:amd64. [2021-02-02T17:47:37.263Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-02T17:47:37.263Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-02T17:47:37.401Z] Removing intermediate container 7200272c7c62 [2021-02-02T17:47:37.401Z] ---> 25f201fbec78 [2021-02-02T17:47:37.401Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T17:47:37.524Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-02T17:47:37.524Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:47:37.524Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:37.524Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-02T17:47:37.524Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:47:37.524Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:37.785Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-02T17:47:37.785Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:47:37.785Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:37.785Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-02T17:47:37.785Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:47:37.785Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:37.785Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-02T17:47:37.785Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:47:37.785Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:38.047Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-02T17:47:38.047Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:47:38.047Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:38.047Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-02T17:47:38.047Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:47:38.047Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:38.307Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-02T17:47:38.307Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:47:38.307Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:38.307Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-02T17:47:38.307Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T17:47:38.568Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:38.569Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-02T17:47:38.569Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T17:47:38.569Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:47:38.569Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-02T17:47:38.569Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T17:47:38.569Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:47:38.829Z] Selecting previously unselected package libldap-common. [2021-02-02T17:47:38.829Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-02T17:47:38.829Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:47:38.829Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-02T17:47:38.829Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-02T17:47:38.829Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:47:38.829Z] Selecting previously unselected package dirmngr. [2021-02-02T17:47:38.829Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:47:39.090Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T17:47:39.351Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:47:39.351Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-02T17:47:39.351Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T17:47:39.351Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:47:39.351Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T17:47:39.351Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-02T17:47:39.611Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:39.611Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-02T17:47:39.611Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:47:39.611Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-02T17:47:39.689Z] ---> 958cf50d1778 [2021-02-02T17:47:39.689Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T17:47:39.872Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T17:47:40.134Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:40.134Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-02T17:47:40.134Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-02T17:47:40.134Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-02T17:47:40.394Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:40.394Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:40.394Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:40.394Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:40.394Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:40.394Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:40.394Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T17:47:40.394Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T17:47:40.394Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T17:47:40.654Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:47:40.702Z] ---> 3422380d815b [2021-02-02T17:47:40.702Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T17:47:40.915Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-02T17:47:40.915Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-02T17:47:40.915Z] This means they are not meant to be enabled using systemctl. [2021-02-02T17:47:40.915Z] Possible reasons for having this kind of units are: [2021-02-02T17:47:40.915Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-02T17:47:40.915Z] .wants/ or .requires/ directory. [2021-02-02T17:47:40.915Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-02T17:47:40.915Z] a requirement dependency on it. [2021-02-02T17:47:40.915Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-02T17:47:40.915Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-02T17:47:40.915Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-02T17:47:40.915Z] instance name specified. [2021-02-02T17:47:41.438Z] Reading package lists... [2021-02-02T17:47:41.438Z] Building dependency tree... [2021-02-02T17:47:41.438Z] Reading state information... [2021-02-02T17:47:41.697Z] The following additional packages will be installed: [2021-02-02T17:47:41.698Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-02T17:47:41.698Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-02T17:47:41.698Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-02T17:47:41.698Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-02T17:47:41.698Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-02T17:47:41.698Z] Suggested packages: [2021-02-02T17:47:41.698Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-02T17:47:41.698Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-02T17:47:41.698Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-02T17:47:41.698Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-02T17:47:41.698Z] systemd-container policykit-1 [2021-02-02T17:47:41.698Z] Recommended packages: [2021-02-02T17:47:41.698Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-02T17:47:41.698Z] The following NEW packages will be installed: [2021-02-02T17:47:41.698Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-02T17:47:41.698Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-02T17:47:41.698Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-02T17:47:41.698Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-02T17:47:41.698Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-02T17:47:41.698Z] The following packages will be upgraded: [2021-02-02T17:47:41.698Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-02T17:47:41.959Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-02T17:47:41.959Z] Need to get 35.2 MB of archives. [2021-02-02T17:47:41.959Z] After this operation, 141 MB of additional disk space will be used. [2021-02-02T17:47:41.959Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-02T17:47:41.959Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-02T17:47:42.148Z] ---> 6e4df46862ec [2021-02-02T17:47:42.148Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T17:47:42.148Z] ---> Running in 38823ac2995e [2021-02-02T17:47:42.542Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-02T17:47:42.543Z] 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-02-02T17:47:42.801Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-02T17:47:42.802Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-02T17:47:42.802Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-02T17:47:42.802Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-02T17:47:42.802Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-02T17:47:42.802Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-02T17:47:42.802Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-02T17:47:42.802Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-02T17:47:42.802Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-02T17:47:42.802Z] 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-02-02T17:47:42.802Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-02T17:47:42.802Z] 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-02-02T17:47:42.802Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-02T17:47:42.802Z] 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-02-02T17:47:42.802Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-02T17:47:42.802Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-02T17:47:42.802Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-02T17:47:42.802Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-02T17:47:42.802Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-02T17:47:43.062Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-02T17:47:43.062Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-02T17:47:43.062Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-02T17:47:43.062Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-02T17:47:43.062Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-02T17:47:43.062Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-02T17:47:43.062Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-02T17:47:44.003Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:47:44.003Z] Fetched 35.2 MB in 2s (17.3 MB/s) [2021-02-02T17:47:44.004Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T17:47:44.004Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:47:44.004Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:47:44.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:47:44.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:47:44.575Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:47:44.575Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:47:44.835Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-02T17:47:44.835Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T17:47:44.835Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T17:47:44.835Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T17:47:45.027Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T17:47:45.027Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T17:47:45.027Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T17:47:45.027Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T17:47:45.027Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T17:47:45.027Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T17:47:45.097Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-02T17:47:45.304Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T17:47:45.357Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T17:47:45.357Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T17:47:45.357Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T17:47:45.618Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-02T17:47:45.618Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-02T17:47:46.191Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-02T17:47:46.191Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-02T17:47:46.191Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T17:47:46.191Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T17:47:46.451Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-02T17:47:46.451Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:47:46.451Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:47:46.451Z] Selecting previously unselected package libexpat1:amd64. [2021-02-02T17:47:46.451Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-02T17:47:46.711Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T17:47:46.711Z] Selecting previously unselected package python3.6-minimal. [2021-02-02T17:47:46.711Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:47:46.711Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:47:46.973Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T17:47:46.973Z] Checking for services that may need to be restarted...done. [2021-02-02T17:47:46.973Z] Checking for services that may need to be restarted...done. [2021-02-02T17:47:47.233Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:47:47.233Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T17:47:47.233Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:47:47.294Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T17:47:47.294Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T17:47:47.294Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T17:47:47.570Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T17:47:47.570Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T17:47:47.570Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T17:47:47.570Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T17:47:47.806Z] Selecting previously unselected package python3-minimal. [2021-02-02T17:47:47.806Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-02T17:47:47.806Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-02T17:47:47.806Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-02T17:47:47.806Z] Selecting previously unselected package mime-support. [2021-02-02T17:47:47.806Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-02T17:47:47.806Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-02T17:47:47.806Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-02T17:47:47.806Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-02T17:47:47.806Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T17:47:47.846Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T17:47:47.846Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T17:47:47.846Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T17:47:47.846Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T17:47:47.846Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T17:47:47.846Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T17:47:47.846Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T17:47:48.067Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-02T17:47:48.067Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:47:48.067Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:47:48.120Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T17:47:48.120Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T17:47:48.120Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T17:47:48.120Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T17:47:48.120Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T17:47:48.120Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T17:47:48.120Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T17:47:48.328Z] Selecting previously unselected package python3.6. [2021-02-02T17:47:48.328Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T17:47:48.328Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:47:48.328Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-02T17:47:48.328Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-02T17:47:48.328Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T17:47:48.328Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-02T17:47:48.397Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T17:47:48.397Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T17:47:48.397Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T17:47:48.397Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T17:47:48.397Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T17:47:48.588Z] Selecting previously unselected package python3. [2021-02-02T17:47:48.588Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-02T17:47:48.588Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-02T17:47:48.588Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-02T17:47:48.672Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:47:48.672Z] OK: 71 MiB in 55 packages [2021-02-02T17:47:48.848Z] Selecting previously unselected package multiarch-support. [2021-02-02T17:47:48.848Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:47:48.848Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T17:47:48.848Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T17:47:48.848Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-02T17:47:48.848Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-02T17:47:49.109Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-02T17:47:49.109Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T17:47:49.109Z] Selecting previously unselected package libbsd0:amd64. [2021-02-02T17:47:49.109Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-02T17:47:49.109Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T17:47:49.109Z] Selecting previously unselected package sudo. [2021-02-02T17:47:49.109Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-02T17:47:49.109Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T17:47:49.370Z] Selecting previously unselected package apparmor. [2021-02-02T17:47:49.370Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T17:47:49.370Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-02T17:47:49.631Z] Selecting previously unselected package libedit2:amd64. [2021-02-02T17:47:49.631Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-02T17:47:49.631Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T17:47:49.631Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-02T17:47:49.631Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:47:49.631Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:47:49.890Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-02T17:47:49.890Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:47:49.890Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:47:49.890Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-02T17:47:49.890Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-02T17:47:49.890Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T17:47:49.890Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-02T17:47:49.890Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:47:49.890Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:47:50.151Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-02T17:47:50.151Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T17:47:50.151Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:47:50.151Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-02T17:47:50.412Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-02T17:47:50.412Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T17:47:50.412Z] Selecting previously unselected package openssh-client. [2021-02-02T17:47:50.412Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-02T17:47:50.412Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T17:47:50.674Z] Selecting previously unselected package squashfs-tools. [2021-02-02T17:47:50.674Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-02T17:47:50.674Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T17:47:50.674Z] Selecting previously unselected package snapd. [2021-02-02T17:47:50.674Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-02T17:47:50.674Z] Unpacking snapd (2.48+18.04) ... [2021-02-02T17:47:52.588Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T17:47:52.850Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T17:47:52.850Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-02T17:47:52.850Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T17:47:53.110Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T17:47:53.110Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:47:53.110Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:47:53.110Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-02T17:47:53.110Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-02T17:47:53.684Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T17:47:53.684Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T17:47:53.684Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T17:47:54.630Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:47:54.630Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:47:54.889Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T17:47:55.458Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T17:47:55.458Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:47:55.458Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T17:47:55.458Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-02T17:47:55.458Z] running python rtupdate hooks for python3.6... [2021-02-02T17:47:55.458Z] running python post-rtupdate hooks for python3.6... [2021-02-02T17:47:55.458Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-02T17:47:56.841Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-02T17:47:57.101Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T17:47:57.101Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T17:47:57.363Z] Setting up snapd (2.48+18.04) ... [2021-02-02T17:47:57.623Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-02T17:47:57.884Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-02T17:47:58.144Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-02T17:47:58.144Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-02T17:47:58.403Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T17:47:58.403Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T17:47:58.664Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-02T17:47:58.664Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-02T17:47:58.898Z] Removing intermediate container 95907e65a0c0 [2021-02-02T17:47:58.898Z] ---> 87314172b840 [2021-02-02T17:47:58.898Z] [2021-02-02T17:47:58.898Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T17:47:58.898Z] ---> afeebe901d6b [2021-02-02T17:47:58.898Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T17:47:58.898Z] ---> Running in cd1f4c01179f [2021-02-02T17:47:58.923Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-02T17:47:59.183Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-02T17:47:59.183Z] /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-02-02T17:47:59.183Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T17:47:59.183Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T17:48:00.123Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T17:48:00.383Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T17:48:00.383Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T17:48:00.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:48:01.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:48:01.442Z] Removing intermediate container 38823ac2995e [2021-02-02T17:48:01.442Z] ---> 7b80537a75cd [2021-02-02T17:48:01.442Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T17:48:01.590Z] Reading package lists... [2021-02-02T17:48:01.717Z] ---> Running in f17b5442f2cf [2021-02-02T17:48:01.851Z] Reading package lists... [2021-02-02T17:48:01.851Z] Building dependency tree... [2021-02-02T17:48:01.851Z] Reading state information... [2021-02-02T17:48:01.851Z] Calculating upgrade... [2021-02-02T17:48:01.994Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T17:48:02.110Z] The following packages will be upgraded: [2021-02-02T17:48:02.110Z] advancecomp base-files bash binutils binutils-common [2021-02-02T17:48:02.110Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-02T17:48:02.110Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-02T17:48:02.110Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-02T17:48:02.110Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-02T17:48:02.110Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-02T17:48:02.110Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-02T17:48:02.110Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-02T17:48:02.110Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-02T17:48:02.110Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-02T17:48:02.110Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-02T17:48:02.110Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-02T17:48:02.110Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-02T17:48:02.110Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-02T17:48:02.110Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-02T17:48:02.110Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T17:48:02.110Z] Need to get 63.8 MB of archives. [2021-02-02T17:48:02.110Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-02T17:48:02.110Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-02T17:48:02.276Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:48:02.276Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T17:48:02.276Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T17:48:02.276Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:48:02.276Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T17:48:02.371Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-02T17:48:02.371Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-02T17:48:02.371Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-02T17:48:02.371Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-02T17:48:02.371Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-02T17:48:02.371Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-02T17:48:02.371Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-02T17:48:02.371Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-02T17:48:02.371Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-02T17:48:02.371Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-02T17:48:02.371Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-02T17:48:02.371Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-02T17:48:02.371Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-02T17:48:02.371Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-02T17:48:02.371Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-02T17:48:02.371Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-02T17:48:02.371Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-02T17:48:02.371Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-02T17:48:02.371Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-02T17:48:02.371Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-02T17:48:02.371Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-02T17:48:02.371Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-02T17:48:02.371Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-02T17:48:02.371Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-02T17:48:02.371Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-02T17:48:02.553Z] OK: 7 MiB in 18 packages [2021-02-02T17:48:02.636Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-02T17:48:02.636Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-02T17:48:02.636Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-02T17:48:02.636Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-02T17:48:02.636Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-02T17:48:02.636Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-02T17:48:02.636Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-02T17:48:02.636Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-02T17:48:02.636Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-02T17:48:02.636Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-02T17:48:02.636Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-02T17:48:02.636Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-02T17:48:02.636Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-02T17:48:02.636Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-02T17:48:02.636Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-02T17:48:02.636Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-02T17:48:02.636Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-02T17:48:02.636Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-02T17:48:02.636Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-02T17:48:02.636Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-02T17:48:02.636Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-02T17:48:02.636Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-02T17:48:02.636Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-02T17:48:02.636Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-02T17:48:02.636Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-02T17:48:02.636Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-02T17:48:02.636Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-02T17:48:02.636Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-02T17:48:02.636Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-02T17:48:02.636Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-02T17:48:02.901Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-02T17:48:02.902Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-02T17:48:03.162Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-02T17:48:03.162Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-02T17:48:03.162Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-02T17:48:03.162Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-02T17:48:03.162Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-02T17:48:03.162Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-02T17:48:03.162Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-02T17:48:03.421Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-02T17:48:03.421Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-02T17:48:03.421Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-02T17:48:03.681Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-02T17:48:03.681Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-02T17:48:03.681Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-02T17:48:03.681Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-02T17:48:03.681Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-02T17:48:03.681Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-02T17:48:03.681Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-02T17:48:03.681Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-02T17:48:03.681Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-02T17:48:03.681Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-02T17:48:03.681Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-02T17:48:03.941Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-02T17:48:03.941Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-02T17:48:03.941Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-02T17:48:03.941Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-02T17:48:03.941Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-02T17:48:03.941Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-02T17:48:03.941Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-02T17:48:03.941Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-02T17:48:03.941Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-02T17:48:03.941Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-02T17:48:04.201Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-02T17:48:04.201Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-02T17:48:04.201Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-02T17:48:04.201Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-02T17:48:04.201Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-02T17:48:04.201Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-02T17:48:04.201Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-02T17:48:04.201Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-02T17:48:04.201Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-02T17:48:04.201Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-02T17:48:04.462Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:48:04.462Z] Fetched 63.8 MB in 2s (28.2 MB/s) [2021-02-02T17:48:04.462Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:04.462Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:48:04.462Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:48:05.200Z] Removing intermediate container cd1f4c01179f [2021-02-02T17:48:05.201Z] ---> 5e8c86462dfc [2021-02-02T17:48:05.201Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T17:48:05.201Z] ---> Running in 74efc9d2e0bf [2021-02-02T17:48:05.412Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:48:05.412Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:48:05.412Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-02T17:48:05.672Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-02T17:48:06.215Z] Removing intermediate container 74efc9d2e0bf [2021-02-02T17:48:06.215Z] ---> a03ca12394e2 [2021-02-02T17:48:06.215Z] Step 13/21 : WORKDIR /edgex [2021-02-02T17:48:06.215Z] ---> Running in bd1724f7db18 [2021-02-02T17:48:06.615Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:06.615Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:06.615Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:06.615Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:06.818Z] Removing intermediate container bd1724f7db18 [2021-02-02T17:48:06.818Z] ---> 19703f08761e [2021-02-02T17:48:06.818Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T17:48:06.875Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:06.875Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:06.875Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:06.875Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:07.145Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:07.145Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:07.145Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:07.145Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:07.405Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:07.405Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:07.405Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:07.667Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:48:07.667Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:07.667Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-02T17:48:07.667Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:07.928Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:48:07.928Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:07.928Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:07.928Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:07.928Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:08.189Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:08.189Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T17:48:08.267Z] ---> 12532e500db0 [2021-02-02T17:48:08.268Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T17:48:08.451Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:08.451Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:48:08.451Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:48:08.713Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:48:08.973Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T17:48:09.235Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T17:48:09.235Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-02T17:48:09.235Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-02T17:48:09.235Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-02T17:48:09.496Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-02T17:48:09.757Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-02T17:48:09.757Z] Installing new version of config file /etc/issue ... [2021-02-02T17:48:09.757Z] Installing new version of config file /etc/issue.net ... [2021-02-02T17:48:09.757Z] Installing new version of config file /etc/lsb-release ... [2021-02-02T17:48:09.757Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-02T17:48:10.018Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-02T17:48:10.018Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-02T17:48:10.018Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-02T17:48:10.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:10.279Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-02T17:48:10.279Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-02T17:48:10.540Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-02T17:48:10.540Z] 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-02-02T17:48:10.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:10.540Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:48:10.540Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-02T17:48:10.801Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:48:10.801Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:10.801Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-02T17:48:10.801Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-02T17:48:10.801Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-02T17:48:10.906Z] Collecting docker-compose==1.23.2 [2021-02-02T17:48:10.906Z] ---> e294b9e89d7e [2021-02-02T17:48:10.906Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T17:48:10.906Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T17:48:11.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:11.062Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-02T17:48:11.062Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T17:48:11.323Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-02T17:48:11.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:11.323Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:48:11.606Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:48:11.606Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T17:48:11.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:11.606Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:48:11.606Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:48:11.866Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-02T17:48:11.866Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:11.866Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-02T17:48:11.866Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-02T17:48:11.898Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T17:48:11.898Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T17:48:12.127Z] Setting up grep (3.1-2build1) ... [2021-02-02T17:48:12.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:12.127Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T17:48:12.127Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T17:48:12.388Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-02T17:48:12.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:12.388Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:48:12.388Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:48:12.508Z] ---> 86f2d2901de7 [2021-02-02T17:48:12.508Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T17:48:12.648Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-02T17:48:12.648Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:12.648Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T17:48:12.648Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:48:13.111Z] ---> Running in 71aff6f82925 [2021-02-02T17:48:13.219Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T17:48:13.219Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:48:13.219Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T17:48:13.219Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:48:13.790Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-02T17:48:13.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:13.790Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-02T17:48:14.051Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T17:48:14.100Z] Removing intermediate container 71aff6f82925 [2021-02-02T17:48:14.100Z] ---> 8aa820018557 [2021-02-02T17:48:14.100Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T17:48:14.374Z] ---> Running in 39bd726aef1d [2021-02-02T17:48:14.992Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T17:48:14.992Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T17:48:14.992Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T17:48:14.992Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T17:48:15.252Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T17:48:15.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:15.252Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-02T17:48:15.252Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-02T17:48:15.363Z] Removing intermediate container 39bd726aef1d [2021-02-02T17:48:15.363Z] ---> 3904369ded17 [2021-02-02T17:48:15.363Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T17:48:15.363Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T17:48:15.363Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T17:48:15.512Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-02T17:48:15.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:15.512Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:48:15.512Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:48:15.512Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:48:15.639Z] ---> Running in fd60159853c0 [2021-02-02T17:48:15.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:15.773Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:48:15.773Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:48:15.773Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:48:16.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:16.034Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:48:16.034Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:48:16.034Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:48:16.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:16.296Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:48:16.296Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:48:16.296Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:48:16.556Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:16.556Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:48:16.556Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:48:16.556Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:48:16.618Z] Removing intermediate container fd60159853c0 [2021-02-02T17:48:16.618Z] ---> 508994aee0ec [2021-02-02T17:48:16.618Z] Step 20/21 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:48:16.618Z] Removing intermediate container c333ad1b35c8 [2021-02-02T17:48:16.618Z] ---> 07afe7343a3f [2021-02-02T17:48:16.618Z] [2021-02-02T17:48:16.618Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:48:16.618Z] ---> afeebe901d6b [2021-02-02T17:48:16.618Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T17:48:16.618Z] ---> Using cache [2021-02-02T17:48:16.618Z] ---> aafe3d9fec94 [2021-02-02T17:48:16.618Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T17:48:16.618Z] ---> Using cache [2021-02-02T17:48:16.618Z] ---> c07563f7ae89 [2021-02-02T17:48:16.618Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T17:48:16.618Z] ---> Running in 2d0acc8fa98e [2021-02-02T17:48:16.618Z] ---> Running in fa077708ea07 [2021-02-02T17:48:16.816Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:48:16.816Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T17:48:16.816Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:16.816Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T17:48:16.816Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:48:17.077Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T17:48:17.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:17.077Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:48:17.077Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:48:17.338Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:48:17.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:17.338Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:48:17.338Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:48:17.598Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:48:17.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:17.598Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:48:17.598Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:48:17.622Z] Removing intermediate container 2d0acc8fa98e [2021-02-02T17:48:17.622Z] ---> 2a3869d6a4d7 [2021-02-02T17:48:17.622Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T17:48:17.622Z] Removing intermediate container fa077708ea07 [2021-02-02T17:48:17.622Z] ---> 902ab48dabbc [2021-02-02T17:48:17.622Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T17:48:17.902Z] ---> Running in 3e30f84a6574 [2021-02-02T17:48:17.902Z] ---> Running in 6120450cf02d [2021-02-02T17:48:18.168Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:48:18.428Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-02T17:48:18.535Z] Removing intermediate container 6120450cf02d [2021-02-02T17:48:18.535Z] ---> d7c2c67048fb [2021-02-02T17:48:18.535Z] Removing intermediate container 3e30f84a6574 [2021-02-02T17:48:18.535Z] ---> 880c37587adf [2021-02-02T17:48:18.689Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-02T17:48:18.689Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:18.689Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T17:48:18.689Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T17:48:18.820Z] Step 15/23 : WORKDIR / [2021-02-02T17:48:18.820Z] [2021-02-02T17:48:18.949Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:48:19.095Z] ---> Running in 6378280b4797 [2021-02-02T17:48:19.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T17:48:19.209Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-02T17:48:19.209Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T17:48:19.209Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-02T17:48:19.377Z] Successfully built d7c2c67048fb [2021-02-02T17:48:19.377Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T17:48:19.470Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:19.470Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-02T17:48:19.470Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-02T17:48:19.470Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-02T17:48:19.730Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:19.730Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-02T17:48:19.730Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T17:48:19.976Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6378280b4797 [2021-02-02T17:48:19.976Z] ---> 5f8f18e705ea [2021-02-02T17:48:19.976Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:48:19.976Z] Collecting PyYAML<4,>=3.10 [2021-02-02T17:48:19.976Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T17:48:19.991Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-02T17:48:19.991Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:19.991Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-02T17:48:20.252Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T17:48:20.252Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-02T17:48:20.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:20.512Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T17:48:20.512Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:48:20.512Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:48:20.774Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:20.774Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T17:48:20.774Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:48:20.774Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:48:20.979Z] ---> aa361471c99a [2021-02-02T17:48:20.979Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T17:48:21.065Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:21.065Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T17:48:21.065Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:48:21.326Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:48:21.588Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:21.588Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T17:48:21.588Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T17:48:21.588Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-02T17:48:21.849Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T17:48:21.849Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:48:21.849Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:48:21.849Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T17:48:22.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:22.109Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-02T17:48:22.109Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-02T17:48:22.370Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-02T17:48:22.370Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:22.370Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-02T17:48:22.370Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T17:48:22.631Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T17:48:22.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:22.893Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T17:48:22.893Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T17:48:22.893Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T17:48:23.154Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:23.154Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-02T17:48:23.154Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-02T17:48:23.154Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-02T17:48:23.415Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:23.415Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T17:48:23.415Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T17:48:23.621Z] ---> 9b696c0012b1 [2021-02-02T17:48:23.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T17:48:23.676Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-02T17:48:23.936Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:23.936Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T17:48:23.936Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T17:48:24.197Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-02T17:48:24.197Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:24.197Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-02T17:48:24.197Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-02T17:48:24.231Z] ---> 28d1fa38dd77 [2021-02-02T17:48:24.231Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T17:48:24.231Z] ---> Running in cff3221b52db [2021-02-02T17:48:24.457Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-02T17:48:24.457Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:24.458Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-02T17:48:24.718Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-02T17:48:24.718Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-02T17:48:24.718Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:24.718Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-02T17:48:24.830Z] Removing intermediate container cff3221b52db [2021-02-02T17:48:24.830Z] ---> 12a5bdb0a5f5 [2021-02-02T17:48:24.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:48:24.979Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-02T17:48:24.979Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-02T17:48:25.107Z] ---> Running in 50b4eb2d86a8 [2021-02-02T17:48:25.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:25.241Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-02T17:48:25.241Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-02T17:48:25.241Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-02T17:48:25.383Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T17:48:25.384Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T17:48:25.504Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:25.504Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T17:48:25.504Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-02T17:48:25.662Z] Removing intermediate container 50b4eb2d86a8 [2021-02-02T17:48:25.662Z] ---> 4c601b2727b5 [2021-02-02T17:48:25.662Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:48:25.662Z] ---> Running in 61c413f922f1 [2021-02-02T17:48:25.763Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-02T17:48:25.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T17:48:25.763Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-02T17:48:25.763Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-02T17:48:25.763Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-02T17:48:26.024Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-02T17:48:26.024Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T17:48:26.024Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T17:48:26.278Z] 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-02-02T17:48:26.278Z] Removing intermediate container 61c413f922f1 [2021-02-02T17:48:26.278Z] ---> 4875afafd3d6 [2021-02-02T17:48:26.278Z] Step 22/23 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:48:26.285Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T17:48:26.285Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T17:48:26.285Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T17:48:26.545Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T17:48:26.545Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-02T17:48:26.545Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-02T17:48:26.551Z] ---> Running in 8aeb726c71ba [2021-02-02T17:48:26.807Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T17:48:26.807Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-02T17:48:26.826Z] Removing intermediate container 8aeb726c71ba [2021-02-02T17:48:26.826Z] ---> f2fa3a45de0a [2021-02-02T17:48:26.826Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:48:27.067Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T17:48:27.068Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-02T17:48:27.068Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-02T17:48:27.068Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-02T17:48:27.100Z] ---> Running in fe935346f5df [2021-02-02T17:48:27.329Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-02T17:48:27.329Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-02T17:48:27.589Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-02T17:48:27.589Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-02T17:48:27.589Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-02T17:48:27.589Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-02T17:48:27.696Z] Removing intermediate container fe935346f5df [2021-02-02T17:48:27.696Z] ---> 105b8fa1c0fb [2021-02-02T17:48:27.696Z] [2021-02-02T17:48:27.850Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-02T17:48:27.850Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-02T17:48:27.970Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T17:48:27.970Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T17:48:27.970Z] Successfully built 105b8fa1c0fb [2021-02-02T17:48:27.970Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T17:48:28.111Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-02T17:48:28.111Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-02T17:48:28.568Z]  Building docker-core-metadata-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T17:48:28.568Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T17:48:29.053Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-02T17:48:29.053Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-02T17:48:29.053Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-02T17:48:29.053Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-02T17:48:29.053Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:48:29.053Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:48:29.625Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:48:29.625Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:48:29.625Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:48:29.625Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:48:29.885Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T17:48:29.885Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T17:48:29.885Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:30.147Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:48:30.147Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:30.147Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:48:30.414Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:30.414Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:48:30.414Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:30.678Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:48:31.618Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:31.618Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:48:31.968Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T17:48:31.968Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T17:48:32.185Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:32.186Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:48:32.240Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T17:48:32.240Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T17:48:33.175Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:33.176Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:48:33.213Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T17:48:33.213Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T17:48:33.436Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:33.436Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:48:33.485Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T17:48:33.758Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T17:48:33.758Z] 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-02-02T17:48:34.380Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T17:48:34.380Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T17:48:34.380Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T17:48:34.380Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T17:48:34.380Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T17:48:34.380Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T17:48:34.640Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T17:48:34.640Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T17:48:34.741Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T17:48:34.741Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T17:48:34.900Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-02T17:48:34.901Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-02T17:48:34.901Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T17:48:34.901Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T17:48:35.161Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T17:48:35.161Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T17:48:35.161Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-02T17:48:35.423Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-02T17:48:35.423Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:35.423Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T17:48:35.423Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:35.423Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:35.686Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:35.686Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-02T17:48:35.686Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-02T17:48:35.686Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-02T17:48:35.731Z] Collecting idna<2.8,>=2.5 [2021-02-02T17:48:35.732Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T17:48:35.732Z] 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-02-02T17:48:35.732Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T17:48:35.732Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T17:48:35.732Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T17:48:35.732Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T17:48:35.948Z] [2021-02-02T17:48:35.948Z] Current default time zone: 'Etc/UTC' [2021-02-02T17:48:35.948Z] Local time is now: Tue Feb 2 17:48:35 UTC 2021. [2021-02-02T17:48:35.948Z] Universal Time is now: Tue Feb 2 17:48:35 UTC 2021. [2021-02-02T17:48:35.948Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-02T17:48:35.948Z] [2021-02-02T17:48:35.948Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-02T17:48:35.948Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:35.948Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-02T17:48:36.208Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-02T17:48:36.208Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-02T17:48:36.208Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-02T17:48:36.208Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-02T17:48:36.208Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-02T17:48:36.208Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-02T17:48:36.468Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T17:48:36.468Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:36.468Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-02T17:48:36.729Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:48:36.729Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:48:36.729Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:36.729Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-02T17:48:36.729Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-02T17:48:36.989Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-02T17:48:36.989Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T17:48:36.989Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-02T17:48:36.989Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-02T17:48:36.989Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:48:36.989Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T17:48:37.176Z] Installing collected packages: texttable, docopt, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, cached-property, docker-compose [2021-02-02T17:48:37.176Z] Running setup.py install for texttable: started [2021-02-02T17:48:37.770Z] Removing intermediate container f92d49a65129 [2021-02-02T17:48:37.770Z] ---> 8089d25ee26f [2021-02-02T17:48:37.770Z] [2021-02-02T17:48:37.770Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T17:48:37.770Z] ---> afeebe901d6b [2021-02-02T17:48:37.770Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T17:48:38.043Z] ---> Running in add01c9e8cb1 [2021-02-02T17:48:38.316Z] Removing intermediate container add01c9e8cb1 [2021-02-02T17:48:38.316Z] ---> fa9f36adc968 [2021-02-02T17:48:38.316Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T17:48:38.589Z] ---> Running in 6e7a6fe713fc [2021-02-02T17:48:38.928Z] Updating certificates in /etc/ssl/certs... [2021-02-02T17:48:39.183Z] Removing intermediate container 6e7a6fe713fc [2021-02-02T17:48:39.183Z] ---> a59505509a1c [2021-02-02T17:48:39.183Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T17:48:39.183Z] ---> Running in 90090b36db3a [2021-02-02T17:48:39.782Z] Removing intermediate container 90090b36db3a [2021-02-02T17:48:39.782Z] ---> 7da46d25a6fa [2021-02-02T17:48:39.782Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T17:48:39.782Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T17:48:39.782Z] ---> Running in b53bc310b5ea [2021-02-02T17:48:39.782Z] Running setup.py install for docopt: started [2021-02-02T17:48:39.869Z] 22 added, 17 removed; done. [2021-02-02T17:48:39.869Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T17:48:39.869Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T17:48:39.869Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-02T17:48:39.869Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-02T17:48:39.869Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-02T17:48:39.869Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:48:40.130Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:48:40.130Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:48:40.130Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:48:40.130Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:48:40.130Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:48:40.130Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:48:40.130Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-02T17:48:40.390Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:48:40.390Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-02T17:48:40.390Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-02T17:48:40.390Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-02T17:48:40.390Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:48:40.390Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T17:48:40.390Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-02T17:48:40.649Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-02T17:48:40.649Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-02T17:48:40.649Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:48:40.649Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T17:48:40.909Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-02T17:48:40.910Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T17:48:40.910Z] Updating certificates in /etc/ssl/certs... [2021-02-02T17:48:41.481Z] 0 added, 0 removed; done. [2021-02-02T17:48:41.481Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-02T17:48:41.481Z] done. [2021-02-02T17:48:42.055Z] Reading package lists... [2021-02-02T17:48:42.055Z] Building dependency tree... [2021-02-02T17:48:42.055Z] Reading state information... [2021-02-02T17:48:42.055Z] The following NEW packages will be installed: [2021-02-02T17:48:42.055Z] apt-transport-https [2021-02-02T17:48:42.315Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T17:48:42.315Z] Need to get 1696 B of archives. [2021-02-02T17:48:42.315Z] After this operation, 153 kB of additional disk space will be used. [2021-02-02T17:48:42.315Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-02T17:48:42.407Z] Removing intermediate container b53bc310b5ea [2021-02-02T17:48:42.407Z] ---> b71fb9a13047 [2021-02-02T17:48:42.407Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T17:48:42.407Z] ---> Running in ec83df412315 [2021-02-02T17:48:42.575Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:48:42.575Z] Fetched 1696 B in 0s (8567 B/s) [2021-02-02T17:48:42.575Z] Selecting previously unselected package apt-transport-https. [2021-02-02T17:48:42.575Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-02T17:48:42.575Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-02T17:48:42.575Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T17:48:42.575Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T17:48:42.836Z] Waiting for network to be ready... [2021-02-02T17:48:43.010Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T17:48:43.010Z] Running setup.py install for PyYAML: started [2021-02-02T17:48:43.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:48:44.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:48:45.217Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T17:48:45.502Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T17:48:45.502Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T17:48:45.792Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T17:48:46.069Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T17:48:46.069Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T17:48:46.368Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:48:46.368Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T17:48:46.368Z] OK: 8 MiB in 20 packages [2021-02-02T17:48:47.007Z] Attempting uninstall: urllib3 [2021-02-02T17:48:47.007Z] Found existing installation: urllib3 1.25.9 [2021-02-02T17:48:47.007Z] Uninstalling urllib3-1.25.9: [2021-02-02T17:48:47.280Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T17:48:47.879Z] Removing intermediate container ec83df412315 [2021-02-02T17:48:47.879Z] ---> 39d00536dadc [2021-02-02T17:48:47.879Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T17:48:47.879Z] Attempting uninstall: idna [2021-02-02T17:48:48.154Z] Found existing installation: idna 2.9 [2021-02-02T17:48:48.154Z] Uninstalling idna-2.9: [2021-02-02T17:48:48.154Z] Successfully uninstalled idna-2.9 [2021-02-02T17:48:48.749Z] ---> 26b7cb29b0bc [2021-02-02T17:48:48.749Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T17:48:49.024Z] Attempting uninstall: requests [2021-02-02T17:48:49.024Z] Found existing installation: requests 2.23.0 [2021-02-02T17:48:49.024Z] Uninstalling requests-2.23.0: [2021-02-02T17:48:49.298Z] Successfully uninstalled requests-2.23.0 [2021-02-02T17:48:49.419Z] 2021-02-02T17:48:45Z INFO Waiting for automatic snapd restart... [2021-02-02T17:48:49.419Z] snapd 2.48.2 from Canonical* installed [2021-02-02T17:48:49.991Z] "snapd" switched to the "latest/stable" channel [2021-02-02T17:48:49.991Z] [2021-02-02T17:48:50.278Z] ---> f6d7efee9cc4 [2021-02-02T17:48:50.278Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T17:48:50.880Z] Running setup.py install for dockerpty: started [2021-02-02T17:48:51.152Z] ---> f14463893f87 [2021-02-02T17:48:51.152Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T17:48:51.152Z] ---> Running in 221b3904919e [2021-02-02T17:48:51.749Z] Removing intermediate container 221b3904919e [2021-02-02T17:48:51.749Z] ---> 433df81ab76a [2021-02-02T17:48:51.749Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:48:51.749Z] ---> Running in 75b2d25a39ed [2021-02-02T17:48:52.345Z] Removing intermediate container 75b2d25a39ed [2021-02-02T17:48:52.345Z] ---> aac9d5d88cf9 [2021-02-02T17:48:52.345Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T17:48:52.534Z] core18 20201210 from Canonical* installed [2021-02-02T17:48:52.534Z] "core18" switched to the "latest/stable" channel [2021-02-02T17:48:52.534Z] [2021-02-02T17:48:52.618Z] ---> Running in 00f5484bcb79 [2021-02-02T17:48:52.892Z] Removing intermediate container 00f5484bcb79 [2021-02-02T17:48:52.892Z] ---> f2e50ba91c2f [2021-02-02T17:48:52.892Z] Step 22/23 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:48:53.168Z] ---> Running in 0f424da8fc80 [2021-02-02T17:48:53.768Z] Removing intermediate container 0f424da8fc80 [2021-02-02T17:48:53.768Z] ---> c7acda7ccdca [2021-02-02T17:48:53.768Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T17:48:53.768Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T17:48:53.768Z] ---> Running in b1b2d18901ac [2021-02-02T17:48:54.360Z] Removing intermediate container b1b2d18901ac [2021-02-02T17:48:54.360Z] ---> 73306d19e051 [2021-02-02T17:48:54.360Z] [2021-02-02T17:48:54.953Z] Successfully built 73306d19e051 [2021-02-02T17:48:54.953Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T17:48:55.543Z]  Building docker-core-data-go ... done 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-02-02T17:48:55.835Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T17:48:55.835Z] "snapcraft" switched to the "latest/stable" channel [2021-02-02T17:48:55.835Z] [2021-02-02T17:48:59.850Z] Removing intermediate container f17b5442f2cf [2021-02-02T17:48:59.850Z] ---> 0f0812f2734c [2021-02-02T17:48:59.850Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T17:48:59.850Z] ---> Running in 08f31fae6e8b [2021-02-02T17:49:00.041Z] 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-02-02T17:49:00.041Z] - README.md [2021-02-02T17:49:00.041Z] - snapcraft.yaml.orig [2021-02-02T17:49:00.041Z] [2021-02-02T17:49:00.041Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T17:49:01.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T17:49:01.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T17:49:01.878Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T17:49:01.878Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T17:49:01.878Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T17:49:01.878Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T17:49:01.878Z] OK: 71 MiB in 58 packages [2021-02-02T17:49:03.305Z] Removing intermediate container 08f31fae6e8b [2021-02-02T17:49:03.305Z] ---> 659a083863f4 [2021-02-02T17:49:03.305Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T17:49:03.305Z] ---> Running in 5cc55ada9196 [2021-02-02T17:49:03.899Z] Removing intermediate container 5cc55ada9196 [2021-02-02T17:49:03.899Z] ---> e5230b096f30 [2021-02-02T17:49:03.899Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T17:49:03.899Z] ---> Running in c0d9b11d4d61 [2021-02-02T17:49:04.496Z] Removing intermediate container c0d9b11d4d61 [2021-02-02T17:49:04.496Z] ---> 36072310b61b [2021-02-02T17:49:04.496Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T17:49:04.496Z] ---> Running in 5706aad6c05e [2021-02-02T17:49:05.095Z] Removing intermediate container 5706aad6c05e [2021-02-02T17:49:05.095Z] ---> a8ab04bc58ab [2021-02-02T17:49:05.095Z] Step 25/26 : LABEL git_sha=acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-02T17:49:05.095Z] ---> Running in 250188bee172 [2021-02-02T17:49:05.690Z] Removing intermediate container 250188bee172 [2021-02-02T17:49:05.690Z] ---> 83f67ac1c478 [2021-02-02T17:49:05.690Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T17:49:05.962Z] ---> Running in dbc28cd4030e [2021-02-02T17:49:06.236Z] Removing intermediate container dbc28cd4030e [2021-02-02T17:49:06.236Z] ---> 40a9c2ea5149 [2021-02-02T17:49:06.236Z] [2021-02-02T17:49:06.633Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:49:06.633Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T17:49:06.633Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T17:49:06.633Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T17:49:06.830Z] Successfully built 40a9c2ea5149 [2021-02-02T17:49:06.830Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T17:49:06.899Z] Reading package lists... [2021-02-02T17:49:07.442Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T17:49:07.434Z] $ docker stop --time=1 fefcf55ad5a72ad39f532bcb5bd2260e290ce9f50d871fac53c31249dc6cd7a4 [2021-02-02T17:49:07.486Z] 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-02-02T17:49:09.490Z] $ docker rm -f fefcf55ad5a72ad39f532bcb5bd2260e290ce9f50d871fac53c31249dc6cd7a4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T17:49:10.197Z] + docker images [2021-02-02T17:49:10.198Z] + grep docker [2021-02-02T17:49:10.477Z] docker-sys-mgmt-agent-go-arm64 latest 40a9c2ea5149 4 seconds ago 300MB [2021-02-02T17:49:10.477Z] docker-core-data-go-arm64 latest 73306d19e051 16 seconds ago 21MB [2021-02-02T17:49:10.477Z] docker-core-metadata-go-arm64 latest 105b8fa1c0fb 43 seconds ago 17.7MB [2021-02-02T17:49:10.477Z] docker-security-proxy-setup-go-arm64 latest d7c2c67048fb 52 seconds ago 23.2MB [2021-02-02T17:49:10.477Z] docker-security-bootstrapper-go-arm64 latest cb00f6516e66 3 minutes ago 22.6MB [2021-02-02T17:49:10.477Z] docker-support-notifications-go-arm64 latest d09921ba3761 3 minutes ago 16.6MB [2021-02-02T17:49:10.477Z] docker-core-command-go-arm64 latest 3b6cb3f8854a 3 minutes ago 16MB [2021-02-02T17:49:10.477Z] docker-support-scheduler-go-arm64 latest dead1278ff09 3 minutes ago 16.1MB [2021-02-02T17:49:10.477Z] docker-security-secretstore-setup-go-arm64 latest 86635f451501 4 minutes ago 23.4MB [2021-02-02T17:49:10.477Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T17:49:14.085Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:49:14.086Z] Reading package lists... [2021-02-02T17:49:14.086Z] Building dependency tree... [2021-02-02T17:49:14.086Z] Reading state information... [2021-02-02T17:49:14.086Z] Suggested packages: [2021-02-02T17:49:14.086Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-02T17:49:14.086Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-02T17:49:14.086Z] Recommended packages: [2021-02-02T17:49:14.086Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-02T17:49:14.086Z] The following NEW packages will be installed: [2021-02-02T17:49:14.086Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-02T17:49:14.086Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-02T17:49:14.086Z] pkg-config zip [2021-02-02T17:49:14.086Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T17:49:14.086Z] Need to get 7655 kB of archives. [2021-02-02T17:49:14.086Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-02T17:49:14.086Z] 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-02-02T17:49:14.086Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-02T17:49:14.086Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-02T17:49:14.347Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-02T17:49:14.347Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-02T17:49:14.347Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-02T17:49:14.347Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-02T17:49:14.623Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-02T17:49:14.623Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-02T17:49:14.623Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-02T17:49:14.623Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-02T17:49:14.623Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-02T17:49:14.883Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-02T17:49:14.883Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-02T17:49:15.144Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-02T17:49:15.144Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:49:15.144Z] Fetched 7655 kB in 1s (6306 kB/s) [2021-02-02T17:49:15.144Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-02T17:49:15.144Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-02T17:49:15.144Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-02T17:49:15.144Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T17:49:15.404Z] Selecting previously unselected package libpsl5:amd64. [2021-02-02T17:49:15.404Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-02T17:49:15.404Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T17:49:15.404Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-02T17:49:15.404Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-02T17:49:15.664Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T17:49:15.664Z] Selecting previously unselected package librtmp1:amd64. [2021-02-02T17:49:15.664Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-02T17:49:15.664Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T17:49:15.664Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-02T17:49:15.664Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-02T17:49:15.664Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T17:49:15.925Z] Selecting previously unselected package liberror-perl. [2021-02-02T17:49:15.925Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-02T17:49:15.925Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-02T17:49:15.925Z] Selecting previously unselected package git-man. [2021-02-02T17:49:15.925Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-02T17:49:15.925Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:49:16.187Z] Selecting previously unselected package git. [2021-02-02T17:49:16.187Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-02T17:49:16.187Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:49:17.132Z] Selecting previously unselected package libnorm1:amd64. [2021-02-02T17:49:17.132Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-02T17:49:17.132Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T17:49:17.132Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-02T17:49:17.132Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-02T17:49:17.132Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T17:49:17.132Z] Selecting previously unselected package libsodium23:amd64. [2021-02-02T17:49:17.132Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-02T17:49:17.132Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-02T17:49:17.394Z] Selecting previously unselected package libzmq5:amd64. [2021-02-02T17:49:17.394Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T17:49:17.394Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:49:17.394Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-02T17:49:17.394Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T17:49:17.394Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:49:17.394Z] Selecting previously unselected package pkg-config. [2021-02-02T17:49:17.394Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-02T17:49:17.658Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T17:49:17.658Z] Selecting previously unselected package zip. [2021-02-02T17:49:17.658Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-02T17:49:17.658Z] Unpacking zip (3.0-11build1) ... [2021-02-02T17:49:17.658Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T17:49:17.658Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:49:17.658Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T17:49:17.918Z] Setting up liberror-perl (0.17025-1) ... [2021-02-02T17:49:17.918Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T17:49:17.918Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T17:49:17.918Z] No schema files found: doing nothing. [2021-02-02T17:49:17.918Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T17:49:17.918Z] Setting up zip (3.0-11build1) ... [2021-02-02T17:49:17.918Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T17:49:17.918Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-02T17:49:17.918Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T17:49:18.183Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:49:18.183Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T17:49:18.183Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T17:49:18.183Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T17:49:18.183Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T17:49:24.776Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:49:24.776Z] git set to automatically installed. [2021-02-02T17:49:24.776Z] git-man set to automatically installed. [2021-02-02T17:49:24.776Z] libcurl3-gnutls set to automatically installed. [2021-02-02T17:49:24.776Z] liberror-perl set to automatically installed. [2021-02-02T17:49:24.776Z] libglib2.0-0 set to automatically installed. [2021-02-02T17:49:24.776Z] libnghttp2-14 set to automatically installed. [2021-02-02T17:49:24.776Z] libnorm1 set to automatically installed. [2021-02-02T17:49:24.776Z] libpgm-5.2-0 set to automatically installed. [2021-02-02T17:49:24.776Z] libpsl5 set to automatically installed. [2021-02-02T17:49:24.776Z] librtmp1 set to automatically installed. [2021-02-02T17:49:24.776Z] libsodium23 set to automatically installed. [2021-02-02T17:49:24.776Z] libzmq3-dev set to automatically installed. [2021-02-02T17:49:24.776Z] libzmq5 set to automatically installed. [2021-02-02T17:49:24.776Z] pkg-config set to automatically installed. [2021-02-02T17:49:24.776Z] zip set to automatically installed. [2021-02-02T17:49:26.694Z] snapd is not logged in, snap install commands will use sudo [2021-02-02T17:49:33.282Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T17:49:33.282Z] snap "core18" has no updates available [2021-02-02T17:49:34.665Z] Pulling config-common [2021-02-02T17:49:35.606Z] Pulling go-build-helper [2021-02-02T17:49:57.570Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T17:49:57.570Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T17:49:57.570Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T17:49:57.570Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T17:49:57.570Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T17:49:57.570Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T17:49:57.570Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T17:49:57.570Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T17:49:57.570Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T17:49:57.570Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T17:49:57.570Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T17:49:57.570Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T17:49:57.570Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T17:49:57.570Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T17:49:57.570Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T17:49:57.570Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T17:49:57.570Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T17:49:57.570Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T17:49:57.570Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T17:49:57.570Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] [2021-02-02T17:49:57.570Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T17:49:57.570Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T17:49:57.570Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T17:49:57.570Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T17:49:57.570Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T17:49:57.570Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T17:49:57.570Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T17:49:57.570Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-02T17:49:57.570Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-02T17:49:57.570Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-02T17:49:57.570Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-02T17:49:57.570Z] Fetched 279 kB in 0s (0 B/s) [2021-02-02T17:49:57.570Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-02T17:49:57.570Z] Fetched 122 kB in 0s (0 B/s) [2021-02-02T17:49:57.570Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-02T17:49:57.570Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-02T17:49:57.570Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-02T17:49:57.570Z] Fetched 8848 B in 0s (0 B/s) [2021-02-02T17:49:57.570Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-02T17:49:57.570Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-02T17:49:57.570Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-02T17:49:57.570Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-02T17:49:57.570Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-02T17:49:57.571Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-02T17:49:57.571Z] Fetched 214 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-02T17:49:57.571Z] Fetched 155 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-02T17:49:57.571Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-02T17:49:57.571Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-02T17:49:57.571Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-02T17:49:57.571Z] Fetched 499 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-02T17:49:57.571Z] Fetched 111 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-02T17:49:57.571Z] Fetched 240 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-02T17:49:57.571Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-02T17:49:57.571Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-02T17:49:57.571Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-02T17:49:57.571Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-02T17:49:57.571Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-02T17:49:57.571Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-02T17:49:57.571Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-02T17:49:57.571Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-02T17:49:57.571Z] Fetched 8720 B in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-02T17:49:57.571Z] Fetched 137 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-02T17:49:57.571Z] Fetched 119 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-02T17:49:57.571Z] Fetched 109 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-02T17:49:57.571Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-02T17:49:57.571Z] Fetched 645 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-02T17:49:57.571Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-02T17:49:57.571Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-02T17:49:57.571Z] Fetched 368 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-02T17:49:57.571Z] Fetched 187 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-02T17:49:57.571Z] Fetched 175 kB in 0s (0 B/s) [2021-02-02T17:49:57.571Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-02T17:50:00.114Z] Fetched 206 kB in 0s (0 B/s) [2021-02-02T17:50:00.114Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-02T17:50:00.114Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-02T17:50:00.114Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-02T17:50:00.114Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-02T17:50:00.114Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-02T17:50:00.114Z] Fetched 159 kB in 0s (0 B/s) [2021-02-02T17:50:00.114Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-02T17:50:00.114Z] Fetched 107 kB in 0s (0 B/s) [2021-02-02T17:50:00.114Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-02T17:50:00.114Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-02T17:50:00.114Z] Pulling static-packages [2021-02-02T17:50:01.057Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-02T17:50:01.057Z] Skipping pull go-build-helper (already ran) [2021-02-02T17:50:01.057Z] Skipping pull static-packages (already ran) [2021-02-02T17:50:01.057Z] Building go-build-helper [2021-02-02T17:50:04.365Z] Building static-packages [2021-02-02T17:50:06.280Z] Staging go-build-helper [2021-02-02T17:50:07.222Z] Staging static-packages [2021-02-02T17:50:08.161Z] Pulling go115 [2021-02-02T17:50:09.102Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-02T17:50:09.102Z] Skipping pull go115 (already ran) [2021-02-02T17:50:09.102Z] Building go115 [2021-02-02T17:50:09.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:50:09.102Z] Dload Upload Total Spent Left Speed [2021-02-02T17:50:12.183Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 115M 7 8927k 0 0 16.7M 0 0:00:06 --:--:-- 0:00:06 16.7M 46 115M 46 53.8M 0 0 34.6M 0 0:00:03 0:00:01 0:00:02 34.6M 79 115M 79 91.5M 0 0 36.3M 0 0:00:03 0:00:02 0:00:01 36.2M 100 115M 100 115M 0 0 36.7M 0 0:00:03 0:00:03 --:--:-- 36.7M [2021-02-02T17:50:12.755Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-02T17:50:16.964Z] Staging go115 [2021-02-02T17:50:21.198Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T17:50:21.198Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T17:50:21.198Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T17:50:21.198Z] Fetched 0 B in 0s (0 B/s) [2021-02-02T17:50:21.198Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-02T17:50:21.198Z] Fetched 224 kB in 0s (0 B/s) [2021-02-02T17:50:21.198Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-02T17:50:21.198Z] Fetched 157 kB in 0s (0 B/s) [2021-02-02T17:50:21.198Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-02T17:50:21.198Z] Fetched 221 kB in 0s (0 B/s) [2021-02-02T17:50:21.198Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-02T17:50:21.198Z] Fetched 143 kB in 0s (0 B/s) [2021-02-02T17:50:21.198Z] Pulling edgex-go [2021-02-02T17:50:22.588Z] Pulling version [2021-02-02T17:50:23.161Z] Building config-common [2021-02-02T17:50:25.075Z] Skipping build go-build-helper (already ran) [2021-02-02T17:50:25.075Z] Skipping build static-packages (already ran) [2021-02-02T17:50:25.075Z] Skipping build go115 (already ran) [2021-02-02T17:50:25.339Z] Building edgex-go [2021-02-02T17:50:25.339Z] 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-02-02T17:50:27.909Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-02T17:50:27.909Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-02T17:50:27.910Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.6 [2021-02-02T17:50:27.910Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-02T17:50:27.910Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.17 [2021-02-02T17:50:27.910Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:50:27.910Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-02T17:50:27.910Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-02T17:50:27.910Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-02T17:50:27.910Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-02T17:50:27.910Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-02T17:50:27.910Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-02T17:50:27.910Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-02T17:50:27.910Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-02T17:50:27.910Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-02T17:50:27.910Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T17:50:27.910Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-02T17:50:27.910Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-02T17:50:27.910Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:50:27.910Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-02T17:50:27.910Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-02T17:50:27.910Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-02T17:50:27.910Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-02T17:50:28.177Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-02T17:50:28.177Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-02T17:50:28.177Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-02T17:50:34.756Z] 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-02-02T17:50:38.960Z] 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-02-02T17:50:39.904Z] 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-02-02T17:50:40.853Z] 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-02-02T17:50:41.114Z] 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-02-02T17:50:41.114Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-02T17:50:41.375Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:50:41.375Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:50:41.375Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-02T17:50:42.757Z] 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-02-02T17:50:42.757Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-02T17:50:43.016Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-02T17:50:43.958Z] 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-02-02T17:50:44.901Z] 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-02-02T17:50:44.901Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:50:46.286Z] 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-02-02T17:50:47.228Z] 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-02-02T17:50:47.802Z] 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-02-02T17:50:47.802Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-02T17:50:48.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T17:50:48.742Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-02T17:50:51.285Z] Building version [2021-02-02T17:50:53.200Z] Staging config-common [2021-02-02T17:50:54.142Z] Skipping stage go-build-helper (already ran) [2021-02-02T17:50:54.142Z] Skipping stage static-packages (already ran) [2021-02-02T17:50:54.142Z] Skipping stage go115 (already ran) [2021-02-02T17:50:54.142Z] Staging edgex-go [2021-02-02T17:50:55.085Z] Staging version [2021-02-02T17:50:56.026Z] Priming config-common [2021-02-02T17:50:56.967Z] Priming go-build-helper [2021-02-02T17:50:57.910Z] Priming static-packages [2021-02-02T17:50:59.825Z] Priming go115 [2021-02-02T17:51:00.764Z] Priming edgex-go [2021-02-02T17:51:02.152Z] Priming version [2021-02-02T17:51:02.725Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-02T17:51:06.075Z] provisioning config files... [2021-02-02T17:51:06.142Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2692677193626229937tmp [Pipeline] { [Pipeline] sh [2021-02-02T17:51:06.557Z] + set +x [2021-02-02T17:51:06.558Z] + bash -s -- [2021-02-02T17:51:06.558Z] + curl -s https://codecov.io/bash [2021-02-02T17:51:07.160Z] [2021-02-02T17:51:07.160Z] _____ _ [2021-02-02T17:51:07.160Z] / ____| | | [2021-02-02T17:51:07.160Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T17:51:07.160Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T17:51:07.160Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T17:51:07.160Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T17:51:07.160Z] Bash-20210129-7c25fce [2021-02-02T17:51:07.160Z] [2021-02-02T17:51:07.160Z] [2021-02-02T17:51:07.160Z] ==> git version 2.24.3 found [2021-02-02T17:51:07.160Z] ==> 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-02-02T17:51:07.160Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T17:51:07.160Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T17:51:07.160Z] curl: option -sm: expected a proper numerical parameter [2021-02-02T17:51:07.160Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-02T17:51:07.160Z] ==> Jenkins CI detected. [2021-02-02T17:51:07.160Z] project root: . [2021-02-02T17:51:07.160Z] --> token set from env [2021-02-02T17:51:07.160Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T17:51:07.443Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T17:51:07.443Z] ==> Python coveragepy not found [2021-02-02T17:51:07.443Z] ==> Searching for coverage reports in: [2021-02-02T17:51:07.443Z] + . [2021-02-02T17:51:07.727Z] -> Found 1 reports [2021-02-02T17:51:07.727Z] ==> Detecting git/mercurial file structure [2021-02-02T17:51:07.727Z] ==> Reading reports [2021-02-02T17:51:07.727Z] + ./coverage.out bytes=578674 [2021-02-02T17:51:07.727Z] ==> Appending adjustments [2021-02-02T17:51:07.727Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T17:51:13.265Z] + Found adjustments [2021-02-02T17:51:13.266Z] ==> Gzipping contents [2021-02-02T17:51:13.266Z] 88K /tmp/codecov.b8MiK8.gz [2021-02-02T17:51:13.266Z] ==> Uploading reports [2021-02-02T17:51:13.266Z] url: https://codecov.io [2021-02-02T17:51:13.266Z] query: branch=PR-3112&commit=acdff95b38bb11c0e4eee782f546231492bf0bfe&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= [2021-02-02T17:51:13.266Z] -> Pinging Codecov [2021-02-02T17:51:13.266Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3112&commit=acdff95b38bb11c0e4eee782f546231492bf0bfe&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= [2021-02-02T17:51:14.234Z] -> Uploading to [2021-02-02T17:51:14.234Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/acdff95b38bb11c0e4eee782f546231492bf0bfe/cbcaf15a-816c-4c1f-9a0d-1f974baaf8d5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T175114Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=74f89aef9196864f66c647b2e1af08fae6c9cad32b0260cce5235ac954eca1bc [2021-02-02T17:51:14.234Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T17:51:14.234Z] Dload Upload Total Spent Left Speed [2021-02-02T17:51:14.820Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87495 0 0 100 87495 0 161k --:--:-- --:--:-- --:--:-- 162k [2021-02-02T17:51:14.820Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/acdff95b38bb11c0e4eee782f546231492bf0bfe [Pipeline] } [2021-02-02T17:51:14.843Z] 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-02-02T17:51:16.728Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:51:18.023Z] ---> package-listing.sh [2021-02-02T17:51:18.023Z] ++ facter osfamily [2021-02-02T17:51:18.023Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T17:51:18.023Z] + OS_FAMILY=redhat [2021-02-02T17:51:18.023Z] + workspace=/w/workspace/edgex-go/3 [2021-02-02T17:51:18.023Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T17:51:18.023Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T17:51:18.023Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T17:51:18.023Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T17:51:18.023Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-02T17:51:18.023Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T17:51:18.023Z] + case "${OS_FAMILY}" in [2021-02-02T17:51:18.023Z] + rpm -qa [2021-02-02T17:51:18.023Z] + sort [2021-02-02T17:51:24.682Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T17:51:24.683Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T17:51:24.683Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T17:51:24.683Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-02T17:51:24.683Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-02T17:51:24.683Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-02T17:51:24.698Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T17:51:25.011Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:51:25.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:51:25.877Z] [2021-02-02T17:51:25.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T17:51:26.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:51:26.252Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T17:51:26.252Z] df20fa9351a1: Pulling fs layer [2021-02-02T17:51:26.252Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T17:51:26.252Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T17:51:26.252Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T17:51:26.252Z] 93b61091891f: Pulling fs layer [2021-02-02T17:51:26.252Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T17:51:26.252Z] 5e14af77c1be: Pulling fs layer [2021-02-02T17:51:26.252Z] 01666e4c0597: Pulling fs layer [2021-02-02T17:51:26.252Z] aa168da1d23b: Pulling fs layer [2021-02-02T17:51:26.252Z] 93b61091891f: Waiting [2021-02-02T17:51:26.252Z] 93b9cdb0e59b: Waiting [2021-02-02T17:51:26.252Z] 5e14af77c1be: Waiting [2021-02-02T17:51:26.252Z] 01666e4c0597: Waiting [2021-02-02T17:51:26.252Z] aa168da1d23b: Waiting [2021-02-02T17:51:26.252Z] 46f8f816bc3b: Waiting [2021-02-02T17:51:26.529Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T17:51:26.529Z] 36b3adc4ff6f: Download complete [2021-02-02T17:51:26.529Z] 46f8f816bc3b: Download complete [2021-02-02T17:51:26.529Z] df20fa9351a1: Verifying Checksum [2021-02-02T17:51:26.529Z] df20fa9351a1: Download complete [2021-02-02T17:51:26.529Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T17:51:26.529Z] 93b9cdb0e59b: Download complete [2021-02-02T17:51:26.806Z] 5e14af77c1be: Verifying Checksum [2021-02-02T17:51:26.806Z] 5e14af77c1be: Download complete [2021-02-02T17:51:26.806Z] 01666e4c0597: Verifying Checksum [2021-02-02T17:51:26.806Z] 01666e4c0597: Download complete [2021-02-02T17:51:26.806Z] 93b61091891f: Download complete [2021-02-02T17:51:27.084Z] df20fa9351a1: Pull complete [2021-02-02T17:51:27.360Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T17:51:27.360Z] 8ad3a11d3b57: Download complete [2021-02-02T17:51:27.360Z] 36b3adc4ff6f: Pull complete [2021-02-02T17:51:28.815Z] 8ad3a11d3b57: Pull complete [2021-02-02T17:51:28.815Z] 46f8f816bc3b: Pull complete [2021-02-02T17:51:31.444Z] aa168da1d23b: Verifying Checksum [2021-02-02T17:51:31.444Z] aa168da1d23b: Download complete [2021-02-02T17:51:31.444Z] 93b61091891f: Pull complete [2021-02-02T17:51:31.708Z] 93b9cdb0e59b: Pull complete [2021-02-02T17:51:32.300Z] 5e14af77c1be: Pull complete [2021-02-02T17:51:32.300Z] 01666e4c0597: Pull complete [2021-02-02T17:51:45.697Z] aa168da1d23b: Pull complete [2021-02-02T17:51:45.697Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T17:51:45.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T17:51:45.697Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T17:51:46.003Z] prd-centos7-docker-4c-2g-24580 does not seem to be running inside a container [2021-02-02T17:51:46.083Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T17:51:49.963Z] $ docker top d01518f5dfbf0c4e6048b1b7249b672c389f4592c9877ead4e10d39c5fe6b0e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T17:51:50.776Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T17:51:51.140Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T17:51:51.537Z] + ls /var/log/sa-host [2021-02-02T17:51:51.537Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T17:51:51.537Z] file_magic: OK [2021-02-02T17:51:51.537Z] HZ: Using current value: 100 [2021-02-02T17:51:51.537Z] file_header: OK [2021-02-02T17:51:51.537Z] 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-02-02T17:51:51.537Z] Statistics: [2021-02-02T17:51:51.537Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-02T17:51:51.537Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T17:51:51.537Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T17:51:51.537Z] file_magic: OK [2021-02-02T17:51:51.537Z] HZ: Using current value: 100 [2021-02-02T17:51:51.537Z] file_header: OK [2021-02-02T17:51:51.537Z] 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-02-02T17:51:51.537Z] Statistics: [2021-02-02T17:51:51.537Z] Hnuu...uuuununununu... [2021-02-02T17:51:51.537Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T17:51:51.778Z] provisioning config files... [2021-02-02T17:51:51.800Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8924719956538113928tmp [Pipeline] { [Pipeline] echo [2021-02-02T17:51:51.862Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:51:52.176Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T17:51:52.189Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T17:51:52.286Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:51:52.606Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T17:51:52.624Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:51:52.940Z] ---> sudo-logs.sh [2021-02-02T17:51:52.940Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T17:51:53.217Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:51:53.531Z] ---> job-cost.sh [2021-02-02T17:51:53.531Z] lf-activate-venv: SKIPPING [2021-02-02T17:51:53.531Z] INFO: No Stack... [2021-02-02T17:51:55.494Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T17:51:55.762Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T17:51:55.779Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T17:51:56.142Z] ---> logs-deploy.sh [2021-02-02T17:51:56.142Z] lf-activate-venv: SKIPPING [2021-02-02T17:51:56.142Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3112/3 [2021-02-02T17:51:56.142Z] INFO: archiving workspace using pattern(s): [2021-02-02T17:51:59.832Z] Archives upload complete. [2021-02-02T17:51:59.832Z] INFO: archiving logs to Nexus