Pull request #3450 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 79fa5644378b30d66480b3ba9985cf50fe859cfe+38d8ac8cf9377e12442077cf8ccce54130d64734 (f687bb3fc96a1987838d39ead418fa814f2b386c) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4368’ is offline; ‘prd-centos7-docker-4c-2g-4374’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4374 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 79fa5644378b30d66480b3ba9985cf50fe859cfe Merge succeeded, producing 79fa5644378b30d66480b3ba9985cf50fe859cfe Checking out Revision 79fa5644378b30d66480b3ba9985cf50fe859cfe (PR-3450) > 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/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # 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 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # 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-05-11T07:24:59.441Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T07:24:59.544Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T07:24:59.577Z] ========================================================= [2021-05-11T07:24:59.577Z] EdgeX Global Pipelines Version Info [2021-05-11T07:24:59.577Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 770894f7c267c719991090a7815f929e0cb2523b # timeout=10 [2021-05-11T07:25:04.203Z] ------------------- [2021-05-11T07:25:04.203Z] stable info: [2021-05-11T07:25:04.203Z] ------------------- [2021-05-11T07:25:04.203Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T07:25:04.203Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T07:25:04.203Z] Message: update stable to v1.0.191 [2021-05-11T07:25:05.649Z] ------------------- [2021-05-11T07:25:05.649Z] experimental info: [2021-05-11T07:25:05.649Z] ------------------- [2021-05-11T07:25:05.649Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T07:25:05.649Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T07:25:05.649Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T07:25:05.826Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-11T07:25:05.850Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-11T07:25:05.883Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T07:25:05.905Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T07:25:05.942Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T07:25:05.965Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T07:25:06.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T07:25:06.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-11T07:25:06.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-11T07:25:06.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-11T07:25:06.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T07:25:06.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T07:25:06.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T07:25:06.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T07:25:06.271Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T07:25:06.293Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T07:25:06.328Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T07:25:06.349Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T07:25:06.386Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T07:25:06.407Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T07:25:06.438Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T07:25:06.459Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T07:25:06.495Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3450 [Pipeline] echo [2021-05-11T07:25:06.517Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3450 [Pipeline] echo [2021-05-11T07:25:06.554Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3450 [Pipeline] echo [2021-05-11T07:25:06.575Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79fa5644378b30d66480b3ba9985cf50fe859cfe [Pipeline] echo [2021-05-11T07:25:06.612Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79fa564 [Pipeline] echo [2021-05-11T07:25:06.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:25:06.708Z] provisioning config files... [2021-05-11T07:25:06.767Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config835854486792113799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:25:07.226Z] ---> docker-login.sh [2021-05-11T07:25:07.226Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:25:08.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:25:08.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:25:08.590Z] Configure a credential helper to remove this warning. See [2021-05-11T07:25:08.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:25:08.590Z] [2021-05-11T07:25:08.590Z] Login Succeeded [2021-05-11T07:25:08.590Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:25:08.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:25:08.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:25:08.881Z] Configure a credential helper to remove this warning. See [2021-05-11T07:25:08.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:25:08.881Z] [2021-05-11T07:25:08.881Z] Login Succeeded [2021-05-11T07:25:08.881Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:25:09.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:25:09.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:25:09.601Z] Configure a credential helper to remove this warning. See [2021-05-11T07:25:09.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:25:09.601Z] [2021-05-11T07:25:09.601Z] Login Succeeded [2021-05-11T07:25:09.601Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:25:10.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:25:10.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:25:10.297Z] Configure a credential helper to remove this warning. See [2021-05-11T07:25:10.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:25:10.297Z] [2021-05-11T07:25:10.297Z] Login Succeeded [2021-05-11T07:25:10.297Z] docker.io [2021-05-11T07:25:10.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:25:11.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:25:11.311Z] Configure a credential helper to remove this warning. See [2021-05-11T07:25:11.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:25:11.311Z] [2021-05-11T07:25:11.311Z] Login Succeeded [2021-05-11T07:25:11.311Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:25:11.378Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:25:11.908Z] ++ 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-05-11T07:25:11.908Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:25:11.908Z] ++ dirname cmd/core-command/Dockerfile [2021-05-11T07:25:11.908Z] ++ cut -d/ -f2 [2021-05-11T07:25:11.908Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-11T07:25:11.908Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:25:11.908Z] ++ cut -d/ -f2 [2021-05-11T07:25:11.908Z] ++ dirname cmd/core-data/Dockerfile [2021-05-11T07:25:11.908Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-11T07:25:11.908Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:25:11.908Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-11T07:25:11.908Z] ++ cut -d/ -f2 [2021-05-11T07:25:11.908Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-11T07:25:11.908Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:25:11.908Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-11T07:25:11.908Z] ++ cut -d/ -f2 [2021-05-11T07:25:11.908Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-11T07:25:11.908Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:25:11.908Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-11T07:25:11.908Z] ++ cut -d/ -f2 [2021-05-11T07:25:11.908Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-11T07:25:11.908Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:25:11.908Z] ++ cut -d/ -f2 [2021-05-11T07:25:11.908Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-11T07:25:11.908Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-11T07:25:11.908Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:25:11.908Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-11T07:25:11.908Z] ++ cut -d/ -f2 [2021-05-11T07:25:11.908Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-11T07:25:11.908Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:25:11.908Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-11T07:25:11.908Z] ++ cut -d/ -f2 [2021-05-11T07:25:11.908Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-11T07:25:11.908Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T07:25:11.908Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-11T07:25:11.908Z] ++ cut -d/ -f2 [2021-05-11T07:25:11.908Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-11T07:25:12.285Z] 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-05-11T07:25:13.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:25:13.147Z] [2021-05-11T07:25:13.147Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:25:13.580Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:25:13.923Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T07:25:13.923Z] 31603596830f: Pulling fs layer [2021-05-11T07:25:13.923Z] 54011a49482f: Pulling fs layer [2021-05-11T07:25:13.923Z] a6820b24f6d8: Pulling fs layer [2021-05-11T07:25:13.923Z] f581987b2513: Pulling fs layer [2021-05-11T07:25:13.923Z] f581987b2513: Waiting [2021-05-11T07:25:13.923Z] 54011a49482f: Verifying Checksum [2021-05-11T07:25:13.923Z] 54011a49482f: Download complete [2021-05-11T07:25:14.294Z] 31603596830f: Verifying Checksum [2021-05-11T07:25:14.294Z] 31603596830f: Download complete [2021-05-11T07:25:14.623Z] f581987b2513: Verifying Checksum [2021-05-11T07:25:14.623Z] f581987b2513: Download complete [2021-05-11T07:25:15.245Z] a6820b24f6d8: Verifying Checksum [2021-05-11T07:25:15.245Z] a6820b24f6d8: Download complete [2021-05-11T07:25:15.545Z] 31603596830f: Pull complete [2021-05-11T07:25:16.165Z] 54011a49482f: Pull complete [2021-05-11T07:25:19.514Z] a6820b24f6d8: Pull complete [2021-05-11T07:25:20.153Z] f581987b2513: Pull complete [2021-05-11T07:25:20.153Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T07:25:20.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T07:25:20.153Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T07:25:20.681Z] prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container [2021-05-11T07:25:20.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T07:25:24.290Z] $ docker top 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T07:25:24.798Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:25:24.798Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:25:25.692Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:25:25.716Z] $ docker exec 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 ssh-agent [2021-05-11T07:25:26.163Z] SSH_AUTH_SOCK=/tmp/ssh-se0ayFm87tEG/agent.11 [2021-05-11T07:25:26.163Z] SSH_AGENT_PID=16 [2021-05-11T07:25:26.189Z] Running ssh-add (command line suppressed) [2021-05-11T07:25:26.527Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5808048759130857190.key (/w/workspace/edgex-go/3@tmp/private_key_5808048759130857190.key) [2021-05-11T07:25:26.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:25:27.570Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T07:25:27.677Z] $ docker exec --env ******** --env ******** 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 ssh-agent -k [2021-05-11T07:25:28.214Z] unset SSH_AUTH_SOCK; [2021-05-11T07:25:28.215Z] unset SSH_AGENT_PID; [2021-05-11T07:25:28.215Z] echo Agent pid 16 killed; [2021-05-11T07:25:28.408Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T07:25:28.446Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T07:25:28.446Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T07:25:29.213Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T07:25:29.223Z] $ docker exec 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 ssh-agent [2021-05-11T07:25:29.667Z] SSH_AUTH_SOCK=/tmp/ssh-uOMGXq2Zfnkf/agent.45 [2021-05-11T07:25:29.667Z] SSH_AGENT_PID=50 [2021-05-11T07:25:29.681Z] Running ssh-add (command line suppressed) [2021-05-11T07:25:30.050Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_929243206209266926.key (/w/workspace/edgex-go/3@tmp/private_key_929243206209266926.key) [2021-05-11T07:25:30.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T07:25:30.986Z] + git semver init [2021-05-11T07:25:30.986Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T07:25:30.986Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-05-11T07:25:30.986Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-05-11T07:25:30.986Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T07:25:30.986Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T07:25:30.986Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T07:25:30.986Z] # $SEMVER_BRANCH = PR-3450 [2021-05-11T07:25:30.986Z] # $SEMVER_TEMP = /tmp/semver-308598010 [2021-05-11T07:25:30.986Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-11T07:26:18.987Z] # '/tmp/semver-308598010' -> '/w/workspace/edgex-go/3/.semver' [2021-05-11T07:26:18.987Z] # -> Force: false [2021-05-11T07:26:18.987Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-05-11T07:26:19.024Z] $ docker exec --env ******** --env ******** 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 ssh-agent -k [2021-05-11T07:26:20.174Z] unset SSH_AUTH_SOCK; [2021-05-11T07:26:20.174Z] unset SSH_AGENT_PID; [2021-05-11T07:26:20.174Z] echo Agent pid 50 killed; [2021-05-11T07:26:20.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T07:26:21.784Z] + git semver [Pipeline] } [2021-05-11T07:26:22.660Z] $ docker stop --time=1 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 [2021-05-11T07:26:25.098Z] $ docker rm -f 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:26:26.280Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T07:26:27.992Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T07:26:27.996Z] [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-05-11T07:26:28.719Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:26:29.171Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:26:29.558Z] + true [2021-05-11T07:26:29.558Z] + sudo service docker restart [2021-05-11T07:26:29.558Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-11T07:26:31.252Z] ========================================================= [2021-05-11T07:26:31.252Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T07:26:31.252Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:26:31.586Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T07:26:42.059Z] Sending build context to Docker daemon 330.2MB [2021-05-11T07:26:42.059Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:26:42.059Z] Step 2/6 : FROM ${BASE} [2021-05-11T07:26:42.059Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T07:26:42.059Z] 540db60ca938: Pulling fs layer [2021-05-11T07:26:42.059Z] adcc1eea9eea: Pulling fs layer [2021-05-11T07:26:42.059Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T07:26:42.059Z] 0510c868ecb4: Pulling fs layer [2021-05-11T07:26:42.059Z] afea3b2eda06: Pulling fs layer [2021-05-11T07:26:42.059Z] 7809a108b3ef: Pulling fs layer [2021-05-11T07:26:42.059Z] f706445af74f: Pulling fs layer [2021-05-11T07:26:42.059Z] afea3b2eda06: Waiting [2021-05-11T07:26:42.059Z] 7809a108b3ef: Waiting [2021-05-11T07:26:42.059Z] f706445af74f: Waiting [2021-05-11T07:26:42.059Z] 0510c868ecb4: Waiting [2021-05-11T07:26:42.059Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T07:26:42.059Z] 4c4ab2625f07: Download complete [2021-05-11T07:26:42.059Z] adcc1eea9eea: Verifying Checksum [2021-05-11T07:26:42.059Z] adcc1eea9eea: Download complete [2021-05-11T07:26:42.059Z] afea3b2eda06: Verifying Checksum [2021-05-11T07:26:42.059Z] afea3b2eda06: Download complete [2021-05-11T07:26:42.059Z] 7809a108b3ef: Download complete [2021-05-11T07:26:42.059Z] 540db60ca938: Verifying Checksum [2021-05-11T07:26:42.059Z] 540db60ca938: Download complete [2021-05-11T07:26:43.192Z] Still waiting to schedule task [2021-05-11T07:26:43.193Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4376’ is offline [2021-05-11T07:26:44.164Z] 540db60ca938: Pull complete [2021-05-11T07:26:44.741Z] adcc1eea9eea: Pull complete [2021-05-11T07:26:45.049Z] 4c4ab2625f07: Pull complete [2021-05-11T07:26:48.670Z] f706445af74f: Verifying Checksum [2021-05-11T07:26:48.670Z] f706445af74f: Download complete [2021-05-11T07:26:50.769Z] 0510c868ecb4: Verifying Checksum [2021-05-11T07:26:50.769Z] 0510c868ecb4: Download complete [2021-05-11T07:27:09.813Z] 0510c868ecb4: Pull complete [2021-05-11T07:27:09.814Z] afea3b2eda06: Pull complete [2021-05-11T07:27:09.814Z] 7809a108b3ef: Pull complete [2021-05-11T07:27:14.278Z] f706445af74f: Pull complete [2021-05-11T07:27:14.278Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T07:27:14.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T07:27:14.278Z] ---> b068be0155e3 [2021-05-11T07:27:14.278Z] 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-05-11T07:27:14.588Z] ---> Running in a0f325a9f7e6 [2021-05-11T07:27:16.240Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:27:17.806Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:27:18.785Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T07:27:19.368Z] (2/12) Installing file (5.39-r0) [2021-05-11T07:27:19.369Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T07:27:19.653Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T07:27:29.802Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T07:27:29.802Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T07:27:30.090Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T07:27:30.449Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T07:27:30.449Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T07:27:30.768Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:27:30.768Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T07:27:31.065Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:27:31.338Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:27:31.338Z] OK: 219 MiB in 52 packages [2021-05-11T07:27:36.947Z] Removing intermediate container a0f325a9f7e6 [2021-05-11T07:27:36.947Z] ---> bea4d9fea36b [2021-05-11T07:27:36.947Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T07:27:36.947Z] ---> Running in ae15ba0b4fc6 [2021-05-11T07:27:36.947Z] Removing intermediate container ae15ba0b4fc6 [2021-05-11T07:27:36.947Z] ---> 9d49f82c6113 [2021-05-11T07:27:36.947Z] Step 5/6 : COPY go.mod . [2021-05-11T07:27:37.232Z] ---> 6bf636414ee9 [2021-05-11T07:27:37.232Z] Step 6/6 : RUN go mod download [2021-05-11T07:27:37.583Z] ---> Running in d1d547853916 [2021-05-11T07:28:25.491Z] Removing intermediate container d1d547853916 [2021-05-11T07:28:25.491Z] ---> ee494a79a15d [2021-05-11T07:28:25.491Z] Successfully built ee494a79a15d [2021-05-11T07:28:25.491Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:28:25.905Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:28:26.219Z] . [Pipeline] withDockerContainer [2021-05-11T07:28:26.458Z] prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container [2021-05-11T07:28:26.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T07:28:28.875Z] $ docker top 0eca44e7faa0a1fbc794120764c8cbfdd200531651caa6a1e25680782cc33470 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:28:30.457Z] + go version [2021-05-11T07:28:30.457Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T07:28:30.501Z] $ docker stop --time=1 0eca44e7faa0a1fbc794120764c8cbfdd200531651caa6a1e25680782cc33470 [2021-05-11T07:28:32.449Z] $ docker rm -f 0eca44e7faa0a1fbc794120764c8cbfdd200531651caa6a1e25680782cc33470 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:28:33.358Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T07:28:33.722Z] . [Pipeline] withDockerContainer [2021-05-11T07:28:34.010Z] prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container [2021-05-11T07:28:34.092Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T07:28:35.821Z] $ docker top e4d7c4e2c425aab68a48fd63f9a0cb3f6ec8665e09906348858c2b6d0533d5f3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T07:28:36.542Z] ========================================================= [2021-05-11T07:28:36.542Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T07:28:36.542Z] ========================================================= [Pipeline] sh [2021-05-11T07:28:37.429Z] + go mod tidy [Pipeline] sh [2021-05-11T07:28:41.615Z] + make test [2021-05-11T07:28:41.615Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:29:04.590Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T07:29:52.879Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T07:30:09.063Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T07:30:09.063Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T07:30:09.063Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T07:30:18.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T07:30:18.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T07:30:18.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T07:30:18.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T07:30:20.900Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T07:30:22.507Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T07:30:30.041Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T07:30:30.041Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T07:30:30.041Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T07:30:32.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 45.9% of statements [2021-05-11T07:30:32.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T07:30:32.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T07:30:32.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T07:30:32.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T07:30:32.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T07:30:32.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T07:30:32.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.147s coverage: 19.8% of statements [2021-05-11T07:30:32.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.302s coverage: 100.0% of statements [2021-05-11T07:30:34.781Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4378 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws [2021-05-11T07:30:34.800Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-11T07:30:40.567Z] using credential edgex-jenkins-ssh [2021-05-11T07:30:40.585Z] Cloning the remote Git repository [2021-05-11T07:30:41.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.881s coverage: 27.8% of statements [2021-05-11T07:30:41.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T07:30:41.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T07:30:41.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T07:30:41.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T07:30:41.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T07:30:41.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.223s coverage: 81.2% of statements [2021-05-11T07:30:41.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T07:30:41.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.190s coverage: 100.0% of statements [2021-05-11T07:30:41.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T07:30:41.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.174s coverage: 100.0% of statements [2021-05-11T07:30:41.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T07:30:41.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T07:30:40.639Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:30:40.815Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-11T07:30:40.884Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:30:40.885Z] > git --version # timeout=10 [2021-05-11T07:30:40.907Z] > git --version # 'git version 2.17.1' [2021-05-11T07:30:40.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:30:40.965Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:30:41.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.194s coverage: 71.3% of statements [2021-05-11T07:30:41.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T07:30:41.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T07:30:41.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.516s coverage: 87.7% of statements [2021-05-11T07:30:41.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T07:30:41.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:30:41.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements [2021-05-11T07:30:41.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T07:30:48.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.856s coverage: 28.6% of statements [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T07:30:48.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T07:30:48.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.275s coverage: 100.0% of statements [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T07:30:48.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.382s coverage: 86.7% of statements [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T07:30:48.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.429s coverage: 97.5% of statements [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T07:30:48.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.339s coverage: 78.3% of statements [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T07:30:48.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T07:30:53.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.719s coverage: 95.1% of statements [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T07:30:53.271Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T07:30:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T07:30:53.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.139s coverage: 0.9% of statements [2021-05-11T07:30:53.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T07:30:53.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.123s coverage: 22.0% of statements [2021-05-11T07:30:53.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T07:30:53.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.118s coverage: 47.1% of statements [2021-05-11T07:30:53.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.137s coverage: 79.5% of statements [2021-05-11T07:30:54.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.091s coverage: 94.1% of statements [2021-05-11T07:30:54.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.236s coverage: 96.3% of statements [2021-05-11T07:30:54.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.241s coverage: 87.5% of statements [2021-05-11T07:30:56.729Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:30:57.163Z] Merge succeeded, producing 79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:30:57.163Z] Checking out Revision 79fa5644378b30d66480b3ba9985cf50fe859cfe (PR-3450) [2021-05-11T07:30:55.922Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:30:55.939Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:30:55.962Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:30:55.992Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:30:55.992Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:30:56.003Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:30:56.747Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:30:56.756Z] > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # timeout=10 [2021-05-11T07:30:57.060Z] > git remote # timeout=10 [2021-05-11T07:30:57.081Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T07:30:57.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:30:57.116Z] > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 [2021-05-11T07:30:57.141Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T07:30:57.173Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:30:57.182Z] > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # timeout=10 [2021-05-11T07:31:01.584Z] 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-05-11T07:31:03.602Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:31:04.033Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T07:31:04.395Z] + sudo service docker restart [2021-05-11T07:31:04.395Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T07:31:07.066Z] provisioning config files... [2021-05-11T07:31:07.113Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2457932956101062277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:31:07.492Z] ---> docker-login.sh [2021-05-11T07:31:07.492Z] nexus3.edgexfoundry.org:10001 [2021-05-11T07:31:07.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.115s coverage: 94.4% of statements [2021-05-11T07:31:07.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-05-11T07:31:08.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:31:08.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:31:08.694Z] Configure a credential helper to remove this warning. See [2021-05-11T07:31:08.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:31:08.694Z] [2021-05-11T07:31:08.694Z] Login Succeeded [2021-05-11T07:31:08.694Z] nexus3.edgexfoundry.org:10002 [2021-05-11T07:31:08.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:31:08.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:31:08.968Z] Configure a credential helper to remove this warning. See [2021-05-11T07:31:08.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:31:08.968Z] [2021-05-11T07:31:08.968Z] Login Succeeded [2021-05-11T07:31:09.243Z] nexus3.edgexfoundry.org:10003 [2021-05-11T07:31:09.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:31:09.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:31:09.517Z] Configure a credential helper to remove this warning. See [2021-05-11T07:31:09.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:31:09.517Z] [2021-05-11T07:31:09.517Z] Login Succeeded [2021-05-11T07:31:09.517Z] nexus3.edgexfoundry.org:10004 [2021-05-11T07:31:10.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:31:10.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:31:10.116Z] Configure a credential helper to remove this warning. See [2021-05-11T07:31:10.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:31:10.116Z] [2021-05-11T07:31:10.116Z] Login Succeeded [2021-05-11T07:31:10.116Z] docker.io [2021-05-11T07:31:10.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T07:31:10.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T07:31:10.989Z] Configure a credential helper to remove this warning. See [2021-05-11T07:31:10.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T07:31:10.989Z] [2021-05-11T07:31:10.989Z] Login Succeeded [2021-05-11T07:31:10.989Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T07:31:11.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T07:31:11.312Z] ========================================================= [2021-05-11T07:31:11.312Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T07:31:11.312Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:31:11.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.082s coverage: 81.8% of statements [2021-05-11T07:31:11.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T07:31:11.652Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T07:31:14.312Z] Sending build context to Docker daemon 167.7MB [2021-05-11T07:31:14.312Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T07:31:14.312Z] Step 2/6 : FROM ${BASE} [2021-05-11T07:31:14.312Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T07:31:14.312Z] 595b0fe564bb: Pulling fs layer [2021-05-11T07:31:14.312Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T07:31:14.312Z] 316046926c0a: Pulling fs layer [2021-05-11T07:31:14.312Z] 4ebd0625c992: Pulling fs layer [2021-05-11T07:31:14.312Z] 207e8628e3a3: Pulling fs layer [2021-05-11T07:31:14.312Z] c791037a9be2: Pulling fs layer [2021-05-11T07:31:14.312Z] ffd874e62e21: Pulling fs layer [2021-05-11T07:31:14.312Z] 4ebd0625c992: Waiting [2021-05-11T07:31:14.312Z] c791037a9be2: Waiting [2021-05-11T07:31:14.312Z] 207e8628e3a3: Waiting [2021-05-11T07:31:14.312Z] ffd874e62e21: Waiting [2021-05-11T07:31:14.312Z] 316046926c0a: Verifying Checksum [2021-05-11T07:31:14.312Z] 316046926c0a: Download complete [2021-05-11T07:31:14.312Z] 7186ed65a4f7: Download complete [2021-05-11T07:31:14.312Z] 207e8628e3a3: Verifying Checksum [2021-05-11T07:31:14.312Z] 207e8628e3a3: Download complete [2021-05-11T07:31:14.312Z] c791037a9be2: Verifying Checksum [2021-05-11T07:31:14.312Z] c791037a9be2: Download complete [2021-05-11T07:31:14.312Z] 595b0fe564bb: Verifying Checksum [2021-05-11T07:31:14.312Z] 595b0fe564bb: Download complete [2021-05-11T07:31:14.919Z] 595b0fe564bb: Pull complete [2021-05-11T07:31:15.516Z] 7186ed65a4f7: Pull complete [2021-05-11T07:31:15.793Z] 316046926c0a: Pull complete [2021-05-11T07:31:16.393Z] ffd874e62e21: Verifying Checksum [2021-05-11T07:31:16.393Z] ffd874e62e21: Download complete [2021-05-11T07:31:17.375Z] 4ebd0625c992: Verifying Checksum [2021-05-11T07:31:17.375Z] 4ebd0625c992: Download complete [2021-05-11T07:31:20.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.394s coverage: 92.9% of statements [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T07:31:20.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.116s coverage: 65.1% of statements [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T07:31:20.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.125s coverage: 87.2% of statements [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T07:31:20.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.113s coverage: 100.0% of statements [2021-05-11T07:31:20.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T07:31:20.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.273s coverage: 76.0% of statements [2021-05-11T07:31:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.0% of statements [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.253s coverage: 87.2% of statements [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.282s coverage: 85.4% of statements [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.203s coverage: 91.2% of statements [2021-05-11T07:31:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.535s coverage: 64.4% of statements [2021-05-11T07:31:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T07:31:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.312s coverage: 100.0% of statements [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.070s coverage: 91.3% of statements [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.111s coverage: 73.7% of statements [2021-05-11T07:31:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-05-11T07:31:23.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.723s coverage: 66.9% of statements [2021-05-11T07:31:23.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T07:31:23.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T07:31:23.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T07:31:23.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.343s coverage: 43.4% of statements [2021-05-11T07:31:23.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T07:31:23.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T07:31:23.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements [2021-05-11T07:31:23.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T07:31:23.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements [2021-05-11T07:31:28.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.190s coverage: 47.0% of statements [2021-05-11T07:31:28.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T07:31:28.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T07:31:28.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T07:31:28.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T07:31:28.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T07:31:28.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements [2021-05-11T07:31:28.449Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T07:31:28.449Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-05-11T07:31:28.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T07:31:28.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T07:31:29.814Z] 4ebd0625c992: Pull complete [2021-05-11T07:31:29.814Z] 207e8628e3a3: Pull complete [2021-05-11T07:31:29.814Z] c791037a9be2: Pull complete [2021-05-11T07:31:29.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.153s coverage: 22.7% of statements [2021-05-11T07:31:29.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T07:31:29.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.243s coverage: 92.6% of statements [2021-05-11T07:31:29.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T07:31:29.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:31:29.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T07:31:32.462Z] ffd874e62e21: Pull complete [2021-05-11T07:31:32.462Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T07:31:32.462Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T07:31:32.462Z] ---> cfc18b08335c [2021-05-11T07:31:32.462Z] 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-05-11T07:31:33.639Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.318s coverage: 28.7% of statements [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T07:31:33.639Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T07:31:33.639Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.141s coverage: 100.0% of statements [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T07:31:33.639Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.113s coverage: 64.6% of statements [2021-05-11T07:31:33.639Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T07:31:33.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.224s coverage: 97.6% of statements [2021-05-11T07:31:33.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T07:31:33.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:31:33.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T07:31:33.922Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-05-11T07:31:33.922Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T07:31:34.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-05-11T07:31:34.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T07:31:34.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T07:31:34.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T07:31:34.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T07:31:34.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements [2021-05-11T07:31:34.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T07:31:34.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T07:31:34.921Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.089s coverage: 100.0% of statements [2021-05-11T07:31:35.284Z] ---> Running in f7bc289f00c4 [2021-05-11T07:31:36.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.296s coverage: 28.1% of statements [2021-05-11T07:31:36.104Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T07:31:36.408Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.050s coverage: 85.7% of statements [2021-05-11T07:31:36.408Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T07:31:36.408Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.096s coverage: 100.0% of statements [2021-05-11T07:31:36.716Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:31:37.418Z] GO111MODULE=on go vet ./... [2021-05-11T07:31:38.141Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:31:39.575Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T07:31:39.575Z] (2/12) Installing file (5.39-r0) [2021-05-11T07:31:39.846Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T07:31:39.846Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T07:31:49.961Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T07:31:49.961Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T07:31:49.961Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T07:31:49.961Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T07:31:49.961Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T07:31:49.961Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T07:31:49.961Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T07:31:49.961Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T07:31:50.232Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T07:31:50.232Z] OK: 218 MiB in 52 packages [2021-05-11T07:31:55.168Z] Removing intermediate container f7bc289f00c4 [2021-05-11T07:31:55.168Z] ---> 882f2db12d21 [2021-05-11T07:31:55.168Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T07:31:55.168Z] ---> Running in 3bf7f5e4fd8b [2021-05-11T07:31:55.168Z] Removing intermediate container 3bf7f5e4fd8b [2021-05-11T07:31:55.168Z] ---> 4e2732a88363 [2021-05-11T07:31:55.168Z] Step 5/6 : COPY go.mod . [2021-05-11T07:31:56.151Z] ---> fd71cb6b75a3 [2021-05-11T07:31:56.151Z] Step 6/6 : RUN go mod download [2021-05-11T07:31:56.151Z] ---> Running in 4d3f624d6a56 [2021-05-11T07:32:22.989Z] Removing intermediate container 4d3f624d6a56 [2021-05-11T07:32:22.989Z] ---> 98f36a103056 [2021-05-11T07:32:22.989Z] Successfully built 98f36a103056 [2021-05-11T07:32:22.989Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:32:23.337Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:32:23.337Z] . [Pipeline] withDockerContainer [2021-05-11T07:32:23.605Z] prd-ubuntu18.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2021-05-11T07:32:23.689Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T07:32:25.128Z] $ docker top a4e738bff60047f20cc901d36bcb736187045d6d75b6f24583e1d8d7157d9d37 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:32:26.058Z] + go version [2021-05-11T07:32:26.058Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T07:32:26.084Z] $ docker stop --time=1 a4e738bff60047f20cc901d36bcb736187045d6d75b6f24583e1d8d7157d9d37 [2021-05-11T07:32:27.944Z] $ docker rm -f a4e738bff60047f20cc901d36bcb736187045d6d75b6f24583e1d8d7157d9d37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:32:28.613Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T07:32:28.613Z] . [Pipeline] withDockerContainer [2021-05-11T07:32:28.868Z] prd-ubuntu18.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2021-05-11T07:32:28.944Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T07:32:30.180Z] $ docker top ccf5374460f5a812f7f585c145ef62f4d0ed7afc02fad5e5e982ab205438b162 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T07:32:30.442Z] ========================================================= [2021-05-11T07:32:30.442Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T07:32:30.442Z] ========================================================= [Pipeline] sh [2021-05-11T07:32:31.084Z] + go mod tidy [Pipeline] sh [2021-05-11T07:32:32.718Z] + make test [2021-05-11T07:32:32.718Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T07:32:46.020Z] gofmt -l . [2021-05-11T07:32:47.079Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:32:48.079Z] ./bin/test-go-mod-tidy.sh [2021-05-11T07:32:49.684Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T07:32:52.524Z] + ls -al . [2021-05-11T07:32:52.524Z] total 828 [2021-05-11T07:32:52.524Z] drwxrwxr-x 10 1001 1001 4096 May 11 07:32 . [2021-05-11T07:32:52.524Z] drwxr-xr-x 4 root root 28 May 11 07:28 .. [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 11 May 11 07:24 .dockerignore [2021-05-11T07:32:52.524Z] drwxrwxr-x 8 1001 1001 179 May 11 07:24 .git [2021-05-11T07:32:52.524Z] drwxrwxr-x 3 1001 1001 125 May 11 07:24 .github [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 818 May 11 07:24 .gitignore [2021-05-11T07:32:52.524Z] drwx------ 3 1001 1001 60 May 11 07:26 .semver [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 166 May 11 07:24 .sonarcloud.properties [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 8609 May 11 07:24 Attribution.txt [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 3804 May 11 07:24 CONTRIBUTING.md [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 931 May 11 07:24 Dockerfile.build [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 863 May 11 07:24 Jenkinsfile [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 10775 May 11 07:24 LICENSE [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 5774 May 11 07:24 Makefile [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 7978 May 11 07:24 README.md [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 6755 May 11 07:24 SECURITY.md [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 5 May 11 07:26 VERSION [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 4131 May 11 07:24 ZMQWindows.md [2021-05-11T07:32:52.524Z] drwxrwxr-x 2 1001 1001 117 May 11 07:24 bin [2021-05-11T07:32:52.524Z] drwxrwxr-x 14 1001 1001 4096 May 11 07:24 cmd [2021-05-11T07:32:52.524Z] -rw-r--r-- 1 root root 719397 May 11 07:31 coverage.out [2021-05-11T07:32:52.524Z] -rw-r--r-- 1 root root 1060 May 11 07:32 go.mod [2021-05-11T07:32:52.524Z] -rw-r--r-- 1 root root 21706 May 11 07:28 go.sum [2021-05-11T07:32:52.524Z] drwxrwxr-x 8 1001 1001 127 May 11 07:24 internal [2021-05-11T07:32:52.524Z] drwxrwxr-x 4 1001 1001 26 May 11 07:24 openapi [2021-05-11T07:32:52.524Z] drwxrwxr-x 4 1001 1001 71 May 11 07:24 snap [2021-05-11T07:32:52.524Z] -rw-rw-r-- 1 1001 1001 168 May 11 07:24 version.go [Pipeline] sh [2021-05-11T07:32:52.877Z] + '[' -e coverage.out ] [2021-05-11T07:32:52.877Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T07:32:53.402Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T07:32:53.730Z] + make build [2021-05-11T07:32:53.730Z] 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-05-11T07:32:59.365Z] 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-05-11T07:32:59.654Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T07:33:26.986Z] 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-05-11T07:33:29.105Z] 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-05-11T07:33:34.257Z] 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-05-11T07:33:35.323Z] 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-05-11T07:33:40.669Z] 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-05-11T07:33:44.927Z] 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-05-11T07:33:46.986Z] 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-05-11T07:33:50.561Z] 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-05-11T07:33:54.087Z] 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-05-11T07:33:56.257Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T07:33:57.612Z] 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-05-11T07:34:01.714Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } [2021-05-11T07:34:03.218Z] $ docker stop --time=1 e4d7c4e2c425aab68a48fd63f9a0cb3f6ec8665e09906348858c2b6d0533d5f3 [2021-05-11T07:34:05.537Z] $ docker rm -f e4d7c4e2c425aab68a48fd63f9a0cb3f6ec8665e09906348858c2b6d0533d5f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:34:07.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:34:08.509Z] [2021-05-11T07:34:08.510Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:34:08.972Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:34:09.609Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-11T07:34:09.609Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-11T07:34:09.609Z] ca9280d653b3: Pulling fs layer [2021-05-11T07:34:09.609Z] 7e9c9ca2126c: Pulling fs layer [2021-05-11T07:34:09.898Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-11T07:34:09.898Z] cbdbe7a5bc2a: Download complete [2021-05-11T07:34:11.113Z] cbdbe7a5bc2a: Pull complete [2021-05-11T07:34:11.113Z] ca9280d653b3: Download complete [2021-05-11T07:34:11.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T07:34:11.903Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T07:34:14.822Z] ca9280d653b3: Pull complete [2021-05-11T07:34:15.097Z] 7e9c9ca2126c: Verifying Checksum [2021-05-11T07:34:15.097Z] 7e9c9ca2126c: Download complete [2021-05-11T07:34:16.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T07:34:16.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T07:34:16.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T07:34:16.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T07:34:21.214Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T07:34:22.209Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T07:34:30.480Z] 7e9c9ca2126c: Pull complete [2021-05-11T07:34:30.480Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-11T07:34:30.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:34:30.480Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:34:30.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T07:34:30.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T07:34:30.499Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] withDockerContainer [2021-05-11T07:34:30.840Z] prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container [2021-05-11T07:34:31.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T07:34:33.961Z] $ docker top 3c0b38ebeda97029901b99821db5046df96af6bb06178b76a8de508901178a6c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:34:35.071Z] + docker-compose build --help [2021-05-11T07:34:35.071Z] + grep parallel [2021-05-11T07:34:35.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 45.9% of statements [2021-05-11T07:34:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T07:34:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T07:34:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T07:34:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T07:34:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T07:34:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T07:34:35.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.152s coverage: 19.8% of statements [2021-05-11T07:34:36.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.328s coverage: 100.0% of statements [2021-05-11T07:34:37.066Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T07:34:37.096Z] $ docker stop --time=1 3c0b38ebeda97029901b99821db5046df96af6bb06178b76a8de508901178a6c [2021-05-11T07:34:39.171Z] $ docker rm -f 3c0b38ebeda97029901b99821db5046df96af6bb06178b76a8de508901178a6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:34:39.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T07:34:39.977Z] . [Pipeline] withDockerContainer [2021-05-11T07:34:40.262Z] prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container [2021-05-11T07:34:40.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T07:34:41.808Z] $ docker top cf550114799e2ad8f7fbc4fe6a2dcc510dfb797c10b0d1eb04f060494b66031b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:34:42.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.547s coverage: 27.8% of statements [2021-05-11T07:34:42.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T07:34:42.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T07:34:42.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T07:34:42.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T07:34:42.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T07:34:42.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.292s coverage: 81.2% of statements [2021-05-11T07:34:42.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T07:34:42.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.196s coverage: 100.0% of statements [2021-05-11T07:34:42.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T07:34:42.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.141s coverage: 100.0% of statements [2021-05-11T07:34:42.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T07:34:42.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T07:34:43.075Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T07:34:44.736Z] Building docker-core-command-go ... [2021-05-11T07:34:44.736Z] Building docker-core-data-go ... [2021-05-11T07:34:44.736Z] Building docker-core-metadata-go ... [2021-05-11T07:34:44.736Z] Building docker-security-bootstrapper-go ... [2021-05-11T07:34:44.736Z] Building docker-security-proxy-setup-go ... [2021-05-11T07:34:44.736Z] Building docker-security-secretstore-setup-go ... [2021-05-11T07:34:44.736Z] Building docker-support-notifications-go ... [2021-05-11T07:34:44.736Z] Building docker-support-scheduler-go ... [2021-05-11T07:34:44.736Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T07:34:44.736Z] Building docker-support-scheduler-go [2021-05-11T07:34:44.736Z] Building docker-core-command-go [2021-05-11T07:34:44.736Z] Building docker-support-notifications-go [2021-05-11T07:34:44.736Z] Building docker-security-secretstore-setup-go [2021-05-11T07:34:44.736Z] Building docker-security-bootstrapper-go [2021-05-11T07:34:46.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 71.3% of statements [2021-05-11T07:34:46.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T07:34:46.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T07:34:47.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 87.7% of statements [2021-05-11T07:34:47.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T07:34:47.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:34:47.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.189s coverage: 78.9% of statements [2021-05-11T07:34:47.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T07:34:57.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.191s coverage: 28.6% of statements [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T07:34:57.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.365s coverage: 100.0% of statements [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T07:34:57.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.163s coverage: 100.0% of statements [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T07:34:57.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.449s coverage: 86.7% of statements [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T07:34:57.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.433s coverage: 97.5% of statements [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T07:34:57.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.247s coverage: 78.3% of statements [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T07:34:57.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T07:35:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.365s coverage: 95.1% of statements [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T07:35:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.111s coverage: 58.8% of statements [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T07:35:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.9% of statements [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T07:35:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.140s coverage: 22.0% of statements [2021-05-11T07:35:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T07:35:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.184s coverage: 47.1% of statements [2021-05-11T07:35:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.268s coverage: 79.5% of statements [2021-05-11T07:35:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.140s coverage: 94.1% of statements [2021-05-11T07:35:04.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.149s coverage: 96.3% of statements [2021-05-11T07:35:05.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.161s coverage: 87.5% of statements [2021-05-11T07:35:18.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.156s coverage: 94.4% of statements [2021-05-11T07:35:18.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-05-11T07:35:22.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.488s coverage: 81.8% of statements [2021-05-11T07:35:22.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.184s coverage: 92.9% of statements [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.160s coverage: 76.0% of statements [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.139s coverage: 80.0% of statements [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.222s coverage: 87.2% of statements [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.201s coverage: 85.4% of statements [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.2% of statements [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.569s coverage: 64.4% of statements [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T07:35:31.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.127s coverage: 100.0% of statements [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-05-11T07:35:31.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-05-11T07:35:31.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-05-11T07:35:36.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.053s coverage: 66.9% of statements [2021-05-11T07:35:36.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T07:35:36.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T07:35:36.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T07:35:36.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.737s coverage: 43.4% of statements [2021-05-11T07:35:36.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T07:35:36.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T07:35:36.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.142s coverage: 89.5% of statements [2021-05-11T07:35:36.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T07:35:36.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements [2021-05-11T07:35:42.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.370s coverage: 47.0% of statements [2021-05-11T07:35:42.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T07:35:42.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T07:35:42.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T07:35:42.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T07:35:42.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T07:35:42.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements [2021-05-11T07:35:42.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T07:35:42.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements [2021-05-11T07:35:42.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T07:35:42.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T07:35:44.996Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.232s coverage: 22.7% of statements [2021-05-11T07:35:44.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T07:35:44.996Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.394s coverage: 92.6% of statements [2021-05-11T07:35:44.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T07:35:44.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:35:44.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.527s coverage: 28.7% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.171s coverage: 99.0% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.244s coverage: 100.0% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.251s coverage: 64.6% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.359s coverage: 97.6% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.097s coverage: 100.0% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.115s coverage: 28.1% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.056s coverage: 85.7% of statements [2021-05-11T07:35:55.370Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T07:35:55.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-05-11T07:35:55.962Z] GO111MODULE=on go vet ./... [2021-05-11T07:36:07.829Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:36:07.830Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:36:07.830Z] ---> ee494a79a15d [2021-05-11T07:36:07.830Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:36:07.830Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:36:07.830Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:36:07.830Z] ---> ee494a79a15d [2021-05-11T07:36:07.830Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T07:36:07.830Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:36:07.830Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:36:07.830Z] ---> ee494a79a15d [2021-05-11T07:36:07.830Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T07:36:07.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:36:07.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:36:07.830Z] ---> ee494a79a15d [2021-05-11T07:36:07.830Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:36:07.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:36:07.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:36:07.830Z] ---> ee494a79a15d [2021-05-11T07:36:07.830Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:36:07.830Z] ---> Running in f783d2d62e77 [2021-05-11T07:36:07.830Z] ---> Running in 757855ba0431 [2021-05-11T07:36:07.830Z] ---> Running in c5799255d798 [2021-05-11T07:36:07.830Z] ---> Running in 7b01b4b6fa32 [2021-05-11T07:36:07.830Z] ---> Running in 611ea52ffdd3 [2021-05-11T07:36:07.830Z] Removing intermediate container f783d2d62e77 [2021-05-11T07:36:07.830Z] ---> ed1f11438f98 [2021-05-11T07:36:07.830Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:36:07.830Z] Removing intermediate container 757855ba0431 [2021-05-11T07:36:07.830Z] ---> 83120b366351 [2021-05-11T07:36:07.830Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:36:07.830Z] Removing intermediate container 7b01b4b6fa32 [2021-05-11T07:36:07.830Z] ---> 06a6d2b124eb [2021-05-11T07:36:07.830Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:36:07.830Z] Removing intermediate container c5799255d798 [2021-05-11T07:36:07.830Z] ---> 374354c314a5 [2021-05-11T07:36:07.830Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:36:07.830Z] Removing intermediate container 611ea52ffdd3 [2021-05-11T07:36:07.830Z] ---> 6012e83e1d6c [2021-05-11T07:36:07.830Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:36:07.830Z] ---> Running in 6e2e6eca60ff [2021-05-11T07:36:07.830Z] ---> Running in 28e6d8c10c56 [2021-05-11T07:36:07.830Z] ---> Running in 69948a63b26f [2021-05-11T07:36:07.830Z] ---> Running in d414be61e2aa [2021-05-11T07:36:07.830Z] ---> Running in b525f8d44d92 [2021-05-11T07:36:09.950Z] Removing intermediate container 28e6d8c10c56 [2021-05-11T07:36:09.950Z] ---> 4e12be154838 [2021-05-11T07:36:09.950Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T07:36:10.278Z] Removing intermediate container d414be61e2aa [2021-05-11T07:36:10.278Z] ---> 646a94ef9d80 [2021-05-11T07:36:10.278Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T07:36:10.278Z] Removing intermediate container 69948a63b26f [2021-05-11T07:36:10.278Z] ---> 9dd704c4f8f9 [2021-05-11T07:36:10.278Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T07:36:10.278Z] ---> Running in c1c62efc3c02 [2021-05-11T07:36:10.278Z] Removing intermediate container b525f8d44d92 [2021-05-11T07:36:10.278Z] ---> 7d069e95822f [2021-05-11T07:36:10.278Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T07:36:10.609Z] Removing intermediate container 6e2e6eca60ff [2021-05-11T07:36:10.609Z] ---> 93409f3f10e5 [2021-05-11T07:36:10.609Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:36:10.609Z] ---> Running in cb66714c4d4b [2021-05-11T07:36:10.609Z] ---> Running in eb2e5c699aa9 [2021-05-11T07:36:10.609Z] ---> Running in e425a3b020f4 [2021-05-11T07:36:10.930Z] ---> Running in c75df5982ef4 [2021-05-11T07:36:13.348Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:13.348Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:13.348Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:13.624Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:13.624Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:14.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:14.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:14.914Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:16.542Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:16.542Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:36:17.326Z] OK: 219 MiB in 52 packages [2021-05-11T07:36:17.326Z] OK: 219 MiB in 52 packages [2021-05-11T07:36:17.326Z] OK: 219 MiB in 52 packages [2021-05-11T07:36:17.326Z] OK: 219 MiB in 52 packages [2021-05-11T07:36:18.087Z] OK: 219 MiB in 52 packages [2021-05-11T07:36:18.801Z] Removing intermediate container c1c62efc3c02 [2021-05-11T07:36:18.801Z] ---> af26b6a7de58 [2021-05-11T07:36:18.801Z] Step 6/32 : COPY go.mod . [2021-05-11T07:36:19.086Z] Removing intermediate container eb2e5c699aa9 [2021-05-11T07:36:19.086Z] ---> 618f408dda17 [2021-05-11T07:36:19.086Z] Step 6/23 : COPY go.mod . [2021-05-11T07:36:19.086Z] Removing intermediate container c75df5982ef4 [2021-05-11T07:36:19.086Z] ---> a2d1678c1af2 [2021-05-11T07:36:19.086Z] Step 6/24 : COPY go.mod . [2021-05-11T07:36:19.404Z] Removing intermediate container e425a3b020f4 [2021-05-11T07:36:19.404Z] ---> 9383d0be76e5 [2021-05-11T07:36:19.404Z] Step 6/23 : COPY go.mod . [2021-05-11T07:36:19.404Z] Removing intermediate container cb66714c4d4b [2021-05-11T07:36:19.404Z] ---> ac41dded07ed [2021-05-11T07:36:19.404Z] Step 6/26 : COPY go.mod . [2021-05-11T07:36:19.716Z] ---> 93c80fb7d123 [2021-05-11T07:36:19.716Z] Step 7/23 : RUN go mod download [2021-05-11T07:36:20.048Z] ---> e233d712c913 [2021-05-11T07:36:20.048Z] Step 7/32 : RUN go mod download [2021-05-11T07:36:20.048Z] ---> e31f2d2d615d [2021-05-11T07:36:20.048Z] Step 7/23 : RUN go mod download [2021-05-11T07:36:20.048Z] ---> 94312f781c90 [2021-05-11T07:36:20.048Z] Step 7/24 : RUN go mod download [2021-05-11T07:36:20.048Z] ---> Running in 2d6045dcd627 [2021-05-11T07:36:20.326Z] ---> Running in 04d13544d541 [2021-05-11T07:36:20.326Z] ---> Running in beec63b14e9e [2021-05-11T07:36:20.326Z] ---> Running in 65116b8d0611 [2021-05-11T07:36:20.326Z] ---> 5f0fa6d7ed46 [2021-05-11T07:36:20.326Z] Step 7/26 : RUN go mod download [2021-05-11T07:36:20.620Z] ---> Running in 57e0fb683ac8 [2021-05-11T07:36:26.765Z] Removing intermediate container 65116b8d0611 [2021-05-11T07:36:26.765Z] ---> e7443819ca83 [2021-05-11T07:36:26.765Z] Step 8/24 : COPY . . [2021-05-11T07:36:26.765Z] Removing intermediate container 57e0fb683ac8 [2021-05-11T07:36:26.765Z] ---> 63fd3829b670 [2021-05-11T07:36:26.765Z] Step 8/26 : COPY . . [2021-05-11T07:36:26.765Z] Removing intermediate container 2d6045dcd627 [2021-05-11T07:36:26.765Z] ---> 52c51699df87 [2021-05-11T07:36:26.765Z] Step 8/23 : COPY . . [2021-05-11T07:36:27.091Z] Removing intermediate container 04d13544d541 [2021-05-11T07:36:27.091Z] ---> 1913cefddae8 [2021-05-11T07:36:27.091Z] Step 8/23 : COPY . . [2021-05-11T07:36:27.091Z] Removing intermediate container beec63b14e9e [2021-05-11T07:36:27.091Z] ---> 2eab4f8d834e [2021-05-11T07:36:27.091Z] Step 8/32 : COPY . . [2021-05-11T07:37:32.824Z] gofmt -l . [2021-05-11T07:37:32.824Z] [ "`gofmt -l .`" = "" ] [2021-05-11T07:37:33.805Z] ./bin/test-go-mod-tidy.sh [2021-05-11T07:37:34.403Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T07:37:37.683Z] + ls -al . [2021-05-11T07:37:37.683Z] total 856 [2021-05-11T07:37:37.683Z] drwxrwxr-x 9 1001 1001 4096 May 11 07:37 . [2021-05-11T07:37:37.683Z] drwxr-xr-x 4 root root 4096 May 11 07:32 .. [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 11 May 11 07:30 .dockerignore [2021-05-11T07:37:37.683Z] drwxrwxr-x 8 1001 1001 4096 May 11 07:31 .git [2021-05-11T07:37:37.683Z] drwxrwxr-x 3 1001 1001 4096 May 11 07:30 .github [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 818 May 11 07:30 .gitignore [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 166 May 11 07:30 .sonarcloud.properties [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 8609 May 11 07:30 Attribution.txt [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 3804 May 11 07:30 CONTRIBUTING.md [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 931 May 11 07:30 Dockerfile.build [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 863 May 11 07:30 Jenkinsfile [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 10775 May 11 07:30 LICENSE [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 5774 May 11 07:30 Makefile [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 7978 May 11 07:30 README.md [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 6755 May 11 07:30 SECURITY.md [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 5 May 11 07:26 VERSION [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 4131 May 11 07:30 ZMQWindows.md [2021-05-11T07:37:37.683Z] drwxrwxr-x 2 1001 1001 4096 May 11 07:30 bin [2021-05-11T07:37:37.683Z] drwxrwxr-x 14 1001 1001 4096 May 11 07:30 cmd [2021-05-11T07:37:37.683Z] -rw-r--r-- 1 root root 719397 May 11 07:35 coverage.out [2021-05-11T07:37:37.683Z] -rw-r--r-- 1 root root 1060 May 11 07:37 go.mod [2021-05-11T07:37:37.683Z] -rw-r--r-- 1 root root 21706 May 11 07:32 go.sum [2021-05-11T07:37:37.683Z] drwxrwxr-x 8 1001 1001 4096 May 11 07:30 internal [2021-05-11T07:37:37.683Z] drwxrwxr-x 4 1001 1001 4096 May 11 07:30 openapi [2021-05-11T07:37:37.683Z] drwxrwxr-x 4 1001 1001 4096 May 11 07:30 snap [2021-05-11T07:37:37.683Z] -rw-rw-r-- 1 1001 1001 168 May 11 07:30 version.go [Pipeline] sh [2021-05-11T07:37:38.342Z] + '[' -e coverage.out ] [2021-05-11T07:37:38.342Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T07:37:38.374Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T07:37:39.676Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T07:37:40.329Z] + make build [2021-05-11T07:37:40.330Z] 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-05-11T07:37:47.038Z] 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-05-11T07:38:13.834Z] 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-05-11T07:38:17.210Z] 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-05-11T07:38:20.730Z] ---> 67508fb2ac87 [2021-05-11T07:38:20.730Z] Step 9/32 : RUN go mod tidy [2021-05-11T07:38:20.730Z] ---> 5faca53f28bc [2021-05-11T07:38:20.730Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:38:20.730Z] ---> dcdc30e18cf3 [2021-05-11T07:38:20.730Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:38:20.730Z] ---> Running in aac9e2008355 [2021-05-11T07:38:20.730Z] ---> Running in c8c07cc269f1 [2021-05-11T07:38:20.730Z] ---> Running in 663d39e03e5e [2021-05-11T07:38:20.730Z] ---> 2331a8dfb43f [2021-05-11T07:38:20.730Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:38:20.730Z] ---> f5aa285a6c4a [2021-05-11T07:38:20.730Z] Step 9/26 : RUN go mod tidy [2021-05-11T07:38:20.730Z] ---> Running in bc10e83cc98b [2021-05-11T07:38:20.730Z] ---> Running in 477cee3d0c74 [2021-05-11T07:38:21.515Z] 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-05-11T07:38:21.790Z] 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-05-11T07:38:25.572Z] Removing intermediate container aac9e2008355 [2021-05-11T07:38:25.572Z] ---> 3a7a10354ff6 [2021-05-11T07:38:25.572Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T07:38:25.572Z] Removing intermediate container 663d39e03e5e [2021-05-11T07:38:25.572Z] ---> 51721b5ef152 [2021-05-11T07:38:25.572Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T07:38:25.572Z] ---> Running in 9897cc8b3b1f [2021-05-11T07:38:25.572Z] Removing intermediate container c8c07cc269f1 [2021-05-11T07:38:25.572Z] ---> d6412be414a3 [2021-05-11T07:38:25.572Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T07:38:25.572Z] Removing intermediate container bc10e83cc98b [2021-05-11T07:38:25.572Z] ---> 2c172d921d64 [2021-05-11T07:38:25.572Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T07:38:25.901Z] Removing intermediate container 477cee3d0c74 [2021-05-11T07:38:25.901Z] ---> f01f7e8626cd [2021-05-11T07:38:25.901Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T07:38:25.901Z] ---> Running in 58601cff213f [2021-05-11T07:38:25.901Z] ---> Running in b0c7390eda78 [2021-05-11T07:38:25.901Z] ---> Running in a9a0164f86dd [2021-05-11T07:38:26.095Z] 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-05-11T07:38:26.209Z] ---> Running in 254ed94663a3 [2021-05-11T07:38:26.840Z] 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-05-11T07:38:27.883Z] 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-05-11T07:38:28.230Z] 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-05-11T07:38:28.230Z] 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-05-11T07:38:28.230Z] 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-05-11T07:38:31.522Z] 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-05-11T07:38:34.160Z] 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-05-11T07:38:37.545Z] 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-05-11T07:38:39.545Z] 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-05-11T07:38:42.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-11T07:38:49.691Z] $ docker stop --time=1 ccf5374460f5a812f7f585c145ef62f4d0ed7afc02fad5e5e982ab205438b162 [2021-05-11T07:38:52.276Z] $ docker rm -f ccf5374460f5a812f7f585c145ef62f4d0ed7afc02fad5e5e982ab205438b162 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:38:53.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T07:38:53.986Z] [2021-05-11T07:38:53.986Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:38:54.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T07:38:54.603Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-11T07:38:54.603Z] 29e5d40040c1: Pulling fs layer [2021-05-11T07:38:54.603Z] 1ce36da41761: Pulling fs layer [2021-05-11T07:38:54.603Z] 25b303627fd3: Pulling fs layer [2021-05-11T07:38:54.879Z] 29e5d40040c1: Verifying Checksum [2021-05-11T07:38:54.879Z] 29e5d40040c1: Download complete [2021-05-11T07:38:55.476Z] 29e5d40040c1: Pull complete [2021-05-11T07:38:55.476Z] 1ce36da41761: Verifying Checksum [2021-05-11T07:38:55.476Z] 1ce36da41761: Download complete [2021-05-11T07:38:56.909Z] 1ce36da41761: Pull complete [2021-05-11T07:38:56.909Z] 25b303627fd3: Verifying Checksum [2021-05-11T07:38:56.909Z] 25b303627fd3: Download complete [2021-05-11T07:39:12.014Z] 25b303627fd3: Pull complete [2021-05-11T07:39:12.014Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-11T07:39:12.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T07:39:12.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-11T07:39:12.262Z] prd-ubuntu18.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2021-05-11T07:39:12.352Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T07:39:15.252Z] $ docker top 0d8bcdeb34f732a6ae491cbe2ef2192be8cd1c2c8f0e3824ca740662dc7daaab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:39:16.179Z] + docker-compose build --help [2021-05-11T07:39:16.179Z] + grep parallel [2021-05-11T07:39:19.549Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T07:39:19.570Z] $ docker stop --time=1 0d8bcdeb34f732a6ae491cbe2ef2192be8cd1c2c8f0e3824ca740662dc7daaab [2021-05-11T07:39:22.229Z] $ docker rm -f 0d8bcdeb34f732a6ae491cbe2ef2192be8cd1c2c8f0e3824ca740662dc7daaab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:39:22.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T07:39:22.840Z] . [Pipeline] withDockerContainer [2021-05-11T07:39:23.075Z] prd-ubuntu18.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container [2021-05-11T07:39:23.153Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T07:39:24.579Z] $ docker top 173f5cd194977d3c5337bc527bbdade7b35d9923b89d737547961a74f3264e31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:39:25.539Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T07:39:29.884Z] Building docker-core-command-go ... [2021-05-11T07:39:29.884Z] Building docker-core-data-go ... [2021-05-11T07:39:29.884Z] Building docker-core-metadata-go ... [2021-05-11T07:39:29.884Z] Building docker-security-bootstrapper-go ... [2021-05-11T07:39:29.884Z] Building docker-security-proxy-setup-go ... [2021-05-11T07:39:29.884Z] Building docker-security-secretstore-setup-go ... [2021-05-11T07:39:29.884Z] Building docker-support-notifications-go ... [2021-05-11T07:39:29.884Z] Building docker-support-scheduler-go ... [2021-05-11T07:39:29.884Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T07:39:29.884Z] Building docker-support-scheduler-go [2021-05-11T07:39:29.884Z] Building docker-security-bootstrapper-go [2021-05-11T07:39:29.884Z] Building docker-core-command-go [2021-05-11T07:39:29.884Z] Building docker-support-notifications-go [2021-05-11T07:39:29.884Z] Building docker-security-proxy-setup-go [2021-05-11T07:39:51.948Z] 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-05-11T07:39:53.884Z] Removing intermediate container 58601cff213f [2021-05-11T07:39:53.884Z] ---> a712bedf67a0 [2021-05-11T07:39:53.884Z] [2021-05-11T07:39:53.884Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T07:39:53.884Z] 3.12: Pulling from library/alpine [2021-05-11T07:39:58.743Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:39:58.743Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:39:58.743Z] ---> 13621d1b12d4 [2021-05-11T07:39:58.743Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T07:40:01.681Z] ---> Running in 45262057575b [2021-05-11T07:40:02.425Z] Removing intermediate container b0c7390eda78 [2021-05-11T07:40:02.425Z] ---> 547c6b57c7b4 [2021-05-11T07:40:02.425Z] [2021-05-11T07:40:02.425Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:40:02.425Z] Removing intermediate container 9897cc8b3b1f [2021-05-11T07:40:02.425Z] ---> 9b4ad0b738b2 [2021-05-11T07:40:02.425Z] [2021-05-11T07:40:02.425Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:40:02.754Z] ---> 13621d1b12d4 [2021-05-11T07:40:02.754Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T07:40:02.754Z] ---> 13621d1b12d4 [2021-05-11T07:40:02.754Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:40:03.069Z] Removing intermediate container a9a0164f86dd [2021-05-11T07:40:03.070Z] ---> 52f281d19c93 [2021-05-11T07:40:03.070Z] [2021-05-11T07:40:03.070Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:40:03.070Z] ---> 13621d1b12d4 [2021-05-11T07:40:03.070Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:40:03.070Z] Removing intermediate container 45262057575b [2021-05-11T07:40:03.070Z] ---> 6fae6a81f764 [2021-05-11T07:40:03.070Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T07:40:04.592Z] Removing intermediate container 254ed94663a3 [2021-05-11T07:40:04.592Z] ---> 8a747672f2fc [2021-05-11T07:40:04.592Z] [2021-05-11T07:40:04.592Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T07:40:04.592Z] ---> 13621d1b12d4 [2021-05-11T07:40:04.592Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T07:40:04.592Z] ---> Running in 41483f2c0db4 [2021-05-11T07:40:04.592Z] ---> Running in c1af4d432225 [2021-05-11T07:40:04.592Z] ---> Running in 0cb3f09ff46f [2021-05-11T07:40:04.592Z] ---> Running in 00188e7fcf6f [2021-05-11T07:40:04.592Z] ---> Running in f9e7eb2e27a7 [2021-05-11T07:40:06.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:06.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:06.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:07.257Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T07:40:07.257Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:40:07.257Z] OK: 6 MiB in 15 packages [2021-05-11T07:40:07.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:07.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:07.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:07.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:08.224Z] Removing intermediate container 41483f2c0db4 [2021-05-11T07:40:08.224Z] ---> 9b91c6d7bcaa [2021-05-11T07:40:08.224Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:40:08.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:08.224Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T07:40:08.224Z] ---> Running in 54e5d38db6de [2021-05-11T07:40:08.581Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:40:08.581Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:40:08.581Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:40:08.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:08.581Z] OK: 6 MiB in 16 packages [2021-05-11T07:40:08.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:40:08.894Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T07:40:08.894Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:40:08.894Z] OK: 6 MiB in 15 packages [2021-05-11T07:40:09.202Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:40:09.202Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T07:40:09.202Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:40:09.202Z] OK: 6 MiB in 16 packages [2021-05-11T07:40:09.202Z] Removing intermediate container 54e5d38db6de [2021-05-11T07:40:09.202Z] ---> defd57b903b8 [2021-05-11T07:40:09.202Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T07:40:09.517Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T07:40:09.518Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:40:09.518Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T07:40:09.518Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T07:40:09.518Z] ---> Running in e1ac45967106 [2021-05-11T07:40:09.518Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:40:09.518Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T07:40:09.829Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:40:09.829Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:40:09.829Z] OK: 7 MiB in 20 packages [2021-05-11T07:40:10.458Z] Removing intermediate container e1ac45967106 [2021-05-11T07:40:10.458Z] ---> 7274fd052b46 [2021-05-11T07:40:10.458Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:40:10.458Z] Removing intermediate container c1af4d432225 [2021-05-11T07:40:10.458Z] ---> 946a7101bdda [2021-05-11T07:40:10.458Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:40:10.458Z] ---> Running in 8bbfa52f9305 [2021-05-11T07:40:10.845Z] ---> Running in df0e88d94991 [2021-05-11T07:40:10.845Z] Removing intermediate container 0cb3f09ff46f [2021-05-11T07:40:10.845Z] ---> ef3878024b24 [2021-05-11T07:40:10.845Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:40:11.144Z] Removing intermediate container 00188e7fcf6f [2021-05-11T07:40:11.144Z] ---> 1098ac6f3be8 [2021-05-11T07:40:11.144Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T07:40:11.144Z] Removing intermediate container 8bbfa52f9305 [2021-05-11T07:40:11.144Z] ---> 61f255b9ba9b [2021-05-11T07:40:11.144Z] Step 16/24 : WORKDIR / [2021-05-11T07:40:11.460Z] ---> Running in 6b947a7ad007 [2021-05-11T07:40:11.460Z] ---> Running in 0f577c0ce431 [2021-05-11T07:40:11.460Z] ---> Running in 45b28e889dd5 [2021-05-11T07:40:11.750Z] Removing intermediate container df0e88d94991 [2021-05-11T07:40:11.750Z] ---> 54ba4b22bb4f [2021-05-11T07:40:11.750Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T07:40:11.750Z] Removing intermediate container f9e7eb2e27a7 [2021-05-11T07:40:11.750Z] ---> 61b7940e5b1b [2021-05-11T07:40:11.750Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:40:11.750Z] ---> Running in 804edd57f6b1 [2021-05-11T07:40:11.750Z] ---> Running in 1b237b042cc9 [2021-05-11T07:40:12.059Z] Removing intermediate container 6b947a7ad007 [2021-05-11T07:40:12.059Z] ---> ad7b4d7466ff [2021-05-11T07:40:12.059Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T07:40:12.059Z] Removing intermediate container 45b28e889dd5 [2021-05-11T07:40:12.059Z] ---> e91663308f1a [2021-05-11T07:40:12.059Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T07:40:12.059Z] Removing intermediate container 0f577c0ce431 [2021-05-11T07:40:12.059Z] ---> c5da5d51988a [2021-05-11T07:40:12.059Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:40:12.059Z] ---> Running in 880a1852409e [2021-05-11T07:40:12.059Z] ---> Running in eb6b8f8c4668 [2021-05-11T07:40:12.391Z] Removing intermediate container 804edd57f6b1 [2021-05-11T07:40:12.391Z] ---> 4f7e216bfe89 [2021-05-11T07:40:12.391Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:40:12.391Z] ---> Running in 160d59ad1305 [2021-05-11T07:40:12.711Z] Removing intermediate container 1b237b042cc9 [2021-05-11T07:40:12.711Z] ---> 4ea68f4e478a [2021-05-11T07:40:12.711Z] Step 14/26 : WORKDIR / [2021-05-11T07:40:12.711Z] Removing intermediate container 880a1852409e [2021-05-11T07:40:12.711Z] ---> 8a3d5f1dbdaf [2021-05-11T07:40:12.711Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:40:13.080Z] ---> Running in f45d5eae2ad1 [2021-05-11T07:40:13.080Z] Removing intermediate container eb6b8f8c4668 [2021-05-11T07:40:13.080Z] ---> fd90e0155ea1 [2021-05-11T07:40:13.080Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T07:40:13.080Z] ---> Running in 2174d4e96929 [2021-05-11T07:40:13.080Z] ---> Running in a95b4d680320 [2021-05-11T07:40:13.080Z] ---> 1d9eec316120 [2021-05-11T07:40:13.080Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T07:40:13.080Z] Removing intermediate container 160d59ad1305 [2021-05-11T07:40:13.080Z] ---> 4ab807064b6a [2021-05-11T07:40:13.080Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:40:13.393Z] Removing intermediate container f45d5eae2ad1 [2021-05-11T07:40:13.393Z] ---> 6bbfbed21dbc [2021-05-11T07:40:13.393Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T07:40:13.708Z] Removing intermediate container 2174d4e96929 [2021-05-11T07:40:13.708Z] ---> 7b6244325f7c [2021-05-11T07:40:13.708Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:40:14.383Z] ---> a3e8b6a1ac6c [2021-05-11T07:40:14.383Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T07:40:14.687Z] ---> d138cc2ef36a [2021-05-11T07:40:14.687Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T07:40:14.687Z] ---> 44ff1483ecef [2021-05-11T07:40:14.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T07:40:15.053Z] ---> 03522627dba6 [2021-05-11T07:40:15.053Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T07:40:16.182Z] ---> ad1ff05da47b [2021-05-11T07:40:16.182Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T07:40:16.481Z] ---> cba616fecc13 [2021-05-11T07:40:16.481Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T07:40:16.481Z] ---> 755bf7bbabc5 [2021-05-11T07:40:16.481Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T07:40:16.786Z] ---> Running in 624ab8b2d24e [2021-05-11T07:40:16.786Z] Removing intermediate container a95b4d680320 [2021-05-11T07:40:16.786Z] ---> 54d2546a2eee [2021-05-11T07:40:16.786Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T07:40:16.786Z] ---> 78eec50c9a66 [2021-05-11T07:40:16.786Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T07:40:17.085Z] ---> Running in 417712b4e209 [2021-05-11T07:40:17.396Z] ---> a1477829fe12 [2021-05-11T07:40:17.396Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T07:40:17.396Z] ---> dce70ec114c4 [2021-05-11T07:40:17.396Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T07:40:17.687Z] Removing intermediate container 624ab8b2d24e [2021-05-11T07:40:17.687Z] ---> cc0a9e81bd8a [2021-05-11T07:40:17.687Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:40:18.003Z] ---> Running in d53929e2cc66 [2021-05-11T07:40:18.003Z] ---> Running in f762e39f0c9f [2021-05-11T07:40:18.003Z] ---> 63888b9e5596 [2021-05-11T07:40:18.003Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T07:40:18.414Z] Removing intermediate container 417712b4e209 [2021-05-11T07:40:18.414Z] ---> 742cf1dd0616 [2021-05-11T07:40:18.414Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T07:40:18.778Z] ---> Running in a42310ae3c46 [2021-05-11T07:40:18.778Z] ---> 8bccc3650770 [2021-05-11T07:40:18.778Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T07:40:19.081Z] Removing intermediate container d53929e2cc66 [2021-05-11T07:40:19.081Z] ---> dfba30941410 [2021-05-11T07:40:19.081Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:40:19.081Z] Removing intermediate container f762e39f0c9f [2021-05-11T07:40:19.081Z] ---> 6c840e2cbe2d [2021-05-11T07:40:19.081Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:40:19.081Z] ---> Running in 0d11d06db32b [2021-05-11T07:40:19.742Z] ---> Running in d82560a5cdbd [2021-05-11T07:40:19.742Z] Removing intermediate container a42310ae3c46 [2021-05-11T07:40:19.742Z] ---> 1ca55dcb8507 [2021-05-11T07:40:19.742Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:40:19.742Z] Removing intermediate container 0d11d06db32b [2021-05-11T07:40:19.742Z] ---> 70ee46f1253d [2021-05-11T07:40:19.742Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T07:40:19.742Z] ---> 2cdf8d3df0da [2021-05-11T07:40:19.742Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T07:40:20.049Z] ---> Running in 4af51e512b43 [2021-05-11T07:40:20.049Z] ---> Running in a88a80718872 [2021-05-11T07:40:20.049Z] ---> Running in 6cccf0b7416b [2021-05-11T07:40:20.345Z] ---> 57646081035d [2021-05-11T07:40:20.345Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T07:40:20.345Z] Removing intermediate container d82560a5cdbd [2021-05-11T07:40:20.345Z] ---> c47ab881260e [2021-05-11T07:40:20.345Z] Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:40:20.652Z] ---> Running in 73553961c03a [2021-05-11T07:40:20.938Z] Removing intermediate container a88a80718872 [2021-05-11T07:40:20.938Z] ---> 49d5cc59eaef [2021-05-11T07:40:20.938Z] Step 22/23 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:40:20.938Z] Removing intermediate container 4af51e512b43 [2021-05-11T07:40:20.938Z] ---> 99c46ca23e4b [2021-05-11T07:40:20.938Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T07:40:21.221Z] ---> Running in 83bd637a6192 [2021-05-11T07:40:21.221Z] ---> Running in 775849a3fa71 [2021-05-11T07:40:21.520Z] Removing intermediate container 73553961c03a [2021-05-11T07:40:21.520Z] ---> 32fddef0d686 [2021-05-11T07:40:21.520Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:40:21.835Z] ---> 971473d20431 [2021-05-11T07:40:21.835Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T07:40:21.835Z] Removing intermediate container 83bd637a6192 [2021-05-11T07:40:21.835Z] ---> a0cf57c95925 [2021-05-11T07:40:21.835Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:40:21.835Z] ---> Running in 6fbeab3c982a [2021-05-11T07:40:22.179Z] Removing intermediate container 775849a3fa71 [2021-05-11T07:40:22.179Z] ---> 642783b3712e [2021-05-11T07:40:22.179Z] Step 22/23 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:40:22.179Z] ---> Running in e88b287e4cfb [2021-05-11T07:40:22.179Z] ---> Running in eb91d9fc0283 [2021-05-11T07:40:22.469Z] Removing intermediate container 6fbeab3c982a [2021-05-11T07:40:22.469Z] ---> f80ff6534ade [2021-05-11T07:40:22.469Z] [2021-05-11T07:40:22.469Z] ---> 809f26c9c6a5 [2021-05-11T07:40:22.469Z] Step 22/26 : 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-05-11T07:40:22.469Z] Removing intermediate container e88b287e4cfb [2021-05-11T07:40:22.469Z] ---> 6cce481fd196 [2021-05-11T07:40:22.469Z] [2021-05-11T07:40:23.086Z] ---> Running in 21138faf5284 [2021-05-11T07:40:23.087Z] Removing intermediate container eb91d9fc0283 [2021-05-11T07:40:23.087Z] ---> 68fe23bb73ab [2021-05-11T07:40:23.087Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:40:23.709Z] Successfully built f80ff6534ade [2021-05-11T07:40:23.709Z] ---> Running in 44a573f604b0 [2021-05-11T07:40:23.709Z] Successfully built 6cce481fd196 [2021-05-11T07:40:23.709Z] Successfully tagged docker-core-command-go:latest [2021-05-11T07:40:23.709Z] Building docker-sys-mgmt-agent-go [2021-05-11T07:40:24.027Z]  Building docker-core-command-go ... done Removing intermediate container 6cccf0b7416b [2021-05-11T07:40:24.027Z] ---> a53f32a79181 [2021-05-11T07:40:24.027Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:40:24.027Z] Successfully tagged docker-support-notifications-go:latest [2021-05-11T07:40:24.027Z] Building docker-core-metadata-go [2021-05-11T07:40:24.873Z]  Building docker-support-notifications-go ... done Removing intermediate container 44a573f604b0 [2021-05-11T07:40:24.873Z] ---> 115eb0fc9e8a [2021-05-11T07:40:24.873Z] [2021-05-11T07:40:25.328Z] ---> a8bc63366fbf [2021-05-11T07:40:25.328Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T07:40:25.726Z] Successfully built 115eb0fc9e8a [2021-05-11T07:40:25.726Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-11T07:40:25.726Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-05-11T07:40:28.021Z] Removing intermediate container 21138faf5284 [2021-05-11T07:40:28.021Z] ---> 001cc7cf3753 [2021-05-11T07:40:28.021Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T07:40:28.021Z] ---> 5d3ffaec97b1 [2021-05-11T07:40:28.021Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T07:40:28.393Z] ---> Running in 5dabb1803198 [2021-05-11T07:40:31.506Z] Removing intermediate container 5dabb1803198 [2021-05-11T07:40:31.506Z] ---> 55e0ec1b2846 [2021-05-11T07:40:31.506Z] Step 24/26 : LABEL arch=x86_64 [2021-05-11T07:40:31.814Z] ---> 17a2ff7f44a2 [2021-05-11T07:40:31.814Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T07:40:32.145Z] ---> Running in eb3dc855f15f [2021-05-11T07:40:33.194Z] Removing intermediate container eb3dc855f15f [2021-05-11T07:40:33.194Z] ---> 96deec00ba36 [2021-05-11T07:40:33.194Z] Step 25/26 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:40:33.514Z] ---> Running in 91645ed939c2 [2021-05-11T07:40:33.899Z] ---> 3ec081a62acd [2021-05-11T07:40:33.899Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T07:40:34.232Z] Removing intermediate container 91645ed939c2 [2021-05-11T07:40:34.232Z] ---> d6e87f54fc49 [2021-05-11T07:40:34.232Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T07:40:34.232Z] ---> Running in c6a063f57cac [2021-05-11T07:40:34.532Z] ---> 18776184c617 [2021-05-11T07:40:34.532Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T07:40:36.358Z] Removing intermediate container c6a063f57cac [2021-05-11T07:40:36.358Z] ---> f3005a263e22 [2021-05-11T07:40:36.358Z] [2021-05-11T07:40:36.358Z] ---> Running in a84ee73a14fc [2021-05-11T07:40:37.106Z] Successfully built f3005a263e22 [2021-05-11T07:40:37.439Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-11T07:40:37.439Z] Building docker-core-data-go [2021-05-11T07:40:38.760Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a84ee73a14fc [2021-05-11T07:40:38.760Z] ---> a37abb6ac6de [2021-05-11T07:40:38.760Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T07:40:42.067Z] ---> 3df6821059a3 [2021-05-11T07:40:42.068Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T07:40:43.132Z] ---> Running in c65fe24f3b82 [2021-05-11T07:40:50.626Z] Removing intermediate container c65fe24f3b82 [2021-05-11T07:40:50.626Z] ---> 0b6ad0078d62 [2021-05-11T07:40:50.626Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T07:40:50.626Z] ---> Running in da97be615ecc [2021-05-11T07:40:51.634Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:40:51.634Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:40:51.634Z] ---> 98f36a103056 [2021-05-11T07:40:51.634Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T07:40:51.634Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:40:51.634Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:40:51.634Z] ---> 98f36a103056 [2021-05-11T07:40:51.634Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:40:51.634Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:40:51.634Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:40:51.634Z] ---> 98f36a103056 [2021-05-11T07:40:51.634Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:40:51.634Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:40:51.634Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:40:51.634Z] ---> 98f36a103056 [2021-05-11T07:40:51.634Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T07:40:51.634Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:40:51.634Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:40:51.634Z] ---> 98f36a103056 [2021-05-11T07:40:51.634Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T07:40:51.634Z] ---> Running in bdfaa191023f [2021-05-11T07:40:51.634Z] ---> Running in 8f173a785eaa [2021-05-11T07:40:51.634Z] ---> Running in 796e18c88677 [2021-05-11T07:40:51.634Z] ---> Running in 51df9372226b [2021-05-11T07:40:51.634Z] ---> Running in dc2558908b0d [2021-05-11T07:40:51.634Z] Removing intermediate container bdfaa191023f [2021-05-11T07:40:51.634Z] ---> cf7aeb28daf8 [2021-05-11T07:40:51.634Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:40:51.634Z] Removing intermediate container dc2558908b0d [2021-05-11T07:40:51.634Z] ---> 8cbbdf74dd25 [2021-05-11T07:40:51.634Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:40:51.634Z] Removing intermediate container 8f173a785eaa [2021-05-11T07:40:51.634Z] ---> 2e99598e5dd2 [2021-05-11T07:40:51.634Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:40:51.634Z] Removing intermediate container 51df9372226b [2021-05-11T07:40:51.634Z] ---> e5e1cb106e8b [2021-05-11T07:40:51.634Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:40:51.634Z] Removing intermediate container 796e18c88677 [2021-05-11T07:40:51.634Z] ---> 1623aaa8560b [2021-05-11T07:40:51.634Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:40:51.634Z] ---> Running in 733a846156d6 [2021-05-11T07:40:51.634Z] ---> Running in 194cc9be5c68 [2021-05-11T07:40:51.634Z] ---> Running in 25172de1c682 [2021-05-11T07:40:51.634Z] ---> Running in 8fa61fd2aee1 [2021-05-11T07:40:51.634Z] ---> Running in 2f2d73d8536e [2021-05-11T07:40:51.634Z] Removing intermediate container 733a846156d6 [2021-05-11T07:40:51.634Z] ---> 66db5f4fae63 [2021-05-11T07:40:51.634Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T07:40:51.634Z] Removing intermediate container 194cc9be5c68 [2021-05-11T07:40:51.634Z] ---> bad961196120 [2021-05-11T07:40:51.634Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T07:40:51.634Z] Removing intermediate container 25172de1c682 [2021-05-11T07:40:51.634Z] ---> 75dff106ac40 [2021-05-11T07:40:51.634Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:40:51.634Z] ---> Running in 5599fe593b1f [2021-05-11T07:40:51.634Z] ---> Running in 545c7d077c4d [2021-05-11T07:40:51.634Z] ---> Running in 0454fe2661b4 [2021-05-11T07:40:51.634Z] Removing intermediate container 2f2d73d8536e [2021-05-11T07:40:51.634Z] ---> e3412805930c [2021-05-11T07:40:51.634Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T07:40:51.634Z] Removing intermediate container 8fa61fd2aee1 [2021-05-11T07:40:51.634Z] ---> f3701263b290 [2021-05-11T07:40:51.634Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T07:40:51.634Z] ---> Running in 497b7b557509 [2021-05-11T07:40:51.634Z] ---> Running in c5f55a683d62 [2021-05-11T07:40:51.840Z] Removing intermediate container da97be615ecc [2021-05-11T07:40:51.840Z] ---> e5cc7cc14df6 [2021-05-11T07:40:51.840Z] Step 29/32 : CMD ["gate"] [2021-05-11T07:40:52.292Z] ---> Running in 616d3a71dd0c [2021-05-11T07:40:53.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:53.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:53.105Z] Removing intermediate container 616d3a71dd0c [2021-05-11T07:40:53.105Z] ---> 67fe48d36219 [2021-05-11T07:40:53.105Z] Step 30/32 : LABEL arch=x86_64 [2021-05-11T07:40:53.361Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:53.361Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:53.361Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:53.819Z] ---> Running in 7a883214d4cc [2021-05-11T07:40:54.553Z] Removing intermediate container 7a883214d4cc [2021-05-11T07:40:54.553Z] ---> da34061eb4b6 [2021-05-11T07:40:54.553Z] Step 31/32 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:40:54.553Z] ---> Running in d12af7ff548f [2021-05-11T07:40:54.782Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:54.782Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:54.782Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:55.054Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:55.264Z] Removing intermediate container d12af7ff548f [2021-05-11T07:40:55.264Z] ---> 0eb0bb2cde16 [2021-05-11T07:40:55.264Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T07:40:55.329Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:40:55.564Z] ---> Running in 50026d24c0cc [2021-05-11T07:40:55.940Z] OK: 218 MiB in 52 packages [2021-05-11T07:40:56.221Z] OK: 218 MiB in 52 packages [2021-05-11T07:40:56.495Z] OK: 218 MiB in 52 packages [2021-05-11T07:40:56.730Z] Removing intermediate container 50026d24c0cc [2021-05-11T07:40:56.730Z] ---> de8b76165218 [2021-05-11T07:40:56.730Z] [2021-05-11T07:40:56.800Z] OK: 218 MiB in 52 packages [2021-05-11T07:40:57.374Z] Successfully built de8b76165218 [2021-05-11T07:40:57.374Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-11T07:40:57.412Z] OK: 218 MiB in 52 packages [2021-05-11T07:40:58.014Z] Removing intermediate container 545c7d077c4d [2021-05-11T07:40:58.014Z] ---> d3975affa65b [2021-05-11T07:40:58.014Z] Step 6/22 : COPY go.mod . [2021-05-11T07:40:58.289Z] Removing intermediate container 0454fe2661b4 [2021-05-11T07:40:58.289Z] ---> 33d647298700 [2021-05-11T07:40:58.289Z] Step 6/24 : COPY go.mod . [2021-05-11T07:40:58.575Z] Removing intermediate container 497b7b557509 [2021-05-11T07:40:58.575Z] ---> afb2ecd39922 [2021-05-11T07:40:58.575Z] Step 6/23 : COPY go.mod . [2021-05-11T07:40:58.575Z] Removing intermediate container 5599fe593b1f [2021-05-11T07:40:58.575Z] ---> 37f19b77eb4c [2021-05-11T07:40:58.575Z] Step 6/23 : COPY go.mod . [2021-05-11T07:40:59.184Z] ---> 7f65ed717b0b [2021-05-11T07:40:59.184Z] Step 7/22 : RUN go mod download [2021-05-11T07:40:59.184Z] Removing intermediate container c5f55a683d62 [2021-05-11T07:40:59.184Z] ---> eee85a66a20c [2021-05-11T07:40:59.184Z] Step 6/32 : COPY go.mod . [2021-05-11T07:40:59.184Z] ---> 3436f01d6116 [2021-05-11T07:40:59.184Z] Step 7/24 : RUN go mod download [2021-05-11T07:40:59.460Z] ---> Running in 061e6986487d [2021-05-11T07:40:59.731Z] ---> Running in 3f6c37a9e6a7 [2021-05-11T07:41:00.007Z] ---> 60a995293fec [2021-05-11T07:41:00.007Z] Step 7/23 : RUN go mod download [2021-05-11T07:41:00.007Z] ---> f1461e601a32 [2021-05-11T07:41:00.007Z] Step 7/23 : RUN go mod download [2021-05-11T07:41:00.282Z] ---> Running in 107a6c2e9308 [2021-05-11T07:41:00.282Z] ---> Running in 96341cdc7b66 [2021-05-11T07:41:00.282Z] ---> 2a6a83031997 [2021-05-11T07:41:00.282Z] Step 7/32 : RUN go mod download [2021-05-11T07:41:00.557Z] ---> Running in 67798b2b619b [2021-05-11T07:41:03.205Z] Removing intermediate container 061e6986487d [2021-05-11T07:41:03.205Z] ---> 346c0bbeaa80 [2021-05-11T07:41:03.205Z] Step 8/22 : COPY . . [2021-05-11T07:41:03.806Z] Removing intermediate container 3f6c37a9e6a7 [2021-05-11T07:41:03.806Z] ---> e3505d9b94c8 [2021-05-11T07:41:03.806Z] Step 8/24 : COPY . . [2021-05-11T07:41:04.404Z] Removing intermediate container 96341cdc7b66 [2021-05-11T07:41:04.404Z] ---> cbf67a09b569 [2021-05-11T07:41:04.404Z] Step 8/23 : COPY . . [2021-05-11T07:41:04.996Z] Removing intermediate container 107a6c2e9308 [2021-05-11T07:41:04.996Z] ---> 688a86ae55e7 [2021-05-11T07:41:04.996Z] Step 8/23 : COPY . . [2021-05-11T07:41:05.608Z] Removing intermediate container 67798b2b619b [2021-05-11T07:41:05.608Z] ---> d9c72719096a [2021-05-11T07:41:05.608Z] Step 8/32 : COPY . . [2021-05-11T07:41:32.466Z] ---> d56bd96ae5e6 [2021-05-11T07:41:32.466Z] Step 9/22 : RUN go mod tidy [2021-05-11T07:41:32.466Z] ---> af22aecc729f [2021-05-11T07:41:32.466Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:41:32.466Z] ---> bc5829481846 [2021-05-11T07:41:32.466Z] Step 9/32 : RUN go mod tidy [2021-05-11T07:41:32.466Z] ---> 7ef737ad1f92 [2021-05-11T07:41:32.466Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:41:32.466Z] ---> f6eb3e266d14 [2021-05-11T07:41:32.466Z] Step 9/23 : RUN go mod tidy [2021-05-11T07:41:32.466Z] ---> Running in 3755f6c224e0 [2021-05-11T07:41:32.466Z] ---> Running in 74d13e2b46d0 [2021-05-11T07:41:32.466Z] ---> Running in a7d9bfb68d59 [2021-05-11T07:41:32.466Z] ---> Running in b7b9a26ad0b2 [2021-05-11T07:41:32.466Z] ---> Running in 4b8f89ddcf2d [2021-05-11T07:41:37.882Z] Removing intermediate container 3755f6c224e0 [2021-05-11T07:41:37.882Z] ---> 0981912d1e86 [2021-05-11T07:41:37.882Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T07:41:37.882Z] ---> Running in eb1476a6d545 [2021-05-11T07:41:37.882Z] Removing intermediate container 74d13e2b46d0 [2021-05-11T07:41:37.882Z] ---> bbd9eb13a70d [2021-05-11T07:41:37.882Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T07:41:38.154Z] ---> Running in 4fb2e201c69b [2021-05-11T07:41:38.154Z] Removing intermediate container a7d9bfb68d59 [2021-05-11T07:41:38.154Z] ---> c44ac9d97de1 [2021-05-11T07:41:38.154Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T07:41:38.427Z] Removing intermediate container b7b9a26ad0b2 [2021-05-11T07:41:38.427Z] ---> fee5597bb2c6 [2021-05-11T07:41:38.427Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T07:41:38.427Z] ---> Running in 0db0c7714eab [2021-05-11T07:41:38.707Z] ---> Running in 5ddf8ea2e128 [2021-05-11T07:41:38.707Z] Removing intermediate container 4b8f89ddcf2d [2021-05-11T07:41:38.707Z] ---> 42bfdd747b90 [2021-05-11T07:41:38.707Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T07:41:39.316Z] ---> Running in d742391a650a [2021-05-11T07:41:39.596Z] 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-05-11T07:41:40.198Z] 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-05-11T07:41:40.476Z] 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-05-11T07:41:41.096Z] 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-05-11T07:41:41.371Z] 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-05-11T07:41:45.887Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:41:45.887Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:41:45.887Z] ---> ee494a79a15d [2021-05-11T07:41:45.887Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 6012e83e1d6c [2021-05-11T07:41:45.887Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 7d069e95822f [2021-05-11T07:41:45.887Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 618f408dda17 [2021-05-11T07:41:45.887Z] Step 6/24 : COPY go.mod . [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 93c80fb7d123 [2021-05-11T07:41:45.887Z] Step 7/24 : RUN go mod download [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 52c51699df87 [2021-05-11T07:41:45.887Z] Step 8/24 : COPY . . [2021-05-11T07:41:45.887Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:41:45.887Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:41:45.887Z] ---> ee494a79a15d [2021-05-11T07:41:45.887Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 6012e83e1d6c [2021-05-11T07:41:45.887Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 7d069e95822f [2021-05-11T07:41:45.887Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T07:41:45.887Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:41:45.887Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:41:45.887Z] ---> ee494a79a15d [2021-05-11T07:41:45.887Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 6012e83e1d6c [2021-05-11T07:41:45.887Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 7d069e95822f [2021-05-11T07:41:45.887Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 618f408dda17 [2021-05-11T07:41:45.887Z] Step 6/22 : COPY go.mod . [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 93c80fb7d123 [2021-05-11T07:41:45.887Z] Step 7/22 : RUN go mod download [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 52c51699df87 [2021-05-11T07:41:45.887Z] Step 8/22 : COPY . . [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> dcdc30e18cf3 [2021-05-11T07:41:45.887Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> d6412be414a3 [2021-05-11T07:41:45.887Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> dcdc30e18cf3 [2021-05-11T07:41:45.887Z] Step 9/22 : RUN go mod tidy [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> d6412be414a3 [2021-05-11T07:41:45.887Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T07:41:45.887Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:41:45.887Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:41:45.887Z] ---> ee494a79a15d [2021-05-11T07:41:45.887Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 6012e83e1d6c [2021-05-11T07:41:45.887Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:41:45.887Z] ---> Using cache [2021-05-11T07:41:45.887Z] ---> 7d069e95822f [2021-05-11T07:41:45.887Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T07:41:45.887Z] ---> Running in b68856c4818a [2021-05-11T07:41:45.887Z] ---> Running in 57fdcec528f0 [2021-05-11T07:41:45.887Z] ---> Running in 19ceef4a0ad5 [2021-05-11T07:41:45.887Z] ---> Running in 7d4369140dc3 [2021-05-11T07:41:45.887Z] 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-05-11T07:41:45.887Z] 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-05-11T07:41:45.887Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:41:45.887Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:41:45.887Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:41:45.887Z] OK: 219 MiB in 52 packages [2021-05-11T07:41:46.698Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:41:47.775Z] Removing intermediate container 19ceef4a0ad5 [2021-05-11T07:41:47.775Z] ---> c4b381ae1853 [2021-05-11T07:41:47.775Z] Step 6/24 : COPY go.mod . [2021-05-11T07:41:48.413Z] ---> 3e781d10f08b [2021-05-11T07:41:48.413Z] Step 7/24 : RUN go mod download [2021-05-11T07:41:48.740Z] ---> Running in e21a4a1c3f22 [2021-05-11T07:41:49.362Z] OK: 219 MiB in 52 packages [2021-05-11T07:41:51.817Z] Removing intermediate container b68856c4818a [2021-05-11T07:41:51.817Z] ---> dc9e9b7cd4f5 [2021-05-11T07:41:51.817Z] Step 6/24 : COPY go.mod . [2021-05-11T07:41:52.506Z] ---> e5bb8268b1ff [2021-05-11T07:41:52.506Z] Step 7/24 : RUN go mod download [2021-05-11T07:41:52.830Z] ---> Running in 39deaea1429e [2021-05-11T07:41:53.542Z] Removing intermediate container e21a4a1c3f22 [2021-05-11T07:41:53.542Z] ---> 59f11cc00474 [2021-05-11T07:41:53.542Z] Step 8/24 : COPY . . [2021-05-11T07:42:02.136Z] Removing intermediate container 39deaea1429e [2021-05-11T07:42:02.136Z] ---> 09805f93057e [2021-05-11T07:42:02.136Z] Step 8/24 : COPY . . [2021-05-11T07:42:35.893Z] 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-05-11T07:43:03.478Z] Removing intermediate container 57fdcec528f0 [2021-05-11T07:43:03.478Z] ---> d60eecb71b4a [2021-05-11T07:43:03.478Z] [2021-05-11T07:43:03.478Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:43:03.478Z] ---> 13621d1b12d4 [2021-05-11T07:43:03.478Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:43:03.478Z] ---> Using cache [2021-05-11T07:43:03.478Z] ---> ef3878024b24 [2021-05-11T07:43:03.478Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:43:03.478Z] ---> Using cache [2021-05-11T07:43:03.478Z] ---> ad7b4d7466ff [2021-05-11T07:43:03.478Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T07:43:03.478Z] ---> Running in 88d17007ca7f [2021-05-11T07:43:04.444Z] Removing intermediate container 7d4369140dc3 [2021-05-11T07:43:04.444Z] ---> 62a26ba28821 [2021-05-11T07:43:04.444Z] [2021-05-11T07:43:04.444Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T07:43:04.756Z] ---> 13621d1b12d4 [2021-05-11T07:43:04.756Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T07:43:04.756Z] ---> d181d10e859e [2021-05-11T07:43:04.756Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:43:04.756Z] Removing intermediate container 88d17007ca7f [2021-05-11T07:43:04.756Z] ---> d87ffc66c733 [2021-05-11T07:43:04.756Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:43:04.756Z] ---> Running in 31745ce4f97d [2021-05-11T07:43:04.756Z] ---> Running in 4ef341cd39a6 [2021-05-11T07:43:05.072Z] ---> Running in bf11c7c4d2e8 [2021-05-11T07:43:05.072Z] ---> 40067c90540f [2021-05-11T07:43:05.072Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:43:05.372Z] ---> Running in ecfd52da5ad0 [2021-05-11T07:43:05.692Z] Removing intermediate container bf11c7c4d2e8 [2021-05-11T07:43:05.692Z] ---> 661956f97e9d [2021-05-11T07:43:05.692Z] Step 16/24 : WORKDIR / [2021-05-11T07:43:06.031Z] ---> Running in c5474fb2b699 [2021-05-11T07:43:06.684Z] Removing intermediate container c5474fb2b699 [2021-05-11T07:43:06.684Z] ---> 5efd10f37edf [2021-05-11T07:43:06.684Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:43:07.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:43:07.862Z] ---> 400d7d9dbb3b [2021-05-11T07:43:07.862Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T07:43:07.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:43:08.507Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T07:43:08.507Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:43:08.507Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T07:43:08.507Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T07:43:08.507Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:43:08.507Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:43:08.797Z] OK: 7 MiB in 18 packages [2021-05-11T07:43:10.342Z] ---> 165fb84eb54a [2021-05-11T07:43:10.342Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T07:43:11.354Z] Removing intermediate container 31745ce4f97d [2021-05-11T07:43:11.354Z] ---> a33ea34baa49 [2021-05-11T07:43:11.354Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:43:11.354Z] ---> 127687178079 [2021-05-11T07:43:11.354Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T07:43:11.354Z] ---> Running in 05c143814f84 [2021-05-11T07:43:11.354Z] ---> Running in 9f6c30048e91 [2021-05-11T07:43:11.968Z] Removing intermediate container 9f6c30048e91 [2021-05-11T07:43:11.968Z] ---> bead99bb9c9b [2021-05-11T07:43:11.968Z] Step 14/22 : WORKDIR /edgex [2021-05-11T07:43:11.968Z] ---> Running in e2520d04f689 [2021-05-11T07:43:11.968Z] Removing intermediate container 05c143814f84 [2021-05-11T07:43:11.968Z] ---> 92e5582f8725 [2021-05-11T07:43:11.968Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:43:12.317Z] ---> Running in c8e2063463cc [2021-05-11T07:43:13.038Z] Removing intermediate container e2520d04f689 [2021-05-11T07:43:13.038Z] ---> ef7ad6e5490a [2021-05-11T07:43:13.038Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T07:43:13.329Z] Removing intermediate container c8e2063463cc [2021-05-11T07:43:13.329Z] ---> 18e373436676 [2021-05-11T07:43:13.329Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:43:13.619Z] ---> Running in d7f658f8ff56 [2021-05-11T07:43:13.619Z] Removing intermediate container ecfd52da5ad0 [2021-05-11T07:43:13.619Z] ---> caf2f4e4d7ef [2021-05-11T07:43:13.619Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T07:43:13.619Z] Removing intermediate container 4ef341cd39a6 [2021-05-11T07:43:13.619Z] ---> 34ce76fea313 [2021-05-11T07:43:13.619Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T07:43:13.619Z] ---> b1383a390d45 [2021-05-11T07:43:13.619Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T07:43:13.909Z] ---> Running in 6057d527a223 [2021-05-11T07:43:13.909Z] Removing intermediate container d7f658f8ff56 [2021-05-11T07:43:13.909Z] ---> 4f6dd7578973 [2021-05-11T07:43:13.909Z] Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:43:13.909Z] ---> Running in 8a3f7878566f [2021-05-11T07:43:14.193Z] ---> Running in b6b7e731eb01 [2021-05-11T07:43:14.805Z] Removing intermediate container b6b7e731eb01 [2021-05-11T07:43:14.805Z] ---> 93ad063b2303 [2021-05-11T07:43:14.805Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:43:14.806Z] ---> 3492cb0d5ac6 [2021-05-11T07:43:14.806Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T07:43:14.806Z] ---> Running in d86af2daa24e [2021-05-11T07:43:15.135Z] 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-05-11T07:43:15.135Z] Removing intermediate container d86af2daa24e [2021-05-11T07:43:15.135Z] ---> 26ccb8cbf633 [2021-05-11T07:43:15.135Z] [2021-05-11T07:43:15.135Z] 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-05-11T07:43:16.195Z] ---> c2d8e19683aa [2021-05-11T07:43:16.196Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T07:43:16.937Z] Successfully built 26ccb8cbf633 [2021-05-11T07:43:16.937Z] ---> Running in 39d6cd4757aa [2021-05-11T07:43:16.937Z] Successfully tagged docker-core-metadata-go:latest [2021-05-11T07:43:17.622Z]  Building docker-core-metadata-go ... done Removing intermediate container 39d6cd4757aa [2021-05-11T07:43:17.622Z] ---> bc01b69ab9de [2021-05-11T07:43:17.622Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T07:43:17.922Z] ---> Running in ca73e9c77664 [2021-05-11T07:43:18.546Z] Removing intermediate container ca73e9c77664 [2021-05-11T07:43:18.546Z] ---> da67cf665f4f [2021-05-11T07:43:18.546Z] Step 20/22 : LABEL arch=x86_64 [2021-05-11T07:43:18.546Z] ---> Running in 0c91de7c5ad7 [2021-05-11T07:43:19.197Z] Removing intermediate container 0c91de7c5ad7 [2021-05-11T07:43:19.197Z] ---> 4a426dac23df [2021-05-11T07:43:19.197Z] Step 21/22 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:43:19.534Z] ---> Running in 1d67a2cce97f [2021-05-11T07:43:19.923Z] Removing intermediate container 1d67a2cce97f [2021-05-11T07:43:19.923Z] ---> 78e033c38e32 [2021-05-11T07:43:19.923Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T07:43:20.582Z] ---> Running in a3a9a3cb4e7e [2021-05-11T07:43:21.297Z] Removing intermediate container a3a9a3cb4e7e [2021-05-11T07:43:21.297Z] ---> 52aecda4ae2f [2021-05-11T07:43:21.297Z] [2021-05-11T07:43:21.993Z] Successfully built 52aecda4ae2f [2021-05-11T07:43:21.993Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-11T07:43:33.226Z] 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-05-11T07:43:38.682Z] Removing intermediate container eb1476a6d545 [2021-05-11T07:43:38.682Z] ---> 2673fc0c37d4 [2021-05-11T07:43:38.682Z] [2021-05-11T07:43:38.682Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T07:43:38.682Z] 3.12: Pulling from library/alpine [2021-05-11T07:43:38.682Z] Removing intermediate container 0db0c7714eab [2021-05-11T07:43:38.683Z] ---> 97c1388c09f9 [2021-05-11T07:43:38.683Z] [2021-05-11T07:43:38.683Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T07:43:38.961Z] 3.12: Pulling from library/alpine [2021-05-11T07:43:39.968Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:43:39.968Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T07:43:39.968Z] Status: Image is up to date for alpine:3.12 [2021-05-11T07:43:39.968Z] ---> 9852663dfa18 [2021-05-11T07:43:39.968Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T07:43:39.968Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T07:43:39.968Z] ---> 9852663dfa18 [2021-05-11T07:43:39.968Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T07:43:40.578Z] ---> Running in 2e22e797ae16 [2021-05-11T07:43:40.578Z] ---> Running in 3c881a2a3561 [2021-05-11T07:43:41.593Z] Removing intermediate container 2e22e797ae16 [2021-05-11T07:43:41.593Z] ---> 43ab91de69b1 [2021-05-11T07:43:41.593Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T07:43:41.875Z] ---> Running in 5a415473f185 [2021-05-11T07:43:42.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:42.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:43.372Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T07:43:43.650Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:43:43.650Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T07:43:43.650Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T07:43:43.650Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:43:43.650Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:43:43.930Z] OK: 7 MiB in 18 packages [2021-05-11T07:43:44.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:44.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:45.083Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:43:45.083Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T07:43:45.083Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:43:45.083Z] OK: 5 MiB in 16 packages [2021-05-11T07:43:47.067Z] Removing intermediate container 4fb2e201c69b [2021-05-11T07:43:47.067Z] ---> 982e7b610b0b [2021-05-11T07:43:47.067Z] [2021-05-11T07:43:47.067Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:43:47.067Z] ---> 9852663dfa18 [2021-05-11T07:43:47.067Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:43:47.339Z] Removing intermediate container 3c881a2a3561 [2021-05-11T07:43:47.339Z] ---> 350d46b595ca [2021-05-11T07:43:47.339Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:43:47.614Z] Removing intermediate container 5a415473f185 [2021-05-11T07:43:47.614Z] ---> 50a412c63516 [2021-05-11T07:43:47.614Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T07:43:47.886Z] ---> Running in de95c77c72f9 [2021-05-11T07:43:47.886Z] ---> Running in ba3ad2bfc4c7 [2021-05-11T07:43:48.163Z] ---> Running in 3c82f2f44a81 [2021-05-11T07:43:48.435Z] Removing intermediate container d742391a650a [2021-05-11T07:43:48.435Z] ---> b47e9a1442da [2021-05-11T07:43:48.435Z] [2021-05-11T07:43:48.435Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:43:48.435Z] ---> 9852663dfa18 [2021-05-11T07:43:48.435Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T07:43:48.706Z] Removing intermediate container 5ddf8ea2e128 [2021-05-11T07:43:48.706Z] ---> 840b35e045fd [2021-05-11T07:43:48.706Z] [2021-05-11T07:43:48.706Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T07:43:48.706Z] ---> 9852663dfa18 [2021-05-11T07:43:48.706Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:43:48.706Z] ---> Running in 483323372fbc [2021-05-11T07:43:48.978Z] ---> Running in f1ef2fa3c000 [2021-05-11T07:43:48.978Z] Removing intermediate container de95c77c72f9 [2021-05-11T07:43:48.978Z] ---> 78ce151d1da6 [2021-05-11T07:43:48.978Z] Step 14/22 : WORKDIR /edgex [2021-05-11T07:43:49.251Z] Removing intermediate container 3c82f2f44a81 [2021-05-11T07:43:49.251Z] ---> 169d67d400b6 [2021-05-11T07:43:49.251Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T07:43:49.251Z] ---> Running in de44149f5b14 [2021-05-11T07:43:49.533Z] ---> Running in f9d608e1b016 [2021-05-11T07:43:49.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:50.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:50.092Z] Removing intermediate container de44149f5b14 [2021-05-11T07:43:50.092Z] ---> b41c9f663b42 [2021-05-11T07:43:50.092Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T07:43:50.378Z] Removing intermediate container f9d608e1b016 [2021-05-11T07:43:50.378Z] ---> 1e9e1512d202 [2021-05-11T07:43:50.378Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T07:43:50.653Z] ---> Running in 1a56583a0205 [2021-05-11T07:43:50.653Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T07:43:50.653Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:43:50.653Z] OK: 5 MiB in 15 packages [2021-05-11T07:43:51.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:51.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:51.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:51.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:43:51.546Z] ---> c33234dade2d [2021-05-11T07:43:51.546Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T07:43:51.821Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T07:43:52.100Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T07:43:52.100Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:43:52.100Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:43:52.100Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T07:43:52.100Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:43:52.100Z] OK: 5 MiB in 15 packages [2021-05-11T07:43:52.375Z] OK: 6 MiB in 16 packages [2021-05-11T07:43:53.044Z] Removing intermediate container ba3ad2bfc4c7 [2021-05-11T07:43:53.044Z] ---> 42f2b9080f11 [2021-05-11T07:43:53.044Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:43:53.348Z] ---> Running in 244f3af5d7fe [2021-05-11T07:43:53.635Z] ---> c0017889c0fe [2021-05-11T07:43:53.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T07:43:54.296Z] Removing intermediate container 244f3af5d7fe [2021-05-11T07:43:54.296Z] ---> 84b0e14114d6 [2021-05-11T07:43:54.296Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T07:43:54.583Z] ---> Running in 683387f6a724 [2021-05-11T07:43:54.583Z] Removing intermediate container f1ef2fa3c000 [2021-05-11T07:43:54.583Z] ---> 7e55b3d8f7c8 [2021-05-11T07:43:54.583Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:43:54.857Z] Removing intermediate container 1a56583a0205 [2021-05-11T07:43:54.857Z] ---> 3af83388babc [2021-05-11T07:43:54.857Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T07:43:54.970Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6057d527a223 [2021-05-11T07:43:54.970Z] ---> 63cfe7b7888a [2021-05-11T07:43:54.970Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T07:43:54.970Z] ---> Running in f0412abf8e4a [2021-05-11T07:43:55.131Z] ---> Running in 2c50dccab437 [2021-05-11T07:43:55.131Z] ---> Running in ba45bda576f7 [2021-05-11T07:43:55.405Z] Removing intermediate container 483323372fbc [2021-05-11T07:43:55.405Z] ---> 13c512d4b7e1 [2021-05-11T07:43:55.405Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:43:55.405Z] Removing intermediate container 683387f6a724 [2021-05-11T07:43:55.405Z] ---> a3b43f80e79a [2021-05-11T07:43:55.405Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:43:55.680Z] ---> Running in 6edf79047d44 [2021-05-11T07:43:55.680Z] ---> Running in bdb9710ab929 [2021-05-11T07:43:55.680Z] Removing intermediate container 2c50dccab437 [2021-05-11T07:43:55.680Z] ---> 6414e1145c84 [2021-05-11T07:43:55.680Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T07:43:55.954Z] ---> d33806285402 [2021-05-11T07:43:55.954Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T07:43:55.954Z] Removing intermediate container ba45bda576f7 [2021-05-11T07:43:55.954Z] ---> 8079df306c60 [2021-05-11T07:43:55.954Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T07:43:55.954Z] ---> Running in ed887eb74d37 [2021-05-11T07:43:55.954Z] ---> Running in 24fc1bd0be2d [2021-05-11T07:43:56.230Z] Removing intermediate container 6edf79047d44 [2021-05-11T07:43:56.230Z] ---> 90b974d8f68f [2021-05-11T07:43:56.230Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T07:43:56.230Z] Removing intermediate container bdb9710ab929 [2021-05-11T07:43:56.230Z] ---> c00dacd73fef [2021-05-11T07:43:56.230Z] Step 16/24 : WORKDIR / [2021-05-11T07:43:56.523Z] ---> Running in 4f0504ef99f8 [2021-05-11T07:43:56.523Z] ---> Running in 50b67936255f [2021-05-11T07:43:56.588Z] 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-05-11T07:43:56.795Z] Removing intermediate container ed887eb74d37 [2021-05-11T07:43:56.795Z] Removing intermediate container 24fc1bd0be2d [2021-05-11T07:43:56.795Z] ---> e7599692a5a2 [2021-05-11T07:43:56.795Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T07:43:56.795Z] ---> 1026dc7d101c [2021-05-11T07:43:56.795Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:43:57.076Z] ---> Running in a4a0b55a0723 [2021-05-11T07:43:57.076Z] ---> 9d5326136447 [2021-05-11T07:43:57.076Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T07:43:57.076Z] ---> Running in 6c7640509c19 [2021-05-11T07:43:57.076Z] Removing intermediate container 4f0504ef99f8 [2021-05-11T07:43:57.076Z] ---> 179d0ada0529 [2021-05-11T07:43:57.076Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T07:43:57.355Z] ---> Running in aa41ac268fd2 [2021-05-11T07:43:57.355Z] Removing intermediate container 50b67936255f [2021-05-11T07:43:57.355Z] ---> 267ba91e5473 [2021-05-11T07:43:57.355Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:43:57.632Z] ---> Running in 0527d58e82e2 [2021-05-11T07:43:57.632Z] Removing intermediate container a4a0b55a0723 [2021-05-11T07:43:57.632Z] ---> e84232d7128d [2021-05-11T07:43:57.632Z] Step 20/22 : LABEL arch=arm64 [2021-05-11T07:43:57.908Z] Removing intermediate container 6c7640509c19 [2021-05-11T07:43:57.908Z] ---> b1075fafdff6 [2021-05-11T07:43:57.908Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:43:57.908Z] ---> Running in d9b51ad7fbf1 [2021-05-11T07:43:58.183Z] Removing intermediate container 0527d58e82e2 [2021-05-11T07:43:58.183Z] ---> 1a3a57feb424 [2021-05-11T07:43:58.183Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:43:58.460Z] ---> ff448aae8648 [2021-05-11T07:43:58.460Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T07:43:58.737Z] Removing intermediate container d9b51ad7fbf1 [2021-05-11T07:43:58.737Z] ---> 683db4f810da [2021-05-11T07:43:58.737Z] Step 21/22 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:43:59.011Z] ---> Running in 9552870a2b3a [2021-05-11T07:43:59.293Z] ---> 61b23640c9ad [2021-05-11T07:43:59.293Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T07:43:59.568Z] ---> 47340e1916e0 [2021-05-11T07:43:59.568Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T07:43:59.853Z] Removing intermediate container 9552870a2b3a [2021-05-11T07:43:59.853Z] ---> 0c01ec7ce6d6 [2021-05-11T07:43:59.853Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T07:44:00.450Z] ---> Running in 6a4e7d50c50a [2021-05-11T07:44:00.738Z] Removing intermediate container 8a3f7878566f [2021-05-11T07:44:00.738Z] ---> 625536c2e331 [2021-05-11T07:44:00.738Z] [2021-05-11T07:44:00.738Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:44:00.738Z] ---> 13621d1b12d4 [2021-05-11T07:44:00.738Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T07:44:00.738Z] ---> Running in 5715915ade77 [2021-05-11T07:44:00.738Z] Removing intermediate container f0412abf8e4a [2021-05-11T07:44:00.738Z] ---> 68616ac52a68 [2021-05-11T07:44:00.738Z] [2021-05-11T07:44:00.738Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T07:44:01.060Z] ---> 92300e7ce346 [2021-05-11T07:44:01.060Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T07:44:01.060Z] Removing intermediate container aa41ac268fd2 [2021-05-11T07:44:01.060Z] ---> 5dff6039860f [2021-05-11T07:44:01.060Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:44:01.120Z] 20.10.0: Pulling from library/docker [2021-05-11T07:44:01.120Z] Removing intermediate container 5715915ade77 [2021-05-11T07:44:01.120Z] ---> 54aeaf891f78 [2021-05-11T07:44:01.120Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T07:44:01.334Z] ---> 8d65afeed317 [2021-05-11T07:44:01.334Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T07:44:01.334Z] Removing intermediate container 6a4e7d50c50a [2021-05-11T07:44:01.334Z] ---> ed19ee688ec1 [2021-05-11T07:44:01.334Z] [2021-05-11T07:44:01.334Z] ---> 63cca78b12bd [2021-05-11T07:44:01.334Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T07:44:01.621Z] ---> Running in 5e0260cddfea [2021-05-11T07:44:01.931Z] ---> 0bf01c546d09 [2021-05-11T07:44:01.932Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T07:44:02.209Z] Successfully built ed19ee688ec1 [2021-05-11T07:44:02.209Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-11T07:44:02.209Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-05-11T07:44:02.209Z] ---> Running in a9ad6af81fcc [2021-05-11T07:44:02.209Z] ---> b9659dfc74fa [2021-05-11T07:44:02.209Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T07:44:02.481Z] ---> 67a34e3bb56b [2021-05-11T07:44:02.481Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T07:44:02.679Z] Removing intermediate container 5e0260cddfea [2021-05-11T07:44:02.679Z] ---> 7d2c8a079c87 [2021-05-11T07:44:02.679Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T07:44:02.755Z] ---> 116ca3107d8d [2021-05-11T07:44:02.755Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T07:44:03.030Z] ---> Running in 138d57978723 [2021-05-11T07:44:03.030Z] ---> Running in e1f5f568170f [2021-05-11T07:44:03.030Z] Removing intermediate container a9ad6af81fcc [2021-05-11T07:44:03.030Z] ---> 2e4a4f64707c [2021-05-11T07:44:03.030Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:44:03.143Z] ---> Running in 34edc614f1c9 [2021-05-11T07:44:03.311Z] ---> Running in a3f20ff32927 [2021-05-11T07:44:03.908Z] Removing intermediate container 138d57978723 [2021-05-11T07:44:03.908Z] Removing intermediate container e1f5f568170f [2021-05-11T07:44:03.908Z] ---> 2324c5e3fa35 [2021-05-11T07:44:03.908Z] ---> 6feff6d4c7a0 [2021-05-11T07:44:03.908Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:44:03.908Z] [2021-05-11T07:44:04.512Z] Removing intermediate container a3f20ff32927 [2021-05-11T07:44:04.512Z] ---> 0d628d349600 [2021-05-11T07:44:04.512Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T07:44:04.785Z] ---> 1b500377aa6b [2021-05-11T07:44:04.785Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T07:44:04.785Z] ---> Running in 8987787f6515 [2021-05-11T07:44:04.785Z] ---> Running in e603e8120d72 [2021-05-11T07:44:05.066Z] ---> Running in cf9a757b8aa5 [2021-05-11T07:44:05.300Z] Removing intermediate container 34edc614f1c9 [2021-05-11T07:44:05.300Z] ---> affe5578f6a6 [2021-05-11T07:44:05.300Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:44:05.664Z] Removing intermediate container 8987787f6515 [2021-05-11T07:44:05.664Z] ---> 029bd05e2f67 [2021-05-11T07:44:05.664Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T07:44:05.941Z] Removing intermediate container e603e8120d72 [2021-05-11T07:44:05.941Z] ---> 13ed08f5399e [2021-05-11T07:44:05.941Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T07:44:05.941Z] ---> Running in 52438856c333 [2021-05-11T07:44:05.941Z] ---> f1b543404a8d [2021-05-11T07:44:05.941Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/Removing intermediate container cf9a757b8aa5 [2021-05-11T07:44:05.941Z] [2021-05-11T07:44:05.941Z] ---> bcbcad8cfc98 [2021-05-11T07:44:05.941Z] Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:44:05.993Z] ---> Running in b358a990858a [2021-05-11T07:44:06.219Z] ---> Running in 984a044f7eb9 [2021-05-11T07:44:06.220Z] ---> Running in f23fd94aa0e9 [2021-05-11T07:44:06.817Z] Removing intermediate container 52438856c333 [2021-05-11T07:44:06.817Z] ---> 6aac0b740ca1 [2021-05-11T07:44:06.817Z] Step 22/23 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:44:07.100Z] Removing intermediate container 984a044f7eb9 [2021-05-11T07:44:07.100Z] ---> eb49cfc01322 [2021-05-11T07:44:07.381Z] Step 22/23 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:44:07.672Z] ---> Running in b4639dffa284 [2021-05-11T07:44:07.672Z] ---> a503725248fd [2021-05-11T07:44:07.672Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T07:44:07.672Z] Removing intermediate container f23fd94aa0e9 [2021-05-11T07:44:07.672Z] ---> 21b085b7acf8 [2021-05-11T07:44:07.672Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:44:07.945Z] ---> Running in 76ee1b2a328d [2021-05-11T07:44:08.218Z] ---> Running in 2aae84f562da [2021-05-11T07:44:08.492Z] Removing intermediate container b4639dffa284 [2021-05-11T07:44:08.492Z] ---> d4cb933c56de [2021-05-11T07:44:08.492Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:44:08.740Z] Removing intermediate container b358a990858a [2021-05-11T07:44:08.740Z] ---> 3215eff98bc9 [2021-05-11T07:44:08.740Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T07:44:08.767Z] ---> Running in 2a39f0a2a69f [2021-05-11T07:44:08.767Z] Removing intermediate container 76ee1b2a328d [2021-05-11T07:44:08.767Z] ---> 4719be28b109 [2021-05-11T07:44:08.767Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T07:44:08.767Z] ---> 00d09781e8cb [2021-05-11T07:44:08.767Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T07:44:09.015Z] ---> Running in 31e2fae68e1a [2021-05-11T07:44:09.040Z] Removing intermediate container 2aae84f562da [2021-05-11T07:44:09.040Z] ---> abdd47acd017 [2021-05-11T07:44:09.040Z] [2021-05-11T07:44:09.040Z] ---> Running in 5d908690a8c6 [2021-05-11T07:44:09.314Z] Successfully built abdd47acd017 [2021-05-11T07:44:09.597Z] ---> Running in 23e01923ed9e [2021-05-11T07:44:09.597Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-11T07:44:09.597Z] Removing intermediate container 2a39f0a2a69f [2021-05-11T07:44:09.597Z] ---> 2fdea1104d9c [2021-05-11T07:44:09.597Z] [2021-05-11T07:44:09.597Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-05-11T07:44:09.597Z] Removing intermediate container 5d908690a8c6 [2021-05-11T07:44:09.597Z] ---> 9b20a15b13df [2021-05-11T07:44:09.597Z] [2021-05-11T07:44:09.872Z] Successfully built 2fdea1104d9c [2021-05-11T07:44:10.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:44:10.143Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-11T07:44:10.143Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-05-11T07:44:10.143Z] Removing intermediate container 23e01923ed9e [2021-05-11T07:44:10.143Z] ---> 97a13824ffc5 [2021-05-11T07:44:10.143Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T07:44:10.143Z] Successfully built 9b20a15b13df [2021-05-11T07:44:10.143Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-11T07:44:10.143Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-05-11T07:44:11.123Z] ---> 3d48b4954729 [2021-05-11T07:44:11.123Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T07:44:11.398Z] ---> Running in cc1506618bc1 [2021-05-11T07:44:11.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:44:13.114Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:44:13.404Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T07:44:13.405Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:44:14.020Z] Removing intermediate container cc1506618bc1 [2021-05-11T07:44:14.020Z] ---> 1fcf0d0710c2 [2021-05-11T07:44:14.020Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T07:44:14.035Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:44:14.294Z] ---> Running in 3fd5452b0f23 [2021-05-11T07:44:14.682Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T07:44:15.034Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T07:44:15.034Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:44:15.358Z] OK: 8 MiB in 20 packages [2021-05-11T07:44:15.729Z] Removing intermediate container 3fd5452b0f23 [2021-05-11T07:44:15.729Z] ---> 9c933e3b7cae [2021-05-11T07:44:15.729Z] Step 29/32 : CMD ["gate"] [2021-05-11T07:44:16.447Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T07:44:16.447Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T07:44:16.447Z] ---> aefe523efa57 [2021-05-11T07:44:16.447Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:44:16.710Z] ---> Running in bab4fa4d8a43 [2021-05-11T07:44:16.738Z] ---> Running in 5f2484fa907f [2021-05-11T07:44:16.738Z] Removing intermediate container 31e2fae68e1a [2021-05-11T07:44:16.738Z] ---> 3b1e2ed47f10 [2021-05-11T07:44:16.738Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:44:17.053Z] Removing intermediate container 5f2484fa907f [2021-05-11T07:44:17.053Z] ---> a8a0aeed5787 [2021-05-11T07:44:17.053Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T07:44:17.339Z] ---> Running in 99b758bab702 [2021-05-11T07:44:17.690Z] ---> da97a9fcdb3a [2021-05-11T07:44:17.690Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T07:44:17.692Z] Removing intermediate container bab4fa4d8a43 [2021-05-11T07:44:17.692Z] ---> 1d544bc472ae [2021-05-11T07:44:17.978Z] Step 30/32 : LABEL arch=arm64 [2021-05-11T07:44:18.587Z] ---> Running in abdb97aceb84 [2021-05-11T07:44:18.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T07:44:18.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T07:44:19.202Z] ---> 203959394e05 [2021-05-11T07:44:19.202Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T07:44:19.202Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T07:44:19.202Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T07:44:19.202Z] Executing bash-5.0.17-r0.post-install [2021-05-11T07:44:19.202Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:44:19.202Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T07:44:19.501Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T07:44:19.501Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T07:44:19.501Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T07:44:19.501Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T07:44:19.501Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T07:44:19.501Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T07:44:19.501Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T07:44:19.501Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T07:44:19.501Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T07:44:19.572Z] Removing intermediate container abdb97aceb84 [2021-05-11T07:44:19.572Z] ---> 7df0e7e3806d [2021-05-11T07:44:19.573Z] Step 31/32 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:44:20.178Z] ---> Running in 3225b78f8c46 [2021-05-11T07:44:21.201Z] Removing intermediate container 3225b78f8c46 [2021-05-11T07:44:21.201Z] ---> 40f2999007b5 [2021-05-11T07:44:21.201Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T07:44:21.529Z] ---> 9c2b5a6a7408 [2021-05-11T07:44:21.529Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T07:44:22.185Z] ---> Running in 6f6d00a0bc0c [2021-05-11T07:44:22.526Z] ---> Running in 8a33142a3469 [2021-05-11T07:44:22.526Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T07:44:22.526Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T07:44:22.526Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T07:44:22.526Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T07:44:22.526Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T07:44:22.526Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T07:44:22.526Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T07:44:22.782Z] Removing intermediate container 6f6d00a0bc0c [2021-05-11T07:44:22.782Z] ---> 6b12134c3fdd [2021-05-11T07:44:22.782Z] [2021-05-11T07:44:22.795Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T07:44:22.795Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T07:44:23.080Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T07:44:23.356Z] Removing intermediate container 8a33142a3469 [2021-05-11T07:44:23.356Z] ---> 17bf63f55dc1 [2021-05-11T07:44:23.356Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:44:23.356Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T07:44:23.356Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T07:44:23.356Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T07:44:23.377Z] Successfully built 6b12134c3fdd [2021-05-11T07:44:23.377Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-11T07:44:23.631Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T07:44:23.631Z] ---> Running in e192b74b399c [2021-05-11T07:44:23.631Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T07:44:23.631Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T07:44:23.631Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T07:44:23.631Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T07:44:23.631Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T07:44:23.935Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T07:44:23.935Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T07:44:23.935Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T07:44:23.935Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T07:44:24.225Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T07:44:24.225Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T07:44:24.225Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T07:44:24.225Z] Removing intermediate container e192b74b399c [2021-05-11T07:44:24.225Z] ---> f5596645a774 [2021-05-11T07:44:24.225Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:44:24.850Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T07:44:25.160Z] OK: 72 MiB in 59 packages [2021-05-11T07:44:25.160Z] ---> Running in 7cdda93efe90 [2021-05-11T07:44:25.798Z] Removing intermediate container 7cdda93efe90 [2021-05-11T07:44:25.798Z] ---> 47904399297c [2021-05-11T07:44:25.798Z] Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:44:26.106Z] ---> Running in 26f5d533a4b4 [2021-05-11T07:44:26.733Z] Removing intermediate container 26f5d533a4b4 [2021-05-11T07:44:26.733Z] ---> 2d143d632c3c [2021-05-11T07:44:26.733Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:44:26.733Z] ---> Running in 9f95dea9f36c [2021-05-11T07:44:27.026Z] Collecting docker-compose==1.23.2 [2021-05-11T07:44:27.026Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T07:44:27.315Z] Removing intermediate container 9f95dea9f36c [2021-05-11T07:44:27.315Z] ---> a4b54658d228 [2021-05-11T07:44:27.315Z] [2021-05-11T07:44:27.315Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T07:44:27.315Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T07:44:27.315Z] 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-05-11T07:44:27.957Z] Collecting PyYAML<4,>=3.10 [2021-05-11T07:44:27.957Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T07:44:27.957Z] Successfully built a4b54658d228 [2021-05-11T07:44:27.957Z] Successfully tagged docker-core-data-go:latest [2021-05-11T07:44:29.542Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T07:44:29.542Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T07:44:30.527Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T07:44:30.527Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T07:44:31.511Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T07:44:31.511Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T07:44:32.509Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T07:44:32.509Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T07:44:32.784Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T07:44:32.784Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T07:44:32.784Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T07:44:32.784Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T07:44:33.448Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T07:44:33.448Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T07:44:33.736Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T07:44:35.238Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T07:44:35.238Z] 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-05-11T07:44:35.238Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T07:44:35.238Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T07:44:35.519Z] Collecting idna<2.8,>=2.5 [2021-05-11T07:44:35.519Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T07:44:35.519Z] 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-05-11T07:44:35.519Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T07:44:35.519Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T07:44:35.519Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T07:44:35.520Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T07:44:35.847Z] Installing collected packages: jsonschema, PyYAML, dockerpty, docopt, texttable, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-05-11T07:44:35.847Z] Running setup.py install for PyYAML: started [2021-05-11T07:44:36.894Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T07:44:36.894Z] Running setup.py install for dockerpty: started [2021-05-11T07:44:38.061Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T07:44:38.061Z] Running setup.py install for docopt: started [2021-05-11T07:44:38.677Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T07:44:38.957Z] Running setup.py install for texttable: started [2021-05-11T07:44:39.558Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T07:44:39.841Z] Attempting uninstall: urllib3 [2021-05-11T07:44:39.841Z] Found existing installation: urllib3 1.25.9 [2021-05-11T07:44:39.841Z] Uninstalling urllib3-1.25.9: [2021-05-11T07:44:39.841Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T07:44:40.123Z] Attempting uninstall: idna [2021-05-11T07:44:40.123Z] Found existing installation: idna 2.9 [2021-05-11T07:44:40.123Z] Uninstalling idna-2.9: [2021-05-11T07:44:40.123Z] Successfully uninstalled idna-2.9 [2021-05-11T07:44:40.403Z] Attempting uninstall: requests [2021-05-11T07:44:40.403Z] Found existing installation: requests 2.23.0 [2021-05-11T07:44:40.403Z] Uninstalling requests-2.23.0: [2021-05-11T07:44:40.403Z] Successfully uninstalled requests-2.23.0 [2021-05-11T07:44:41.968Z] 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.59.0 [2021-05-11T07:44:50.169Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:44:50.169Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:44:50.169Z] ---> 98f36a103056 [2021-05-11T07:44:50.169Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T07:44:50.169Z] ---> Using cache [2021-05-11T07:44:50.169Z] ---> 1623aaa8560b [2021-05-11T07:44:50.169Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:44:50.169Z] ---> Using cache [2021-05-11T07:44:50.170Z] ---> e3412805930c [2021-05-11T07:44:50.170Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T07:44:50.170Z] ---> Using cache [2021-05-11T07:44:50.170Z] ---> afb2ecd39922 [2021-05-11T07:44:50.170Z] Step 6/26 : COPY go.mod . [2021-05-11T07:44:50.170Z] ---> Using cache [2021-05-11T07:44:50.170Z] ---> 60a995293fec [2021-05-11T07:44:50.170Z] Step 7/26 : RUN go mod download [2021-05-11T07:44:50.170Z] ---> Using cache [2021-05-11T07:44:50.170Z] ---> 688a86ae55e7 [2021-05-11T07:44:50.170Z] Step 8/26 : COPY . . [2021-05-11T07:44:50.170Z] ---> Using cache [2021-05-11T07:44:50.170Z] ---> f6eb3e266d14 [2021-05-11T07:44:50.170Z] Step 9/26 : RUN go mod tidy [2021-05-11T07:44:50.170Z] ---> Using cache [2021-05-11T07:44:50.170Z] ---> fee5597bb2c6 [2021-05-11T07:44:50.170Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T07:44:52.621Z] Removing intermediate container 99b758bab702 [2021-05-11T07:44:52.621Z] ---> cec8cb3517ce [2021-05-11T07:44:52.621Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T07:44:52.957Z] ---> Running in 4bbd7cf25d66 [2021-05-11T07:44:53.653Z] Removing intermediate container 4bbd7cf25d66 [2021-05-11T07:44:53.653Z] ---> 6bbf8481de53 [2021-05-11T07:44:53.653Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T07:44:53.969Z] ---> Running in e1b1c92aaa8b [2021-05-11T07:44:54.625Z] Removing intermediate container e1b1c92aaa8b [2021-05-11T07:44:54.625Z] ---> a3fc1e303f28 [2021-05-11T07:44:54.625Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T07:44:56.192Z] ---> d52e938ab398 [2021-05-11T07:44:56.192Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T07:44:56.835Z] ---> bdbd3c109941 [2021-05-11T07:44:56.835Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T07:44:56.922Z] ---> Running in db2d8a59e4c2 [2021-05-11T07:44:57.889Z] ---> 6f4608338f33 [2021-05-11T07:44:57.890Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T07:44:57.890Z] ---> Running in 1701face9a63 [2021-05-11T07:44:57.904Z] 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-05-11T07:44:58.175Z] Removing intermediate container 1701face9a63 [2021-05-11T07:44:58.175Z] ---> f20d31f3d7a9 [2021-05-11T07:44:58.175Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:44:58.447Z] ---> Running in 5875edc94dc6 [2021-05-11T07:44:58.738Z] Removing intermediate container 5875edc94dc6 [2021-05-11T07:44:58.738Z] ---> 0f02febdf9e8 [2021-05-11T07:44:58.738Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T07:44:58.738Z] ---> Running in 4cc27efd3cdd [2021-05-11T07:44:59.014Z] Removing intermediate container 4cc27efd3cdd [2021-05-11T07:44:59.014Z] ---> bf6da6b8977c [2021-05-11T07:44:59.014Z] Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:44:59.300Z] ---> Running in 1c9f14ac0ac9 [2021-05-11T07:44:59.977Z] Removing intermediate container 1c9f14ac0ac9 [2021-05-11T07:44:59.977Z] ---> 9eef4464bf72 [2021-05-11T07:44:59.977Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:44:59.977Z] ---> Running in ae498af9030a [2021-05-11T07:45:00.354Z] Removing intermediate container ae498af9030a [2021-05-11T07:45:00.354Z] ---> 6757bf3615c2 [2021-05-11T07:45:00.354Z] [2021-05-11T07:45:00.676Z] Successfully built 6757bf3615c2 [2021-05-11T07:45:00.984Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-11T07:45:01.618Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-11T07:45:01.648Z] $ docker stop --time=1 cf550114799e2ad8f7fbc4fe6a2dcc510dfb797c10b0d1eb04f060494b66031b [2021-05-11T07:45:02.233Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:45:02.233Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:45:02.233Z] ---> 98f36a103056 [2021-05-11T07:45:02.233Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:45:02.233Z] ---> Using cache [2021-05-11T07:45:02.233Z] ---> 1623aaa8560b [2021-05-11T07:45:02.234Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:45:02.234Z] ---> Using cache [2021-05-11T07:45:02.234Z] ---> e3412805930c [2021-05-11T07:45:02.234Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T07:45:02.234Z] ---> Using cache [2021-05-11T07:45:02.234Z] ---> afb2ecd39922 [2021-05-11T07:45:02.234Z] Step 6/24 : COPY go.mod . [2021-05-11T07:45:02.234Z] ---> Using cache [2021-05-11T07:45:02.234Z] ---> 60a995293fec [2021-05-11T07:45:02.234Z] Step 7/24 : RUN go mod download [2021-05-11T07:45:02.234Z] ---> Using cache [2021-05-11T07:45:02.234Z] ---> 688a86ae55e7 [2021-05-11T07:45:02.234Z] Step 8/24 : COPY . . [2021-05-11T07:45:02.510Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:45:02.510Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:45:02.510Z] ---> 98f36a103056 [2021-05-11T07:45:02.510Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:45:02.510Z] ---> Using cache [2021-05-11T07:45:02.510Z] ---> 1623aaa8560b [2021-05-11T07:45:02.510Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:45:02.510Z] ---> Using cache [2021-05-11T07:45:02.510Z] ---> e3412805930c [2021-05-11T07:45:02.510Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T07:45:02.510Z] ---> Using cache [2021-05-11T07:45:02.510Z] ---> f6eb3e266d14 [2021-05-11T07:45:02.510Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:45:02.510Z] ---> Using cache [2021-05-11T07:45:02.510Z] ---> fee5597bb2c6 [2021-05-11T07:45:02.510Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T07:45:02.784Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T07:45:02.784Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T07:45:02.784Z] ---> 98f36a103056 [2021-05-11T07:45:02.784Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T07:45:02.784Z] ---> Using cache [2021-05-11T07:45:02.784Z] ---> 1623aaa8560b [2021-05-11T07:45:02.784Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:45:02.784Z] ---> Using cache [2021-05-11T07:45:02.784Z] ---> e3412805930c [2021-05-11T07:45:02.784Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T07:45:04.244Z] ---> Running in f2a85bb21553 [2021-05-11T07:45:04.244Z] ---> Running in a87a351c6d71 [2021-05-11T07:45:04.244Z] ---> Running in e4518d05574a [2021-05-11T07:45:05.129Z] $ docker rm -f cf550114799e2ad8f7fbc4fe6a2dcc510dfb797c10b0d1eb04f060494b66031b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T07:45:05.775Z] + grep docker [2021-05-11T07:45:05.775Z] + docker images [2021-05-11T07:45:06.811Z] docker-sys-mgmt-agent-go latest 6757bf3615c2 6 seconds ago 312MB [2021-05-11T07:45:06.811Z] docker-core-data-go latest a4b54658d228 39 seconds ago 21.5MB [2021-05-11T07:45:06.811Z] docker-security-proxy-setup-go latest 52aecda4ae2f About a minute ago 25.3MB [2021-05-11T07:45:06.811Z] docker-core-metadata-go latest 26ccb8cbf633 About a minute ago 18.6MB [2021-05-11T07:45:06.811Z] docker-security-bootstrapper-go latest de8b76165218 4 minutes ago 18.2MB [2021-05-11T07:45:06.811Z] docker-security-secretstore-setup-go latest f3005a263e22 4 minutes ago 25.7MB [2021-05-11T07:45:06.811Z] docker-support-scheduler-go latest 115eb0fc9e8a 4 minutes ago 17.1MB [2021-05-11T07:45:06.811Z] docker-support-notifications-go latest 6cce481fd196 4 minutes ago 17.7MB [2021-05-11T07:45:06.811Z] docker-core-command-go latest f80ff6534ade 4 minutes ago 17MB [2021-05-11T07:45:06.811Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-05-11T07:45:06.876Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:45:06.876Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:45:06.877Z] 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 [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-05-11T07:45:08.317Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:45:08.317Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:45:09.811Z] OK: 218 MiB in 52 packages [2021-05-11T07:45:09.811Z] OK: 218 MiB in 52 packages [2021-05-11T07:45:11.805Z] Removing intermediate container e4518d05574a [2021-05-11T07:45:11.805Z] ---> 53b23728238e [2021-05-11T07:45:11.805Z] Step 6/24 : COPY go.mod . [2021-05-11T07:45:11.806Z] Removing intermediate container a87a351c6d71 [2021-05-11T07:45:11.806Z] ---> 52bb1611507f [2021-05-11T07:45:11.806Z] Step 6/24 : COPY go.mod . [2021-05-11T07:45:13.246Z] ---> ce704435f692 [2021-05-11T07:45:13.246Z] Step 7/24 : RUN go mod download [2021-05-11T07:45:13.246Z] ---> 45bac63ae07e [2021-05-11T07:45:13.246Z] Step 7/24 : RUN go mod download [2021-05-11T07:45:13.523Z] ---> Running in 0a7546118045 [2021-05-11T07:45:13.523Z] ---> Running in 3e6a6aa244b5 [2021-05-11T07:45:18.048Z] Removing intermediate container 0a7546118045 [2021-05-11T07:45:18.048Z] ---> 9a839aaa15e6 [2021-05-11T07:45:18.048Z] Step 8/24 : COPY . . [2021-05-11T07:45:18.652Z] Removing intermediate container 3e6a6aa244b5 [2021-05-11T07:45:18.652Z] ---> 70741b5d7f9a [2021-05-11T07:45:18.652Z] Step 8/24 : COPY . . [2021-05-11T07:45:22.166Z] Still waiting to schedule task [2021-05-11T07:45:22.167Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-11T07:45:51.090Z] ---> c1d097278559 [2021-05-11T07:45:51.090Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:45:51.090Z] ---> 17f329992315 [2021-05-11T07:45:51.090Z] Step 9/24 : RUN go mod tidy [2021-05-11T07:45:51.090Z] ---> Running in 82576463140e [2021-05-11T07:45:51.090Z] ---> Running in f138d08fd841 [2021-05-11T07:45:54.549Z] 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-05-11T07:45:54.549Z] Removing intermediate container 82576463140e [2021-05-11T07:45:54.549Z] ---> e02c21b0add5 [2021-05-11T07:45:54.549Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T07:45:54.830Z] Removing intermediate container f138d08fd841 [2021-05-11T07:45:54.830Z] ---> 483b0a73f179 [2021-05-11T07:45:54.830Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T07:45:54.830Z] ---> Running in f7f99c7f7c0f [2021-05-11T07:45:55.127Z] ---> Running in 54258ffa4cf0 [2021-05-11T07:45:57.131Z] 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-05-11T07:45:57.408Z] 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-05-11T07:46:05.755Z] Removing intermediate container db2d8a59e4c2 [2021-05-11T07:46:05.755Z] ---> 6a8d01a9b445 [2021-05-11T07:46:05.755Z] [2021-05-11T07:46:05.755Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T07:46:05.755Z] ---> 9852663dfa18 [2021-05-11T07:46:05.755Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T07:46:05.755Z] ---> Running in 277bf8c5f3f7 [2021-05-11T07:46:07.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:46:07.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:46:08.201Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T07:46:08.201Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:46:08.201Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T07:46:08.201Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T07:46:08.201Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:46:08.201Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T07:46:08.201Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:46:08.201Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T07:46:08.481Z] OK: 7 MiB in 20 packages [2021-05-11T07:46:11.133Z] Removing intermediate container 277bf8c5f3f7 [2021-05-11T07:46:11.133Z] ---> 9c5d0bb37244 [2021-05-11T07:46:11.133Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T07:46:11.405Z] ---> Running in 3e6cfef62b17 [2021-05-11T07:46:12.004Z] Removing intermediate container 3e6cfef62b17 [2021-05-11T07:46:12.004Z] ---> 147c5744231d [2021-05-11T07:46:12.004Z] Step 14/26 : WORKDIR / [2021-05-11T07:46:12.279Z] ---> Running in c76d99f32c25 [2021-05-11T07:46:12.883Z] Removing intermediate container c76d99f32c25 [2021-05-11T07:46:12.883Z] ---> e78853140709 [2021-05-11T07:46:12.883Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T07:46:14.329Z] ---> f7861456d034 [2021-05-11T07:46:14.329Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T07:46:15.320Z] ---> de604b8fc947 [2021-05-11T07:46:15.320Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T07:46:16.319Z] ---> 9f050662da17 [2021-05-11T07:46:16.319Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T07:46:17.321Z] ---> 30d4c7f1a574 [2021-05-11T07:46:17.321Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T07:46:19.320Z] ---> 7c3b6d7b3aef [2021-05-11T07:46:19.320Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T07:46:19.754Z] Running on prd-ubuntu18.04-docker-8c-8g-4388 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws [2021-05-11T07:46:19.772Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-11T07:46:21.325Z] ---> 21a0e0b26989 [2021-05-11T07:46:21.326Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T07:46:22.025Z] using credential edgex-jenkins-ssh [2021-05-11T07:46:22.046Z] Cloning the remote Git repository [2021-05-11T07:46:22.067Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:46:22.128Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-11T07:46:22.152Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:46:22.152Z] > git --version # timeout=10 [2021-05-11T07:46:22.168Z] > git --version # 'git version 2.17.1' [2021-05-11T07:46:22.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:46:22.196Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:46:22.319Z] ---> cf65121df51a [2021-05-11T07:46:22.319Z] Step 22/26 : 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-05-11T07:46:22.319Z] ---> Running in 2619f68c6c51 [2021-05-11T07:46:25.733Z] Removing intermediate container 2619f68c6c51 [2021-05-11T07:46:25.733Z] ---> d9a8bcff54a8 [2021-05-11T07:46:25.733Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T07:46:25.733Z] ---> Running in 22aea8fc6775 [2021-05-11T07:46:26.715Z] Removing intermediate container 22aea8fc6775 [2021-05-11T07:46:26.715Z] ---> ee1c895365af [2021-05-11T07:46:26.715Z] Step 24/26 : LABEL arch=arm64 [2021-05-11T07:46:26.715Z] ---> Running in 3cf19177ce6f [2021-05-11T07:46:27.333Z] Removing intermediate container 3cf19177ce6f [2021-05-11T07:46:27.333Z] ---> 98c3657a1471 [2021-05-11T07:46:27.333Z] Step 25/26 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:46:27.617Z] ---> Running in a1f01ca06888 [2021-05-11T07:46:28.216Z] Removing intermediate container a1f01ca06888 [2021-05-11T07:46:28.216Z] ---> 0ba6beffe539 [2021-05-11T07:46:28.216Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T07:46:28.089Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:46:28.094Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T07:46:28.103Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T07:46:28.118Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T07:46:28.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:46:28.122Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T07:46:28.489Z] ---> Running in 30d4e5602d21 [2021-05-11T07:46:28.927Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:46:29.072Z] Merge succeeded, producing 79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:46:29.073Z] Checking out Revision 79fa5644378b30d66480b3ba9985cf50fe859cfe (PR-3450) [2021-05-11T07:46:29.088Z] Removing intermediate container 30d4e5602d21 [2021-05-11T07:46:29.088Z] ---> e5ac72d553f6 [2021-05-11T07:46:29.088Z] [2021-05-11T07:46:29.685Z] Successfully built e5ac72d553f6 [2021-05-11T07:46:29.685Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-11T07:46:28.948Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:46:28.965Z] > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # timeout=10 [2021-05-11T07:46:29.037Z] > git remote # timeout=10 [2021-05-11T07:46:29.044Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T07:46:29.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T07:46:29.053Z] > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 [2021-05-11T07:46:29.061Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T07:46:29.077Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T07:46:29.080Z] > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # timeout=10 [2021-05-11T07:46:32.671Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:46:33.732Z] + echo snap-build.sh [2021-05-11T07:46:33.732Z] snap-build.sh [2021-05-11T07:46:33.732Z] + SNAP_BASE_DIR=. [2021-05-11T07:46:33.732Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-05-11T07:46:33.732Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-05-11T07:46:33.732Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-05-11T07:46:33.732Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-05-11T07:46:33.732Z] + cd /w/workspace/edgex-go/3 [2021-05-11T07:46:33.732Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-11T07:46:33.732Z] Reading package lists... [2021-05-11T07:46:33.732Z] Building dependency tree... [2021-05-11T07:46:33.732Z] Reading state information... [2021-05-11T07:46:33.993Z] The following packages were automatically installed and are no longer required: [2021-05-11T07:46:33.993Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-11T07:46:33.993Z] uidmap xdelta3 [2021-05-11T07:46:33.993Z] Use 'sudo apt autoremove' to remove them. [2021-05-11T07:46:33.993Z] The following packages will be REMOVED: [2021-05-11T07:46:33.993Z] lxd* lxd-client* [2021-05-11T07:46:34.255Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-11T07:46:34.255Z] After this operation, 31.7 MB disk space will be freed. [2021-05-11T07:46:35.569Z] (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-05-11T07:46:35.569Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T07:46:36.672Z] Removing lxd dnsmasq configuration [2021-05-11T07:46:36.672Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T07:46:36.672Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-11T07:46:37.619Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-11T07:46:37.619Z] (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-05-11T07:46:37.619Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T07:46:39.003Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-11T07:46:39.004Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-11T07:46:40.391Z] + sudo snap remove --purge lxd [2021-05-11T07:46:40.391Z] snap "lxd" is not installed [2021-05-11T07:46:40.391Z] + sudo groupadd --force --system lxd [2021-05-11T07:46:40.391Z] ++ whoami [2021-05-11T07:46:40.391Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-11T07:46:40.391Z] + newgrp - lxd [2021-05-11T07:46:40.391Z] + sudo snap install lxd [2021-05-11T07:46:44.824Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f2a85bb21553 [2021-05-11T07:46:44.824Z] ---> c806d760c96c [2021-05-11T07:46:44.824Z] [2021-05-11T07:46:44.824Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:46:44.824Z] ---> 9852663dfa18 [2021-05-11T07:46:44.824Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T07:46:44.824Z] ---> Using cache [2021-05-11T07:46:44.824Z] ---> 7e55b3d8f7c8 [2021-05-11T07:46:44.824Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:46:44.824Z] ---> Using cache [2021-05-11T07:46:44.824Z] ---> 6414e1145c84 [2021-05-11T07:46:44.824Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T07:46:44.824Z] ---> Running in 569ffab2194a [2021-05-11T07:46:45.432Z] Removing intermediate container 569ffab2194a [2021-05-11T07:46:45.432Z] ---> 44412fdbc5a8 [2021-05-11T07:46:45.432Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T07:46:45.709Z] ---> Running in a84c3fc7f6f8 [2021-05-11T07:46:46.310Z] Removing intermediate container a84c3fc7f6f8 [2021-05-11T07:46:46.310Z] ---> 33bca048b3cc [2021-05-11T07:46:46.310Z] Step 16/24 : WORKDIR / [2021-05-11T07:46:46.310Z] ---> Running in 91eadcda1586 [2021-05-11T07:46:46.911Z] Removing intermediate container 91eadcda1586 [2021-05-11T07:46:46.911Z] ---> b257b36fb0b3 [2021-05-11T07:46:46.911Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:46:48.359Z] ---> d22c634c000a [2021-05-11T07:46:48.359Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T07:46:48.537Z] 2021-05-11T07:46:46Z INFO Waiting for automatic snapd restart... [2021-05-11T07:46:50.349Z] ---> 92d59c13389d [2021-05-11T07:46:50.349Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T07:46:51.367Z] ---> edc14bf3f427 [2021-05-11T07:46:51.367Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T07:46:51.367Z] ---> Running in fa94c8823caa [2021-05-11T07:46:52.383Z] Removing intermediate container fa94c8823caa [2021-05-11T07:46:52.383Z] ---> bff4de6ce236 [2021-05-11T07:46:52.383Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:46:52.383Z] ---> Running in 815fdfba8477 [2021-05-11T07:46:53.379Z] Removing intermediate container 815fdfba8477 [2021-05-11T07:46:53.379Z] ---> 5a34277140a3 [2021-05-11T07:46:53.379Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T07:46:53.379Z] ---> Running in 9dbcfac97c82 [2021-05-11T07:46:53.981Z] Removing intermediate container 9dbcfac97c82 [2021-05-11T07:46:53.981Z] ---> b5362e2cfc4f [2021-05-11T07:46:53.981Z] Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:46:54.256Z] ---> Running in 7ce6ea6a9835 [2021-05-11T07:46:54.856Z] Removing intermediate container 7ce6ea6a9835 [2021-05-11T07:46:54.856Z] ---> 09d22cc6a254 [2021-05-11T07:46:54.856Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:46:55.132Z] ---> Running in 1c5e0578aba8 [2021-05-11T07:46:55.733Z] Removing intermediate container 1c5e0578aba8 [2021-05-11T07:46:55.733Z] ---> 6df62db93553 [2021-05-11T07:46:55.733Z] [2021-05-11T07:46:56.334Z] Successfully built 6df62db93553 [2021-05-11T07:46:56.608Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-11T07:47:06.660Z] lxd 4.14 from Canonical* installed [2021-05-11T07:47:06.660Z] + sudo lxd init --auto [2021-05-11T07:47:13.249Z] + sudo snap install --classic snapcraft [2021-05-11T07:47:15.130Z]  Building docker-core-metadata-go ... done Removing intermediate container f7f99c7f7c0f [2021-05-11T07:47:15.130Z] ---> b12bb9bc992b [2021-05-11T07:47:15.130Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T07:47:15.130Z] ---> Running in 1fa7504fb2af [2021-05-11T07:47:15.130Z] 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-05-11T07:47:17.771Z] Removing intermediate container 1fa7504fb2af [2021-05-11T07:47:17.771Z] ---> 87e463e7dcde [2021-05-11T07:47:17.771Z] [2021-05-11T07:47:17.771Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T07:47:17.771Z] 20.10.0: Pulling from library/docker [2021-05-11T07:47:19.833Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T07:47:19.834Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-11T07:47:19.834Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-11T07:47:19.834Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:47:19.834Z] Dload Upload Total Spent Left Speed [2021-05-11T07:47:19.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4324 [2021-05-11T07:47:20.108Z] 100 3325k 100 3325k 0 0 8750k 0 --:--:-- --:--:-- --:--:-- 8750k [2021-05-11T07:47:20.108Z] ./yq_linux_amd64 [2021-05-11T07:47:20.368Z] + sudo snapcraft prime --use-lxd [2021-05-11T07:47:21.753Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-11T07:47:21.753Z] 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-05-11T07:47:21.753Z] - README.md [2021-05-11T07:47:21.753Z] [2021-05-11T07:47:21.753Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T07:47:22.696Z] Launching a container. [2021-05-11T07:47:23.172Z] Removing intermediate container 54258ffa4cf0 [2021-05-11T07:47:23.172Z] ---> 9d18d5edfd8c [2021-05-11T07:47:23.172Z] [2021-05-11T07:47:23.172Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T07:47:23.172Z] ---> 9852663dfa18 [2021-05-11T07:47:23.172Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T07:47:23.449Z] ---> Running in 8f2b1b049878 [2021-05-11T07:47:24.043Z] Removing intermediate container 8f2b1b049878 [2021-05-11T07:47:24.044Z] ---> 32241ad60113 [2021-05-11T07:47:24.044Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T07:47:24.656Z] ---> Running in 8f6fd8d95070 [2021-05-11T07:47:25.268Z] Removing intermediate container 8f6fd8d95070 [2021-05-11T07:47:25.268Z] ---> 3dbfd37c626b [2021-05-11T07:47:25.268Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T07:47:25.268Z] ---> Running in 84f0d1d44d37 [2021-05-11T07:47:25.874Z] Removing intermediate container 84f0d1d44d37 [2021-05-11T07:47:25.874Z] ---> ff81e9f58def [2021-05-11T07:47:25.874Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T07:47:25.874Z] ---> Running in cf399527aa32 [2021-05-11T07:47:26.864Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T07:47:26.864Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T07:47:26.864Z] ---> eeaf43b92773 [2021-05-11T07:47:26.864Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T07:47:26.864Z] ---> Running in a8bedf0a0a73 [2021-05-11T07:47:27.463Z] Removing intermediate container a8bedf0a0a73 [2021-05-11T07:47:27.463Z] ---> 351399c11db1 [2021-05-11T07:47:27.463Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T07:47:27.463Z] ---> Running in 2ad7743c2c43 [2021-05-11T07:47:28.455Z] Removing intermediate container cf399527aa32 [2021-05-11T07:47:28.455Z] ---> f122c125a540 [2021-05-11T07:47:28.455Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T07:47:28.730Z] ---> Running in 638c00fb67f8 [2021-05-11T07:47:29.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:47:29.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:47:29.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T07:47:29.881Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T07:47:29.881Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T07:47:29.881Z] Executing bash-5.0.17-r0.post-install [2021-05-11T07:47:29.881Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T07:47:29.881Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T07:47:29.881Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T07:47:30.153Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T07:47:30.153Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T07:47:30.153Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T07:47:30.153Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T07:47:30.153Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T07:47:30.153Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T07:47:30.153Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T07:47:30.153Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T07:47:31.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T07:47:32.184Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T07:47:32.455Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T07:47:32.455Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T07:47:32.455Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T07:47:32.728Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T07:47:32.729Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T07:47:32.729Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T07:47:32.729Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T07:47:32.729Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T07:47:32.729Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T07:47:32.729Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T07:47:33.002Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T07:47:33.002Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T07:47:33.002Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T07:47:33.002Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T07:47:33.002Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T07:47:33.002Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T07:47:33.002Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T07:47:33.002Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T07:47:33.002Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T07:47:33.002Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T07:47:33.002Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T07:47:33.002Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T07:47:33.278Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T07:47:33.278Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T07:47:33.278Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T07:47:33.278Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T07:47:33.278Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T07:47:33.278Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T07:47:33.278Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T07:47:33.278Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T07:47:33.278Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T07:47:33.278Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T07:47:33.278Z] OK: 72 MiB in 59 packages [2021-05-11T07:47:33.553Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T07:47:33.553Z] OK: 8 MiB in 20 packages [2021-05-11T07:47:34.919Z] Waiting for container to be ready [2021-05-11T07:47:35.488Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-11T07:47:35.488Z] [2021-05-11T07:47:36.178Z] Removing intermediate container 638c00fb67f8 [2021-05-11T07:47:36.178Z] ---> 86ad4664caf8 [2021-05-11T07:47:36.178Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T07:47:36.780Z] ---> ff9c05e6d67f [2021-05-11T07:47:36.780Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T07:47:37.773Z] ---> e9e425883cf4 [2021-05-11T07:47:37.773Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T07:47:38.048Z] Collecting docker-compose==1.23.2 [2021-05-11T07:47:38.048Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T07:47:38.651Z] ---> 8cf70943859c [2021-05-11T07:47:38.651Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T07:47:38.651Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T07:47:38.651Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T07:47:38.651Z] ---> Running in e3c4354db897 [2021-05-11T07:47:39.267Z] Removing intermediate container e3c4354db897 [2021-05-11T07:47:39.267Z] ---> 4a61f367f509 [2021-05-11T07:47:39.267Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:47:39.267Z] ---> Running in bbb7d4a34f35 [2021-05-11T07:47:39.689Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-11T07:47:39.689Z] Waiting for network to be ready... [2021-05-11T07:47:39.867Z] Removing intermediate container bbb7d4a34f35 [2021-05-11T07:47:39.867Z] ---> 9f739f3fdbe6 [2021-05-11T07:47:39.867Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T07:47:39.867Z] ---> Running in 008dd7e931ca [2021-05-11T07:47:39.949Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T07:47:39.949Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-11T07:47:40.209Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T07:47:40.209Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-11T07:47:40.209Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T07:47:40.209Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T07:47:40.209Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-11T07:47:40.209Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-11T07:47:40.209Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-11T07:47:40.209Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T07:47:40.467Z] Removing intermediate container 008dd7e931ca [2021-05-11T07:47:40.467Z] ---> 1e26147840f5 [2021-05-11T07:47:40.467Z] Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:47:40.467Z] ---> Running in 8871066ffffd [2021-05-11T07:47:40.476Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T07:47:40.735Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T07:47:40.741Z] 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-05-11T07:47:40.996Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T07:47:41.015Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T07:47:41.015Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T07:47:41.015Z] Removing intermediate container 8871066ffffd [2021-05-11T07:47:41.015Z] ---> 1dd665ff2d9a [2021-05-11T07:47:41.015Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:47:41.290Z] ---> Running in 03cca6b9ff70 [2021-05-11T07:47:41.568Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T07:47:41.568Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T07:47:41.568Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T07:47:41.568Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T07:47:41.568Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T07:47:41.569Z] Removing intermediate container 03cca6b9ff70 [2021-05-11T07:47:41.569Z] ---> f76a1d66b357 [2021-05-11T07:47:41.569Z] [2021-05-11T07:47:41.828Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T07:47:42.086Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-11T07:47:42.184Z] Successfully built f76a1d66b357 [2021-05-11T07:47:42.184Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-11T07:47:42.346Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T07:47:42.346Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T07:47:42.346Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T07:47:42.346Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T07:47:42.346Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T07:47:42.346Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T07:47:42.346Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T07:47:43.164Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T07:47:43.164Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T07:47:43.758Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T07:47:43.758Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T07:47:44.260Z] Fetched 24.5 MB in 5s (5380 kB/s) [2021-05-11T07:47:45.186Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T07:47:45.186Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T07:47:45.199Z] Reading package lists... [2021-05-11T07:47:45.460Z] Reading package lists... [2021-05-11T07:47:45.728Z] Building dependency tree... [2021-05-11T07:47:45.728Z] Reading state information... [2021-05-11T07:47:45.728Z] The following additional packages will be installed: [2021-05-11T07:47:45.728Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T07:47:45.728Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T07:47:45.728Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T07:47:45.728Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-11T07:47:45.728Z] Suggested packages: [2021-05-11T07:47:45.728Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-11T07:47:45.728Z] Recommended packages: [2021-05-11T07:47:45.728Z] gnupg libsasl2-modules [2021-05-11T07:47:45.728Z] The following NEW packages will be installed: [2021-05-11T07:47:45.728Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T07:47:45.728Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T07:47:45.728Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T07:47:45.728Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-11T07:47:45.728Z] The following packages will be upgraded: [2021-05-11T07:47:45.728Z] gpg gpg-agent gpgconf libudev1 [2021-05-11T07:47:45.784Z] Collecting PyYAML<4,>=3.10 [2021-05-11T07:47:45.784Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T07:47:45.989Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-11T07:47:45.989Z] Need to get 3530 kB of archives. [2021-05-11T07:47:45.989Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-11T07:47:45.989Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-11T07:47:45.989Z] Get:2 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-05-11T07:47:46.250Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-11T07:47:46.250Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-11T07:47:46.250Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-11T07:47:46.250Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-11T07:47:46.823Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-11T07:47:46.823Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-11T07:47:46.823Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-11T07:47:46.823Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-11T07:47:46.823Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-11T07:47:46.823Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-11T07:47:46.823Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-11T07:47:46.823Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-11T07:47:46.823Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-11T07:47:46.823Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-11T07:47:46.823Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-11T07:47:47.085Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-11T07:47:47.085Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-11T07:47:47.085Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-11T07:47:47.085Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-11T07:47:47.085Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-11T07:47:47.085Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:47:47.085Z] Fetched 3530 kB in 1s (2776 kB/s) [2021-05-11T07:47:47.085Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T07:47:47.085Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:47:47.347Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T07:47:47.347Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-11T07:47:47.347Z] Selecting previously unselected package udev. [2021-05-11T07:47:47.347Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T07:47:47.347Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:47:47.609Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-11T07:47:47.870Z] Selecting previously unselected package libfuse2:amd64. [2021-05-11T07:47:47.870Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T07:47:47.870Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T07:47:48.131Z] Selecting previously unselected package fuse. [2021-05-11T07:47:48.131Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T07:47:48.131Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-11T07:47:48.131Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:47:48.131Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T07:47:48.391Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:47:48.391Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T07:47:48.391Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:47:48.391Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T07:47:48.652Z] Selecting previously unselected package libksba8:amd64. [2021-05-11T07:47:48.652Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-11T07:47:48.652Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-11T07:47:48.652Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-11T07:47:48.652Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:47:48.652Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:48.912Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-11T07:47:48.912Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:47:48.912Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:48.912Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-11T07:47:48.912Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:47:48.912Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:49.154Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T07:47:49.154Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T07:47:49.173Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-11T07:47:49.173Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:47:49.173Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:49.173Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-11T07:47:49.173Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:47:49.173Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:49.433Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-11T07:47:49.433Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:47:49.433Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:49.433Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-11T07:47:49.433Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:47:49.433Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:49.695Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-11T07:47:49.695Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:47:49.695Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:49.695Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-11T07:47:49.695Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T07:47:49.695Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:49.956Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-11T07:47:49.956Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T07:47:49.956Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T07:47:49.956Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-11T07:47:49.956Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T07:47:49.956Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T07:47:49.956Z] Selecting previously unselected package libldap-common. [2021-05-11T07:47:49.956Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-11T07:47:49.956Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T07:47:50.217Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-11T07:47:50.217Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-11T07:47:50.217Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T07:47:50.217Z] Selecting previously unselected package dirmngr. [2021-05-11T07:47:50.217Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:47:50.218Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T07:47:50.478Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T07:47:50.478Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-11T07:47:50.478Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T07:47:50.478Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T07:47:50.478Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T07:47:50.479Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-11T07:47:50.588Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T07:47:50.588Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T07:47:50.740Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:50.740Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-11T07:47:50.740Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T07:47:50.740Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-11T07:47:51.002Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-11T07:47:51.181Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T07:47:51.181Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T07:47:51.263Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:51.264Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-11T07:47:51.264Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-11T07:47:51.453Z] 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-05-11T07:47:51.525Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-11T07:47:51.525Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:51.525Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:51.525Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:51.525Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:51.525Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:51.525Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:51.525Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T07:47:51.525Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T07:47:51.786Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T07:47:51.786Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T07:47:52.047Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-11T07:47:52.047Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-11T07:47:52.047Z] This means they are not meant to be enabled using systemctl. [2021-05-11T07:47:52.047Z] Possible reasons for having this kind of units are: [2021-05-11T07:47:52.047Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-11T07:47:52.047Z] .wants/ or .requires/ directory. [2021-05-11T07:47:52.047Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-11T07:47:52.047Z] a requirement dependency on it. [2021-05-11T07:47:52.047Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-11T07:47:52.047Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-11T07:47:52.047Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-11T07:47:52.047Z] instance name specified. [2021-05-11T07:47:52.050Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T07:47:52.050Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T07:47:52.327Z] Collecting idna<2.8,>=2.5 [2021-05-11T07:47:52.327Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T07:47:52.327Z] 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-05-11T07:47:52.599Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T07:47:52.599Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T07:47:52.599Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T07:47:52.599Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T07:47:52.599Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T07:47:52.599Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T07:47:52.625Z] Reading package lists... [2021-05-11T07:47:52.625Z] Building dependency tree... [2021-05-11T07:47:52.625Z] Reading state information... [2021-05-11T07:47:52.625Z] The following additional packages will be installed: [2021-05-11T07:47:52.625Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-11T07:47:52.625Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-11T07:47:52.625Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-11T07:47:52.625Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-11T07:47:52.626Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-11T07:47:52.626Z] Suggested packages: [2021-05-11T07:47:52.626Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-11T07:47:52.626Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-11T07:47:52.626Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-11T07:47:52.626Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-11T07:47:52.626Z] systemd-container policykit-1 [2021-05-11T07:47:52.626Z] Recommended packages: [2021-05-11T07:47:52.626Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-11T07:47:52.626Z] The following NEW packages will be installed: [2021-05-11T07:47:52.626Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-11T07:47:52.626Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-11T07:47:52.626Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-11T07:47:52.626Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-11T07:47:52.626Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-11T07:47:52.626Z] The following packages will be upgraded: [2021-05-11T07:47:52.626Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-11T07:47:52.885Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-11T07:47:52.885Z] Need to get 35.2 MB of archives. [2021-05-11T07:47:52.885Z] After this operation, 141 MB of additional disk space will be used. [2021-05-11T07:47:52.885Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-11T07:47:52.885Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-11T07:47:52.885Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-11T07:47:52.885Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-11T07:47:52.885Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-11T07:47:53.145Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-11T07:47:53.145Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-11T07:47:53.145Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-11T07:47:53.145Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-11T07:47:53.145Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-11T07:47:53.145Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-11T07:47:53.145Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-11T07:47:53.145Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-11T07:47:53.145Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-11T07:47:53.145Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-11T07:47:53.145Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-11T07:47:53.145Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-11T07:47:53.579Z] Installing collected packages: dockerpty, docopt, websocket-client, jsonschema, urllib3, idna, requests, PyYAML, texttable, cached-property, docker-pycreds, docker, docker-compose [2021-05-11T07:47:53.579Z] Running setup.py install for dockerpty: started [2021-05-11T07:47:54.528Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-11T07:47:54.528Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-11T07:47:54.788Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-11T07:47:54.788Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-11T07:47:54.788Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-11T07:47:54.788Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-11T07:47:54.788Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-11T07:47:54.788Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-11T07:47:54.788Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-11T07:47:54.788Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-11T07:47:55.048Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-11T07:47:55.048Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-11T07:47:55.048Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-11T07:47:55.048Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:47:55.309Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2021-05-11T07:47:55.309Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T07:47:55.309Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:47:55.309Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T07:47:55.556Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T07:47:55.556Z] Running setup.py install for docopt: started [2021-05-11T07:47:55.880Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:47:55.880Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T07:47:56.143Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-11T07:47:56.143Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T07:47:56.143Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-11T07:47:56.143Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-11T07:47:56.406Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-11T07:47:56.406Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T07:47:56.406Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-11T07:47:56.667Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-11T07:47:56.928Z] Setting up apt (1.6.13) ... [2021-05-11T07:47:56.928Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-11T07:47:56.994Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T07:47:57.224Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-11T07:47:57.595Z] Attempting uninstall: urllib3 [2021-05-11T07:47:57.595Z] Found existing installation: urllib3 1.25.9 [2021-05-11T07:47:57.595Z] Uninstalling urllib3-1.25.9: [2021-05-11T07:47:57.869Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T07:47:58.462Z] Attempting uninstall: idna [2021-05-11T07:47:58.462Z] Found existing installation: idna 2.9 [2021-05-11T07:47:58.462Z] Uninstalling idna-2.9: [2021-05-11T07:47:58.462Z] Successfully uninstalled idna-2.9 [2021-05-11T07:47:59.056Z] Attempting uninstall: requests [2021-05-11T07:47:59.056Z] Found existing installation: requests 2.23.0 [2021-05-11T07:47:59.056Z] Uninstalling requests-2.23.0: [2021-05-11T07:47:59.056Z] Successfully uninstalled requests-2.23.0 [2021-05-11T07:47:59.138Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-11T07:47:59.138Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T07:47:59.138Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T07:47:59.328Z] Running setup.py install for PyYAML: started [2021-05-11T07:48:00.523Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-11T07:48:00.523Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T07:48:00.523Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:48:00.523Z] Selecting previously unselected package libexpat1:amd64. [2021-05-11T07:48:00.523Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-11T07:48:00.523Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T07:48:00.523Z] Selecting previously unselected package python3.6-minimal. [2021-05-11T07:48:00.523Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T07:48:00.523Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:48:00.783Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T07:48:01.045Z] Checking for services that may need to be restarted...done. [2021-05-11T07:48:01.045Z] Checking for services that may need to be restarted...done. [2021-05-11T07:48:01.045Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:48:01.045Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T07:48:01.045Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:48:01.293Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T07:48:01.293Z] Running setup.py install for texttable: started [2021-05-11T07:48:01.615Z] Selecting previously unselected package python3-minimal. [2021-05-11T07:48:01.615Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-11T07:48:01.615Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-11T07:48:01.615Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-11T07:48:01.615Z] Selecting previously unselected package mime-support. [2021-05-11T07:48:01.615Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-11T07:48:01.615Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-11T07:48:01.877Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-11T07:48:01.877Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-11T07:48:01.877Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T07:48:01.877Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-11T07:48:01.877Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T07:48:01.877Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:48:02.139Z] Selecting previously unselected package python3.6. [2021-05-11T07:48:02.139Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T07:48:02.139Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:48:02.139Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-11T07:48:02.139Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-11T07:48:02.139Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T07:48:02.400Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-11T07:48:02.661Z] Selecting previously unselected package python3. [2021-05-11T07:48:02.661Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-11T07:48:02.661Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-11T07:48:02.661Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-11T07:48:02.661Z] Selecting previously unselected package multiarch-support. [2021-05-11T07:48:02.661Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:48:02.661Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T07:48:02.661Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T07:48:02.922Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-11T07:48:02.922Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-11T07:48:02.922Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-11T07:48:02.922Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T07:48:02.922Z] Selecting previously unselected package libbsd0:amd64. [2021-05-11T07:48:02.922Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-11T07:48:02.922Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T07:48:03.183Z] Selecting previously unselected package sudo. [2021-05-11T07:48:03.183Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-11T07:48:03.183Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T07:48:03.183Z] Selecting previously unselected package apparmor. [2021-05-11T07:48:03.183Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T07:48:03.183Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-11T07:48:03.296Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T07:48:03.444Z] Selecting previously unselected package libedit2:amd64. [2021-05-11T07:48:03.444Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-11T07:48:03.444Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T07:48:03.705Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-11T07:48:03.705Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T07:48:03.705Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:48:03.705Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-11T07:48:03.705Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T07:48:03.705Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:48:03.705Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-11T07:48:03.705Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-11T07:48:03.705Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T07:48:03.965Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-11T07:48:03.965Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T07:48:03.965Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:48:03.965Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-11T07:48:03.965Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T07:48:03.965Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:48:04.226Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-11T07:48:04.226Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-11T07:48:04.226Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T07:48:04.488Z] Selecting previously unselected package openssh-client. [2021-05-11T07:48:04.488Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-11T07:48:04.488Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T07:48:04.488Z] Selecting previously unselected package squashfs-tools. [2021-05-11T07:48:04.488Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-11T07:48:04.488Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T07:48:04.735Z] 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.59.0 [2021-05-11T07:48:04.748Z] Selecting previously unselected package snapd. [2021-05-11T07:48:04.748Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-11T07:48:04.748Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-11T07:48:06.662Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T07:48:06.662Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T07:48:06.662Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-11T07:48:06.662Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T07:48:06.922Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T07:48:06.922Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:48:06.922Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T07:48:06.922Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-11T07:48:06.922Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-11T07:48:07.863Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T07:48:07.863Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T07:48:07.863Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T07:48:07.863Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:48:07.863Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:48:07.863Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T07:48:08.432Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T07:48:08.432Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:48:08.432Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T07:48:08.432Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-11T07:48:08.432Z] running python rtupdate hooks for python3.6... [2021-05-11T07:48:08.433Z] running python post-rtupdate hooks for python3.6... [2021-05-11T07:48:08.692Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-11T07:48:10.077Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-11T07:48:10.077Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T07:48:10.338Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T07:48:10.338Z] Setting up snapd (2.48.3+18.04) ... [2021-05-11T07:48:10.910Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-11T07:48:10.910Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-11T07:48:11.171Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-11T07:48:11.171Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-11T07:48:11.433Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T07:48:11.433Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T07:48:11.693Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-11T07:48:11.693Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-11T07:48:11.954Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-11T07:48:12.215Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-11T07:48:12.215Z] /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-05-11T07:48:12.215Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T07:48:12.215Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T07:48:13.017Z] Removing intermediate container 2ad7743c2c43 [2021-05-11T07:48:13.017Z] ---> 724bd7cc81d5 [2021-05-11T07:48:13.017Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T07:48:13.017Z] ---> Running in 4f5a345520a0 [2021-05-11T07:48:13.159Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T07:48:13.159Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T07:48:13.291Z] Removing intermediate container 4f5a345520a0 [2021-05-11T07:48:13.291Z] ---> f1f40add6b22 [2021-05-11T07:48:13.291Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T07:48:13.291Z] ---> Running in 49f345453d9c [2021-05-11T07:48:13.419Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T07:48:13.680Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1716 kB] [2021-05-11T07:48:13.891Z] Removing intermediate container 49f345453d9c [2021-05-11T07:48:13.891Z] ---> f91a0966b072 [2021-05-11T07:48:13.891Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T07:48:14.249Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [320 kB] [2021-05-11T07:48:14.510Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [316 kB] [2021-05-11T07:48:14.510Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [42.1 kB] [2021-05-11T07:48:14.510Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T07:48:14.510Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T07:48:14.873Z] ---> 4f9bace63ca2 [2021-05-11T07:48:14.873Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T07:48:15.083Z] Fetched 3861 kB in 2s (2134 kB/s) [2021-05-11T07:48:15.695Z] Reading package lists... [2021-05-11T07:48:15.850Z] ---> d8b6dc5109bf [2021-05-11T07:48:15.850Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T07:48:15.955Z] Reading package lists... [2021-05-11T07:48:16.216Z] Building dependency tree... [2021-05-11T07:48:16.216Z] Reading state information... [2021-05-11T07:48:16.216Z] Calculating upgrade... [2021-05-11T07:48:16.475Z] The following packages will be upgraded: [2021-05-11T07:48:16.476Z] advancecomp base-files bash binutils binutils-common [2021-05-11T07:48:16.476Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-11T07:48:16.476Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-11T07:48:16.476Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-11T07:48:16.476Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-11T07:48:16.476Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-11T07:48:16.476Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-11T07:48:16.476Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-11T07:48:16.476Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-11T07:48:16.476Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-11T07:48:16.476Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-11T07:48:16.476Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-11T07:48:16.476Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-11T07:48:16.476Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-11T07:48:16.476Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-11T07:48:16.476Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T07:48:16.476Z] Need to get 64.0 MB of archives. [2021-05-11T07:48:16.476Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-11T07:48:16.476Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-11T07:48:16.476Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-11T07:48:16.735Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-11T07:48:16.735Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-11T07:48:16.735Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-11T07:48:16.735Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-11T07:48:16.735Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-11T07:48:16.735Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-11T07:48:16.735Z] 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-05-11T07:48:16.735Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-11T07:48:16.735Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-11T07:48:16.735Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-11T07:48:16.735Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-11T07:48:16.735Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-11T07:48:16.735Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-11T07:48:16.735Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-11T07:48:16.735Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-11T07:48:16.735Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-11T07:48:16.735Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-11T07:48:16.735Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-11T07:48:16.735Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-11T07:48:16.865Z] ---> c42f9050ed4e [2021-05-11T07:48:16.865Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T07:48:16.865Z] ---> Running in d6769ab3f37a [2021-05-11T07:48:16.995Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-11T07:48:16.995Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-11T07:48:16.995Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-11T07:48:16.995Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-11T07:48:16.995Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-11T07:48:16.995Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-11T07:48:16.995Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-11T07:48:16.995Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-11T07:48:16.995Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-11T07:48:16.995Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-11T07:48:16.995Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-11T07:48:16.995Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-11T07:48:16.995Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-11T07:48:16.996Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-11T07:48:16.996Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-11T07:48:16.996Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-11T07:48:16.996Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-11T07:48:16.996Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-11T07:48:16.996Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-11T07:48:16.996Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-11T07:48:16.996Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-11T07:48:16.996Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-11T07:48:16.996Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-11T07:48:16.996Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-11T07:48:16.996Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-11T07:48:16.996Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-11T07:48:16.996Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-11T07:48:16.996Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-11T07:48:16.996Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-11T07:48:16.996Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-11T07:48:16.996Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-11T07:48:16.996Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-11T07:48:16.996Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-11T07:48:16.996Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-11T07:48:16.996Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-11T07:48:17.255Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-11T07:48:17.477Z] Removing intermediate container d6769ab3f37a [2021-05-11T07:48:17.477Z] ---> 9e5e2ed5a3cf [2021-05-11T07:48:17.477Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T07:48:17.477Z] ---> Running in 528c85f67da3 [2021-05-11T07:48:17.515Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-11T07:48:17.515Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-11T07:48:17.515Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-11T07:48:17.515Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-11T07:48:17.515Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-11T07:48:17.515Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-11T07:48:17.515Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-11T07:48:17.515Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-11T07:48:18.084Z] Removing intermediate container 528c85f67da3 [2021-05-11T07:48:18.084Z] ---> 3c07256ca6af [2021-05-11T07:48:18.084Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T07:48:18.084Z] ---> Running in 39c2b012920d [2021-05-11T07:48:18.086Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-11T07:48:18.087Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-11T07:48:18.087Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-11T07:48:18.087Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-11T07:48:18.346Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-11T07:48:18.346Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-11T07:48:18.346Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-11T07:48:18.346Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-11T07:48:18.346Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-11T07:48:18.346Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-11T07:48:18.346Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-11T07:48:18.346Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-11T07:48:18.346Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-11T07:48:18.346Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-11T07:48:18.346Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-11T07:48:18.606Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-11T07:48:18.606Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-11T07:48:18.606Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-11T07:48:18.606Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-11T07:48:18.606Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-11T07:48:18.606Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-11T07:48:18.606Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-11T07:48:18.606Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-11T07:48:18.606Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-11T07:48:18.676Z] Removing intermediate container 39c2b012920d [2021-05-11T07:48:18.676Z] ---> 26255b46648c [2021-05-11T07:48:18.676Z] Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe [2021-05-11T07:48:18.676Z] ---> Running in dcd7d9f121b0 [2021-05-11T07:48:18.866Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-11T07:48:18.866Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-11T07:48:18.866Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-11T07:48:18.866Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-11T07:48:18.866Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-11T07:48:18.866Z] Get:95 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-05-11T07:48:18.866Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-11T07:48:18.866Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-11T07:48:18.866Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-11T07:48:18.866Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-11T07:48:18.866Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-11T07:48:18.866Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-11T07:48:19.127Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:48:19.127Z] Fetched 64.0 MB in 3s (25.3 MB/s) [2021-05-11T07:48:19.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:19.127Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:48:19.127Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T07:48:19.265Z] Removing intermediate container dcd7d9f121b0 [2021-05-11T07:48:19.265Z] ---> caf8bb132498 [2021-05-11T07:48:19.265Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T07:48:19.265Z] ---> Running in 7f46bc11aaf2 [2021-05-11T07:48:19.860Z] Removing intermediate container 7f46bc11aaf2 [2021-05-11T07:48:19.860Z] ---> 328aba6116ae [2021-05-11T07:48:19.860Z] [2021-05-11T07:48:20.067Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:48:20.067Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T07:48:20.067Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-11T07:48:20.067Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-11T07:48:20.130Z] Successfully built 328aba6116ae [2021-05-11T07:48:20.130Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-11T07:48:20.423Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-11T07:48:20.429Z] $ docker stop --time=1 173f5cd194977d3c5337bc527bbdade7b35d9923b89d737547961a74f3264e31 [2021-05-11T07:48:21.009Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:21.009Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:48:21.009Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:21.009Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:48:21.270Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:21.270Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:48:21.270Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:21.270Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:48:21.530Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:21.530Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:48:21.530Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:21.530Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:48:21.791Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:21.791Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:48:21.791Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:22.053Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T07:48:22.053Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:22.053Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-11T07:48:22.053Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:22.314Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T07:48:22.314Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:22.314Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:48:22.314Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:22.314Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T07:48:22.333Z] $ docker rm -f 173f5cd194977d3c5337bc527bbdade7b35d9923b89d737547961a74f3264e31 [Pipeline] // withDockerContainer [2021-05-11T07:48:22.582Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:22.582Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] sh [2021-05-11T07:48:22.843Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:22.843Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T07:48:22.843Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:48:22.932Z] + grep docker [2021-05-11T07:48:22.932Z] + docker images [2021-05-11T07:48:23.104Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T07:48:23.207Z] docker-sys-mgmt-agent-go-arm64 latest 328aba6116ae 4 seconds ago 299MB [2021-05-11T07:48:23.207Z] docker-core-data-go-arm64 latest f76a1d66b357 42 seconds ago 20.3MB [2021-05-11T07:48:23.207Z] docker-core-metadata-go-arm64 latest 6df62db93553 About a minute ago 17.4MB [2021-05-11T07:48:23.207Z] docker-security-secretstore-setup-go-arm64 latest e5ac72d553f6 About a minute ago 24.3MB [2021-05-11T07:48:23.207Z] docker-security-bootstrapper-go-arm64 latest 6b12134c3fdd 4 minutes ago 17.1MB [2021-05-11T07:48:23.207Z] docker-support-notifications-go-arm64 latest 9b20a15b13df 4 minutes ago 16.6MB [2021-05-11T07:48:23.207Z] docker-core-command-go-arm64 latest abdd47acd017 4 minutes ago 16.1MB [2021-05-11T07:48:23.207Z] docker-support-scheduler-go-arm64 latest 2fdea1104d9c 4 minutes ago 16.1MB [2021-05-11T07:48:23.207Z] docker-security-proxy-setup-go-arm64 latest ed19ee688ec1 4 minutes ago 23.9MB [2021-05-11T07:48:23.207Z] docker 20.10.0 eeaf43b92773 5 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:48:23.687Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T07:48:23.687Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T07:48:23.687Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-11T07:48:23.789Z] ---> job-cost.sh [2021-05-11T07:48:23.789Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UDPs [2021-05-11T07:48:23.969Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-11T07:48:23.969Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-11T07:48:23.969Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-11T07:48:24.237Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-11T07:48:24.237Z] Installing new version of config file /etc/issue ... [2021-05-11T07:48:24.237Z] Installing new version of config file /etc/issue.net ... [2021-05-11T07:48:24.237Z] Installing new version of config file /etc/lsb-release ... [2021-05-11T07:48:24.237Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-11T07:48:24.497Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-11T07:48:24.497Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-11T07:48:24.497Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-11T07:48:24.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:24.758Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-11T07:48:24.758Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-11T07:48:25.019Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-11T07:48:25.019Z] 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-05-11T07:48:25.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:25.019Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:48:25.019Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-11T07:48:25.281Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:48:25.281Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:25.281Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-11T07:48:25.281Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-11T07:48:25.543Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-11T07:48:25.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:25.543Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-11T07:48:25.543Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T07:48:25.805Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-11T07:48:26.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:26.067Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T07:48:26.067Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T07:48:26.067Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T07:48:26.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:26.328Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T07:48:26.328Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T07:48:26.328Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-11T07:48:26.588Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:26.588Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-11T07:48:26.588Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-11T07:48:26.588Z] Setting up grep (3.1-2build1) ... [2021-05-11T07:48:26.849Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:26.849Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T07:48:26.849Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T07:48:27.116Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-11T07:48:27.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:27.116Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T07:48:27.116Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:48:27.376Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-11T07:48:27.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:27.376Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T07:48:27.376Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T07:48:27.946Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T07:48:27.946Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T07:48:28.206Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T07:48:28.206Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T07:48:28.776Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-11T07:48:28.776Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:28.776Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-11T07:48:28.777Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T07:48:30.163Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T07:48:30.163Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T07:48:30.423Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T07:48:30.423Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T07:48:30.423Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T07:48:30.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:30.423Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-11T07:48:30.423Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-11T07:48:30.684Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-11T07:48:30.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:30.684Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:48:30.945Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:48:30.945Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:48:30.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:30.946Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:48:31.206Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:48:31.206Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:48:31.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:31.206Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:48:31.206Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:48:31.467Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:48:31.467Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:31.467Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:48:31.467Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:48:31.728Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:48:31.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:31.728Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T07:48:31.728Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:48:31.989Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T07:48:31.989Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:48:31.989Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T07:48:31.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:31.989Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T07:48:32.251Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:48:32.251Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T07:48:32.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:32.251Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:48:32.251Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:48:32.511Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:48:32.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:32.511Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:48:32.511Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:48:32.511Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:48:32.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:32.772Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:48:32.772Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:48:33.344Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:48:33.610Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-11T07:48:33.870Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-11T07:48:33.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:33.870Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T07:48:33.870Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T07:48:34.130Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T07:48:34.391Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T07:48:34.391Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-11T07:48:34.391Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T07:48:34.652Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-11T07:48:34.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:34.652Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-11T07:48:34.913Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-11T07:48:34.913Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-11T07:48:35.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:35.174Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-11T07:48:35.174Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T07:48:35.435Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-11T07:48:35.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:35.435Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-11T07:48:35.435Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T07:48:35.695Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-11T07:48:35.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:35.695Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T07:48:35.695Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T07:48:35.969Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T07:48:35.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:35.969Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T07:48:35.969Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T07:48:36.323Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T07:48:36.323Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:36.323Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T07:48:36.323Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T07:48:36.637Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T07:48:36.637Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:36.637Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T07:48:36.935Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T07:48:36.935Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-11T07:48:36.935Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T07:48:36.935Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T07:48:36.935Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T07:48:37.214Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T07:48:37.214Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:37.214Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-11T07:48:37.214Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-11T07:48:37.489Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-11T07:48:37.489Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:37.489Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-11T07:48:37.489Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T07:48:37.489Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T07:48:37.804Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:37.804Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T07:48:37.804Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T07:48:38.118Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T07:48:38.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:38.118Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-11T07:48:38.118Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-11T07:48:38.118Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-11T07:48:38.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:38.407Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T07:48:38.407Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T07:48:38.667Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-11T07:48:38.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:38.667Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T07:48:38.928Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T07:48:38.928Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-11T07:48:38.928Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:38.928Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T07:48:38.928Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T07:48:39.210Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T07:48:39.210Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:39.210Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T07:48:39.210Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T07:48:39.471Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T07:48:39.471Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:39.471Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-11T07:48:39.471Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-11T07:48:39.732Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-11T07:48:39.732Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:39.732Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-11T07:48:39.732Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-11T07:48:40.305Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-11T07:48:40.305Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:40.305Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-11T07:48:40.305Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-11T07:48:40.568Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-11T07:48:40.568Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:40.568Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-11T07:48:40.568Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-11T07:48:40.829Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-11T07:48:40.829Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:40.829Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-11T07:48:40.829Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-11T07:48:41.093Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-11T07:48:41.093Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T07:48:41.093Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-11T07:48:41.093Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-11T07:48:41.354Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-11T07:48:41.354Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-11T07:48:41.354Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T07:48:41.354Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T07:48:41.615Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T07:48:41.615Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T07:48:41.876Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T07:48:41.876Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T07:48:41.876Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-11T07:48:42.136Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-11T07:48:42.136Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T07:48:42.136Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-11T07:48:42.397Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-11T07:48:42.397Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-11T07:48:42.397Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-11T07:48:42.657Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-11T07:48:42.657Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-11T07:48:42.657Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-11T07:48:42.916Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-11T07:48:42.916Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-11T07:48:42.916Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-11T07:48:42.916Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-11T07:48:43.177Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-11T07:48:43.177Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-11T07:48:43.177Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-11T07:48:43.438Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-11T07:48:44.380Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-11T07:48:44.380Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-11T07:48:44.380Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-11T07:48:44.380Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-11T07:48:44.380Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T07:48:44.380Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T07:48:44.639Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T07:48:44.639Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T07:48:44.899Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T07:48:44.899Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T07:48:45.159Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T07:48:45.159Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T07:48:45.421Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:45.421Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:48:45.421Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:45.421Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:48:45.681Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:45.681Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:48:45.681Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:45.681Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:48:46.621Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:46.621Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:48:47.567Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:47.567Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:48:48.137Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:48.138Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:48:48.711Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:48.711Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:48:49.655Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T07:48:49.656Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T07:48:49.656Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T07:48:49.656Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T07:48:49.656Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T07:48:49.656Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T07:48:49.917Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T07:48:50.178Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T07:48:50.178Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-11T07:48:50.178Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-11T07:48:50.482Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T07:48:50.482Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T07:48:50.743Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T07:48:50.743Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T07:48:50.743Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-11T07:48:51.004Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-11T07:48:51.004Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:51.004Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T07:48:51.004Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:51.004Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:51.266Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:51.266Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-11T07:48:51.266Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-11T07:48:51.266Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-11T07:48:51.266Z] [2021-05-11T07:48:51.266Z] Current default time zone: 'Etc/UTC' [2021-05-11T07:48:51.266Z] Local time is now: Tue May 11 07:48:51 UTC 2021. [2021-05-11T07:48:51.266Z] Universal Time is now: Tue May 11 07:48:51 UTC 2021. [2021-05-11T07:48:51.266Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-11T07:48:51.266Z] [2021-05-11T07:48:51.529Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-11T07:48:51.529Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:51.529Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-11T07:48:51.529Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-11T07:48:51.529Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-11T07:48:51.529Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-11T07:48:51.529Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-11T07:48:51.791Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-11T07:48:51.791Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-11T07:48:51.791Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T07:48:51.791Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:51.791Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-11T07:48:52.051Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:48:52.052Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T07:48:52.052Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:52.311Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-11T07:48:52.311Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-11T07:48:52.311Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-11T07:48:52.311Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T07:48:52.311Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-11T07:48:52.311Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-11T07:48:52.311Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-11T07:48:52.311Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-11T07:48:54.223Z] Updating certificates in /etc/ssl/certs... [2021-05-11T07:48:54.794Z] 23 added, 27 removed; done. [2021-05-11T07:48:55.055Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T07:48:55.055Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T07:48:55.055Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-11T07:48:55.055Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-11T07:48:55.055Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-11T07:48:55.316Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:48:55.316Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T07:48:55.316Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:48:55.316Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:48:55.316Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:48:55.316Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:48:55.316Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:48:55.577Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-11T07:48:55.577Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-11T07:48:55.577Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-11T07:48:55.577Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-11T07:48:55.577Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-11T07:48:55.577Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:48:55.577Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T07:48:55.577Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-11T07:48:55.837Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-11T07:48:55.837Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-11T07:48:55.837Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T07:48:55.837Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T07:48:55.837Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-11T07:48:56.096Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-11T07:48:56.096Z] Updating certificates in /etc/ssl/certs... [2021-05-11T07:48:56.666Z] 0 added, 0 removed; done. [2021-05-11T07:48:56.666Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-11T07:48:56.666Z] done. [2021-05-11T07:48:56.926Z] Reading package lists... [2021-05-11T07:48:57.186Z] Building dependency tree... [2021-05-11T07:48:57.186Z] Reading state information... [2021-05-11T07:48:57.186Z] The following NEW packages will be installed: [2021-05-11T07:48:57.186Z] apt-transport-https [2021-05-11T07:48:57.447Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T07:48:57.447Z] Need to get 1692 B of archives. [2021-05-11T07:48:57.447Z] After this operation, 154 kB of additional disk space will be used. [2021-05-11T07:48:57.447Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-11T07:48:57.447Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:48:57.707Z] Fetched 1692 B in 0s (8400 B/s) [2021-05-11T07:48:57.707Z] Selecting previously unselected package apt-transport-https. [2021-05-11T07:48:57.707Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-11T07:48:57.707Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-11T07:48:57.707Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-11T07:48:57.707Z] Setting up apt-transport-https (1.6.13) ... [2021-05-11T07:48:57.966Z] Waiting for network to be ready... [2021-05-11T07:49:02.745Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T07:49:04.551Z] 2021-05-11T07:49:02Z INFO Waiting for automatic snapd restart... [2021-05-11T07:49:05.934Z] snapd 2.49.2 from Canonical* installed [2021-05-11T07:49:06.877Z] "snapd" switched to the "latest/stable" channel [2021-05-11T07:49:06.877Z] [2021-05-11T07:49:10.867Z] core18 20210309 from Canonical* installed [2021-05-11T07:49:10.867Z] "core18" switched to the "latest/stable" channel [2021-05-11T07:49:10.867Z] [2021-05-11T07:49:14.169Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T07:49:14.169Z] "snapcraft" switched to the "latest/stable" channel [2021-05-11T07:49:14.169Z] [2021-05-11T07:49:18.371Z] 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-05-11T07:49:18.371Z] - README.md [2021-05-11T07:49:18.371Z] [2021-05-11T07:49:18.371Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T07:49:24.955Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:49:24.955Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T07:49:24.955Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T07:49:24.955Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T07:49:25.525Z] Reading package lists... [2021-05-11T07:49:25.787Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-05-11T07:49:32.372Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:49:32.372Z] Reading package lists... [2021-05-11T07:49:32.372Z] Building dependency tree... [2021-05-11T07:49:32.372Z] Reading state information... [2021-05-11T07:49:32.372Z] Suggested packages: [2021-05-11T07:49:32.372Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-11T07:49:32.372Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-11T07:49:32.372Z] Recommended packages: [2021-05-11T07:49:32.372Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-11T07:49:32.372Z] The following NEW packages will be installed: [2021-05-11T07:49:32.372Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-11T07:49:32.372Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-11T07:49:32.372Z] pkg-config zip [2021-05-11T07:49:32.372Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T07:49:32.372Z] Need to get 7663 kB of archives. [2021-05-11T07:49:32.372Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-11T07:49:32.372Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-11T07:49:32.372Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-11T07:49:32.372Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-11T07:49:32.372Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-11T07:49:32.372Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-11T07:49:32.632Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-11T07:49:32.632Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-11T07:49:32.632Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-11T07:49:32.632Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-11T07:49:32.891Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-11T07:49:32.891Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-11T07:49:32.891Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-11T07:49:32.891Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-11T07:49:32.891Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-11T07:49:32.891Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-11T07:49:33.150Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T07:49:33.150Z] Fetched 7663 kB in 1s (10.8 MB/s) [2021-05-11T07:49:33.150Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-11T07:49:33.150Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-11T07:49:33.150Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-11T07:49:33.150Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T07:49:33.410Z] Selecting previously unselected package libpsl5:amd64. [2021-05-11T07:49:33.410Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-11T07:49:33.410Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T07:49:33.410Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-11T07:49:33.410Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-11T07:49:33.672Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T07:49:33.672Z] Selecting previously unselected package librtmp1:amd64. [2021-05-11T07:49:33.672Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-11T07:49:33.672Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T07:49:33.672Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-11T07:49:33.672Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-11T07:49:33.672Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T07:49:33.932Z] Selecting previously unselected package liberror-perl. [2021-05-11T07:49:33.932Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-11T07:49:33.932Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-11T07:49:33.932Z] Selecting previously unselected package git-man. [2021-05-11T07:49:33.932Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-11T07:49:33.932Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T07:49:34.191Z] Selecting previously unselected package git. [2021-05-11T07:49:34.192Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-11T07:49:34.192Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T07:49:34.760Z] Selecting previously unselected package libnorm1:amd64. [2021-05-11T07:49:34.760Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-11T07:49:34.760Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T07:49:35.020Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-11T07:49:35.020Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-11T07:49:35.020Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T07:49:35.020Z] Selecting previously unselected package libsodium23:amd64. [2021-05-11T07:49:35.020Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-11T07:49:35.020Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-11T07:49:35.020Z] Selecting previously unselected package libzmq5:amd64. [2021-05-11T07:49:35.020Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T07:49:35.020Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T07:49:35.279Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-11T07:49:35.279Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T07:49:35.279Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T07:49:35.279Z] Selecting previously unselected package pkg-config. [2021-05-11T07:49:35.279Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-11T07:49:35.279Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T07:49:35.543Z] Selecting previously unselected package zip. [2021-05-11T07:49:35.544Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-11T07:49:35.544Z] Unpacking zip (3.0-11build1) ... [2021-05-11T07:49:35.544Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T07:49:35.544Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T07:49:35.544Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T07:49:35.544Z] Setting up liberror-perl (0.17025-1) ... [2021-05-11T07:49:35.804Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T07:49:35.804Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T07:49:35.804Z] No schema files found: doing nothing. [2021-05-11T07:49:35.804Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T07:49:35.804Z] Setting up zip (3.0-11build1) ... [2021-05-11T07:49:35.804Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T07:49:35.804Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-11T07:49:35.804Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T07:49:35.804Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T07:49:36.065Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T07:49:36.065Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T07:49:36.065Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T07:49:36.065Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T07:49:42.698Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:49:42.698Z] git set to automatically installed. [2021-05-11T07:49:42.698Z] git-man set to automatically installed. [2021-05-11T07:49:42.698Z] libcurl3-gnutls set to automatically installed. [2021-05-11T07:49:42.698Z] liberror-perl set to automatically installed. [2021-05-11T07:49:42.698Z] libglib2.0-0 set to automatically installed. [2021-05-11T07:49:42.698Z] libnghttp2-14 set to automatically installed. [2021-05-11T07:49:42.698Z] libnorm1 set to automatically installed. [2021-05-11T07:49:42.698Z] libpgm-5.2-0 set to automatically installed. [2021-05-11T07:49:42.698Z] libpsl5 set to automatically installed. [2021-05-11T07:49:42.698Z] librtmp1 set to automatically installed. [2021-05-11T07:49:42.698Z] libsodium23 set to automatically installed. [2021-05-11T07:49:42.698Z] libzmq3-dev set to automatically installed. [2021-05-11T07:49:42.698Z] libzmq5 set to automatically installed. [2021-05-11T07:49:42.698Z] pkg-config set to automatically installed. [2021-05-11T07:49:42.698Z] zip set to automatically installed. [2021-05-11T07:49:43.712Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T07:49:50.296Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:49:51.679Z] snap "core18" has no updates available [2021-05-11T07:49:52.620Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T07:49:59.205Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T07:50:17.318Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-11T07:50:17.318Z] Pulling go-build-helper [2021-05-11T07:50:17.318Z] + snapcraftctl pull [2021-05-11T07:50:17.318Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-11T07:50:17.318Z] Skipping pull go-build-helper (already ran) [2021-05-11T07:50:17.318Z] Building go-build-helper [2021-05-11T07:50:17.318Z] + snapcraftctl build [2021-05-11T07:50:18.701Z] Staging go-build-helper [2021-05-11T07:50:18.701Z] + snapcraftctl stage [2021-05-11T07:50:28.715Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T07:50:28.715Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T07:50:28.715Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-11T07:50:28.715Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-11T07:50:28.715Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T07:50:28.715Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T07:50:28.715Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-11T07:50:28.715Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-11T07:50:28.715Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-11T07:50:28.715Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T07:50:28.715Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T07:50:28.715Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T07:50:28.715Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T07:50:28.715Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T07:50:28.715Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T07:50:28.715Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T07:50:28.715Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T07:50:28.715Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T07:50:28.715Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T07:50:28.715Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-11T07:50:28.715Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T07:50:28.715Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T07:50:28.715Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T07:50:28.715Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T07:50:28.715Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T07:50:28.715Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T07:50:28.715Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T07:50:28.715Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-11T07:50:28.715Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T07:50:28.715Z] Fetched 224 kB in 0s (0 B/s) [2021-05-11T07:50:28.715Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T07:50:28.715Z] Fetched 157 kB in 0s (0 B/s) [2021-05-11T07:50:28.715Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T07:50:28.715Z] Fetched 221 kB in 0s (0 B/s) [2021-05-11T07:50:28.715Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T07:50:28.715Z] Fetched 143 kB in 0s (0 B/s) [2021-05-11T07:50:28.715Z] Pulling app-service-config [2021-05-11T07:50:28.715Z] + snapcraftctl pull [2021-05-11T07:50:28.715Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-11T07:50:29.290Z] Pulling config-common [2021-05-11T07:50:29.290Z] + snapcraftctl pull [2021-05-11T07:50:35.875Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T07:50:35.875Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T07:50:35.875Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T07:50:35.875Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1716 kB] [2021-05-11T07:50:35.875Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [320 kB] [2021-05-11T07:50:35.875Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [316 kB] [2021-05-11T07:50:35.875Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [42.1 kB] [2021-05-11T07:50:35.875Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T07:50:35.875Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T07:50:35.875Z] Fetched 3861 kB in 0s (0 B/s) [2021-05-11T07:50:35.875Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T07:50:35.875Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:50:35.875Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T07:50:35.875Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:50:35.875Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T07:50:35.875Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:50:35.875Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T07:50:35.875Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:50:35.875Z] Pulling edgex-go [2021-05-11T07:50:35.875Z] + snapcraftctl pull [2021-05-11T07:50:39.470Z] lf-activate-venv(): INFO: Adding /tmp/venv-UDPs/bin to PATH [2021-05-11T07:50:39.470Z] INFO: No Stack... [2021-05-11T07:50:39.470Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T07:50:39.470Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T07:50:39.805Z] + cut -d, -f6 [2021-05-11T07:50:39.805Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-05-11T07:50:39.945Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3450-3-stack-cost] [2021-05-11T07:50:39.954Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3450-3-stack-cost] did not exist. Created. [2021-05-11T07:50:39.954Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3450-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T07:50:40.308Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T07:50:40.584Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T07:50:40.598Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3450-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T07:50:57.837Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T07:50:57.837Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T07:50:57.837Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T07:50:57.837Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T07:50:57.837Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-11T07:50:57.837Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-11T07:50:57.837Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-11T07:50:57.837Z] Fetched 279 kB in 0s (0 B/s) [2021-05-11T07:50:57.837Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-11T07:50:57.837Z] Fetched 122 kB in 0s (0 B/s) [2021-05-11T07:50:57.837Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-11T07:50:57.837Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-11T07:50:57.837Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-11T07:50:57.837Z] Fetched 8848 B in 0s (0 B/s) [2021-05-11T07:50:57.837Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-11T07:50:57.837Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-11T07:50:57.837Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-11T07:50:57.837Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-11T07:50:57.837Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-11T07:50:57.838Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-11T07:50:57.838Z] Fetched 219 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-11T07:50:57.838Z] Fetched 154 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-11T07:50:57.838Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-11T07:50:57.838Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-11T07:50:57.838Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-11T07:50:57.838Z] Fetched 499 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-11T07:50:57.838Z] Fetched 111 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-11T07:50:57.838Z] Fetched 240 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-11T07:50:57.838Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-11T07:50:57.838Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-11T07:50:57.838Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-11T07:50:57.838Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-11T07:50:57.838Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-11T07:50:57.838Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-11T07:50:57.838Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-11T07:50:57.838Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-11T07:50:57.838Z] Fetched 8720 B in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-11T07:50:57.838Z] Fetched 137 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-11T07:50:57.838Z] Fetched 119 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-11T07:50:57.838Z] Fetched 110 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-11T07:50:57.838Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-11T07:50:57.838Z] Fetched 645 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-11T07:50:57.838Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-11T07:50:57.838Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-11T07:50:57.838Z] Fetched 368 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-11T07:50:57.838Z] Fetched 187 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-11T07:50:57.838Z] Fetched 175 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-11T07:50:57.838Z] Fetched 206 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-11T07:50:57.838Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-11T07:50:57.838Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-11T07:50:57.838Z] Fetched 159 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-11T07:50:57.838Z] Fetched 107 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-11T07:50:57.838Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-11T07:50:57.838Z] Pulling static-packages [2021-05-11T07:50:57.838Z] + snapcraftctl pull [2021-05-11T07:50:57.838Z] Pulling version [2021-05-11T07:50:57.838Z] + cd /root/project [2021-05-11T07:50:57.838Z] + [ -f VERSION ] [2021-05-11T07:50:57.838Z] + PROJECT_VERSION=local-dev [2021-05-11T07:50:57.838Z] + git rev-parse --short HEAD [2021-05-11T07:50:57.838Z] + GIT_REVISION=79fa5644 [2021-05-11T07:50:57.838Z] + snapcraftctl set-version local-dev [2021-05-11T07:50:58.779Z] Skipping build go-build-helper (already ran) [2021-05-11T07:50:59.040Z] Building app-service-config [2021-05-11T07:50:59.040Z] + make build [2021-05-11T07:50:59.040Z] go mod tidy [2021-05-11T07:51:01.589Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-11T07:51:01.589Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-11T07:51:01.589Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-11T07:51:01.589Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-11T07:51:01.589Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-11T07:51:01.589Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-11T07:51:01.850Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-11T07:51:01.850Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-11T07:51:01.850Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-11T07:51:02.110Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-11T07:51:02.110Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-11T07:51:02.110Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-11T07:51:02.110Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-11T07:51:02.110Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-11T07:51:02.110Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-11T07:51:02.371Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-11T07:51:02.371Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-11T07:51:02.371Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-11T07:51:02.631Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-11T07:51:02.631Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-11T07:51:02.631Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-11T07:51:02.631Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-11T07:51:02.631Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-11T07:51:02.631Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-11T07:51:02.631Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-11T07:51:02.631Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-11T07:51:02.899Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-11T07:51:02.899Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-11T07:51:02.899Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-11T07:51:02.899Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-11T07:51:02.899Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-11T07:51:02.899Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-11T07:51:02.899Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-11T07:51:02.899Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-11T07:51:02.899Z] go: downloading golang.org/x/text v0.3.2 [2021-05-11T07:51:02.899Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-11T07:51:03.163Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-11T07:51:03.163Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-11T07:51:03.163Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-11T07:51:03.163Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-11T07:51:03.163Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-11T07:51:03.163Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-11T07:51:03.163Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-11T07:51:03.430Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-11T07:51:04.747Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-11T07:51:04.747Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-11T07:51:04.747Z] go: downloading github.com/kr/text v0.1.0 [2021-05-11T07:51:05.008Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-11T07:51:05.008Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-11T07:51:05.008Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-11T07:51:05.008Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-11T07:51:05.268Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-11T07:51:05.268Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-11T07:51:05.268Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-11T07:51:05.268Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-11T07:51:05.268Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-11T07:51:05.268Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-11T07:51:05.268Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-11T07:51:05.268Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-11T07:51:05.268Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-11T07:51:05.268Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-11T07:51:05.268Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-11T07:51:05.268Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-11T07:51:05.268Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-11T07:51:05.268Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-11T07:51:05.268Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-11T07:51:05.268Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-11T07:51:05.268Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-11T07:51:05.268Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-11T07:51:05.528Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-11T07:51:05.528Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-11T07:51:05.528Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-11T07:51:05.528Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-11T07:51:05.528Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-11T07:51:05.528Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-11T07:51:05.528Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-11T07:51:05.528Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-11T07:51:05.528Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-11T07:51:05.528Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-11T07:51:05.528Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-11T07:51:15.520Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-11T07:51:15.520Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-11T07:51:15.520Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-11T07:51:15.520Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-11T07:51:15.520Z] Building config-common [2021-05-11T07:51:15.520Z] + snapcraftctl build [2021-05-11T07:51:18.058Z] Building edgex-go [2021-05-11T07:51:18.058Z] + cd /root/parts/edgex-go/src [2021-05-11T07:51:18.058Z] + make build [2021-05-11T07:51:18.058Z] 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-05-11T07:51:18.628Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 [2021-05-11T07:51:18.628Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 [2021-05-11T07:51:18.628Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-11T07:51:18.628Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-11T07:51:21.922Z] 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-05-11T07:51:27.209Z] 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-05-11T07:51:28.149Z] 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-05-11T07:51:30.061Z] 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-05-11T07:51:30.323Z] 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-05-11T07:51:32.235Z] 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-05-11T07:51:32.235Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-11T07:51:32.235Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-11T07:51:34.146Z] 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-05-11T07:51:35.092Z] 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-05-11T07:51:35.092Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-11T07:51:36.473Z] 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-05-11T07:51:37.858Z] 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-05-11T07:51:38.797Z] 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-05-11T07:51:39.057Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-11T07:51:40.968Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-11T07:51:40.968Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-11T07:51:40.968Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-11T07:51:40.968Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-11T07:51:40.968Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-11T07:51:40.968Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-11T07:51:40.968Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-11T07:51:40.968Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-11T07:51:40.968Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-11T07:51:40.968Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-11T07:51:40.968Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-05-11T07:51:44.264Z] Building static-packages [2021-05-11T07:51:44.264Z] + snapcraftctl build [2021-05-11T07:51:45.648Z] Building version [2021-05-11T07:51:45.648Z] + snapcraftctl build [2021-05-11T07:51:47.558Z] Skipping stage go-build-helper (already ran) [2021-05-11T07:51:47.558Z] Staging app-service-config [2021-05-11T07:51:47.558Z] + snapcraftctl stage [2021-05-11T07:51:48.498Z] Staging config-common [2021-05-11T07:51:48.498Z] + snapcraftctl stage [2021-05-11T07:51:49.568Z] Staging edgex-go [2021-05-11T07:51:49.568Z] + snapcraftctl stage [2021-05-11T07:51:50.618Z] Staging static-packages [2021-05-11T07:51:50.618Z] + snapcraftctl stage [2021-05-11T07:51:51.559Z] Staging version [2021-05-11T07:51:51.559Z] + snapcraftctl stage [2021-05-11T07:51:52.498Z] Priming go-build-helper [2021-05-11T07:51:52.498Z] + snapcraftctl prime [2021-05-11T07:51:53.440Z] Priming app-service-config [2021-05-11T07:51:53.440Z] + snapcraftctl prime [2021-05-11T07:51:54.824Z] Priming config-common [2021-05-11T07:51:54.824Z] + snapcraftctl prime [2021-05-11T07:51:55.765Z] Priming edgex-go [2021-05-11T07:51:55.765Z] + snapcraftctl prime [2021-05-11T07:51:56.707Z] Priming static-packages [2021-05-11T07:51:56.707Z] + snapcraftctl prime [2021-05-11T07:51:59.263Z] Priming version [2021-05-11T07:51:59.263Z] + snapcraftctl prime [2021-05-11T07:52:00.203Z] 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-05-11T07:52:02.471Z] provisioning config files... [2021-05-11T07:52:02.489Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5203534790666003254tmp [Pipeline] { [Pipeline] sh [2021-05-11T07:52:03.016Z] + set +x [2021-05-11T07:52:03.016Z] + curl -s https://codecov.io/bash [2021-05-11T07:52:03.016Z] + bash -s -- [2021-05-11T07:52:03.759Z] [2021-05-11T07:52:03.759Z] _____ _ [2021-05-11T07:52:03.759Z] / ____| | | [2021-05-11T07:52:03.759Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T07:52:03.759Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T07:52:03.759Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T07:52:03.759Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T07:52:03.759Z] Bash-1.0.2 [2021-05-11T07:52:03.759Z] [2021-05-11T07:52:03.759Z] [2021-05-11T07:52:03.759Z] ==> git version 2.24.3 found [2021-05-11T07:52:03.759Z] ==> 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-05-11T07:52:03.759Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T07:52:03.759Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T07:52:03.759Z] ==> Jenkins CI detected. [2021-05-11T07:52:03.759Z] project root: . [2021-05-11T07:52:03.759Z] --> token set from env [2021-05-11T07:52:03.759Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T07:52:03.759Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T07:52:04.124Z] ==> Python coveragepy not found [2021-05-11T07:52:04.124Z] ==> Searching for coverage reports in: [2021-05-11T07:52:04.124Z] + . [2021-05-11T07:52:04.124Z] -> Found 1 reports [2021-05-11T07:52:04.124Z] ==> Detecting git/mercurial file structure [2021-05-11T07:52:04.124Z] ==> Reading reports [2021-05-11T07:52:04.124Z] + ./coverage.out bytes=719397 [2021-05-11T07:52:04.124Z] ==> Appending adjustments [2021-05-11T07:52:04.124Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T07:52:12.685Z] + Found adjustments [2021-05-11T07:52:12.685Z] ==> Gzipping contents [2021-05-11T07:52:12.685Z] 104K /tmp/codecov.56kGB1.gz [2021-05-11T07:52:12.685Z] ==> Uploading reports [2021-05-11T07:52:12.685Z] url: https://codecov.io [2021-05-11T07:52:12.685Z] query: branch=PR-3450&commit=79fa5644378b30d66480b3ba9985cf50fe859cfe&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3450%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3450&job=&cmd_args= [2021-05-11T07:52:12.685Z] -> Pinging Codecov [2021-05-11T07:52:12.685Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3450&commit=79fa5644378b30d66480b3ba9985cf50fe859cfe&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3450%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3450&job=&cmd_args= [2021-05-11T07:52:12.685Z] -> Uploading to [2021-05-11T07:52:12.685Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/79fa5644378b30d66480b3ba9985cf50fe859cfe/fe80b34a-a373-4819-af38-0cdf23643c84.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T075211Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=111054da8bc595044a7779e4c7eaeca72bc6a2e713f77b1abaea95dd58f83abe [2021-05-11T07:52:12.685Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T07:52:12.685Z] Dload Upload Total Spent Left Speed [2021-05-11T07:52:12.685Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 144k --:--:-- --:--:-- --:--:-- 144k [2021-05-11T07:52:12.685Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/79fa5644378b30d66480b3ba9985cf50fe859cfe [Pipeline] } [2021-05-11T07:52:12.707Z] 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] { (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-05-11T07:52:13.657Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:52:15.040Z] ---> package-listing.sh [2021-05-11T07:52:15.040Z] ++ facter osfamily [2021-05-11T07:52:15.040Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T07:52:15.341Z] + OS_FAMILY=redhat [2021-05-11T07:52:15.341Z] + workspace=/w/workspace/edgex-go/3 [2021-05-11T07:52:15.341Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T07:52:15.341Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T07:52:15.341Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T07:52:15.341Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T07:52:15.341Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-11T07:52:15.341Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T07:52:15.341Z] + case "${OS_FAMILY}" in [2021-05-11T07:52:15.341Z] + sort [2021-05-11T07:52:15.341Z] + rpm -qa [2021-05-11T07:52:22.122Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T07:52:22.122Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T07:52:22.122Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T07:52:22.122Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-11T07:52:22.122Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-05-11T07:52:22.122Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-05-11T07:52:22.176Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T07:52:22.511Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:52:23.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:52:23.517Z] [2021-05-11T07:52:23.517Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T07:52:23.884Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:52:24.186Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T07:52:24.186Z] df20fa9351a1: Pulling fs layer [2021-05-11T07:52:24.186Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T07:52:24.186Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T07:52:24.186Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T07:52:24.186Z] 93b61091891f: Pulling fs layer [2021-05-11T07:52:24.186Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T07:52:24.186Z] 5e14af77c1be: Pulling fs layer [2021-05-11T07:52:24.186Z] 01666e4c0597: Pulling fs layer [2021-05-11T07:52:24.186Z] aa168da1d23b: Pulling fs layer [2021-05-11T07:52:24.186Z] 93b61091891f: Waiting [2021-05-11T07:52:24.186Z] 93b9cdb0e59b: Waiting [2021-05-11T07:52:24.186Z] 46f8f816bc3b: Waiting [2021-05-11T07:52:24.186Z] 5e14af77c1be: Waiting [2021-05-11T07:52:24.186Z] 01666e4c0597: Waiting [2021-05-11T07:52:24.186Z] aa168da1d23b: Waiting [2021-05-11T07:52:24.186Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T07:52:24.186Z] 36b3adc4ff6f: Download complete [2021-05-11T07:52:24.186Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T07:52:24.186Z] 46f8f816bc3b: Download complete [2021-05-11T07:52:24.531Z] df20fa9351a1: Download complete [2021-05-11T07:52:24.531Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T07:52:24.531Z] 93b9cdb0e59b: Download complete [2021-05-11T07:52:24.531Z] 93b61091891f: Verifying Checksum [2021-05-11T07:52:24.531Z] 93b61091891f: Download complete [2021-05-11T07:52:24.837Z] 5e14af77c1be: Download complete [2021-05-11T07:52:24.837Z] 01666e4c0597: Verifying Checksum [2021-05-11T07:52:24.837Z] 01666e4c0597: Download complete [2021-05-11T07:52:25.121Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T07:52:25.121Z] 8ad3a11d3b57: Download complete [2021-05-11T07:52:25.429Z] df20fa9351a1: Pull complete [2021-05-11T07:52:26.042Z] 36b3adc4ff6f: Pull complete [2021-05-11T07:52:28.798Z] 8ad3a11d3b57: Pull complete [2021-05-11T07:52:29.140Z] 46f8f816bc3b: Pull complete [2021-05-11T07:52:30.794Z] 93b61091891f: Pull complete [2021-05-11T07:52:30.794Z] 93b9cdb0e59b: Pull complete [2021-05-11T07:52:31.844Z] aa168da1d23b: Verifying Checksum [2021-05-11T07:52:31.844Z] aa168da1d23b: Download complete [2021-05-11T07:52:31.844Z] 5e14af77c1be: Pull complete [2021-05-11T07:52:32.136Z] 01666e4c0597: Pull complete [2021-05-11T07:52:50.885Z] aa168da1d23b: Pull complete [2021-05-11T07:52:50.885Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T07:52:50.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T07:52:50.885Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T07:52:51.253Z] prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container [2021-05-11T07:52:51.377Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T07:52:54.936Z] $ docker top 08d4f095df0d3e5381ccaef5ee4a6e46bc8e67d3710337cf1a9131eb91a8ef1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T07:52:55.616Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T07:52:56.283Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T07:52:56.944Z] + ls /var/log/sa-host [2021-05-11T07:52:56.944Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T07:52:56.944Z] file_magic: OK [2021-05-11T07:52:56.944Z] HZ: Using current value: 100 [2021-05-11T07:52:56.944Z] file_header: OK [2021-05-11T07:52:56.944Z] 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-05-11T07:52:56.944Z] Statistics: [2021-05-11T07:52:56.944Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T07:52:56.944Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T07:52:56.944Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T07:52:56.944Z] file_magic: OK [2021-05-11T07:52:56.944Z] HZ: Using current value: 100 [2021-05-11T07:52:56.944Z] file_header: OK [2021-05-11T07:52:56.944Z] 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-05-11T07:52:56.944Z] Statistics: [2021-05-11T07:52:56.944Z] Hnuu...uuuununununu... [2021-05-11T07:52:56.944Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T07:52:57.120Z] provisioning config files... [2021-05-11T07:52:57.142Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5688568029856773235tmp [Pipeline] { [Pipeline] echo [2021-05-11T07:52:57.172Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:52:57.927Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T07:52:57.948Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T07:52:57.994Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:52:58.330Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T07:52:58.347Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:52:58.671Z] ---> sudo-logs.sh [2021-05-11T07:52:58.671Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T07:52:58.992Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:52:59.374Z] ---> job-cost.sh [2021-05-11T07:52:59.646Z] lf-activate-venv: SKIPPING [2021-05-11T07:52:59.646Z] DEBUG: total: 0.20999999344348907 [2021-05-11T07:52:59.646Z] INFO: Retrieving Stack Cost... [2021-05-11T07:53:00.614Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T07:53:01.201Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T07:53:01.223Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T07:53:01.930Z] ---> logs-deploy.sh [2021-05-11T07:53:01.931Z] lf-activate-venv: SKIPPING [2021-05-11T07:53:01.931Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3450/3 [2021-05-11T07:53:01.931Z] INFO: archiving workspace using pattern(s): [2021-05-11T07:53:04.883Z] Archives upload complete. [2021-05-11T07:53:05.164Z] INFO: archiving logs to Nexus [2021-05-11T07:53:07.255Z] ---> uname -a: [2021-05-11T07:53:07.255Z] Linux prd-centos7-docker-4c-2g-4374.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-05-11T07:53:07.255Z] [2021-05-11T07:53:07.255Z]