Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 38a1666c751e57e8162b9ecedce0d9f4da283bd1+a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc (55b1a808bcba6d509b57aa9330d2d675144289ea) 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-24369’ Running on prd-centos7-docker-4c-2g-24370 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc into PR head commit 38a1666c751e57e8162b9ecedce0d9f4da283bd1 Merge succeeded, producing 38a1666c751e57e8162b9ecedce0d9f4da283bd1 Checking out Revision 38a1666c751e57e8162b9ecedce0d9f4da283bd1 (PR-3075) > git config core.sparsecheckout # timeout=10 > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # 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 a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T18:25:34.865Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T18:25:35.117Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T18:25:35.214Z] ========================================================= [2021-02-01T18:25:35.214Z] EdgeX Global Pipelines Version Info [2021-02-01T18:25:35.214Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5469142c37ae0f77ce3be9aedecd3ba1970e08e1 # timeout=10 [2021-02-01T18:25:37.284Z] ------------------- [2021-02-01T18:25:37.284Z] stable info: [2021-02-01T18:25:37.284Z] ------------------- [2021-02-01T18:25:37.284Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:25:37.284Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:25:37.284Z] Message: update stable to v1.0.179 [2021-02-01T18:25:37.878Z] ------------------- [2021-02-01T18:25:37.878Z] experimental info: [2021-02-01T18:25:37.878Z] ------------------- [2021-02-01T18:25:37.878Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:25:37.878Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:25:37.878Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T18:25:38.191Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T18:25:38.297Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T18:25:38.393Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T18:25:38.478Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T18:25:38.605Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T18:25:38.688Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T18:25:38.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T18:25:38.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T18:25:38.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T18:25:39.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T18:25:39.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T18:25:39.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T18:25:39.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T18:25:39.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T18:25:39.691Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T18:25:39.785Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T18:25:39.914Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T18:25:40.009Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T18:25:40.121Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T18:25:40.211Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T18:25:40.307Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T18:25:40.430Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T18:25:40.549Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T18:25:40.703Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo [2021-02-01T18:25:40.817Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo [2021-02-01T18:25:40.908Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo [2021-02-01T18:25:41.029Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38a1666c751e57e8162b9ecedce0d9f4da283bd1 [Pipeline] echo [2021-02-01T18:25:41.247Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38a1666 [Pipeline] echo [2021-02-01T18:25:41.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T18:25:41.559Z] provisioning config files... [2021-02-01T18:25:41.595Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config2877111952509126160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:25:42.003Z] ---> docker-login.sh [2021-02-01T18:25:42.003Z] nexus3.edgexfoundry.org:10001 [2021-02-01T18:25:42.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:25:42.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:25:42.878Z] Configure a credential helper to remove this warning. See [2021-02-01T18:25:42.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:25:42.878Z] [2021-02-01T18:25:42.878Z] Login Succeeded [2021-02-01T18:25:42.878Z] nexus3.edgexfoundry.org:10002 [2021-02-01T18:25:43.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:25:43.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:25:43.161Z] Configure a credential helper to remove this warning. See [2021-02-01T18:25:43.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:25:43.161Z] [2021-02-01T18:25:43.161Z] Login Succeeded [2021-02-01T18:25:43.161Z] nexus3.edgexfoundry.org:10003 [2021-02-01T18:25:43.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:25:43.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:25:43.433Z] Configure a credential helper to remove this warning. See [2021-02-01T18:25:43.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:25:43.433Z] [2021-02-01T18:25:43.433Z] Login Succeeded [2021-02-01T18:25:43.433Z] nexus3.edgexfoundry.org:10004 [2021-02-01T18:25:43.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:25:43.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:25:43.994Z] Configure a credential helper to remove this warning. See [2021-02-01T18:25:43.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:25:43.994Z] [2021-02-01T18:25:43.994Z] Login Succeeded [2021-02-01T18:25:43.994Z] docker.io [2021-02-01T18:25:43.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:25:44.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:25:44.283Z] Configure a credential helper to remove this warning. See [2021-02-01T18:25:44.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:25:44.283Z] [2021-02-01T18:25:44.283Z] Login Succeeded [2021-02-01T18:25:44.283Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T18:25:44.299Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:25:44.785Z] ++ 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-01T18:25:44.785Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T18:25:44.785Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T18:25:44.785Z] ++ cut -d/ -f2 [2021-02-01T18:25:44.785Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T18:25:44.785Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T18:25:44.785Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T18:25:44.785Z] ++ cut -d/ -f2 [2021-02-01T18:25:44.785Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T18:25:44.785Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T18:25:44.785Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T18:25:44.785Z] ++ cut -d/ -f2 [2021-02-01T18:25:44.785Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T18:25:44.785Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T18:25:44.785Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T18:25:44.785Z] ++ cut -d/ -f2 [2021-02-01T18:25:44.785Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T18:25:44.785Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T18:25:44.785Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T18:25:44.785Z] ++ cut -d/ -f2 [2021-02-01T18:25:44.785Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T18:25:44.785Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T18:25:44.785Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T18:25:44.785Z] ++ cut -d/ -f2 [2021-02-01T18:25:44.785Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T18:25:44.785Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T18:25:44.785Z] ++ cut -d/ -f2 [2021-02-01T18:25:44.785Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T18:25:44.785Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T18:25:44.785Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T18:25:44.785Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T18:25:44.785Z] ++ cut -d/ -f2 [2021-02-01T18:25:44.785Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T18:25:44.785Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T18:25:44.785Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T18:25:44.785Z] ++ cut -d/ -f2 [2021-02-01T18:25:44.785Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T18:25:44.880Z] 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-01T18:25:46.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:25:46.156Z] [2021-02-01T18:25:46.156Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:25:46.595Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:25:46.596Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T18:25:46.596Z] 31603596830f: Pulling fs layer [2021-02-01T18:25:46.596Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T18:25:46.596Z] 6ca5941a6612: Pulling fs layer [2021-02-01T18:25:46.596Z] ecc8261a40a4: Pulling fs layer [2021-02-01T18:25:46.596Z] ecc8261a40a4: Waiting [2021-02-01T18:25:46.886Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T18:25:46.886Z] 2a8b12db71e7: Download complete [2021-02-01T18:25:46.886Z] 31603596830f: Verifying Checksum [2021-02-01T18:25:46.886Z] 31603596830f: Download complete [2021-02-01T18:25:47.188Z] ecc8261a40a4: Verifying Checksum [2021-02-01T18:25:47.188Z] ecc8261a40a4: Download complete [2021-02-01T18:25:47.465Z] 6ca5941a6612: Verifying Checksum [2021-02-01T18:25:47.465Z] 6ca5941a6612: Download complete [2021-02-01T18:25:47.465Z] 31603596830f: Pull complete [2021-02-01T18:25:47.758Z] 2a8b12db71e7: Pull complete [2021-02-01T18:25:49.199Z] 6ca5941a6612: Pull complete [2021-02-01T18:25:49.810Z] ecc8261a40a4: Pull complete [2021-02-01T18:25:49.810Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T18:25:49.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:25:49.810Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T18:25:49.982Z] prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container [2021-02-01T18:25:50.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:25:52.623Z] $ docker top 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:25:53.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:25:53.030Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:25:53.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:25:53.580Z] $ docker exec 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 ssh-agent [2021-02-01T18:25:53.996Z] SSH_AUTH_SOCK=/tmp/ssh-u7lKFkAeX9NA/agent.12 [2021-02-01T18:25:53.996Z] SSH_AGENT_PID=18 [2021-02-01T18:25:54.024Z] Running ssh-add (command line suppressed) [2021-02-01T18:25:54.286Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_8380645765151109798.key (/w/workspace/edgex-go/15@tmp/private_key_8380645765151109798.key) [2021-02-01T18:25:54.427Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:25:54.813Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T18:25:54.837Z] $ docker exec --env ******** --env ******** 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 ssh-agent -k [2021-02-01T18:25:55.013Z] unset SSH_AUTH_SOCK; [2021-02-01T18:25:55.014Z] unset SSH_AGENT_PID; [2021-02-01T18:25:55.014Z] echo Agent pid 18 killed; [2021-02-01T18:25:55.107Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T18:25:55.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:25:55.244Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:25:55.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:25:55.664Z] $ docker exec 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 ssh-agent [2021-02-01T18:25:56.025Z] SSH_AUTH_SOCK=/tmp/ssh-vhvPtRG7vQWJ/agent.48 [2021-02-01T18:25:56.025Z] SSH_AGENT_PID=54 [2021-02-01T18:25:56.036Z] Running ssh-add (command line suppressed) [2021-02-01T18:25:56.299Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_8600272219078356577.key (/w/workspace/edgex-go/15@tmp/private_key_8600272219078356577.key) [2021-02-01T18:25:56.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:25:56.811Z] + git semver init [2021-02-01T18:25:56.811Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:25:56.811Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2021-02-01T18:25:56.811Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2021-02-01T18:25:56.811Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:25:56.811Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:25:56.811Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:25:56.811Z] # $SEMVER_BRANCH = PR-3075 [2021-02-01T18:25:56.811Z] # $SEMVER_TEMP = /tmp/semver-475844739 [2021-02-01T18:25:56.811Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T18:26:29.343Z] # '/tmp/semver-475844739' -> '/w/workspace/edgex-go/15/.semver' [2021-02-01T18:26:29.343Z] # -> Force: false [2021-02-01T18:26:29.343Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2021-02-01T18:26:29.370Z] $ docker exec --env ******** --env ******** 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 ssh-agent -k [2021-02-01T18:26:29.817Z] unset SSH_AUTH_SOCK; [2021-02-01T18:26:29.818Z] unset SSH_AGENT_PID; [2021-02-01T18:26:29.818Z] echo Agent pid 54 killed; [2021-02-01T18:26:29.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:26:30.555Z] + git semver [Pipeline] } [2021-02-01T18:26:30.580Z] $ docker stop --time=1 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 [2021-02-01T18:26:32.260Z] $ docker rm -f 2aa2822e249e7d2916281e3f4648c2ada8b67ddb1f2f2b7f8854760d839c08e7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:26:32.917Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T18:26:33.804Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T18:26:33.807Z] [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-01T18:26:34.745Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:26:35.075Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:26:35.448Z] + sudo service docker restart [2021-02-01T18:26:35.448Z] + true [2021-02-01T18:26:35.448Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T18:26:36.912Z] ========================================================= [2021-02-01T18:26:36.912Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T18:26:36.912Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:26:37.273Z] + 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-01T18:26:44.077Z] Sending build context to Docker daemon 327.4MB [2021-02-01T18:26:44.077Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T18:26:44.077Z] Step 2/6 : FROM ${BASE} [2021-02-01T18:26:44.077Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T18:26:44.077Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T18:26:44.077Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T18:26:44.077Z] de9db76c5a1d: Pulling fs layer [2021-02-01T18:26:44.077Z] bca2f99d35d6: Pulling fs layer [2021-02-01T18:26:44.077Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T18:26:44.078Z] 7c6f9722023f: Pulling fs layer [2021-02-01T18:26:44.078Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T18:26:44.078Z] 93359f2a8cfa: Waiting [2021-02-01T18:26:44.078Z] 7c6f9722023f: Waiting [2021-02-01T18:26:44.078Z] a35cf1a2eb13: Waiting [2021-02-01T18:26:44.078Z] bca2f99d35d6: Waiting [2021-02-01T18:26:44.078Z] de9db76c5a1d: Verifying Checksum [2021-02-01T18:26:44.078Z] de9db76c5a1d: Download complete [2021-02-01T18:26:44.078Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T18:26:44.078Z] 0ef7d3d256c8: Download complete [2021-02-01T18:26:44.078Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T18:26:44.078Z] 93359f2a8cfa: Download complete [2021-02-01T18:26:44.078Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T18:26:44.078Z] 188c0c94c7c5: Download complete [2021-02-01T18:26:44.078Z] 7c6f9722023f: Verifying Checksum [2021-02-01T18:26:44.078Z] 7c6f9722023f: Download complete [2021-02-01T18:26:44.350Z] 188c0c94c7c5: Pull complete [2021-02-01T18:26:45.343Z] 0ef7d3d256c8: Pull complete [2021-02-01T18:26:45.626Z] de9db76c5a1d: Pull complete [2021-02-01T18:26:47.099Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T18:26:47.099Z] a35cf1a2eb13: Download complete [2021-02-01T18:26:47.714Z] bca2f99d35d6: Verifying Checksum [2021-02-01T18:26:47.714Z] bca2f99d35d6: Download complete [2021-02-01T18:26:49.210Z] Still waiting to schedule task [2021-02-01T18:26:49.211Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-01T18:27:00.311Z] bca2f99d35d6: Pull complete [2021-02-01T18:27:00.311Z] 93359f2a8cfa: Pull complete [2021-02-01T18:27:00.311Z] 7c6f9722023f: Pull complete [2021-02-01T18:27:04.699Z] a35cf1a2eb13: Pull complete [2021-02-01T18:27:04.699Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T18:27:04.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T18:27:04.699Z] ---> a62c8e92a672 [2021-02-01T18:27:04.699Z] 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-01T18:27:04.699Z] ---> Running in 3d2f039cfdca [2021-02-01T18:27:05.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:27:06.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:27:07.273Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T18:27:07.273Z] (2/12) Installing file (5.38-r0) [2021-02-01T18:27:07.273Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T18:27:07.562Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T18:27:10.965Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T18:27:10.965Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T18:27:10.965Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T18:27:10.965Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T18:27:11.240Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T18:27:11.240Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T18:27:11.523Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T18:27:11.523Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T18:27:11.523Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:27:11.523Z] OK: 233 MiB in 51 packages [2021-02-01T18:27:15.843Z] Removing intermediate container 3d2f039cfdca [2021-02-01T18:27:15.843Z] ---> 6975be29132e [2021-02-01T18:27:15.843Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T18:27:15.843Z] ---> Running in 48c39f5130e1 [2021-02-01T18:27:15.843Z] Removing intermediate container 48c39f5130e1 [2021-02-01T18:27:15.843Z] ---> c0e27be8a476 [2021-02-01T18:27:15.843Z] Step 5/6 : COPY go.mod . [2021-02-01T18:27:15.843Z] ---> 0fe25eac4f8b [2021-02-01T18:27:15.843Z] Step 6/6 : RUN go mod download [2021-02-01T18:27:15.843Z] ---> Running in fcc9b8f1804c [2021-02-01T18:27:42.879Z] Removing intermediate container fcc9b8f1804c [2021-02-01T18:27:42.879Z] ---> b604f0333df7 [2021-02-01T18:27:42.879Z] Successfully built b604f0333df7 [2021-02-01T18:27:42.879Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:27:43.251Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:27:43.527Z] . [Pipeline] withDockerContainer [2021-02-01T18:27:43.670Z] prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container [2021-02-01T18:27:43.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:27:45.633Z] $ docker top 43c5d7acce68bd923d61379b74c4deea90a2fb4acda0c4cc7c08aca3e478f211 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:27:46.873Z] + go version [2021-02-01T18:27:46.874Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T18:27:47.019Z] $ docker stop --time=1 43c5d7acce68bd923d61379b74c4deea90a2fb4acda0c4cc7c08aca3e478f211 [2021-02-01T18:27:48.907Z] $ docker rm -f 43c5d7acce68bd923d61379b74c4deea90a2fb4acda0c4cc7c08aca3e478f211 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:27:50.182Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:27:50.182Z] . [Pipeline] withDockerContainer [2021-02-01T18:27:50.392Z] prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container [2021-02-01T18:27:50.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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:27:52.170Z] $ docker top c8da86f1e972db57ec7a2d107dcd04d63efcfc789a61f10fa1eed7aa53b6b8d7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T18:27:52.496Z] ========================================================= [2021-02-01T18:27:52.496Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T18:27:52.496Z] ========================================================= [Pipeline] sh [2021-02-01T18:27:53.313Z] + make test [2021-02-01T18:27:53.314Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T18:28:15.777Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T18:28:36.725Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24375 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-02-01T18:28:36.844Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-02-01T18:28:43.470Z] using credential edgex-jenkins-ssh [2021-02-01T18:28:43.546Z] Cloning the remote Git repository [2021-02-01T18:28:43.633Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T18:28:43.758Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-02-01T18:28:43.827Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T18:28:43.829Z] > git --version # timeout=10 [2021-02-01T18:28:43.848Z] > git --version # 'git version 2.17.1' [2021-02-01T18:28:43.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:28:43.904Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:28:48.755Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T18:28:51.556Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T18:28:56.430Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T18:28:56.431Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T18:28:56.431Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T18:29:00.129Z] Merging remotes/origin/master commit a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc into PR head commit 38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:29:00.686Z] Merge succeeded, producing 38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:29:00.687Z] Checking out Revision 38a1666c751e57e8162b9ecedce0d9f4da283bd1 (PR-3075) [2021-02-01T18:29:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T18:29:01.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T18:29:01.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T18:29:01.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T18:29:01.131Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T18:28:59.386Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T18:28:59.414Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:28:59.443Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T18:28:59.482Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T18:28:59.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:28:59.494Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:29:00.155Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:29:00.211Z] > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # timeout=10 [2021-02-01T18:29:00.592Z] > git remote # timeout=10 [2021-02-01T18:29:00.618Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T18:29:00.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:29:00.646Z] > git merge a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc # timeout=10 [2021-02-01T18:29:00.676Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T18:29:00.699Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:29:00.717Z] > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # timeout=10 [2021-02-01T18:29:02.266Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T18:29:05.081Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:29:06.638Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:29:07.009Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T18:29:07.009Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T18:29:07.009Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T18:29:07.072Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:29:07.426Z] + + sudotrue service [2021-02-01T18:29:07.426Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T18:29:09.487Z] provisioning config files... [2021-02-01T18:29:09.535Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config6661008633370161240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:29:09.945Z] ---> docker-login.sh [2021-02-01T18:29:09.946Z] nexus3.edgexfoundry.org:10001 [2021-02-01T18:29:10.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:29:11.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:29:11.199Z] Configure a credential helper to remove this warning. See [2021-02-01T18:29:11.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:29:11.199Z] [2021-02-01T18:29:11.199Z] Login Succeeded [2021-02-01T18:29:11.199Z] nexus3.edgexfoundry.org:10002 [2021-02-01T18:29:11.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:29:11.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:29:11.752Z] Configure a credential helper to remove this warning. See [2021-02-01T18:29:11.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:29:11.752Z] [2021-02-01T18:29:11.752Z] Login Succeeded [2021-02-01T18:29:11.752Z] nexus3.edgexfoundry.org:10003 [2021-02-01T18:29:12.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:29:12.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:29:12.309Z] Configure a credential helper to remove this warning. See [2021-02-01T18:29:12.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:29:12.309Z] [2021-02-01T18:29:12.309Z] Login Succeeded [2021-02-01T18:29:12.309Z] nexus3.edgexfoundry.org:10004 [2021-02-01T18:29:12.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:29:12.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:29:12.874Z] Configure a credential helper to remove this warning. See [2021-02-01T18:29:12.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:29:12.874Z] [2021-02-01T18:29:12.874Z] Login Succeeded [2021-02-01T18:29:12.874Z] docker.io [2021-02-01T18:29:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.404s coverage: 46.0% of statements [2021-02-01T18:29:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T18:29:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T18:29:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T18:29:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T18:29:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T18:29:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T18:29:12.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T18:29:12.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements [2021-02-01T18:29:13.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T18:29:13.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T18:29:13.740Z] Configure a credential helper to remove this warning. See [2021-02-01T18:29:13.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T18:29:13.740Z] [2021-02-01T18:29:13.740Z] Login Succeeded [2021-02-01T18:29:13.740Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T18:29:13.756Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-01T18:29:14.164Z] ========================================================= [2021-02-01T18:29:14.164Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T18:29:14.164Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:29:14.549Z] + 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-01T18:29:17.208Z] Sending build context to Docker daemon 166MB [2021-02-01T18:29:17.208Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T18:29:17.208Z] Step 2/6 : FROM ${BASE} [2021-02-01T18:29:17.208Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T18:29:17.208Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T18:29:17.208Z] a4357932f1b6: Pulling fs layer [2021-02-01T18:29:17.208Z] 18c013af1878: Pulling fs layer [2021-02-01T18:29:17.208Z] 00ac8860ef70: Pulling fs layer [2021-02-01T18:29:17.208Z] 63d7cb157983: Pulling fs layer [2021-02-01T18:29:17.208Z] b116817d02f9: Pulling fs layer [2021-02-01T18:29:17.208Z] 745a02a5169b: Pulling fs layer [2021-02-01T18:29:17.208Z] 00ac8860ef70: Waiting [2021-02-01T18:29:17.208Z] 63d7cb157983: Waiting [2021-02-01T18:29:17.208Z] 745a02a5169b: Waiting [2021-02-01T18:29:17.208Z] b116817d02f9: Waiting [2021-02-01T18:29:17.208Z] 18c013af1878: Verifying Checksum [2021-02-01T18:29:17.208Z] 18c013af1878: Download complete [2021-02-01T18:29:17.208Z] a4357932f1b6: Download complete [2021-02-01T18:29:17.208Z] 63d7cb157983: Download complete [2021-02-01T18:29:17.208Z] b116817d02f9: Verifying Checksum [2021-02-01T18:29:17.208Z] b116817d02f9: Download complete [2021-02-01T18:29:17.208Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T18:29:17.208Z] 5f621e34cdf4: Download complete [2021-02-01T18:29:17.818Z] 5f621e34cdf4: Pull complete [2021-02-01T18:29:18.415Z] a4357932f1b6: Pull complete [2021-02-01T18:29:18.692Z] 18c013af1878: Pull complete [2021-02-01T18:29:18.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.441s coverage: 27.1% of statements [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T18:29:18.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.145s coverage: 100.0% of statements [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T18:29:18.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.232s coverage: 100.0% of statements [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T18:29:18.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.157s coverage: 65.8% of statements [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T18:29:18.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T18:29:19.296Z] 745a02a5169b: Verifying Checksum [2021-02-01T18:29:19.296Z] 745a02a5169b: Download complete [2021-02-01T18:29:19.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.588s coverage: 82.3% of statements [2021-02-01T18:29:19.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T18:29:19.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T18:29:19.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T18:29:19.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T18:29:20.287Z] 00ac8860ef70: Verifying Checksum [2021-02-01T18:29:20.287Z] 00ac8860ef70: Download complete [2021-02-01T18:29:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.575s coverage: 28.6% of statements [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T18:29:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.202s coverage: 100.0% of statements [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T18:29:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T18:29:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T18:29:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.211s coverage: 97.5% of statements [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T18:29:25.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 78.3% of statements [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T18:29:25.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T18:29:29.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.797s coverage: 92.8% of statements [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T18:29:29.932Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.127s coverage: 58.8% of statements [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T18:29:29.932Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.109s coverage: 0.1% of statements [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T18:29:29.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T18:29:29.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 45.5% of statements [2021-02-01T18:29:29.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements [2021-02-01T18:29:29.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements [2021-02-01T18:29:29.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2021-02-01T18:29:29.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-02-01T18:29:30.462Z] 00ac8860ef70: Pull complete [2021-02-01T18:29:30.462Z] 63d7cb157983: Pull complete [2021-02-01T18:29:31.054Z] b116817d02f9: Pull complete [2021-02-01T18:29:34.459Z] 745a02a5169b: Pull complete [2021-02-01T18:29:34.459Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T18:29:34.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T18:29:34.459Z] ---> b7e6874047d6 [2021-02-01T18:29:34.459Z] 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-01T18:29:37.878Z] ---> Running in 81a09b5ff2ae [2021-02-01T18:29:38.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:29:39.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:29:40.458Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T18:29:40.458Z] (2/12) Installing file (5.38-r0) [2021-02-01T18:29:40.734Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T18:29:40.734Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T18:29:42.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements [2021-02-01T18:29:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.096s coverage: 44.8% of statements [2021-02-01T18:29:47.427Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T18:29:47.427Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T18:29:47.427Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T18:29:47.427Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T18:29:47.427Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T18:29:47.427Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T18:29:47.427Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T18:29:47.427Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T18:29:47.427Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:29:47.427Z] OK: 217 MiB in 51 packages [2021-02-01T18:29:51.747Z] Removing intermediate container 81a09b5ff2ae [2021-02-01T18:29:51.747Z] ---> cfbfdd16f7e6 [2021-02-01T18:29:51.747Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T18:29:51.747Z] ---> Running in 1ead4a07c63d [2021-02-01T18:29:52.020Z] Removing intermediate container 1ead4a07c63d [2021-02-01T18:29:52.020Z] ---> 9df61dc013ae [2021-02-01T18:29:52.020Z] Step 5/6 : COPY go.mod . [2021-02-01T18:29:52.618Z] ---> 7e94697e34eb [2021-02-01T18:29:52.618Z] Step 6/6 : RUN go mod download [2021-02-01T18:29:52.896Z] ---> Running in 360c4d4aea87 [2021-02-01T18:29:55.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.260s coverage: 92.9% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.186s coverage: 87.2% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 75.5% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.102s coverage: 87.2% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.2% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.319s coverage: 91.4% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.279s coverage: 63.5% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.114s coverage: 100.0% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.583s coverage: 68.9% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 37.0% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.475s coverage: 84.0% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.264s coverage: 47.1% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T18:29:55.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-02-01T18:29:55.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T18:29:58.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.433s coverage: 29.1% of statements [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T18:29:58.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T18:29:58.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T18:29:58.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 100.0% of statements [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T18:29:58.114Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T18:29:58.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T18:29:58.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T18:29:58.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements [2021-02-01T18:29:58.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T18:29:58.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T18:29:59.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-02-01T18:29:59.703Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-02-01T18:29:59.703Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-02-01T18:30:00.312Z] GO111MODULE=on go vet ./... [2021-02-01T18:30:19.716Z] Removing intermediate container 360c4d4aea87 [2021-02-01T18:30:19.716Z] ---> 7d9b8608dad2 [2021-02-01T18:30:19.716Z] Successfully built 7d9b8608dad2 [2021-02-01T18:30:19.716Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:30:20.063Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:30:20.063Z] . [Pipeline] withDockerContainer [2021-02-01T18:30:20.352Z] prd-ubuntu18.04-docker-arm64-4c-16g-24375 does not seem to be running inside a container [2021-02-01T18:30:20.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:30:22.032Z] $ docker top a8a62a3002f4a30c3f5a589f7a50552f877a606ea180ee01de9943169b9beed7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:30:23.032Z] + go version [2021-02-01T18:30:23.032Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T18:30:23.057Z] $ docker stop --time=1 a8a62a3002f4a30c3f5a589f7a50552f877a606ea180ee01de9943169b9beed7 [2021-02-01T18:30:24.971Z] $ docker rm -f a8a62a3002f4a30c3f5a589f7a50552f877a606ea180ee01de9943169b9beed7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:30:25.973Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:30:25.973Z] . [Pipeline] withDockerContainer [2021-02-01T18:30:26.201Z] prd-ubuntu18.04-docker-arm64-4c-16g-24375 does not seem to be running inside a container [2021-02-01T18:30:26.303Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:30:27.599Z] $ docker top 3e05c66c6d1a26094625c6c5bd5a9fda9847c04c5183f9e6306b10e5d6b35e1e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T18:30:27.945Z] ========================================================= [2021-02-01T18:30:27.946Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T18:30:27.946Z] ========================================================= [Pipeline] sh [2021-02-01T18:30:28.579Z] + make test [2021-02-01T18:30:28.579Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T18:30:50.770Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T18:30:57.569Z] gofmt -l . [2021-02-01T18:30:57.569Z] [ "`gofmt -l .`" = "" ] [2021-02-01T18:30:57.569Z] ./bin/test-go-mod-tidy.sh [2021-02-01T18:30:57.856Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T18:31:00.215Z] + ls -al . [2021-02-01T18:31:00.215Z] total 680 [2021-02-01T18:31:00.215Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 18:30 . [2021-02-01T18:31:00.215Z] drwxr-xr-x 4 root root 30 Feb 1 18:27 .. [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 18:25 .dockerignore [2021-02-01T18:31:00.215Z] drwxrwxr-x 8 1001 1001 179 Feb 1 18:25 .git [2021-02-01T18:31:00.215Z] drwxrwxr-x 3 1001 1001 125 Feb 1 18:25 .github [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 18:25 .gitignore [2021-02-01T18:31:00.215Z] drwx------ 3 1001 1001 60 Feb 1 18:26 .semver [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 18:25 .sonarcloud.properties [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 18:25 Attribution.txt [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 18:25 CONTRIBUTING.md [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 18:25 Dockerfile.build [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 18:25 Jenkinsfile [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 18:25 LICENSE [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 18:25 Makefile [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 18:25 README.md [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 18:25 SECURITY.md [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 18:26 VERSION [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 18:25 ZMQWindows.md [2021-02-01T18:31:00.215Z] drwxrwxr-x 2 1001 1001 117 Feb 1 18:25 bin [2021-02-01T18:31:00.215Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 18:25 cmd [2021-02-01T18:31:00.215Z] -rw-r--r-- 1 root root 574984 Feb 1 18:29 coverage.out [2021-02-01T18:31:00.215Z] -rw-r--r-- 1 root root 1054 Feb 1 18:30 go.mod [2021-02-01T18:31:00.215Z] -rw-r--r-- 1 root root 19399 Feb 1 18:30 go.sum [2021-02-01T18:31:00.215Z] drwxrwxr-x 8 1001 1001 127 Feb 1 18:25 internal [2021-02-01T18:31:00.215Z] drwxrwxr-x 4 1001 1001 26 Feb 1 18:25 openapi [2021-02-01T18:31:00.215Z] drwxrwxr-x 4 1001 1001 71 Feb 1 18:25 snap [2021-02-01T18:31:00.215Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 18:25 version.go [Pipeline] sh [2021-02-01T18:31:00.579Z] + '[' -e coverage.out ] [2021-02-01T18:31:00.579Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T18:31:00.995Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T18:31:01.346Z] + make build [2021-02-01T18:31:01.346Z] 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-01T18:31:06.889Z] 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-01T18:31:22.458Z] 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-01T18:31:26.065Z] 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-01T18:31:30.076Z] 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-01T18:31:30.679Z] 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-01T18:31:33.325Z] 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-01T18:31:35.926Z] 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-01T18:31:37.406Z] 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-01T18:31:37.844Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T18:31:40.180Z] 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-01T18:31:41.311Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T18:31:42.021Z] 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-01T18:31:44.053Z] 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-01T18:31:45.553Z] 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-01T18:31:46.754Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T18:31:46.754Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T18:31:46.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [Pipeline] } [2021-02-01T18:31:48.230Z] $ docker stop --time=1 c8da86f1e972db57ec7a2d107dcd04d63efcfc789a61f10fa1eed7aa53b6b8d7 [2021-02-01T18:31:50.540Z] $ docker rm -f c8da86f1e972db57ec7a2d107dcd04d63efcfc789a61f10fa1eed7aa53b6b8d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-01T18:31:53.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T18:31:53.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T18:31:53.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T18:31:53.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T18:31:53.489Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T18:31:53.489Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:31:54.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T18:31:54.080Z] [2021-02-01T18:31:54.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:31:54.516Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T18:31:54.790Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T18:31:54.790Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T18:31:54.790Z] ca9280d653b3: Pulling fs layer [2021-02-01T18:31:54.790Z] 7e9c9ca2126c: Pulling fs layer [2021-02-01T18:31:55.089Z] cbdbe7a5bc2a: Download complete [2021-02-01T18:31:56.105Z] ca9280d653b3: Verifying Checksum [2021-02-01T18:31:56.105Z] ca9280d653b3: Download complete [2021-02-01T18:31:56.105Z] cbdbe7a5bc2a: Pull complete [2021-02-01T18:31:58.183Z] ca9280d653b3: Pull complete [2021-02-01T18:31:58.794Z] 7e9c9ca2126c: Download complete [2021-02-01T18:32:00.223Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T18:32:00.223Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T18:32:00.223Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T18:32:06.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.377s coverage: 46.0% of statements [2021-02-01T18:32:06.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T18:32:06.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T18:32:06.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T18:32:06.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T18:32:06.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T18:32:06.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T18:32:06.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T18:32:06.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.155s coverage: 100.0% of statements [2021-02-01T18:32:09.177Z] 7e9c9ca2126c: Pull complete [2021-02-01T18:32:09.177Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T18:32:09.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T18:32:09.177Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-01T18:32:09.469Z] prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container [2021-02-01T18:32:09.581Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:32:12.651Z] $ docker top f729f2815c9d1d6b5ebb7631c8f475d0967bb321a838775092b3b11d99334f58 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:32:13.659Z] + docker-compose build --help+ grep parallel [2021-02-01T18:32:13.659Z] [2021-02-01T18:32:13.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.553s coverage: 27.1% of statements [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T18:32:13.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T18:32:13.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T18:32:13.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T18:32:13.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T18:32:15.141Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T18:32:15.160Z] $ docker stop --time=1 f729f2815c9d1d6b5ebb7631c8f475d0967bb321a838775092b3b11d99334f58 [2021-02-01T18:32:15.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.736s coverage: 82.3% of statements [2021-02-01T18:32:15.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T18:32:15.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T18:32:15.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T18:32:15.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T18:32:16.611Z] $ docker rm -f f729f2815c9d1d6b5ebb7631c8f475d0967bb321a838775092b3b11d99334f58 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:32:17.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T18:32:17.321Z] . [Pipeline] withDockerContainer [2021-02-01T18:32:17.619Z] prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container [2021-02-01T18:32:17.758Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:32:19.352Z] $ docker top 62ed187c67c6a776efcd5ce3e4937d4b0ee68ba079c700b400bd2f5cf545cb27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:32:20.680Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T18:32:22.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.224s coverage: 28.6% of statements [2021-02-01T18:32:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T18:32:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T18:32:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T18:32:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T18:32:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T18:32:22.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements [2021-02-01T18:32:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T18:32:22.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2021-02-01T18:32:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T18:32:22.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.338s coverage: 86.7% of statements [2021-02-01T18:32:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T18:32:22.191Z] Building docker-core-command-go ... [2021-02-01T18:32:22.191Z] Building docker-core-data-go ... [2021-02-01T18:32:22.191Z] Building docker-core-metadata-go ... [2021-02-01T18:32:22.191Z] Building docker-security-bootstrapper-go ... [2021-02-01T18:32:22.191Z] Building docker-security-proxy-setup-go ... [2021-02-01T18:32:22.191Z] Building docker-security-secretstore-setup-go ... [2021-02-01T18:32:22.191Z] Building docker-support-notifications-go ... [2021-02-01T18:32:22.191Z] Building docker-support-scheduler-go ... [2021-02-01T18:32:22.191Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T18:32:22.191Z] Building docker-sys-mgmt-agent-go [2021-02-01T18:32:22.191Z] Building docker-support-notifications-go [2021-02-01T18:32:22.191Z] Building docker-core-command-go [2021-02-01T18:32:22.191Z] Building docker-core-metadata-go [2021-02-01T18:32:22.191Z] Building docker-security-proxy-setup-go [2021-02-01T18:32:23.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.371s coverage: 97.5% of statements [2021-02-01T18:32:23.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T18:32:23.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements [2021-02-01T18:32:23.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T18:32:23.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T18:32:23.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T18:32:23.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T18:32:33.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.233s coverage: 92.8% of statements [2021-02-01T18:32:33.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T18:32:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T18:32:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.258s coverage: 0.1% of statements [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T18:32:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T18:32:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements [2021-02-01T18:32:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.091s coverage: 79.5% of statements [2021-02-01T18:32:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-02-01T18:32:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-02-01T18:32:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-02-01T18:32:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.106s coverage: 94.4% of statements [2021-02-01T18:32:46.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-02-01T18:33:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements [2021-02-01T18:33:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T18:33:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T18:33:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T18:33:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T18:33:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-02-01T18:33:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T18:33:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T18:33:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-01T18:33:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T18:33:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-02-01T18:33:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T18:33:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-01T18:33:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-02-01T18:33:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2021-02-01T18:33:01.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2021-02-01T18:33:01.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.487s coverage: 63.5% of statements [2021-02-01T18:33:01.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T18:33:01.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.832s coverage: 68.9% of statements [2021-02-01T18:33:01.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T18:33:01.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T18:33:01.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T18:33:01.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T18:33:01.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.399s coverage: 37.0% of statements [2021-02-01T18:33:01.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T18:33:01.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.587s coverage: 84.0% of statements [2021-02-01T18:33:01.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements [2021-02-01T18:33:06.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.377s coverage: 47.1% of statements [2021-02-01T18:33:06.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T18:33:06.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T18:33:06.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T18:33:06.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T18:33:06.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T18:33:06.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements [2021-02-01T18:33:06.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T18:33:06.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-02-01T18:33:06.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T18:33:12.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.249s coverage: 29.1% of statements [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T18:33:12.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.160s coverage: 99.0% of statements [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T18:33:12.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T18:33:12.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.168s coverage: 100.0% of statements [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T18:33:12.770Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T18:33:12.770Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T18:33:12.770Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T18:33:12.770Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T18:33:13.371Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-02-01T18:33:13.647Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-01T18:33:14.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-02-01T18:33:15.610Z] GO111MODULE=on go vet ./... [2021-02-01T18:33:19.794Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:33:19.794Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:33:19.794Z] ---> b604f0333df7 [2021-02-01T18:33:19.794Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T18:33:19.794Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:33:19.794Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:33:19.794Z] ---> b604f0333df7 [2021-02-01T18:33:19.794Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T18:33:19.794Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:33:19.794Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:33:19.794Z] ---> b604f0333df7 [2021-02-01T18:33:19.794Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T18:33:19.794Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:33:19.794Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:33:19.794Z] ---> b604f0333df7 [2021-02-01T18:33:19.794Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T18:33:19.794Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:33:19.794Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:33:19.794Z] ---> b604f0333df7 [2021-02-01T18:33:19.794Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T18:33:19.794Z] ---> Running in 0cfc38ea8162 [2021-02-01T18:33:19.794Z] ---> Running in 992e3af1dd4a [2021-02-01T18:33:19.794Z] ---> Running in 7dd506b24ca0 [2021-02-01T18:33:19.794Z] ---> Running in 5ebf66543b99 [2021-02-01T18:33:19.794Z] ---> Running in 594cb0a12e2a [2021-02-01T18:33:19.794Z] Removing intermediate container 992e3af1dd4a [2021-02-01T18:33:19.794Z] ---> ca153bca1322 [2021-02-01T18:33:19.794Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:33:19.794Z] Removing intermediate container 594cb0a12e2a [2021-02-01T18:33:19.794Z] ---> 853cbcdd6079 [2021-02-01T18:33:19.794Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:33:19.794Z] Removing intermediate container 7dd506b24ca0 [2021-02-01T18:33:19.794Z] ---> dc91600c477b [2021-02-01T18:33:19.794Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:33:19.794Z] Removing intermediate container 5ebf66543b99 [2021-02-01T18:33:19.794Z] ---> bf556ed998d2 [2021-02-01T18:33:19.794Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:33:19.794Z] Removing intermediate container 0cfc38ea8162 [2021-02-01T18:33:19.794Z] ---> 344172885320 [2021-02-01T18:33:19.794Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:33:19.794Z] ---> Running in a3efb8d45c61 [2021-02-01T18:33:19.794Z] ---> Running in 8fd53c1a3acc [2021-02-01T18:33:19.794Z] ---> Running in 440cc0bb9c53 [2021-02-01T18:33:19.794Z] ---> Running in 6e2a6172532f [2021-02-01T18:33:19.794Z] ---> Running in 73a23e3cdba9 [2021-02-01T18:33:20.437Z] Removing intermediate container 440cc0bb9c53 [2021-02-01T18:33:20.438Z] ---> 0c49c9a2155d [2021-02-01T18:33:20.438Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T18:33:20.438Z] Removing intermediate container 8fd53c1a3acc [2021-02-01T18:33:20.438Z] ---> 9e1cb1c2ec4e [2021-02-01T18:33:20.438Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T18:33:20.438Z] ---> Running in b035be2a964a [2021-02-01T18:33:20.726Z] ---> Running in c928e43b026f [2021-02-01T18:33:20.726Z] Removing intermediate container a3efb8d45c61 [2021-02-01T18:33:20.726Z] ---> 17a65d9f42e6 [2021-02-01T18:33:20.726Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T18:33:20.997Z] Removing intermediate container 6e2a6172532f [2021-02-01T18:33:20.997Z] ---> d8f2a42b250b [2021-02-01T18:33:20.997Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T18:33:20.997Z] ---> Running in e6916b1dfac7 [2021-02-01T18:33:20.997Z] Removing intermediate container 73a23e3cdba9 [2021-02-01T18:33:20.997Z] ---> 573a0a0662e0 [2021-02-01T18:33:20.997Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T18:33:20.997Z] ---> Running in 9b47612dfb33 [2021-02-01T18:33:21.291Z] ---> Running in 9a1ae8d48817 [2021-02-01T18:33:22.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:22.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:22.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:22.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:23.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:23.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:23.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:23.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:23.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:23.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:33:24.419Z] OK: 233 MiB in 51 packages [2021-02-01T18:33:24.419Z] OK: 233 MiB in 51 packages [2021-02-01T18:33:24.419Z] OK: 233 MiB in 51 packages [2021-02-01T18:33:24.770Z] OK: 233 MiB in 51 packages [2021-02-01T18:33:25.452Z] OK: 233 MiB in 51 packages [2021-02-01T18:33:26.441Z] Removing intermediate container 9b47612dfb33 [2021-02-01T18:33:26.441Z] ---> dc7745afbdf5 [2021-02-01T18:33:26.441Z] Step 6/21 : COPY go.mod . [2021-02-01T18:33:26.441Z] Removing intermediate container c928e43b026f [2021-02-01T18:33:26.441Z] ---> dee9685fba89 [2021-02-01T18:33:26.441Z] Step 6/22 : COPY go.mod . [2021-02-01T18:33:26.724Z] Removing intermediate container b035be2a964a [2021-02-01T18:33:26.724Z] ---> 25ccd6098cdb [2021-02-01T18:33:26.724Z] Step 6/26 : COPY go.mod . [2021-02-01T18:33:26.724Z] Removing intermediate container e6916b1dfac7 [2021-02-01T18:33:26.724Z] ---> fa2b61f0880a [2021-02-01T18:33:26.724Z] Step 6/23 : COPY go.mod . [2021-02-01T18:33:27.000Z] Removing intermediate container 9a1ae8d48817 [2021-02-01T18:33:27.000Z] ---> 678607048eec [2021-02-01T18:33:27.000Z] Step 6/23 : COPY go.mod . [2021-02-01T18:33:27.000Z] ---> a99f803efc93 [2021-02-01T18:33:27.000Z] Step 7/21 : RUN go mod download [2021-02-01T18:33:27.000Z] ---> edf355dfe001 [2021-02-01T18:33:27.000Z] Step 7/22 : RUN go mod download [2021-02-01T18:33:27.270Z] ---> c34f16d28563 [2021-02-01T18:33:27.270Z] Step 7/26 : RUN go mod download [2021-02-01T18:33:27.270Z] ---> 27989d8f494b [2021-02-01T18:33:27.270Z] Step 7/23 : RUN go mod download [2021-02-01T18:33:27.270Z] ---> Running in 06198dc61fef [2021-02-01T18:33:27.270Z] ---> Running in d4c9da1dde5c [2021-02-01T18:33:27.270Z] ---> Running in 18cce454f0ef [2021-02-01T18:33:27.539Z] ---> Running in d9d0d0dcbfa3 [2021-02-01T18:33:27.539Z] ---> cab079be8d40 [2021-02-01T18:33:27.539Z] Step 7/23 : RUN go mod download [2021-02-01T18:33:27.826Z] ---> Running in de1ba6675ef2 [2021-02-01T18:33:31.320Z] Removing intermediate container de1ba6675ef2 [2021-02-01T18:33:31.320Z] ---> 4b61e63abf07 [2021-02-01T18:33:31.320Z] Step 8/23 : COPY . . [2021-02-01T18:33:31.628Z] Removing intermediate container d4c9da1dde5c [2021-02-01T18:33:31.628Z] ---> 78effbe82ce5 [2021-02-01T18:33:31.628Z] Step 8/22 : COPY . . [2021-02-01T18:33:31.628Z] Removing intermediate container 18cce454f0ef [2021-02-01T18:33:31.628Z] ---> a062b4042457 [2021-02-01T18:33:31.628Z] Step 8/26 : COPY . . [2021-02-01T18:33:31.962Z] Removing intermediate container 06198dc61fef [2021-02-01T18:33:31.962Z] ---> 62505e5b6746 [2021-02-01T18:33:31.962Z] Step 8/21 : COPY . . [2021-02-01T18:33:31.962Z] Removing intermediate container d9d0d0dcbfa3 [2021-02-01T18:33:31.962Z] ---> b1193837804c [2021-02-01T18:33:31.962Z] Step 8/23 : COPY . . [2021-02-01T18:34:37.443Z] gofmt -l . [2021-02-01T18:34:37.444Z] [ "`gofmt -l .`" = "" ] [2021-02-01T18:34:37.444Z] ./bin/test-go-mod-tidy.sh [2021-02-01T18:34:37.444Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T18:34:38.119Z] + ls -al . [2021-02-01T18:34:38.119Z] total 708 [2021-02-01T18:34:38.119Z] drwxrwxr-x 9 1001 1001 4096 Feb 1 18:34 . [2021-02-01T18:34:38.119Z] drwxr-xr-x 4 root root 4096 Feb 1 18:30 .. [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 18:29 .dockerignore [2021-02-01T18:34:38.119Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 18:29 .git [2021-02-01T18:34:38.119Z] drwxrwxr-x 3 1001 1001 4096 Feb 1 18:29 .github [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 18:29 .gitignore [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 18:29 .sonarcloud.properties [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 18:29 Attribution.txt [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 18:29 CONTRIBUTING.md [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 18:29 Dockerfile.build [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 18:29 Jenkinsfile [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 18:29 LICENSE [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 18:29 Makefile [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 18:29 README.md [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 18:29 SECURITY.md [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 18:26 VERSION [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 18:29 ZMQWindows.md [2021-02-01T18:34:38.119Z] drwxrwxr-x 2 1001 1001 4096 Feb 1 18:29 bin [2021-02-01T18:34:38.119Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 18:29 cmd [2021-02-01T18:34:38.119Z] -rw-r--r-- 1 root root 574984 Feb 1 18:33 coverage.out [2021-02-01T18:34:38.119Z] -rw-r--r-- 1 root root 1054 Feb 1 18:34 go.mod [2021-02-01T18:34:38.119Z] -rw-r--r-- 1 root root 19399 Feb 1 18:34 go.sum [2021-02-01T18:34:38.119Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 18:29 internal [2021-02-01T18:34:38.119Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 18:29 openapi [2021-02-01T18:34:38.119Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 18:29 snap [2021-02-01T18:34:38.119Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 18:29 version.go [Pipeline] sh [2021-02-01T18:34:38.781Z] + '[' -e coverage.out ] [2021-02-01T18:34:38.781Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T18:34:38.804Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T18:34:40.124Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T18:34:40.602Z] ---> f311dbfc7746 [2021-02-01T18:34:40.602Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T18:34:40.602Z] ---> 9199e82cd110 [2021-02-01T18:34:40.602Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T18:34:40.602Z] ---> 63dc0cafd9d9 [2021-02-01T18:34:40.602Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T18:34:40.602Z] ---> Running in 6b65e1fabf71 [2021-02-01T18:34:40.602Z] ---> Running in 0eb96c387c21 [2021-02-01T18:34:40.602Z] ---> Running in 5dd3232856d6 [2021-02-01T18:34:40.602Z] ---> f62c0997076d [2021-02-01T18:34:40.602Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T18:34:40.602Z] ---> fb69447e23ea [2021-02-01T18:34:40.602Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T18:34:40.602Z] ---> Running in 6817ad753a53 [2021-02-01T18:34:40.602Z] ---> Running in d7962b805ffe [2021-02-01T18:34:40.602Z] 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-01T18:34:40.602Z] 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-01T18:34:40.602Z] 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-01T18:34:40.602Z] 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-01T18:34:40.602Z] 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-01T18:34:40.826Z] + make build [2021-02-01T18:34:40.826Z] 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-01T18:34:51.229Z] 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-01T18:35:13.415Z] 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-01T18:35:17.717Z] 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-01T18:35:19.888Z] 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-01T18:35:22.023Z] 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-01T18:35:23.009Z] 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-01T18:35:28.369Z] Removing intermediate container d7962b805ffe [2021-02-01T18:35:28.369Z] ---> a138143d6683 [2021-02-01T18:35:28.369Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T18:35:28.369Z] Removing intermediate container 5dd3232856d6 [2021-02-01T18:35:28.369Z] ---> fc76e163c702 [2021-02-01T18:35:28.369Z] [2021-02-01T18:35:28.369Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T18:35:28.369Z] 3.12: Pulling from library/alpine [2021-02-01T18:35:28.369Z] ---> Running in 22d094ea40db [2021-02-01T18:35:28.417Z] 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-01T18:35:30.452Z] 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-01T18:35:30.452Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T18:35:31.056Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T18:35:31.338Z] ---> 389fef711851 [2021-02-01T18:35:31.338Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T18:35:31.948Z] Removing intermediate container 0eb96c387c21 [2021-02-01T18:35:31.948Z] ---> 8486ec4c24b6 [2021-02-01T18:35:31.948Z] [2021-02-01T18:35:31.948Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T18:35:31.948Z] ---> 389fef711851 [2021-02-01T18:35:31.948Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T18:35:32.731Z] 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-01T18:35:33.579Z] Removing intermediate container 6817ad753a53 [2021-02-01T18:35:33.579Z] ---> 8fdcc51d3e3d [2021-02-01T18:35:33.579Z] [2021-02-01T18:35:33.579Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T18:35:33.579Z] ---> 389fef711851 [2021-02-01T18:35:33.579Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T18:35:33.579Z] ---> Running in eb2bccc125ed [2021-02-01T18:35:33.580Z] ---> Running in a45411caf678 [2021-02-01T18:35:33.580Z] ---> Running in 0973cf7417c7 [2021-02-01T18:35:33.974Z] Removing intermediate container 6b65e1fabf71 [2021-02-01T18:35:33.974Z] ---> b03d8228075e [2021-02-01T18:35:33.974Z] [2021-02-01T18:35:33.974Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T18:35:33.974Z] ---> 389fef711851 [2021-02-01T18:35:33.974Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T18:35:34.371Z] ---> Running in 8e1467c36097 [2021-02-01T18:35:35.100Z] Removing intermediate container 22d094ea40db [2021-02-01T18:35:35.100Z] ---> abd9493557e9 [2021-02-01T18:35:35.100Z] [2021-02-01T18:35:35.100Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T18:35:35.100Z] 20.10.0: Pulling from library/docker [2021-02-01T18:35:35.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:35.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:36.122Z] 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-01T18:35:36.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:36.146Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T18:35:36.146Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T18:35:36.146Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:35:36.146Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T18:35:36.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:36.146Z] OK: 6 MiB in 16 packages [2021-02-01T18:35:36.505Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T18:35:36.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:36.505Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T18:35:36.505Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T18:35:36.505Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T18:35:36.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:36.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:36.505Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:35:36.505Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T18:35:36.821Z] OK: 7 MiB in 18 packages [2021-02-01T18:35:36.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:36.821Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T18:35:36.821Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:35:36.821Z] OK: 6 MiB in 15 packages [2021-02-01T18:35:37.110Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T18:35:37.111Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:35:37.111Z] OK: 6 MiB in 15 packages [2021-02-01T18:35:39.237Z] Removing intermediate container eb2bccc125ed [2021-02-01T18:35:39.238Z] ---> 55764adb5edb [2021-02-01T18:35:39.238Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T18:35:39.238Z] ---> Running in 0b0a2507043b [2021-02-01T18:35:39.238Z] Removing intermediate container a45411caf678 [2021-02-01T18:35:39.238Z] ---> 15c869703906 [2021-02-01T18:35:39.238Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T18:35:39.512Z] ---> Running in d0949be1bd36 [2021-02-01T18:35:39.513Z] Removing intermediate container 8e1467c36097 [2021-02-01T18:35:39.513Z] ---> 9aef7ddb48a2 [2021-02-01T18:35:39.513Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T18:35:39.513Z] Removing intermediate container 0973cf7417c7 [2021-02-01T18:35:39.513Z] ---> ad2f1fe51038 [2021-02-01T18:35:39.513Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T18:35:39.513Z] Removing intermediate container 0b0a2507043b [2021-02-01T18:35:39.513Z] ---> f7ea9d75b64b [2021-02-01T18:35:39.513Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T18:35:39.805Z] ---> Running in 93c5f926a2df [2021-02-01T18:35:39.805Z] ---> Running in 5df22ae550fd [2021-02-01T18:35:40.090Z] ---> Running in 799bdba247b4 [2021-02-01T18:35:40.390Z] Removing intermediate container d0949be1bd36 [2021-02-01T18:35:40.390Z] ---> d154d2fa6f7f [2021-02-01T18:35:40.390Z] Step 13/21 : WORKDIR /edgex [2021-02-01T18:35:40.391Z] Removing intermediate container 93c5f926a2df [2021-02-01T18:35:40.391Z] ---> 5bf0bf5d196f [2021-02-01T18:35:40.391Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T18:35:40.391Z] Removing intermediate container 5df22ae550fd [2021-02-01T18:35:40.391Z] ---> e0965ea28695 [2021-02-01T18:35:40.391Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T18:35:40.391Z] ---> Running in 93abf6f0847c [2021-02-01T18:35:40.458Z] 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-01T18:35:40.677Z] ---> Running in 2caae3e371b1 [2021-02-01T18:35:40.677Z] ---> Running in ad2b3aaa7938 [2021-02-01T18:35:40.677Z] Removing intermediate container 799bdba247b4 [2021-02-01T18:35:40.677Z] ---> 41178e10be29 [2021-02-01T18:35:40.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T18:35:40.954Z] ---> Running in f7854b357917 [2021-02-01T18:35:40.955Z] Removing intermediate container 93abf6f0847c [2021-02-01T18:35:40.955Z] ---> 92dffd4ab3ea [2021-02-01T18:35:40.955Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T18:35:41.552Z] Removing intermediate container 2caae3e371b1 [2021-02-01T18:35:41.553Z] ---> 151671644ae4 [2021-02-01T18:35:41.553Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T18:35:41.853Z] Removing intermediate container ad2b3aaa7938 [2021-02-01T18:35:41.853Z] ---> 7a798dc4fee0 [2021-02-01T18:35:41.853Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T18:35:41.853Z] Removing intermediate container f7854b357917 [2021-02-01T18:35:41.853Z] ---> 722d01f9477c [2021-02-01T18:35:41.853Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:35:41.853Z] ---> Running in 5d50333af73d [2021-02-01T18:35:41.853Z] ---> Running in 47a8b636fc01 [2021-02-01T18:35:42.477Z] ---> d52cedf53b7a [2021-02-01T18:35:42.477Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T18:35:42.477Z] Removing intermediate container 5d50333af73d [2021-02-01T18:35:42.477Z] ---> 2d5e827e3daa [2021-02-01T18:35:42.477Z] Step 15/23 : WORKDIR / [2021-02-01T18:35:42.749Z] ---> 18ae3d60d9fe [2021-02-01T18:35:42.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T18:35:42.749Z] Removing intermediate container 47a8b636fc01 [2021-02-01T18:35:42.749Z] ---> b0c353e4c1e5 [2021-02-01T18:35:42.749Z] Step 15/23 : WORKDIR / [2021-02-01T18:35:42.749Z] ---> Running in 6c3b7a0089e6 [2021-02-01T18:35:43.036Z] ---> Running in 334ef23179e9 [2021-02-01T18:35:43.346Z] ---> 9fe32965dfec [2021-02-01T18:35:43.346Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T18:35:43.346Z] Removing intermediate container 6c3b7a0089e6 [2021-02-01T18:35:43.346Z] ---> f40fea346fe4 [2021-02-01T18:35:43.346Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:35:43.647Z] Removing intermediate container 334ef23179e9 [2021-02-01T18:35:43.647Z] ---> f806918f31af [2021-02-01T18:35:43.647Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:35:43.861Z] 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-01T18:35:43.943Z] ---> 42b456ec8b67 [2021-02-01T18:35:43.943Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T18:35:44.226Z] ---> d5610862b7b9 [2021-02-01T18:35:44.226Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T18:35:44.226Z] ---> 7cd7459e0b18 [2021-02-01T18:35:44.226Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T18:35:44.226Z] ---> 7c18c5ad351d [2021-02-01T18:35:44.226Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T18:35:44.504Z] ---> 3ac83ca5db71 [2021-02-01T18:35:44.504Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T18:35:44.504Z] ---> Running in 7dc3e7fe35bc [2021-02-01T18:35:45.507Z] ---> Running in 6078fae04a24 [2021-02-01T18:35:45.796Z] ---> fc5e59714d32 [2021-02-01T18:35:45.796Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T18:35:45.796Z] Removing intermediate container 7dc3e7fe35bc [2021-02-01T18:35:45.796Z] ---> 4bc5de265ad8 [2021-02-01T18:35:45.796Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T18:35:45.796Z] Removing intermediate container 6078fae04a24 [2021-02-01T18:35:45.796Z] ---> 2787522bec65 [2021-02-01T18:35:45.796Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:35:45.796Z] ---> Running in b6ddc4b3fdb9 [2021-02-01T18:35:45.796Z] ---> 99d1672779e8 [2021-02-01T18:35:45.796Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T18:35:46.420Z] ---> Running in ff17804a890c [2021-02-01T18:35:46.420Z] ---> fcba30ab61cb [2021-02-01T18:35:46.420Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T18:35:46.420Z] Removing intermediate container b6ddc4b3fdb9 [2021-02-01T18:35:46.420Z] ---> add4a72ded85 [2021-02-01T18:35:46.420Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T18:35:46.420Z] ---> Running in 00e96a58703c [2021-02-01T18:35:46.420Z] ---> Running in 3984b274e18a [2021-02-01T18:35:46.715Z] Removing intermediate container ff17804a890c [2021-02-01T18:35:46.715Z] ---> bd18bb017a6a [2021-02-01T18:35:46.715Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T18:35:46.715Z] ---> c653203ac1b8 [2021-02-01T18:35:46.715Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T18:35:46.715Z] ---> Running in 32e4b9f14976 [2021-02-01T18:35:46.715Z] ---> Running in 6bbfedc102c5 [2021-02-01T18:35:46.715Z] Removing intermediate container 00e96a58703c [2021-02-01T18:35:46.715Z] ---> 6b01253ac055 [2021-02-01T18:35:46.715Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:35:46.715Z] Removing intermediate container 3984b274e18a [2021-02-01T18:35:46.715Z] ---> 0b95b917cad7 [2021-02-01T18:35:46.715Z] Step 20/21 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:35:47.077Z] ---> Running in 938564a61f0b [2021-02-01T18:35:47.077Z] ---> Running in 106a9479ecee [2021-02-01T18:35:47.077Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T18:35:47.077Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T18:35:47.077Z] ---> aefe523efa57 [2021-02-01T18:35:47.077Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T18:35:47.077Z] Removing intermediate container 6bbfedc102c5 [2021-02-01T18:35:47.077Z] ---> 0ec88654f45c [2021-02-01T18:35:47.077Z] Step 21/22 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:35:47.077Z] Removing intermediate container 32e4b9f14976 [2021-02-01T18:35:47.077Z] ---> 3a61cafd1cd6 [2021-02-01T18:35:47.077Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:35:47.385Z] ---> Running in dc3224ba3615 [2021-02-01T18:35:47.385Z] ---> Running in e41ac4d6c465 [2021-02-01T18:35:47.385Z] ---> Running in fdd5cd7aec28 [2021-02-01T18:35:47.747Z] Removing intermediate container 106a9479ecee [2021-02-01T18:35:47.747Z] ---> 861528dc58e3 [2021-02-01T18:35:47.747Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T18:35:47.747Z] Removing intermediate container 938564a61f0b [2021-02-01T18:35:47.747Z] ---> be626b748682 [2021-02-01T18:35:47.747Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T18:35:47.747Z] Removing intermediate container e41ac4d6c465 [2021-02-01T18:35:47.747Z] ---> e8b09108689f [2021-02-01T18:35:47.747Z] ---> Running in efd63e9b0db7 [2021-02-01T18:35:47.747Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T18:35:47.747Z] ---> Running in c7bd1b0e2899 [2021-02-01T18:35:48.092Z] Removing intermediate container fdd5cd7aec28 [2021-02-01T18:35:48.092Z] ---> da682d708a06 [2021-02-01T18:35:48.092Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T18:35:48.092Z] ---> Running in 4b78bf0e4907 [2021-02-01T18:35:48.092Z] ---> Running in 4b52eb88b9e4 [2021-02-01T18:35:48.171Z] 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-01T18:35:48.366Z] Removing intermediate container efd63e9b0db7 [2021-02-01T18:35:48.366Z] ---> 875d1c4b964d [2021-02-01T18:35:48.366Z] Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:35:48.366Z] Removing intermediate container c7bd1b0e2899 [2021-02-01T18:35:48.366Z] ---> dddc01ae20fe [2021-02-01T18:35:48.366Z] [2021-02-01T18:35:48.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:48.366Z] ---> Running in d4b08bd809a7 [2021-02-01T18:35:48.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:35:48.366Z] Removing intermediate container 4b78bf0e4907 [2021-02-01T18:35:48.366Z] ---> 1b42046cc175 [2021-02-01T18:35:48.366Z] [2021-02-01T18:35:48.645Z] Removing intermediate container 4b52eb88b9e4 [2021-02-01T18:35:48.645Z] ---> 969fbbc326fe [2021-02-01T18:35:48.645Z] Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:35:48.645Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T18:35:48.645Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T18:35:48.645Z] ---> Running in b4c68898cbad [2021-02-01T18:35:48.645Z] Executing bash-5.0.17-r0.post-install [2021-02-01T18:35:48.923Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:35:48.923Z] OK: 12 MiB in 22 packages [2021-02-01T18:35:48.923Z] Removing intermediate container d4b08bd809a7 [2021-02-01T18:35:48.923Z] ---> 186afd55f55d [2021-02-01T18:35:48.923Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T18:35:48.923Z] Successfully built dddc01ae20fe [2021-02-01T18:35:48.923Z] Successfully built 1b42046cc175 [2021-02-01T18:35:48.923Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T18:35:48.923Z] Building docker-security-bootstrapper-go [2021-02-01T18:35:48.923Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-notifications-go:latest [2021-02-01T18:35:48.923Z] Building docker-security-secretstore-setup-go [2021-02-01T18:35:48.923Z]  Building docker-support-notifications-go ... done  ---> Running in 5af72e83387e [2021-02-01T18:35:49.217Z] Removing intermediate container b4c68898cbad [2021-02-01T18:35:49.217Z] ---> 85546efa6435 [2021-02-01T18:35:49.217Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T18:35:49.544Z] ---> Running in fdb67ef294b6 [2021-02-01T18:35:49.544Z] Removing intermediate container 5af72e83387e [2021-02-01T18:35:49.544Z] ---> d16abeb6898a [2021-02-01T18:35:49.544Z] [2021-02-01T18:35:50.158Z] Successfully built d16abeb6898a [2021-02-01T18:35:50.158Z] Removing intermediate container fdb67ef294b6 [2021-02-01T18:35:50.158Z] ---> 605bd0b17a54 [2021-02-01T18:35:50.158Z] [2021-02-01T18:35:50.158Z] Successfully tagged docker-core-command-go:latest [2021-02-01T18:35:50.158Z] Building docker-support-scheduler-go [2021-02-01T18:35:50.158Z]  Building docker-core-command-go ... done Removing intermediate container dc3224ba3615 [2021-02-01T18:35:50.158Z] ---> 7234a49e0a82 [2021-02-01T18:35:50.158Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T18:35:50.437Z] Successfully built 605bd0b17a54 [2021-02-01T18:35:50.437Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T18:35:50.437Z] Building docker-core-data-go [2021-02-01T18:35:50.437Z]  Building docker-core-metadata-go ... done  ---> Running in a475cce6b709 [2021-02-01T18:35:51.040Z] Removing intermediate container a475cce6b709 [2021-02-01T18:35:51.040Z] ---> 84f4f5de1d97 [2021-02-01T18:35:51.040Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T18:35:51.315Z] ---> Running in b1128a14a03c [2021-02-01T18:35:51.559Z] 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-01T18:35:52.876Z] Removing intermediate container b1128a14a03c [2021-02-01T18:35:52.876Z] ---> 5b5759a8c5fe [2021-02-01T18:35:52.876Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T18:35:54.097Z] ---> Running in c49e35847b1d [2021-02-01T18:35:55.745Z] Removing intermediate container c49e35847b1d [2021-02-01T18:35:55.745Z] ---> e0fab721aa97 [2021-02-01T18:35:55.745Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] } [2021-02-01T18:35:56.993Z] $ docker stop --time=1 3e05c66c6d1a26094625c6c5bd5a9fda9847c04c5183f9e6306b10e5d6b35e1e [2021-02-01T18:35:57.255Z] ---> 43cd2413c62c [2021-02-01T18:35:57.255Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T18:35:58.816Z] ---> 6955fef38a7d [2021-02-01T18:35:58.816Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T18:35:59.353Z] $ docker rm -f 3e05c66c6d1a26094625c6c5bd5a9fda9847c04c5183f9e6306b10e5d6b35e1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-01T18:36:00.830Z] ---> 456d46b36b05 [2021-02-01T18:36:00.830Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T18:36:00.830Z] ---> Running in 03a12294872d [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:36:01.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T18:36:01.359Z] [2021-02-01T18:36:01.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:36:01.750Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T18:36:01.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:36:01.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:36:02.024Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-01T18:36:02.024Z] 29e5d40040c1: Pulling fs layer [2021-02-01T18:36:02.024Z] 1ce36da41761: Pulling fs layer [2021-02-01T18:36:02.024Z] 25b303627fd3: Pulling fs layer [2021-02-01T18:36:02.024Z] 29e5d40040c1: Download complete [2021-02-01T18:36:02.543Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T18:36:02.543Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T18:36:02.543Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T18:36:02.543Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T18:36:02.543Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T18:36:02.543Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T18:36:02.543Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T18:36:02.623Z] 1ce36da41761: Download complete [2021-02-01T18:36:02.899Z] 29e5d40040c1: Pull complete [2021-02-01T18:36:04.338Z] 1ce36da41761: Pull complete [2021-02-01T18:36:04.338Z] 25b303627fd3: Verifying Checksum [2021-02-01T18:36:04.338Z] 25b303627fd3: Download complete [2021-02-01T18:36:09.432Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T18:36:09.432Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T18:36:09.432Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T18:36:09.432Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T18:36:09.432Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T18:36:09.432Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T18:36:09.432Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T18:36:09.432Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T18:36:09.432Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T18:36:09.432Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T18:36:09.432Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T18:36:09.432Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T18:36:09.432Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T18:36:09.432Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T18:36:09.432Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T18:36:09.432Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T18:36:09.432Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T18:36:09.432Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T18:36:09.432Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T18:36:09.432Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T18:36:09.432Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T18:36:09.432Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T18:36:09.432Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T18:36:09.432Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T18:36:09.432Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T18:36:09.432Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T18:36:09.432Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:36:09.719Z] OK: 71 MiB in 55 packages [2021-02-01T18:36:14.482Z] 25b303627fd3: Pull complete [2021-02-01T18:36:14.482Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-01T18:36:14.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T18:36:14.482Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-01T18:36:14.743Z] prd-ubuntu18.04-docker-arm64-4c-16g-24375 does not seem to be running inside a container [2021-02-01T18:36:14.815Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:36:17.748Z] $ docker top a07ca1698e8042c409fddd2de5f833fdf1dc0286f5059b79aec276980eabe183 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:36:18.843Z] + + grep paralleldocker-compose build --help [2021-02-01T18:36:18.843Z] [2021-02-01T18:36:22.213Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T18:36:22.230Z] $ docker stop --time=1 a07ca1698e8042c409fddd2de5f833fdf1dc0286f5059b79aec276980eabe183 [2021-02-01T18:36:24.186Z] $ docker rm -f a07ca1698e8042c409fddd2de5f833fdf1dc0286f5059b79aec276980eabe183 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:36:25.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T18:36:25.008Z] . [Pipeline] withDockerContainer [2021-02-01T18:36:25.238Z] prd-ubuntu18.04-docker-arm64-4c-16g-24375 does not seem to be running inside a container [2021-02-01T18:36:25.317Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:36:26.668Z] $ docker top 3749c219a473b6a9f2f3e118f108e4078ac20dcd2645b9f473bbc0f465ab5945 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:36:27.660Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T18:36:31.037Z] Building docker-core-command-go ... [2021-02-01T18:36:31.037Z] Building docker-core-data-go ... [2021-02-01T18:36:31.037Z] Building docker-core-metadata-go ... [2021-02-01T18:36:31.037Z] Building docker-security-bootstrapper-go ... [2021-02-01T18:36:31.037Z] Building docker-security-proxy-setup-go ... [2021-02-01T18:36:31.037Z] Building docker-security-secretstore-setup-go ... [2021-02-01T18:36:31.037Z] Building docker-support-notifications-go ... [2021-02-01T18:36:31.037Z] Building docker-support-scheduler-go ... [2021-02-01T18:36:31.037Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T18:36:31.037Z] Building docker-security-secretstore-setup-go [2021-02-01T18:36:31.037Z] Building docker-core-metadata-go [2021-02-01T18:36:31.037Z] Building docker-sys-mgmt-agent-go [2021-02-01T18:36:31.037Z] Building docker-support-notifications-go [2021-02-01T18:36:31.037Z] Building docker-security-bootstrapper-go [2021-02-01T18:36:42.379Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:36:42.379Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:36:42.379Z] ---> b604f0333df7 [2021-02-01T18:36:42.379Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T18:36:42.379Z] ---> Using cache [2021-02-01T18:36:42.379Z] ---> 344172885320 [2021-02-01T18:36:42.379Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:36:42.379Z] ---> Using cache [2021-02-01T18:36:42.379Z] ---> 573a0a0662e0 [2021-02-01T18:36:42.379Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T18:36:42.379Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:36:42.379Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:36:42.379Z] ---> b604f0333df7 [2021-02-01T18:36:42.379Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T18:36:42.379Z] ---> Using cache [2021-02-01T18:36:42.379Z] ---> 344172885320 [2021-02-01T18:36:42.379Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:36:42.379Z] ---> Using cache [2021-02-01T18:36:42.379Z] ---> 573a0a0662e0 [2021-02-01T18:36:42.379Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T18:36:42.379Z] ---> Using cache [2021-02-01T18:36:42.379Z] ---> 678607048eec [2021-02-01T18:36:42.379Z] Step 6/22 : COPY go.mod . [2021-02-01T18:36:42.379Z] ---> Using cache [2021-02-01T18:36:42.379Z] ---> cab079be8d40 [2021-02-01T18:36:42.379Z] Step 7/22 : RUN go mod download [2021-02-01T18:36:42.379Z] ---> Using cache [2021-02-01T18:36:42.379Z] ---> 4b61e63abf07 [2021-02-01T18:36:42.379Z] Step 8/22 : COPY . . [2021-02-01T18:36:42.379Z] ---> Using cache [2021-02-01T18:36:42.379Z] ---> f62c0997076d [2021-02-01T18:36:42.379Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T18:36:42.379Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:36:42.379Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:36:42.379Z] ---> b604f0333df7 [2021-02-01T18:36:42.380Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> 344172885320 [2021-02-01T18:36:42.380Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> 573a0a0662e0 [2021-02-01T18:36:42.380Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> 678607048eec [2021-02-01T18:36:42.380Z] Step 6/31 : COPY go.mod . [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> cab079be8d40 [2021-02-01T18:36:42.380Z] Step 7/31 : RUN go mod download [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> 4b61e63abf07 [2021-02-01T18:36:42.380Z] Step 8/31 : COPY . . [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> f62c0997076d [2021-02-01T18:36:42.380Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T18:36:42.380Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:36:42.380Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:36:42.380Z] ---> b604f0333df7 [2021-02-01T18:36:42.380Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> 344172885320 [2021-02-01T18:36:42.380Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> 573a0a0662e0 [2021-02-01T18:36:42.380Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> 678607048eec [2021-02-01T18:36:42.380Z] Step 6/24 : COPY go.mod . [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> cab079be8d40 [2021-02-01T18:36:42.380Z] Step 7/24 : RUN go mod download [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> 4b61e63abf07 [2021-02-01T18:36:42.380Z] Step 8/24 : COPY . . [2021-02-01T18:36:42.380Z] ---> Using cache [2021-02-01T18:36:42.380Z] ---> f62c0997076d [2021-02-01T18:36:42.380Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T18:36:42.380Z] ---> Running in cac84daa8123 [2021-02-01T18:36:42.380Z] ---> Running in 4159a93a88ef [2021-02-01T18:36:42.380Z] ---> Running in fe194cef2c3d [2021-02-01T18:36:42.380Z] ---> Running in 3b874ba36ca0 [2021-02-01T18:36:44.682Z] 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-01T18:36:44.682Z] 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-01T18:36:44.682Z] 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-01T18:36:44.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:36:45.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:36:46.412Z] OK: 233 MiB in 51 packages [2021-02-01T18:36:52.269Z] Removing intermediate container fe194cef2c3d [2021-02-01T18:36:52.269Z] ---> 9f548052393a [2021-02-01T18:36:52.269Z] Step 6/23 : COPY go.mod . [2021-02-01T18:36:54.638Z] ---> 02eebfb66a3b [2021-02-01T18:36:54.638Z] Step 7/23 : RUN go mod download [2021-02-01T18:36:56.352Z] ---> Running in 56f6c181be61 [2021-02-01T18:37:01.107Z] Removing intermediate container 03a12294872d [2021-02-01T18:37:01.107Z] ---> a8b66affab7a [2021-02-01T18:37:01.107Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T18:37:02.198Z] ---> Running in 96ac4cb4ebf1 [2021-02-01T18:37:03.760Z] Removing intermediate container 56f6c181be61 [2021-02-01T18:37:03.760Z] ---> 1dfea749499a [2021-02-01T18:37:03.760Z] Step 8/23 : COPY . . [2021-02-01T18:37:21.849Z] Collecting docker-compose==1.23.2 [2021-02-01T18:37:21.849Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T18:37:21.849Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T18:37:21.849Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T18:37:24.774Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T18:37:24.774Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T18:37:25.956Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T18:37:25.956Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T18:37:28.267Z] Collecting PyYAML<4,>=3.10 [2021-02-01T18:37:28.267Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T18:37:31.168Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T18:37:31.168Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T18:37:31.168Z] 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-01T18:37:31.168Z] 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-01T18:37:32.277Z] 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-01T18:37:34.347Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T18:37:34.347Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T18:37:34.643Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T18:37:34.643Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T18:37:36.447Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T18:37:36.447Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T18:37:37.093Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T18:37:37.093Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T18:37:37.434Z] 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-01T18:37:37.434Z] 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-01T18:37:37.791Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T18:37:37.791Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T18:37:38.080Z] Collecting idna<2.8,>=2.5 [2021-02-01T18:37:38.080Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T18:37:38.392Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T18:37:38.392Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T18:37:39.497Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T18:37:39.497Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T18:37:39.497Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T18:37:39.497Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T18:37:40.336Z] Installing collected packages: dockerpty, cached-property, texttable, PyYAML, docopt, urllib3, idna, requests, jsonschema, websocket-client, docker-pycreds, docker, docker-compose [2021-02-01T18:37:40.336Z] Running setup.py install for dockerpty: started [2021-02-01T18:37:45.184Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T18:37:45.184Z] Running setup.py install for texttable: started [2021-02-01T18:37:46.303Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T18:37:46.303Z] Running setup.py install for PyYAML: started [2021-02-01T18:37:49.505Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T18:37:49.505Z] Running setup.py install for docopt: started [2021-02-01T18:37:50.162Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T18:37:50.162Z] Attempting uninstall: urllib3 [2021-02-01T18:37:50.162Z] Found existing installation: urllib3 1.25.9 [2021-02-01T18:37:50.162Z] Uninstalling urllib3-1.25.9: [2021-02-01T18:37:50.828Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T18:37:52.818Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:37:52.818Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:37:52.818Z] ---> 7d9b8608dad2 [2021-02-01T18:37:52.818Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T18:37:52.818Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:37:52.818Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:37:52.818Z] ---> 7d9b8608dad2 [2021-02-01T18:37:52.818Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T18:37:52.818Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:37:52.818Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:37:52.818Z] ---> 7d9b8608dad2 [2021-02-01T18:37:52.818Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T18:37:52.818Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:37:52.818Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:37:52.818Z] ---> 7d9b8608dad2 [2021-02-01T18:37:52.818Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T18:37:52.818Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:37:52.818Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:37:52.818Z] ---> 7d9b8608dad2 [2021-02-01T18:37:52.818Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T18:37:52.818Z] ---> Running in 2c434d0cfa0c [2021-02-01T18:37:52.818Z] ---> Running in 1f46c45a5945 [2021-02-01T18:37:52.818Z] ---> Running in ccf65fe59e23 [2021-02-01T18:37:52.818Z] ---> Running in d81b9ad0df01 [2021-02-01T18:37:52.818Z] ---> Running in 9431d2a77f32 [2021-02-01T18:37:52.818Z] Removing intermediate container 1f46c45a5945 [2021-02-01T18:37:52.818Z] Removing intermediate container 2c434d0cfa0c [2021-02-01T18:37:52.818Z] ---> 901df27590e6 [2021-02-01T18:37:52.818Z] ---> 40322b5f5558 [2021-02-01T18:37:52.818Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:37:52.818Z] [2021-02-01T18:37:52.818Z] Removing intermediate container d81b9ad0df01 [2021-02-01T18:37:52.818Z] ---> ce54f3de9fd4 [2021-02-01T18:37:52.818Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:37:52.818Z] Removing intermediate container 9431d2a77f32 [2021-02-01T18:37:52.818Z] ---> 9f3c0e264218 [2021-02-01T18:37:52.818Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:37:52.818Z] Removing intermediate container ccf65fe59e23 [2021-02-01T18:37:52.818Z] ---> bf25a69728b2 [2021-02-01T18:37:52.818Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:37:52.818Z] ---> Running in 710cd08ce3b1 [2021-02-01T18:37:52.818Z] ---> Running in ab5791dbd6a7 [2021-02-01T18:37:52.818Z] ---> Running in 9231312e0a88 [2021-02-01T18:37:52.818Z] ---> Running in 2188b1298e8a [2021-02-01T18:37:52.818Z] ---> Running in 950d6eca580d [2021-02-01T18:37:52.818Z] Removing intermediate container ab5791dbd6a7 [2021-02-01T18:37:52.818Z] ---> 386c73ad2894 [2021-02-01T18:37:52.818Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T18:37:52.818Z] ---> Running in 9376456ee32e [2021-02-01T18:37:52.818Z] Removing intermediate container 2188b1298e8a [2021-02-01T18:37:52.818Z] ---> 63cf3bb8daa2 [2021-02-01T18:37:52.818Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T18:37:52.818Z] Removing intermediate container 950d6eca580d [2021-02-01T18:37:52.818Z] ---> 25c49fa6e573 [2021-02-01T18:37:52.818Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T18:37:52.818Z] Removing intermediate container 9231312e0a88 [2021-02-01T18:37:52.818Z] ---> 75296d1f091e [2021-02-01T18:37:52.818Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T18:37:52.818Z] Removing intermediate container 710cd08ce3b1 [2021-02-01T18:37:52.818Z] ---> 100b17dd4f44 [2021-02-01T18:37:52.818Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T18:37:52.818Z] ---> Running in 91585de6b2bf [2021-02-01T18:37:52.818Z] ---> Running in a197d1bd136b [2021-02-01T18:37:52.818Z] ---> Running in b4d169e3191a [2021-02-01T18:37:52.818Z] ---> Running in e395d7546a17 [2021-02-01T18:37:52.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:53.017Z] Attempting uninstall: idna [2021-02-01T18:37:53.017Z] Found existing installation: idna 2.9 [2021-02-01T18:37:53.017Z] Uninstalling idna-2.9: [2021-02-01T18:37:53.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:53.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:53.314Z] Successfully uninstalled idna-2.9 [2021-02-01T18:37:53.607Z] Attempting uninstall: requests [2021-02-01T18:37:53.607Z] Found existing installation: requests 2.23.0 [2021-02-01T18:37:53.607Z] Uninstalling requests-2.23.0: [2021-02-01T18:37:53.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:53.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:53.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:53.887Z] Successfully uninstalled requests-2.23.0 [2021-02-01T18:37:53.887Z] Removing intermediate container cac84daa8123 [2021-02-01T18:37:53.887Z] ---> 1f1699ceb045 [2021-02-01T18:37:53.887Z] [2021-02-01T18:37:53.887Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T18:37:53.887Z] ---> 389fef711851 [2021-02-01T18:37:53.887Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T18:37:53.887Z] ---> Using cache [2021-02-01T18:37:53.887Z] ---> ad2f1fe51038 [2021-02-01T18:37:53.887Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T18:37:53.887Z] ---> Using cache [2021-02-01T18:37:53.887Z] ---> 5bf0bf5d196f [2021-02-01T18:37:53.887Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T18:37:53.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:53.963Z] OK: 217 MiB in 51 packages [2021-02-01T18:37:54.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:54.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:54.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:37:54.791Z] OK: 217 MiB in 51 packages [2021-02-01T18:37:55.411Z] OK: 217 MiB in 51 packages [2021-02-01T18:37:55.411Z] OK: 217 MiB in 51 packages [2021-02-01T18:37:55.411Z] Removing intermediate container 9376456ee32e [2021-02-01T18:37:55.411Z] ---> add9ac7b5d2e [2021-02-01T18:37:55.411Z] Step 6/24 : COPY go.mod . [2021-02-01T18:37:55.411Z] OK: 217 MiB in 51 packages [2021-02-01T18:37:56.656Z] ---> Running in 45502dd53d7d [2021-02-01T18:37:56.890Z] ---> debfe2de3700 [2021-02-01T18:37:56.890Z] Step 7/24 : RUN go mod download [2021-02-01T18:37:56.890Z] Removing intermediate container 91585de6b2bf [2021-02-01T18:37:56.890Z] ---> 8d0f2a7c10d9 [2021-02-01T18:37:56.890Z] Step 6/23 : COPY go.mod . [2021-02-01T18:37:56.890Z] ---> Running in e3e423cd8198 [2021-02-01T18:37:57.168Z] Removing intermediate container a197d1bd136b [2021-02-01T18:37:57.168Z] ---> 5da49df94bbd [2021-02-01T18:37:57.168Z] Step 6/31 : COPY go.mod . [2021-02-01T18:37:57.452Z] Removing intermediate container b4d169e3191a [2021-02-01T18:37:57.452Z] ---> 4b2a452a0c57 [2021-02-01T18:37:57.452Z] Step 6/26 : COPY go.mod . [2021-02-01T18:37:57.733Z] Removing intermediate container e395d7546a17 [2021-02-01T18:37:57.733Z] ---> 715eb895d796 [2021-02-01T18:37:57.733Z] Step 6/22 : COPY go.mod . [2021-02-01T18:37:58.033Z] ---> f199c5bdde38 [2021-02-01T18:37:58.033Z] Step 7/23 : RUN go mod download [2021-02-01T18:37:58.312Z] ---> 867e40f68340 [2021-02-01T18:37:58.312Z] Step 7/31 : RUN go mod download [2021-02-01T18:37:58.312Z] ---> Running in 4dc325eae4fe [2021-02-01T18:37:58.596Z] ---> Running in 5c9a85d1480c [2021-02-01T18:37:58.872Z] ---> fa174fe64ade [2021-02-01T18:37:58.872Z] Step 7/26 : RUN go mod download [2021-02-01T18:37:58.872Z] ---> 3e267f0469b9 [2021-02-01T18:37:58.872Z] Step 7/22 : RUN go mod download [2021-02-01T18:37:59.165Z] ---> Running in 7ed16dd793a7 [2021-02-01T18:37:59.165Z] ---> Running in 3a3db676c5e1 [2021-02-01T18:38:00.363Z] Removing intermediate container 45502dd53d7d [2021-02-01T18:38:00.363Z] ---> 6ebdf9c8d241 [2021-02-01T18:38:00.363Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T18:38:00.694Z] ---> Running in d5624e7a45a6 [2021-02-01T18:38:01.012Z] 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-01T18:38:01.162Z] Removing intermediate container e3e423cd8198 [2021-02-01T18:38:01.162Z] ---> 6d65f8c0b0ea [2021-02-01T18:38:01.162Z] Step 8/24 : COPY . . [2021-02-01T18:38:01.357Z] Removing intermediate container 3b874ba36ca0 [2021-02-01T18:38:01.357Z] ---> 84c5a6a5e680 [2021-02-01T18:38:01.357Z] [2021-02-01T18:38:01.357Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T18:38:01.357Z] ---> 389fef711851 [2021-02-01T18:38:01.357Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T18:38:01.357Z] ---> 27364e67746e [2021-02-01T18:38:01.357Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T18:38:01.357Z] Removing intermediate container 4159a93a88ef [2021-02-01T18:38:01.357Z] ---> 567761937b39 [2021-02-01T18:38:01.357Z] [2021-02-01T18:38:01.357Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T18:38:01.357Z] ---> 389fef711851 [2021-02-01T18:38:01.357Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T18:38:01.775Z] ---> Running in e802c6c740ef [2021-02-01T18:38:01.775Z] Removing intermediate container d5624e7a45a6 [2021-02-01T18:38:01.775Z] ---> cf12ea0d4b8a [2021-02-01T18:38:01.775Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:38:01.775Z] ---> Running in c819a0654d38 [2021-02-01T18:38:01.775Z] ---> Running in 27725d37ee43 [2021-02-01T18:38:03.156Z] Removing intermediate container 4dc325eae4fe [2021-02-01T18:38:03.157Z] ---> 18f38ce2f95e [2021-02-01T18:38:03.157Z] Step 8/23 : COPY . . [2021-02-01T18:38:03.323Z] Removing intermediate container c819a0654d38 [2021-02-01T18:38:03.323Z] ---> 006bfc39b5d3 [2021-02-01T18:38:03.323Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T18:38:03.323Z] ---> 147752a71847 [2021-02-01T18:38:03.323Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T18:38:03.754Z] ---> Running in cef4379f62ef [2021-02-01T18:38:03.763Z] Removing intermediate container 5c9a85d1480c [2021-02-01T18:38:03.763Z] ---> 0ff014842083 [2021-02-01T18:38:03.763Z] Step 8/31 : COPY . . [2021-02-01T18:38:04.036Z] Removing intermediate container 7ed16dd793a7 [2021-02-01T18:38:04.036Z] ---> f545f2a0d3e6 [2021-02-01T18:38:04.036Z] Step 8/26 : COPY . . [2021-02-01T18:38:04.635Z] Removing intermediate container 3a3db676c5e1 [2021-02-01T18:38:04.635Z] ---> 24331caeba9d [2021-02-01T18:38:04.635Z] Step 8/22 : COPY . . [2021-02-01T18:38:04.951Z] 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-01T18:38:04.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:38:05.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:38:05.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:38:05.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:38:05.557Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T18:38:05.826Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T18:38:05.826Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T18:38:05.826Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:38:06.442Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T18:38:06.442Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T18:38:06.442Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T18:38:06.442Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T18:38:06.442Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:38:06.764Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T18:38:06.764Z] OK: 6 MiB in 16 packages [2021-02-01T18:38:07.067Z] OK: 7 MiB in 19 packages [2021-02-01T18:38:07.067Z] ---> 07ffe59a482f [2021-02-01T18:38:07.067Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T18:38:07.343Z] Removing intermediate container 96ac4cb4ebf1 [2021-02-01T18:38:07.343Z] ---> 083ba686142d [2021-02-01T18:38:07.343Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T18:38:07.975Z] ---> Running in 8d03cd03a8f8 [2021-02-01T18:38:08.366Z] ---> 1c27bbcb58b0 [2021-02-01T18:38:08.366Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T18:38:09.171Z] ---> Running in 0340f1075bf0 [2021-02-01T18:38:10.324Z] Removing intermediate container cef4379f62ef [2021-02-01T18:38:10.324Z] ---> c39d120f2b3d [2021-02-01T18:38:10.324Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T18:38:10.324Z] ---> Running in 069d48e0f497 [2021-02-01T18:38:10.324Z] Removing intermediate container 0340f1075bf0 [2021-02-01T18:38:10.324Z] ---> d6c438b50e9a [2021-02-01T18:38:10.324Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:38:12.067Z] ---> Running in d9074415e895 [2021-02-01T18:38:12.067Z] Removing intermediate container 27725d37ee43 [2021-02-01T18:38:12.067Z] ---> fbe02324740a [2021-02-01T18:38:12.067Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T18:38:12.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:38:12.067Z] ---> Running in d1fb6e7eeccb [2021-02-01T18:38:12.067Z] Removing intermediate container 069d48e0f497 [2021-02-01T18:38:12.067Z] ---> b304f4213f03 [2021-02-01T18:38:12.067Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T18:38:12.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:38:12.459Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T18:38:12.459Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T18:38:12.459Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T18:38:12.459Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:38:12.877Z] OK: 72 MiB in 58 packages [2021-02-01T18:38:12.877Z] ---> Running in 50b9e56a750e [2021-02-01T18:38:12.877Z] Removing intermediate container d9074415e895 [2021-02-01T18:38:12.877Z] ---> 1a3b90e4f912 [2021-02-01T18:38:12.877Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T18:38:13.183Z] Removing intermediate container d1fb6e7eeccb [2021-02-01T18:38:13.183Z] ---> 02b2fbbc7ef3 [2021-02-01T18:38:13.183Z] Step 13/24 : WORKDIR / [2021-02-01T18:38:13.549Z] ---> Running in 2c4271b1983a [2021-02-01T18:38:13.928Z] ---> Running in af327452eca4 [2021-02-01T18:38:14.250Z] Removing intermediate container 50b9e56a750e [2021-02-01T18:38:14.250Z] ---> 48baf6e756b7 [2021-02-01T18:38:14.250Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T18:38:14.250Z] Removing intermediate container 2c4271b1983a [2021-02-01T18:38:14.250Z] ---> 86483ac58012 [2021-02-01T18:38:14.250Z] Step 21/22 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:38:15.035Z] ---> Running in 3d0a85fac692 [2021-02-01T18:38:15.035Z] ---> Running in 50ced6fa1c80 [2021-02-01T18:38:15.335Z] Removing intermediate container af327452eca4 [2021-02-01T18:38:15.335Z] ---> 0ed4fd1608ae [2021-02-01T18:38:15.335Z] 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-01T18:38:15.651Z] Removing intermediate container 8d03cd03a8f8 [2021-02-01T18:38:15.651Z] ---> 9b106ad2b9fa [2021-02-01T18:38:15.651Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T18:38:16.323Z] ---> Running in 076f62396153 [2021-02-01T18:38:16.648Z] Removing intermediate container 50ced6fa1c80 [2021-02-01T18:38:16.648Z] ---> 841ca9cbceb6 [2021-02-01T18:38:16.648Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T18:38:16.959Z] ---> Running in 81d90a067848 [2021-02-01T18:38:17.261Z] ---> 0c67f9c07797 [2021-02-01T18:38:17.261Z] 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-01T18:38:17.576Z] Removing intermediate container 076f62396153 [2021-02-01T18:38:17.576Z] ---> 5a3fe4cdcae2 [2021-02-01T18:38:17.576Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:38:17.910Z] ---> Running in aa152d37f1fa [2021-02-01T18:38:18.266Z] Removing intermediate container 81d90a067848 [2021-02-01T18:38:18.266Z] ---> b43a9e1eeb33 [2021-02-01T18:38:18.266Z] [2021-02-01T18:38:19.504Z] ---> ccb911239e2d [2021-02-01T18:38:19.504Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T18:38:19.504Z] Removing intermediate container aa152d37f1fa [2021-02-01T18:38:19.504Z] ---> ea746264efcc [2021-02-01T18:38:19.504Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T18:38:19.850Z] ---> Running in 85c081c98096 [2021-02-01T18:38:20.411Z] Successfully built b43a9e1eeb33 [2021-02-01T18:38:20.411Z] Removing intermediate container 3d0a85fac692 [2021-02-01T18:38:20.411Z] ---> ac111ef771c6 [2021-02-01T18:38:20.411Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T18:38:20.411Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T18:38:20.765Z]  Building docker-support-scheduler-go ... done  ---> Running in c6bdf1a95704 [2021-02-01T18:38:21.409Z] Removing intermediate container 85c081c98096 [2021-02-01T18:38:21.409Z] ---> 1511311dd892 [2021-02-01T18:38:21.409Z] Step 25/26 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:38:21.409Z] ---> 98e301216f01 [2021-02-01T18:38:21.409Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T18:38:22.322Z] ---> Running in 4ade5b8d7f04 [2021-02-01T18:38:22.649Z] Removing intermediate container c6bdf1a95704 [2021-02-01T18:38:22.649Z] ---> 389cafd5f70a [2021-02-01T18:38:22.649Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T18:38:23.759Z] Removing intermediate container 4ade5b8d7f04 [2021-02-01T18:38:23.759Z] ---> 81fe541902f5 [2021-02-01T18:38:23.759Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T18:38:24.557Z] ---> Running in 960fabeb3352 [2021-02-01T18:38:24.557Z] ---> 5c11b503c78f [2021-02-01T18:38:24.557Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T18:38:25.859Z] ---> 1d71fe18b26c [2021-02-01T18:38:25.859Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T18:38:26.190Z] ---> Running in 1feca8344ebb [2021-02-01T18:38:26.593Z] Removing intermediate container 960fabeb3352 [2021-02-01T18:38:26.593Z] ---> d45a7a368955 [2021-02-01T18:38:26.593Z] [2021-02-01T18:38:26.865Z] ---> 99a539a1ce67 [2021-02-01T18:38:26.865Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T18:38:26.865Z] ---> Running in f9566686d28e [2021-02-01T18:38:26.865Z] ---> 0a0b9f60ccda [2021-02-01T18:38:26.865Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T18:38:27.162Z] ---> 9275c3ee6daf [2021-02-01T18:38:27.162Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T18:38:27.162Z] ---> 22441471af6c [2021-02-01T18:38:27.162Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T18:38:27.162Z] ---> f6ddfb273de9 [2021-02-01T18:38:27.162Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T18:38:27.401Z] Successfully built d45a7a368955 [2021-02-01T18:38:27.439Z] ---> Running in ede90514fb9d [2021-02-01T18:38:27.439Z] ---> Running in e63c4a109461 [2021-02-01T18:38:27.439Z] ---> Running in 296e59fb768a [2021-02-01T18:38:27.720Z] ---> Running in 29187bff27a1 [2021-02-01T18:38:27.756Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T18:38:28.102Z]  Building docker-sys-mgmt-agent-go ... done  ---> b217efb7fff6 [2021-02-01T18:38:28.102Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T18:38:28.722Z] 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-01T18:38:29.340Z] 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-01T18:38:29.620Z] 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-01T18:38:29.901Z] 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-01T18:38:29.901Z] 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-01T18:38:30.599Z] ---> 2543989d0778 [2021-02-01T18:38:30.600Z] 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-01T18:38:30.923Z] ---> Running in 967697a2128c [2021-02-01T18:38:32.865Z] Removing intermediate container 1feca8344ebb [2021-02-01T18:38:32.865Z] ---> 59f5ee7f6113 [2021-02-01T18:38:32.865Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:38:34.670Z] ---> df5eee9834a8 [2021-02-01T18:38:34.670Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T18:38:36.455Z] Removing intermediate container 967697a2128c [2021-02-01T18:38:36.455Z] ---> 630964285191 [2021-02-01T18:38:36.455Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T18:38:36.783Z] ---> Running in 273d75b733e5 [2021-02-01T18:38:36.783Z] ---> aa80b30cb6db [2021-02-01T18:38:36.783Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T18:38:38.000Z] Removing intermediate container 273d75b733e5 [2021-02-01T18:38:38.000Z] ---> 7b9486ff401c [2021-02-01T18:38:38.000Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T18:38:38.000Z] ---> Running in 64718b7f4878 [2021-02-01T18:38:38.356Z] ---> ffec31d50be6 [2021-02-01T18:38:38.356Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T18:38:39.020Z] Removing intermediate container 64718b7f4878 [2021-02-01T18:38:39.020Z] ---> 0837e8dfbd3c [2021-02-01T18:38:39.020Z] Step 23/24 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:38:39.340Z] ---> Running in 253c4b29a140 [2021-02-01T18:38:39.636Z] Removing intermediate container 253c4b29a140 [2021-02-01T18:38:39.636Z] ---> 2c9902476ae3 [2021-02-01T18:38:39.636Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T18:38:39.926Z] ---> 9081b9698636 [2021-02-01T18:38:39.926Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T18:38:40.277Z] ---> Running in 155cfcd1aa66 [2021-02-01T18:38:40.975Z] Removing intermediate container 155cfcd1aa66 [2021-02-01T18:38:40.975Z] ---> 2ab236fcde75 [2021-02-01T18:38:40.975Z] [2021-02-01T18:38:41.295Z] ---> 7f277276e470 [2021-02-01T18:38:41.295Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T18:38:41.593Z] Successfully built 2ab236fcde75 [2021-02-01T18:38:41.912Z] ---> Running in 766ecea8c165 [2021-02-01T18:38:41.912Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T18:38:42.570Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 766ecea8c165 [2021-02-01T18:38:42.570Z] ---> b012f6e0508a [2021-02-01T18:38:42.570Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T18:38:43.608Z] ---> 20e3ad50b1d3 [2021-02-01T18:38:43.608Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T18:38:43.882Z] ---> Running in 5a44d4cdb0cc [2021-02-01T18:38:49.439Z] Removing intermediate container 5a44d4cdb0cc [2021-02-01T18:38:49.439Z] ---> d9c7affd9fc9 [2021-02-01T18:38:49.439Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T18:38:49.439Z] ---> Running in 3832b6d12ad4 [2021-02-01T18:38:49.721Z] Removing intermediate container e802c6c740ef [2021-02-01T18:38:49.721Z] ---> 085c573ed5e8 [2021-02-01T18:38:49.721Z] [2021-02-01T18:38:49.721Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T18:38:49.721Z] ---> 389fef711851 [2021-02-01T18:38:49.721Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T18:38:49.721Z] ---> Running in 19c2858521d2 [2021-02-01T18:38:49.994Z] Removing intermediate container 3832b6d12ad4 [2021-02-01T18:38:49.994Z] ---> cc7dbaa3f801 [2021-02-01T18:38:49.994Z] Step 28/31 : CMD ["gate"] [2021-02-01T18:38:50.279Z] ---> Running in 6d913204f634 [2021-02-01T18:38:50.279Z] Removing intermediate container 19c2858521d2 [2021-02-01T18:38:50.279Z] ---> 9cf1eaa4689c [2021-02-01T18:38:50.279Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T18:38:50.571Z] ---> Running in 1a9ec694a722 [2021-02-01T18:38:50.847Z] Removing intermediate container 6d913204f634 [2021-02-01T18:38:50.847Z] ---> a17254246e03 [2021-02-01T18:38:50.847Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T18:38:51.125Z] ---> Running in ce3f5614821f [2021-02-01T18:38:51.125Z] Removing intermediate container 1a9ec694a722 [2021-02-01T18:38:51.125Z] ---> 873c91b5d112 [2021-02-01T18:38:51.125Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T18:38:51.420Z] ---> Running in 027a80d99568 [2021-02-01T18:38:51.420Z] Removing intermediate container ce3f5614821f [2021-02-01T18:38:51.420Z] ---> c9da5fba2f9f [2021-02-01T18:38:51.420Z] Step 30/31 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:38:51.703Z] Removing intermediate container 027a80d99568 [2021-02-01T18:38:51.703Z] ---> e975b8c89d33 [2021-02-01T18:38:51.703Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:38:51.703Z] ---> Running in 54333577d639 [2021-02-01T18:38:51.703Z] ---> Running in 042b153caf61 [2021-02-01T18:38:52.380Z] Removing intermediate container 54333577d639 [2021-02-01T18:38:52.380Z] ---> fef84f8f3e66 [2021-02-01T18:38:52.380Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T18:38:52.652Z] ---> Running in a5cbc67d631a [2021-02-01T18:38:52.929Z] Removing intermediate container a5cbc67d631a [2021-02-01T18:38:52.929Z] ---> 070bf608d060 [2021-02-01T18:38:52.929Z] [2021-02-01T18:38:53.224Z] Successfully built 070bf608d060 [2021-02-01T18:38:53.224Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T18:38:53.547Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 042b153caf61 [2021-02-01T18:38:53.547Z] ---> 62c3fd574711 [2021-02-01T18:38:53.547Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T18:38:53.547Z] ---> Running in dfc11cddff3f [2021-02-01T18:38:54.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:38:55.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:38:55.878Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T18:38:55.878Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T18:38:56.365Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T18:38:56.365Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T18:38:56.663Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T18:38:56.956Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T18:38:56.956Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:38:56.956Z] OK: 8 MiB in 20 packages [2021-02-01T18:38:58.466Z] Removing intermediate container dfc11cddff3f [2021-02-01T18:38:58.466Z] ---> ae8248ce8927 [2021-02-01T18:38:58.466Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:38:59.116Z] ---> ac5e69f20bf1 [2021-02-01T18:38:59.116Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T18:39:00.154Z] ---> 0fce82dd0fc9 [2021-02-01T18:39:00.155Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T18:39:00.428Z] ---> 0ac07488ed67 [2021-02-01T18:39:00.428Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T18:39:00.700Z] ---> Running in 0896f177f8ac [2021-02-01T18:39:00.980Z] Removing intermediate container 0896f177f8ac [2021-02-01T18:39:00.980Z] ---> fbfb50edf5cc [2021-02-01T18:39:00.980Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:39:00.980Z] ---> Running in 1b4651507bf8 [2021-02-01T18:39:01.604Z] Removing intermediate container 1b4651507bf8 [2021-02-01T18:39:01.604Z] ---> b9a450c42ddb [2021-02-01T18:39:01.604Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T18:39:01.604Z] ---> Running in 65a87a29567f [2021-02-01T18:39:01.886Z] Removing intermediate container 65a87a29567f [2021-02-01T18:39:01.886Z] ---> 99be5715ee3d [2021-02-01T18:39:01.886Z] Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:39:01.886Z] ---> Running in ac49b581f8aa [2021-02-01T18:39:02.167Z] Removing intermediate container ac49b581f8aa [2021-02-01T18:39:02.167Z] ---> da0c56cfdaa4 [2021-02-01T18:39:02.167Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T18:39:02.458Z] ---> Running in db58be723b3f [2021-02-01T18:39:02.730Z] Removing intermediate container db58be723b3f [2021-02-01T18:39:02.730Z] ---> 7d996fe71add [2021-02-01T18:39:02.730Z] [2021-02-01T18:39:03.006Z] Successfully built 7d996fe71add [2021-02-01T18:39:03.006Z] Successfully tagged docker-core-data-go:latest [2021-02-01T18:39:03.300Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-01T18:39:03.375Z] $ docker stop --time=1 62ed187c67c6a776efcd5ce3e4937d4b0ee68ba079c700b400bd2f5cf545cb27 [2021-02-01T18:39:05.695Z] $ docker rm -f 62ed187c67c6a776efcd5ce3e4937d4b0ee68ba079c700b400bd2f5cf545cb27 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:39:06.380Z] + docker images [2021-02-01T18:39:06.380Z] + grep docker [2021-02-01T18:39:06.969Z] docker-core-data-go latest 7d996fe71add 4 seconds ago 22.3MB [2021-02-01T18:39:06.970Z] docker-security-bootstrapper-go latest 070bf608d060 14 seconds ago 23.8MB [2021-02-01T18:39:06.970Z] docker-security-secretstore-setup-go latest 2ab236fcde75 26 seconds ago 24.6MB [2021-02-01T18:39:06.970Z] docker-sys-mgmt-agent-go latest d45a7a368955 41 seconds ago 313MB [2021-02-01T18:39:06.970Z] docker-support-scheduler-go latest b43a9e1eeb33 49 seconds ago 17MB [2021-02-01T18:39:06.970Z] docker-core-metadata-go latest 605bd0b17a54 3 minutes ago 18.8MB [2021-02-01T18:39:06.970Z] docker-core-command-go latest d16abeb6898a 3 minutes ago 16.9MB [2021-02-01T18:39:06.970Z] docker-support-notifications-go latest 1b42046cc175 3 minutes ago 16.9MB [2021-02-01T18:39:06.970Z] docker-security-proxy-setup-go latest dddc01ae20fe 3 minutes ago 24.4MB [2021-02-01T18:39:06.970Z] 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-01T18:39:22.923Z] Still waiting to schedule task [2021-02-01T18:39:22.923Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-01T18:39:51.801Z] 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-01T18:39:51.801Z] 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-01T18:40:02.028Z] Removing intermediate container f9566686d28e [2021-02-01T18:40:02.028Z] ---> 8a37b14bb8c7 [2021-02-01T18:40:02.028Z] [2021-02-01T18:40:02.028Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T18:40:02.028Z] 3.12: Pulling from library/alpine [2021-02-01T18:40:03.030Z] Removing intermediate container 29187bff27a1 [2021-02-01T18:40:03.030Z] ---> acc0f4f90286 [2021-02-01T18:40:03.030Z] [2021-02-01T18:40:03.030Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T18:40:03.030Z] 3.12: Pulling from library/alpine [2021-02-01T18:40:03.308Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T18:40:03.308Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T18:40:03.308Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T18:40:03.308Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T18:40:03.308Z] ---> afeebe901d6b [2021-02-01T18:40:03.308Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T18:40:03.308Z] ---> afeebe901d6b [2021-02-01T18:40:03.308Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T18:40:04.339Z] ---> Running in 86098ee8d128 [2021-02-01T18:40:04.339Z] ---> Running in 6c4fc00e9b2a [2021-02-01T18:40:06.388Z] Removing intermediate container e63c4a109461 [2021-02-01T18:40:06.388Z] ---> d2879efd6224 [2021-02-01T18:40:06.388Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T18:40:06.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:06.388Z] ---> Running in f63266c4e54b [2021-02-01T18:40:06.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:06.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:06.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:07.553Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T18:40:07.553Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T18:40:07.553Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T18:40:07.833Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:40:07.834Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T18:40:07.834Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T18:40:07.834Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T18:40:07.834Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T18:40:07.834Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T18:40:07.834Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:40:07.834Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T18:40:08.113Z] OK: 6 MiB in 16 packages [2021-02-01T18:40:08.113Z] 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-01T18:40:08.113Z] OK: 7 MiB in 19 packages [2021-02-01T18:40:11.518Z] Running on prd-ubuntu18.04-docker-8c-8g-24390 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-02-01T18:40:11.577Z] Removing intermediate container 86098ee8d128 [2021-02-01T18:40:11.577Z] ---> f6925a1024bf [2021-02-01T18:40:11.577Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T18:40:11.583Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-02-01T18:40:11.860Z] ---> Running in 6178f4e1fd46 [2021-02-01T18:40:12.140Z] Removing intermediate container 6c4fc00e9b2a [2021-02-01T18:40:12.140Z] ---> 65132a57d039 [2021-02-01T18:40:12.140Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T18:40:12.753Z] ---> Running in 2c17fbf430a1 [2021-02-01T18:40:13.029Z] Removing intermediate container 6178f4e1fd46 [2021-02-01T18:40:13.029Z] ---> d2d4cfdeee56 [2021-02-01T18:40:13.029Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T18:40:13.641Z] ---> Running in ff488d02f9b3 [2021-02-01T18:40:13.641Z] Removing intermediate container 2c17fbf430a1 [2021-02-01T18:40:13.641Z] ---> a1acf4967379 [2021-02-01T18:40:13.641Z] Step 13/24 : WORKDIR / [2021-02-01T18:40:13.641Z] Removing intermediate container f63266c4e54b [2021-02-01T18:40:13.641Z] ---> 4cf5528a32da [2021-02-01T18:40:13.641Z] [2021-02-01T18:40:13.641Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T18:40:13.641Z] 20.10.0: Pulling from library/docker [2021-02-01T18:40:13.929Z] ---> Running in b189c2f61898 [2021-02-01T18:40:13.929Z] Removing intermediate container ede90514fb9d [2021-02-01T18:40:13.929Z] ---> 65cce0df7a86 [2021-02-01T18:40:13.929Z] [2021-02-01T18:40:13.929Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T18:40:13.929Z] ---> afeebe901d6b [2021-02-01T18:40:13.929Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T18:40:13.997Z] using credential edgex-jenkins-ssh [2021-02-01T18:40:14.050Z] Cloning the remote Git repository [2021-02-01T18:40:14.075Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T18:40:14.543Z] ---> Running in 4c85126b3a1c [2021-02-01T18:40:14.543Z] Removing intermediate container ff488d02f9b3 [2021-02-01T18:40:14.543Z] ---> 6f96d92be8bd [2021-02-01T18:40:14.543Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T18:40:15.144Z] ---> Running in c6a03560cc36 [2021-02-01T18:40:14.142Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-02-01T18:40:14.177Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T18:40:14.177Z] > git --version # timeout=10 [2021-02-01T18:40:14.185Z] > git --version # 'git version 2.17.1' [2021-02-01T18:40:14.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:40:14.212Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:40:15.510Z] Removing intermediate container b189c2f61898 [2021-02-01T18:40:15.511Z] ---> 735d1d10d6ac [2021-02-01T18:40:15.511Z] 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-01T18:40:15.890Z] Removing intermediate container 4c85126b3a1c [2021-02-01T18:40:15.890Z] ---> 13432fa401e3 [2021-02-01T18:40:15.890Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T18:40:15.890Z] Removing intermediate container c6a03560cc36 [2021-02-01T18:40:15.890Z] ---> 309f93ef97ac [2021-02-01T18:40:15.890Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:40:16.235Z] ---> Running in bcf7aa69ae06 [2021-02-01T18:40:18.474Z] ---> df3a5b165863 [2021-02-01T18:40:18.474Z] 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-01T18:40:18.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:18.840Z] ---> a0cdc30907e1 [2021-02-01T18:40:18.840Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T18:40:18.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:19.485Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T18:40:19.485Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T18:40:19.485Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:40:19.814Z] OK: 5 MiB in 16 packages [2021-02-01T18:40:20.451Z] ---> 9f5fe6e152b0 [2021-02-01T18:40:20.451Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T18:40:21.439Z] ---> 8e595924e852 [2021-02-01T18:40:21.439Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T18:40:22.039Z] ---> d9fd9e34ec5b [2021-02-01T18:40:22.039Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T18:40:22.039Z] Removing intermediate container bcf7aa69ae06 [2021-02-01T18:40:22.039Z] ---> f219726be84e [2021-02-01T18:40:22.039Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T18:40:22.654Z] ---> Running in 85c28128e604 [2021-02-01T18:40:23.660Z] ---> 2f68aa7ea148 [2021-02-01T18:40:23.660Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T18:40:24.658Z] ---> Running in 51eddbcdade8 [2021-02-01T18:40:24.658Z] Removing intermediate container 85c28128e604 [2021-02-01T18:40:24.658Z] ---> f5e291ff449d [2021-02-01T18:40:24.658Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T18:40:24.658Z] ---> fa132f6a6736 [2021-02-01T18:40:24.658Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T18:40:24.658Z] Removing intermediate container 296e59fb768a [2021-02-01T18:40:24.658Z] ---> 41bd97ce3590 [2021-02-01T18:40:24.658Z] [2021-02-01T18:40:24.658Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T18:40:24.658Z] ---> afeebe901d6b [2021-02-01T18:40:24.658Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T18:40:25.268Z] ---> Running in 74d024bbb20d [2021-02-01T18:40:25.546Z] ---> Running in 5a250e18d15b [2021-02-01T18:40:25.546Z] Removing intermediate container 51eddbcdade8 [2021-02-01T18:40:25.546Z] ---> 2b9f173f0974 [2021-02-01T18:40:25.546Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:40:26.157Z] ---> Running in 26a56a5bda77 [2021-02-01T18:40:26.430Z] Removing intermediate container 74d024bbb20d [2021-02-01T18:40:26.430Z] ---> 32d6835b3ae3 [2021-02-01T18:40:26.430Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T18:40:26.715Z] ---> f7a6c6770dba [2021-02-01T18:40:26.715Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T18:40:26.715Z] ---> Running in 4c4d8e878c1a [2021-02-01T18:40:26.998Z] Removing intermediate container 26a56a5bda77 [2021-02-01T18:40:26.998Z] ---> 1fdd747ab1bc [2021-02-01T18:40:26.998Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T18:40:27.276Z] ---> Running in 95c2fecdf026 [2021-02-01T18:40:27.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:27.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:27.918Z] ---> 114adabc0ddd [2021-02-01T18:40:27.918Z] 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-01T18:40:28.204Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T18:40:28.204Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:40:28.204Z] Removing intermediate container 95c2fecdf026 [2021-02-01T18:40:28.204Z] ---> 6c438b762824 [2021-02-01T18:40:28.204Z] Step 21/22 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:40:28.204Z] OK: 5 MiB in 15 packages [2021-02-01T18:40:28.204Z] ---> Running in 1fe17899c3fb [2021-02-01T18:40:28.484Z] ---> Running in dc3452d4363f [2021-02-01T18:40:29.519Z] Removing intermediate container dc3452d4363f [2021-02-01T18:40:29.519Z] ---> 065bf6f312bd [2021-02-01T18:40:29.519Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T18:40:29.519Z] ---> Running in 4c02bb192244 [2021-02-01T18:40:29.802Z] Removing intermediate container 5a250e18d15b [2021-02-01T18:40:29.802Z] ---> 8a4f86c4516c [2021-02-01T18:40:29.802Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T18:40:30.077Z] ---> Running in 418ab24feb87 [2021-02-01T18:40:30.351Z] Removing intermediate container 4c4d8e878c1a [2021-02-01T18:40:30.351Z] ---> 53efa519807b [2021-02-01T18:40:30.351Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T18:40:30.351Z] Removing intermediate container 4c02bb192244 [2021-02-01T18:40:30.351Z] ---> 10aceaae405c [2021-02-01T18:40:30.351Z] [2021-02-01T18:40:30.632Z] ---> Running in 72e5ceb30a85 [2021-02-01T18:40:30.632Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T18:40:30.632Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T18:40:30.632Z] ---> eeaf43b92773 [2021-02-01T18:40:30.632Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T18:40:30.929Z] Successfully built 10aceaae405c [2021-02-01T18:40:30.929Z] Removing intermediate container 418ab24feb87 [2021-02-01T18:40:30.929Z] ---> a7a9d6e345a6 [2021-02-01T18:40:30.929Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T18:40:30.929Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-01T18:40:30.929Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-02-01T18:40:31.202Z] ---> Running in b157b92f5b5d [2021-02-01T18:40:31.478Z] ---> Running in 518a3554b986 [2021-02-01T18:40:31.478Z] Removing intermediate container 72e5ceb30a85 [2021-02-01T18:40:31.478Z] ---> d1d2cb3ad13d [2021-02-01T18:40:31.478Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T18:40:31.764Z] Removing intermediate container 1fe17899c3fb [2021-02-01T18:40:31.764Z] ---> 461bd76c9b85 [2021-02-01T18:40:31.764Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T18:40:32.042Z] ---> Running in 0fad80dfb331 [2021-02-01T18:40:32.331Z] Removing intermediate container 518a3554b986 [2021-02-01T18:40:32.331Z] ---> 2485403dc899 [2021-02-01T18:40:32.331Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T18:40:32.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:32.911Z] ---> Running in ab16828ca2ad [2021-02-01T18:40:32.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:33.215Z] Removing intermediate container 0fad80dfb331 [2021-02-01T18:40:33.215Z] ---> 60eb9675f3c6 [2021-02-01T18:40:33.215Z] Step 22/24 : LABEL arch=arm64 [2021-02-01T18:40:33.494Z] ---> 7426110c0e6d [2021-02-01T18:40:33.494Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T18:40:33.774Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T18:40:33.774Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T18:40:33.774Z] Executing bash-5.0.17-r0.post-install [2021-02-01T18:40:33.774Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:40:33.774Z] OK: 12 MiB in 22 packages [2021-02-01T18:40:34.377Z] ---> Running in edde1daa8ed0 [2021-02-01T18:40:35.070Z] ---> Running in 131f3b29eff3 [2021-02-01T18:40:35.070Z] Removing intermediate container ab16828ca2ad [2021-02-01T18:40:35.070Z] ---> a30f2082212f [2021-02-01T18:40:35.070Z] Step 15/23 : WORKDIR / [2021-02-01T18:40:35.070Z] Removing intermediate container edde1daa8ed0 [2021-02-01T18:40:35.070Z] ---> ccb71170724f [2021-02-01T18:40:35.070Z] Step 23/24 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:40:35.390Z] ---> Running in 9660c63e8d87 [2021-02-01T18:40:35.667Z] ---> Running in 9087da944675 [2021-02-01T18:40:36.286Z] Removing intermediate container b157b92f5b5d [2021-02-01T18:40:36.286Z] ---> bdf6500bdef7 [2021-02-01T18:40:36.286Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T18:40:36.906Z] Removing intermediate container 9660c63e8d87 [2021-02-01T18:40:36.907Z] Removing intermediate container 9087da944675 [2021-02-01T18:40:36.907Z] ---> 7b1b1c45daca [2021-02-01T18:40:36.907Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T18:40:36.907Z] ---> b80517a77692 [2021-02-01T18:40:36.907Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:40:37.186Z] ---> Running in c5a711c7ad38 [2021-02-01T18:40:37.186Z] ---> Running in de4b0d908980 [2021-02-01T18:40:37.808Z] ---> f60e5694f11e [2021-02-01T18:40:37.808Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T18:40:37.330Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T18:40:37.336Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:40:37.347Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T18:40:37.359Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T18:40:37.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:40:37.364Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:40:37.870Z] Merging remotes/origin/master commit a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc into PR head commit 38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:40:38.000Z] Merge succeeded, producing 38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:40:38.001Z] Checking out Revision 38a1666c751e57e8162b9ecedce0d9f4da283bd1 (PR-3075) [2021-02-01T18:40:38.088Z] Removing intermediate container c5a711c7ad38 [2021-02-01T18:40:38.088Z] ---> 6450e076ba77 [2021-02-01T18:40:38.088Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T18:40:38.088Z] Removing intermediate container de4b0d908980 [2021-02-01T18:40:38.088Z] ---> 526300bca42f [2021-02-01T18:40:38.088Z] [2021-02-01T18:40:38.088Z] ---> Running in 33521c136673 [2021-02-01T18:40:39.078Z] Successfully built 526300bca42f [2021-02-01T18:40:39.078Z] Removing intermediate container 131f3b29eff3 [2021-02-01T18:40:39.078Z] ---> df94c9cbd7fe [2021-02-01T18:40:39.079Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:40:39.079Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-01T18:40:39.079Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-01T18:40:39.079Z] Removing intermediate container 33521c136673 [2021-02-01T18:40:39.079Z] ---> 163647a060a8 [2021-02-01T18:40:39.079Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T18:40:39.389Z] ---> Running in 2c835556ebd4 [2021-02-01T18:40:39.675Z] ---> c22db4af5f06 [2021-02-01T18:40:39.675Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T18:40:39.951Z] ---> 1175bfffc17d [2021-02-01T18:40:39.951Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T18:40:39.951Z] Removing intermediate container 2c835556ebd4 [2021-02-01T18:40:39.951Z] ---> b80d1d5cc791 [2021-02-01T18:40:39.951Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T18:40:37.881Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:40:37.887Z] > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # timeout=10 [2021-02-01T18:40:37.965Z] > git remote # timeout=10 [2021-02-01T18:40:37.974Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T18:40:37.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:40:37.984Z] > git merge a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc # timeout=10 [2021-02-01T18:40:37.992Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T18:40:38.006Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:40:38.010Z] > git checkout -f 38a1666c751e57e8162b9ecedce0d9f4da283bd1 # timeout=10 [2021-02-01T18:40:41.728Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-02-01T18:40:41.937Z] ---> 76fe7a611fc1 [2021-02-01T18:40:41.937Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:40:42.569Z] ---> dafd9dd3d39b [2021-02-01T18:40:42.569Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T18:40:42.569Z] ---> 5f7edaa4f895 [2021-02-01T18:40:42.569Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T18:40:42.858Z] ---> Running in 38c66b924f6b [2021-02-01T18:40:42.923Z] + echo snap-build.sh [2021-02-01T18:40:42.923Z] snap-build.sh [2021-02-01T18:40:42.923Z] + SNAP_BASE_DIR=. [2021-02-01T18:40:42.923Z] + '[' '!' -z /w/workspace/edgex-go/15 ']' [2021-02-01T18:40:42.923Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/15 [2021-02-01T18:40:42.923Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' [2021-02-01T18:40:42.923Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/15] [2021-02-01T18:40:42.923Z] + cd /w/workspace/edgex-go/15 [2021-02-01T18:40:42.923Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-01T18:40:42.923Z] Reading package lists... [2021-02-01T18:40:42.923Z] Building dependency tree... [2021-02-01T18:40:42.923Z] Reading state information... [2021-02-01T18:40:43.185Z] The following packages were automatically installed and are no longer required: [2021-02-01T18:40:43.185Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-01T18:40:43.185Z] uidmap xdelta3 [2021-02-01T18:40:43.185Z] Use 'sudo apt autoremove' to remove them. [2021-02-01T18:40:43.185Z] The following packages will be REMOVED: [2021-02-01T18:40:43.185Z] lxd* lxd-client* [2021-02-01T18:40:43.447Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-01T18:40:43.447Z] After this operation, 31.7 MB disk space will be freed. [2021-02-01T18:40:43.860Z] Removing intermediate container 38c66b924f6b [2021-02-01T18:40:43.860Z] ---> ea66110f09b1 [2021-02-01T18:40:43.860Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:40:44.467Z] ---> 7e8af9f21afd [2021-02-01T18:40:44.467Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T18:40:44.467Z] ---> a6b4b7da1899 [2021-02-01T18:40:44.467Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T18:40:44.505Z] (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-01T18:40:44.505Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T18:40:44.741Z] ---> Running in 6460f660c812 [2021-02-01T18:40:45.351Z] Removing intermediate container 6460f660c812 [2021-02-01T18:40:45.351Z] ---> fb114fe952f3 [2021-02-01T18:40:45.351Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T18:40:45.464Z] Removing lxd dnsmasq configuration [2021-02-01T18:40:45.464Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T18:40:45.728Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-01T18:40:46.335Z] ---> 69fd697a2848 [2021-02-01T18:40:46.335Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T18:40:46.335Z] ---> Running in 06ed86810bda [2021-02-01T18:40:46.611Z] ---> Running in 8ba8fdae57c6 [2021-02-01T18:40:46.611Z] ---> 998789bf9ee7 [2021-02-01T18:40:46.611Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T18:40:46.681Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-01T18:40:46.681Z] (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-01T18:40:46.681Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T18:40:47.233Z] Removing intermediate container 06ed86810bda [2021-02-01T18:40:47.234Z] ---> 8cad32caef1a [2021-02-01T18:40:47.234Z] Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:40:47.838Z] ---> Running in 8ef53450a8d1 [2021-02-01T18:40:48.080Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-01T18:40:48.080Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-01T18:40:48.435Z] ---> a583e62a1934 [2021-02-01T18:40:48.435Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T18:40:48.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:48.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:40:48.715Z] Removing intermediate container 8ef53450a8d1 [2021-02-01T18:40:48.715Z] ---> 6c445a605812 [2021-02-01T18:40:48.715Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T18:40:49.310Z] ---> Running in 1372ab7006da [2021-02-01T18:40:49.311Z] ---> Running in 36e97de22305 [2021-02-01T18:40:49.311Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T18:40:49.311Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T18:40:49.311Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T18:40:49.311Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T18:40:49.311Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T18:40:49.311Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T18:40:49.477Z] + sudo snap remove --purge lxd [2021-02-01T18:40:49.477Z] snap "lxd" is not installed [2021-02-01T18:40:49.477Z] + sudo groupadd --force --system lxd [2021-02-01T18:40:49.477Z] ++ whoami [2021-02-01T18:40:49.477Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-01T18:40:49.477Z] + newgrp - lxd [2021-02-01T18:40:49.477Z] + sudo snap install lxd [2021-02-01T18:40:49.582Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T18:40:49.862Z] Removing intermediate container 1372ab7006da [2021-02-01T18:40:49.862Z] ---> 3a2bc697081f [2021-02-01T18:40:49.862Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T18:40:50.144Z] Removing intermediate container 36e97de22305 [2021-02-01T18:40:50.144Z] ---> 3c153a02336f [2021-02-01T18:40:50.144Z] [2021-02-01T18:40:50.748Z] Successfully built 3c153a02336f [2021-02-01T18:40:50.748Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-01T18:40:50.748Z] Building docker-security-proxy-setup-go [2021-02-01T18:40:51.349Z]  Building docker-core-metadata-go ... done  ---> 8de615120bed [2021-02-01T18:40:51.349Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T18:40:51.349Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T18:40:51.349Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T18:40:51.626Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T18:40:51.626Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T18:40:51.626Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T18:40:51.626Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T18:40:51.626Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T18:40:51.626Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T18:40:51.626Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T18:40:51.907Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T18:40:51.907Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T18:40:51.907Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T18:40:51.907Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T18:40:51.907Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T18:40:51.907Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T18:40:51.907Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T18:40:51.907Z] ---> Running in 323b5452d0c7 [2021-02-01T18:40:51.907Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T18:40:51.907Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T18:40:51.907Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T18:40:52.182Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T18:40:52.182Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T18:40:52.182Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T18:40:52.182Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T18:40:52.182Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T18:40:52.182Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T18:40:52.182Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T18:40:52.458Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:40:52.458Z] OK: 71 MiB in 55 packages [2021-02-01T18:40:56.777Z] Removing intermediate container 323b5452d0c7 [2021-02-01T18:40:56.777Z] ---> da3d3de94b25 [2021-02-01T18:40:56.777Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T18:40:57.063Z] ---> Running in dc1cb527c538 [2021-02-01T18:40:57.063Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:40:57.063Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:40:57.063Z] ---> 7d9b8608dad2 [2021-02-01T18:40:57.063Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T18:40:57.063Z] ---> Using cache [2021-02-01T18:40:57.063Z] ---> bf25a69728b2 [2021-02-01T18:40:57.063Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:40:57.063Z] ---> Using cache [2021-02-01T18:40:57.063Z] ---> 25c49fa6e573 [2021-02-01T18:40:57.063Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T18:40:57.063Z] ---> Using cache [2021-02-01T18:40:57.063Z] ---> 5da49df94bbd [2021-02-01T18:40:57.063Z] Step 6/23 : COPY go.mod . [2021-02-01T18:40:57.063Z] ---> Using cache [2021-02-01T18:40:57.063Z] ---> 867e40f68340 [2021-02-01T18:40:57.341Z] Step 7/23 : RUN go mod download [2021-02-01T18:40:57.341Z] ---> Using cache [2021-02-01T18:40:57.341Z] ---> 0ff014842083 [2021-02-01T18:40:57.341Z] Step 8/23 : COPY . . [2021-02-01T18:40:57.341Z] ---> Using cache [2021-02-01T18:40:57.341Z] ---> 9275c3ee6daf [2021-02-01T18:40:57.341Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T18:40:58.325Z] ---> Running in 5baeccdfae19 [2021-02-01T18:40:58.325Z] Removing intermediate container dc1cb527c538 [2021-02-01T18:40:58.325Z] ---> 2950bfcb5603 [2021-02-01T18:40:58.325Z] Step 28/31 : CMD ["gate"] [2021-02-01T18:40:59.357Z] ---> Running in ca27defbe13b [2021-02-01T18:40:59.537Z] 2021-02-01T18:40:56Z INFO Waiting for automatic snapd restart... [2021-02-01T18:40:59.966Z] 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-01T18:41:00.634Z] Removing intermediate container ca27defbe13b [2021-02-01T18:41:00.634Z] ---> d6894a6c9ec2 [2021-02-01T18:41:00.634Z] Step 29/31 : LABEL arch=arm64 [2021-02-01T18:41:02.080Z] ---> Running in e2d579afc714 [2021-02-01T18:41:02.688Z] Removing intermediate container e2d579afc714 [2021-02-01T18:41:02.688Z] ---> 314af58af16f [2021-02-01T18:41:02.688Z] Step 30/31 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:41:03.678Z] ---> Running in 691b47f06458 [2021-02-01T18:41:03.951Z] Removing intermediate container 8ba8fdae57c6 [2021-02-01T18:41:03.951Z] ---> 43fe6f0071a7 [2021-02-01T18:41:03.951Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T18:41:04.559Z] ---> Running in 71366e8d71e4 [2021-02-01T18:41:04.559Z] Removing intermediate container 691b47f06458 [2021-02-01T18:41:04.559Z] ---> 6c5946773357 [2021-02-01T18:41:04.559Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T18:41:05.542Z] ---> Running in de1a98c2f19e [2021-02-01T18:41:06.531Z] Removing intermediate container de1a98c2f19e [2021-02-01T18:41:06.531Z] ---> d0a35945fdba [2021-02-01T18:41:06.531Z] [2021-02-01T18:41:07.520Z] Successfully built d0a35945fdba [2021-02-01T18:41:07.520Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-01T18:41:07.800Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-01T18:41:11.232Z] Collecting docker-compose==1.23.2 [2021-02-01T18:41:11.232Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:41:11.232Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:41:11.232Z] ---> 7d9b8608dad2 [2021-02-01T18:41:11.232Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T18:41:11.232Z] ---> Using cache [2021-02-01T18:41:11.232Z] ---> bf25a69728b2 [2021-02-01T18:41:11.232Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:41:11.232Z] ---> Using cache [2021-02-01T18:41:11.232Z] ---> 25c49fa6e573 [2021-02-01T18:41:11.232Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T18:41:11.232Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T18:41:12.694Z] ---> Running in ade799bcc5ea [2021-02-01T18:41:14.136Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T18:41:14.136Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T18:41:14.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:41:14.412Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T18:41:14.412Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T18:41:14.478Z] lxd 4.10 from Canonical* installed [2021-02-01T18:41:14.478Z] + sudo lxd init --auto [2021-02-01T18:41:15.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:41:16.415Z] OK: 217 MiB in 51 packages [2021-02-01T18:41:18.436Z] Collecting PyYAML<4,>=3.10 [2021-02-01T18:41:18.436Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T18:41:19.043Z] Removing intermediate container ade799bcc5ea [2021-02-01T18:41:19.043Z] ---> 810dc3b34d83 [2021-02-01T18:41:19.043Z] Step 6/23 : COPY go.mod . [2021-02-01T18:41:21.051Z] ---> 771bd0528794 [2021-02-01T18:41:21.051Z] Step 7/23 : RUN go mod download [2021-02-01T18:41:21.111Z] + sudo snap install --classic snapcraft [2021-02-01T18:41:21.330Z] ---> Running in e8be9d49bc5a [2021-02-01T18:41:22.776Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T18:41:22.776Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T18:41:23.410Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T18:41:23.698Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T18:41:24.740Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T18:41:24.740Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T18:41:25.779Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:41:25.779Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:41:25.779Z] ---> 7d9b8608dad2 [2021-02-01T18:41:25.779Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T18:41:25.779Z] ---> Using cache [2021-02-01T18:41:25.779Z] ---> bf25a69728b2 [2021-02-01T18:41:25.779Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:41:25.779Z] ---> Using cache [2021-02-01T18:41:25.779Z] ---> 25c49fa6e573 [2021-02-01T18:41:25.779Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T18:41:25.779Z] ---> Using cache [2021-02-01T18:41:25.779Z] ---> 5da49df94bbd [2021-02-01T18:41:25.779Z] Step 6/21 : COPY go.mod . [2021-02-01T18:41:25.779Z] ---> Using cache [2021-02-01T18:41:25.779Z] ---> 867e40f68340 [2021-02-01T18:41:25.779Z] Step 7/21 : RUN go mod download [2021-02-01T18:41:25.779Z] ---> Using cache [2021-02-01T18:41:25.779Z] ---> 0ff014842083 [2021-02-01T18:41:25.779Z] Step 8/21 : COPY . . [2021-02-01T18:41:25.779Z] ---> Using cache [2021-02-01T18:41:25.779Z] ---> 9275c3ee6daf [2021-02-01T18:41:25.779Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T18:41:25.779Z] ---> Running in 6f8b624bbeb8 [2021-02-01T18:41:26.061Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T18:41:26.061Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T18:41:26.061Z] Removing intermediate container e8be9d49bc5a [2021-02-01T18:41:26.061Z] ---> 3431578d7200 [2021-02-01T18:41:26.061Z] Step 8/23 : COPY . . [2021-02-01T18:41:26.336Z] 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-01T18:41:26.608Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T18:41:26.608Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T18:41:28.060Z] 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-01T18:41:29.498Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T18:41:29.498Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T18:41:31.161Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T18:41:31.161Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-01T18:41:31.161Z] + patch --verbose -p1 [2021-02-01T18:41:31.161Z] Hmm... Looks like a unified diff to me... [2021-02-01T18:41:31.161Z] The text leading up to this was: [2021-02-01T18:41:31.161Z] -------------------------- [2021-02-01T18:41:31.161Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-01T18:41:31.161Z] |From: Tony Espy [2021-02-01T18:41:31.161Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-01T18:41:31.161Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-01T18:41:31.161Z] | [2021-02-01T18:41:31.161Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-01T18:41:31.161Z] |optimize the snap CI check run for pull requests. When [2021-02-01T18:41:31.161Z] |applied, it essentially strips out everything (apps and [2021-02-01T18:41:31.161Z] |parts) from the snapcraft.yaml file except those required [2021-02-01T18:41:31.161Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-01T18:41:31.161Z] |catch changes to edgex-go that break the snap build. [2021-02-01T18:41:31.161Z] | [2021-02-01T18:41:31.161Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-01T18:41:31.161Z] |to update this patch file, otherwise it may fail to apply, [2021-02-01T18:41:31.161Z] |resulting in a failed snap build CI check in the associated [2021-02-01T18:41:31.161Z] |pull request. [2021-02-01T18:41:31.161Z] | [2021-02-01T18:41:31.161Z] |Note - in addition to applying this patch, the pipeline also [2021-02-01T18:41:31.161Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-01T18:41:31.161Z] |need to build the finally binary .snap file (and it won't [2021-02-01T18:41:31.161Z] |work with the patch applied). This further reduces the build [2021-02-01T18:41:31.161Z] |time. [2021-02-01T18:41:31.161Z] |--- [2021-02-01T18:41:31.161Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-01T18:41:31.161Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-01T18:41:31.161Z] | [2021-02-01T18:41:31.161Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-01T18:41:31.161Z] |index 1e537489..faf42425 100644 [2021-02-01T18:41:31.161Z] |--- a/snap/snapcraft.yaml [2021-02-01T18:41:31.161Z] |+++ b/snap/snapcraft.yaml [2021-02-01T18:41:31.161Z] -------------------------- [2021-02-01T18:41:31.161Z] patching file snap/snapcraft.yaml [2021-02-01T18:41:31.161Z] Using Plan A... [2021-02-01T18:41:31.161Z] Hunk #1 succeeded at 73. [2021-02-01T18:41:31.161Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-01T18:41:31.161Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-01T18:41:31.161Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-01T18:41:31.161Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-01T18:41:31.161Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-01T18:41:31.161Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-01T18:41:31.161Z] Hunk #8 succeeded at 342. [2021-02-01T18:41:31.161Z] Hmm... Ignoring the trailing garbage. [2021-02-01T18:41:31.161Z] done [2021-02-01T18:41:31.161Z] + sudo snapcraft prime --use-lxd [2021-02-01T18:41:31.732Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-01T18:41:31.732Z] 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-01T18:41:31.732Z] - README.md [2021-02-01T18:41:31.732Z] - snapcraft.yaml.orig [2021-02-01T18:41:31.732Z] [2021-02-01T18:41:31.732Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T18:41:32.674Z] Launching a container. [2021-02-01T18:41:32.899Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T18:41:32.899Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T18:41:33.176Z] 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-01T18:41:33.454Z] Collecting idna<2.8,>=2.5 [2021-02-01T18:41:33.454Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T18:41:33.731Z] 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-01T18:41:34.014Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T18:41:34.014Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T18:41:34.014Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T18:41:34.014Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T18:41:34.014Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T18:41:34.014Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T18:41:35.470Z] Installing collected packages: urllib3, idna, requests, dockerpty, PyYAML, websocket-client, cached-property, docker-pycreds, docker, jsonschema, docopt, texttable, docker-compose [2021-02-01T18:41:35.470Z] Attempting uninstall: urllib3 [2021-02-01T18:41:35.470Z] Found existing installation: urllib3 1.25.9 [2021-02-01T18:41:35.470Z] Uninstalling urllib3-1.25.9: [2021-02-01T18:41:35.759Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T18:41:36.749Z] Attempting uninstall: idna [2021-02-01T18:41:36.749Z] Found existing installation: idna 2.9 [2021-02-01T18:41:36.749Z] Uninstalling idna-2.9: [2021-02-01T18:41:37.026Z] Successfully uninstalled idna-2.9 [2021-02-01T18:41:38.013Z] Attempting uninstall: requests [2021-02-01T18:41:38.013Z] Found existing installation: requests 2.23.0 [2021-02-01T18:41:38.013Z] Uninstalling requests-2.23.0: [2021-02-01T18:41:38.289Z] Successfully uninstalled requests-2.23.0 [2021-02-01T18:41:38.563Z] Running setup.py install for dockerpty: started [2021-02-01T18:41:40.014Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T18:41:40.014Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T18:41:40.014Z] ---> 7d9b8608dad2 [2021-02-01T18:41:40.014Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T18:41:40.014Z] ---> Using cache [2021-02-01T18:41:40.014Z] ---> bf25a69728b2 [2021-02-01T18:41:40.014Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:41:40.014Z] ---> Using cache [2021-02-01T18:41:40.014Z] ---> 25c49fa6e573 [2021-02-01T18:41:40.014Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T18:41:40.014Z] ---> Using cache [2021-02-01T18:41:40.014Z] ---> 5da49df94bbd [2021-02-01T18:41:40.014Z] Step 6/22 : COPY go.mod . [2021-02-01T18:41:40.014Z] ---> Using cache [2021-02-01T18:41:40.014Z] ---> 867e40f68340 [2021-02-01T18:41:40.014Z] Step 7/22 : RUN go mod download [2021-02-01T18:41:40.014Z] ---> Using cache [2021-02-01T18:41:40.014Z] ---> 0ff014842083 [2021-02-01T18:41:40.014Z] Step 8/22 : COPY . . [2021-02-01T18:41:40.014Z] ---> Using cache [2021-02-01T18:41:40.014Z] ---> 9275c3ee6daf [2021-02-01T18:41:40.014Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T18:41:41.001Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T18:41:41.002Z] Running setup.py install for PyYAML: started [2021-02-01T18:41:43.648Z] ---> Running in 019a918fd111 [2021-02-01T18:41:43.933Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T18:41:44.948Z] Waiting for container to be ready [2021-02-01T18:41:44.948Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-01T18:41:44.948Z] [2021-02-01T18:41:45.943Z] Running setup.py install for docopt: started [2021-02-01T18:41:45.943Z] 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-01T18:41:48.271Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-01T18:41:48.848Z] Waiting for network to be ready... [2021-02-01T18:41:49.109Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T18:41:49.352Z] ---> b969d4b55568 [2021-02-01T18:41:49.352Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T18:41:49.352Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T18:41:49.352Z] Running setup.py install for texttable: started [2021-02-01T18:41:49.352Z] ---> Running in 4ed7ea02be0a [2021-02-01T18:41:49.371Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] [2021-02-01T18:41:49.371Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T18:41:49.371Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-01T18:41:49.371Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T18:41:49.371Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T18:41:49.371Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-01T18:41:49.371Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-01T18:41:49.371Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1104 kB] [2021-02-01T18:41:49.371Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T18:41:49.948Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T18:41:49.948Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T18:41:50.211Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T18:41:50.211Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T18:41:50.211Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T18:41:50.211Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T18:41:50.211Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T18:41:50.211Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T18:41:50.472Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T18:41:50.732Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-01T18:41:50.994Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T18:41:50.994Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T18:41:50.994Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T18:41:50.994Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T18:41:50.994Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T18:41:50.994Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T18:41:50.994Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T18:41:51.331Z] 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-01T18:41:52.319Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T18:41:52.918Z] Fetched 23.9 MB in 4s (6052 kB/s) [2021-02-01T18:41:53.764Z] 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-01T18:41:53.867Z] Reading package lists... [2021-02-01T18:41:54.130Z] Reading package lists... [2021-02-01T18:41:54.391Z] Building dependency tree... [2021-02-01T18:41:54.391Z] Reading state information... [2021-02-01T18:41:54.391Z] The following additional packages will be installed: [2021-02-01T18:41:54.391Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T18:41:54.391Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T18:41:54.391Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T18:41:54.391Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-01T18:41:54.391Z] Suggested packages: [2021-02-01T18:41:54.391Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-01T18:41:54.391Z] Recommended packages: [2021-02-01T18:41:54.391Z] gnupg libsasl2-modules [2021-02-01T18:41:54.392Z] The following NEW packages will be installed: [2021-02-01T18:41:54.392Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T18:41:54.392Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T18:41:54.392Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T18:41:54.392Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-01T18:41:54.392Z] The following packages will be upgraded: [2021-02-01T18:41:54.392Z] gpg gpg-agent gpgconf libudev1 [2021-02-01T18:41:54.659Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-01T18:41:54.659Z] Need to get 3533 kB of archives. [2021-02-01T18:41:54.659Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-01T18:41:54.659Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-01T18:41:54.659Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-01T18:41:54.920Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-01T18:41:55.205Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-01T18:41:55.205Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-01T18:41:55.205Z] 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-01T18:41:55.205Z] 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-01T18:41:55.205Z] 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-01T18:41:55.205Z] 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-01T18:41:55.471Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-01T18:41:55.471Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-01T18:41:55.471Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-01T18:41:55.471Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-01T18:41:55.471Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-01T18:41:55.471Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-01T18:41:55.471Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-01T18:41:55.471Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-01T18:41:55.471Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-01T18:41:55.471Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-01T18:41:55.471Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-01T18:41:55.471Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-01T18:41:55.471Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-01T18:41:55.738Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T18:41:55.738Z] Fetched 3533 kB in 1s (3157 kB/s) [2021-02-01T18:41:55.738Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T18:41:55.738Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-01T18:41:55.738Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T18:41:56.000Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-01T18:41:56.000Z] Selecting previously unselected package udev. [2021-02-01T18:41:56.000Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T18:41:56.000Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-01T18:41:56.000Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-01T18:41:56.261Z] Selecting previously unselected package libfuse2:amd64. [2021-02-01T18:41:56.262Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T18:41:56.262Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T18:41:56.523Z] Selecting previously unselected package fuse. [2021-02-01T18:41:56.523Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T18:41:56.523Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-01T18:41:56.523Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T18:41:56.523Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T18:41:56.523Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T18:41:56.784Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T18:41:56.784Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T18:41:56.784Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T18:41:57.050Z] Selecting previously unselected package libksba8:amd64. [2021-02-01T18:41:57.050Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-01T18:41:57.050Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-01T18:41:57.050Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-01T18:41:57.050Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T18:41:57.050Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:57.050Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-01T18:41:57.050Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T18:41:57.050Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:57.311Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-01T18:41:57.311Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T18:41:57.311Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:57.311Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-01T18:41:57.311Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T18:41:57.311Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:57.573Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-01T18:41:57.573Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T18:41:57.573Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:57.573Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-01T18:41:57.573Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T18:41:57.573Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:57.835Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-01T18:41:57.835Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T18:41:57.835Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:57.835Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-01T18:41:57.835Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T18:41:57.835Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:58.098Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-01T18:41:58.098Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T18:41:58.098Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:58.098Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-01T18:41:58.098Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T18:41:58.098Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T18:41:58.098Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-01T18:41:58.098Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T18:41:58.098Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T18:41:58.361Z] Selecting previously unselected package libldap-common. [2021-02-01T18:41:58.361Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-01T18:41:58.361Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T18:41:58.361Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-01T18:41:58.361Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-01T18:41:58.361Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T18:41:58.361Z] Selecting previously unselected package dirmngr. [2021-02-01T18:41:58.361Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T18:41:58.361Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T18:41:58.623Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T18:41:58.623Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-01T18:41:58.623Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T18:41:58.623Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T18:41:58.623Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T18:41:58.623Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-01T18:41:58.885Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:58.885Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-01T18:41:58.885Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T18:41:58.885Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-01T18:41:59.146Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-01T18:41:59.413Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:59.413Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-01T18:41:59.413Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-01T18:41:59.413Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-01T18:41:59.676Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:59.676Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:59.676Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:59.676Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:59.676Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:59.676Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:59.676Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T18:41:59.676Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T18:41:59.676Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T18:41:59.939Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T18:42:00.200Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-01T18:42:00.200Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-01T18:42:00.200Z] This means they are not meant to be enabled using systemctl. [2021-02-01T18:42:00.200Z] Possible reasons for having this kind of units are: [2021-02-01T18:42:00.200Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-01T18:42:00.200Z] .wants/ or .requires/ directory. [2021-02-01T18:42:00.200Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-01T18:42:00.200Z] a requirement dependency on it. [2021-02-01T18:42:00.200Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-01T18:42:00.200Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-01T18:42:00.200Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-01T18:42:00.200Z] instance name specified. [2021-02-01T18:42:00.462Z] Reading package lists... [2021-02-01T18:42:00.537Z] Removing intermediate container 71366e8d71e4 [2021-02-01T18:42:00.537Z] ---> 7d0c9f6e512c [2021-02-01T18:42:00.537Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T18:42:00.537Z] ---> Running in c344694b8cf5 [2021-02-01T18:42:00.730Z] Building dependency tree... [2021-02-01T18:42:00.730Z] Reading state information... [2021-02-01T18:42:00.730Z] The following additional packages will be installed: [2021-02-01T18:42:00.730Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-01T18:42:00.730Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-01T18:42:00.730Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-01T18:42:00.730Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-01T18:42:00.730Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-01T18:42:00.730Z] Suggested packages: [2021-02-01T18:42:00.730Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-01T18:42:00.730Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-01T18:42:00.730Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-01T18:42:00.730Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-01T18:42:00.730Z] systemd-container policykit-1 [2021-02-01T18:42:00.730Z] Recommended packages: [2021-02-01T18:42:00.730Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-01T18:42:00.730Z] The following NEW packages will be installed: [2021-02-01T18:42:00.730Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-01T18:42:00.730Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-01T18:42:00.730Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-01T18:42:00.730Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-01T18:42:00.730Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-01T18:42:00.730Z] The following packages will be upgraded: [2021-02-01T18:42:00.730Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-01T18:42:01.001Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-01T18:42:01.001Z] Need to get 35.2 MB of archives. [2021-02-01T18:42:01.001Z] After this operation, 141 MB of additional disk space will be used. [2021-02-01T18:42:01.001Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-01T18:42:01.001Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-01T18:42:01.001Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-01T18:42:01.001Z] 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-01T18:42:01.001Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-01T18:42:01.001Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-01T18:42:01.001Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-01T18:42:01.278Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-01T18:42:01.278Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-01T18:42:01.278Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-01T18:42:01.278Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-01T18:42:01.278Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-01T18:42:01.278Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-01T18:42:01.278Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-01T18:42:01.278Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-01T18:42:01.278Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-01T18:42:01.278Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-01T18:42:01.278Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-01T18:42:01.851Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-01T18:42:01.851Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-01T18:42:01.851Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-01T18:42:01.851Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-01T18:42:01.851Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-01T18:42:01.851Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-01T18:42:01.851Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-01T18:42:01.851Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-01T18:42:01.851Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-01T18:42:01.851Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-01T18:42:02.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:42:02.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:42:02.113Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-01T18:42:02.113Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-01T18:42:03.004Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T18:42:03.004Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T18:42:03.004Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T18:42:03.004Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:42:03.004Z] OK: 71 MiB in 58 packages [2021-02-01T18:42:03.510Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T18:42:03.510Z] Fetched 35.2 MB in 3s (13.3 MB/s) [2021-02-01T18:42:03.776Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T18:42:03.776Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-01T18:42:04.037Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T18:42:04.610Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-01T18:42:04.610Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T18:42:04.610Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-01T18:42:04.872Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T18:42:04.872Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T18:42:04.872Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T18:42:05.005Z] Removing intermediate container c344694b8cf5 [2021-02-01T18:42:05.005Z] ---> 849c2bcf913a [2021-02-01T18:42:05.005Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T18:42:05.135Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-01T18:42:05.135Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T18:42:05.135Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T18:42:05.135Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T18:42:05.287Z] ---> Running in 8500c37dbc4c [2021-02-01T18:42:05.709Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-01T18:42:05.709Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-01T18:42:05.923Z] Removing intermediate container 8500c37dbc4c [2021-02-01T18:42:05.923Z] ---> 5189df9911cc [2021-02-01T18:42:05.923Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:42:05.973Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-01T18:42:06.204Z] ---> Running in 26b40735d9ef [2021-02-01T18:42:06.236Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-01T18:42:06.237Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T18:42:06.237Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T18:42:06.497Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-01T18:42:06.497Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T18:42:06.497Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T18:42:06.756Z] Selecting previously unselected package libexpat1:amd64. [2021-02-01T18:42:06.756Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-01T18:42:06.756Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T18:42:06.756Z] Selecting previously unselected package python3.6-minimal. [2021-02-01T18:42:06.756Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T18:42:06.756Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T18:42:06.818Z] Removing intermediate container 26b40735d9ef [2021-02-01T18:42:06.818Z] ---> 049084c1071f [2021-02-01T18:42:06.818Z] Step 24/26 : LABEL arch=arm64 [2021-02-01T18:42:07.019Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T18:42:07.094Z] ---> Running in bc3fe3d3b1fd [2021-02-01T18:42:07.282Z] Checking for services that may need to be restarted...done. [2021-02-01T18:42:07.282Z] Checking for services that may need to be restarted...done. [2021-02-01T18:42:07.282Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T18:42:07.282Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T18:42:07.282Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T18:42:07.855Z] Selecting previously unselected package python3-minimal. [2021-02-01T18:42:07.855Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-01T18:42:07.855Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-01T18:42:07.855Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-01T18:42:07.855Z] Selecting previously unselected package mime-support. [2021-02-01T18:42:07.855Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-01T18:42:07.855Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-01T18:42:07.855Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-01T18:42:07.855Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-01T18:42:08.091Z] Removing intermediate container bc3fe3d3b1fd [2021-02-01T18:42:08.091Z] ---> 5a9ee26adc08 [2021-02-01T18:42:08.091Z] Step 25/26 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:42:08.091Z] ---> Running in e39949653695 [2021-02-01T18:42:08.115Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T18:42:08.115Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-01T18:42:08.115Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T18:42:08.115Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T18:42:08.376Z] Selecting previously unselected package python3.6. [2021-02-01T18:42:08.376Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T18:42:08.376Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T18:42:08.376Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-01T18:42:08.376Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-01T18:42:08.376Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T18:42:08.376Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-01T18:42:08.639Z] Selecting previously unselected package python3. [2021-02-01T18:42:08.639Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-01T18:42:08.639Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-01T18:42:08.639Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-01T18:42:08.689Z] Removing intermediate container e39949653695 [2021-02-01T18:42:08.689Z] ---> 44c86a4ff69f [2021-02-01T18:42:08.689Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T18:42:08.903Z] Selecting previously unselected package multiarch-support. [2021-02-01T18:42:08.903Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T18:42:08.903Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T18:42:08.903Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T18:42:08.903Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-01T18:42:08.903Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-01T18:42:08.903Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-01T18:42:08.903Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T18:42:08.972Z] ---> Running in 54762dd06ece [2021-02-01T18:42:09.167Z] Selecting previously unselected package libbsd0:amd64. [2021-02-01T18:42:09.167Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-01T18:42:09.167Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T18:42:09.167Z] Selecting previously unselected package sudo. [2021-02-01T18:42:09.167Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-01T18:42:09.167Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T18:42:09.430Z] Selecting previously unselected package apparmor. [2021-02-01T18:42:09.431Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T18:42:09.431Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-01T18:42:09.431Z] Selecting previously unselected package libedit2:amd64. [2021-02-01T18:42:09.431Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-01T18:42:09.431Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T18:42:09.617Z] Removing intermediate container 54762dd06ece [2021-02-01T18:42:09.617Z] ---> b3b6e304c9b6 [2021-02-01T18:42:09.617Z] [2021-02-01T18:42:09.696Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-01T18:42:09.696Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T18:42:09.696Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T18:42:09.696Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-01T18:42:09.696Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T18:42:09.696Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T18:42:09.696Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-01T18:42:09.696Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-01T18:42:09.968Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T18:42:09.968Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-01T18:42:09.968Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T18:42:09.968Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T18:42:09.968Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-01T18:42:09.968Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T18:42:10.230Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T18:42:10.230Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-01T18:42:10.230Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-01T18:42:10.230Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T18:42:10.230Z] Successfully built b3b6e304c9b6 [2021-02-01T18:42:10.230Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-01T18:42:10.491Z] Selecting previously unselected package openssh-client. [2021-02-01T18:42:10.491Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-01T18:42:10.491Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T18:42:10.491Z] Selecting previously unselected package squashfs-tools. [2021-02-01T18:42:10.491Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-01T18:42:10.753Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T18:42:10.753Z] Selecting previously unselected package snapd. [2021-02-01T18:42:10.753Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-01T18:42:10.753Z] Unpacking snapd (2.48+18.04) ... [2021-02-01T18:42:12.670Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T18:42:12.670Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T18:42:12.933Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-01T18:42:12.933Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T18:42:12.933Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T18:42:12.933Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T18:42:13.197Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T18:42:13.197Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-01T18:42:13.197Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-01T18:42:14.144Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T18:42:14.144Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T18:42:14.144Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T18:42:14.144Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T18:42:14.144Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T18:42:14.144Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T18:42:15.102Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T18:42:15.102Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T18:42:15.102Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T18:42:15.102Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-01T18:42:15.364Z] running python rtupdate hooks for python3.6... [2021-02-01T18:42:15.364Z] running python post-rtupdate hooks for python3.6... [2021-02-01T18:42:15.364Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-01T18:42:17.295Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-01T18:42:17.295Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T18:42:17.295Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T18:42:17.295Z] Setting up snapd (2.48+18.04) ... [2021-02-01T18:42:17.870Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-01T18:42:17.870Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-01T18:42:18.134Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-01T18:42:18.395Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-01T18:42:18.395Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T18:42:18.395Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T18:42:18.656Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-01T18:42:18.923Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-01T18:42:18.923Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-01T18:42:19.188Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-01T18:42:19.188Z] /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-01T18:42:19.451Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T18:42:19.451Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T18:42:20.399Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T18:42:20.399Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T18:42:20.399Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T18:42:21.601Z] Reading package lists... [2021-02-01T18:42:21.602Z] Reading package lists... [2021-02-01T18:42:21.862Z] Building dependency tree... [2021-02-01T18:42:21.862Z] Reading state information... [2021-02-01T18:42:22.123Z] Calculating upgrade... [2021-02-01T18:42:22.123Z] The following packages will be upgraded: [2021-02-01T18:42:22.123Z] advancecomp base-files bash binutils binutils-common [2021-02-01T18:42:22.123Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-01T18:42:22.123Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-01T18:42:22.123Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-01T18:42:22.123Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-01T18:42:22.123Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-01T18:42:22.123Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-01T18:42:22.123Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-01T18:42:22.123Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-01T18:42:22.123Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-01T18:42:22.123Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-01T18:42:22.123Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-01T18:42:22.123Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-01T18:42:22.123Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-01T18:42:22.123Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-01T18:42:22.384Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T18:42:22.384Z] Need to get 63.8 MB of archives. [2021-02-01T18:42:22.384Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-01T18:42:22.384Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-01T18:42:22.384Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-01T18:42:22.958Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-01T18:42:22.958Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-01T18:42:22.958Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-01T18:42:22.958Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-01T18:42:22.958Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-01T18:42:22.958Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-01T18:42:22.958Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-01T18:42:22.958Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-01T18:42:22.958Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-01T18:42:23.219Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-01T18:42:23.219Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-01T18:42:23.219Z] 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-01T18:42:23.219Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-01T18:42:23.219Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-01T18:42:23.219Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-01T18:42:23.219Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-01T18:42:23.219Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-01T18:42:23.219Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-01T18:42:23.481Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-01T18:42:23.481Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-01T18:42:23.481Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-01T18:42:23.481Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-01T18:42:23.481Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-01T18:42:23.481Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-01T18:42:23.481Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-01T18:42:23.481Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-01T18:42:23.481Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-01T18:42:23.481Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-01T18:42:23.481Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-01T18:42:23.482Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-01T18:42:23.482Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-01T18:42:23.482Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-01T18:42:23.482Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-01T18:42:23.482Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-01T18:42:23.482Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-01T18:42:23.482Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-01T18:42:23.482Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-01T18:42:23.482Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-01T18:42:23.482Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-01T18:42:23.482Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-01T18:42:23.482Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-01T18:42:23.742Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-01T18:42:23.742Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-01T18:42:23.742Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-01T18:42:23.742Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-01T18:42:23.742Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-01T18:42:23.742Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-01T18:42:23.742Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-01T18:42:23.742Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-01T18:42:23.742Z] Get:52 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-01T18:42:23.742Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-01T18:42:23.742Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-01T18:42:23.742Z] Get:55 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-01T18:42:23.742Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-01T18:42:23.742Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-01T18:42:23.742Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-01T18:42:23.742Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-01T18:42:23.742Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-01T18:42:23.742Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-01T18:42:23.742Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-01T18:42:23.742Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-01T18:42:23.742Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-01T18:42:23.742Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-01T18:42:23.742Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-01T18:42:23.742Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-01T18:42:23.742Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-01T18:42:23.742Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-01T18:42:23.742Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-01T18:42:23.742Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-01T18:42:24.006Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-01T18:42:24.006Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-01T18:42:24.006Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-01T18:42:24.006Z] Get:75 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-01T18:42:24.006Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-01T18:42:24.006Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-01T18:42:24.006Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-01T18:42:24.006Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-01T18:42:24.006Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-01T18:42:24.006Z] Get:81 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-01T18:42:24.006Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-01T18:42:24.006Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-01T18:42:24.006Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-01T18:42:24.006Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-01T18:42:24.006Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-01T18:42:24.006Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-01T18:42:24.006Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-01T18:42:24.006Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-01T18:42:24.006Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-01T18:42:24.587Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-01T18:42:24.848Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-01T18:42:24.848Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-01T18:42:25.119Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-01T18:42:25.381Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-01T18:42:25.381Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-01T18:42:25.381Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-01T18:42:25.381Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-01T18:42:25.381Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-01T18:42:25.381Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T18:42:25.381Z] Fetched 63.8 MB in 3s (20.6 MB/s) [2021-02-01T18:42:25.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:25.644Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T18:42:25.644Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T18:42:26.220Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T18:42:26.220Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T18:42:26.220Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-01T18:42:26.220Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-01T18:42:27.169Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:27.169Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:27.169Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:27.169Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:27.430Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:27.430Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:27.430Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:27.430Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:27.692Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:27.692Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:27.692Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:27.692Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:27.955Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:27.955Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:27.955Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:27.955Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T18:42:27.955Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:27.955Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-01T18:42:28.216Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:28.216Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T18:42:28.216Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:28.216Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:28.479Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:28.480Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:28.480Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:28.741Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T18:42:28.741Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:29.001Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T18:42:29.001Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T18:42:29.001Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T18:42:29.579Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T18:42:29.579Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T18:42:29.579Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-01T18:42:29.579Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-01T18:42:29.841Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-01T18:42:29.841Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-01T18:42:30.104Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-01T18:42:30.104Z] Installing new version of config file /etc/issue ... [2021-02-01T18:42:30.104Z] Installing new version of config file /etc/issue.net ... [2021-02-01T18:42:30.104Z] Installing new version of config file /etc/lsb-release ... [2021-02-01T18:42:30.104Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-01T18:42:30.366Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-01T18:42:30.366Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-01T18:42:30.366Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-01T18:42:30.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:30.628Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-01T18:42:30.628Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-01T18:42:30.890Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-01T18:42:30.890Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-01T18:42:30.890Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:30.890Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T18:42:31.154Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-01T18:42:31.154Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-01T18:42:31.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:31.154Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-01T18:42:31.414Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-01T18:42:31.414Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-01T18:42:31.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:31.682Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-01T18:42:31.682Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T18:42:31.682Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-01T18:42:31.953Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:31.953Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T18:42:31.953Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T18:42:32.218Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T18:42:32.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:32.218Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T18:42:32.218Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T18:42:32.489Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-01T18:42:32.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:32.489Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-01T18:42:32.489Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-01T18:42:32.763Z] Setting up grep (3.1-2build1) ... [2021-02-01T18:42:32.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:32.763Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T18:42:32.763Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T18:42:32.763Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-01T18:42:33.026Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:33.026Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T18:42:33.026Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T18:42:33.026Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-01T18:42:33.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:33.287Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T18:42:33.287Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T18:42:33.860Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T18:42:33.860Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T18:42:33.860Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T18:42:33.860Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T18:42:34.433Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-01T18:42:34.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:34.433Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-01T18:42:34.694Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T18:42:35.638Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T18:42:35.638Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T18:42:35.638Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T18:42:35.900Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T18:42:35.900Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T18:42:35.900Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:35.900Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-01T18:42:36.161Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-01T18:42:36.161Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-01T18:42:36.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:36.423Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T18:42:36.423Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T18:42:36.423Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T18:42:36.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:36.685Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T18:42:36.685Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T18:42:36.685Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T18:42:36.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:36.945Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T18:42:36.945Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T18:42:36.945Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T18:42:37.076Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5baeccdfae19 [2021-02-01T18:42:37.076Z] ---> 7909ee8abdc6 [2021-02-01T18:42:37.076Z] [2021-02-01T18:42:37.076Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T18:42:37.076Z] ---> afeebe901d6b [2021-02-01T18:42:37.076Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T18:42:37.076Z] ---> Using cache [2021-02-01T18:42:37.076Z] ---> 8a4f86c4516c [2021-02-01T18:42:37.076Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T18:42:37.076Z] ---> Using cache [2021-02-01T18:42:37.076Z] ---> a7a9d6e345a6 [2021-02-01T18:42:37.076Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T18:42:37.076Z] ---> Running in 538a01e0bb57 [2021-02-01T18:42:37.076Z] Removing intermediate container 538a01e0bb57 [2021-02-01T18:42:37.076Z] ---> 8db6538da07e [2021-02-01T18:42:37.076Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T18:42:37.076Z] ---> Running in 01aea3941a95 [2021-02-01T18:42:37.076Z] Removing intermediate container 01aea3941a95 [2021-02-01T18:42:37.076Z] ---> 74325858140d [2021-02-01T18:42:37.076Z] Step 15/23 : WORKDIR / [2021-02-01T18:42:37.076Z] ---> Running in 4c77f541af7d [2021-02-01T18:42:37.076Z] Removing intermediate container 4c77f541af7d [2021-02-01T18:42:37.076Z] ---> 0c4faa6bf470 [2021-02-01T18:42:37.076Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:42:37.076Z] ---> bac97d06769d [2021-02-01T18:42:37.076Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T18:42:37.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:37.206Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T18:42:37.206Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T18:42:37.468Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T18:42:37.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:37.468Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T18:42:37.468Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T18:42:37.733Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T18:42:37.733Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T18:42:37.733Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T18:42:37.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:37.994Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T18:42:37.995Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T18:42:37.995Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T18:42:38.070Z] 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-01T18:42:38.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:38.257Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T18:42:38.257Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T18:42:38.257Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T18:42:38.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:38.257Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T18:42:38.345Z] ---> b765a62d9589 [2021-02-01T18:42:38.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T18:42:38.518Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T18:42:38.518Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-01T18:42:38.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:38.518Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T18:42:38.785Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T18:42:39.048Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-01T18:42:39.345Z] ---> 8ff86c16951c [2021-02-01T18:42:39.345Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T18:42:39.621Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-01T18:42:39.621Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-01T18:42:39.627Z] ---> Running in 0dc91821d6db [2021-02-01T18:42:39.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:39.882Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T18:42:39.882Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T18:42:39.882Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T18:42:40.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T18:42:40.149Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-01T18:42:40.149Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T18:42:40.149Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-01T18:42:40.231Z] Removing intermediate container 0dc91821d6db [2021-02-01T18:42:40.231Z] ---> 6ebf1b5c7a1b [2021-02-01T18:42:40.231Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:42:40.418Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:40.418Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-01T18:42:40.418Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-01T18:42:40.508Z] ---> Running in 5ef9eed85dae [2021-02-01T18:42:40.680Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-01T18:42:40.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:40.941Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-01T18:42:40.941Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T18:42:40.941Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-01T18:42:41.110Z] Removing intermediate container 5ef9eed85dae [2021-02-01T18:42:41.110Z] ---> b34784b2c3d7 [2021-02-01T18:42:41.110Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T18:42:41.204Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:41.205Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-01T18:42:41.205Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T18:42:41.205Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-01T18:42:41.385Z] ---> Running in 356dfb688518 [2021-02-01T18:42:41.467Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:41.468Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T18:42:41.468Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T18:42:41.468Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T18:42:41.731Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:41.731Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T18:42:41.731Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T18:42:41.731Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T18:42:41.990Z] Removing intermediate container 356dfb688518 [2021-02-01T18:42:41.991Z] ---> 59704f3b9bf4 [2021-02-01T18:42:41.991Z] Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:42:41.991Z] ---> Running in fb8c20950e88 [2021-02-01T18:42:42.004Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:42.004Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T18:42:42.004Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T18:42:42.268Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T18:42:42.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:42.268Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T18:42:42.268Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T18:42:42.531Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-01T18:42:42.531Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T18:42:42.531Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T18:42:42.531Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T18:42:42.595Z] Removing intermediate container fb8c20950e88 [2021-02-01T18:42:42.595Z] ---> ffb0fe98026f [2021-02-01T18:42:42.595Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T18:42:42.792Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T18:42:42.792Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:42.792Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-01T18:42:42.792Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-01T18:42:42.881Z] ---> Running in fc6f3f2159e3 [2021-02-01T18:42:43.054Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-01T18:42:43.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:43.054Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-01T18:42:43.054Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T18:42:43.317Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T18:42:43.489Z] Removing intermediate container fc6f3f2159e3 [2021-02-01T18:42:43.489Z] ---> 3ba522067654 [2021-02-01T18:42:43.489Z] [2021-02-01T18:42:43.580Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:43.580Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T18:42:43.580Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T18:42:43.580Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T18:42:43.765Z] Successfully built 3ba522067654 [2021-02-01T18:42:43.765Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-01T18:42:44.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:44.989Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-01T18:42:44.989Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-01T18:42:44.989Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-01T18:42:44.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:44.989Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T18:42:44.989Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T18:42:44.989Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-01T18:42:44.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:44.990Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T18:42:44.990Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T18:42:44.990Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-01T18:42:44.990Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:44.990Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-01T18:42:44.990Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-01T18:42:44.990Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-01T18:42:45.251Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:45.251Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-01T18:42:45.251Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-01T18:42:45.251Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-01T18:42:45.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:45.515Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-01T18:42:45.515Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-01T18:42:45.777Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-01T18:42:45.777Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:45.777Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-01T18:42:45.777Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-01T18:42:46.038Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-01T18:42:46.303Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:46.303Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T18:42:46.303Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-01T18:42:46.304Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-01T18:42:46.304Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T18:42:46.304Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-01T18:42:46.566Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-01T18:42:46.566Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-01T18:42:46.566Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-01T18:42:46.566Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T18:42:46.566Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T18:42:46.827Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T18:42:46.827Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T18:42:47.089Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T18:42:47.089Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T18:42:47.089Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-01T18:42:47.350Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-01T18:42:47.350Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T18:42:47.350Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-01T18:42:47.612Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T18:42:47.612Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-01T18:42:47.612Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-01T18:42:47.874Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-01T18:42:47.874Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-01T18:42:47.874Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-01T18:42:48.146Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-01T18:42:48.146Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-01T18:42:48.146Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-01T18:42:48.146Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-01T18:42:48.407Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-01T18:42:48.407Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-01T18:42:48.667Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-01T18:42:48.667Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-01T18:42:49.616Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-01T18:42:49.616Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-01T18:42:49.616Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-01T18:42:49.616Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-01T18:42:49.616Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T18:42:49.616Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T18:42:50.191Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T18:42:50.191Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T18:42:50.191Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T18:42:50.191Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T18:42:50.452Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T18:42:50.452Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T18:42:50.711Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:50.711Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T18:42:50.711Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:50.711Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T18:42:50.972Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:50.972Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T18:42:50.972Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:51.550Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T18:42:52.495Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:52.495Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T18:42:53.013Z]  Building docker-core-command-go ... done Removing intermediate container 6f8b624bbeb8 [2021-02-01T18:42:53.013Z] ---> 6e5a0f17828d [2021-02-01T18:42:53.013Z] [2021-02-01T18:42:53.013Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T18:42:53.013Z] ---> afeebe901d6b [2021-02-01T18:42:53.013Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T18:42:53.013Z] ---> Running in 56a2c8ad31b4 [2021-02-01T18:42:53.066Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:53.066Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T18:42:54.005Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:54.005Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T18:42:54.265Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:54.265Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T18:42:55.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:42:55.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:42:55.210Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T18:42:55.210Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T18:42:55.210Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T18:42:55.210Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T18:42:55.210Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T18:42:55.210Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T18:42:55.470Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T18:42:55.470Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T18:42:55.606Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T18:42:55.606Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T18:42:55.606Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T18:42:55.732Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-01T18:42:55.732Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-01T18:42:55.732Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T18:42:55.732Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T18:42:55.881Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T18:42:55.882Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:42:55.882Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T18:42:55.882Z] OK: 7 MiB in 18 packages [2021-02-01T18:42:55.993Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T18:42:55.993Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T18:42:55.993Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-01T18:42:55.993Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-01T18:42:56.257Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:56.257Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T18:42:56.257Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:56.257Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:56.257Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:56.257Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-01T18:42:56.257Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-01T18:42:56.257Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-01T18:42:56.517Z] [2021-02-01T18:42:56.517Z] Current default time zone: 'Etc/UTC' [2021-02-01T18:42:56.517Z] Local time is now: Mon Feb 1 18:42:56 UTC 2021. [2021-02-01T18:42:56.517Z] Universal Time is now: Mon Feb 1 18:42:56 UTC 2021. [2021-02-01T18:42:56.517Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-01T18:42:56.517Z] [2021-02-01T18:42:56.517Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-01T18:42:56.777Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:56.777Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-01T18:42:56.777Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-01T18:42:56.777Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-01T18:42:56.777Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-01T18:42:56.777Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-01T18:42:56.777Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-01T18:42:57.038Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-01T18:42:57.038Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T18:42:57.038Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:57.038Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-01T18:42:57.299Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T18:42:57.299Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T18:42:57.299Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:42:57.299Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-01T18:42:57.559Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-01T18:42:57.559Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-01T18:42:57.559Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T18:42:57.559Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-01T18:42:57.559Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-01T18:42:57.559Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-01T18:42:57.559Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T18:42:58.511Z] Removing intermediate container 56a2c8ad31b4 [2021-02-01T18:42:58.511Z] ---> a2ba89273700 [2021-02-01T18:42:58.511Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T18:42:58.787Z] ---> Running in 28472122a539 [2021-02-01T18:42:59.474Z] Updating certificates in /etc/ssl/certs... [2021-02-01T18:42:59.782Z] Removing intermediate container 28472122a539 [2021-02-01T18:42:59.782Z] ---> 812ff62a471b [2021-02-01T18:42:59.782Z] Step 13/21 : WORKDIR /edgex [2021-02-01T18:42:59.782Z] ---> Running in cf1217f8fefa [2021-02-01T18:43:00.454Z] 22 added, 17 removed; done. [2021-02-01T18:43:00.454Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T18:43:00.454Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T18:43:00.455Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-01T18:43:00.455Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-01T18:43:00.455Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-01T18:43:00.455Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T18:43:00.455Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T18:43:00.455Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T18:43:00.455Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T18:43:00.455Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T18:43:00.455Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T18:43:00.455Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T18:43:00.723Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-01T18:43:00.723Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-01T18:43:00.723Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-01T18:43:00.723Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-01T18:43:00.723Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-01T18:43:00.723Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T18:43:00.723Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T18:43:00.723Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-01T18:43:00.811Z] Removing intermediate container cf1217f8fefa [2021-02-01T18:43:00.811Z] ---> d9da1269bb7f [2021-02-01T18:43:00.811Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T18:43:00.984Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-01T18:43:00.984Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-01T18:43:00.984Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T18:43:00.984Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T18:43:00.984Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-01T18:43:00.984Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T18:43:00.984Z] Updating certificates in /etc/ssl/certs... [2021-02-01T18:43:01.798Z] ---> f5673a078488 [2021-02-01T18:43:01.798Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T18:43:01.931Z] 0 added, 0 removed; done. [2021-02-01T18:43:01.931Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-01T18:43:01.931Z] done. [2021-02-01T18:43:02.193Z] Reading package lists... [2021-02-01T18:43:02.193Z] Building dependency tree... [2021-02-01T18:43:02.193Z] Reading state information... [2021-02-01T18:43:02.453Z] The following NEW packages will be installed: [2021-02-01T18:43:02.453Z] apt-transport-https [2021-02-01T18:43:02.715Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T18:43:02.715Z] Need to get 1696 B of archives. [2021-02-01T18:43:02.715Z] After this operation, 153 kB of additional disk space will be used. [2021-02-01T18:43:02.715Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-01T18:43:02.715Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T18:43:02.715Z] Fetched 1696 B in 0s (7522 B/s) [2021-02-01T18:43:02.715Z] Selecting previously unselected package apt-transport-https. [2021-02-01T18:43:02.715Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-01T18:43:02.715Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-01T18:43:02.715Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T18:43:02.715Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T18:43:02.975Z] Waiting for network to be ready... [2021-02-01T18:43:03.806Z] ---> 78f6b955a21f [2021-02-01T18:43:03.806Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T18:43:05.245Z] ---> c141f0c03c4e [2021-02-01T18:43:05.245Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T18:43:05.245Z] ---> Running in c921d9c92338 [2021-02-01T18:43:05.969Z] Removing intermediate container c921d9c92338 [2021-02-01T18:43:05.969Z] ---> d968f004956f [2021-02-01T18:43:05.969Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T18:43:06.250Z] ---> Running in 14928d97f705 [2021-02-01T18:43:06.884Z] Removing intermediate container 14928d97f705 [2021-02-01T18:43:06.884Z] ---> 86249b142d77 [2021-02-01T18:43:06.884Z] Step 19/21 : LABEL arch=arm64 [2021-02-01T18:43:06.884Z] ---> Running in 68fb8a508e24 [2021-02-01T18:43:07.940Z] Removing intermediate container 68fb8a508e24 [2021-02-01T18:43:07.940Z] ---> 0ee4f95170d9 [2021-02-01T18:43:07.940Z] Step 20/21 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:43:07.940Z] ---> Running in 848c387b08e4 [2021-02-01T18:43:08.600Z] Removing intermediate container 848c387b08e4 [2021-02-01T18:43:08.600Z] ---> 5e475a725746 [2021-02-01T18:43:08.600Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T18:43:08.885Z] ---> Running in a246a29ad9d3 [2021-02-01T18:43:09.507Z] Removing intermediate container a246a29ad9d3 [2021-02-01T18:43:09.507Z] ---> 61285111189f [2021-02-01T18:43:09.507Z] [2021-02-01T18:43:09.594Z] 2021-02-01T18:43:05Z INFO Waiting for automatic snapd restart... [2021-02-01T18:43:09.595Z] snapd 2.48.2 from Canonical* installed [2021-02-01T18:43:09.788Z] Successfully built 61285111189f [2021-02-01T18:43:09.788Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-01T18:43:10.168Z] "snapd" switched to the "latest/stable" channel [2021-02-01T18:43:10.168Z] [2021-02-01T18:43:12.728Z] core18 20201210 from Canonical* installed [2021-02-01T18:43:12.991Z] "core18" switched to the "latest/stable" channel [2021-02-01T18:43:12.991Z] [2021-02-01T18:43:14.132Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 019a918fd111 [2021-02-01T18:43:14.132Z] ---> 55198b217e26 [2021-02-01T18:43:14.132Z] [2021-02-01T18:43:14.132Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T18:43:14.132Z] ---> afeebe901d6b [2021-02-01T18:43:14.132Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T18:43:14.132Z] ---> Using cache [2021-02-01T18:43:14.132Z] ---> 8a4f86c4516c [2021-02-01T18:43:14.132Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T18:43:14.132Z] ---> Using cache [2021-02-01T18:43:14.132Z] ---> a7a9d6e345a6 [2021-02-01T18:43:14.132Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T18:43:14.403Z] ---> Running in f377fd08437c [2021-02-01T18:43:14.999Z] Removing intermediate container f377fd08437c [2021-02-01T18:43:14.999Z] ---> 2c2cf8ff9a11 [2021-02-01T18:43:14.999Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T18:43:15.278Z] ---> Running in 1432d7f37b9a [2021-02-01T18:43:15.928Z] Removing intermediate container 1432d7f37b9a [2021-02-01T18:43:15.928Z] ---> 42ca3b15bb0a [2021-02-01T18:43:15.928Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:43:16.314Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T18:43:16.314Z] "snapcraft" switched to the "latest/stable" channel [2021-02-01T18:43:16.314Z] [2021-02-01T18:43:16.915Z] ---> 527f0ee617df [2021-02-01T18:43:16.915Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T18:43:18.397Z] ---> b3494dc2e2e0 [2021-02-01T18:43:18.397Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T18:43:18.996Z] ---> 554e2b590c52 [2021-02-01T18:43:18.996Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T18:43:19.279Z] ---> Running in 848c1fda788f [2021-02-01T18:43:19.653Z] 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-01T18:43:19.653Z] - README.md [2021-02-01T18:43:19.653Z] - snapcraft.yaml.orig [2021-02-01T18:43:19.653Z] [2021-02-01T18:43:19.653Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T18:43:19.889Z] Removing intermediate container 848c1fda788f [2021-02-01T18:43:19.889Z] ---> a5cd58d98c55 [2021-02-01T18:43:19.889Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:43:19.889Z] ---> Running in 24cd60f25ea0 [2021-02-01T18:43:20.501Z] Removing intermediate container 24cd60f25ea0 [2021-02-01T18:43:20.501Z] ---> 7ee1f82d02fe [2021-02-01T18:43:20.501Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T18:43:20.501Z] ---> Running in 37ff53c646a6 [2021-02-01T18:43:21.104Z] Removing intermediate container 37ff53c646a6 [2021-02-01T18:43:21.104Z] ---> 7c203f569ea5 [2021-02-01T18:43:21.104Z] Step 21/22 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:43:21.104Z] ---> Running in 586f4f6b0bd8 [2021-02-01T18:43:21.704Z] Removing intermediate container 586f4f6b0bd8 [2021-02-01T18:43:21.704Z] ---> 19631e839d28 [2021-02-01T18:43:21.704Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T18:43:21.978Z] ---> Running in 9c7c4d69b47e [2021-02-01T18:43:22.577Z] Removing intermediate container 9c7c4d69b47e [2021-02-01T18:43:22.577Z] ---> 0893c5a09599 [2021-02-01T18:43:22.577Z] [2021-02-01T18:43:22.848Z] Successfully built 0893c5a09599 [2021-02-01T18:43:23.120Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-01T18:43:25.752Z]  Building docker-support-scheduler-go ... done Removing intermediate container 4ed7ea02be0a [2021-02-01T18:43:25.752Z] ---> 888e6e9b997d [2021-02-01T18:43:25.752Z] [2021-02-01T18:43:25.752Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T18:43:25.752Z] ---> afeebe901d6b [2021-02-01T18:43:25.752Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T18:43:25.752Z] ---> Running in f46d9598e5b5 [2021-02-01T18:43:26.268Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T18:43:26.268Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T18:43:26.268Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T18:43:26.268Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T18:43:26.370Z] Removing intermediate container f46d9598e5b5 [2021-02-01T18:43:26.370Z] ---> 16e5c6efe3d0 [2021-02-01T18:43:26.370Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T18:43:26.648Z] ---> Running in 8d22d1fa9f55 [2021-02-01T18:43:26.924Z] Removing intermediate container 8d22d1fa9f55 [2021-02-01T18:43:26.924Z] ---> 55cde2b8b8fd [2021-02-01T18:43:26.924Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T18:43:27.205Z] ---> Running in 7eded42943fc [2021-02-01T18:43:27.216Z] Reading package lists... [2021-02-01T18:43:27.479Z] 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-01T18:43:27.826Z] Removing intermediate container 7eded42943fc [2021-02-01T18:43:27.826Z] ---> 1b2f515be253 [2021-02-01T18:43:27.826Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T18:43:27.826Z] ---> Running in 4680c27edeb8 [2021-02-01T18:43:30.024Z] Removing intermediate container 4680c27edeb8 [2021-02-01T18:43:30.024Z] ---> e3462e126496 [2021-02-01T18:43:30.024Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T18:43:30.024Z] ---> Running in c49bf313aa62 [2021-02-01T18:43:31.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:43:32.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:43:33.533Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T18:43:33.533Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T18:43:33.533Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T18:43:33.550Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T18:43:33.550Z] Reading package lists... [2021-02-01T18:43:33.550Z] Building dependency tree... [2021-02-01T18:43:33.550Z] Reading state information... [2021-02-01T18:43:33.811Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T18:43:33.813Z] Suggested packages: [2021-02-01T18:43:33.813Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-01T18:43:33.813Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-01T18:43:33.813Z] Recommended packages: [2021-02-01T18:43:33.813Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-01T18:43:33.813Z] The following NEW packages will be installed: [2021-02-01T18:43:33.813Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-01T18:43:33.813Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-01T18:43:33.813Z] pkg-config zip [2021-02-01T18:43:34.074Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T18:43:34.074Z] Need to get 7655 kB of archives. [2021-02-01T18:43:34.074Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-01T18:43:34.074Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-01T18:43:34.074Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-01T18:43:34.074Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-01T18:43:34.082Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T18:43:34.335Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-01T18:43:34.335Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-01T18:43:34.335Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-01T18:43:34.335Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-01T18:43:34.354Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T18:43:34.354Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:43:34.354Z] OK: 8 MiB in 20 packages [2021-02-01T18:43:34.595Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-01T18:43:34.595Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-01T18:43:34.595Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-01T18:43:34.595Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-01T18:43:34.595Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-01T18:43:34.595Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-01T18:43:34.857Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-01T18:43:34.857Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-01T18:43:35.120Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T18:43:35.120Z] Fetched 7655 kB in 1s (6936 kB/s) [2021-02-01T18:43:35.120Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-01T18:43:35.120Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-01T18:43:35.120Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-01T18:43:35.120Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T18:43:35.381Z] Selecting previously unselected package libpsl5:amd64. [2021-02-01T18:43:35.381Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-01T18:43:35.381Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T18:43:35.381Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-01T18:43:35.381Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-01T18:43:35.381Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T18:43:35.381Z] Selecting previously unselected package librtmp1:amd64. [2021-02-01T18:43:35.381Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-01T18:43:35.381Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T18:43:35.641Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-01T18:43:35.641Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-01T18:43:35.641Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T18:43:35.641Z] Selecting previously unselected package liberror-perl. [2021-02-01T18:43:35.641Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-01T18:43:35.641Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-01T18:43:35.641Z] Selecting previously unselected package git-man. [2021-02-01T18:43:35.641Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-01T18:43:35.641Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T18:43:35.792Z] Removing intermediate container c49bf313aa62 [2021-02-01T18:43:35.792Z] ---> ddb3b1b4fbe0 [2021-02-01T18:43:35.792Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T18:43:35.902Z] Selecting previously unselected package git. [2021-02-01T18:43:35.902Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-01T18:43:35.902Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T18:43:36.415Z] ---> 65f3e4055d4f [2021-02-01T18:43:36.415Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T18:43:36.879Z] Selecting previously unselected package libnorm1:amd64. [2021-02-01T18:43:36.879Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-01T18:43:36.879Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T18:43:36.879Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-01T18:43:36.879Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-01T18:43:36.879Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T18:43:36.879Z] Selecting previously unselected package libsodium23:amd64. [2021-02-01T18:43:36.879Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-01T18:43:36.879Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-01T18:43:37.149Z] Selecting previously unselected package libzmq5:amd64. [2021-02-01T18:43:37.149Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T18:43:37.149Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T18:43:37.149Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-01T18:43:37.149Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T18:43:37.149Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T18:43:37.149Z] Selecting previously unselected package pkg-config. [2021-02-01T18:43:37.149Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-01T18:43:37.149Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T18:43:37.414Z] Selecting previously unselected package zip. [2021-02-01T18:43:37.414Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-01T18:43:37.414Z] Unpacking zip (3.0-11build1) ... [2021-02-01T18:43:37.414Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T18:43:37.414Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T18:43:37.414Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T18:43:37.675Z] Setting up liberror-perl (0.17025-1) ... [2021-02-01T18:43:37.675Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T18:43:37.675Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T18:43:37.675Z] No schema files found: doing nothing. [2021-02-01T18:43:37.675Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T18:43:37.675Z] Setting up zip (3.0-11build1) ... [2021-02-01T18:43:37.675Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T18:43:37.675Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-01T18:43:37.675Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T18:43:37.877Z] ---> 2a93e0ba6cdf [2021-02-01T18:43:37.877Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T18:43:37.937Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T18:43:37.937Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T18:43:37.937Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T18:43:37.937Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T18:43:37.937Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T18:43:38.856Z] ---> bcbc0b9afd01 [2021-02-01T18:43:38.856Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T18:43:38.856Z] ---> Running in 71b08d050897 [2021-02-01T18:43:39.456Z] Removing intermediate container 71b08d050897 [2021-02-01T18:43:39.456Z] ---> c0617d8f919c [2021-02-01T18:43:39.456Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T18:43:39.732Z] ---> Running in aa2e15334ae8 [2021-02-01T18:43:40.329Z] Removing intermediate container aa2e15334ae8 [2021-02-01T18:43:40.329Z] ---> c4bbd334530b [2021-02-01T18:43:40.329Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T18:43:40.329Z] ---> Running in 30e34ca992c9 [2021-02-01T18:43:40.925Z] Removing intermediate container 30e34ca992c9 [2021-02-01T18:43:40.925Z] ---> cbfd994e7861 [2021-02-01T18:43:40.925Z] Step 22/23 : LABEL git_sha=38a1666c751e57e8162b9ecedce0d9f4da283bd1 [2021-02-01T18:43:40.925Z] ---> Running in 666b98bf8002 [2021-02-01T18:43:41.523Z] Removing intermediate container 666b98bf8002 [2021-02-01T18:43:41.523Z] ---> 4813acd9095a [2021-02-01T18:43:41.523Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T18:43:41.523Z] ---> Running in 013bb4f2e3e1 [2021-02-01T18:43:42.119Z] Removing intermediate container 013bb4f2e3e1 [2021-02-01T18:43:42.119Z] ---> c8f75ba247be [2021-02-01T18:43:42.119Z] [2021-02-01T18:43:42.720Z] Successfully built c8f75ba247be [2021-02-01T18:43:42.720Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-01T18:43:43.008Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-01T18:43:43.006Z] $ docker stop --time=1 3749c219a473b6a9f2f3e118f108e4078ac20dcd2645b9f473bbc0f465ab5945 [2021-02-01T18:43:44.540Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T18:43:44.540Z] git set to automatically installed. [2021-02-01T18:43:44.540Z] git-man set to automatically installed. [2021-02-01T18:43:44.540Z] libcurl3-gnutls set to automatically installed. [2021-02-01T18:43:44.540Z] liberror-perl set to automatically installed. [2021-02-01T18:43:44.540Z] libglib2.0-0 set to automatically installed. [2021-02-01T18:43:44.540Z] libnghttp2-14 set to automatically installed. [2021-02-01T18:43:44.540Z] libnorm1 set to automatically installed. [2021-02-01T18:43:44.540Z] libpgm-5.2-0 set to automatically installed. [2021-02-01T18:43:44.540Z] libpsl5 set to automatically installed. [2021-02-01T18:43:44.540Z] librtmp1 set to automatically installed. [2021-02-01T18:43:44.540Z] libsodium23 set to automatically installed. [2021-02-01T18:43:44.540Z] libzmq3-dev set to automatically installed. [2021-02-01T18:43:44.540Z] libzmq5 set to automatically installed. [2021-02-01T18:43:44.540Z] pkg-config set to automatically installed. [2021-02-01T18:43:44.540Z] zip set to automatically installed. [2021-02-01T18:43:45.048Z] $ docker rm -f 3749c219a473b6a9f2f3e118f108e4078ac20dcd2645b9f473bbc0f465ab5945 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:43:45.805Z] + docker images [2021-02-01T18:43:45.805Z] + grep docker [2021-02-01T18:43:45.951Z] snapd is not logged in, snap install commands will use sudo [2021-02-01T18:43:46.081Z] docker-core-data-go-arm64 latest c8f75ba247be 4 seconds ago 21MB [2021-02-01T18:43:46.081Z] docker-support-scheduler-go-arm64 latest 0893c5a09599 23 seconds ago 16.1MB [2021-02-01T18:43:46.081Z] docker-security-proxy-setup-go-arm64 latest 61285111189f 36 seconds ago 23.2MB [2021-02-01T18:43:46.081Z] docker-core-command-go-arm64 latest 3ba522067654 About a minute ago 16MB [2021-02-01T18:43:46.081Z] docker-sys-mgmt-agent-go-arm64 latest b3b6e304c9b6 About a minute ago 300MB [2021-02-01T18:43:46.081Z] docker-security-bootstrapper-go-arm64 latest d0a35945fdba 2 minutes ago 22.6MB [2021-02-01T18:43:46.081Z] docker-core-metadata-go-arm64 latest 3c153a02336f 2 minutes ago 17.7MB [2021-02-01T18:43:46.081Z] docker-security-secretstore-setup-go-arm64 latest 526300bca42f 3 minutes ago 23.4MB [2021-02-01T18:43:46.081Z] docker-support-notifications-go-arm64 latest 10aceaae405c 3 minutes ago 16MB [2021-02-01T18:43:46.081Z] 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-01T18:43:52.556Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T18:43:52.816Z] snap "core18" has no updates available [2021-02-01T18:43:53.759Z] Pulling config-common [2021-02-01T18:43:54.700Z] Pulling go-build-helper [2021-02-01T18:44:16.670Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T18:44:16.670Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T18:44:16.670Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] [2021-02-01T18:44:16.670Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-01T18:44:16.670Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T18:44:16.670Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T18:44:16.670Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-01T18:44:16.670Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-01T18:44:16.670Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1104 kB] [2021-02-01T18:44:16.670Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T18:44:16.670Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T18:44:16.670Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T18:44:16.670Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T18:44:16.670Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T18:44:16.670Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T18:44:16.670Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T18:44:16.670Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T18:44:16.670Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T18:44:16.670Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T18:44:16.670Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-01T18:44:16.670Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T18:44:16.670Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T18:44:16.670Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T18:44:16.670Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T18:44:16.670Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T18:44:16.670Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T18:44:16.670Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T18:44:16.670Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-01T18:44:16.670Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-01T18:44:16.670Z] Fetched 279 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-01T18:44:16.670Z] Fetched 122 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-01T18:44:16.670Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-01T18:44:16.670Z] Fetched 8848 B in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-01T18:44:16.670Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-01T18:44:16.670Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-01T18:44:16.670Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-01T18:44:16.670Z] Fetched 214 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-01T18:44:16.670Z] Fetched 155 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-01T18:44:16.670Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-01T18:44:16.670Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-01T18:44:16.670Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-01T18:44:16.670Z] Fetched 499 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-01T18:44:16.670Z] Fetched 111 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-01T18:44:16.670Z] Fetched 240 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-01T18:44:16.670Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-01T18:44:16.670Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-01T18:44:16.670Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-01T18:44:16.670Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-01T18:44:16.670Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-01T18:44:16.670Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-01T18:44:16.670Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-01T18:44:16.670Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-01T18:44:16.670Z] Fetched 8720 B in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-01T18:44:16.670Z] Fetched 137 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-01T18:44:16.670Z] Fetched 119 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-01T18:44:16.670Z] Fetched 109 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-01T18:44:16.670Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-01T18:44:16.670Z] Fetched 645 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-01T18:44:16.670Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-01T18:44:16.670Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-01T18:44:16.670Z] Fetched 368 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-01T18:44:16.670Z] Fetched 187 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-01T18:44:16.670Z] Fetched 175 kB in 0s (0 B/s) [2021-02-01T18:44:16.670Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-01T18:44:19.975Z] Fetched 206 kB in 0s (0 B/s) [2021-02-01T18:44:19.975Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-01T18:44:19.975Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-01T18:44:19.975Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-01T18:44:19.975Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-01T18:44:19.975Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-01T18:44:19.975Z] Fetched 159 kB in 0s (0 B/s) [2021-02-01T18:44:19.975Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-01T18:44:19.975Z] Fetched 107 kB in 0s (0 B/s) [2021-02-01T18:44:19.975Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-01T18:44:19.975Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-01T18:44:19.975Z] Pulling static-packages [2021-02-01T18:44:20.959Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-01T18:44:20.959Z] Skipping pull go-build-helper (already ran) [2021-02-01T18:44:20.959Z] Skipping pull static-packages (already ran) [2021-02-01T18:44:20.959Z] Building go-build-helper [2021-02-01T18:44:24.296Z] Building static-packages [2021-02-01T18:44:26.226Z] Staging go-build-helper [2021-02-01T18:44:26.800Z] Staging static-packages [2021-02-01T18:44:27.758Z] Pulling go115 [2021-02-01T18:44:28.711Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-01T18:44:28.711Z] Skipping pull go115 (already ran) [2021-02-01T18:44:28.711Z] Building go115 [2021-02-01T18:44:28.711Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T18:44:28.711Z] Dload Upload Total Spent Left Speed [2021-02-01T18:44:32.617Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 86498 0 0 312k 0 0:06:18 --:--:-- 0:06:18 312k 28 115M 28 33.2M 0 0 26.1M 0 0:00:04 0:00:01 0:00:03 26.1M 51 115M 51 59.3M 0 0 26.1M 0 0:00:04 0:00:02 0:00:02 26.1M 78 115M 78 90.8M 0 0 27.7M 0 0:00:04 0:00:03 0:00:01 27.7M 100 115M 100 115M 0 0 30.5M 0 0:00:03 0:00:03 --:--:-- 30.5M [2021-02-01T18:44:33.188Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-01T18:44:36.542Z] Staging go115 [2021-02-01T18:44:43.161Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T18:44:43.161Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T18:44:43.161Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T18:44:43.161Z] Fetched 0 B in 0s (0 B/s) [2021-02-01T18:44:43.161Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-01T18:44:43.161Z] Fetched 224 kB in 0s (0 B/s) [2021-02-01T18:44:43.161Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-01T18:44:43.161Z] Fetched 157 kB in 0s (0 B/s) [2021-02-01T18:44:43.161Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-01T18:44:43.161Z] Fetched 221 kB in 0s (0 B/s) [2021-02-01T18:44:43.161Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-01T18:44:43.161Z] Fetched 143 kB in 0s (0 B/s) [2021-02-01T18:44:43.161Z] Pulling edgex-go [2021-02-01T18:44:43.161Z] Pulling version [2021-02-01T18:44:44.103Z] Building config-common [2021-02-01T18:44:46.019Z] Skipping build go-build-helper (already ran) [2021-02-01T18:44:46.019Z] Skipping build static-packages (already ran) [2021-02-01T18:44:46.019Z] Skipping build go115 (already ran) [2021-02-01T18:44:46.019Z] Building edgex-go [2021-02-01T18:44:46.285Z] 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-01T18:44:48.839Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-01T18:44:48.839Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-01T18:44:48.839Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-01T18:44:48.839Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-01T18:44:48.839Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-01T18:44:48.839Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-01T18:44:48.839Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-01T18:44:48.839Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-01T18:44:48.839Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-01T18:44:48.839Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-01T18:44:48.839Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-01T18:44:48.839Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-01T18:44:48.839Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-01T18:44:48.839Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-01T18:44:48.839Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-01T18:44:48.839Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-01T18:44:48.839Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-01T18:44:48.839Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-01T18:44:48.839Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-01T18:44:48.839Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-01T18:44:48.839Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-01T18:44:48.839Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-01T18:44:48.839Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-01T18:44:49.099Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-01T18:44:49.099Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-01T18:44:55.702Z] 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-01T18:44:59.008Z] 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-01T18:44:59.954Z] 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-01T18:45:00.943Z] 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-01T18:45:00.943Z] 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-01T18:45:01.204Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-01T18:45:01.204Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-01T18:45:01.204Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-01T18:45:01.204Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-01T18:45:02.597Z] 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-01T18:45:02.860Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-01T18:45:02.860Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-01T18:45:03.825Z] 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-01T18:45:04.767Z] 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-01T18:45:04.767Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-01T18:45:06.152Z] 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-01T18:45:06.722Z] 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-01T18:45:07.302Z] 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-01T18:45:07.302Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-01T18:45:08.242Z] 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-01T18:45:08.502Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-01T18:45:11.169Z] Building version [2021-02-01T18:45:12.912Z] Staging config-common [2021-02-01T18:45:13.963Z] Skipping stage go-build-helper (already ran) [2021-02-01T18:45:13.963Z] Skipping stage static-packages (already ran) [2021-02-01T18:45:13.963Z] Skipping stage go115 (already ran) [2021-02-01T18:45:13.963Z] Staging edgex-go [2021-02-01T18:45:14.619Z] Staging version [2021-02-01T18:45:15.561Z] Priming config-common [2021-02-01T18:45:16.502Z] Priming go-build-helper [2021-02-01T18:45:17.441Z] Priming static-packages [2021-02-01T18:45:19.352Z] Priming go115 [2021-02-01T18:45:20.306Z] Priming edgex-go [2021-02-01T18:45:21.246Z] Priming version [2021-02-01T18:45:22.188Z] 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-01T18:45:25.426Z] provisioning config files... [2021-02-01T18:45:25.447Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config306405141500680940tmp [Pipeline] { [Pipeline] sh [2021-02-01T18:45:25.882Z] + set +x [2021-02-01T18:45:25.883Z] + curl -s https://codecov.io/bash [2021-02-01T18:45:25.883Z] + bash -s -- [2021-02-01T18:45:26.496Z] [2021-02-01T18:45:26.496Z] _____ _ [2021-02-01T18:45:26.496Z] / ____| | | [2021-02-01T18:45:26.496Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T18:45:26.496Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T18:45:26.496Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T18:45:26.496Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T18:45:26.496Z] Bash-20210129-7c25fce [2021-02-01T18:45:26.496Z] [2021-02-01T18:45:26.496Z] [2021-02-01T18:45:26.496Z] ==> git version 2.24.3 found [2021-02-01T18:45:26.496Z] ==> 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-01T18:45:26.496Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T18:45:26.496Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T18:45:26.496Z] ==> Jenkins CI detected. [2021-02-01T18:45:26.496Z] project root: . [2021-02-01T18:45:26.496Z] --> token set from env [2021-02-01T18:45:26.496Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T18:45:26.496Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T18:45:26.496Z] ==> Python coveragepy not found [2021-02-01T18:45:26.496Z] ==> Searching for coverage reports in: [2021-02-01T18:45:26.496Z] + . [2021-02-01T18:45:26.496Z] -> Found 1 reports [2021-02-01T18:45:26.496Z] ==> Detecting git/mercurial file structure [2021-02-01T18:45:26.766Z] ==> Reading reports [2021-02-01T18:45:26.766Z] + ./coverage.out bytes=574984 [2021-02-01T18:45:26.766Z] ==> Appending adjustments [2021-02-01T18:45:26.766Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T18:45:31.068Z] + Found adjustments [2021-02-01T18:45:31.068Z] ==> Gzipping contents [2021-02-01T18:45:31.333Z] 88K /tmp/codecov.IWTm1u.gz [2021-02-01T18:45:31.333Z] ==> Uploading reports [2021-02-01T18:45:31.333Z] url: https://codecov.io [2021-02-01T18:45:31.333Z] query: branch=PR-3075&commit=38a1666c751e57e8162b9ecedce0d9f4da283bd1&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-02-01T18:45:31.333Z] -> Pinging Codecov [2021-02-01T18:45:31.333Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3075&commit=38a1666c751e57e8162b9ecedce0d9f4da283bd1&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-02-01T18:45:31.917Z] -> Uploading to [2021-02-01T18:45:31.917Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/38a1666c751e57e8162b9ecedce0d9f4da283bd1/a3302120-a1f0-4c7a-ba3b-068488219a52.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T184531Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3cade9b428205ff6f51c95248dedf22970e46c01b1c47ded1d6cda805d155834 [2021-02-01T18:45:31.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T18:45:31.917Z] Dload Upload Total Spent Left Speed [2021-02-01T18:45:32.514Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86991 0 0 100 86991 0 156k --:--:-- --:--:-- --:--:-- 156k [2021-02-01T18:45:32.514Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/38a1666c751e57e8162b9ecedce0d9f4da283bd1 [Pipeline] } [2021-02-01T18:45:32.528Z] 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-01T18:45:34.366Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:36.066Z] ---> package-listing.sh [2021-02-01T18:45:36.066Z] ++ facter osfamily [2021-02-01T18:45:36.066Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T18:45:36.066Z] + OS_FAMILY=redhat [2021-02-01T18:45:36.066Z] + workspace=/w/workspace/edgex-go/15 [2021-02-01T18:45:36.066Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T18:45:36.066Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T18:45:36.066Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T18:45:36.066Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T18:45:36.066Z] + '[' /w/workspace/edgex-go/15 ']' [2021-02-01T18:45:36.066Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T18:45:36.066Z] + case "${OS_FAMILY}" in [2021-02-01T18:45:36.066Z] + rpm -qa [2021-02-01T18:45:36.066Z] + sort [2021-02-01T18:45:42.859Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T18:45:42.859Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T18:45:42.859Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T18:45:42.859Z] + '[' /w/workspace/edgex-go/15 ']' [2021-02-01T18:45:42.859Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2021-02-01T18:45:42.859Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo [2021-02-01T18:45:42.884Z] 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T18:45:43.242Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:43.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:45:44.138Z] [2021-02-01T18:45:44.138Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:44.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:45:44.553Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T18:45:44.553Z] df20fa9351a1: Pulling fs layer [2021-02-01T18:45:44.553Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T18:45:44.553Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T18:45:44.553Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T18:45:44.553Z] 93b61091891f: Pulling fs layer [2021-02-01T18:45:44.553Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T18:45:44.553Z] 5e14af77c1be: Pulling fs layer [2021-02-01T18:45:44.553Z] 01666e4c0597: Pulling fs layer [2021-02-01T18:45:44.553Z] aa168da1d23b: Pulling fs layer [2021-02-01T18:45:44.553Z] 46f8f816bc3b: Waiting [2021-02-01T18:45:44.553Z] 93b61091891f: Waiting [2021-02-01T18:45:44.553Z] 93b9cdb0e59b: Waiting [2021-02-01T18:45:44.553Z] 5e14af77c1be: Waiting [2021-02-01T18:45:44.553Z] 01666e4c0597: Waiting [2021-02-01T18:45:44.553Z] aa168da1d23b: Waiting [2021-02-01T18:45:44.832Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T18:45:44.832Z] 36b3adc4ff6f: Download complete [2021-02-01T18:45:44.832Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T18:45:44.832Z] 46f8f816bc3b: Download complete [2021-02-01T18:45:44.832Z] df20fa9351a1: Verifying Checksum [2021-02-01T18:45:44.832Z] df20fa9351a1: Download complete [2021-02-01T18:45:44.832Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T18:45:44.832Z] 93b9cdb0e59b: Download complete [2021-02-01T18:45:44.832Z] 5e14af77c1be: Verifying Checksum [2021-02-01T18:45:44.832Z] 5e14af77c1be: Download complete [2021-02-01T18:45:44.832Z] 01666e4c0597: Verifying Checksum [2021-02-01T18:45:44.832Z] 01666e4c0597: Download complete [2021-02-01T18:45:44.832Z] 93b61091891f: Verifying Checksum [2021-02-01T18:45:44.832Z] 93b61091891f: Download complete [2021-02-01T18:45:45.429Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T18:45:45.429Z] 8ad3a11d3b57: Download complete [2021-02-01T18:45:45.429Z] df20fa9351a1: Pull complete [2021-02-01T18:45:45.702Z] 36b3adc4ff6f: Pull complete [2021-02-01T18:45:47.139Z] 8ad3a11d3b57: Pull complete [2021-02-01T18:45:47.437Z] 46f8f816bc3b: Pull complete [2021-02-01T18:45:48.455Z] 93b61091891f: Pull complete [2021-02-01T18:45:49.041Z] aa168da1d23b: Verifying Checksum [2021-02-01T18:45:49.041Z] aa168da1d23b: Download complete [2021-02-01T18:45:49.328Z] 93b9cdb0e59b: Pull complete [2021-02-01T18:45:49.611Z] 5e14af77c1be: Pull complete [2021-02-01T18:45:49.895Z] 01666e4c0597: Pull complete [2021-02-01T18:46:08.436Z] aa168da1d23b: Pull complete [2021-02-01T18:46:08.436Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T18:46:08.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:46:08.436Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T18:46:08.833Z] prd-centos7-docker-4c-2g-24370 does not seem to be running inside a container [2021-02-01T18:46:08.953Z] $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01T18:46:13.151Z] $ docker top 0397726e2fb11f3461a036d742e7af87b322a716e6d274adb6a6c5810b966bcb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:46:14.145Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T18:46:14.522Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T18:46:14.838Z] + ls /var/log/sa-host [2021-02-01T18:46:14.838Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T18:46:14.838Z] file_magic: OK [2021-02-01T18:46:14.838Z] HZ: Using current value: 100 [2021-02-01T18:46:14.838Z] file_header: OK [2021-02-01T18:46:14.838Z] 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-01T18:46:14.838Z] Statistics: [2021-02-01T18:46:14.838Z] 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... [2021-02-01T18:46:14.838Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T18:46:14.838Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T18:46:14.838Z] file_magic: OK [2021-02-01T18:46:14.838Z] HZ: Using current value: 100 [2021-02-01T18:46:14.838Z] file_header: OK [2021-02-01T18:46:14.838Z] 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-01T18:46:14.838Z] Statistics: [2021-02-01T18:46:14.838Z] Hnuu...uuuununununu... [2021-02-01T18:46:14.838Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T18:46:15.034Z] provisioning config files... [2021-02-01T18:46:15.057Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config978709672852245091tmp [Pipeline] { [Pipeline] echo [2021-02-01T18:46:15.126Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:15.447Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T18:46:15.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T18:46:15.556Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:16.245Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T18:46:16.266Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:16.772Z] ---> sudo-logs.sh [2021-02-01T18:46:16.772Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T18:46:16.801Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:17.438Z] ---> job-cost.sh [2021-02-01T18:46:17.438Z] lf-activate-venv: SKIPPING [2021-02-01T18:46:17.438Z] INFO: No Stack... [2021-02-01T18:46:18.395Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T18:46:18.979Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T18:46:19.002Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:19.350Z] ---> logs-deploy.sh [2021-02-01T18:46:19.350Z] lf-activate-venv: SKIPPING [2021-02-01T18:46:19.350Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/15 [2021-02-01T18:46:19.350Z] INFO: archiving workspace using pattern(s): [2021-02-01T18:46:21.326Z] Archives upload complete. [2021-02-01T18:46:21.598Z] INFO: archiving logs to Nexus [2021-02-01T18:46:23.563Z] ---> uname -a: [2021-02-01T18:46:23.563Z] Linux prd-centos7-docker-4c-2g-24370.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-01T18:46:23.563Z] [2021-02-01T18:46:23.563Z] [2021-02-01T18:46:23.563Z] ---> lscpu: [2021-02-01T18:46:23.563Z] Architecture: x86_64 [2021-02-01T18:46:23.563Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-01T18:46:23.563Z] Byte Order: Little Endian [2021-02-01T18:46:23.563Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-01T18:46:23.563Z] CPU(s): 4 [2021-02-01T18:46:23.563Z] On-line CPU(s) list: 0-3 [2021-02-01T18:46:23.563Z] Thread(s) per core: 1 [2021-02-01T18:46:23.563Z] Core(s) per socket: 1 [2021-02-01T18:46:23.563Z] Socket(s): 4 [2021-02-01T18:46:23.563Z] NUMA node(s): 1 [2021-02-01T18:46:23.563Z] Vendor ID: GenuineIntel [2021-02-01T18:46:23.563Z] CPU family: 6 [2021-02-01T18:46:23.563Z] Model: 44 [2021-02-01T18:46:23.563Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-01T18:46:23.563Z] Stepping: 1 [2021-02-01T18:46:23.563Z] CPU MHz: 2933.438 [2021-02-01T18:46:23.563Z] BogoMIPS: 5866.87 [2021-02-01T18:46:23.563Z] Virtualization: VT-x [2021-02-01T18:46:23.563Z] Hypervisor vendor: KVM [2021-02-01T18:46:23.563Z] Virtualization type: full [2021-02-01T18:46:23.563Z] L1d cache: 128 KiB [2021-02-01T18:46:23.563Z] L1i cache: 128 KiB [2021-02-01T18:46:23.563Z] L2 cache: 16 MiB [2021-02-01T18:46:23.563Z] L3 cache: 64 MiB [2021-02-01T18:46:23.563Z] NUMA node0 CPU(s): 0-3 [2021-02-01T18:46:23.563Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-01T18:46:23.563Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-01T18:46:23.563Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-01T18:46:23.563Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-01T18:46:23.564Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-01T18:46:23.564Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-01T18:46:23.564Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-01T18:46:23.564Z] Vulnerability Srbds: Not affected [2021-02-01T18:46:23.564Z] Vulnerability Tsx async abort: Not affected [2021-02-01T18:46:23.564Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] ---> nproc: [2021-02-01T18:46:23.564Z] 4 [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] ---> df -h: [2021-02-01T18:46:23.564Z] Filesystem Size Used Available Use% Mounted on [2021-02-01T18:46:23.564Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-01T18:46:23.564Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-01T18:46:23.564Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-01T18:46:23.564Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/15 [2021-02-01T18:46:23.564Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/15@tmp [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] ---> free -m: [2021-02-01T18:46:23.564Z] total used free shared buff/cache available [2021-02-01T18:46:23.564Z] Mem: 1837 660 122 0 1054 1093 [2021-02-01T18:46:23.564Z] Swap: 1023 100 923 [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] ---> ip addr: [2021-02-01T18:46:23.564Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-01T18:46:23.564Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-01T18:46:23.564Z] inet 127.0.0.1/8 scope host lo [2021-02-01T18:46:23.564Z] valid_lft forever preferred_lft forever [2021-02-01T18:46:23.564Z] inet6 ::1/128 scope host [2021-02-01T18:46:23.564Z] valid_lft forever preferred_lft forever [2021-02-01T18:46:23.564Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-01T18:46:23.564Z] link/ether fa:16:3e:b4:0c:70 brd ff:ff:ff:ff:ff:ff [2021-02-01T18:46:23.564Z] inet 10.30.122.235/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-01T18:46:23.564Z] valid_lft 85091sec preferred_lft 85091sec [2021-02-01T18:46:23.564Z] inet6 fe80::f816:3eff:feb4:c70/64 scope link [2021-02-01T18:46:23.564Z] valid_lft forever preferred_lft forever [2021-02-01T18:46:23.564Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-01T18:46:23.564Z] link/ether 02:42:c2:30:1d:cc brd ff:ff:ff:ff:ff:ff [2021-02-01T18:46:23.564Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-01T18:46:23.564Z] valid_lft forever preferred_lft forever [2021-02-01T18:46:23.564Z] inet6 fe80::42:c2ff:fe30:1dcc/64 scope link [2021-02-01T18:46:23.564Z] valid_lft forever preferred_lft forever [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] ---> sar -b -r -n DEV: [2021-02-01T18:46:23.564Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] 18:24:22 LINUX RESTART (4 CPU) [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] 18:25:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-01T18:46:23.564Z] 18:26:01 72.86 23.67 49.19 0.00 6059.30 9309.25 0.00 [2021-02-01T18:46:23.564Z] 18:27:01 159.86 70.30 89.56 0.00 5616.19 38044.04 0.00 [2021-02-01T18:46:23.564Z] 18:28:01 243.55 105.16 138.39 0.00 4252.42 23879.36 0.00 [2021-02-01T18:46:23.564Z] 18:29:02 80.11 25.12 54.99 0.00 1021.95 6773.78 0.00 [2021-02-01T18:46:23.564Z] 18:30:01 57.38 14.50 42.89 0.00 497.32 4656.07 0.00 [2021-02-01T18:46:23.564Z] 18:31:01 101.55 48.74 52.80 0.00 3090.54 4504.59 0.00 [2021-02-01T18:46:23.564Z] 18:32:01 48.16 9.68 38.47 0.00 483.59 12661.71 0.00 [2021-02-01T18:46:23.564Z] 18:33:05 470.84 273.75 197.10 0.00 69945.90 129504.39 0.00 [2021-02-01T18:46:23.564Z] 18:34:06 2055.37 1823.74 231.64 0.00 105129.40 114811.16 0.00 [2021-02-01T18:46:23.564Z] 18:35:02 1228.02 1082.86 145.16 0.00 57837.30 65519.11 0.00 [2021-02-01T18:46:23.564Z] 18:36:02 337.13 84.14 252.99 0.00 18657.53 81842.47 0.00 [2021-02-01T18:46:23.564Z] 18:37:02 970.59 763.53 207.06 0.00 70139.10 79969.45 0.00 [2021-02-01T18:46:23.564Z] 18:38:02 809.29 643.54 165.75 0.00 37794.94 43435.39 0.00 [2021-02-01T18:46:23.564Z] 18:39:02 185.89 37.95 147.94 0.00 3111.05 17299.05 0.00 [2021-02-01T18:46:23.564Z] 18:40:01 27.30 20.00 7.29 0.00 2989.60 183.78 0.00 [2021-02-01T18:46:23.564Z] 18:41:01 0.23 0.05 0.18 0.00 1.06 2.18 0.00 [2021-02-01T18:46:23.564Z] 18:42:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 [2021-02-01T18:46:23.564Z] 18:43:01 0.33 0.08 0.25 0.00 1.60 3.25 0.00 [2021-02-01T18:46:23.564Z] 18:44:01 0.32 0.07 0.25 0.00 1.73 3.26 0.00 [2021-02-01T18:46:23.564Z] 18:45:01 0.33 0.05 0.28 0.00 1.07 3.23 0.00 [2021-02-01T18:46:23.564Z] 18:46:02 143.63 76.63 67.00 0.00 5718.12 14162.86 0.00 [2021-02-01T18:46:23.564Z] Average: 332.78 242.53 90.25 0.00 18817.99 31063.02 0.00 [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] 18:25:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-01T18:46:23.564Z] 18:26:01 68600 0 670140 35.62 2620 1140184 1329952 45.39 537768 1069140 43624 [2021-02-01T18:46:23.564Z] 18:27:01 68804 0 721692 38.36 2188 1088860 1571780 53.64 626872 939312 88352 [2021-02-01T18:46:23.564Z] 18:28:01 169364 0 794724 42.24 1492 915964 1517808 51.80 596564 843888 5716 [2021-02-01T18:46:23.564Z] 18:29:02 180900 0 763864 40.60 1432 935348 1645528 56.16 633296 787204 49036 [2021-02-01T18:46:23.564Z] 18:30:01 418768 0 708392 37.65 732 753652 1332240 45.47 466032 710560 17232 [2021-02-01T18:46:23.564Z] 18:31:01 253464 0 706128 37.53 732 921220 1320564 45.07 533172 803124 21660 [2021-02-01T18:46:23.564Z] 18:32:01 89588 0 742656 39.47 632 1048668 1538328 52.50 620056 899624 83296 [2021-02-01T18:46:23.564Z] 18:33:05 74080 0 805684 42.82 0 1001780 2318080 79.11 698380 904592 72640 [2021-02-01T18:46:23.564Z] 18:34:06 76116 0 813152 43.22 0 992276 2358244 80.48 747384 827560 38620 [2021-02-01T18:46:23.564Z] 18:35:02 295868 0 1069616 56.85 0 516060 2932816 100.09 709976 610652 27460 [2021-02-01T18:46:23.564Z] 18:36:02 78484 0 660700 35.11 0 1142360 1492636 50.94 724420 834380 62860 [2021-02-01T18:46:23.564Z] 18:37:02 249308 0 891204 47.37 0 741032 3121104 106.52 717848 644380 3236 [2021-02-01T18:46:23.564Z] 18:38:02 529300 0 622112 33.06 0 730132 1401588 47.83 451360 649596 104 [2021-02-01T18:46:23.564Z] 18:39:02 382792 0 623300 33.13 0 875452 1414820 48.29 530592 718184 24 [2021-02-01T18:46:23.564Z] 18:40:01 390728 0 576540 30.64 0 914276 1218696 41.59 483504 762700 20 [2021-02-01T18:46:23.564Z] 18:41:01 391432 0 575836 30.60 0 914276 1206372 41.17 483044 762668 12 [2021-02-01T18:46:23.564Z] 18:42:01 391712 0 575484 30.59 0 914348 1206384 41.17 483124 762696 24 [2021-02-01T18:46:23.564Z] 18:43:01 392324 0 574920 30.56 0 914300 1199176 40.93 482460 762708 12 [2021-02-01T18:46:23.564Z] 18:44:01 391928 0 575300 30.58 0 914316 1199236 40.93 482620 762764 12 [2021-02-01T18:46:23.564Z] 18:45:01 392444 0 574788 30.55 0 914312 1198160 40.89 482460 762784 12 [2021-02-01T18:46:23.564Z] 18:46:02 70384 0 668776 35.54 0 1142384 1659108 56.62 629412 914372 79948 [2021-02-01T18:46:23.564Z] Average: 255066 0 700715 37.24 468 925295 1627744 55.55 577159 796804 28281 [2021-02-01T18:46:23.564Z] [2021-02-01T18:46:23.564Z] 18:25:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-01T18:46:23.564Z] 18:26:01 veth6171a51 304.46 222.19 29.86 765.69 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:26:01 eth0 916.90 709.83 4467.50 125.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:26:01 docker0 304.46 222.07 25.70 765.68 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:27:01 eth0 789.12 957.11 4743.04 102.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:27:01 docker0 721.22 518.22 53.40 1914.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:28:01 vethbb672ee 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:28:01 eth0 201.73 117.15 863.10 61.75 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:28:01 docker0 86.98 160.27 6.41 830.96 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:29:02 vethbb672ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:29:02 eth0 15.24 10.69 11.60 6.25 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:30:01 vethbb672ee 2.07 2.07 0.17 0.17 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:30:01 eth0 37.21 30.38 21.53 52.17 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:30:01 docker0 2.07 2.07 0.14 0.17 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:31:01 vethbb672ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:31:01 eth0 12.12 8.88 10.36 5.68 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:32:01 eth0 175.33 143.75 1686.80 60.09 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:33:05 eth0 25.67 22.79 23.26 35.05 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:33:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:33:05 vethc35867c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:33:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:34:06 eth0 38.03 22.30 156.22 7.45 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:34:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:34:06 vethc35867c 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:34:06 docker0 10.98 21.77 0.59 143.83 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:35:02 vethdc0c9db 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:35:02 eth0 6.33 4.86 4.95 2.80 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:35:02 vethc35867c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:36:02 veth4a13bf9 2.36 5.95 0.16 32.61 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:36:02 eth0 183.94 136.73 1499.92 66.30 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:36:02 vethc35867c 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:37:02 veth4618708 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:37:02 veth7b33d96 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:37:02 eth0 84.44 38.39 317.90 10.56 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:38:02 veth4238cf9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:38:02 veth5dac2db 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.564Z] 18:38:02 veth8178b58 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:38:02 eth0 45.92 36.35 46.82 49.87 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:39:02 eth0 92.94 60.92 188.93 92.88 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:39:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:39:02 vethc35867c 0.00 1.10 0.00 0.05 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:39:02 docker0 1198.73 1074.92 90.80 4396.25 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:40:01 eth0 8.51 3.95 5.98 2.54 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:41:01 eth0 5.25 1.41 1.76 1.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:42:01 eth0 3.24 1.10 1.22 0.79 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:43:01 eth0 3.18 0.52 0.74 0.39 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:44:01 eth0 4.99 1.18 1.58 1.01 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:45:01 eth0 1.46 0.77 0.80 0.56 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:46:02 eth0 233.05 194.54 2171.62 48.18 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] 18:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] Average: eth0 137.10 119.08 771.71 34.85 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] Average: docker0 56.30 50.49 4.26 206.48 0.00 0.00 0.00 0.00 [2021-02-01T18:46:23.565Z] [2021-02-01T18:46:23.565Z] [2021-02-01T18:46:23.565Z] ---> sar -P ALL: [2021-02-01T18:46:23.565Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) [2021-02-01T18:46:23.565Z] [2021-02-01T18:46:23.565Z] 18:24:22 LINUX RESTART (4 CPU) [2021-02-01T18:46:23.565Z] [2021-02-01T18:46:23.565Z] 18:25:02 CPU %user %nice %system %iowait %steal %idle [2021-02-01T18:46:23.565Z] 18:26:01 all 17.23 0.00 5.69 1.68 11.56 63.84 [2021-02-01T18:46:23.565Z] 18:26:01 0 18.32 0.00 6.71 2.00 11.99 60.98 [2021-02-01T18:46:23.565Z] 18:26:01 1 17.22 0.00 5.85 1.24 11.35 64.34 [2021-02-01T18:46:23.565Z] 18:26:01 2 17.77 0.00 5.89 2.88 11.31 62.15 [2021-02-01T18:46:23.565Z] 18:26:01 3 15.67 0.00 4.33 0.61 11.60 67.79 [2021-02-01T18:46:23.565Z] 18:27:01 all 10.19 0.00 5.11 1.11 17.70 65.89 [2021-02-01T18:46:23.565Z] 18:27:01 0 8.64 0.00 5.24 1.34 18.12 66.66 [2021-02-01T18:46:23.565Z] 18:27:01 1 6.65 0.00 4.82 1.14 17.05 70.34 [2021-02-01T18:46:23.565Z] 18:27:01 2 12.15 0.00 4.74 1.35 18.17 63.59 [2021-02-01T18:46:23.565Z] 18:27:01 3 13.52 0.00 5.68 0.59 17.46 62.75 [2021-02-01T18:46:23.565Z] 18:28:01 all 7.70 0.00 6.84 5.37 14.22 65.88 [2021-02-01T18:46:23.565Z] 18:28:01 0 6.41 0.00 6.36 3.19 15.17 68.87 [2021-02-01T18:46:23.565Z] 18:28:01 1 7.48 0.00 7.25 5.61 13.78 65.87 [2021-02-01T18:46:23.565Z] 18:28:01 2 8.43 0.00 6.44 6.11 14.25 64.78 [2021-02-01T18:46:23.565Z] 18:28:01 3 8.49 0.00 7.31 6.60 13.67 63.93 [2021-02-01T18:46:23.565Z] 18:29:02 all 39.83 0.00 11.71 2.30 25.40 20.77 [2021-02-01T18:46:23.565Z] 18:29:02 0 35.65 0.00 10.78 2.03 26.39 25.15 [2021-02-01T18:46:23.565Z] 18:29:02 1 37.95 0.00 11.40 1.21 26.66 22.78 [2021-02-01T18:46:23.565Z] 18:29:02 2 40.32 0.00 12.18 3.43 24.32 19.76 [2021-02-01T18:46:23.565Z] 18:29:02 3 45.76 0.00 12.54 2.54 24.13 15.03 [2021-02-01T18:46:23.565Z] 18:30:01 all 33.82 0.00 11.12 2.11 24.62 28.33 [2021-02-01T18:46:23.565Z] 18:30:01 0 28.50 0.00 9.89 2.50 27.19 31.93 [2021-02-01T18:46:23.565Z] 18:30:01 1 37.53 0.00 12.03 2.46 22.47 25.52 [2021-02-01T18:46:23.565Z] 18:30:01 2 32.14 0.00 10.53 0.76 24.86 31.71 [2021-02-01T18:46:23.565Z] 18:30:01 3 37.56 0.00 12.15 2.79 23.80 23.70 [2021-02-01T18:46:23.565Z] 18:31:01 all 31.48 0.00 13.81 3.72 28.13 22.86 [2021-02-01T18:46:23.565Z] 18:31:01 0 28.47 0.00 12.62 3.54 29.30 26.08 [2021-02-01T18:46:23.565Z] 18:31:01 1 34.05 0.00 14.47 4.46 26.57 20.44 [2021-02-01T18:46:23.565Z] 18:31:01 2 32.03 0.00 14.15 3.56 28.62 21.63 [2021-02-01T18:46:23.565Z] 18:31:01 3 31.57 0.00 14.08 3.32 27.94 23.09 [2021-02-01T18:46:23.565Z] 18:32:01 all 19.35 0.00 9.48 0.28 19.68 51.21 [2021-02-01T18:46:23.565Z] 18:32:01 0 17.56 0.00 8.32 0.49 19.72 53.91 [2021-02-01T18:46:23.565Z] 18:32:01 1 19.49 0.00 10.03 0.44 19.32 50.72 [2021-02-01T18:46:23.565Z] 18:32:01 2 21.59 0.00 11.18 0.14 19.13 47.96 [2021-02-01T18:46:23.565Z] 18:32:01 3 18.83 0.00 8.42 0.05 20.55 52.16 [2021-02-01T18:46:23.565Z] 18:33:05 all 11.62 0.00 12.86 4.87 27.72 42.92 [2021-02-01T18:46:23.565Z] 18:33:05 0 9.08 0.00 10.58 4.25 28.49 47.61 [2021-02-01T18:46:23.565Z] 18:33:05 1 10.23 0.00 11.77 5.21 27.53 45.26 [2021-02-01T18:46:23.565Z] 18:33:05 2 13.19 0.00 14.40 4.90 27.89 39.62 [2021-02-01T18:46:23.565Z] 18:33:05 3 14.16 0.00 14.85 5.17 26.94 38.89 [2021-02-01T18:46:23.565Z] 18:34:06 all 9.92 0.00 14.95 23.13 27.52 24.47 [2021-02-01T18:46:23.565Z] 18:34:06 0 9.95 0.00 14.73 23.82 26.82 24.68 [2021-02-01T18:46:23.565Z] 18:34:06 1 10.05 0.00 15.39 24.18 27.26 23.12 [2021-02-01T18:46:23.565Z] 18:34:06 2 11.03 0.00 15.72 20.77 27.84 24.63 [2021-02-01T18:46:23.565Z] 18:34:06 3 8.68 0.00 14.00 23.71 28.17 25.45 [2021-02-01T18:46:23.565Z] 18:35:02 all 39.39 0.00 13.58 14.29 18.69 14.04 [2021-02-01T18:46:23.565Z] 18:35:02 0 38.44 0.00 12.33 16.38 19.20 13.65 [2021-02-01T18:46:23.565Z] 18:35:02 1 38.89 0.00 13.47 14.44 18.37 14.83 [2021-02-01T18:46:23.565Z] 18:35:02 2 41.84 0.00 14.11 13.08 17.56 13.41 [2021-02-01T18:46:23.565Z] 18:35:02 3 38.45 0.00 14.45 13.22 19.62 14.26 [2021-02-01T18:46:23.565Z] 18:36:02 all 36.42 0.00 16.56 8.71 19.83 18.49 [2021-02-01T18:46:23.565Z] 18:36:02 0 36.65 0.00 15.62 8.09 19.14 20.50 [2021-02-01T18:46:23.565Z] 18:36:02 1 36.70 0.00 17.04 10.21 19.79 16.26 [2021-02-01T18:46:23.565Z] 18:36:02 2 36.83 0.00 16.61 7.06 20.28 19.22 [2021-02-01T18:46:23.565Z] 18:36:02 3 35.49 0.00 16.96 9.46 20.12 17.98 [2021-02-01T18:46:23.565Z] [2021-02-01T18:46:23.565Z] 18:36:02 CPU %user %nice %system %iowait %steal %idle [2021-02-01T18:46:23.565Z] 18:37:02 all 20.53 0.00 14.40 15.06 32.73 17.29 [2021-02-01T18:46:23.565Z] 18:37:02 0 18.55 0.00 13.35 15.15 33.34 19.61 [2021-02-01T18:46:23.565Z] 18:37:02 1 21.33 0.00 15.62 15.27 32.42 15.36 [2021-02-01T18:46:23.565Z] 18:37:02 2 22.14 0.00 15.90 15.12 32.77 14.07 [2021-02-01T18:46:23.565Z] 18:37:02 3 20.16 0.00 12.77 14.68 32.38 20.00 [2021-02-01T18:46:23.565Z] 18:38:02 all 31.03 0.00 12.01 14.82 31.76 10.38 [2021-02-01T18:46:23.565Z] 18:38:02 0 31.01 0.00 12.49 12.89 31.54 12.07 [2021-02-01T18:46:23.565Z] 18:38:02 1 31.33 0.00 11.64 15.17 32.61 9.25 [2021-02-01T18:46:23.565Z] 18:38:02 2 32.64 0.00 12.88 14.99 29.81 9.69 [2021-02-01T18:46:23.565Z] 18:38:02 3 29.16 0.00 11.02 16.22 33.07 10.53 [2021-02-01T18:46:23.565Z] 18:39:02 all 17.50 0.00 10.92 5.56 37.07 28.95 [2021-02-01T18:46:23.565Z] 18:39:02 0 16.23 0.00 10.91 6.20 37.95 28.71 [2021-02-01T18:46:23.565Z] 18:39:02 1 18.73 0.00 10.66 4.38 36.76 29.47 [2021-02-01T18:46:23.565Z] 18:39:02 2 17.54 0.00 10.48 5.41 38.42 28.15 [2021-02-01T18:46:23.565Z] 18:39:02 3 17.51 0.00 11.62 6.23 35.16 29.48 [2021-02-01T18:46:23.565Z] 18:40:01 all 0.38 0.00 0.60 0.76 1.78 96.48 [2021-02-01T18:46:23.565Z] 18:40:01 0 0.24 0.00 0.66 0.22 1.58 97.31 [2021-02-01T18:46:23.565Z] 18:40:01 1 0.35 0.00 0.43 1.57 2.09 95.55 [2021-02-01T18:46:23.565Z] 18:40:01 2 0.44 0.00 0.72 0.32 1.82 96.70 [2021-02-01T18:46:23.565Z] 18:40:01 3 0.49 0.00 0.61 0.93 1.62 96.37 [2021-02-01T18:46:23.565Z] 18:41:01 all 0.09 0.00 0.06 0.00 0.46 99.39 [2021-02-01T18:46:23.565Z] 18:41:01 0 0.18 0.00 0.07 0.02 0.70 99.04 [2021-02-01T18:46:23.565Z] 18:41:01 1 0.03 0.00 0.05 0.00 0.28 99.63 [2021-02-01T18:46:23.565Z] 18:41:01 2 0.10 0.00 0.07 0.00 0.32 99.52 [2021-02-01T18:46:23.565Z] 18:41:01 3 0.03 0.00 0.07 0.00 0.55 99.35 [2021-02-01T18:46:23.565Z] 18:42:01 all 0.11 0.00 0.09 0.00 0.33 99.47 [2021-02-01T18:46:23.565Z] 18:42:01 0 0.03 0.00 0.03 0.00 0.25 99.68 [2021-02-01T18:46:23.565Z] 18:42:01 1 0.02 0.00 0.12 0.00 0.35 99.52 [2021-02-01T18:46:23.565Z] 18:42:01 2 0.35 0.00 0.13 0.00 0.45 99.07 [2021-02-01T18:46:23.565Z] 18:42:01 3 0.03 0.00 0.08 0.00 0.27 99.62 [2021-02-01T18:46:23.565Z] 18:43:01 all 0.12 0.00 0.08 0.01 0.49 99.30 [2021-02-01T18:46:23.565Z] 18:43:01 0 0.03 0.00 0.07 0.00 0.56 99.34 [2021-02-01T18:46:23.565Z] 18:43:01 1 0.03 0.00 0.08 0.02 0.53 99.33 [2021-02-01T18:46:23.565Z] 18:43:01 2 0.42 0.00 0.08 0.02 0.61 98.87 [2021-02-01T18:46:23.565Z] 18:43:01 3 0.02 0.00 0.08 0.00 0.23 99.67 [2021-02-01T18:46:23.565Z] 18:44:01 all 0.15 0.00 0.19 0.01 0.32 99.32 [2021-02-01T18:46:23.565Z] 18:44:01 0 0.05 0.00 0.13 0.00 0.23 99.58 [2021-02-01T18:46:23.565Z] 18:44:01 1 0.23 0.00 0.08 0.02 0.52 99.15 [2021-02-01T18:46:23.565Z] 18:44:01 2 0.27 0.00 0.30 0.00 0.33 99.10 [2021-02-01T18:46:23.565Z] 18:44:01 3 0.07 0.00 0.23 0.03 0.22 99.45 [2021-02-01T18:46:23.565Z] 18:45:01 all 0.12 0.00 0.03 0.00 0.19 99.66 [2021-02-01T18:46:23.565Z] 18:45:01 0 0.07 0.00 0.03 0.00 0.10 99.80 [2021-02-01T18:46:23.565Z] 18:45:01 1 0.27 0.00 0.02 0.00 0.17 99.55 [2021-02-01T18:46:23.565Z] 18:45:01 2 0.05 0.00 0.07 0.00 0.38 99.50 [2021-02-01T18:46:23.565Z] 18:45:01 3 0.10 0.00 0.00 0.00 0.12 99.78 [2021-02-01T18:46:23.565Z] 18:46:02 all 4.55 0.00 3.59 2.65 10.01 79.20 [2021-02-01T18:46:23.565Z] 18:46:02 0 3.30 0.00 3.50 0.77 9.71 82.72 [2021-02-01T18:46:23.565Z] 18:46:02 1 5.05 0.00 3.28 3.94 10.26 77.47 [2021-02-01T18:46:23.565Z] 18:46:02 2 4.41 0.00 3.44 1.78 10.08 80.30 [2021-02-01T18:46:23.565Z] 18:46:02 3 5.45 0.00 4.13 4.11 10.00 76.30 [2021-02-01T18:46:23.565Z] Average: all 15.22 0.00 7.62 4.94 16.36 55.86 [2021-02-01T18:46:23.565Z] Average: 0 14.17 0.00 7.22 4.77 16.79 57.05 [2021-02-01T18:46:23.565Z] Average: 1 15.26 0.00 7.69 5.16 16.17 55.72 [2021-02-01T18:46:23.565Z] Average: 2 15.86 0.00 7.89 4.69 16.27 55.29 [2021-02-01T18:46:23.565Z] Average: 3 15.60 0.00 7.69 5.15 16.19 55.37 [2021-02-01T18:46:23.565Z] [2021-02-01T18:46:23.565Z] [2021-02-01T18:46:23.565Z]