Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from a48de70a597b3b994613674efdf7ba41d0d0d2ee+dd265b0a906f4796680bcfa54b47b0c8333d6388 (af8018c9a5da046b3a95a27c060cfd15737f15d7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16432 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit a48de70a597b3b994613674efdf7ba41d0d0d2ee Merge succeeded, producing 8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b Checking out Revision 8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b (PR-2924) > git config core.sparsecheckout # timeout=10 > git checkout -f a48de70a597b3b994613674efdf7ba41d0d0d2ee # 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 dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b # timeout=10 Commit message: "Merge commit 'dd265b0a906f4796680bcfa54b47b0c8333d6388' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-17T00:31:09.756Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-17T00:31:09.992Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-17T00:31:10.096Z] ========================================================= [2020-12-17T00:31:10.096Z] EdgeX Global Pipelines Version Info [2020-12-17T00:31:10.096Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ee088a9ad232140e7f0e6430345f2dd9daeca1f3 # timeout=10 [2020-12-17T00:31:11.627Z] ------------------- [2020-12-17T00:31:11.627Z] stable info: [2020-12-17T00:31:11.627Z] ------------------- [2020-12-17T00:31:11.627Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-17T00:31:11.627Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T00:31:11.627Z] Message: update stable to v1.0.173 [2020-12-17T00:31:12.585Z] ------------------- [2020-12-17T00:31:12.585Z] experimental info: [2020-12-17T00:31:12.585Z] ------------------- [2020-12-17T00:31:12.585Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-17T00:31:12.585Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T00:31:12.585Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-17T00:31:12.930Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-17T00:31:13.028Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-17T00:31:13.144Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-17T00:31:13.242Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-17T00:31:13.338Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-17T00:31:13.443Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-17T00:31:13.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-17T00:31:13.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-17T00:31:13.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-17T00:31:13.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-17T00:31:14.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-17T00:31:14.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-17T00:31:14.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-17T00:31:14.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-17T00:31:14.361Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-17T00:31:14.449Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-17T00:31:14.546Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-17T00:31:14.630Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-17T00:31:14.714Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-17T00:31:14.799Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-17T00:31:14.888Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-17T00:31:14.976Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-17T00:31:15.072Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-17T00:31:15.156Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo [2020-12-17T00:31:15.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo [2020-12-17T00:31:15.327Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo [2020-12-17T00:31:15.427Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [Pipeline] echo [2020-12-17T00:31:15.516Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8cc8cfc [Pipeline] echo [2020-12-17T00:31:15.599Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-17T00:31:15.767Z] provisioning config files... [2020-12-17T00:31:15.799Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config153054489070394659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:31:16.176Z] ---> docker-login.sh [2020-12-17T00:31:16.176Z] nexus3.edgexfoundry.org:10001 [2020-12-17T00:31:16.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:31:16.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:31:16.439Z] Configure a credential helper to remove this warning. See [2020-12-17T00:31:16.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:31:16.439Z] [2020-12-17T00:31:16.439Z] Login Succeeded [2020-12-17T00:31:16.439Z] nexus3.edgexfoundry.org:10002 [2020-12-17T00:31:16.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:31:16.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:31:16.700Z] Configure a credential helper to remove this warning. See [2020-12-17T00:31:16.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:31:16.700Z] [2020-12-17T00:31:16.700Z] Login Succeeded [2020-12-17T00:31:16.700Z] nexus3.edgexfoundry.org:10003 [2020-12-17T00:31:16.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:31:16.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:31:16.963Z] Configure a credential helper to remove this warning. See [2020-12-17T00:31:16.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:31:16.963Z] [2020-12-17T00:31:16.963Z] Login Succeeded [2020-12-17T00:31:16.963Z] nexus3.edgexfoundry.org:10004 [2020-12-17T00:31:16.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:31:17.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:31:17.227Z] Configure a credential helper to remove this warning. See [2020-12-17T00:31:17.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:31:17.227Z] [2020-12-17T00:31:17.227Z] Login Succeeded [2020-12-17T00:31:17.227Z] docker.io [2020-12-17T00:31:17.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:31:17.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:31:17.488Z] Configure a credential helper to remove this warning. See [2020-12-17T00:31:17.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:31:17.488Z] [2020-12-17T00:31:17.488Z] Login Succeeded [2020-12-17T00:31:17.488Z] ---> docker-login.sh ends [Pipeline] } [2020-12-17T00:31:17.498Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T00:31:17.979Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/core-command/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/core-data/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-17T00:31:17.979Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T00:31:17.979Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-17T00:31:17.979Z] ++ cut -d/ -f2 [2020-12-17T00:31:17.979Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-17T00:31:18.056Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-17T00:31:19.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T00:31:19.667Z] [2020-12-17T00:31:19.667Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:31:20.012Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T00:31:20.012Z] latest: Pulling from edgex-devops/git-semver [2020-12-17T00:31:20.012Z] 31603596830f: Pulling fs layer [2020-12-17T00:31:20.012Z] 2a8b12db71e7: Pulling fs layer [2020-12-17T00:31:20.012Z] 6ca5941a6612: Pulling fs layer [2020-12-17T00:31:20.012Z] ecc8261a40a4: Pulling fs layer [2020-12-17T00:31:20.012Z] ecc8261a40a4: Waiting [2020-12-17T00:31:20.012Z] 2a8b12db71e7: Verifying Checksum [2020-12-17T00:31:20.012Z] 2a8b12db71e7: Download complete [2020-12-17T00:31:20.012Z] 31603596830f: Verifying Checksum [2020-12-17T00:31:20.012Z] 31603596830f: Download complete [2020-12-17T00:31:20.277Z] ecc8261a40a4: Verifying Checksum [2020-12-17T00:31:20.277Z] ecc8261a40a4: Download complete [2020-12-17T00:31:20.277Z] 6ca5941a6612: Verifying Checksum [2020-12-17T00:31:20.277Z] 6ca5941a6612: Download complete [2020-12-17T00:31:20.540Z] 31603596830f: Pull complete [2020-12-17T00:31:20.809Z] 2a8b12db71e7: Pull complete [2020-12-17T00:31:21.390Z] 6ca5941a6612: Pull complete [2020-12-17T00:31:21.653Z] ecc8261a40a4: Pull complete [2020-12-17T00:31:21.653Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-17T00:31:21.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T00:31:21.653Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-17T00:31:21.754Z] prd-centos7-docker-4c-2g-16432 does not seem to be running inside a container [2020-12-17T00:31:21.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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:10004/edgex-devops/git-semver:latest cat [2020-12-17T00:31:24.266Z] $ docker top 2e0094073f8cdee2106990752b5641bcb6d5f66f21c9ce9892615bccb2cd607a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T00:31:24.693Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T00:31:24.693Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T00:31:24.921Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T00:31:24.927Z] $ docker exec 2e0094073f8cdee2106990752b5641bcb6d5f66f21c9ce9892615bccb2cd607a ssh-agent [2020-12-17T00:31:25.102Z] SSH_AUTH_SOCK=/tmp/ssh-wtqn03WmIHrA/agent.12 [2020-12-17T00:31:25.102Z] SSH_AGENT_PID=17 [2020-12-17T00:31:25.116Z] Running ssh-add (command line suppressed) [2020-12-17T00:31:25.246Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_5560304676102621545.key (/w/workspace/edgex-go/9@tmp/private_key_5560304676102621545.key) [2020-12-17T00:31:25.299Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T00:31:25.674Z] + git tag --points-at HEAD [Pipeline] } [2020-12-17T00:31:25.706Z] $ docker exec --env ******** --env ******** 2e0094073f8cdee2106990752b5641bcb6d5f66f21c9ce9892615bccb2cd607a ssh-agent -k [2020-12-17T00:31:25.830Z] unset SSH_AUTH_SOCK; [2020-12-17T00:31:25.831Z] unset SSH_AGENT_PID; [2020-12-17T00:31:25.831Z] echo Agent pid 17 killed; [2020-12-17T00:31:25.885Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-17T00:31:26.046Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T00:31:26.046Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T00:31:26.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T00:31:26.241Z] $ docker exec 2e0094073f8cdee2106990752b5641bcb6d5f66f21c9ce9892615bccb2cd607a ssh-agent [2020-12-17T00:31:26.413Z] SSH_AUTH_SOCK=/tmp/ssh-tNI1MSS23q7E/agent.45 [2020-12-17T00:31:26.413Z] SSH_AGENT_PID=50 [2020-12-17T00:31:26.420Z] Running ssh-add (command line suppressed) [2020-12-17T00:31:26.545Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_2028401641140302743.key (/w/workspace/edgex-go/9@tmp/private_key_2028401641140302743.key) [2020-12-17T00:31:26.593Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T00:31:26.921Z] + git semver init [2020-12-17T00:31:26.921Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T00:31:26.921Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2020-12-17T00:31:26.921Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2020-12-17T00:31:26.921Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T00:31:26.921Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T00:31:26.921Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T00:31:26.921Z] # $SEMVER_BRANCH = PR-2924 [2020-12-17T00:31:26.921Z] # $SEMVER_TEMP = /tmp/semver-803943787 [2020-12-17T00:31:26.921Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-17T00:31:45.275Z] # '/tmp/semver-803943787' -> '/w/workspace/edgex-go/9/.semver' [2020-12-17T00:31:45.275Z] # -> Force: false [2020-12-17T00:31:45.275Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2020-12-17T00:31:45.291Z] $ docker exec --env ******** --env ******** 2e0094073f8cdee2106990752b5641bcb6d5f66f21c9ce9892615bccb2cd607a ssh-agent -k [2020-12-17T00:31:45.500Z] unset SSH_AUTH_SOCK; [2020-12-17T00:31:45.501Z] unset SSH_AGENT_PID; [2020-12-17T00:31:45.501Z] echo Agent pid 50 killed; [2020-12-17T00:31:45.579Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T00:31:46.161Z] + git semver [Pipeline] } [2020-12-17T00:31:46.183Z] $ docker stop --time=1 2e0094073f8cdee2106990752b5641bcb6d5f66f21c9ce9892615bccb2cd607a [2020-12-17T00:31:47.795Z] $ docker rm -f 2e0094073f8cdee2106990752b5641bcb6d5f66f21c9ce9892615bccb2cd607a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T00:31:48.286Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-17T00:31:48.731Z] Stashed 1 file(s) [Pipeline] echo [2020-12-17T00:31:48.734Z] [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 [2020-12-17T00:31:49.615Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-17T00:31:49.914Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T00:31:50.216Z] + sudo service docker restart [2020-12-17T00:31:50.216Z] + true [2020-12-17T00:31:50.216Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-17T00:31:50.811Z] ========================================================= [2020-12-17T00:31:50.811Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-17T00:31:50.811Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:31:51.152Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-17T00:31:54.473Z] Sending build context to Docker daemon 326.3MB [2020-12-17T00:31:54.473Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-17T00:31:54.473Z] Step 2/7 : FROM ${BASE} [2020-12-17T00:31:54.473Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-17T00:31:54.473Z] 188c0c94c7c5: Pulling fs layer [2020-12-17T00:31:54.473Z] 0ef7d3d256c8: Pulling fs layer [2020-12-17T00:31:54.473Z] de9db76c5a1d: Pulling fs layer [2020-12-17T00:31:54.473Z] bca2f99d35d6: Pulling fs layer [2020-12-17T00:31:54.473Z] 93359f2a8cfa: Pulling fs layer [2020-12-17T00:31:54.473Z] 7c6f9722023f: Pulling fs layer [2020-12-17T00:31:54.473Z] a35cf1a2eb13: Pulling fs layer [2020-12-17T00:31:54.473Z] 93359f2a8cfa: Waiting [2020-12-17T00:31:54.473Z] a35cf1a2eb13: Waiting [2020-12-17T00:31:54.473Z] bca2f99d35d6: Waiting [2020-12-17T00:31:54.473Z] 7c6f9722023f: Waiting [2020-12-17T00:31:54.473Z] de9db76c5a1d: Verifying Checksum [2020-12-17T00:31:54.473Z] de9db76c5a1d: Download complete [2020-12-17T00:31:54.473Z] 0ef7d3d256c8: Verifying Checksum [2020-12-17T00:31:54.473Z] 0ef7d3d256c8: Download complete [2020-12-17T00:31:54.473Z] 93359f2a8cfa: Verifying Checksum [2020-12-17T00:31:54.473Z] 93359f2a8cfa: Download complete [2020-12-17T00:31:54.473Z] 7c6f9722023f: Verifying Checksum [2020-12-17T00:31:54.473Z] 7c6f9722023f: Download complete [2020-12-17T00:31:54.473Z] 188c0c94c7c5: Verifying Checksum [2020-12-17T00:31:54.473Z] 188c0c94c7c5: Download complete [2020-12-17T00:31:54.473Z] 188c0c94c7c5: Pull complete [2020-12-17T00:31:54.736Z] 0ef7d3d256c8: Pull complete [2020-12-17T00:31:54.998Z] de9db76c5a1d: Pull complete [2020-12-17T00:31:56.923Z] a35cf1a2eb13: Verifying Checksum [2020-12-17T00:31:56.923Z] a35cf1a2eb13: Download complete [2020-12-17T00:31:57.188Z] bca2f99d35d6: Download complete [2020-12-17T00:32:02.520Z] bca2f99d35d6: Pull complete [2020-12-17T00:32:02.520Z] 93359f2a8cfa: Pull complete [2020-12-17T00:32:02.520Z] 7c6f9722023f: Pull complete [2020-12-17T00:32:04.096Z] Still waiting to schedule task [2020-12-17T00:32:04.096Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16429’ [2020-12-17T00:32:07.830Z] a35cf1a2eb13: Pull complete [2020-12-17T00:32:07.830Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-17T00:32:07.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-17T00:32:07.830Z] ---> a62c8e92a672 [2020-12-17T00:32:07.830Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-17T00:32:07.830Z] ---> Running in 6a7a5a576c51 [2020-12-17T00:32:07.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:32:08.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:32:08.982Z] (1/12) Installing libmagic (5.38-r0) [2020-12-17T00:32:09.244Z] (2/12) Installing file (5.38-r0) [2020-12-17T00:32:09.244Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-17T00:32:09.244Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-17T00:32:14.550Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-17T00:32:14.550Z] (6/12) Installing patch (2.7.6-r6) [2020-12-17T00:32:14.550Z] (7/12) Installing build-base (0.5-r2) [2020-12-17T00:32:14.550Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-17T00:32:14.550Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-17T00:32:14.812Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-17T00:32:14.812Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-17T00:32:14.812Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-17T00:32:15.075Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:32:15.075Z] OK: 233 MiB in 51 packages [2020-12-17T00:32:19.302Z] Removing intermediate container 6a7a5a576c51 [2020-12-17T00:32:19.302Z] ---> 0a310eb6b4ac [2020-12-17T00:32:19.302Z] Step 4/7 : WORKDIR /edgex-go [2020-12-17T00:32:19.302Z] ---> Running in 65ef4b70bbdd [2020-12-17T00:32:19.302Z] Removing intermediate container 65ef4b70bbdd [2020-12-17T00:32:19.302Z] ---> 5a825ab832e0 [2020-12-17T00:32:19.302Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T00:32:19.565Z] latest: Pulling from library/docker [2020-12-17T00:32:19.829Z] 05e7bc50f07f: Pulling fs layer [2020-12-17T00:32:19.829Z] 6db28d0fdbf6: Pulling fs layer [2020-12-17T00:32:19.829Z] 292df0bc6bf3: Pulling fs layer [2020-12-17T00:32:19.829Z] a3104fdc50d0: Pulling fs layer [2020-12-17T00:32:19.829Z] a8e67d69e12c: Pulling fs layer [2020-12-17T00:32:19.829Z] 1ede2b221ee4: Pulling fs layer [2020-12-17T00:32:19.829Z] fc74c0d5b799: Pulling fs layer [2020-12-17T00:32:19.829Z] a8e67d69e12c: Waiting [2020-12-17T00:32:19.829Z] 1ede2b221ee4: Waiting [2020-12-17T00:32:19.829Z] fc74c0d5b799: Waiting [2020-12-17T00:32:19.829Z] a3104fdc50d0: Waiting [2020-12-17T00:32:20.098Z] 292df0bc6bf3: Verifying Checksum [2020-12-17T00:32:20.098Z] 292df0bc6bf3: Download complete [2020-12-17T00:32:20.098Z] 6db28d0fdbf6: Verifying Checksum [2020-12-17T00:32:20.098Z] 6db28d0fdbf6: Download complete [2020-12-17T00:32:20.098Z] 05e7bc50f07f: Download complete [2020-12-17T00:32:20.098Z] a8e67d69e12c: Download complete [2020-12-17T00:32:20.367Z] fc74c0d5b799: Verifying Checksum [2020-12-17T00:32:20.367Z] fc74c0d5b799: Download complete [2020-12-17T00:32:20.367Z] 05e7bc50f07f: Pull complete [2020-12-17T00:32:20.367Z] 1ede2b221ee4: Verifying Checksum [2020-12-17T00:32:20.367Z] 1ede2b221ee4: Download complete [2020-12-17T00:32:20.634Z] 6db28d0fdbf6: Pull complete [2020-12-17T00:32:20.899Z] 292df0bc6bf3: Pull complete [2020-12-17T00:32:21.164Z] a3104fdc50d0: Verifying Checksum [2020-12-17T00:32:21.164Z] a3104fdc50d0: Download complete [2020-12-17T00:32:23.728Z] a3104fdc50d0: Pull complete [2020-12-17T00:32:23.728Z] a8e67d69e12c: Pull complete [2020-12-17T00:32:23.728Z] 1ede2b221ee4: Pull complete [2020-12-17T00:32:23.991Z] fc74c0d5b799: Pull complete [2020-12-17T00:32:23.991Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-17T00:32:23.991Z] Status: Downloaded newer image for docker:latest [2020-12-17T00:32:25.391Z] ---> bed10770a5bc [2020-12-17T00:32:25.391Z] Step 6/7 : COPY go.mod . [2020-12-17T00:32:25.655Z] ---> c17d7850d0d2 [2020-12-17T00:32:25.655Z] Step 7/7 : RUN go mod download [2020-12-17T00:32:25.655Z] ---> Running in a0760a55be60 [2020-12-17T00:32:47.671Z] Removing intermediate container a0760a55be60 [2020-12-17T00:32:47.671Z] ---> e4c6e59733ff [2020-12-17T00:32:47.671Z] Successfully built e4c6e59733ff [2020-12-17T00:32:47.671Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:32:47.992Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T00:32:47.992Z] . [Pipeline] withDockerContainer [2020-12-17T00:32:48.102Z] prd-centos7-docker-4c-2g-16432 does not seem to be running inside a container [2020-12-17T00:32:48.153Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T00:32:49.099Z] $ docker top 8ee6d34fe35772514a025bdc10ba3626f685641ab8c3e0454d80104f634febfa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T00:32:49.650Z] + go version [2020-12-17T00:32:49.650Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-17T00:32:49.667Z] $ docker stop --time=1 8ee6d34fe35772514a025bdc10ba3626f685641ab8c3e0454d80104f634febfa [2020-12-17T00:32:51.023Z] $ docker rm -f 8ee6d34fe35772514a025bdc10ba3626f685641ab8c3e0454d80104f634febfa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:32:51.851Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T00:32:51.851Z] . [Pipeline] withDockerContainer [2020-12-17T00:32:51.960Z] prd-centos7-docker-4c-2g-16432 does not seem to be running inside a container [2020-12-17T00:32:52.010Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T00:32:52.766Z] $ docker top 39b6e3917c85f4d3eccb5ae2d50edb639df9c9524ed9f8a9380bcf8a299d647c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-17T00:32:52.954Z] ========================================================= [2020-12-17T00:32:52.954Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-17T00:32:52.954Z] ========================================================= [Pipeline] sh [2020-12-17T00:32:53.247Z] + make test [2020-12-17T00:32:53.247Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-17T00:33:03.313Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-17T00:33:15.672Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-17T00:33:22.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-17T00:33:22.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-17T00:33:22.666Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-17T00:33:22.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-17T00:33:22.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-17T00:33:22.998Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-17T00:33:25.117Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.023s [2020-12-17T00:33:25.117Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-17T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-17T00:33:26.529Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-17T00:33:26.529Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-17T00:33:26.529Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-17T00:33:26.529Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-17T00:33:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 46.6% of statements [2020-12-17T00:33:29.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-17T00:33:29.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-17T00:33:29.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-17T00:33:29.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-17T00:33:29.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-17T00:33:33.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.217s coverage: 27.1% of statements [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-17T00:33:33.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-17T00:33:33.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-17T00:33:33.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.395s coverage: 71.3% of statements [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-17T00:33:33.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-17T00:33:33.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.111s coverage: 83.7% of statements [2020-12-17T00:33:33.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-17T00:33:33.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T00:33:33.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-17T00:33:33.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-17T00:33:35.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements [2020-12-17T00:33:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-17T00:33:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-17T00:33:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-17T00:33:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-17T00:33:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-17T00:33:35.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2020-12-17T00:33:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-17T00:33:35.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2020-12-17T00:33:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-17T00:33:35.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements [2020-12-17T00:33:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-17T00:33:35.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements [2020-12-17T00:33:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-17T00:33:35.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2020-12-17T00:33:35.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-17T00:33:35.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-17T00:33:35.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-17T00:33:35.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-17T00:33:37.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.359s coverage: 93.8% of statements [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-17T00:33:37.630Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-17T00:33:37.630Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-17T00:33:37.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-17T00:33:37.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements [2020-12-17T00:33:37.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-17T00:33:37.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2020-12-17T00:33:37.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2020-12-17T00:33:38.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2020-12-17T00:33:38.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.071s coverage: 91.4% of statements [2020-12-17T00:33:38.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-17T00:33:39.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 63.5% of statements [2020-12-17T00:33:39.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-17T00:33:39.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-17T00:33:39.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2020-12-17T00:33:39.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2020-12-17T00:33:39.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2020-12-17T00:33:39.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2020-12-17T00:33:39.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2020-12-17T00:33:40.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.270s coverage: 68.9% of statements [2020-12-17T00:33:40.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-17T00:33:40.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-17T00:33:40.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-17T00:33:40.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-17T00:33:40.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-17T00:33:40.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.194s coverage: 86.3% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.040s coverage: 72.2% of statements [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.424s coverage: 72.1% of statements [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.043s coverage: 48.4% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.048s coverage: 28.8% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.325s coverage: 84.0% of statements [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.670s coverage: 29.1% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-17T00:33:50.822Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2020-12-17T00:33:50.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-17T00:33:50.822Z] GO111MODULE=on go vet ./... [2020-12-17T00:34:12.961Z] gofmt -l . [2020-12-17T00:34:13.534Z] [ "`gofmt -l .`" = "" ] [2020-12-17T00:34:14.114Z] ./bin/test-go-mod-tidy.sh [2020-12-17T00:34:14.691Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-17T00:34:16.925Z] + ls -al . [2020-12-17T00:34:16.925Z] total 660 [2020-12-17T00:34:16.925Z] drwxrwxr-x 10 1001 1001 4096 Dec 17 00:34 . [2020-12-17T00:34:16.925Z] drwxr-xr-x 4 root root 28 Dec 17 00:32 .. [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 11 Dec 17 00:31 .dockerignore [2020-12-17T00:34:16.925Z] drwxrwxr-x 8 1001 1001 179 Dec 17 00:31 .git [2020-12-17T00:34:16.925Z] drwxrwxr-x 3 1001 1001 125 Dec 17 00:31 .github [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 943 Dec 17 00:31 .gitignore [2020-12-17T00:34:16.925Z] drwx------ 3 1001 1001 47 Dec 17 00:31 .semver [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 166 Dec 17 00:31 .sonarcloud.properties [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 3804 Dec 17 00:31 CONTRIBUTING.md [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 1035 Dec 17 00:31 Dockerfile.build [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 863 Dec 17 00:31 Jenkinsfile [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 10775 Dec 17 00:31 LICENSE [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 6318 Dec 17 00:31 Makefile [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 6362 Dec 17 00:31 README.md [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 7286 Dec 17 00:31 SECURITY.md [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 5 Dec 17 00:31 VERSION [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 4131 Dec 17 00:31 ZMQWindows.md [2020-12-17T00:34:16.925Z] drwxrwxr-x 2 1001 1001 117 Dec 17 00:31 bin [2020-12-17T00:34:16.925Z] drwxrwxr-x 15 1001 1001 4096 Dec 17 00:31 cmd [2020-12-17T00:34:16.925Z] -rw-r--r-- 1 root root 562620 Dec 17 00:33 coverage.out [2020-12-17T00:34:16.925Z] -rw-r--r-- 1 root root 979 Dec 17 00:34 go.mod [2020-12-17T00:34:16.925Z] -rw-r--r-- 1 root root 18631 Dec 17 00:34 go.sum [2020-12-17T00:34:16.925Z] drwxrwxr-x 8 1001 1001 127 Dec 17 00:31 internal [2020-12-17T00:34:16.925Z] drwxrwxr-x 4 1001 1001 26 Dec 17 00:31 openapi [2020-12-17T00:34:16.925Z] drwxrwxr-x 4 1001 1001 71 Dec 17 00:31 snap [2020-12-17T00:34:16.925Z] -rw-rw-r-- 1 1001 1001 168 Dec 17 00:31 version.go [Pipeline] sh [2020-12-17T00:34:17.231Z] + '[' -e coverage.out ] [2020-12-17T00:34:17.231Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-17T00:34:17.478Z] Stashed 1 file(s) [Pipeline] sh [2020-12-17T00:34:17.778Z] + make build [2020-12-17T00:34:17.778Z] 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 [2020-12-17T00:34:20.348Z] 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 [2020-12-17T00:34:28.529Z] 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 [2020-12-17T00:34:29.488Z] 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 [2020-12-17T00:34:32.048Z] 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 [2020-12-17T00:34:32.048Z] 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 [2020-12-17T00:34:33.447Z] 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 [2020-12-17T00:34:34.563Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16435 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2020-12-17T00:34:34.622Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2020-12-17T00:34:34.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T00:34:35.809Z] 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 [2020-12-17T00:34:36.757Z] 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 [2020-12-17T00:34:38.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-17T00:34:39.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T00:34:40.020Z] using credential edgex-jenkins-ssh [2020-12-17T00:34:40.068Z] 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 [2020-12-17T00:34:40.100Z] Cloning the remote Git repository [2020-12-17T00:34:40.174Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-17T00:34:40.282Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2020-12-17T00:34:40.372Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T00:34:40.372Z] > git --version # timeout=10 [2020-12-17T00:34:40.390Z] > git --version # 'git version 2.17.1' [2020-12-17T00:34:40.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T00:34:40.452Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2020-12-17T00:34:41.485Z] $ docker stop --time=1 39b6e3917c85f4d3eccb5ae2d50edb639df9c9524ed9f8a9380bcf8a299d647c [2020-12-17T00:34:43.116Z] $ docker rm -f 39b6e3917c85f4d3eccb5ae2d50edb639df9c9524ed9f8a9380bcf8a299d647c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:34:46.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T00:34:46.246Z] [2020-12-17T00:34:46.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:34:46.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T00:34:46.602Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-17T00:34:46.602Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-17T00:34:46.602Z] ca9280d653b3: Pulling fs layer [2020-12-17T00:34:46.602Z] 7e9c9ca2126c: Pulling fs layer [2020-12-17T00:34:47.556Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-17T00:34:47.556Z] cbdbe7a5bc2a: Download complete [2020-12-17T00:34:47.818Z] ca9280d653b3: Verifying Checksum [2020-12-17T00:34:47.818Z] ca9280d653b3: Download complete [2020-12-17T00:34:48.086Z] cbdbe7a5bc2a: Pull complete [2020-12-17T00:34:49.041Z] ca9280d653b3: Pull complete [2020-12-17T00:34:49.041Z] 7e9c9ca2126c: Download complete [2020-12-17T00:34:55.666Z] 7e9c9ca2126c: Pull complete [2020-12-17T00:34:55.666Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-17T00:34:55.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T00:34:55.666Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-17T00:34:55.873Z] prd-centos7-docker-4c-2g-16432 does not seem to be running inside a container [2020-12-17T00:34:55.995Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-17T00:34:58.949Z] $ docker top 9b5cfd6c05fa7fe7bc3930b775e88aa4ffac80dd295f53a7de81355078f674e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T00:34:59.499Z] + docker-compose build --help [2020-12-17T00:34:59.499Z] + grep parallel [2020-12-17T00:35:00.445Z] --parallel Build images in parallel. [Pipeline] } [2020-12-17T00:35:00.463Z] $ docker stop --time=1 9b5cfd6c05fa7fe7bc3930b775e88aa4ffac80dd295f53a7de81355078f674e1 [2020-12-17T00:35:01.813Z] $ docker rm -f 9b5cfd6c05fa7fe7bc3930b775e88aa4ffac80dd295f53a7de81355078f674e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:35:02.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T00:35:02.436Z] . [Pipeline] withDockerContainer [2020-12-17T00:35:02.538Z] prd-centos7-docker-4c-2g-16432 does not seem to be running inside a container [2020-12-17T00:35:02.590Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-17T00:35:02.966Z] Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit a48de70a597b3b994613674efdf7ba41d0d0d2ee [2020-12-17T00:35:03.287Z] $ docker top f1e05e5079195ca804c6884e762951e03ae46a94fb088f77d83be72e8735dd69 -eo pid,comm [2020-12-17T00:35:01.398Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T00:35:01.417Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T00:35:01.450Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T00:35:01.489Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T00:35:01.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T00:35:01.504Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-17T00:35:03.002Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T00:35:03.016Z] > git checkout -f a48de70a597b3b994613674efdf7ba41d0d0d2ee # timeout=10 [2020-12-17T00:35:03.341Z] > git remote # timeout=10 [2020-12-17T00:35:03.364Z] > git config --get remote.origin.url # timeout=10 [2020-12-17T00:35:03.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T00:35:03.406Z] > git merge dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 [Pipeline] { [Pipeline] sh [2020-12-17T00:35:03.873Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-17T00:35:03.949Z] Merge succeeded, producing 8ea381aa881cfb8aea1f504a050fdfb60957cfd8 [2020-12-17T00:35:03.950Z] Checking out Revision 8ea381aa881cfb8aea1f504a050fdfb60957cfd8 (PR-2924) [2020-12-17T00:35:04.819Z] Building docker-core-command-go ... [2020-12-17T00:35:04.819Z] Building docker-core-data-go ... [2020-12-17T00:35:04.819Z] Building docker-core-metadata-go ... [2020-12-17T00:35:04.819Z] Building docker-security-bootstrap-redis-go ... [2020-12-17T00:35:04.819Z] Building docker-security-proxy-setup-go ... [2020-12-17T00:35:04.819Z] Building docker-security-secrets-setup-go ... [2020-12-17T00:35:04.819Z] Building docker-security-secretstore-setup-go ... [2020-12-17T00:35:04.819Z] Building docker-support-notifications-go ... [2020-12-17T00:35:04.819Z] Building docker-support-scheduler-go ... [2020-12-17T00:35:04.819Z] Building docker-sys-mgmt-agent-go ... [2020-12-17T00:35:04.819Z] Building docker-core-metadata-go [2020-12-17T00:35:04.819Z] Building docker-security-proxy-setup-go [2020-12-17T00:35:04.819Z] Building docker-security-secretstore-setup-go [2020-12-17T00:35:04.819Z] Building docker-sys-mgmt-agent-go [2020-12-17T00:35:04.819Z] Building docker-core-data-go [2020-12-17T00:35:03.906Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-17T00:35:03.970Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T00:35:04.019Z] > git checkout -f 8ea381aa881cfb8aea1f504a050fdfb60957cfd8 # timeout=10 [2020-12-17T00:35:08.594Z] Commit message: "Merge commit 'dd265b0a906f4796680bcfa54b47b0c8333d6388' into HEAD" [2020-12-17T00:35:08.622Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T00:35:10.183Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-17T00:35:10.645Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T00:35:08.618Z] > git rev-list --no-walk ee088a9ad232140e7f0e6430345f2dd9daeca1f3 # timeout=10 [2020-12-17T00:35:10.982Z] + sudo service docker restart [2020-12-17T00:35:10.982Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-17T00:35:13.720Z] provisioning config files... [2020-12-17T00:35:13.770Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config2966827104326474049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:35:14.213Z] ---> docker-login.sh [2020-12-17T00:35:14.213Z] nexus3.edgexfoundry.org:10001 [2020-12-17T00:35:15.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:35:15.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:35:15.482Z] Configure a credential helper to remove this warning. See [2020-12-17T00:35:15.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:35:15.482Z] [2020-12-17T00:35:15.482Z] Login Succeeded [2020-12-17T00:35:15.482Z] nexus3.edgexfoundry.org:10002 [2020-12-17T00:35:16.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:35:16.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:35:16.085Z] Configure a credential helper to remove this warning. See [2020-12-17T00:35:16.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:35:16.085Z] [2020-12-17T00:35:16.085Z] Login Succeeded [2020-12-17T00:35:16.085Z] nexus3.edgexfoundry.org:10003 [2020-12-17T00:35:16.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:35:16.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:35:16.683Z] Configure a credential helper to remove this warning. See [2020-12-17T00:35:16.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:35:16.683Z] [2020-12-17T00:35:16.683Z] Login Succeeded [2020-12-17T00:35:16.683Z] nexus3.edgexfoundry.org:10004 [2020-12-17T00:35:17.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:35:17.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:35:17.284Z] Configure a credential helper to remove this warning. See [2020-12-17T00:35:17.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:35:17.284Z] [2020-12-17T00:35:17.284Z] Login Succeeded [2020-12-17T00:35:17.284Z] docker.io [2020-12-17T00:35:17.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T00:35:18.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T00:35:18.158Z] Configure a credential helper to remove this warning. See [2020-12-17T00:35:18.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T00:35:18.158Z] [2020-12-17T00:35:18.158Z] Login Succeeded [2020-12-17T00:35:18.158Z] ---> docker-login.sh ends [Pipeline] } [2020-12-17T00:35:18.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-17T00:35:18.653Z] ========================================================= [2020-12-17T00:35:18.653Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-17T00:35:18.653Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:35:19.035Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-17T00:35:21.674Z] Sending build context to Docker daemon 165.5MB [2020-12-17T00:35:21.674Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-17T00:35:21.674Z] Step 2/7 : FROM ${BASE} [2020-12-17T00:35:21.674Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-17T00:35:21.674Z] 5f621e34cdf4: Pulling fs layer [2020-12-17T00:35:21.674Z] a4357932f1b6: Pulling fs layer [2020-12-17T00:35:21.674Z] 18c013af1878: Pulling fs layer [2020-12-17T00:35:21.674Z] 00ac8860ef70: Pulling fs layer [2020-12-17T00:35:21.674Z] 63d7cb157983: Pulling fs layer [2020-12-17T00:35:21.674Z] b116817d02f9: Pulling fs layer [2020-12-17T00:35:21.674Z] 745a02a5169b: Pulling fs layer [2020-12-17T00:35:21.674Z] 63d7cb157983: Waiting [2020-12-17T00:35:21.674Z] b116817d02f9: Waiting [2020-12-17T00:35:21.674Z] 745a02a5169b: Waiting [2020-12-17T00:35:21.674Z] 00ac8860ef70: Waiting [2020-12-17T00:35:21.674Z] 18c013af1878: Download complete [2020-12-17T00:35:21.674Z] a4357932f1b6: Verifying Checksum [2020-12-17T00:35:21.674Z] a4357932f1b6: Download complete [2020-12-17T00:35:21.674Z] 63d7cb157983: Verifying Checksum [2020-12-17T00:35:21.674Z] 63d7cb157983: Download complete [2020-12-17T00:35:21.674Z] b116817d02f9: Verifying Checksum [2020-12-17T00:35:21.674Z] 5f621e34cdf4: Verifying Checksum [2020-12-17T00:35:21.674Z] 5f621e34cdf4: Download complete [2020-12-17T00:35:22.273Z] 5f621e34cdf4: Pull complete [2020-12-17T00:35:22.873Z] a4357932f1b6: Pull complete [2020-12-17T00:35:23.479Z] 18c013af1878: Pull complete [2020-12-17T00:35:24.920Z] 745a02a5169b: Verifying Checksum [2020-12-17T00:35:24.920Z] 745a02a5169b: Download complete [2020-12-17T00:35:26.362Z] 00ac8860ef70: Verifying Checksum [2020-12-17T00:35:26.362Z] 00ac8860ef70: Download complete [2020-12-17T00:35:37.096Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:35:37.096Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:35:37.096Z] ---> e4c6e59733ff [2020-12-17T00:35:37.096Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T00:35:37.096Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:35:37.096Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:35:37.096Z] ---> e4c6e59733ff [2020-12-17T00:35:37.096Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T00:35:37.096Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:35:37.096Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:35:37.096Z] ---> e4c6e59733ff [2020-12-17T00:35:37.096Z] Step 3/23 : WORKDIR /edgex-go [2020-12-17T00:35:37.096Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:35:37.096Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:35:37.096Z] ---> e4c6e59733ff [2020-12-17T00:35:37.096Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T00:35:37.096Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:35:37.096Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:35:37.096Z] ---> e4c6e59733ff [2020-12-17T00:35:37.096Z] Step 3/27 : WORKDIR /edgex-go [2020-12-17T00:35:37.096Z] ---> Running in d135776e67d4 [2020-12-17T00:35:37.096Z] ---> Running in 090726c059c3 [2020-12-17T00:35:37.096Z] ---> Running in ed8dca58ff53 [2020-12-17T00:35:37.096Z] ---> Running in 1167a3784ff9 [2020-12-17T00:35:37.096Z] ---> Running in d03f2a5af168 [2020-12-17T00:35:37.363Z] Removing intermediate container 090726c059c3 [2020-12-17T00:35:37.363Z] ---> e84f8eaf2c91 [2020-12-17T00:35:37.363Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:35:37.363Z] Removing intermediate container 1167a3784ff9 [2020-12-17T00:35:37.363Z] ---> 2fe722199f89 [2020-12-17T00:35:37.363Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:35:37.631Z] Removing intermediate container d03f2a5af168 [2020-12-17T00:35:37.631Z] ---> a6c660e6fcb6 [2020-12-17T00:35:37.631Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:35:37.631Z] Removing intermediate container d135776e67d4 [2020-12-17T00:35:37.631Z] ---> ef9eed4788f8 [2020-12-17T00:35:37.631Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:35:37.631Z] Removing intermediate container ed8dca58ff53 [2020-12-17T00:35:37.631Z] ---> 5e75d9c881c4 [2020-12-17T00:35:37.631Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:35:37.631Z] ---> Running in 3de6f81748b6 [2020-12-17T00:35:37.631Z] ---> Running in a10795fd76a4 [2020-12-17T00:35:37.631Z] ---> Running in f28cf7d43b8b [2020-12-17T00:35:37.631Z] ---> Running in dfdea054a9f6 [2020-12-17T00:35:37.631Z] ---> Running in c9b1b027ddd7 [2020-12-17T00:35:38.800Z] 00ac8860ef70: Pull complete [2020-12-17T00:35:39.080Z] 63d7cb157983: Pull complete [2020-12-17T00:35:39.360Z] b116817d02f9: Pull complete [2020-12-17T00:35:39.586Z] Removing intermediate container a10795fd76a4 [2020-12-17T00:35:39.586Z] ---> 509fdb05a97b [2020-12-17T00:35:39.586Z] Step 5/24 : RUN apk update && apk add make git [2020-12-17T00:35:39.850Z] Removing intermediate container f28cf7d43b8b [2020-12-17T00:35:39.850Z] ---> 86cd5c7c0337 [2020-12-17T00:35:39.850Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-17T00:35:39.850Z] Removing intermediate container 3de6f81748b6 [2020-12-17T00:35:39.850Z] ---> 59d23c0d6051 [2020-12-17T00:35:39.850Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T00:35:39.850Z] ---> Running in 672d560abc0f [2020-12-17T00:35:40.113Z] ---> Running in 04fbec2e0909 [2020-12-17T00:35:40.113Z] Removing intermediate container dfdea054a9f6 [2020-12-17T00:35:40.113Z] ---> 34b48e08b04b [2020-12-17T00:35:40.113Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T00:35:40.113Z] ---> Running in 4948a9eb5511 [2020-12-17T00:35:40.378Z] ---> Running in 8b0a95a50237 [2020-12-17T00:35:40.378Z] Removing intermediate container c9b1b027ddd7 [2020-12-17T00:35:40.378Z] ---> 40eb1312321e [2020-12-17T00:35:40.378Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-17T00:35:40.648Z] ---> Running in 8e9a74c40d2a [2020-12-17T00:35:41.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:41.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:41.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:41.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:41.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:41.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:41.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:42.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:42.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:42.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:35:42.545Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:35:42.545Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:35:42.545Z] OK: 12750 distinct packages available [2020-12-17T00:35:42.545Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:35:42.545Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:35:42.545Z] OK: 12750 distinct packages available [2020-12-17T00:35:42.545Z] OK: 233 MiB in 51 packages [2020-12-17T00:35:42.545Z] OK: 233 MiB in 51 packages [2020-12-17T00:35:42.771Z] 745a02a5169b: Pull complete [2020-12-17T00:35:42.771Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-17T00:35:42.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-17T00:35:42.771Z] ---> b7e6874047d6 [2020-12-17T00:35:42.771Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-17T00:35:42.811Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:35:42.811Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:35:42.811Z] OK: 12750 distinct packages available [2020-12-17T00:35:42.811Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:35:42.811Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:35:42.811Z] OK: 12750 distinct packages available [2020-12-17T00:35:42.811Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:35:42.811Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:35:42.811Z] OK: 12750 distinct packages available [2020-12-17T00:35:43.077Z] OK: 233 MiB in 51 packages [2020-12-17T00:35:43.077Z] OK: 233 MiB in 51 packages [2020-12-17T00:35:43.077Z] OK: 233 MiB in 51 packages [2020-12-17T00:35:43.664Z] Removing intermediate container 04fbec2e0909 [2020-12-17T00:35:43.664Z] ---> 4c5943c94afe [2020-12-17T00:35:43.664Z] Step 6/27 : COPY go.mod . [2020-12-17T00:35:43.664Z] Removing intermediate container 672d560abc0f [2020-12-17T00:35:43.664Z] ---> c117ce27dc0c [2020-12-17T00:35:43.664Z] Step 6/24 : COPY go.mod . [2020-12-17T00:35:43.930Z] ---> d3f9f07b5c80 [2020-12-17T00:35:43.930Z] Step 7/27 : RUN go mod download [2020-12-17T00:35:43.930Z] ---> 605e85dadf0a [2020-12-17T00:35:43.930Z] Step 7/24 : RUN go mod download [2020-12-17T00:35:44.195Z] ---> Running in d5b50225ccbc [2020-12-17T00:35:44.195Z] Removing intermediate container 8b0a95a50237 [2020-12-17T00:35:44.195Z] ---> 97e4bf056434 [2020-12-17T00:35:44.195Z] Step 6/22 : COPY go.mod . [2020-12-17T00:35:44.195Z] Removing intermediate container 8e9a74c40d2a [2020-12-17T00:35:44.195Z] ---> 73dc33cffc04 [2020-12-17T00:35:44.195Z] Step 6/23 : COPY go.mod . [2020-12-17T00:35:44.460Z] ---> Running in cf4c2b6effcb [2020-12-17T00:35:44.737Z] Removing intermediate container 4948a9eb5511 [2020-12-17T00:35:44.737Z] ---> cd5ae4af2333 [2020-12-17T00:35:44.737Z] Step 6/21 : COPY go.mod . [2020-12-17T00:35:44.737Z] ---> 59b2f7eb5e37 [2020-12-17T00:35:44.737Z] Step 7/22 : RUN go mod download [2020-12-17T00:35:44.737Z] ---> bc7c503c9bb8 [2020-12-17T00:35:44.737Z] Step 7/23 : RUN go mod download [2020-12-17T00:35:45.315Z] ---> Running in 36da2ad95082 [2020-12-17T00:35:45.585Z] ---> Running in 74b244a75126 [2020-12-17T00:35:45.585Z] ---> ebb0bc9ada72 [2020-12-17T00:35:45.585Z] Step 7/21 : RUN go mod download [2020-12-17T00:35:45.585Z] ---> Running in a3c2e4996b8b [2020-12-17T00:35:46.558Z] Removing intermediate container cf4c2b6effcb [2020-12-17T00:35:46.558Z] ---> dff58a6d4b66 [2020-12-17T00:35:46.558Z] Step 8/24 : COPY . . [2020-12-17T00:35:46.558Z] Removing intermediate container d5b50225ccbc [2020-12-17T00:35:46.558Z] ---> b571a7757e6c [2020-12-17T00:35:46.558Z] Step 8/27 : COPY . . [2020-12-17T00:35:47.091Z] ---> Running in 029240a72900 [2020-12-17T00:35:47.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:35:48.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:35:49.644Z] (1/12) Installing libmagic (5.38-r0) [2020-12-17T00:35:50.239Z] (2/12) Installing file (5.38-r0) [2020-12-17T00:35:50.239Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-17T00:35:50.239Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-17T00:35:53.214Z] Removing intermediate container 74b244a75126 [2020-12-17T00:35:53.214Z] ---> de49644a46dd [2020-12-17T00:35:53.214Z] Step 8/23 : COPY . . [2020-12-17T00:35:54.176Z] Removing intermediate container 36da2ad95082 [2020-12-17T00:35:54.176Z] ---> da5994da56f0 [2020-12-17T00:35:54.176Z] Step 8/22 : COPY . . [2020-12-17T00:35:55.632Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-17T00:35:55.632Z] (6/12) Installing patch (2.7.6-r6) [2020-12-17T00:35:55.632Z] (7/12) Installing build-base (0.5-r2) [2020-12-17T00:35:55.632Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-17T00:35:55.632Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-17T00:35:55.632Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-17T00:35:55.632Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-17T00:35:55.632Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-17T00:35:55.632Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:35:55.632Z] OK: 217 MiB in 51 packages [2020-12-17T00:35:56.117Z] Removing intermediate container a3c2e4996b8b [2020-12-17T00:35:56.117Z] ---> 4c1516eba1a9 [2020-12-17T00:35:56.117Z] Step 8/21 : COPY . . [2020-12-17T00:35:59.973Z] Removing intermediate container 029240a72900 [2020-12-17T00:35:59.973Z] ---> bdf437bad6b6 [2020-12-17T00:35:59.973Z] Step 4/7 : WORKDIR /edgex-go [2020-12-17T00:35:59.973Z] ---> Running in cf7f2e58a36b [2020-12-17T00:36:00.575Z] Removing intermediate container cf7f2e58a36b [2020-12-17T00:36:00.575Z] ---> 6f013a260472 [2020-12-17T00:36:00.575Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T00:36:01.171Z] latest: Pulling from library/docker [2020-12-17T00:36:01.171Z] a3cc7d3b244e: Pulling fs layer [2020-12-17T00:36:01.171Z] 02a3295e0d61: Pulling fs layer [2020-12-17T00:36:01.171Z] 0f4f2e6d8100: Pulling fs layer [2020-12-17T00:36:01.171Z] 065c9533d613: Pulling fs layer [2020-12-17T00:36:01.171Z] 9fce0df16b8b: Pulling fs layer [2020-12-17T00:36:01.171Z] e3faa53604c1: Pulling fs layer [2020-12-17T00:36:01.171Z] 04b5adaa2053: Pulling fs layer [2020-12-17T00:36:01.171Z] 065c9533d613: Waiting [2020-12-17T00:36:01.171Z] 9fce0df16b8b: Waiting [2020-12-17T00:36:01.171Z] e3faa53604c1: Waiting [2020-12-17T00:36:01.171Z] 04b5adaa2053: Waiting [2020-12-17T00:36:01.458Z] 0f4f2e6d8100: Verifying Checksum [2020-12-17T00:36:01.458Z] 0f4f2e6d8100: Download complete [2020-12-17T00:36:01.458Z] 02a3295e0d61: Download complete [2020-12-17T00:36:01.458Z] a3cc7d3b244e: Verifying Checksum [2020-12-17T00:36:01.753Z] e3faa53604c1: Download complete [2020-12-17T00:36:01.753Z] 9fce0df16b8b: Verifying Checksum [2020-12-17T00:36:01.753Z] 9fce0df16b8b: Download complete [2020-12-17T00:36:01.753Z] 04b5adaa2053: Verifying Checksum [2020-12-17T00:36:02.378Z] a3cc7d3b244e: Pull complete [2020-12-17T00:36:02.991Z] 02a3295e0d61: Pull complete [2020-12-17T00:36:03.601Z] 0f4f2e6d8100: Pull complete [2020-12-17T00:36:03.876Z] 065c9533d613: Verifying Checksum [2020-12-17T00:36:03.876Z] 065c9533d613: Download complete [2020-12-17T00:36:07.273Z] 065c9533d613: Pull complete [2020-12-17T00:36:07.553Z] 9fce0df16b8b: Pull complete [2020-12-17T00:36:08.151Z] e3faa53604c1: Pull complete [2020-12-17T00:36:08.428Z] 04b5adaa2053: Pull complete [2020-12-17T00:36:08.428Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-17T00:36:08.428Z] Status: Downloaded newer image for docker:latest [2020-12-17T00:36:12.767Z] ---> 8728e7f6e91a [2020-12-17T00:36:12.767Z] Step 6/7 : COPY go.mod . [2020-12-17T00:36:12.767Z] ---> 181d85e78acb [2020-12-17T00:36:12.767Z] Step 7/7 : RUN go mod download [2020-12-17T00:36:12.767Z] ---> Running in 5e35ef377071 [2020-12-17T00:36:28.357Z] ---> 7fac89d46109 [2020-12-17T00:36:28.357Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-17T00:36:28.357Z] ---> 096516be5a0f [2020-12-17T00:36:28.357Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-17T00:36:28.357Z] ---> d339d8911f62 [2020-12-17T00:36:28.357Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-17T00:36:28.357Z] ---> Running in 71e82d508848 [2020-12-17T00:36:28.357Z] ---> Running in dc76d61120c7 [2020-12-17T00:36:28.357Z] ---> 8163eb836164 [2020-12-17T00:36:28.357Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-17T00:36:28.357Z] ---> dc6b7ac86de2 [2020-12-17T00:36:28.357Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-17T00:36:28.357Z] ---> Running in 9e9a99d8f93e [2020-12-17T00:36:28.357Z] ---> Running in 14cb3f5fcc72 [2020-12-17T00:36:28.357Z] ---> Running in 2ccc05f4feb5 [2020-12-17T00:36:29.324Z] 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 [2020-12-17T00:36:29.324Z] 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 [2020-12-17T00:36:29.324Z] 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 [2020-12-17T00:36:29.605Z] 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 [2020-12-17T00:36:29.605Z] 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 [2020-12-17T00:36:39.575Z] Removing intermediate container 5e35ef377071 [2020-12-17T00:36:39.575Z] ---> a38133f18d7b [2020-12-17T00:36:39.575Z] Successfully built a38133f18d7b [2020-12-17T00:36:39.575Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:36:39.927Z] + docker inspect -f . ci-base-image-arm64 [2020-12-17T00:36:39.927Z] . [Pipeline] withDockerContainer [2020-12-17T00:36:40.225Z] prd-ubuntu18.04-docker-arm64-4c-16g-16435 does not seem to be running inside a container [2020-12-17T00:36:40.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-17T00:36:41.946Z] $ docker top 3441075d89546312e53f74ef9ed7c18af586c3ce6c5188b4eb784e8b91d93abf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T00:36:42.998Z] + go version [2020-12-17T00:36:42.998Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-17T00:36:43.040Z] $ docker stop --time=1 3441075d89546312e53f74ef9ed7c18af586c3ce6c5188b4eb784e8b91d93abf [2020-12-17T00:36:45.002Z] $ docker rm -f 3441075d89546312e53f74ef9ed7c18af586c3ce6c5188b4eb784e8b91d93abf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:36:46.041Z] + docker inspect -f . ci-base-image-arm64 [2020-12-17T00:36:46.041Z] . [Pipeline] withDockerContainer [2020-12-17T00:36:46.334Z] prd-ubuntu18.04-docker-arm64-4c-16g-16435 does not seem to be running inside a container [2020-12-17T00:36:46.438Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-17T00:36:47.981Z] $ docker top 7e48eccb31eb121cda67de3c780b29257eadcbf37100dc46f66d0f995c36922d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-17T00:36:48.376Z] ========================================================= [2020-12-17T00:36:48.376Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-17T00:36:48.376Z] ========================================================= [Pipeline] sh [2020-12-17T00:36:49.034Z] + make test [2020-12-17T00:36:49.034Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-17T00:36:56.582Z] 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 [2020-12-17T00:36:56.582Z] 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 [2020-12-17T00:36:59.951Z] Removing intermediate container dc76d61120c7 [2020-12-17T00:36:59.951Z] ---> c8f9c6652d78 [2020-12-17T00:36:59.951Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-17T00:36:59.951Z] ---> Running in 902864301c84 [2020-12-17T00:37:00.533Z] 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 [2020-12-17T00:37:07.178Z] Removing intermediate container 9e9a99d8f93e [2020-12-17T00:37:07.178Z] ---> 0745e4c35466 [2020-12-17T00:37:07.178Z] [2020-12-17T00:37:07.178Z] Step 10/21 : FROM alpine [2020-12-17T00:37:07.178Z] Removing intermediate container 71e82d508848 [2020-12-17T00:37:07.178Z] ---> 18f6baaf9537 [2020-12-17T00:37:07.178Z] [2020-12-17T00:37:07.178Z] Step 10/24 : FROM alpine:3.10 [2020-12-17T00:37:07.178Z] latest: Pulling from library/alpine [2020-12-17T00:37:07.178Z] 3.10: Pulling from library/alpine [2020-12-17T00:37:07.178Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-17T00:37:07.178Z] Status: Downloaded newer image for alpine:latest [2020-12-17T00:37:07.178Z] ---> b14afc6dfb98 [2020-12-17T00:37:07.178Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-17T00:37:07.178Z] Removing intermediate container 902864301c84 [2020-12-17T00:37:07.178Z] ---> 5e4b8eece2cf [2020-12-17T00:37:07.178Z] [2020-12-17T00:37:07.178Z] Step 11/27 : FROM docker:latest [2020-12-17T00:37:07.178Z] ---> 0c995d0d3006 [2020-12-17T00:37:07.178Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-17T00:37:07.178Z] ---> Running in f27acb8ae3c3 [2020-12-17T00:37:08.130Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-17T00:37:08.130Z] ---> Running in b50f3d712bfe [2020-12-17T00:37:08.130Z] Status: Downloaded newer image for alpine:3.10 [2020-12-17T00:37:08.130Z] ---> be4e4bea2c2e [2020-12-17T00:37:08.130Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T00:37:10.055Z] ---> Running in 4a4c2af4b51d [2020-12-17T00:37:10.324Z] Removing intermediate container 14cb3f5fcc72 [2020-12-17T00:37:10.324Z] ---> c8fc3fec00a3 [2020-12-17T00:37:10.324Z] [2020-12-17T00:37:10.324Z] Step 10/22 : FROM scratch [2020-12-17T00:37:10.324Z] ---> [2020-12-17T00:37:10.324Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T00:37:10.324Z] Removing intermediate container 2ccc05f4feb5 [2020-12-17T00:37:10.324Z] ---> 0acf50a8d929 [2020-12-17T00:37:10.324Z] [2020-12-17T00:37:10.324Z] Step 10/23 : FROM alpine [2020-12-17T00:37:10.324Z] ---> b14afc6dfb98 [2020-12-17T00:37:10.324Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T00:37:10.664Z] ---> Running in eccc662d6bb8 [2020-12-17T00:37:10.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:10.664Z] ---> Running in 80212eccf8e6 [2020-12-17T00:37:10.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:10.664Z] Removing intermediate container eccc662d6bb8 [2020-12-17T00:37:10.664Z] ---> 1a5a96edc2cb [2020-12-17T00:37:10.664Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-17T00:37:10.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:10.976Z] ---> Running in 0c7ddc6ebaf4 [2020-12-17T00:37:10.976Z] Removing intermediate container 80212eccf8e6 [2020-12-17T00:37:10.976Z] ---> a79ecbdb7920 [2020-12-17T00:37:10.976Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-17T00:37:10.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:10.976Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:37:10.976Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:37:10.976Z] OK: 12747 distinct packages available [2020-12-17T00:37:10.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:10.976Z] ---> Running in b27d2c35f1be [2020-12-17T00:37:10.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:10.976Z] (1/2) Installing readline (8.0.4-r0) [2020-12-17T00:37:10.976Z] (2/2) Installing bash (5.0.17-r0) [2020-12-17T00:37:10.976Z] Executing bash-5.0.17-r0.post-install [2020-12-17T00:37:10.976Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:37:11.286Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-17T00:37:11.286Z] Removing intermediate container 0c7ddc6ebaf4 [2020-12-17T00:37:11.286Z] ---> 0f22700eb670 [2020-12-17T00:37:11.286Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-17T00:37:11.286Z] OK: 12 MiB in 22 packages [2020-12-17T00:37:11.286Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-17T00:37:11.286Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-17T00:37:11.286Z] OK: 10350 distinct packages available [2020-12-17T00:37:11.286Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T00:37:11.286Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-17T00:37:11.286Z] Removing intermediate container b27d2c35f1be [2020-12-17T00:37:11.286Z] ---> d4af934b46df [2020-12-17T00:37:11.286Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T00:37:11.286Z] (4/4) Installing curl (7.69.1-r3) [2020-12-17T00:37:11.286Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:37:11.286Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T00:37:11.286Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-17T00:37:11.286Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-17T00:37:11.286Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-17T00:37:11.631Z] (4/5) Installing curl (7.66.0-r3) [2020-12-17T00:37:11.631Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-17T00:37:11.631Z] Executing busybox-1.30.1-r3.trigger [2020-12-17T00:37:11.631Z] Executing ca-certificates-20191127-r2.trigger [2020-12-17T00:37:11.631Z] OK: 7 MiB in 19 packages [2020-12-17T00:37:11.631Z] OK: 7 MiB in 18 packages [2020-12-17T00:37:11.631Z] ---> Running in a52b47a1a0d5 [2020-12-17T00:37:11.631Z] ---> Running in 81041938e503 [2020-12-17T00:37:13.064Z] Removing intermediate container 81041938e503 [2020-12-17T00:37:13.064Z] ---> d487bfe0c1d3 [2020-12-17T00:37:13.064Z] Step 14/22 : WORKDIR / [2020-12-17T00:37:13.064Z] Removing intermediate container a52b47a1a0d5 [2020-12-17T00:37:13.064Z] ---> d69b712d6969 [2020-12-17T00:37:13.064Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:37:13.329Z] ---> Running in 3275e28e24d3 [2020-12-17T00:37:13.591Z] ---> Running in 22c37f3ba999 [2020-12-17T00:37:14.166Z] Removing intermediate container b50f3d712bfe [2020-12-17T00:37:14.166Z] ---> 3ac4d020252b [2020-12-17T00:37:14.166Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-17T00:37:14.166Z] Removing intermediate container 4a4c2af4b51d [2020-12-17T00:37:14.166Z] ---> 70938e9a498b [2020-12-17T00:37:14.166Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T00:37:14.433Z] Removing intermediate container f27acb8ae3c3 [2020-12-17T00:37:14.433Z] ---> c1e45933bb63 [2020-12-17T00:37:14.433Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T00:37:14.433Z] Removing intermediate container 3275e28e24d3 [2020-12-17T00:37:14.433Z] ---> 3384016f6b14 [2020-12-17T00:37:14.433Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-17T00:37:14.433Z] ---> Running in 7a3d4c420f55 [2020-12-17T00:37:14.433Z] ---> Running in 0cb7204642a8 [2020-12-17T00:37:14.433Z] ---> Running in 0103ab7ccd40 [2020-12-17T00:37:15.390Z] Removing intermediate container 0cb7204642a8 [2020-12-17T00:37:15.390Z] ---> 50b39e8e3f5f [2020-12-17T00:37:15.390Z] Step 13/24 : WORKDIR / [2020-12-17T00:37:15.390Z] ---> 4245de7792f7 [2020-12-17T00:37:15.390Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-17T00:37:15.655Z] Removing intermediate container 0103ab7ccd40 [2020-12-17T00:37:15.655Z] ---> 4d2b23ab3628 [2020-12-17T00:37:15.655Z] Step 13/21 : WORKDIR /edgex [2020-12-17T00:37:15.655Z] ---> Running in dfd176208426 [2020-12-17T00:37:15.655Z] ---> Running in c0d8c7e6f2f2 [2020-12-17T00:37:15.904Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-17T00:37:16.234Z] Removing intermediate container dfd176208426 [2020-12-17T00:37:16.234Z] ---> 3dd07e2e3584 [2020-12-17T00:37:16.234Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-17T00:37:16.234Z] Removing intermediate container c0d8c7e6f2f2 [2020-12-17T00:37:16.234Z] ---> b2489395b6ff [2020-12-17T00:37:16.234Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-17T00:37:16.234Z] ---> 1efc53296ef3 [2020-12-17T00:37:16.234Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-17T00:37:16.497Z] Removing intermediate container 22c37f3ba999 [2020-12-17T00:37:16.497Z] ---> 5eaa6a1294a0 [2020-12-17T00:37:16.497Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-17T00:37:16.759Z] Removing intermediate container 7a3d4c420f55 [2020-12-17T00:37:16.759Z] ---> 2d4a086208ea [2020-12-17T00:37:16.759Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-17T00:37:16.759Z] ---> Running in 8e35b1fb87bd [2020-12-17T00:37:16.759Z] ---> 821f76273ae6 [2020-12-17T00:37:16.759Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-17T00:37:16.759Z] ---> 71c921f1ca5f [2020-12-17T00:37:16.759Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-17T00:37:16.759Z] ---> ea83ef7b554b [2020-12-17T00:37:16.759Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-17T00:37:17.028Z] ---> Running in b76b4118179f [2020-12-17T00:37:17.294Z] ---> Running in 9fd652e82c37 [2020-12-17T00:37:17.294Z] ---> af440710cd05 [2020-12-17T00:37:17.294Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-17T00:37:17.294Z] Removing intermediate container b76b4118179f [2020-12-17T00:37:17.294Z] ---> 17187edb326f [2020-12-17T00:37:17.294Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-17T00:37:17.558Z] Removing intermediate container 9fd652e82c37 [2020-12-17T00:37:17.558Z] ---> 7440258d9767 [2020-12-17T00:37:17.558Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:37:17.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:17.558Z] ---> 36bf85a19b73 [2020-12-17T00:37:17.558Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-17T00:37:17.832Z] ---> Running in a5bd2361afe6 [2020-12-17T00:37:17.832Z] ---> Running in 4dc9e2c49727 [2020-12-17T00:37:18.093Z] ---> 8adf699cadeb [2020-12-17T00:37:18.093Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-17T00:37:18.093Z] Removing intermediate container 4dc9e2c49727 [2020-12-17T00:37:18.093Z] ---> 818a3c7a1bd0 [2020-12-17T00:37:18.093Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-17T00:37:18.093Z] Removing intermediate container a5bd2361afe6 [2020-12-17T00:37:18.093Z] ---> 42c5a3c87415 [2020-12-17T00:37:18.093Z] Step 20/22 : LABEL arch=x86_64 [2020-12-17T00:37:18.093Z] ---> c1f0ae5d9e16 [2020-12-17T00:37:18.093Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-17T00:37:18.355Z] ---> Running in 2c046abe74da [2020-12-17T00:37:18.355Z] ---> Running in 5b8639982515 [2020-12-17T00:37:18.355Z] ---> Running in 7fd3c4944463 [2020-12-17T00:37:18.620Z] ---> 751c1a38a9c4 [2020-12-17T00:37:18.620Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-17T00:37:18.620Z] Removing intermediate container 2c046abe74da [2020-12-17T00:37:18.620Z] ---> e70305548bfc [2020-12-17T00:37:18.620Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-17T00:37:18.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:18.620Z] Removing intermediate container 5b8639982515 [2020-12-17T00:37:18.620Z] ---> f7ba526bd0d0 [2020-12-17T00:37:18.620Z] Step 21/22 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:37:18.885Z] Removing intermediate container 7fd3c4944463 [2020-12-17T00:37:18.885Z] ---> 7938d93f461c [2020-12-17T00:37:18.885Z] Step 18/21 : CMD ["--init=true"] [2020-12-17T00:37:18.885Z] ---> Running in 5941c8331841 [2020-12-17T00:37:18.885Z] ---> Running in c0bb8ce8e1e6 [2020-12-17T00:37:19.148Z] ---> 44ac6b0a7687 [2020-12-17T00:37:19.148Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T00:37:19.148Z] ---> 78ab2068e577 [2020-12-17T00:37:19.148Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-17T00:37:19.148Z] Removing intermediate container 5941c8331841 [2020-12-17T00:37:19.148Z] ---> e4def7faaf0c [2020-12-17T00:37:19.148Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T00:37:19.148Z] Removing intermediate container c0bb8ce8e1e6 [2020-12-17T00:37:19.148Z] ---> 29c3d57670d6 [2020-12-17T00:37:19.148Z] Step 19/21 : LABEL arch=x86_64 [2020-12-17T00:37:19.415Z] ---> Running in 4f6226eabbff [2020-12-17T00:37:19.415Z] ---> Running in e1bd30f08587 [2020-12-17T00:37:19.415Z] ---> 263ec1ebbb6b [2020-12-17T00:37:19.415Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T00:37:19.678Z] ---> 28fdb90c6426 [2020-12-17T00:37:19.678Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-17T00:37:19.678Z] Removing intermediate container 4f6226eabbff [2020-12-17T00:37:19.678Z] ---> 45ddeff87f42 [2020-12-17T00:37:19.678Z] [2020-12-17T00:37:19.678Z] ---> Running in d3d16f026889 [2020-12-17T00:37:19.945Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-17T00:37:19.945Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-17T00:37:20.212Z] Successfully built 45ddeff87f42 [2020-12-17T00:37:20.212Z] Removing intermediate container e1bd30f08587 [2020-12-17T00:37:20.212Z] ---> 5ab187740474 [2020-12-17T00:37:20.212Z] Step 20/21 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:37:20.212Z] Successfully tagged docker-core-metadata-go:latest [2020-12-17T00:37:20.212Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-12-17T00:37:20.212Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-17T00:37:20.212Z] ---> 982fb2f856cc [2020-12-17T00:37:20.212Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-17T00:37:20.212Z] ---> Running in 32b557ab11ff [2020-12-17T00:37:20.476Z] ---> Running in 6983e7b988ba [2020-12-17T00:37:20.752Z] Removing intermediate container 32b557ab11ff [2020-12-17T00:37:20.752Z] ---> 2450da1914c8 [2020-12-17T00:37:20.752Z] Step 21/21 : LABEL version=0.0.0 [2020-12-17T00:37:20.752Z] ---> Running in b7548bedfa37 [2020-12-17T00:37:21.021Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-17T00:37:21.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:21.296Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-17T00:37:21.296Z] Removing intermediate container b7548bedfa37 [2020-12-17T00:37:21.297Z] ---> 843c021aab1b [2020-12-17T00:37:21.297Z] [2020-12-17T00:37:21.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:21.297Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:37:21.297Z] OK: 8 MiB in 19 packages [2020-12-17T00:37:21.559Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-17T00:37:21.559Z] (2/33) Installing expat (2.2.9-r1) [2020-12-17T00:37:21.559Z] (3/33) Installing libffi (3.3-r2) [2020-12-17T00:37:21.559Z] (4/33) Installing gdbm (1.13-r1) [2020-12-17T00:37:21.559Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-17T00:37:21.559Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-17T00:37:21.559Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-17T00:37:22.132Z] Successfully built 843c021aab1b [2020-12-17T00:37:22.395Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-17T00:37:22.395Z] Building docker-support-notifications-go [2020-12-17T00:37:32.426Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d3d16f026889 [2020-12-17T00:37:32.426Z] ---> 3ffc05b09fa0 [2020-12-17T00:37:32.426Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-17T00:37:32.426Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-17T00:37:32.426Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T00:37:32.426Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-17T00:37:32.426Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-17T00:37:32.426Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-17T00:37:32.426Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-17T00:37:32.426Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-17T00:37:32.426Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-17T00:37:32.694Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-17T00:37:32.694Z] Removing intermediate container 8e35b1fb87bd [2020-12-17T00:37:32.694Z] ---> 1e7e4fdecaa9 [2020-12-17T00:37:32.694Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-17T00:37:32.694Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-17T00:37:32.694Z] ---> Running in d9718bea3e06 [2020-12-17T00:37:33.284Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-17T00:37:33.284Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-17T00:37:33.548Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-17T00:37:34.497Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-17T00:37:35.445Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-17T00:37:35.708Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-17T00:37:36.288Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-17T00:37:36.873Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-17T00:37:37.456Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-17T00:37:38.862Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-17T00:37:39.125Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-17T00:37:39.125Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-17T00:37:39.125Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-17T00:37:39.711Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-17T00:37:39.711Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-17T00:37:39.711Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-17T00:37:39.711Z] Removing intermediate container d9718bea3e06 [2020-12-17T00:37:39.711Z] ---> abf68fd9a0c4 [2020-12-17T00:37:39.711Z] Step 22/24 : LABEL arch=x86_64 [2020-12-17T00:37:41.120Z] ---> 58e3d6cd718e [2020-12-17T00:37:41.120Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-17T00:37:41.709Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:37:41.709Z] ---> Running in 37a2c0e8d26a [2020-12-17T00:37:41.983Z] OK: 71 MiB in 55 packages [2020-12-17T00:37:43.407Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:37:43.407Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:37:43.407Z] ---> e4c6e59733ff [2020-12-17T00:37:43.407Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T00:37:43.407Z] ---> Using cache [2020-12-17T00:37:43.407Z] ---> 5e75d9c881c4 [2020-12-17T00:37:43.407Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:37:43.407Z] ---> Using cache [2020-12-17T00:37:43.407Z] ---> 40eb1312321e [2020-12-17T00:37:43.407Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T00:37:43.407Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:37:43.407Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:37:43.407Z] ---> e4c6e59733ff [2020-12-17T00:37:43.407Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T00:37:43.407Z] ---> Using cache [2020-12-17T00:37:43.407Z] ---> 5e75d9c881c4 [2020-12-17T00:37:43.407Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:37:43.407Z] ---> Using cache [2020-12-17T00:37:43.407Z] ---> 40eb1312321e [2020-12-17T00:37:43.407Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-17T00:37:43.993Z] Removing intermediate container 37a2c0e8d26a [2020-12-17T00:37:43.993Z] ---> 3a093bf85988 [2020-12-17T00:37:43.993Z] Step 23/24 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:37:44.259Z] ---> Running in 121ce80ef1af [2020-12-17T00:37:44.259Z] ---> Running in 58e79e905dd4 [2020-12-17T00:37:44.259Z] ---> Running in 7f4a39e2bfe8 [2020-12-17T00:37:44.259Z] ---> da690d58d0e9 [2020-12-17T00:37:44.259Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-17T00:37:44.844Z] Removing intermediate container 7f4a39e2bfe8 [2020-12-17T00:37:44.844Z] ---> 4c3b312013e1 [2020-12-17T00:37:44.844Z] Step 24/24 : LABEL version=0.0.0 [2020-12-17T00:37:45.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:45.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:45.637Z] ---> 02707cd28337 [2020-12-17T00:37:45.637Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-17T00:37:45.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:46.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:37:46.163Z] ---> Running in 38ad0e95702c [2020-12-17T00:37:46.738Z] ---> Running in 41a97dcd7743 [2020-12-17T00:37:47.317Z] Removing intermediate container 38ad0e95702c [2020-12-17T00:37:47.317Z] ---> 9ebee2751ed4 [2020-12-17T00:37:47.317Z] [2020-12-17T00:37:47.581Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:37:47.581Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:37:47.581Z] OK: 12750 distinct packages available [2020-12-17T00:37:47.581Z] Successfully built 9ebee2751ed4 [2020-12-17T00:37:47.581Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:37:47.581Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:37:47.581Z] OK: 12750 distinct packages available [2020-12-17T00:37:47.846Z] OK: 233 MiB in 51 packages [2020-12-17T00:37:47.846Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-17T00:37:47.846Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-12-17T00:37:47.846Z] Removing intermediate container 41a97dcd7743 [2020-12-17T00:37:47.846Z] ---> e2e05f20b018 [2020-12-17T00:37:47.846Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:37:47.846Z] OK: 233 MiB in 51 packages [2020-12-17T00:37:48.817Z] ---> Running in 098774a7c48b [2020-12-17T00:37:55.152Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-17T00:37:55.450Z] Removing intermediate container 098774a7c48b [2020-12-17T00:37:55.450Z] ---> 08e4c1efcfc2 [2020-12-17T00:37:55.450Z] Step 21/23 : LABEL arch=x86_64 [2020-12-17T00:37:55.450Z] Removing intermediate container 121ce80ef1af [2020-12-17T00:37:55.450Z] ---> 181a2fc83126 [2020-12-17T00:37:55.450Z] Step 6/24 : COPY go.mod . [2020-12-17T00:37:56.857Z] ---> Running in c34d7c34e585 [2020-12-17T00:37:57.835Z] Removing intermediate container 58e79e905dd4 [2020-12-17T00:37:57.836Z] ---> f5e8f87a08de [2020-12-17T00:37:57.836Z] Step 6/21 : COPY go.mod . [2020-12-17T00:37:57.836Z] ---> 5e94ae997ed0 [2020-12-17T00:37:57.836Z] Step 7/24 : RUN go mod download [2020-12-17T00:37:58.118Z] Removing intermediate container 6983e7b988ba [2020-12-17T00:37:58.118Z] ---> ae0ea6720b32 [2020-12-17T00:37:58.118Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-17T00:38:00.047Z] Removing intermediate container c34d7c34e585 [2020-12-17T00:38:00.047Z] ---> 1ed5a6a785aa [2020-12-17T00:38:00.047Z] Step 22/23 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:38:00.621Z] ---> Running in 762a6469847d [2020-12-17T00:38:00.621Z] ---> Running in 0164e2601c1e [2020-12-17T00:38:01.575Z] ---> 1158bea13c17 [2020-12-17T00:38:01.575Z] Step 7/21 : RUN go mod download [2020-12-17T00:38:01.575Z] ---> Running in b0809b7b09a4 [2020-12-17T00:38:02.545Z] ---> Running in 8d3312a0ad3c [2020-12-17T00:38:03.492Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:38:03.492Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:38:03.492Z] ---> e4c6e59733ff [2020-12-17T00:38:03.492Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T00:38:03.492Z] ---> Using cache [2020-12-17T00:38:03.492Z] ---> 5e75d9c881c4 [2020-12-17T00:38:03.492Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:38:03.492Z] ---> Using cache [2020-12-17T00:38:03.492Z] ---> 40eb1312321e [2020-12-17T00:38:03.492Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T00:38:03.492Z] ---> Using cache [2020-12-17T00:38:03.492Z] ---> f5e8f87a08de [2020-12-17T00:38:03.492Z] Step 6/22 : COPY go.mod . [2020-12-17T00:38:03.492Z] ---> Using cache [2020-12-17T00:38:03.492Z] ---> 1158bea13c17 [2020-12-17T00:38:03.492Z] Step 7/22 : RUN go mod download [2020-12-17T00:38:04.443Z] Removing intermediate container b0809b7b09a4 [2020-12-17T00:38:04.443Z] ---> 8c69ee7b4138 [2020-12-17T00:38:04.443Z] Step 23/23 : LABEL version=0.0.0 [2020-12-17T00:38:04.443Z] ---> Running in 2f60e7f1bc27 [2020-12-17T00:38:04.443Z] ---> Running in 3ecc2b257dbd [2020-12-17T00:38:04.718Z] Removing intermediate container 3ecc2b257dbd [2020-12-17T00:38:04.718Z] ---> 07296e500ccf [2020-12-17T00:38:04.718Z] [2020-12-17T00:38:04.990Z] Successfully built 07296e500ccf [2020-12-17T00:38:04.990Z] Successfully tagged docker-core-data-go:latest [2020-12-17T00:38:04.990Z] Building docker-security-secrets-setup-go [2020-12-17T00:38:08.317Z]  Building docker-core-data-go ... done Removing intermediate container 8d3312a0ad3c [2020-12-17T00:38:08.317Z] ---> ab2b29333ad3 [2020-12-17T00:38:08.317Z] Step 8/21 : COPY . . [2020-12-17T00:38:08.579Z] Collecting docker-compose==1.23.2 [2020-12-17T00:38:08.579Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-17T00:38:11.906Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-17T00:38:11.906Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-17T00:38:11.906Z] Removing intermediate container 762a6469847d [2020-12-17T00:38:11.906Z] ---> 08ed1c2e6a19 [2020-12-17T00:38:11.906Z] Step 8/24 : COPY . . [2020-12-17T00:38:13.837Z] Removing intermediate container 2f60e7f1bc27 [2020-12-17T00:38:13.837Z] ---> 634eb6885d52 [2020-12-17T00:38:13.837Z] Step 8/22 : COPY . . [2020-12-17T00:38:17.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-17T00:38:17.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-17T00:38:17.418Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-17T00:38:17.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-17T00:38:17.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-17T00:38:17.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-17T00:38:17.418Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.072s [2020-12-17T00:38:17.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-17T00:38:17.418Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-17T00:38:18.406Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-17T00:38:18.406Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-17T00:38:18.406Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-17T00:38:18.406Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-17T00:38:19.170Z] Collecting docopt<0.7,>=0.6.1 [2020-12-17T00:38:19.170Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-17T00:38:25.809Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:38:25.809Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-17T00:38:25.809Z] ---> e4c6e59733ff [2020-12-17T00:38:25.809Z] Step 3/29 : WORKDIR /edgex-go [2020-12-17T00:38:25.809Z] ---> Using cache [2020-12-17T00:38:25.809Z] ---> 5e75d9c881c4 [2020-12-17T00:38:25.809Z] Step 4/29 : RUN apk update && apk add make git [2020-12-17T00:38:26.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.257s coverage: 46.6% of statements [2020-12-17T00:38:26.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-17T00:38:26.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-17T00:38:26.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-17T00:38:26.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-17T00:38:26.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-17T00:38:27.209Z] Collecting cached-property<2,>=1.2.0 [2020-12-17T00:38:27.209Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-17T00:38:28.634Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-17T00:38:28.634Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-17T00:38:30.166Z] ---> Running in f825653a6abe [2020-12-17T00:38:30.166Z] Collecting PyYAML<4,>=3.10 [2020-12-17T00:38:30.166Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-17T00:38:33.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.501s coverage: 27.1% of statements [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-17T00:38:33.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-17T00:38:33.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-17T00:38:33.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.566s coverage: 71.3% of statements [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-17T00:38:33.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-17T00:38:33.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.601s coverage: 83.7% of statements [2020-12-17T00:38:33.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-17T00:38:33.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T00:38:33.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-17T00:38:33.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-17T00:38:36.972Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-17T00:38:36.972Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-17T00:38:38.918Z] Collecting docker<4.0,>=3.6.0 [2020-12-17T00:38:38.918Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-17T00:38:39.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:38:40.091Z] Collecting texttable<0.10,>=0.9.0 [2020-12-17T00:38:40.091Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-17T00:38:40.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:38:41.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.221s coverage: 28.6% of statements [2020-12-17T00:38:41.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-17T00:38:41.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-17T00:38:41.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-17T00:38:41.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-17T00:38:41.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-17T00:38:41.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2020-12-17T00:38:41.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-17T00:38:41.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.105s coverage: 100.0% of statements [2020-12-17T00:38:41.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-17T00:38:41.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.346s coverage: 86.7% of statements [2020-12-17T00:38:41.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-17T00:38:42.088Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:38:42.088Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:38:42.088Z] OK: 12750 distinct packages available [2020-12-17T00:38:42.088Z] OK: 233 MiB in 51 packages [2020-12-17T00:38:42.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.398s coverage: 97.5% of statements [2020-12-17T00:38:42.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-17T00:38:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.179s coverage: 78.3% of statements [2020-12-17T00:38:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-17T00:38:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-17T00:38:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-17T00:38:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-17T00:38:43.265Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-17T00:38:43.265Z] Collecting jsonschema<3,>=2.5.1 [2020-12-17T00:38:43.265Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-17T00:38:43.265Z] 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) [2020-12-17T00:38:43.845Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-17T00:38:43.845Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-17T00:38:43.845Z] Collecting idna<2.8,>=2.5 [2020-12-17T00:38:43.845Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-17T00:38:43.845Z] 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) [2020-12-17T00:38:44.112Z] Collecting docker-pycreds>=0.4.0 [2020-12-17T00:38:44.112Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-17T00:38:44.112Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-17T00:38:44.112Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-17T00:38:44.112Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-17T00:38:44.112Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-17T00:38:44.374Z] Installing collected packages: dockerpty, docopt, cached-property, urllib3, idna, requests, PyYAML, websocket-client, docker-pycreds, docker, texttable, jsonschema, docker-compose [2020-12-17T00:38:44.374Z] Running setup.py install for dockerpty: started [2020-12-17T00:38:44.951Z] Removing intermediate container f825653a6abe [2020-12-17T00:38:44.951Z] ---> 710900a19c18 [2020-12-17T00:38:44.951Z] Step 5/29 : COPY go.mod . [2020-12-17T00:38:45.219Z] ---> 2eb1d2fd08dc [2020-12-17T00:38:45.219Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-17T00:38:45.220Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-17T00:38:45.491Z] Running setup.py install for docopt: started [2020-12-17T00:38:45.760Z] ---> Running in 3dcce3c2a388 [2020-12-17T00:38:45.760Z] ---> fad0c1f4618e [2020-12-17T00:38:45.760Z] Step 6/29 : RUN go mod download [2020-12-17T00:38:45.760Z] ---> a056515f4c69 [2020-12-17T00:38:45.760Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-17T00:38:45.760Z] ---> 445a3ab2a32b [2020-12-17T00:38:45.760Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-17T00:38:45.760Z] ---> Running in ccd76a75066c [2020-12-17T00:38:46.023Z] Running setup.py install for docopt: finished with status 'done' [2020-12-17T00:38:46.023Z] ---> Running in 50c28951950e [2020-12-17T00:38:46.023Z] ---> Running in 8b1667ced895 [2020-12-17T00:38:46.023Z] Attempting uninstall: urllib3 [2020-12-17T00:38:46.023Z] Found existing installation: urllib3 1.25.9 [2020-12-17T00:38:46.023Z] Uninstalling urllib3-1.25.9: [2020-12-17T00:38:46.286Z] Successfully uninstalled urllib3-1.25.9 [2020-12-17T00:38:46.552Z] Attempting uninstall: idna [2020-12-17T00:38:46.552Z] Found existing installation: idna 2.9 [2020-12-17T00:38:46.552Z] Uninstalling idna-2.9: [2020-12-17T00:38:46.552Z] Successfully uninstalled idna-2.9 [2020-12-17T00:38:46.552Z] 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 [2020-12-17T00:38:46.824Z] Attempting uninstall: requests [2020-12-17T00:38:46.824Z] Found existing installation: requests 2.23.0 [2020-12-17T00:38:46.824Z] Uninstalling requests-2.23.0: [2020-12-17T00:38:46.824Z] Successfully uninstalled requests-2.23.0 [2020-12-17T00:38:47.092Z] 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 [2020-12-17T00:38:47.092Z] 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 [2020-12-17T00:38:47.092Z] Running setup.py install for PyYAML: started [2020-12-17T00:38:47.690Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-17T00:38:49.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.132s coverage: 93.8% of statements [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-17T00:38:49.729Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-17T00:38:49.729Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.152s coverage: 0.1% of statements [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-17T00:38:49.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-17T00:38:49.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2020-12-17T00:38:49.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-17T00:38:49.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2020-12-17T00:38:49.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2020-12-17T00:38:50.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.2% of statements [2020-12-17T00:38:50.290Z] Removing intermediate container ccd76a75066c [2020-12-17T00:38:50.290Z] ---> 78a6ecb4e8b1 [2020-12-17T00:38:50.290Z] Step 7/29 : COPY . . [2020-12-17T00:38:50.290Z] Running setup.py install for texttable: started [2020-12-17T00:38:50.878Z] Running setup.py install for texttable: finished with status 'done' [2020-12-17T00:38:52.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.4% of statements [2020-12-17T00:38:52.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-17T00:38:54.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.631s coverage: 63.5% of statements [2020-12-17T00:38:54.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-17T00:38:54.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-17T00:38:54.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.111s coverage: 100.0% of statements [2020-12-17T00:38:54.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2020-12-17T00:38:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2020-12-17T00:38:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2020-12-17T00:38:56.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2020-12-17T00:38:59.085Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-17T00:38:59.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.810s coverage: 68.9% of statements [2020-12-17T00:38:59.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-17T00:38:59.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-17T00:38:59.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-17T00:38:59.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-17T00:38:59.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-17T00:38:59.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-17T00:39:07.314Z] Removing intermediate container 0164e2601c1e [2020-12-17T00:39:07.314Z] ---> 11b970ad2eb2 [2020-12-17T00:39:07.314Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-17T00:39:07.314Z] ---> Running in b9d8399ab51f [2020-12-17T00:39:09.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:39:09.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:39:09.911Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T00:39:10.189Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-17T00:39:10.189Z] (3/3) Installing curl (7.69.1-r3) [2020-12-17T00:39:10.189Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:39:10.189Z] OK: 72 MiB in 58 packages [2020-12-17T00:39:15.569Z] ---> 12990fbc3fee [2020-12-17T00:39:15.569Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-17T00:39:15.569Z] ---> Running in b16235afc0ca [2020-12-17T00:39:15.569Z] Removing intermediate container b9d8399ab51f [2020-12-17T00:39:15.569Z] ---> b53a2ebd12a2 [2020-12-17T00:39:15.569Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-17T00:39:15.569Z] ---> Running in aa39fcf66acf [2020-12-17T00:39:15.569Z] Removing intermediate container aa39fcf66acf [2020-12-17T00:39:15.569Z] ---> 49694334184f [2020-12-17T00:39:15.569Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:39:15.856Z] ---> Running in 690d43cdef1d [2020-12-17T00:39:15.856Z] Removing intermediate container 690d43cdef1d [2020-12-17T00:39:15.856Z] ---> aa370006f989 [2020-12-17T00:39:15.856Z] Step 25/27 : LABEL arch=x86_64 [2020-12-17T00:39:16.151Z] ---> Running in 04cd5e38fd58 [2020-12-17T00:39:16.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T00:39:16.432Z] Removing intermediate container 04cd5e38fd58 [2020-12-17T00:39:16.432Z] ---> 22d891cbf0a9 [2020-12-17T00:39:16.432Z] Step 26/27 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:39:16.706Z] ---> Running in b4e11d6c0083 [2020-12-17T00:39:16.988Z] Removing intermediate container b4e11d6c0083 [2020-12-17T00:39:16.988Z] ---> ca48f931b9a9 [2020-12-17T00:39:16.988Z] Step 27/27 : LABEL version=0.0.0 [2020-12-17T00:39:16.988Z] ---> Running in 20e2ad6f74b4 [2020-12-17T00:39:17.253Z] Removing intermediate container 20e2ad6f74b4 [2020-12-17T00:39:17.253Z] ---> 8f5240aef6bc [2020-12-17T00:39:17.253Z] [2020-12-17T00:39:17.525Z] Successfully built 8f5240aef6bc [2020-12-17T00:39:17.525Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-17T00:39:17.525Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-bootstrap-redis-go [2020-12-17T00:39:29.884Z] Removing intermediate container 50c28951950e [2020-12-17T00:39:29.884Z] ---> 72fd47d09bdd [2020-12-17T00:39:29.884Z] [2020-12-17T00:39:29.884Z] Step 10/24 : FROM scratch [2020-12-17T00:39:29.884Z] ---> [2020-12-17T00:39:29.884Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-17T00:39:29.884Z] Removing intermediate container 3dcce3c2a388 [2020-12-17T00:39:29.884Z] ---> 565507887291 [2020-12-17T00:39:29.884Z] [2020-12-17T00:39:29.884Z] Step 10/21 : FROM scratch [2020-12-17T00:39:29.884Z] ---> [2020-12-17T00:39:29.884Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T00:39:29.884Z] Removing intermediate container 8b1667ced895 [2020-12-17T00:39:29.884Z] ---> 11253623c4c3 [2020-12-17T00:39:29.884Z] [2020-12-17T00:39:29.884Z] Step 10/22 : FROM scratch [2020-12-17T00:39:29.884Z] ---> [2020-12-17T00:39:29.884Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T00:39:29.884Z] ---> Using cache [2020-12-17T00:39:29.884Z] ---> a79ecbdb7920 [2020-12-17T00:39:29.884Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-17T00:39:29.884Z] ---> Using cache [2020-12-17T00:39:29.884Z] ---> a79ecbdb7920 [2020-12-17T00:39:29.884Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-17T00:39:31.841Z] ---> Running in 3fbe169c5a3a [2020-12-17T00:39:31.842Z] ---> Running in e1fc624c0f77 [2020-12-17T00:39:31.842Z] ---> Running in f3b7023fcfbc [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 28.367s coverage: 86.3% of statements [2020-12-17T00:39:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.751s coverage: 72.2% of statements [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.637s coverage: 72.1% of statements [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.093s coverage: 82.4% of statements [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements [2020-12-17T00:39:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-17T00:39:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-17T00:39:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.084s coverage: 28.8% of statements [2020-12-17T00:39:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.081s coverage: 96.8% of statements [2020-12-17T00:39:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.420s coverage: 37.0% of statements [2020-12-17T00:39:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-17T00:39:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.613s coverage: 84.0% of statements [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2020-12-17T00:39:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.355s coverage: 47.1% of statements [2020-12-17T00:39:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.127s coverage: 29.1% of statements [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-17T00:39:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2020-12-17T00:39:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2020-12-17T00:39:31.905Z] GO111MODULE=on go vet ./... [2020-12-17T00:39:33.323Z] Removing intermediate container f3b7023fcfbc [2020-12-17T00:39:33.323Z] ---> 0d8000508540 [2020-12-17T00:39:33.323Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-17T00:39:34.307Z] Removing intermediate container e1fc624c0f77 [2020-12-17T00:39:34.307Z] ---> c9aa8b764897 [2020-12-17T00:39:34.307Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-17T00:39:34.307Z] Removing intermediate container 3fbe169c5a3a [2020-12-17T00:39:34.307Z] ---> 3e0657a529f4 [2020-12-17T00:39:34.307Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T00:39:34.307Z] ---> Running in f69f5e5c5c78 [2020-12-17T00:39:34.893Z] ---> Running in 2de21ea4009d [2020-12-17T00:39:34.893Z] ---> Running in d7479b5b6e6f [2020-12-17T00:39:35.490Z] Removing intermediate container f69f5e5c5c78 [2020-12-17T00:39:35.490Z] ---> 86b4e77d3afe [2020-12-17T00:39:35.490Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-17T00:39:36.906Z] ---> Running in cc50c9ab9c20 [2020-12-17T00:39:36.906Z] Removing intermediate container d7479b5b6e6f [2020-12-17T00:39:36.906Z] ---> 523c1b8f66de [2020-12-17T00:39:36.906Z] Step 14/22 : WORKDIR / [2020-12-17T00:39:37.176Z] Removing intermediate container 2de21ea4009d [2020-12-17T00:39:37.176Z] ---> 77e08b2d017e [2020-12-17T00:39:37.176Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-17T00:39:37.439Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:39:37.439Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:39:37.439Z] ---> e4c6e59733ff [2020-12-17T00:39:37.439Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T00:39:37.439Z] ---> Using cache [2020-12-17T00:39:37.439Z] ---> 5e75d9c881c4 [2020-12-17T00:39:37.439Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:39:37.439Z] ---> Using cache [2020-12-17T00:39:37.439Z] ---> 40eb1312321e [2020-12-17T00:39:37.439Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T00:39:37.439Z] ---> Using cache [2020-12-17T00:39:37.439Z] ---> f5e8f87a08de [2020-12-17T00:39:37.439Z] Step 6/22 : COPY go.mod . [2020-12-17T00:39:37.439Z] ---> Using cache [2020-12-17T00:39:37.439Z] ---> 1158bea13c17 [2020-12-17T00:39:37.439Z] Step 7/22 : RUN go mod download [2020-12-17T00:39:37.439Z] ---> Using cache [2020-12-17T00:39:37.439Z] ---> 634eb6885d52 [2020-12-17T00:39:37.439Z] Step 8/22 : COPY . . [2020-12-17T00:39:37.439Z] ---> Using cache [2020-12-17T00:39:37.439Z] ---> 445a3ab2a32b [2020-12-17T00:39:37.439Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-17T00:39:37.439Z] ---> Running in d57c384b1f9b [2020-12-17T00:39:38.853Z] ---> bc7451680c35 [2020-12-17T00:39:38.853Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-17T00:39:38.853Z] ---> Running in 6c9da432f168 [2020-12-17T00:39:38.853Z] Removing intermediate container cc50c9ab9c20 [2020-12-17T00:39:38.853Z] ---> 107cbb85d4d8 [2020-12-17T00:39:38.853Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-17T00:39:38.853Z] Removing intermediate container d57c384b1f9b [2020-12-17T00:39:38.853Z] ---> c8683dc82d61 [2020-12-17T00:39:38.853Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-17T00:39:39.125Z] ---> af39019d4884 [2020-12-17T00:39:39.125Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-17T00:39:39.397Z] ---> 7e5e3a5358cd [2020-12-17T00:39:39.397Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-17T00:39:39.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T00:39:40.797Z] ---> 0098026cb708 [2020-12-17T00:39:40.797Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-17T00:39:41.395Z] ---> 14eb8e092f2b [2020-12-17T00:39:41.395Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-17T00:39:41.395Z] ---> 4b57c4eaa33a [2020-12-17T00:39:41.395Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-17T00:39:41.395Z] Removing intermediate container b16235afc0ca [2020-12-17T00:39:41.395Z] ---> 1ec50f88e785 [2020-12-17T00:39:41.395Z] [2020-12-17T00:39:41.395Z] Step 9/29 : FROM alpine:latest [2020-12-17T00:39:41.395Z] ---> b14afc6dfb98 [2020-12-17T00:39:41.395Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-17T00:39:41.395Z] ---> 91f2ccb92692 [2020-12-17T00:39:41.395Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-17T00:39:41.395Z] ---> Running in 7421feafdf1e [2020-12-17T00:39:41.663Z] ---> Running in d6aec9817aa2 [2020-12-17T00:39:41.932Z] ---> 72c44fef88a0 [2020-12-17T00:39:41.932Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-17T00:39:41.932Z] ---> Running in c8337c3b4c4a [2020-12-17T00:39:41.932Z] Removing intermediate container 7421feafdf1e [2020-12-17T00:39:41.932Z] ---> c0610bff6db7 [2020-12-17T00:39:41.932Z] Step 11/29 : USER root [2020-12-17T00:39:42.199Z] Removing intermediate container d6aec9817aa2 [2020-12-17T00:39:42.199Z] ---> e5d6e0465a86 [2020-12-17T00:39:42.199Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:39:42.199Z] ---> 1237e39203b4 [2020-12-17T00:39:42.199Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-17T00:39:42.199Z] ---> Running in 1342ecbfd060 [2020-12-17T00:39:42.199Z] ---> Running in 301ef20e868d [2020-12-17T00:39:42.471Z] Removing intermediate container c8337c3b4c4a [2020-12-17T00:39:42.471Z] ---> 64505e5317e6 [2020-12-17T00:39:42.471Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:39:42.748Z] ---> Running in a7c08f3f6edf [2020-12-17T00:39:42.748Z] Removing intermediate container 1342ecbfd060 [2020-12-17T00:39:42.748Z] ---> d059f775a4c5 [2020-12-17T00:39:42.748Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-17T00:39:43.015Z] Removing intermediate container 301ef20e868d [2020-12-17T00:39:43.015Z] ---> 7aeacdcf4613 [2020-12-17T00:39:43.015Z] Step 19/21 : LABEL arch=x86_64 [2020-12-17T00:39:43.015Z] ---> d906bb8fe6bb [2020-12-17T00:39:43.015Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-17T00:39:43.015Z] ---> Running in 06e9cf1fbe55 [2020-12-17T00:39:43.291Z] Removing intermediate container a7c08f3f6edf [2020-12-17T00:39:43.291Z] ---> 0ccde990f202 [2020-12-17T00:39:43.291Z] Step 20/22 : LABEL arch=x86_64 [2020-12-17T00:39:43.291Z] ---> Running in 0ac542001589 [2020-12-17T00:39:43.575Z] ---> Running in e5f898af51d1 [2020-12-17T00:39:43.847Z] Removing intermediate container 0ac542001589 [2020-12-17T00:39:43.847Z] ---> 694f29632af4 [2020-12-17T00:39:43.847Z] Step 20/21 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:39:43.847Z] ---> 31d454a5eb00 [2020-12-17T00:39:43.847Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-17T00:39:43.847Z] ---> Running in c7ac7de9a0df [2020-12-17T00:39:44.823Z] Removing intermediate container e5f898af51d1 [2020-12-17T00:39:44.823Z] ---> e259ffaf6a2c [2020-12-17T00:39:44.823Z] Step 21/22 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:39:44.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T00:39:44.823Z] Removing intermediate container c7ac7de9a0df [2020-12-17T00:39:44.823Z] ---> 5c6f5a08be61 [2020-12-17T00:39:44.823Z] Step 21/21 : LABEL version=0.0.0 [2020-12-17T00:39:44.823Z] ---> Running in 7875d3e3c563 [2020-12-17T00:39:44.823Z] ---> 0d00b2d327b7 [2020-12-17T00:39:44.823Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-17T00:39:45.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T00:39:45.090Z] ---> Running in a2de731dca3c [2020-12-17T00:39:45.090Z] ---> Running in 224189b2bf47 [2020-12-17T00:39:45.090Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:39:45.090Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:39:45.090Z] OK: 12747 distinct packages available [2020-12-17T00:39:45.090Z] Removing intermediate container 7875d3e3c563 [2020-12-17T00:39:45.090Z] ---> c0d5dac10ed0 [2020-12-17T00:39:45.090Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T00:39:45.360Z] Removing intermediate container a2de731dca3c [2020-12-17T00:39:45.360Z] ---> 1298ce24ac7c [2020-12-17T00:39:45.361Z] [2020-12-17T00:39:45.361Z] ---> Running in 001542aa2134 [2020-12-17T00:39:45.361Z] Removing intermediate container 224189b2bf47 [2020-12-17T00:39:45.361Z] ---> f6412cba9c92 [2020-12-17T00:39:45.361Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:39:45.361Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-17T00:39:45.361Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-17T00:39:45.361Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:39:45.361Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T00:39:45.965Z] OK: 6 MiB in 16 packages [2020-12-17T00:39:45.965Z] Successfully built 1298ce24ac7c [2020-12-17T00:39:46.230Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-17T00:39:46.230Z]  Building docker-support-scheduler-go ... done  ---> Running in 684c8dc92e73 [2020-12-17T00:39:46.230Z] Removing intermediate container 001542aa2134 [2020-12-17T00:39:46.230Z] ---> 6f0653f929a8 [2020-12-17T00:39:46.230Z] [2020-12-17T00:39:46.508Z] Successfully built 6f0653f929a8 [2020-12-17T00:39:46.508Z] Successfully tagged docker-core-command-go:latest [2020-12-17T00:39:46.508Z] Removing intermediate container 684c8dc92e73 [2020-12-17T00:39:46.508Z] ---> 596c13c41700 [2020-12-17T00:39:46.508Z] Step 22/24 : LABEL arch=x86_64 [2020-12-17T00:39:47.095Z]  Building docker-core-command-go ... done  ---> Running in 9de0e30bdb02 [2020-12-17T00:39:47.358Z] Removing intermediate container 06e9cf1fbe55 [2020-12-17T00:39:47.358Z] ---> 065a180e4a5c [2020-12-17T00:39:47.358Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-17T00:39:47.358Z] ---> Running in 317030b2662c [2020-12-17T00:39:47.358Z] Removing intermediate container 9de0e30bdb02 [2020-12-17T00:39:47.358Z] ---> 970f485fb3d5 [2020-12-17T00:39:47.358Z] Step 23/24 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:39:47.629Z] ---> Running in 0f11a44e60f5 [2020-12-17T00:39:47.917Z] Removing intermediate container 317030b2662c [2020-12-17T00:39:47.917Z] ---> b524e9af092e [2020-12-17T00:39:47.917Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-17T00:39:47.917Z] ---> Running in 5ab03803bfcd [2020-12-17T00:39:48.283Z] Removing intermediate container 0f11a44e60f5 [2020-12-17T00:39:48.283Z] ---> 01b21ff24782 [2020-12-17T00:39:48.283Z] Step 24/24 : LABEL version=0.0.0 [2020-12-17T00:39:48.283Z] ---> Running in 7fb7ae8df02c [2020-12-17T00:39:48.602Z] Removing intermediate container 5ab03803bfcd [2020-12-17T00:39:48.602Z] ---> e7f8b13fb8c4 [2020-12-17T00:39:48.602Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-17T00:39:48.952Z] Removing intermediate container 7fb7ae8df02c [2020-12-17T00:39:48.952Z] ---> 2f9214a8cd0e [2020-12-17T00:39:48.952Z] [2020-12-17T00:39:48.952Z] ---> Running in 8384e1f8f68c [2020-12-17T00:39:48.952Z] Successfully built 2f9214a8cd0e [2020-12-17T00:39:48.952Z] Successfully tagged docker-support-notifications-go:latest [2020-12-17T00:39:49.989Z]  Building docker-support-notifications-go ... done Removing intermediate container 8384e1f8f68c [2020-12-17T00:39:49.989Z] ---> e84a6d2a5a41 [2020-12-17T00:39:49.989Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-17T00:39:51.945Z] ---> 74eed31d9b76 [2020-12-17T00:39:51.945Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-17T00:39:52.211Z] Removing intermediate container 6c9da432f168 [2020-12-17T00:39:52.211Z] ---> dcd54775ea3b [2020-12-17T00:39:52.211Z] [2020-12-17T00:39:52.211Z] Step 10/22 : FROM alpine:3.10 [2020-12-17T00:39:52.211Z] ---> be4e4bea2c2e [2020-12-17T00:39:52.211Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T00:39:52.211Z] ---> Using cache [2020-12-17T00:39:52.211Z] ---> 70938e9a498b [2020-12-17T00:39:52.211Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-17T00:39:52.211Z] ---> 36430dd2a9f5 [2020-12-17T00:39:52.211Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-17T00:39:52.211Z] ---> Running in ee89b0ae4edf [2020-12-17T00:39:52.473Z] Removing intermediate container ee89b0ae4edf [2020-12-17T00:39:52.473Z] ---> e437d505434d [2020-12-17T00:39:52.473Z] Step 13/22 : WORKDIR / [2020-12-17T00:39:52.473Z] ---> 9be31c741171 [2020-12-17T00:39:52.473Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-17T00:39:52.473Z] ---> Running in ed8faac3da40 [2020-12-17T00:39:52.736Z] Removing intermediate container ed8faac3da40 [2020-12-17T00:39:52.736Z] ---> 8ac26fbd0ac6 [2020-12-17T00:39:52.736Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-17T00:39:52.736Z] ---> b4ba78c48e9a [2020-12-17T00:39:52.736Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-17T00:39:52.998Z] ---> a14c471f9c3d [2020-12-17T00:39:52.998Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-17T00:39:52.998Z] ---> c9f2b695721a [2020-12-17T00:39:52.998Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-17T00:39:52.998Z] ---> Running in 826e7afe5021 [2020-12-17T00:39:53.573Z] ---> 66c4c608603c [2020-12-17T00:39:53.573Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-17T00:39:53.837Z] ---> ba09900652fc [2020-12-17T00:39:53.837Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-17T00:39:54.100Z] ---> fb26500c5869 [2020-12-17T00:39:54.100Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-17T00:39:54.100Z] ---> Running in efe01f7fc0d6 [2020-12-17T00:39:54.100Z] Removing intermediate container 826e7afe5021 [2020-12-17T00:39:54.100Z] ---> 39a7a1e31061 [2020-12-17T00:39:54.100Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T00:39:54.364Z] ---> 53047a4f8ab8 [2020-12-17T00:39:54.364Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T00:39:54.629Z] ---> Running in 8e36780a4928 [2020-12-17T00:39:55.583Z] Removing intermediate container efe01f7fc0d6 [2020-12-17T00:39:55.583Z] ---> 9e4b85188e3d [2020-12-17T00:39:55.583Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-17T00:39:55.583Z] ---> Running in b635da30128f [2020-12-17T00:39:55.846Z] Removing intermediate container b635da30128f [2020-12-17T00:39:55.846Z] ---> 47ec4c8723b0 [2020-12-17T00:39:55.846Z] Step 20/22 : LABEL arch=x86_64 [2020-12-17T00:39:55.846Z] ---> Running in 3a0ee08344d4 [2020-12-17T00:39:55.846Z] Removing intermediate container 8e36780a4928 [2020-12-17T00:39:55.846Z] ---> 9ac72fd7984b [2020-12-17T00:39:55.846Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-17T00:39:56.111Z] ---> Running in 4f2320c1a0e3 [2020-12-17T00:39:56.111Z] Removing intermediate container 3a0ee08344d4 [2020-12-17T00:39:56.111Z] ---> 416fc078bde5 [2020-12-17T00:39:56.111Z] Step 21/22 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:39:56.376Z] ---> Running in 21447e8baa81 [2020-12-17T00:39:56.638Z] Removing intermediate container 21447e8baa81 [2020-12-17T00:39:56.638Z] ---> e8132e6939f6 [2020-12-17T00:39:56.638Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T00:39:56.638Z] ---> Running in 11716037dea0 [2020-12-17T00:39:56.900Z] Removing intermediate container 11716037dea0 [2020-12-17T00:39:56.900Z] ---> e9082aec8ca2 [2020-12-17T00:39:56.900Z] [2020-12-17T00:39:56.900Z] Successfully built e9082aec8ca2 [2020-12-17T00:39:57.162Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-17T00:39:57.424Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4f2320c1a0e3 [2020-12-17T00:39:57.424Z] ---> 88473b97a8e2 [2020-12-17T00:39:57.424Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T00:39:57.424Z] ---> Running in e0b5ee40bcf4 [2020-12-17T00:39:57.687Z] Removing intermediate container e0b5ee40bcf4 [2020-12-17T00:39:57.687Z] ---> 5117be21c67d [2020-12-17T00:39:57.687Z] Step 26/29 : CMD [ "generate" ] [2020-12-17T00:39:57.687Z] ---> Running in 1a4b8c26995d [2020-12-17T00:39:57.948Z] Removing intermediate container 1a4b8c26995d [2020-12-17T00:39:57.948Z] ---> a733646e9d12 [2020-12-17T00:39:57.948Z] Step 27/29 : LABEL arch=x86_64 [2020-12-17T00:39:57.948Z] ---> Running in 774ed01b94ed [2020-12-17T00:39:58.209Z] Removing intermediate container 774ed01b94ed [2020-12-17T00:39:58.209Z] ---> b9350e56d5e7 [2020-12-17T00:39:58.209Z] Step 28/29 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:39:58.209Z] ---> Running in a3fd9b96cc85 [2020-12-17T00:39:58.209Z] Removing intermediate container a3fd9b96cc85 [2020-12-17T00:39:58.209Z] ---> c85d4e80cd2e [2020-12-17T00:39:58.209Z] Step 29/29 : LABEL version=0.0.0 [2020-12-17T00:39:58.783Z] ---> Running in 6404613ec3b2 [2020-12-17T00:39:59.045Z] Removing intermediate container 6404613ec3b2 [2020-12-17T00:39:59.045Z] ---> 7f932b251d65 [2020-12-17T00:39:59.045Z] [2020-12-17T00:39:59.045Z] Successfully built 7f932b251d65 [2020-12-17T00:39:59.045Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-17T00:39:59.337Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-17T00:39:59.392Z] $ docker stop --time=1 f1e05e5079195ca804c6884e762951e03ae46a94fb088f77d83be72e8735dd69 [2020-12-17T00:40:01.190Z] $ docker rm -f f1e05e5079195ca804c6884e762951e03ae46a94fb088f77d83be72e8735dd69 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T00:40:01.703Z] + docker images [2020-12-17T00:40:01.703Z] + grep docker [2020-12-17T00:40:01.703Z] docker-security-secrets-setup-go latest 7f932b251d65 3 seconds ago 23.9MB [2020-12-17T00:40:01.703Z] docker-security-bootstrap-redis-go latest e9082aec8ca2 5 seconds ago 15.8MB [2020-12-17T00:40:01.703Z] docker-support-notifications-go latest 2f9214a8cd0e 13 seconds ago 12.1MB [2020-12-17T00:40:01.703Z] docker-core-command-go latest 6f0653f929a8 15 seconds ago 10.6MB [2020-12-17T00:40:01.703Z] docker-support-scheduler-go latest 1298ce24ac7c 17 seconds ago 10.8MB [2020-12-17T00:40:01.703Z] docker-sys-mgmt-agent-go latest 8f5240aef6bc 44 seconds ago 313MB [2020-12-17T00:40:01.703Z] docker-core-data-go latest 07296e500ccf About a minute ago 22.2MB [2020-12-17T00:40:01.703Z] docker-security-secretstore-setup-go latest 9ebee2751ed4 2 minutes ago 24.7MB [2020-12-17T00:40:01.703Z] docker-security-proxy-setup-go latest 843c021aab1b 2 minutes ago 24.5MB [2020-12-17T00:40:01.703Z] docker-core-metadata-go latest 45ddeff87f42 2 minutes ago 13MB [2020-12-17T00:40:01.703Z] docker latest 0c995d0d3006 26 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-17T00:40:17.675Z] Still waiting to schedule task [2020-12-17T00:40:17.675Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-17T00:40:39.989Z] gofmt -l . [2020-12-17T00:40:39.989Z] [ "`gofmt -l .`" = "" ] [2020-12-17T00:40:42.620Z] ./bin/test-go-mod-tidy.sh [2020-12-17T00:40:42.896Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-17T00:40:47.880Z] + ls -al . [2020-12-17T00:40:47.880Z] total 688 [2020-12-17T00:40:47.880Z] drwxrwxr-x 9 1001 1001 4096 Dec 17 00:40 . [2020-12-17T00:40:47.880Z] drwxr-xr-x 4 root root 4096 Dec 17 00:36 .. [2020-12-17T00:40:47.880Z] -rw-rw-r-- 1 1001 1001 11 Dec 17 00:35 .dockerignore [2020-12-17T00:40:47.880Z] drwxrwxr-x 8 1001 1001 4096 Dec 17 00:35 .git [2020-12-17T00:40:47.880Z] drwxrwxr-x 3 1001 1001 4096 Dec 17 00:35 .github [2020-12-17T00:40:47.880Z] -rw-rw-r-- 1 1001 1001 943 Dec 17 00:35 .gitignore [2020-12-17T00:40:47.880Z] -rw-rw-r-- 1 1001 1001 166 Dec 17 00:35 .sonarcloud.properties [2020-12-17T00:40:47.880Z] -rw-rw-r-- 1 1001 1001 3804 Dec 17 00:35 CONTRIBUTING.md [2020-12-17T00:40:47.881Z] -rw-rw-r-- 1 1001 1001 1035 Dec 17 00:35 Dockerfile.build [2020-12-17T00:40:47.881Z] -rw-rw-r-- 1 1001 1001 863 Dec 17 00:35 Jenkinsfile [2020-12-17T00:40:47.881Z] -rw-rw-r-- 1 1001 1001 10775 Dec 17 00:35 LICENSE [2020-12-17T00:40:47.881Z] -rw-rw-r-- 1 1001 1001 6318 Dec 17 00:35 Makefile [2020-12-17T00:40:47.881Z] -rw-rw-r-- 1 1001 1001 6362 Dec 17 00:35 README.md [2020-12-17T00:40:47.881Z] -rw-rw-r-- 1 1001 1001 7286 Dec 17 00:35 SECURITY.md [2020-12-17T00:40:47.881Z] -rw-rw-r-- 1 1001 1001 5 Dec 17 00:31 VERSION [2020-12-17T00:40:47.881Z] -rw-rw-r-- 1 1001 1001 4131 Dec 17 00:35 ZMQWindows.md [2020-12-17T00:40:47.881Z] drwxrwxr-x 2 1001 1001 4096 Dec 17 00:35 bin [2020-12-17T00:40:47.881Z] drwxrwxr-x 15 1001 1001 4096 Dec 17 00:35 cmd [2020-12-17T00:40:47.881Z] -rw-r--r-- 1 root root 562620 Dec 17 00:39 coverage.out [2020-12-17T00:40:47.881Z] -rw-r--r-- 1 root root 979 Dec 17 00:40 go.mod [2020-12-17T00:40:47.881Z] -rw-r--r-- 1 root root 18631 Dec 17 00:40 go.sum [2020-12-17T00:40:47.881Z] drwxrwxr-x 8 1001 1001 4096 Dec 17 00:35 internal [2020-12-17T00:40:47.881Z] drwxrwxr-x 4 1001 1001 4096 Dec 17 00:35 openapi [2020-12-17T00:40:47.881Z] drwxrwxr-x 4 1001 1001 4096 Dec 17 00:35 snap [2020-12-17T00:40:47.881Z] -rw-rw-r-- 1 1001 1001 168 Dec 17 00:35 version.go [Pipeline] sh [2020-12-17T00:40:48.541Z] + '[' -e coverage.out ] [2020-12-17T00:40:48.541Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-17T00:40:48.603Z] Warning: overwriting stash ‘coverage-report’ [2020-12-17T00:40:49.894Z] Stashed 1 file(s) [Pipeline] sh [2020-12-17T00:40:50.636Z] + make build [2020-12-17T00:40:50.636Z] 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 [2020-12-17T00:41:03.150Z] 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 [2020-12-17T00:41:29.968Z] 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 [2020-12-17T00:41:32.599Z] 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 [2020-12-17T00:41:39.329Z] 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 [2020-12-17T00:41:41.313Z] 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 [2020-12-17T00:41:48.059Z] 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 [2020-12-17T00:41:53.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T00:41:56.867Z] 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 [2020-12-17T00:41:58.167Z] Running on prd-ubuntu18.04-docker-8c-8g-16442 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2020-12-17T00:41:58.224Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2020-12-17T00:42:00.452Z] using credential edgex-jenkins-ssh [2020-12-17T00:42:00.516Z] Cloning the remote Git repository [2020-12-17T00:42:00.546Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-17T00:42:00.610Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2020-12-17T00:42:00.645Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T00:42:00.645Z] > git --version # timeout=10 [2020-12-17T00:42:00.657Z] > git --version # 'git version 2.17.1' [2020-12-17T00:42:00.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T00:42:00.710Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T00:42:02.315Z] 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 [2020-12-17T00:42:09.023Z] 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 [2020-12-17T00:42:09.544Z] Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit a48de70a597b3b994613674efdf7ba41d0d0d2ee [2020-12-17T00:42:08.954Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T00:42:08.961Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T00:42:08.972Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T00:42:08.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T00:42:08.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T00:42:08.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-17T00:42:09.560Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T00:42:09.565Z] > git checkout -f a48de70a597b3b994613674efdf7ba41d0d0d2ee # timeout=10 [2020-12-17T00:42:09.638Z] > git remote # timeout=10 [2020-12-17T00:42:09.645Z] > git config --get remote.origin.url # timeout=10 [2020-12-17T00:42:09.651Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T00:42:09.657Z] > git merge dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 [2020-12-17T00:42:09.742Z] Merge succeeded, producing b5a7ae7f9c43d6dcb95caa907b3d910a74568e94 [2020-12-17T00:42:09.743Z] Checking out Revision b5a7ae7f9c43d6dcb95caa907b3d910a74568e94 (PR-2924) [2020-12-17T00:42:09.744Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-17T00:42:09.752Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T00:42:09.759Z] > git checkout -f b5a7ae7f9c43d6dcb95caa907b3d910a74568e94 # timeout=10 [2020-12-17T00:42:12.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T00:42:13.443Z] Commit message: "Merge commit 'dd265b0a906f4796680bcfa54b47b0c8333d6388' into HEAD" [2020-12-17T00:42:13.451Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:42:14.540Z] + echo snap-build.sh [2020-12-17T00:42:14.540Z] snap-build.sh [2020-12-17T00:42:14.540Z] + SNAP_BASE_DIR=. [2020-12-17T00:42:14.540Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2020-12-17T00:42:14.540Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2020-12-17T00:42:14.540Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2020-12-17T00:42:14.540Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2020-12-17T00:42:14.540Z] + cd /w/workspace/edgex-go/9 [2020-12-17T00:42:14.540Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-17T00:42:14.540Z] Reading package lists... [2020-12-17T00:42:14.540Z] Building dependency tree... [2020-12-17T00:42:14.540Z] Reading state information... [2020-12-17T00:42:13.452Z] > git rev-list --no-walk ee088a9ad232140e7f0e6430345f2dd9daeca1f3 # timeout=10 [2020-12-17T00:42:14.801Z] The following packages were automatically installed and are no longer required: [2020-12-17T00:42:14.802Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-17T00:42:14.802Z] uidmap xdelta3 [2020-12-17T00:42:14.802Z] Use 'sudo apt autoremove' to remove them. [2020-12-17T00:42:14.802Z] The following packages will be REMOVED: [2020-12-17T00:42:14.802Z] lxd* lxd-client* [2020-12-17T00:42:15.063Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-17T00:42:15.063Z] After this operation, 31.7 MB disk space will be freed. [2020-12-17T00:42:16.112Z] (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.) [2020-12-17T00:42:16.112Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-17T00:42:16.685Z] Removing lxd dnsmasq configuration [2020-12-17T00:42:16.685Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-17T00:42:16.948Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-17T00:42:17.853Z] 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 [2020-12-17T00:42:17.890Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-17T00:42:18.150Z] (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.) [2020-12-17T00:42:18.150Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-17T00:42:19.536Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-17T00:42:19.536Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-17T00:42:20.927Z] + sudo snap remove --purge lxd [2020-12-17T00:42:20.927Z] snap "lxd" is not installed [2020-12-17T00:42:20.927Z] + sudo groupadd --force --system lxd [2020-12-17T00:42:20.927Z] ++ whoami [2020-12-17T00:42:20.927Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-17T00:42:20.927Z] + newgrp - lxd [2020-12-17T00:42:20.927Z] + sudo snap install lxd [Pipeline] } [2020-12-17T00:42:22.251Z] $ docker stop --time=1 7e48eccb31eb121cda67de3c780b29257eadcbf37100dc46f66d0f995c36922d [2020-12-17T00:42:24.798Z] $ docker rm -f 7e48eccb31eb121cda67de3c780b29257eadcbf37100dc46f66d0f995c36922d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:42:26.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T00:42:26.665Z] [2020-12-17T00:42:26.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:42:27.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T00:42:27.329Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-17T00:42:27.329Z] 29e5d40040c1: Pulling fs layer [2020-12-17T00:42:27.329Z] 1ce36da41761: Pulling fs layer [2020-12-17T00:42:27.329Z] 25b303627fd3: Pulling fs layer [2020-12-17T00:42:27.928Z] 29e5d40040c1: Verifying Checksum [2020-12-17T00:42:27.928Z] 29e5d40040c1: Download complete [2020-12-17T00:42:28.529Z] 1ce36da41761: Verifying Checksum [2020-12-17T00:42:28.529Z] 1ce36da41761: Download complete [2020-12-17T00:42:28.529Z] 29e5d40040c1: Pull complete [2020-12-17T00:42:29.075Z] 2020-12-17T00:42:26Z INFO Waiting for automatic snapd restart... [2020-12-17T00:42:29.964Z] 1ce36da41761: Pull complete [2020-12-17T00:42:30.564Z] 25b303627fd3: Verifying Checksum [2020-12-17T00:42:30.564Z] 25b303627fd3: Download complete [2020-12-17T00:42:40.722Z] 25b303627fd3: Pull complete [2020-12-17T00:42:40.723Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-17T00:42:40.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T00:42:40.723Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-17T00:42:41.016Z] prd-ubuntu18.04-docker-arm64-4c-16g-16435 does not seem to be running inside a container [2020-12-17T00:42:41.146Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-17T00:42:44.099Z] lxd 4.9 from Canonical* installed [2020-12-17T00:42:44.099Z] + sudo lxd init --auto [2020-12-17T00:42:44.802Z] $ docker top 3d80ed9ef5f4b08170b1f5697b512d30c59e13961d6550eed28dec81fe75576e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T00:42:45.898Z] + docker-compose build --help [2020-12-17T00:42:45.898Z] + grep parallel [2020-12-17T00:42:50.284Z] --parallel Build images in parallel. [Pipeline] } [2020-12-17T00:42:50.347Z] $ docker stop --time=1 3d80ed9ef5f4b08170b1f5697b512d30c59e13961d6550eed28dec81fe75576e [2020-12-17T00:42:52.376Z] $ docker rm -f 3d80ed9ef5f4b08170b1f5697b512d30c59e13961d6550eed28dec81fe75576e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:42:53.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T00:42:53.323Z] . [Pipeline] withDockerContainer [2020-12-17T00:42:53.608Z] prd-ubuntu18.04-docker-arm64-4c-16g-16435 does not seem to be running inside a container [2020-12-17T00:42:53.738Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-17T00:42:54.114Z] + sudo snap install --classic snapcraft [2020-12-17T00:42:55.375Z] $ docker top 23c9be0587391fc047e8737d141915851cee61ac310a0c7a77bad26cfacc0fb1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T00:42:56.386Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-17T00:42:57.422Z] snapcraft 4.4.4 from Canonical* installed [2020-12-17T00:42:57.422Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-17T00:42:57.422Z] + patch --verbose -p1 [2020-12-17T00:42:57.422Z] Hmm... Looks like a unified diff to me... [2020-12-17T00:42:57.422Z] The text leading up to this was: [2020-12-17T00:42:57.422Z] -------------------------- [2020-12-17T00:42:57.422Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-17T00:42:57.422Z] |From: Tony Espy [2020-12-17T00:42:57.422Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-17T00:42:57.422Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-17T00:42:57.422Z] | [2020-12-17T00:42:57.422Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-17T00:42:57.422Z] |optimize the snap CI check run for pull requests. When [2020-12-17T00:42:57.422Z] |applied, it essentially strips out everything (apps and [2020-12-17T00:42:57.422Z] |parts) from the snapcraft.yaml file except those required [2020-12-17T00:42:57.422Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-17T00:42:57.422Z] |catch changes to edgex-go that break the snap build. [2020-12-17T00:42:57.422Z] | [2020-12-17T00:42:57.422Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-17T00:42:57.422Z] |to update this patch file, otherwise it may fail to apply, [2020-12-17T00:42:57.422Z] |resulting in a failed snap build CI check in the associated [2020-12-17T00:42:57.422Z] |pull request. [2020-12-17T00:42:57.422Z] | [2020-12-17T00:42:57.422Z] |Note - in addition to applying this patch, the pipeline also [2020-12-17T00:42:57.422Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-17T00:42:57.422Z] |need to build the finally binary .snap file (and it won't [2020-12-17T00:42:57.422Z] |work with the patch applied). This further reduces the build [2020-12-17T00:42:57.422Z] |time. [2020-12-17T00:42:57.422Z] |--- [2020-12-17T00:42:57.422Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-17T00:42:57.422Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-17T00:42:57.422Z] | [2020-12-17T00:42:57.422Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-17T00:42:57.422Z] |index b265277c..d7e1de37 100644 [2020-12-17T00:42:57.422Z] |--- a/snap/snapcraft.yaml [2020-12-17T00:42:57.422Z] |+++ b/snap/snapcraft.yaml [2020-12-17T00:42:57.422Z] -------------------------- [2020-12-17T00:42:57.422Z] patching file snap/snapcraft.yaml [2020-12-17T00:42:57.422Z] Using Plan A... [2020-12-17T00:42:57.422Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-17T00:42:57.422Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-17T00:42:57.422Z] Hunk #3 succeeded at 209 (offset -10 lines). [2020-12-17T00:42:57.422Z] Hunk #4 succeeded at 224 (offset -10 lines). [2020-12-17T00:42:57.422Z] Hunk #5 succeeded at 232 (offset -10 lines). [2020-12-17T00:42:57.422Z] Hunk #6 succeeded at 239 (offset -10 lines). [2020-12-17T00:42:57.422Z] Hunk #7 succeeded at 266 (offset -10 lines). [2020-12-17T00:42:57.422Z] Hunk #8 succeeded at 300 (offset -10 lines). [2020-12-17T00:42:57.422Z] Hunk #9 succeeded at 356 (offset -10 lines). [2020-12-17T00:42:57.422Z] Hmm... Ignoring the trailing garbage. [2020-12-17T00:42:57.422Z] done [2020-12-17T00:42:57.422Z] + sudo snapcraft prime --use-lxd [2020-12-17T00:42:58.817Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-17T00:42:58.817Z] 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: [2020-12-17T00:42:58.817Z] - README.md [2020-12-17T00:42:58.817Z] - snapcraft.yaml.orig [2020-12-17T00:42:58.817Z] [2020-12-17T00:42:58.817Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-17T00:42:59.392Z] Launching a container. [2020-12-17T00:43:01.784Z] Building docker-core-command-go ... [2020-12-17T00:43:01.784Z] Building docker-core-data-go ... [2020-12-17T00:43:01.784Z] Building docker-core-metadata-go ... [2020-12-17T00:43:01.784Z] Building docker-security-bootstrap-redis-go ... [2020-12-17T00:43:01.784Z] Building docker-security-proxy-setup-go ... [2020-12-17T00:43:01.784Z] Building docker-security-secrets-setup-go ... [2020-12-17T00:43:01.784Z] Building docker-security-secretstore-setup-go ... [2020-12-17T00:43:01.784Z] Building docker-support-notifications-go ... [2020-12-17T00:43:01.784Z] Building docker-support-scheduler-go ... [2020-12-17T00:43:01.784Z] Building docker-sys-mgmt-agent-go ... [2020-12-17T00:43:01.784Z] Building docker-core-data-go [2020-12-17T00:43:01.784Z] Building docker-core-command-go [2020-12-17T00:43:01.784Z] Building docker-security-proxy-setup-go [2020-12-17T00:43:01.784Z] Building docker-security-bootstrap-redis-go [2020-12-17T00:43:01.784Z] Building docker-core-metadata-go [2020-12-17T00:43:11.629Z] Waiting for container to be ready [2020-12-17T00:43:11.629Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-17T00:43:11.629Z] [2020-12-17T00:43:14.181Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-17T00:43:14.181Z] Waiting for network to be ready... [2020-12-17T00:43:14.443Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-17T00:43:14.704Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-17T00:43:14.704Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-17T00:43:14.704Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-17T00:43:14.704Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-17T00:43:14.704Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-17T00:43:14.704Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-17T00:43:14.704Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-17T00:43:14.704Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-17T00:43:14.704Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-17T00:43:15.275Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-17T00:43:15.275Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-17T00:43:15.537Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-17T00:43:15.537Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-17T00:43:15.537Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-17T00:43:15.537Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-17T00:43:15.537Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-17T00:43:15.537Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-17T00:43:16.108Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-17T00:43:16.108Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-17T00:43:16.108Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-17T00:43:16.369Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-17T00:43:16.369Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-17T00:43:16.369Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-17T00:43:16.369Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-17T00:43:16.369Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-17T00:43:16.369Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-17T00:43:18.283Z] Fetched 23.5 MB in 4s (5942 kB/s) [2020-12-17T00:43:19.234Z] Reading package lists... [2020-12-17T00:43:19.496Z] Reading package lists... [2020-12-17T00:43:19.496Z] Building dependency tree... [2020-12-17T00:43:19.496Z] Reading state information... [2020-12-17T00:43:19.756Z] The following additional packages will be installed: [2020-12-17T00:43:19.756Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-17T00:43:19.756Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-17T00:43:19.756Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-17T00:43:19.756Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-17T00:43:19.756Z] Suggested packages: [2020-12-17T00:43:19.756Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-17T00:43:19.756Z] Recommended packages: [2020-12-17T00:43:19.756Z] gnupg libsasl2-modules [2020-12-17T00:43:19.756Z] The following NEW packages will be installed: [2020-12-17T00:43:19.756Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-17T00:43:19.756Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-17T00:43:19.756Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-17T00:43:19.756Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-17T00:43:19.756Z] The following packages will be upgraded: [2020-12-17T00:43:19.756Z] gpg gpg-agent gpgconf libudev1 [2020-12-17T00:43:20.017Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-17T00:43:20.017Z] Need to get 3531 kB of archives. [2020-12-17T00:43:20.017Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-17T00:43:20.017Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-17T00:43:20.017Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-17T00:43:20.284Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-17T00:43:20.548Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-17T00:43:20.548Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-17T00:43:20.548Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-17T00:43:20.548Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-17T00:43:20.548Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-17T00:43:20.548Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-17T00:43:20.548Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-17T00:43:20.548Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-17T00:43:20.548Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-17T00:43:20.548Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-17T00:43:20.548Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-17T00:43:20.548Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-17T00:43:20.548Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-17T00:43:20.548Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-17T00:43:20.548Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-17T00:43:20.548Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-17T00:43:20.809Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-17T00:43:20.809Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-17T00:43:20.809Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-17T00:43:20.809Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T00:43:20.809Z] Fetched 3531 kB in 1s (3192 kB/s) [2020-12-17T00:43:21.070Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-17T00:43:21.070Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-17T00:43:21.070Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-17T00:43:21.070Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-17T00:43:21.070Z] Selecting previously unselected package udev. [2020-12-17T00:43:21.070Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-17T00:43:21.070Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-17T00:43:21.330Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-17T00:43:21.591Z] Selecting previously unselected package libfuse2:amd64. [2020-12-17T00:43:21.591Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-17T00:43:21.591Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-17T00:43:21.591Z] Selecting previously unselected package fuse. [2020-12-17T00:43:21.591Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-17T00:43:21.591Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-17T00:43:21.591Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T00:43:21.591Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-17T00:43:21.851Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T00:43:21.851Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-17T00:43:21.851Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T00:43:21.851Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-17T00:43:22.113Z] Selecting previously unselected package libksba8:amd64. [2020-12-17T00:43:22.113Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-17T00:43:22.113Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-17T00:43:22.113Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-17T00:43:22.113Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T00:43:22.113Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:22.113Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-17T00:43:22.113Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T00:43:22.113Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:22.373Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-17T00:43:22.373Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T00:43:22.373Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:22.373Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-17T00:43:22.373Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T00:43:22.373Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:22.373Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-17T00:43:22.373Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T00:43:22.373Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:22.633Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-17T00:43:22.633Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T00:43:22.633Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:22.633Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-17T00:43:22.633Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T00:43:22.633Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:22.633Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-17T00:43:22.633Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T00:43:22.633Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:22.895Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-17T00:43:22.895Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T00:43:22.895Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:22.895Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-17T00:43:22.895Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-17T00:43:22.895Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-17T00:43:22.895Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-17T00:43:22.895Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-17T00:43:22.895Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-17T00:43:22.895Z] Selecting previously unselected package libldap-common. [2020-12-17T00:43:22.895Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-17T00:43:22.895Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-17T00:43:23.157Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-17T00:43:23.157Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-17T00:43:23.157Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-17T00:43:23.157Z] Selecting previously unselected package dirmngr. [2020-12-17T00:43:23.157Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T00:43:23.157Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-17T00:43:23.157Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-17T00:43:23.421Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-17T00:43:23.421Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-17T00:43:23.421Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-17T00:43:23.421Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-17T00:43:23.421Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-17T00:43:23.421Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:23.421Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-17T00:43:23.421Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-17T00:43:23.421Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-17T00:43:23.993Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-17T00:43:23.993Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:23.993Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-17T00:43:23.993Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-17T00:43:24.253Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-17T00:43:24.253Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:24.253Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:24.253Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:24.253Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:24.253Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:24.253Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:24.253Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T00:43:24.253Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-17T00:43:24.253Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-17T00:43:24.515Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-17T00:43:24.776Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-17T00:43:24.776Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-17T00:43:24.776Z] This means they are not meant to be enabled using systemctl. [2020-12-17T00:43:24.776Z] Possible reasons for having this kind of units are: [2020-12-17T00:43:24.776Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-17T00:43:24.776Z] .wants/ or .requires/ directory. [2020-12-17T00:43:24.776Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-17T00:43:24.776Z] a requirement dependency on it. [2020-12-17T00:43:24.776Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-17T00:43:24.776Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-17T00:43:24.776Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-17T00:43:24.776Z] instance name specified. [2020-12-17T00:43:25.037Z] Reading package lists... [2020-12-17T00:43:25.298Z] Building dependency tree... [2020-12-17T00:43:25.298Z] Reading state information... [2020-12-17T00:43:25.298Z] The following additional packages will be installed: [2020-12-17T00:43:25.298Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-17T00:43:25.298Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-17T00:43:25.298Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-17T00:43:25.298Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-17T00:43:25.298Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-17T00:43:25.298Z] Suggested packages: [2020-12-17T00:43:25.298Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-17T00:43:25.298Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-17T00:43:25.298Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-17T00:43:25.298Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-17T00:43:25.298Z] systemd-container policykit-1 [2020-12-17T00:43:25.298Z] Recommended packages: [2020-12-17T00:43:25.298Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-17T00:43:25.298Z] The following NEW packages will be installed: [2020-12-17T00:43:25.298Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-17T00:43:25.298Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-17T00:43:25.298Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-17T00:43:25.298Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-17T00:43:25.298Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-17T00:43:25.298Z] The following packages will be upgraded: [2020-12-17T00:43:25.298Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-17T00:43:25.562Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-17T00:43:25.562Z] Need to get 35.2 MB of archives. [2020-12-17T00:43:25.562Z] After this operation, 141 MB of additional disk space will be used. [2020-12-17T00:43:25.562Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-17T00:43:25.562Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-17T00:43:25.562Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-17T00:43:25.562Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-17T00:43:25.562Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-17T00:43:25.562Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-17T00:43:25.562Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-17T00:43:25.562Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-17T00:43:25.822Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-17T00:43:25.822Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-17T00:43:25.822Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-17T00:43:25.822Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-17T00:43:25.822Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-17T00:43:25.822Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-17T00:43:25.822Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-17T00:43:25.822Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-17T00:43:25.822Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-17T00:43:26.407Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-17T00:43:26.407Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-17T00:43:26.407Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-17T00:43:26.407Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-17T00:43:26.407Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-17T00:43:26.407Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-17T00:43:26.407Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-17T00:43:26.407Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-17T00:43:26.407Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-17T00:43:26.407Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-17T00:43:26.681Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-17T00:43:26.681Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-17T00:43:26.681Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-17T00:43:27.622Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T00:43:27.622Z] Fetched 35.2 MB in 2s (16.4 MB/s) [2020-12-17T00:43:27.882Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-17T00:43:27.882Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-17T00:43:27.882Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-17T00:43:28.453Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-17T00:43:28.454Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-17T00:43:28.714Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-17T00:43:28.714Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-17T00:43:28.714Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-17T00:43:28.714Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-17T00:43:28.976Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-17T00:43:28.976Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-17T00:43:28.976Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-17T00:43:28.976Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-17T00:43:29.550Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-17T00:43:29.550Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-17T00:43:29.814Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-17T00:43:30.073Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-17T00:43:30.073Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-17T00:43:30.073Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-17T00:43:30.073Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-17T00:43:30.073Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-17T00:43:30.073Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T00:43:30.333Z] Selecting previously unselected package libexpat1:amd64. [2020-12-17T00:43:30.333Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-17T00:43:30.333Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-17T00:43:30.333Z] Selecting previously unselected package python3.6-minimal. [2020-12-17T00:43:30.333Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-17T00:43:30.333Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T00:43:30.594Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-17T00:43:30.855Z] Checking for services that may need to be restarted...done. [2020-12-17T00:43:30.856Z] Checking for services that may need to be restarted...done. [2020-12-17T00:43:30.856Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T00:43:30.856Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-17T00:43:30.856Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T00:43:31.426Z] Selecting previously unselected package python3-minimal. [2020-12-17T00:43:31.426Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-17T00:43:31.426Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-17T00:43:31.426Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-17T00:43:31.426Z] Selecting previously unselected package mime-support. [2020-12-17T00:43:31.426Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-17T00:43:31.426Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-17T00:43:31.426Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-17T00:43:31.426Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-17T00:43:31.426Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-17T00:43:31.687Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-17T00:43:31.687Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-17T00:43:31.687Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T00:43:31.949Z] Selecting previously unselected package python3.6. [2020-12-17T00:43:31.949Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-17T00:43:31.949Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T00:43:32.211Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-17T00:43:32.211Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-17T00:43:32.211Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-17T00:43:32.211Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-17T00:43:32.473Z] Selecting previously unselected package python3. [2020-12-17T00:43:32.473Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-17T00:43:32.473Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-17T00:43:32.473Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-17T00:43:32.736Z] Selecting previously unselected package multiarch-support. [2020-12-17T00:43:32.736Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T00:43:32.736Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-17T00:43:32.736Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-17T00:43:32.736Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-17T00:43:32.736Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-17T00:43:32.736Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-17T00:43:32.736Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-17T00:43:32.996Z] Selecting previously unselected package libbsd0:amd64. [2020-12-17T00:43:32.996Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-17T00:43:32.996Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-17T00:43:32.996Z] Selecting previously unselected package sudo. [2020-12-17T00:43:32.996Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-17T00:43:32.996Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-17T00:43:33.256Z] Selecting previously unselected package apparmor. [2020-12-17T00:43:33.256Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-17T00:43:33.256Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-17T00:43:33.256Z] Selecting previously unselected package libedit2:amd64. [2020-12-17T00:43:33.256Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-17T00:43:33.256Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-17T00:43:33.518Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-17T00:43:33.518Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-17T00:43:33.518Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T00:43:33.518Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-17T00:43:33.518Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-17T00:43:33.518Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T00:43:33.518Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-17T00:43:33.518Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-17T00:43:33.518Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-17T00:43:33.780Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-17T00:43:33.780Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-17T00:43:33.780Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T00:43:33.780Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-17T00:43:33.780Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-17T00:43:33.780Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T00:43:34.042Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-17T00:43:34.042Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-17T00:43:34.042Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-17T00:43:34.042Z] Selecting previously unselected package openssh-client. [2020-12-17T00:43:34.042Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-17T00:43:34.042Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-17T00:43:34.302Z] Selecting previously unselected package squashfs-tools. [2020-12-17T00:43:34.302Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-17T00:43:34.302Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-17T00:43:34.302Z] Selecting previously unselected package snapd. [2020-12-17T00:43:34.302Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-17T00:43:34.302Z] Unpacking snapd (2.48+18.04) ... [2020-12-17T00:43:36.212Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-17T00:43:36.473Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-17T00:43:36.473Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-17T00:43:36.473Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-17T00:43:36.473Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-17T00:43:36.734Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T00:43:36.734Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-17T00:43:36.734Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-17T00:43:36.734Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-17T00:43:38.115Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-17T00:43:38.115Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-17T00:43:38.115Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-17T00:43:38.115Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T00:43:38.115Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T00:43:38.115Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T00:43:38.687Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-17T00:43:38.687Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T00:43:38.687Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-17T00:43:38.949Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-17T00:43:38.950Z] running python rtupdate hooks for python3.6... [2020-12-17T00:43:38.950Z] running python post-rtupdate hooks for python3.6... [2020-12-17T00:43:38.950Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-17T00:43:40.334Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-17T00:43:40.334Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T00:43:40.334Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-17T00:43:40.334Z] Setting up snapd (2.48+18.04) ... [2020-12-17T00:43:40.906Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-17T00:43:40.906Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-17T00:43:41.166Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-17T00:43:41.166Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-17T00:43:41.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-17T00:43:41.427Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-17T00:43:41.688Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-17T00:43:41.688Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-17T00:43:41.953Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-17T00:43:42.212Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-17T00:43:42.212Z] /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' [2020-12-17T00:43:42.212Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-17T00:43:42.212Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-17T00:43:43.598Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-17T00:43:43.598Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-17T00:43:43.598Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-17T00:43:44.797Z] Reading package lists... [2020-12-17T00:43:44.797Z] Reading package lists... [2020-12-17T00:43:45.059Z] Building dependency tree... [2020-12-17T00:43:45.059Z] Reading state information... [2020-12-17T00:43:45.059Z] Calculating upgrade... [2020-12-17T00:43:45.320Z] The following packages will be upgraded: [2020-12-17T00:43:45.320Z] advancecomp base-files bash binutils binutils-common [2020-12-17T00:43:45.320Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-17T00:43:45.320Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-17T00:43:45.320Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-17T00:43:45.320Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-17T00:43:45.320Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-17T00:43:45.320Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-17T00:43:45.320Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-17T00:43:45.320Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-17T00:43:45.320Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-17T00:43:45.320Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-17T00:43:45.320Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-17T00:43:45.320Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-17T00:43:45.320Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-17T00:43:45.320Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-17T00:43:45.320Z] Need to get 63.5 MB of archives. [2020-12-17T00:43:45.320Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-17T00:43:45.320Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-17T00:43:45.320Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-17T00:43:45.320Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-17T00:43:45.320Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-17T00:43:45.320Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-17T00:43:45.320Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-17T00:43:45.584Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-17T00:43:45.584Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-17T00:43:45.584Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-17T00:43:45.584Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-17T00:43:45.584Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-17T00:43:45.584Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-17T00:43:45.584Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-17T00:43:45.584Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-17T00:43:45.584Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-17T00:43:45.584Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-17T00:43:45.584Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-17T00:43:45.584Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-17T00:43:45.584Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-17T00:43:45.584Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-17T00:43:45.584Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-17T00:43:45.584Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-17T00:43:45.584Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-17T00:43:45.584Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-17T00:43:45.584Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-17T00:43:45.584Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-17T00:43:45.584Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-17T00:43:45.584Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-17T00:43:45.584Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-17T00:43:45.584Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-17T00:43:45.584Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-17T00:43:45.584Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-17T00:43:45.584Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-17T00:43:45.584Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-17T00:43:45.584Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-17T00:43:45.584Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-17T00:43:45.584Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-17T00:43:45.584Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-17T00:43:45.584Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-17T00:43:45.584Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-17T00:43:45.584Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-17T00:43:45.584Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-17T00:43:45.584Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-17T00:43:45.584Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-17T00:43:45.846Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-17T00:43:45.846Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-17T00:43:45.846Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-17T00:43:45.846Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-17T00:43:45.846Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-17T00:43:45.846Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-17T00:43:45.846Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-17T00:43:45.846Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-17T00:43:45.846Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-17T00:43:45.846Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-17T00:43:45.846Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-17T00:43:46.106Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-17T00:43:46.106Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-17T00:43:46.106Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-17T00:43:46.366Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-17T00:43:46.366Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-17T00:43:46.366Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-17T00:43:46.366Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-17T00:43:46.366Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-17T00:43:46.628Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-17T00:43:46.628Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-17T00:43:46.628Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-17T00:43:46.628Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-17T00:43:46.628Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-17T00:43:46.628Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-17T00:43:46.628Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-17T00:43:46.628Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-17T00:43:46.628Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-17T00:43:46.628Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-17T00:43:46.628Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-17T00:43:46.889Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-17T00:43:46.889Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-17T00:43:46.889Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-17T00:43:46.889Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-17T00:43:46.889Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-17T00:43:46.889Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-17T00:43:46.889Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-17T00:43:46.889Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-17T00:43:46.889Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-17T00:43:46.889Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-17T00:43:46.889Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-17T00:43:46.889Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-17T00:43:47.149Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-17T00:43:47.149Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-17T00:43:47.149Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-17T00:43:47.149Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-17T00:43:47.149Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-17T00:43:47.149Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-17T00:43:47.149Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-17T00:43:47.149Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-17T00:43:47.149Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-17T00:43:47.149Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-17T00:43:47.411Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T00:43:47.411Z] Fetched 63.5 MB in 2s (32.8 MB/s) [2020-12-17T00:43:47.411Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:47.411Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T00:43:47.411Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-17T00:43:47.999Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T00:43:47.999Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-17T00:43:48.259Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-17T00:43:48.259Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-17T00:43:49.202Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:49.202Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:49.202Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:49.202Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:49.202Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:49.202Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:49.202Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:49.202Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:49.463Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:49.463Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:49.463Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:49.463Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:49.463Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:49.463Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:49.725Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:43:49.725Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-17T00:43:49.725Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:49.725Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-17T00:43:50.002Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:43:50.003Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-17T00:43:50.003Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:50.003Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:50.308Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:50.308Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:50.308Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T00:43:50.308Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T00:43:50.578Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:43:50.578Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-17T00:43:50.578Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T00:43:50.840Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-17T00:43:51.412Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-17T00:43:51.673Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-17T00:43:51.673Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-17T00:43:51.673Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-17T00:43:51.673Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-17T00:43:51.673Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-17T00:43:51.934Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-17T00:43:51.934Z] Installing new version of config file /etc/issue ... [2020-12-17T00:43:51.934Z] Installing new version of config file /etc/issue.net ... [2020-12-17T00:43:51.934Z] Installing new version of config file /etc/lsb-release ... [2020-12-17T00:43:52.194Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-17T00:43:52.194Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-17T00:43:52.455Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-17T00:43:52.455Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-17T00:43:52.455Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:52.455Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-17T00:43:52.456Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-17T00:43:52.715Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-17T00:43:52.715Z] 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 [2020-12-17T00:43:52.715Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:52.715Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T00:43:52.978Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-17T00:43:52.978Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-17T00:43:52.978Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:52.978Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-17T00:43:53.239Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-17T00:43:53.239Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-17T00:43:53.506Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:53.506Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-17T00:43:53.506Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-17T00:43:53.767Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-17T00:43:53.767Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:53.767Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-17T00:43:53.767Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-17T00:43:54.028Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-17T00:43:54.028Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:54.028Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-17T00:43:54.028Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-17T00:43:54.298Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-17T00:43:54.298Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:54.298Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-17T00:43:54.298Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-17T00:43:54.558Z] Setting up grep (3.1-2build1) ... [2020-12-17T00:43:54.558Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:54.559Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-17T00:43:54.559Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-17T00:43:54.819Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-17T00:43:54.819Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:54.819Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-17T00:43:54.819Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T00:43:55.081Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-17T00:43:55.081Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:55.081Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-17T00:43:55.081Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-17T00:43:55.652Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-17T00:43:55.652Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-17T00:43:55.652Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-17T00:43:55.652Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-17T00:43:56.227Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-17T00:43:56.487Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:56.487Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-17T00:43:56.487Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-17T00:43:57.429Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-17T00:43:57.689Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-17T00:43:57.689Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-17T00:43:57.689Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-17T00:43:57.689Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-17T00:43:57.951Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:57.951Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-17T00:43:57.951Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-17T00:43:58.212Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-17T00:43:58.212Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:58.212Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T00:43:58.212Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T00:43:58.473Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T00:43:58.473Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:58.473Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T00:43:58.473Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T00:43:58.735Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T00:43:58.735Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:58.735Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T00:43:58.735Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T00:43:59.001Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T00:43:59.001Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:59.001Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T00:43:59.001Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T00:43:59.263Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T00:43:59.263Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:59.263Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-17T00:43:59.263Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T00:43:59.522Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-17T00:43:59.522Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T00:43:59.522Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-17T00:43:59.522Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:59.522Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-17T00:43:59.782Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T00:43:59.782Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-17T00:43:59.782Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:43:59.782Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T00:43:59.782Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T00:44:00.042Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T00:44:00.042Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:44:00.042Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T00:44:00.042Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T00:44:00.042Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-17T00:44:00.303Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:44:00.303Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T00:44:00.303Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T00:44:00.564Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-17T00:44:00.826Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-17T00:44:01.088Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-17T00:44:01.348Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:44:01.348Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T00:44:01.348Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-17T00:44:01.348Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-17T00:44:01.609Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T00:44:01.609Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-17T00:44:01.609Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T00:44:01.609Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-17T00:44:01.876Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:01.876Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-17T00:44:01.876Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-17T00:44:01.876Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-17T00:44:02.136Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:02.136Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-17T00:44:02.136Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-17T00:44:02.136Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-17T00:44:02.397Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:02.397Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-17T00:44:02.397Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-17T00:44:02.397Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-17T00:44:02.656Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:02.656Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-17T00:44:02.656Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-17T00:44:02.656Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-17T00:44:02.918Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:02.918Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T00:44:02.918Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T00:44:02.918Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-17T00:44:02.918Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-17T00:44:03.179Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-17T00:44:03.179Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-17T00:44:03.179Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-17T00:44:03.439Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:03.439Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-17T00:44:03.439Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-17T00:44:03.439Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-17T00:44:03.699Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:03.699Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-17T00:44:03.699Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-17T00:44:03.699Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-17T00:44:03.960Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:03.960Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-17T00:44:03.960Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-17T00:44:04.222Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-17T00:44:04.222Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:04.222Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-17T00:44:04.222Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-17T00:44:04.483Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-17T00:44:04.483Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:04.483Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-17T00:44:04.483Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-17T00:44:04.744Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-17T00:44:05.009Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:05.009Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T00:44:05.009Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-17T00:44:05.274Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-17T00:44:05.274Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:05.274Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-17T00:44:05.274Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-17T00:44:05.534Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-17T00:44:05.534Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:05.534Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-17T00:44:05.534Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-17T00:44:05.795Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-17T00:44:05.795Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:05.795Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-17T00:44:05.795Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-17T00:44:06.055Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-17T00:44:06.056Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:06.056Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-17T00:44:06.056Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-17T00:44:06.319Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-17T00:44:06.319Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T00:44:06.319Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-17T00:44:06.319Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-17T00:44:06.319Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-17T00:44:06.581Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-17T00:44:06.581Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-17T00:44:06.581Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-17T00:44:06.581Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-17T00:44:06.581Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-17T00:44:06.841Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-17T00:44:06.841Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-17T00:44:07.103Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-17T00:44:07.103Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-17T00:44:07.363Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-17T00:44:07.364Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-17T00:44:07.364Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-17T00:44:07.364Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-17T00:44:07.624Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-17T00:44:07.624Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-17T00:44:07.624Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-17T00:44:07.624Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-17T00:44:07.884Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-17T00:44:07.884Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-17T00:44:07.884Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-17T00:44:07.884Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-17T00:44:07.884Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-17T00:44:08.144Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-17T00:44:08.144Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-17T00:44:08.144Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-17T00:44:09.084Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-17T00:44:09.084Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-17T00:44:09.084Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-17T00:44:09.084Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-17T00:44:09.344Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-17T00:44:09.344Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-17T00:44:09.604Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-17T00:44:09.604Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-17T00:44:09.806Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:44:09.806Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:44:09.806Z] ---> a38133f18d7b [2020-12-17T00:44:09.806Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T00:44:09.863Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-17T00:44:09.864Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-17T00:44:09.864Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-17T00:44:09.864Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-17T00:44:10.082Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:44:10.082Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:44:10.082Z] ---> a38133f18d7b [2020-12-17T00:44:10.082Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T00:44:10.126Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T00:44:10.126Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T00:44:10.360Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:44:10.360Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:44:10.360Z] ---> a38133f18d7b [2020-12-17T00:44:10.360Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T00:44:10.360Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:44:10.360Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:44:10.360Z] ---> a38133f18d7b [2020-12-17T00:44:10.360Z] Step 3/23 : WORKDIR /edgex-go [2020-12-17T00:44:10.360Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:44:10.360Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:44:10.360Z] ---> a38133f18d7b [2020-12-17T00:44:10.360Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T00:44:10.390Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T00:44:10.390Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T00:44:10.390Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T00:44:10.390Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T00:44:10.650Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T00:44:10.650Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T00:44:11.599Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T00:44:11.599Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T00:44:12.172Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T00:44:12.431Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T00:44:13.002Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T00:44:13.002Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T00:44:13.262Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T00:44:13.262Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T00:44:14.213Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T00:44:14.213Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T00:44:14.213Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-17T00:44:14.213Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-17T00:44:14.213Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-17T00:44:14.477Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-17T00:44:14.477Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-17T00:44:14.666Z] ---> Running in e95e9f503090 [2020-12-17T00:44:14.666Z] ---> Running in 7e8b60fac99e [2020-12-17T00:44:14.666Z] ---> Running in 5d37850fb59a [2020-12-17T00:44:14.666Z] ---> Running in c26291330514 [2020-12-17T00:44:14.666Z] ---> Running in 8c1e784eaade [2020-12-17T00:44:14.752Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-17T00:44:14.752Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-17T00:44:14.752Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-17T00:44:14.752Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-17T00:44:15.012Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-17T00:44:15.012Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-17T00:44:15.012Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-17T00:44:15.012Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-17T00:44:15.012Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-17T00:44:15.260Z] Removing intermediate container 7e8b60fac99e [2020-12-17T00:44:15.260Z] ---> fb465b932b9f [2020-12-17T00:44:15.260Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:44:15.260Z] Removing intermediate container c26291330514 [2020-12-17T00:44:15.260Z] ---> dcd4db91897a [2020-12-17T00:44:15.260Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:44:15.260Z] Removing intermediate container e95e9f503090 [2020-12-17T00:44:15.260Z] ---> dd0235a206e8 [2020-12-17T00:44:15.260Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:44:15.272Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:44:15.272Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-17T00:44:15.272Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:44:15.272Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:44:15.272Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:44:15.272Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-17T00:44:15.272Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-17T00:44:15.272Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-17T00:44:15.537Z] [2020-12-17T00:44:15.537Z] Current default time zone: 'Etc/UTC' [2020-12-17T00:44:15.537Z] Local time is now: Thu Dec 17 00:44:15 UTC 2020. [2020-12-17T00:44:15.537Z] Universal Time is now: Thu Dec 17 00:44:15 UTC 2020. [2020-12-17T00:44:15.537Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-17T00:44:15.537Z] [2020-12-17T00:44:15.537Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-17T00:44:15.537Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:44:15.537Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-17T00:44:15.537Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-17T00:44:15.537Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-17T00:44:15.537Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-17T00:44:15.564Z] Removing intermediate container 8c1e784eaade [2020-12-17T00:44:15.564Z] ---> 38920c4e6dbd [2020-12-17T00:44:15.564Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:44:15.564Z] Removing intermediate container 5d37850fb59a [2020-12-17T00:44:15.564Z] ---> 2600f3e89330 [2020-12-17T00:44:15.564Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:44:15.564Z] ---> Running in 23eaabfa57cd [2020-12-17T00:44:15.564Z] ---> Running in 906841bf7657 [2020-12-17T00:44:15.564Z] ---> Running in 97bcda108d2e [2020-12-17T00:44:15.564Z] ---> Running in 1a6c2ce680ff [2020-12-17T00:44:15.564Z] ---> Running in 1eea2d84a01a [2020-12-17T00:44:15.798Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-17T00:44:15.798Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-17T00:44:15.798Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-17T00:44:15.798Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-17T00:44:15.798Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:44:15.798Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-17T00:44:16.083Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T00:44:16.083Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-17T00:44:16.083Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:44:16.083Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-17T00:44:16.083Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-17T00:44:16.083Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-17T00:44:16.083Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-17T00:44:16.083Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-17T00:44:16.083Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-17T00:44:16.364Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-17T00:44:16.364Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-17T00:44:17.917Z] Updating certificates in /etc/ssl/certs... [2020-12-17T00:44:18.882Z] 22 added, 17 removed; done. [2020-12-17T00:44:18.882Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-17T00:44:18.882Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T00:44:18.882Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-17T00:44:18.882Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-17T00:44:19.005Z] Removing intermediate container 23eaabfa57cd [2020-12-17T00:44:19.005Z] ---> 7a77270f7ff4 [2020-12-17T00:44:19.005Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T00:44:19.150Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-17T00:44:19.150Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T00:44:19.150Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-17T00:44:19.150Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T00:44:19.150Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T00:44:19.150Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T00:44:19.150Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T00:44:19.150Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T00:44:19.150Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-17T00:44:19.150Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-17T00:44:19.150Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-17T00:44:19.150Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-17T00:44:19.285Z] Removing intermediate container 906841bf7657 [2020-12-17T00:44:19.285Z] ---> d917901c767f [2020-12-17T00:44:19.285Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T00:44:19.285Z] ---> Running in 2a5916a1cdcf [2020-12-17T00:44:19.416Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-17T00:44:19.416Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T00:44:19.417Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T00:44:19.417Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-17T00:44:19.417Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-17T00:44:19.417Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-17T00:44:19.417Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-17T00:44:19.417Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-17T00:44:19.558Z] ---> Running in 732bdf9323ce [2020-12-17T00:44:19.829Z] Removing intermediate container 1a6c2ce680ff [2020-12-17T00:44:19.829Z] ---> 4cb8e43f7a73 [2020-12-17T00:44:19.829Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T00:44:19.829Z] Removing intermediate container 1eea2d84a01a [2020-12-17T00:44:19.829Z] ---> 0f719a065cb6 [2020-12-17T00:44:19.829Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T00:44:19.987Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-17T00:44:19.987Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-17T00:44:19.987Z] Updating certificates in /etc/ssl/certs... [2020-12-17T00:44:20.101Z] ---> Running in c277e0bb13d9 [2020-12-17T00:44:20.101Z] Removing intermediate container 97bcda108d2e [2020-12-17T00:44:20.101Z] ---> 70604d530b3c [2020-12-17T00:44:20.101Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-17T00:44:20.101Z] ---> Running in ca3a53dbeb23 [2020-12-17T00:44:20.384Z] ---> Running in 9b99c2307473 [2020-12-17T00:44:20.561Z] 0 added, 0 removed; done. [2020-12-17T00:44:20.561Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-17T00:44:20.561Z] done. [2020-12-17T00:44:21.088Z] Reading package lists... [2020-12-17T00:44:21.088Z] Building dependency tree... [2020-12-17T00:44:21.088Z] Reading state information... [2020-12-17T00:44:21.349Z] The following NEW packages will be installed: [2020-12-17T00:44:21.349Z] apt-transport-https [2020-12-17T00:44:21.349Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-17T00:44:21.349Z] Need to get 1696 B of archives. [2020-12-17T00:44:21.349Z] After this operation, 153 kB of additional disk space will be used. [2020-12-17T00:44:21.349Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-17T00:44:21.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:21.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:21.609Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T00:44:21.609Z] Fetched 1696 B in 0s (8535 B/s) [2020-12-17T00:44:21.609Z] Selecting previously unselected package apt-transport-https. [2020-12-17T00:44:21.609Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-17T00:44:21.609Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-17T00:44:21.609Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-17T00:44:21.609Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-17T00:44:21.870Z] Waiting for network to be ready... [2020-12-17T00:44:21.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:22.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:22.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:22.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:22.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:22.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:23.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:23.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:44:23.727Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:44:23.727Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:44:23.727Z] OK: 12620 distinct packages available [2020-12-17T00:44:24.001Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:44:24.001Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:44:24.001Z] OK: 12620 distinct packages available [2020-12-17T00:44:24.276Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:44:24.276Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:44:24.276Z] OK: 12620 distinct packages available [2020-12-17T00:44:24.276Z] OK: 217 MiB in 51 packages [2020-12-17T00:44:24.553Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:44:24.553Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:44:24.553Z] OK: 12620 distinct packages available [2020-12-17T00:44:24.830Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:44:24.830Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:44:24.830Z] OK: 12620 distinct packages available [2020-12-17T00:44:24.830Z] OK: 217 MiB in 51 packages [2020-12-17T00:44:25.114Z] OK: 217 MiB in 51 packages [2020-12-17T00:44:25.717Z] OK: 217 MiB in 51 packages [2020-12-17T00:44:25.717Z] OK: 217 MiB in 51 packages [2020-12-17T00:44:26.700Z] Removing intermediate container 732bdf9323ce [2020-12-17T00:44:26.700Z] ---> 76f1ec5a2297 [2020-12-17T00:44:26.700Z] Step 6/22 : COPY go.mod . [2020-12-17T00:44:26.700Z] Removing intermediate container 2a5916a1cdcf [2020-12-17T00:44:26.700Z] ---> c1ff4eb8b784 [2020-12-17T00:44:26.700Z] Step 6/22 : COPY go.mod . [2020-12-17T00:44:26.980Z] Removing intermediate container c277e0bb13d9 [2020-12-17T00:44:26.980Z] ---> a817812e07fc [2020-12-17T00:44:26.980Z] Step 6/22 : COPY go.mod . [2020-12-17T00:44:27.259Z] Removing intermediate container ca3a53dbeb23 [2020-12-17T00:44:27.259Z] ---> ae32c52430ff [2020-12-17T00:44:27.259Z] Step 6/21 : COPY go.mod . [2020-12-17T00:44:27.859Z] ---> f5aa472ac2c6 [2020-12-17T00:44:27.859Z] Step 7/22 : RUN go mod download [2020-12-17T00:44:27.859Z] Removing intermediate container 9b99c2307473 [2020-12-17T00:44:27.859Z] ---> 199fd91ebacd [2020-12-17T00:44:27.859Z] Step 6/23 : COPY go.mod . [2020-12-17T00:44:27.859Z] ---> 0e99d144cc34 [2020-12-17T00:44:27.859Z] Step 7/22 : RUN go mod download [2020-12-17T00:44:27.859Z] ---> Running in 30e89692e419 [2020-12-17T00:44:28.147Z] ---> Running in 7f087c65d671 [2020-12-17T00:44:28.147Z] ---> ed40465b67a9 [2020-12-17T00:44:28.147Z] Step 7/22 : RUN go mod download [2020-12-17T00:44:28.436Z] ---> 6d7847da90a9 [2020-12-17T00:44:28.436Z] Step 7/21 : RUN go mod download [2020-12-17T00:44:28.436Z] ---> Running in 0707a4457473 [2020-12-17T00:44:28.478Z] 2020-12-17T00:44:24Z INFO Waiting for automatic snapd restart... [2020-12-17T00:44:28.478Z] snapd 2.48.1 from Canonical* installed [2020-12-17T00:44:28.718Z] ---> Running in 3940477b5595 [2020-12-17T00:44:28.738Z] "snapd" switched to the "latest/stable" channel [2020-12-17T00:44:28.738Z] [2020-12-17T00:44:28.994Z] ---> bc5c578ef00e [2020-12-17T00:44:28.994Z] Step 7/23 : RUN go mod download [2020-12-17T00:44:29.281Z] ---> Running in 416ffebe068a [2020-12-17T00:44:31.281Z] core18 20200929 from Canonical* installed [2020-12-17T00:44:31.541Z] "core18" switched to the "latest/stable" channel [2020-12-17T00:44:31.541Z] [2020-12-17T00:44:32.749Z] Removing intermediate container 30e89692e419 [2020-12-17T00:44:32.749Z] ---> 3ff3963e67b5 [2020-12-17T00:44:32.749Z] Step 8/22 : COPY . . [2020-12-17T00:44:32.749Z] Removing intermediate container 7f087c65d671 [2020-12-17T00:44:32.749Z] ---> 5f54741316f9 [2020-12-17T00:44:32.749Z] Step 8/22 : COPY . . [2020-12-17T00:44:33.364Z] Removing intermediate container 0707a4457473 [2020-12-17T00:44:33.364Z] ---> be1b20a9fa90 [2020-12-17T00:44:33.364Z] Step 8/22 : COPY . . [2020-12-17T00:44:33.641Z] Removing intermediate container 3940477b5595 [2020-12-17T00:44:33.641Z] ---> e93f35963019 [2020-12-17T00:44:33.641Z] Step 8/21 : COPY . . [2020-12-17T00:44:33.918Z] Removing intermediate container 416ffebe068a [2020-12-17T00:44:33.918Z] ---> 8f91e8b32779 [2020-12-17T00:44:33.918Z] Step 8/23 : COPY . . [2020-12-17T00:44:34.846Z] snapcraft 4.4.4 from Canonical* installed [2020-12-17T00:44:34.846Z] "snapcraft" switched to the "latest/stable" channel [2020-12-17T00:44:34.846Z] [2020-12-17T00:44:38.145Z] 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: [2020-12-17T00:44:38.145Z] - README.md [2020-12-17T00:44:38.145Z] - snapcraft.yaml.orig [2020-12-17T00:44:38.145Z] [2020-12-17T00:44:38.145Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-17T00:44:44.726Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-17T00:44:44.726Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-17T00:44:44.726Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-17T00:44:44.726Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-17T00:44:45.928Z] Reading package lists... [2020-12-17T00:44:46.190Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-17T00:44:52.778Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-17T00:44:52.778Z] Reading package lists... [2020-12-17T00:44:52.778Z] Building dependency tree... [2020-12-17T00:44:52.778Z] Reading state information... [2020-12-17T00:44:52.778Z] Suggested packages: [2020-12-17T00:44:52.778Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-17T00:44:52.778Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-17T00:44:52.778Z] Recommended packages: [2020-12-17T00:44:52.778Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-17T00:44:52.778Z] The following NEW packages will be installed: [2020-12-17T00:44:52.778Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-17T00:44:52.778Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-17T00:44:52.778Z] pkg-config zip [2020-12-17T00:44:52.778Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-17T00:44:52.778Z] Need to get 7655 kB of archives. [2020-12-17T00:44:52.778Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-17T00:44:52.778Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-17T00:44:52.778Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-17T00:44:53.037Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-17T00:44:53.038Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-17T00:44:53.038Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-17T00:44:53.038Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-17T00:44:53.298Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-17T00:44:53.298Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-17T00:44:53.298Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-17T00:44:53.298Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-17T00:44:53.562Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-17T00:44:53.562Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-17T00:44:53.562Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-17T00:44:53.562Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-17T00:44:53.562Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-17T00:44:53.823Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T00:44:53.823Z] Fetched 7655 kB in 1s (6974 kB/s) [2020-12-17T00:44:53.823Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-17T00:44:53.823Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-17T00:44:53.823Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-17T00:44:53.823Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-17T00:44:54.084Z] Selecting previously unselected package libpsl5:amd64. [2020-12-17T00:44:54.084Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-17T00:44:54.084Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-17T00:44:54.084Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-17T00:44:54.084Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-17T00:44:54.084Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-17T00:44:54.346Z] Selecting previously unselected package librtmp1:amd64. [2020-12-17T00:44:54.346Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-17T00:44:54.346Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-17T00:44:54.346Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-17T00:44:54.346Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-17T00:44:54.346Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-17T00:44:54.608Z] Selecting previously unselected package liberror-perl. [2020-12-17T00:44:54.608Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-17T00:44:54.608Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-17T00:44:54.608Z] Selecting previously unselected package git-man. [2020-12-17T00:44:54.608Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-17T00:44:54.608Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-17T00:44:54.871Z] Selecting previously unselected package git. [2020-12-17T00:44:54.871Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-17T00:44:54.871Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-17T00:44:55.441Z] Selecting previously unselected package libnorm1:amd64. [2020-12-17T00:44:55.441Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-17T00:44:55.701Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-17T00:44:55.701Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-17T00:44:55.701Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-17T00:44:55.701Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-17T00:44:55.701Z] Selecting previously unselected package libsodium23:amd64. [2020-12-17T00:44:55.701Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-17T00:44:55.961Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-17T00:44:55.961Z] Selecting previously unselected package libzmq5:amd64. [2020-12-17T00:44:55.961Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-17T00:44:55.961Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-17T00:44:55.961Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-17T00:44:55.961Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-17T00:44:55.961Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-17T00:44:56.221Z] Selecting previously unselected package pkg-config. [2020-12-17T00:44:56.221Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-17T00:44:56.221Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-17T00:44:56.221Z] Selecting previously unselected package zip. [2020-12-17T00:44:56.221Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-17T00:44:56.221Z] Unpacking zip (3.0-11build1) ... [2020-12-17T00:44:56.221Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-17T00:44:56.221Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-17T00:44:56.481Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-17T00:44:56.481Z] Setting up liberror-perl (0.17025-1) ... [2020-12-17T00:44:56.481Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-17T00:44:56.481Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-17T00:44:56.481Z] No schema files found: doing nothing. [2020-12-17T00:44:56.481Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-17T00:44:56.481Z] Setting up zip (3.0-11build1) ... [2020-12-17T00:44:56.481Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-17T00:44:56.481Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-17T00:44:56.481Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-17T00:44:56.742Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-17T00:44:56.742Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-17T00:44:56.742Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-17T00:44:56.742Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-17T00:44:56.742Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-17T00:45:00.736Z] ---> a8c3d5463ff9 [2020-12-17T00:45:00.736Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-17T00:45:00.736Z] ---> 7e249b7c4f89 [2020-12-17T00:45:00.736Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-17T00:45:00.736Z] ---> 93418847a472 [2020-12-17T00:45:00.736Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-17T00:45:00.736Z] ---> 9bb1fcd50ff9 [2020-12-17T00:45:00.738Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-17T00:45:00.738Z] ---> 2f294e9a09d1 [2020-12-17T00:45:00.738Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-17T00:45:00.738Z] ---> Running in 0b3b0a4726eb [2020-12-17T00:45:00.738Z] ---> Running in 011a33c56ba2 [2020-12-17T00:45:00.738Z] ---> Running in 8ea637de89bd [2020-12-17T00:45:00.738Z] ---> Running in 0c21b1455342 [2020-12-17T00:45:00.738Z] ---> Running in 72f8573d4dad [2020-12-17T00:45:01.332Z] 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 [2020-12-17T00:45:01.332Z] 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 [2020-12-17T00:45:01.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T00:45:01.889Z] 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 [2020-12-17T00:45:01.889Z] 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 [2020-12-17T00:45:03.334Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-17T00:45:03.334Z] git set to automatically installed. [2020-12-17T00:45:03.334Z] git-man set to automatically installed. [2020-12-17T00:45:03.334Z] libcurl3-gnutls set to automatically installed. [2020-12-17T00:45:03.334Z] liberror-perl set to automatically installed. [2020-12-17T00:45:03.334Z] libglib2.0-0 set to automatically installed. [2020-12-17T00:45:03.334Z] libnghttp2-14 set to automatically installed. [2020-12-17T00:45:03.334Z] libnorm1 set to automatically installed. [2020-12-17T00:45:03.334Z] libpgm-5.2-0 set to automatically installed. [2020-12-17T00:45:03.334Z] libpsl5 set to automatically installed. [2020-12-17T00:45:03.334Z] librtmp1 set to automatically installed. [2020-12-17T00:45:03.334Z] libsodium23 set to automatically installed. [2020-12-17T00:45:03.334Z] libzmq3-dev set to automatically installed. [2020-12-17T00:45:03.334Z] libzmq5 set to automatically installed. [2020-12-17T00:45:03.334Z] pkg-config set to automatically installed. [2020-12-17T00:45:03.334Z] zip set to automatically installed. [2020-12-17T00:45:05.249Z] snapd is not logged in, snap install commands will use sudo [2020-12-17T00:45:11.842Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-17T00:45:17.128Z] core18 20201210 from Canonical* refreshed [2020-12-17T00:45:17.128Z] Pulling config-common [2020-12-17T00:45:19.040Z] Pulling go-build-helper [2020-12-17T00:45:41.014Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-17T00:45:41.014Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-17T00:45:41.014Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-17T00:45:41.014Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-17T00:45:41.014Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-17T00:45:41.014Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-17T00:45:41.014Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-17T00:45:41.014Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-17T00:45:41.014Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-17T00:45:41.014Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-17T00:45:41.014Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-17T00:45:41.014Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-17T00:45:41.014Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-17T00:45:41.014Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-17T00:45:41.014Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-17T00:45:41.014Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-17T00:45:41.014Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-17T00:45:41.014Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-17T00:45:41.014Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-17T00:45:41.014Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-17T00:45:41.014Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-17T00:45:41.014Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-17T00:45:41.014Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-17T00:45:41.014Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-17T00:45:41.014Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-17T00:45:41.014Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-17T00:45:41.014Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-17T00:45:41.014Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-17T00:45:41.014Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-17T00:45:41.014Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-17T00:45:41.014Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-17T00:45:41.014Z] Fetched 279 kB in 0s (0 B/s) [2020-12-17T00:45:41.014Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-17T00:45:41.014Z] Fetched 122 kB in 0s (0 B/s) [2020-12-17T00:45:41.014Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-17T00:45:41.014Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-17T00:45:41.014Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-17T00:45:41.014Z] Fetched 8848 B in 0s (0 B/s) [2020-12-17T00:45:41.014Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-17T00:45:41.014Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-17T00:45:41.014Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-17T00:45:41.015Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-17T00:45:41.015Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-17T00:45:41.015Z] Fetched 214 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-17T00:45:41.015Z] Fetched 155 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-17T00:45:41.015Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-17T00:45:41.015Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-17T00:45:41.015Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-17T00:45:41.015Z] Fetched 499 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-17T00:45:41.015Z] Fetched 111 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-17T00:45:41.015Z] Fetched 240 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-17T00:45:41.015Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-17T00:45:41.015Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-17T00:45:41.015Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-17T00:45:41.015Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-17T00:45:41.015Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-17T00:45:41.015Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-17T00:45:41.015Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-17T00:45:41.015Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-17T00:45:41.015Z] Fetched 8720 B in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-17T00:45:41.015Z] Fetched 137 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-17T00:45:41.015Z] Fetched 119 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-17T00:45:41.015Z] Fetched 109 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-17T00:45:41.015Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-17T00:45:41.015Z] Fetched 645 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-17T00:45:41.015Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-17T00:45:41.015Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-17T00:45:41.015Z] Fetched 368 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-17T00:45:41.015Z] Fetched 187 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-17T00:45:41.015Z] Fetched 175 kB in 0s (0 B/s) [2020-12-17T00:45:41.015Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-17T00:45:43.562Z] Fetched 206 kB in 0s (0 B/s) [2020-12-17T00:45:43.562Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-17T00:45:43.562Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-17T00:45:43.562Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-17T00:45:43.562Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-17T00:45:43.562Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-17T00:45:43.562Z] Fetched 159 kB in 0s (0 B/s) [2020-12-17T00:45:43.562Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-17T00:45:43.562Z] Fetched 107 kB in 0s (0 B/s) [2020-12-17T00:45:43.562Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-17T00:45:43.562Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-17T00:45:43.562Z] Pulling static-packages [2020-12-17T00:45:44.132Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-17T00:45:44.133Z] Skipping pull go-build-helper (already ran) [2020-12-17T00:45:44.133Z] Skipping pull static-packages (already ran) [2020-12-17T00:45:44.133Z] Building go-build-helper [2020-12-17T00:45:47.430Z] Building static-packages [2020-12-17T00:45:49.343Z] Staging go-build-helper [2020-12-17T00:45:50.491Z] Staging static-packages [2020-12-17T00:45:51.446Z] Pulling go115 [2020-12-17T00:45:52.023Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-17T00:45:52.024Z] Skipping pull go115 (already ran) [2020-12-17T00:45:52.024Z] Building go115 [2020-12-17T00:45:52.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T00:45:52.287Z] Dload Upload Total Spent Left Speed [2020-12-17T00:45:55.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 16.0M 0 0 27.5M 0 0:00:04 --:--:-- 0:00:04 27.5M 51 115M 51 59.6M 0 0 38.1M 0 0:00:03 0:00:01 0:00:02 38.1M 88 115M 88 101M 0 0 39.6M 0 0:00:02 0:00:02 --:--:-- 39.6M 100 115M 100 115M 0 0 38.3M 0 0:00:03 0:00:03 --:--:-- 38.3M [2020-12-17T00:45:55.681Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-17T00:45:59.899Z] Staging go115 [2020-12-17T00:46:04.122Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-17T00:46:04.122Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-17T00:46:04.122Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-17T00:46:04.122Z] Fetched 0 B in 0s (0 B/s) [2020-12-17T00:46:04.122Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-17T00:46:04.122Z] Fetched 224 kB in 0s (0 B/s) [2020-12-17T00:46:04.122Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-17T00:46:04.122Z] Fetched 157 kB in 0s (0 B/s) [2020-12-17T00:46:04.122Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-17T00:46:04.122Z] Fetched 221 kB in 0s (0 B/s) [2020-12-17T00:46:04.122Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-17T00:46:04.122Z] Fetched 143 kB in 0s (0 B/s) [2020-12-17T00:46:04.122Z] Pulling edgex-go [2020-12-17T00:46:05.508Z] Pulling version [2020-12-17T00:46:06.448Z] Building config-common [2020-12-17T00:46:08.363Z] Skipping build go-build-helper (already ran) [2020-12-17T00:46:08.363Z] Skipping build static-packages (already ran) [2020-12-17T00:46:08.363Z] Skipping build go115 (already ran) [2020-12-17T00:46:08.363Z] Building edgex-go [2020-12-17T00:46:08.624Z] 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 [2020-12-17T00:46:09.564Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-17T00:46:09.564Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-17T00:46:09.564Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 [2020-12-17T00:46:09.564Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-17T00:46:09.564Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-17T00:46:09.564Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-17T00:46:09.564Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-17T00:46:09.564Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-17T00:46:09.564Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-17T00:46:09.564Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-17T00:46:09.564Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-17T00:46:09.564Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-17T00:46:09.564Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-17T00:46:09.564Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-17T00:46:09.564Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-17T00:46:09.564Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-17T00:46:09.564Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-17T00:46:09.833Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-17T00:46:09.833Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-17T00:46:09.833Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-17T00:46:09.833Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-17T00:46:09.833Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-17T00:46:09.833Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-17T00:46:09.833Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-17T00:46:09.833Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-17T00:46:09.833Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-17T00:46:09.833Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-17T00:46:09.833Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-17T00:46:09.833Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-17T00:46:09.834Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-17T00:46:09.834Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-17T00:46:09.834Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-17T00:46:09.834Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-17T00:46:09.834Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-17T00:46:09.834Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-17T00:46:09.834Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-17T00:46:09.834Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-17T00:46:10.098Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-17T00:46:10.098Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-17T00:46:10.098Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-17T00:46:16.673Z] 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 [2020-12-17T00:46:19.971Z] 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 [2020-12-17T00:46:20.913Z] 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 [2020-12-17T00:46:21.854Z] 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 [2020-12-17T00:46:22.118Z] 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 [2020-12-17T00:46:22.379Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-17T00:46:22.379Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-17T00:46:22.379Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-17T00:46:23.762Z] 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 [2020-12-17T00:46:23.762Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-17T00:46:23.762Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-17T00:46:24.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T00:46:25.650Z] 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 [2020-12-17T00:46:26.590Z] 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 [2020-12-17T00:46:26.590Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-17T00:46:27.971Z] 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 [2020-12-17T00:46:28.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T00:46:29.112Z] 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 [2020-12-17T00:46:29.112Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-17T00:46:31.660Z] Building version [2020-12-17T00:46:33.583Z] Staging config-common [2020-12-17T00:46:34.154Z] Skipping stage go-build-helper (already ran) [2020-12-17T00:46:34.154Z] Skipping stage static-packages (already ran) [2020-12-17T00:46:34.154Z] Skipping stage go115 (already ran) [2020-12-17T00:46:34.154Z] Staging edgex-go [2020-12-17T00:46:35.094Z] Staging version [2020-12-17T00:46:36.035Z] Priming config-common [2020-12-17T00:46:36.975Z] Priming go-build-helper [2020-12-17T00:46:37.914Z] Priming static-packages [2020-12-17T00:46:38.953Z] 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 [2020-12-17T00:46:39.946Z] Removing intermediate container 011a33c56ba2 [2020-12-17T00:46:39.946Z] ---> 27aa222aa91b [2020-12-17T00:46:39.946Z] [2020-12-17T00:46:39.946Z] Step 10/22 : FROM alpine:3.10 [2020-12-17T00:46:39.946Z] 3.10: Pulling from library/alpine [2020-12-17T00:46:40.456Z] Priming go115 [2020-12-17T00:46:41.029Z] Priming edgex-go [2020-12-17T00:46:41.943Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-17T00:46:41.943Z] Status: Downloaded newer image for alpine:3.10 [2020-12-17T00:46:41.943Z] ---> 536a684cf733 [2020-12-17T00:46:41.943Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T00:46:42.426Z] Priming version [2020-12-17T00:46:42.997Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-17T00:46:43.390Z] ---> Running in 3f439afe409d [2020-12-17T00:46:43.991Z] Removing intermediate container 72f8573d4dad [2020-12-17T00:46:43.991Z] ---> 6b62d6f5fd04 [2020-12-17T00:46:43.991Z] [2020-12-17T00:46:43.991Z] Step 10/21 : FROM alpine [2020-12-17T00:46:43.991Z] latest: Pulling from library/alpine [2020-12-17T00:46:44.265Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-17T00:46:44.265Z] Status: Downloaded newer image for alpine:latest [2020-12-17T00:46:44.265Z] ---> dd36a01c3f31 [2020-12-17T00:46:44.265Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [Pipeline] } [Pipeline] // withEnv [2020-12-17T00:46:44.540Z] ---> Running in 484615bd4a34 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-17T00:46:46.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:46:46.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:46:47.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:46:47.141Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-17T00:46:47.141Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-17T00:46:47.141Z] OK: 10171 distinct packages available [2020-12-17T00:46:47.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:46:48.024Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-17T00:46:48.302Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-17T00:46:48.302Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-17T00:46:48.302Z] (4/5) Installing curl (7.66.0-r3) [2020-12-17T00:46:48.302Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-17T00:46:48.302Z] Executing busybox-1.30.1-r3.trigger [2020-12-17T00:46:48.302Z] Executing ca-certificates-20191127-r2.trigger [2020-12-17T00:46:48.302Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:46:48.302Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:46:48.302Z] OK: 12617 distinct packages available [2020-12-17T00:46:48.580Z] OK: 7 MiB in 19 packages [2020-12-17T00:46:48.887Z] Removing intermediate container 0b3b0a4726eb [2020-12-17T00:46:48.887Z] ---> cf0938d557fb [2020-12-17T00:46:48.887Z] [2020-12-17T00:46:48.887Z] Step 10/22 : FROM scratch [2020-12-17T00:46:48.887Z] ---> [2020-12-17T00:46:48.887Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T00:46:49.165Z] ---> Running in 1729e235e4f5 [2020-12-17T00:46:49.165Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-17T00:46:49.451Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T00:46:49.451Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-17T00:46:49.723Z] (4/4) Installing curl (7.69.1-r3) [2020-12-17T00:46:49.723Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:46:49.723Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T00:46:50.001Z] Removing intermediate container 1729e235e4f5 [2020-12-17T00:46:50.001Z] ---> 60586e7d1206 [2020-12-17T00:46:50.001Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-17T00:46:50.275Z] OK: 7 MiB in 18 packages [2020-12-17T00:46:50.275Z] ---> Running in 52da91e327e7 [2020-12-17T00:46:51.738Z] Removing intermediate container 3f439afe409d [2020-12-17T00:46:51.738Z] ---> 8be85844bd49 [2020-12-17T00:46:51.738Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-17T00:46:51.738Z] ---> Running in a414c1dcdcab [2020-12-17T00:46:51.738Z] Removing intermediate container 52da91e327e7 [2020-12-17T00:46:51.738Z] ---> 999fc7da1561 [2020-12-17T00:46:51.738Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T00:46:52.014Z] ---> Running in 664fe9c71960 [2020-12-17T00:46:52.615Z] Removing intermediate container a414c1dcdcab [2020-12-17T00:46:52.616Z] ---> 44c88d60adda [2020-12-17T00:46:52.616Z] Step 13/22 : WORKDIR / [2020-12-17T00:46:52.891Z] Removing intermediate container 484615bd4a34 [2020-12-17T00:46:52.891Z] ---> 9d295b426356 [2020-12-17T00:46:52.891Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T00:46:52.891Z] ---> Running in f111aa4f10b7 [2020-12-17T00:46:53.183Z] Removing intermediate container 664fe9c71960 [2020-12-17T00:46:53.183Z] ---> d75e867b5fa8 [2020-12-17T00:46:53.183Z] Step 14/22 : WORKDIR / [2020-12-17T00:46:53.183Z] ---> Running in 630a0d46909f [2020-12-17T00:46:53.183Z] ---> Running in 60b7e934298f [2020-12-17T00:46:54.172Z] Removing intermediate container f111aa4f10b7 [2020-12-17T00:46:54.172Z] ---> 54d29506a7e3 [2020-12-17T00:46:54.172Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-17T00:46:54.172Z] Removing intermediate container 630a0d46909f [2020-12-17T00:46:54.172Z] ---> 033ae5592692 [2020-12-17T00:46:54.172Z] Step 13/21 : WORKDIR /edgex [2020-12-17T00:46:54.172Z] Removing intermediate container 60b7e934298f [2020-12-17T00:46:54.172Z] ---> 7b6acef4ead0 [2020-12-17T00:46:54.172Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-17T00:46:54.449Z] ---> Running in 55b358e0d73a [2020-12-17T00:46:55.440Z] Removing intermediate container 55b358e0d73a [2020-12-17T00:46:55.441Z] ---> 1347f6e9c291 [2020-12-17T00:46:55.441Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-17T00:46:55.441Z] ---> 7040c81bd8a9 [2020-12-17T00:46:55.441Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-17T00:46:55.722Z] ---> d3556866c40d [2020-12-17T00:46:55.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-17T00:46:57.167Z] ---> 2e8bf0b55240 [2020-12-17T00:46:57.167Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-17T00:46:57.440Z] ---> 8fbc77e1f01c [2020-12-17T00:46:57.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-17T00:46:58.035Z] ---> a87b3b75c6d1 [2020-12-17T00:46:58.035Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-17T00:46:59.478Z] ---> e0e6efed1778 [2020-12-17T00:46:59.479Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-17T00:46:59.479Z] ---> 5cf316f1bfd2 [2020-12-17T00:46:59.479Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-17T00:46:59.479Z] ---> 896c05900f29 [2020-12-17T00:46:59.479Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-17T00:46:59.756Z] ---> Running in 45fd90501d9b [2020-12-17T00:47:00.748Z] ---> 9f753cdf43e1 [2020-12-17T00:47:00.748Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-17T00:47:00.748Z] Removing intermediate container 45fd90501d9b [2020-12-17T00:47:00.748Z] ---> a97057280db4 [2020-12-17T00:47:00.748Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:47:01.041Z] ---> Running in f93c34f44b7d [2020-12-17T00:47:01.041Z] ---> c32d791264c4 [2020-12-17T00:47:01.041Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-17T00:47:01.321Z] ---> Running in 2c8a054cf754 [2020-12-17T00:47:01.321Z] ---> Running in 7dd54badc37d [2020-12-17T00:47:02.316Z] Removing intermediate container 2c8a054cf754 [2020-12-17T00:47:02.316Z] ---> fe6351b92da6 [2020-12-17T00:47:02.316Z] Step 20/22 : LABEL arch=arm64 [2020-12-17T00:47:02.609Z] Removing intermediate container 7dd54badc37d [2020-12-17T00:47:02.609Z] ---> fe10c91519c9 [2020-12-17T00:47:02.609Z] Step 18/21 : CMD ["--init=true"] [2020-12-17T00:47:02.885Z] ---> Running in 6663e7a9b4a7 [2020-12-17T00:47:03.491Z] ---> Running in ebeebc616ea9 [2020-12-17T00:47:04.474Z] Removing intermediate container 6663e7a9b4a7 [2020-12-17T00:47:04.474Z] ---> a566af7a41ad [2020-12-17T00:47:04.474Z] Step 21/22 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:47:04.474Z] Removing intermediate container ebeebc616ea9 [2020-12-17T00:47:04.474Z] ---> c62dd8cf0258 [2020-12-17T00:47:04.474Z] Step 19/21 : LABEL arch=arm64 [2020-12-17T00:47:04.759Z] ---> Running in 10a1c620e791 [2020-12-17T00:47:04.759Z] ---> Running in 12494497653e [2020-12-17T00:47:04.759Z] Removing intermediate container f93c34f44b7d [2020-12-17T00:47:04.759Z] ---> edb42036a64f [2020-12-17T00:47:04.759Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-17T00:47:05.364Z] Removing intermediate container 0c21b1455342 [2020-12-17T00:47:05.364Z] ---> b7bb20d53c64 [2020-12-17T00:47:05.364Z] [2020-12-17T00:47:05.364Z] Step 10/22 : FROM scratch [2020-12-17T00:47:05.364Z] ---> [2020-12-17T00:47:05.364Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T00:47:05.364Z] ---> Using cache [2020-12-17T00:47:05.364Z] ---> 60586e7d1206 [2020-12-17T00:47:05.364Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-17T00:47:05.638Z] ---> Running in 9f2482d39dab [2020-12-17T00:47:05.638Z] ---> Running in d06e1fc40764 [2020-12-17T00:47:05.638Z] Removing intermediate container 10a1c620e791 [2020-12-17T00:47:05.638Z] ---> 4b312a50b03b [2020-12-17T00:47:05.638Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T00:47:05.915Z] Removing intermediate container 12494497653e [2020-12-17T00:47:05.915Z] ---> 8384507ba2c0 [2020-12-17T00:47:05.915Z] Step 20/21 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:47:05.915Z] ---> Running in 68888f089639 [2020-12-17T00:47:06.189Z] ---> Running in 7eda0ca1512f [2020-12-17T00:47:06.491Z] Removing intermediate container d06e1fc40764 [2020-12-17T00:47:06.491Z] ---> 2b01ac90d2ad [2020-12-17T00:47:06.491Z] Removing intermediate container 9f2482d39dab [2020-12-17T00:47:06.491Z] ---> 08099786c4c2 [2020-12-17T00:47:06.491Z] Step 20/22 : LABEL arch=arm64 [2020-12-17T00:47:06.491Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T00:47:06.491Z] ---> Running in 8ef3bdcea77a [2020-12-17T00:47:06.491Z] ---> Running in 75c0dc211144 [2020-12-17T00:47:06.771Z] Removing intermediate container 68888f089639 [2020-12-17T00:47:06.771Z] ---> 90924f4b0740 [2020-12-17T00:47:06.771Z] [2020-12-17T00:47:06.771Z] Removing intermediate container 7eda0ca1512f [2020-12-17T00:47:06.771Z] ---> 8a16e7a81aa7 [2020-12-17T00:47:06.771Z] Step 21/21 : LABEL version=0.0.0 [2020-12-17T00:47:07.373Z] Successfully built 90924f4b0740 [2020-12-17T00:47:07.373Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-17T00:47:07.373Z] ---> Running in b8bcf09ae984 [2020-12-17T00:47:07.373Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-12-17T00:47:07.373Z] Removing intermediate container 8ef3bdcea77a [2020-12-17T00:47:07.373Z] ---> 5f028eae5c24 [2020-12-17T00:47:07.373Z] Step 14/22 : WORKDIR / [2020-12-17T00:47:07.373Z] Removing intermediate container 75c0dc211144 [2020-12-17T00:47:07.373Z] ---> f08f4fc9ff80 [2020-12-17T00:47:07.373Z] Step 21/22 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:47:07.646Z] ---> Running in 6b752b811b88 [2020-12-17T00:47:07.646Z] ---> Running in 0ebd439cf306 [2020-12-17T00:47:08.251Z] Removing intermediate container b8bcf09ae984 [2020-12-17T00:47:08.251Z] ---> 895158335193 [2020-12-17T00:47:08.252Z] [2020-12-17T00:47:08.530Z] Removing intermediate container 6b752b811b88 [2020-12-17T00:47:08.530Z] ---> d3619eaa05d1 [2020-12-17T00:47:08.530Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-17T00:47:08.530Z] Removing intermediate container 0ebd439cf306 [2020-12-17T00:47:08.530Z] ---> 5fa7c5407c79 [2020-12-17T00:47:08.530Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T00:47:08.809Z] Successfully built 895158335193 [2020-12-17T00:47:08.809Z] ---> Running in 67196ebf2b45 [2020-12-17T00:47:08.809Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-17T00:47:08.809Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-12-17T00:47:09.796Z] ---> 1bd504f616e4 [2020-12-17T00:47:09.796Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-17T00:47:09.796Z] Removing intermediate container 67196ebf2b45 [2020-12-17T00:47:09.796Z] ---> 789ab935939b [2020-12-17T00:47:09.796Z] [2020-12-17T00:47:10.400Z] Successfully built 789ab935939b [2020-12-17T00:47:10.400Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-17T00:47:10.400Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2020-12-17T00:47:13.724Z] ---> 0eaf2b0da581 [2020-12-17T00:47:13.724Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-17T00:47:15.703Z] Removing intermediate container 8ea637de89bd [2020-12-17T00:47:15.703Z] ---> ec757261207e [2020-12-17T00:47:15.703Z] [2020-12-17T00:47:15.703Z] Step 10/23 : FROM alpine [2020-12-17T00:47:15.703Z] ---> dd36a01c3f31 [2020-12-17T00:47:15.703Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T00:47:16.313Z] ---> ef95915ccec3 [2020-12-17T00:47:16.313Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-17T00:47:16.934Z] ---> Running in 44bba8852878 [2020-12-17T00:47:16.934Z] ---> Running in 6758f7c6f97e [2020-12-17T00:47:17.910Z] Removing intermediate container 6758f7c6f97e [2020-12-17T00:47:17.910Z] ---> 4faecfb0c18c [2020-12-17T00:47:17.910Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:47:17.910Z] Removing intermediate container 44bba8852878 [2020-12-17T00:47:17.910Z] ---> 0291c8960178 [2020-12-17T00:47:17.910Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-17T00:47:18.894Z] ---> Running in 2dd35d35717b [2020-12-17T00:47:18.894Z] ---> Running in cb817f6a50df [2020-12-17T00:47:20.335Z] Removing intermediate container 2dd35d35717b [2020-12-17T00:47:20.335Z] ---> d54c48c8cab3 [2020-12-17T00:47:20.335Z] Step 20/22 : LABEL arch=arm64 [2020-12-17T00:47:20.335Z] Removing intermediate container cb817f6a50df [2020-12-17T00:47:20.335Z] ---> cb31620f840c [2020-12-17T00:47:20.335Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-17T00:47:21.328Z] ---> Running in 85246abf2d23 [2020-12-17T00:47:21.328Z] ---> Running in 46bd1465b0fb [2020-12-17T00:47:22.305Z] Removing intermediate container 85246abf2d23 [2020-12-17T00:47:22.305Z] ---> c9a88d6c5fe0 [2020-12-17T00:47:22.305Z] Removing intermediate container 46bd1465b0fb [2020-12-17T00:47:22.305Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 232aff387b2f [2020-12-17T00:47:22.305Z] [2020-12-17T00:47:22.305Z] Step 21/22 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:47:22.577Z] ---> Running in 9473d39b8eb9 [2020-12-17T00:47:22.577Z] ---> Running in 54407f3d7983 [2020-12-17T00:47:23.178Z] Removing intermediate container 9473d39b8eb9 [2020-12-17T00:47:23.178Z] ---> be780b70cb44 [2020-12-17T00:47:23.178Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T00:47:23.455Z] ---> Running in 19db696da355 [2020-12-17T00:47:24.054Z] Removing intermediate container 19db696da355 [2020-12-17T00:47:24.054Z] ---> 754113e60442 [2020-12-17T00:47:24.054Z] [2020-12-17T00:47:24.650Z] Successfully built 754113e60442 [2020-12-17T00:47:24.650Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-17T00:47:24.650Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-12-17T00:47:24.923Z] Removing intermediate container 54407f3d7983 [2020-12-17T00:47:24.923Z] ---> f41efa807cd7 [2020-12-17T00:47:24.923Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-17T00:47:25.197Z] ---> Running in bec8ee99b64c [2020-12-17T00:47:26.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:47:27.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:47:28.128Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-17T00:47:28.128Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-17T00:47:28.402Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-17T00:47:28.674Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-17T00:47:28.949Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-17T00:47:28.949Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:47:28.949Z] OK: 8 MiB in 19 packages [2020-12-17T00:47:32.353Z] Removing intermediate container bec8ee99b64c [2020-12-17T00:47:32.353Z] ---> c1db5d4793b1 [2020-12-17T00:47:32.353Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-17T00:47:33.795Z] ---> f842349cd277 [2020-12-17T00:47:33.795Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-17T00:47:36.424Z] ---> bef481d74371 [2020-12-17T00:47:36.424Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-17T00:47:37.869Z] ---> 2eb9a7050af1 [2020-12-17T00:47:37.869Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-17T00:47:38.468Z] ---> Running in 764f3d0e0edc [2020-12-17T00:47:39.448Z] Removing intermediate container 764f3d0e0edc [2020-12-17T00:47:39.448Z] ---> c43d5c18b9d5 [2020-12-17T00:47:39.448Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:47:39.448Z] ---> Running in 0345ef4a050d [2020-12-17T00:47:40.043Z] Removing intermediate container 0345ef4a050d [2020-12-17T00:47:40.043Z] ---> f21a3777252b [2020-12-17T00:47:40.043Z] Step 21/23 : LABEL arch=arm64 [2020-12-17T00:47:40.320Z] ---> Running in 69038907773b [2020-12-17T00:47:41.301Z] Removing intermediate container 69038907773b [2020-12-17T00:47:41.301Z] ---> 95fb0faebdb0 [2020-12-17T00:47:41.301Z] Step 22/23 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:47:41.583Z] ---> Running in 6c119beff145 [2020-12-17T00:47:42.562Z] Removing intermediate container 6c119beff145 [2020-12-17T00:47:42.562Z] ---> c77a9ef58dc4 [2020-12-17T00:47:42.562Z] Step 23/23 : LABEL version=0.0.0 [2020-12-17T00:47:43.156Z] ---> Running in 782c92e8c368 [2020-12-17T00:47:43.970Z] Removing intermediate container 782c92e8c368 [2020-12-17T00:47:43.970Z] ---> 21e8c4959747 [2020-12-17T00:47:43.970Z] [2020-12-17T00:47:44.651Z] Successfully built 21e8c4959747 [2020-12-17T00:47:44.652Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-17T00:47:44.652Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-12-17T00:48:02.985Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:48:02.985Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:48:02.985Z] ---> a38133f18d7b [2020-12-17T00:48:02.985Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T00:48:02.985Z] ---> Using cache [2020-12-17T00:48:02.985Z] ---> 2600f3e89330 [2020-12-17T00:48:02.985Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:48:02.985Z] ---> Using cache [2020-12-17T00:48:02.985Z] ---> 0f719a065cb6 [2020-12-17T00:48:02.985Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T00:48:02.985Z] ---> Using cache [2020-12-17T00:48:02.985Z] ---> ae32c52430ff [2020-12-17T00:48:02.985Z] Step 6/21 : COPY go.mod . [2020-12-17T00:48:02.985Z] ---> Using cache [2020-12-17T00:48:02.985Z] ---> 6d7847da90a9 [2020-12-17T00:48:02.985Z] Step 7/21 : RUN go mod download [2020-12-17T00:48:02.985Z] ---> Using cache [2020-12-17T00:48:02.985Z] ---> e93f35963019 [2020-12-17T00:48:02.985Z] Step 8/21 : COPY . . [2020-12-17T00:48:02.985Z] ---> Using cache [2020-12-17T00:48:02.985Z] ---> 2f294e9a09d1 [2020-12-17T00:48:02.985Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-17T00:48:02.985Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:48:02.985Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:48:02.985Z] ---> a38133f18d7b [2020-12-17T00:48:02.985Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T00:48:02.985Z] ---> Using cache [2020-12-17T00:48:02.985Z] ---> 2600f3e89330 [2020-12-17T00:48:02.985Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:48:02.985Z] ---> Using cache [2020-12-17T00:48:02.985Z] ---> 0f719a065cb6 [2020-12-17T00:48:02.985Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-17T00:48:03.966Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:48:03.966Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:48:03.966Z] ---> a38133f18d7b [2020-12-17T00:48:03.966Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T00:48:03.966Z] ---> Using cache [2020-12-17T00:48:03.966Z] ---> 2600f3e89330 [2020-12-17T00:48:03.966Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:48:03.966Z] ---> Using cache [2020-12-17T00:48:03.966Z] ---> 0f719a065cb6 [2020-12-17T00:48:03.966Z] Step 5/24 : RUN apk update && apk add make git [2020-12-17T00:48:03.966Z] ---> Using cache [2020-12-17T00:48:03.966Z] ---> ae32c52430ff [2020-12-17T00:48:03.966Z] Step 6/24 : COPY go.mod . [2020-12-17T00:48:03.966Z] ---> Using cache [2020-12-17T00:48:03.966Z] ---> 6d7847da90a9 [2020-12-17T00:48:03.966Z] Step 7/24 : RUN go mod download [2020-12-17T00:48:04.243Z] ---> Using cache [2020-12-17T00:48:04.243Z] ---> e93f35963019 [2020-12-17T00:48:04.243Z] Step 8/24 : COPY . . [2020-12-17T00:48:04.243Z] ---> Using cache [2020-12-17T00:48:04.243Z] ---> 2f294e9a09d1 [2020-12-17T00:48:04.243Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-17T00:48:08.564Z] ---> Running in 33d80465394f [2020-12-17T00:48:08.564Z] ---> Running in 161c4e336513 [2020-12-17T00:48:08.564Z] ---> Running in 7451d92e9201 [2020-12-17T00:48:10.563Z] 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 [2020-12-17T00:48:10.563Z] 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 [2020-12-17T00:48:10.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:48:11.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:48:12.818Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:48:12.818Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:48:12.818Z] OK: 12620 distinct packages available [2020-12-17T00:48:13.807Z] OK: 217 MiB in 51 packages [2020-12-17T00:48:15.258Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:48:15.258Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-17T00:48:15.258Z] ---> a38133f18d7b [2020-12-17T00:48:15.258Z] Step 3/27 : WORKDIR /edgex-go [2020-12-17T00:48:15.258Z] ---> Using cache [2020-12-17T00:48:15.258Z] ---> 2600f3e89330 [2020-12-17T00:48:15.258Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T00:48:15.258Z] ---> Using cache [2020-12-17T00:48:15.258Z] ---> 0f719a065cb6 [2020-12-17T00:48:15.258Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-17T00:48:17.322Z] ---> Running in 191aaaeab8c9 [2020-12-17T00:48:18.768Z] Removing intermediate container 7451d92e9201 [2020-12-17T00:48:18.768Z] ---> 29688e6bc092 [2020-12-17T00:48:18.768Z] Step 6/24 : COPY go.mod . [2020-12-17T00:48:19.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:48:20.808Z] ---> c608835c380b [2020-12-17T00:48:20.808Z] Step 7/24 : RUN go mod download [2020-12-17T00:48:20.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:48:21.090Z] ---> Running in e61cedb6020e [2020-12-17T00:48:22.556Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:48:22.556Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:48:22.556Z] OK: 12620 distinct packages available [2020-12-17T00:48:23.549Z] OK: 217 MiB in 51 packages [2020-12-17T00:48:23.839Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T00:48:23.839Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-17T00:48:23.839Z] ---> a38133f18d7b [2020-12-17T00:48:23.839Z] Step 3/29 : WORKDIR /edgex-go [2020-12-17T00:48:23.839Z] ---> Using cache [2020-12-17T00:48:23.839Z] ---> 2600f3e89330 [2020-12-17T00:48:23.839Z] Step 4/29 : RUN apk update && apk add make git [2020-12-17T00:48:24.443Z] ---> Running in 551aca11d262 [2020-12-17T00:48:25.884Z] Removing intermediate container 191aaaeab8c9 [2020-12-17T00:48:25.884Z] ---> 35ab4576af18 [2020-12-17T00:48:25.884Z] Step 6/27 : COPY go.mod . [2020-12-17T00:48:26.865Z] Removing intermediate container e61cedb6020e [2020-12-17T00:48:26.865Z] ---> 8f9eeeba3edd [2020-12-17T00:48:27.145Z] Step 8/24 : COPY . . [2020-12-17T00:48:27.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:48:27.745Z] ---> c4ca27125454 [2020-12-17T00:48:27.745Z] Step 7/27 : RUN go mod download [2020-12-17T00:48:27.745Z] ---> Running in a4165122dd85 [2020-12-17T00:48:28.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:48:29.459Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:48:29.459Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:48:29.459Z] OK: 12620 distinct packages available [2020-12-17T00:48:30.907Z] OK: 217 MiB in 51 packages [2020-12-17T00:48:35.266Z] Removing intermediate container 551aca11d262 [2020-12-17T00:48:35.266Z] ---> 2267e525c21f [2020-12-17T00:48:35.266Z] Step 5/29 : COPY go.mod . [2020-12-17T00:48:35.540Z] Removing intermediate container a4165122dd85 [2020-12-17T00:48:35.540Z] ---> 72a9b78025b8 [2020-12-17T00:48:35.540Z] Step 8/27 : COPY . . [2020-12-17T00:48:36.540Z] ---> 66f03223f55e [2020-12-17T00:48:36.540Z] Step 6/29 : RUN go mod download [2020-12-17T00:48:36.815Z] ---> Running in 4e42bc4cdbf4 [2020-12-17T00:48:45.121Z] Removing intermediate container 4e42bc4cdbf4 [2020-12-17T00:48:45.121Z] ---> f6bd1497a6a9 [2020-12-17T00:48:45.121Z] Step 7/29 : COPY . . [2020-12-17T00:48:57.534Z] ---> d0f50495065a [2020-12-17T00:48:57.534Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-17T00:48:58.133Z] ---> Running in f0cc29c1fa1c [2020-12-17T00:49:00.779Z] 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 [2020-12-17T00:49:10.972Z] ---> b03b9e83ad96 [2020-12-17T00:49:10.972Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-17T00:49:10.972Z] ---> Running in 4c0ecfb0b102 [2020-12-17T00:49:12.419Z] 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 [2020-12-17T00:49:13.027Z] 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 [2020-12-17T00:49:13.027Z] ---> 6d53dda9a873 [2020-12-17T00:49:13.027Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-17T00:49:13.300Z] ---> Running in 4d2316c15378 [2020-12-17T00:49:15.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T00:49:30.420Z] Removing intermediate container 33d80465394f [2020-12-17T00:49:30.421Z] ---> f2859888250b [2020-12-17T00:49:30.421Z] [2020-12-17T00:49:30.421Z] Step 10/24 : FROM alpine:3.10 [2020-12-17T00:49:30.421Z] ---> 536a684cf733 [2020-12-17T00:49:30.421Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T00:49:30.421Z] ---> Using cache [2020-12-17T00:49:30.421Z] ---> 8be85844bd49 [2020-12-17T00:49:30.421Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T00:49:30.421Z] ---> Running in c97544f8189f [2020-12-17T00:49:30.421Z] Removing intermediate container c97544f8189f [2020-12-17T00:49:30.421Z] ---> ae030976007c [2020-12-17T00:49:30.421Z] Step 13/24 : WORKDIR / [2020-12-17T00:49:30.421Z] ---> Running in f3dd3524d644 [2020-12-17T00:49:31.419Z] Removing intermediate container f3dd3524d644 [2020-12-17T00:49:31.419Z] ---> 0c01d1a595d7 [2020-12-17T00:49:31.419Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-17T00:49:32.026Z] Removing intermediate container 161c4e336513 [2020-12-17T00:49:32.026Z] ---> a53996eff9af [2020-12-17T00:49:32.026Z] [2020-12-17T00:49:32.026Z] Step 10/21 : FROM scratch [2020-12-17T00:49:32.026Z] ---> [2020-12-17T00:49:32.026Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T00:49:32.306Z] ---> Using cache [2020-12-17T00:49:32.306Z] ---> 60586e7d1206 [2020-12-17T00:49:32.306Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-17T00:49:32.584Z] ---> Running in c9392da5c3dd [2020-12-17T00:49:32.585Z] ---> 45b17c0456f9 [2020-12-17T00:49:32.585Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-17T00:49:33.573Z] Removing intermediate container c9392da5c3dd [2020-12-17T00:49:33.574Z] ---> a91b099275a6 [2020-12-17T00:49:33.574Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-17T00:49:33.574Z] ---> Running in c4500dce491b [2020-12-17T00:49:33.851Z] ---> d6ec40d5e30d [2020-12-17T00:49:33.851Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-17T00:49:34.126Z] Removing intermediate container c4500dce491b [2020-12-17T00:49:34.126Z] ---> 23ca72fa4a30 [2020-12-17T00:49:34.126Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-17T00:49:35.118Z] ---> a2e3f109f80f [2020-12-17T00:49:35.118Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-17T00:49:35.721Z] ---> 740f19465bc7 [2020-12-17T00:49:35.721Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-17T00:49:37.169Z] ---> ac773cf6b6d8 [2020-12-17T00:49:37.169Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-17T00:49:37.446Z] ---> e875912f9ea3 [2020-12-17T00:49:37.446Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-17T00:49:38.894Z] ---> 46e47b2ea7ed [2020-12-17T00:49:38.894Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-17T00:49:39.170Z] ---> 6ff6b661a77c [2020-12-17T00:49:39.170Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T00:49:39.170Z] ---> Running in ff528919f37c [2020-12-17T00:49:40.160Z] Removing intermediate container ff528919f37c [2020-12-17T00:49:40.160Z] ---> 61f4f2419629 [2020-12-17T00:49:40.160Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:49:40.160Z] ---> Running in 24dd0d05bcc5 [2020-12-17T00:49:40.160Z] ---> 8c68edb0e553 [2020-12-17T00:49:40.160Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T00:49:40.438Z] ---> Running in 5509bd4a53e8 [2020-12-17T00:49:41.046Z] Removing intermediate container 24dd0d05bcc5 [2020-12-17T00:49:41.046Z] ---> 199604aa3658 [2020-12-17T00:49:41.046Z] Step 19/21 : LABEL arch=arm64 [2020-12-17T00:49:41.321Z] ---> Running in 5cdf52995a72 [2020-12-17T00:49:42.307Z] Removing intermediate container 5cdf52995a72 [2020-12-17T00:49:42.307Z] ---> b20048e25c55 [2020-12-17T00:49:42.307Z] Step 20/21 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:49:42.307Z] ---> Running in be7a863d2a04 [2020-12-17T00:49:43.290Z] Removing intermediate container be7a863d2a04 [2020-12-17T00:49:43.290Z] ---> 7e45e27531eb [2020-12-17T00:49:43.290Z] Step 21/21 : LABEL version=0.0.0 [2020-12-17T00:49:43.563Z] ---> Running in 9c7998528f17 [2020-12-17T00:49:44.157Z] Removing intermediate container 5509bd4a53e8 [2020-12-17T00:49:44.157Z] ---> efe0e930dcc3 [2020-12-17T00:49:44.158Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T00:49:44.158Z] Removing intermediate container 9c7998528f17 [2020-12-17T00:49:44.158Z] ---> f16a702cbd74 [2020-12-17T00:49:44.158Z] [2020-12-17T00:49:44.434Z] ---> Running in 66399edfea81 [2020-12-17T00:49:45.037Z] Successfully built f16a702cbd74 [2020-12-17T00:49:45.037Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-17T00:49:45.310Z]  Building docker-support-scheduler-go ... done Removing intermediate container 66399edfea81 [2020-12-17T00:49:45.310Z] ---> 3ca5a1ce3fc6 [2020-12-17T00:49:45.310Z] Step 22/24 : LABEL arch=arm64 [2020-12-17T00:49:45.587Z] ---> Running in 6e0fd08c9618 [2020-12-17T00:49:46.189Z] Removing intermediate container 6e0fd08c9618 [2020-12-17T00:49:46.189Z] ---> 3ce1b0cac168 [2020-12-17T00:49:46.189Z] Step 23/24 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:49:46.464Z] ---> Running in 783adada9c2f [2020-12-17T00:49:47.069Z] Removing intermediate container 783adada9c2f [2020-12-17T00:49:47.069Z] ---> f850c69607d9 [2020-12-17T00:49:47.069Z] Step 24/24 : LABEL version=0.0.0 [2020-12-17T00:49:47.343Z] ---> Running in f8249ee0a96b [2020-12-17T00:49:47.952Z] Removing intermediate container f8249ee0a96b [2020-12-17T00:49:47.952Z] ---> 867bfae58216 [2020-12-17T00:49:47.952Z] [2020-12-17T00:49:48.229Z] Successfully built 867bfae58216 [2020-12-17T00:49:48.229Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-17T00:50:20.610Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f0cc29c1fa1c [2020-12-17T00:50:20.610Z] ---> f957dac5dd21 [2020-12-17T00:50:20.610Z] [2020-12-17T00:50:20.610Z] Step 10/24 : FROM scratch [2020-12-17T00:50:20.610Z] ---> [2020-12-17T00:50:20.610Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-17T00:50:20.610Z] ---> Running in b487d360e596 [2020-12-17T00:50:20.610Z] Removing intermediate container 4d2316c15378 [2020-12-17T00:50:20.610Z] ---> 0a6c366a51f2 [2020-12-17T00:50:20.610Z] [2020-12-17T00:50:20.610Z] Step 9/29 : FROM alpine:latest [2020-12-17T00:50:20.610Z] ---> dd36a01c3f31 [2020-12-17T00:50:20.610Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-17T00:50:20.610Z] Removing intermediate container b487d360e596 [2020-12-17T00:50:20.610Z] ---> 741c14f9db58 [2020-12-17T00:50:20.610Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-17T00:50:20.610Z] ---> Running in 280d10ba1543 [2020-12-17T00:50:20.610Z] ---> Running in 156597a57bad [2020-12-17T00:50:20.610Z] Removing intermediate container 156597a57bad [2020-12-17T00:50:20.610Z] ---> 073f4c42fee3 [2020-12-17T00:50:20.610Z] Step 11/29 : USER root [2020-12-17T00:50:20.610Z] Removing intermediate container 280d10ba1543 [2020-12-17T00:50:20.610Z] ---> c5c4408ca5ca [2020-12-17T00:50:20.610Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-17T00:50:20.610Z] ---> Running in 900cee720c5c [2020-12-17T00:50:20.610Z] ---> Running in e0f5d031b890 [2020-12-17T00:50:20.610Z] Removing intermediate container 900cee720c5c [2020-12-17T00:50:20.610Z] ---> 111fc0b4a8b4 [2020-12-17T00:50:20.610Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-17T00:50:20.610Z] Removing intermediate container e0f5d031b890 [2020-12-17T00:50:20.610Z] ---> 4a8908e79ab9 [2020-12-17T00:50:20.610Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-17T00:50:20.610Z] Removing intermediate container 4c0ecfb0b102 [2020-12-17T00:50:20.610Z] ---> ff0a2bd2aac1 [2020-12-17T00:50:20.610Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-17T00:50:20.610Z] ---> Running in ac37c70ac257 [2020-12-17T00:50:20.888Z] ---> Running in 8cb7d2927964 [2020-12-17T00:50:21.495Z] ---> 74cd5285f476 [2020-12-17T00:50:21.495Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-17T00:50:22.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:50:22.090Z] 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 [2020-12-17T00:50:22.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:50:22.365Z] ---> 0b0225835cec [2020-12-17T00:50:22.644Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-17T00:50:23.241Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T00:50:23.241Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T00:50:23.241Z] OK: 12617 distinct packages available [2020-12-17T00:50:23.845Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-17T00:50:24.126Z] ---> 7302331d2ebc [2020-12-17T00:50:24.126Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-17T00:50:24.126Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-17T00:50:24.126Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:50:24.126Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T00:50:24.400Z] OK: 6 MiB in 16 packages [2020-12-17T00:50:24.997Z] ---> 3e19601bfcd4 [2020-12-17T00:50:24.998Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-17T00:50:25.600Z] Removing intermediate container 8cb7d2927964 [2020-12-17T00:50:25.600Z] ---> c8400f1d3dff [2020-12-17T00:50:25.600Z] [2020-12-17T00:50:25.600Z] Step 11/27 : FROM docker:latest [2020-12-17T00:50:25.600Z] ---> 0c09fb3ff9b5 [2020-12-17T00:50:25.600Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-17T00:50:25.886Z] ---> Running in aab0c1ab3082 [2020-12-17T00:50:26.489Z] Removing intermediate container ac37c70ac257 [2020-12-17T00:50:26.489Z] ---> b3171f54a47e [2020-12-17T00:50:26.489Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-17T00:50:26.489Z] ---> f2b6e59c2509 [2020-12-17T00:50:26.489Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-17T00:50:26.489Z] ---> Running in e0ed7280d60d [2020-12-17T00:50:27.080Z] Removing intermediate container e0ed7280d60d [2020-12-17T00:50:27.080Z] ---> 82a0c2c94339 [2020-12-17T00:50:27.080Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-17T00:50:27.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:50:27.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:50:27.352Z] ---> Running in ff2cdc3cfc78 [2020-12-17T00:50:27.352Z] ---> 813ca6395f24 [2020-12-17T00:50:27.352Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-17T00:50:27.625Z] ---> Running in 4f56247a660a [2020-12-17T00:50:27.895Z] (1/2) Installing readline (8.0.4-r0) [2020-12-17T00:50:27.895Z] (2/2) Installing bash (5.0.17-r0) [2020-12-17T00:50:27.895Z] Removing intermediate container ff2cdc3cfc78 [2020-12-17T00:50:27.895Z] ---> 00b3ab10276b [2020-12-17T00:50:27.895Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-17T00:50:27.895Z] Executing bash-5.0.17-r0.post-install [2020-12-17T00:50:27.895Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:50:27.895Z] OK: 12 MiB in 22 packages [2020-12-17T00:50:28.170Z] ---> Running in 17f1769870b7 [2020-12-17T00:50:28.170Z] Removing intermediate container 4f56247a660a [2020-12-17T00:50:28.170Z] ---> e70faa66257e [2020-12-17T00:50:28.170Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:50:28.442Z] ---> Running in 89ae51b8bc54 [2020-12-17T00:50:29.040Z] Removing intermediate container 89ae51b8bc54 [2020-12-17T00:50:29.040Z] ---> d87064da033e [2020-12-17T00:50:29.040Z] Step 22/24 : LABEL arch=arm64 [2020-12-17T00:50:29.314Z] ---> Running in b18ef0e90481 [2020-12-17T00:50:29.591Z] Removing intermediate container aab0c1ab3082 [2020-12-17T00:50:29.591Z] ---> dc46dc75b8fd [2020-12-17T00:50:29.591Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-17T00:50:29.591Z] ---> Running in 1333a8143eca [2020-12-17T00:50:29.863Z] Removing intermediate container b18ef0e90481 [2020-12-17T00:50:29.863Z] ---> 7d0b2e3dde6e [2020-12-17T00:50:29.863Z] Step 23/24 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:50:30.138Z] ---> Running in b42993d3a72f [2020-12-17T00:50:30.735Z] Removing intermediate container b42993d3a72f [2020-12-17T00:50:30.735Z] ---> 8ea47863921a [2020-12-17T00:50:30.735Z] Step 24/24 : LABEL version=0.0.0 [2020-12-17T00:50:30.735Z] Removing intermediate container 17f1769870b7 [2020-12-17T00:50:30.735Z] ---> 9b6c4c785dce [2020-12-17T00:50:30.735Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-17T00:50:30.735Z] ---> Running in 1b860ef75072 [2020-12-17T00:50:31.330Z] Removing intermediate container 1b860ef75072 [2020-12-17T00:50:31.330Z] ---> d6a76eef5b2a [2020-12-17T00:50:31.330Z] [2020-12-17T00:50:31.931Z] Successfully built d6a76eef5b2a [2020-12-17T00:50:31.931Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-17T00:50:32.207Z]  Building docker-support-notifications-go ... done  ---> baae55cdcb13 [2020-12-17T00:50:32.207Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-17T00:50:32.489Z] Removing intermediate container 1333a8143eca [2020-12-17T00:50:32.489Z] ---> 07b467850fa0 [2020-12-17T00:50:32.489Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-17T00:50:32.764Z] ---> Running in 6bb11fb196b7 [2020-12-17T00:50:33.036Z] ---> 5e1eadc58f6e [2020-12-17T00:50:33.036Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-17T00:50:33.315Z] Removing intermediate container 6bb11fb196b7 [2020-12-17T00:50:33.315Z] ---> a087905887b8 [2020-12-17T00:50:33.315Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-17T00:50:33.591Z] ---> Running in a1bc35d49013 [2020-12-17T00:50:33.865Z] ---> b80c04cb99b3 [2020-12-17T00:50:33.865Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-17T00:50:34.142Z] Removing intermediate container a1bc35d49013 [2020-12-17T00:50:34.142Z] ---> 6d5d8f355304 [2020-12-17T00:50:34.142Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-17T00:50:34.142Z] ---> Running in 8a5ed7e612e3 [2020-12-17T00:50:34.738Z] Removing intermediate container 8a5ed7e612e3 [2020-12-17T00:50:34.738Z] ---> 47596f8b372b [2020-12-17T00:50:34.738Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-17T00:50:35.012Z] ---> ba055e6ec471 [2020-12-17T00:50:35.012Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-17T00:50:36.003Z] ---> 69a763b31977 [2020-12-17T00:50:36.003Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-17T00:50:36.003Z] ---> Running in 62b5b3c25fd4 [2020-12-17T00:50:36.280Z] ---> 3e1ba39b233e [2020-12-17T00:50:36.280Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-17T00:50:37.257Z] ---> a256f9dadbc4 [2020-12-17T00:50:37.257Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-17T00:50:38.266Z] ---> 749e5d08cc7b [2020-12-17T00:50:38.266Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-17T00:50:38.266Z] ---> Running in d04bfdefd616 [2020-12-17T00:50:38.867Z] Removing intermediate container 62b5b3c25fd4 [2020-12-17T00:50:38.867Z] ---> 96b02c4541bd [2020-12-17T00:50:38.867Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T00:50:39.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:50:39.849Z] ---> 88b74bd85aeb [2020-12-17T00:50:39.849Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T00:50:39.849Z] ---> Running in b539af8f51cc [2020-12-17T00:50:39.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:50:40.449Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-17T00:50:40.449Z] (2/33) Installing expat (2.2.9-r1) [2020-12-17T00:50:40.449Z] (3/33) Installing libffi (3.3-r2) [2020-12-17T00:50:40.449Z] (4/33) Installing gdbm (1.13-r1) [2020-12-17T00:50:40.449Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-17T00:50:40.728Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-17T00:50:40.728Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-17T00:50:42.716Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-17T00:50:42.716Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-17T00:50:42.716Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-17T00:50:42.716Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-17T00:50:42.716Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-17T00:50:42.716Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-17T00:50:42.716Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-17T00:50:42.716Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-17T00:50:42.716Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-17T00:50:42.716Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-17T00:50:42.991Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-17T00:50:42.991Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-17T00:50:42.991Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-17T00:50:42.991Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-17T00:50:42.991Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-17T00:50:42.991Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-17T00:50:42.991Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-17T00:50:42.991Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-17T00:50:42.991Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-17T00:50:43.263Z] Removing intermediate container b539af8f51cc [2020-12-17T00:50:43.263Z] ---> 3642549db68e [2020-12-17T00:50:43.263Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-17T00:50:43.263Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-17T00:50:43.263Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-17T00:50:43.263Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-17T00:50:43.263Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-17T00:50:43.263Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-17T00:50:43.263Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-17T00:50:43.263Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-17T00:50:43.538Z] ---> Running in b4177ae3137f [2020-12-17T00:50:43.538Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:50:43.538Z] OK: 71 MiB in 55 packages [2020-12-17T00:50:46.938Z] Removing intermediate container b4177ae3137f [2020-12-17T00:50:46.938Z] ---> b56f39dca0ff [2020-12-17T00:50:46.938Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T00:50:46.938Z] ---> Running in bbdbedede696 [2020-12-17T00:50:47.535Z] Removing intermediate container bbdbedede696 [2020-12-17T00:50:47.535Z] ---> 31da40c95c35 [2020-12-17T00:50:47.535Z] Step 26/29 : CMD [ "generate" ] [2020-12-17T00:50:47.810Z] ---> Running in e6e82fa41798 [2020-12-17T00:50:48.408Z] Removing intermediate container e6e82fa41798 [2020-12-17T00:50:48.408Z] ---> eb89bcda8ef2 [2020-12-17T00:50:48.408Z] Step 27/29 : LABEL arch=arm64 [2020-12-17T00:50:48.685Z] ---> Running in da939b9e5753 [2020-12-17T00:50:49.283Z] Removing intermediate container da939b9e5753 [2020-12-17T00:50:49.283Z] ---> 9e171a1e7af9 [2020-12-17T00:50:49.283Z] Step 28/29 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:50:49.560Z] ---> Running in 1e8088291dde [2020-12-17T00:50:49.560Z] Removing intermediate container d04bfdefd616 [2020-12-17T00:50:49.560Z] ---> af367313ec4f [2020-12-17T00:50:49.560Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-17T00:50:49.833Z] ---> Running in 886ae32394c8 [2020-12-17T00:50:50.112Z] Removing intermediate container 1e8088291dde [2020-12-17T00:50:50.112Z] ---> b049d74b5079 [2020-12-17T00:50:50.112Z] Step 29/29 : LABEL version=0.0.0 [2020-12-17T00:50:50.472Z] ---> Running in 3d0e34f47a29 [2020-12-17T00:50:51.237Z] Removing intermediate container 3d0e34f47a29 [2020-12-17T00:50:51.237Z] ---> 001c889c7715 [2020-12-17T00:50:51.237Z] [2020-12-17T00:50:51.523Z] Successfully built 001c889c7715 [2020-12-17T00:50:51.523Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-17T00:50:56.953Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-12-17T00:50:56.953Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-17T00:50:58.919Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-17T00:50:58.919Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-17T00:50:59.513Z] Collecting docker<4.0,>=3.6.0 [2020-12-17T00:50:59.513Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-17T00:51:00.489Z] Collecting jsonschema<3,>=2.5.1 [2020-12-17T00:51:00.489Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-17T00:51:01.464Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-17T00:51:01.464Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-17T00:51:01.736Z] Collecting docopt<0.7,>=0.6.1 [2020-12-17T00:51:01.736Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-17T00:51:05.115Z] Collecting texttable<0.10,>=0.9.0 [2020-12-17T00:51:05.115Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-17T00:51:07.726Z] Collecting cached-property<2,>=1.2.0 [2020-12-17T00:51:07.726Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-17T00:51:07.726Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-17T00:51:07.726Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-17T00:51:07.726Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-17T00:51:11.122Z] Collecting PyYAML<4,>=3.10 [2020-12-17T00:51:11.122Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-17T00:51:14.499Z] Collecting idna<2.8,>=2.5 [2020-12-17T00:51:14.499Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-17T00:51:15.091Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-17T00:51:15.091Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-17T00:51:15.363Z] 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) [2020-12-17T00:51:15.363Z] 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) [2020-12-17T00:51:15.635Z] Collecting docker-pycreds>=0.4.0 [2020-12-17T00:51:15.635Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-17T00:51:15.907Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-17T00:51:15.907Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-17T00:51:15.907Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-17T00:51:15.907Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-17T00:51:16.882Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, docopt, texttable, cached-property, dockerpty, PyYAML, docker-compose [2020-12-17T00:51:16.882Z] Attempting uninstall: idna [2020-12-17T00:51:16.882Z] Found existing installation: idna 2.9 [2020-12-17T00:51:16.882Z] Uninstalling idna-2.9: [2020-12-17T00:51:16.882Z] Successfully uninstalled idna-2.9 [2020-12-17T00:51:17.859Z] Attempting uninstall: urllib3 [2020-12-17T00:51:17.859Z] Found existing installation: urllib3 1.25.9 [2020-12-17T00:51:17.859Z] Uninstalling urllib3-1.25.9: [2020-12-17T00:51:17.859Z] Successfully uninstalled urllib3-1.25.9 [2020-12-17T00:51:18.456Z] Attempting uninstall: requests [2020-12-17T00:51:18.456Z] Found existing installation: requests 2.23.0 [2020-12-17T00:51:18.728Z] Uninstalling requests-2.23.0: [2020-12-17T00:51:18.728Z] Successfully uninstalled requests-2.23.0 [2020-12-17T00:51:20.710Z] Running setup.py install for docopt: started [2020-12-17T00:51:22.681Z] Running setup.py install for docopt: finished with status 'done' [2020-12-17T00:51:22.681Z] Running setup.py install for texttable: started [2020-12-17T00:51:25.292Z] Running setup.py install for texttable: finished with status 'done' [2020-12-17T00:51:25.292Z] Running setup.py install for dockerpty: started [2020-12-17T00:51:27.259Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-17T00:51:27.259Z] Running setup.py install for PyYAML: started [2020-12-17T00:51:29.867Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-17T00:51:30.839Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-17T00:51:35.143Z] Removing intermediate container 886ae32394c8 [2020-12-17T00:51:35.143Z] ---> ccdb129c1917 [2020-12-17T00:51:35.143Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-17T00:51:35.143Z] ---> Running in f8821a3dcaa5 [2020-12-17T00:51:36.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T00:51:36.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T00:51:36.993Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T00:51:36.993Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-17T00:51:36.993Z] (3/3) Installing curl (7.69.1-r3) [2020-12-17T00:51:36.993Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T00:51:36.993Z] OK: 71 MiB in 58 packages [2020-12-17T00:51:38.423Z] Removing intermediate container f8821a3dcaa5 [2020-12-17T00:51:38.423Z] ---> 479f6ca8afd4 [2020-12-17T00:51:38.423Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-17T00:51:38.423Z] ---> Running in 5b3954e0b131 [2020-12-17T00:51:39.015Z] Removing intermediate container 5b3954e0b131 [2020-12-17T00:51:39.015Z] ---> e41ff049bf2a [2020-12-17T00:51:39.015Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T00:51:39.015Z] ---> Running in 1b42f7b7aef1 [2020-12-17T00:51:39.610Z] Removing intermediate container 1b42f7b7aef1 [2020-12-17T00:51:39.610Z] ---> 85091fb06a67 [2020-12-17T00:51:39.610Z] Step 25/27 : LABEL arch=arm64 [2020-12-17T00:51:39.610Z] ---> Running in ba7e92a51f02 [2020-12-17T00:51:40.203Z] Removing intermediate container ba7e92a51f02 [2020-12-17T00:51:40.203Z] ---> 9e43434a4a78 [2020-12-17T00:51:40.203Z] Step 26/27 : LABEL git_sha=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [2020-12-17T00:51:40.203Z] ---> Running in 3a1a0438b29e [2020-12-17T00:51:40.797Z] Removing intermediate container 3a1a0438b29e [2020-12-17T00:51:40.797Z] ---> 5e028e883001 [2020-12-17T00:51:40.797Z] Step 27/27 : LABEL version=0.0.0 [2020-12-17T00:51:40.797Z] ---> Running in f9086f70e0c4 [2020-12-17T00:51:41.392Z] Removing intermediate container f9086f70e0c4 [2020-12-17T00:51:41.392Z] ---> d9e9afd142ab [2020-12-17T00:51:41.392Z] [2020-12-17T00:51:41.663Z] Successfully built d9e9afd142ab [2020-12-17T00:51:41.663Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-17T00:51:42.281Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-17T00:51:42.337Z] $ docker stop --time=1 23c9be0587391fc047e8737d141915851cee61ac310a0c7a77bad26cfacc0fb1 [2020-12-17T00:51:44.372Z] $ docker rm -f 23c9be0587391fc047e8737d141915851cee61ac310a0c7a77bad26cfacc0fb1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T00:51:45.068Z] + docker images [2020-12-17T00:51:45.068Z] + grep docker [2020-12-17T00:51:45.339Z] docker-sys-mgmt-agent-go-arm64 latest d9e9afd142ab 4 seconds ago 300MB [2020-12-17T00:51:45.339Z] docker-security-secrets-setup-go-arm64 latest 001c889c7715 55 seconds ago 22.7MB [2020-12-17T00:51:45.339Z] docker-support-notifications-go-arm64 latest d6a76eef5b2a About a minute ago 11.4MB [2020-12-17T00:51:45.339Z] docker-security-secretstore-setup-go-arm64 latest 867bfae58216 About a minute ago 23.5MB [2020-12-17T00:51:45.339Z] docker-support-scheduler-go-arm64 latest f16a702cbd74 2 minutes ago 10MB [2020-12-17T00:51:45.339Z] docker-core-data-go-arm64 latest 21e8c4959747 4 minutes ago 20.9MB [2020-12-17T00:51:45.339Z] docker-core-metadata-go-arm64 latest 754113e60442 4 minutes ago 12.2MB [2020-12-17T00:51:45.340Z] docker-security-bootstrap-redis-go-arm64 latest 789ab935939b 4 minutes ago 15.2MB [2020-12-17T00:51:45.340Z] docker-security-proxy-setup-go-arm64 latest 895158335193 4 minutes ago 23.2MB [2020-12-17T00:51:45.340Z] docker-core-command-go-arm64 latest 90924f4b0740 4 minutes ago 9.98MB [2020-12-17T00:51:45.340Z] docker latest 0c09fb3ff9b5 27 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-17T00:51:47.711Z] provisioning config files... [2020-12-17T00:51:47.727Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config93434263498128221tmp [Pipeline] { [Pipeline] sh [2020-12-17T00:51:48.116Z] + set +x [2020-12-17T00:51:48.116Z] + curl -s https://codecov.io/bash [2020-12-17T00:51:48.116Z] + bash -s -- [2020-12-17T00:51:48.698Z] [2020-12-17T00:51:48.698Z] _____ _ [2020-12-17T00:51:48.698Z] / ____| | | [2020-12-17T00:51:48.698Z] | | ___ __| | ___ ___ _____ __ [2020-12-17T00:51:48.698Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-17T00:51:48.698Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-17T00:51:48.698Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-17T00:51:48.698Z] Bash-20201130-cc6d3fe [2020-12-17T00:51:48.698Z] [2020-12-17T00:51:48.698Z] [2020-12-17T00:51:48.698Z] ==> Jenkins CI detected. [2020-12-17T00:51:48.698Z] project root: . [2020-12-17T00:51:48.698Z] --> token set from env [2020-12-17T00:51:48.699Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-17T00:51:48.699Z] ==> Running gcov in . (disable via -X gcov) [2020-12-17T00:51:48.699Z] ==> Python coveragepy not found [2020-12-17T00:51:48.699Z] ==> Searching for coverage reports in: [2020-12-17T00:51:48.699Z] + . [2020-12-17T00:51:48.699Z] -> Found 1 reports [2020-12-17T00:51:48.699Z] ==> Detecting git/mercurial file structure [2020-12-17T00:51:48.699Z] ==> Reading reports [2020-12-17T00:51:48.699Z] + ./coverage.out bytes=562620 [2020-12-17T00:51:48.699Z] ==> Appending adjustments [2020-12-17T00:51:48.699Z] https://docs.codecov.io/docs/fixing-reports [2020-12-17T00:51:51.260Z] + Found adjustments [2020-12-17T00:51:51.260Z] ==> Gzipping contents [2020-12-17T00:51:51.260Z] 84K /tmp/codecov.BMtdXm.gz [2020-12-17T00:51:51.260Z] ==> Uploading reports [2020-12-17T00:51:51.260Z] url: https://codecov.io [2020-12-17T00:51:51.260Z] query: branch=PR-2924&commit=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2020-12-17T00:51:51.260Z] -> Pinging Codecov [2020-12-17T00:51:51.260Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2924&commit=8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2020-12-17T00:51:51.525Z] -> Uploading to [2020-12-17T00:51:51.525Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-17/00271124DB129430A58F1EEE437C3FCB/8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b/b0f90184-5c22-47aa-b5c8-b00a7d7f39c5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201217T005151Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=563c9c8e1d8bb061f7da5c965cf30ed4822d48c382dbb1474b749c5ef130e761 [2020-12-17T00:51:51.525Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T00:51:51.525Z] Dload Upload Total Spent Left Speed [2020-12-17T00:51:52.100Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85409 0 0 100 85409 0 169k --:--:-- --:--:-- --:--:-- 169k [2020-12-17T00:51:52.100Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8cc8cfce07ac26d779402d2a5ddc7a9341a79f6b [Pipeline] } [2020-12-17T00:51:52.111Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:51:54.020Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:51:54.918Z] ---> package-listing.sh [2020-12-17T00:51:54.918Z] ++ facter osfamily [2020-12-17T00:51:54.918Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-17T00:51:54.918Z] + OS_FAMILY=redhat [2020-12-17T00:51:54.918Z] + workspace=/w/workspace/edgex-go/9 [2020-12-17T00:51:54.918Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-17T00:51:54.918Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-17T00:51:54.918Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-17T00:51:54.918Z] + PACKAGES=/tmp/packages_start.txt [2020-12-17T00:51:54.918Z] + '[' /w/workspace/edgex-go/9 ']' [2020-12-17T00:51:54.918Z] + PACKAGES=/tmp/packages_end.txt [2020-12-17T00:51:54.918Z] + case "${OS_FAMILY}" in [2020-12-17T00:51:54.918Z] + rpm -qa [2020-12-17T00:51:54.918Z] + sort [2020-12-17T00:52:00.214Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-17T00:52:00.214Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-17T00:52:00.215Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-17T00:52:00.215Z] + '[' /w/workspace/edgex-go/9 ']' [2020-12-17T00:52:00.215Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2020-12-17T00:52:00.215Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2020-12-17T00:52:00.228Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-17T00:52:00.522Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:52:00.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T00:52:00.828Z] [2020-12-17T00:52:00.828Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-17T00:52:01.309Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T00:52:01.309Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-17T00:52:01.309Z] df20fa9351a1: Pulling fs layer [2020-12-17T00:52:01.309Z] 36b3adc4ff6f: Pulling fs layer [2020-12-17T00:52:01.309Z] 8ad3a11d3b57: Pulling fs layer [2020-12-17T00:52:01.309Z] 46f8f816bc3b: Pulling fs layer [2020-12-17T00:52:01.309Z] 93b61091891f: Pulling fs layer [2020-12-17T00:52:01.309Z] 93b9cdb0e59b: Pulling fs layer [2020-12-17T00:52:01.309Z] 5e14af77c1be: Pulling fs layer [2020-12-17T00:52:01.309Z] 01666e4c0597: Pulling fs layer [2020-12-17T00:52:01.309Z] aa168da1d23b: Pulling fs layer [2020-12-17T00:52:01.309Z] 46f8f816bc3b: Waiting [2020-12-17T00:52:01.309Z] 5e14af77c1be: Waiting [2020-12-17T00:52:01.309Z] aa168da1d23b: Waiting [2020-12-17T00:52:01.309Z] 93b61091891f: Waiting [2020-12-17T00:52:01.309Z] 93b9cdb0e59b: Waiting [2020-12-17T00:52:01.309Z] 01666e4c0597: Waiting [2020-12-17T00:52:01.309Z] 36b3adc4ff6f: Download complete [2020-12-17T00:52:01.309Z] 46f8f816bc3b: Verifying Checksum [2020-12-17T00:52:01.309Z] 46f8f816bc3b: Download complete [2020-12-17T00:52:01.309Z] df20fa9351a1: Verifying Checksum [2020-12-17T00:52:01.309Z] df20fa9351a1: Download complete [2020-12-17T00:52:01.582Z] 93b9cdb0e59b: Verifying Checksum [2020-12-17T00:52:01.582Z] 93b9cdb0e59b: Download complete [2020-12-17T00:52:01.582Z] 5e14af77c1be: Verifying Checksum [2020-12-17T00:52:01.582Z] 5e14af77c1be: Download complete [2020-12-17T00:52:01.582Z] 01666e4c0597: Verifying Checksum [2020-12-17T00:52:01.582Z] 01666e4c0597: Download complete [2020-12-17T00:52:01.582Z] 93b61091891f: Verifying Checksum [2020-12-17T00:52:01.582Z] 93b61091891f: Download complete [2020-12-17T00:52:01.846Z] df20fa9351a1: Pull complete [2020-12-17T00:52:02.109Z] 36b3adc4ff6f: Pull complete [2020-12-17T00:52:02.688Z] 8ad3a11d3b57: Verifying Checksum [2020-12-17T00:52:02.688Z] 8ad3a11d3b57: Download complete [2020-12-17T00:52:03.279Z] 8ad3a11d3b57: Pull complete [2020-12-17T00:52:03.543Z] 46f8f816bc3b: Pull complete [2020-12-17T00:52:04.496Z] aa168da1d23b: Verifying Checksum [2020-12-17T00:52:04.496Z] aa168da1d23b: Download complete [2020-12-17T00:52:06.418Z] 93b61091891f: Pull complete [2020-12-17T00:52:06.681Z] 93b9cdb0e59b: Pull complete [2020-12-17T00:52:06.681Z] 5e14af77c1be: Pull complete [2020-12-17T00:52:06.946Z] 01666e4c0597: Pull complete [2020-12-17T00:52:15.142Z] aa168da1d23b: Pull complete [2020-12-17T00:52:15.142Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-17T00:52:15.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T00:52:15.142Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-17T00:52:15.645Z] prd-centos7-docker-4c-2g-16432 does not seem to be running inside a container [2020-12-17T00:52:15.703Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-17T00:52:22.282Z] $ docker top 90fed919c881d09bd8ff6076da6e94fe92c5dc62b0ac9d5fbcbf132f796910d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T00:52:22.937Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-17T00:52:23.234Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-17T00:52:23.532Z] + ls /var/log/sa-host [2020-12-17T00:52:23.533Z] + sadf -c /var/log/sa-host/sa17 [2020-12-17T00:52:23.533Z] file_magic: OK [2020-12-17T00:52:23.533Z] HZ: Using current value: 100 [2020-12-17T00:52:23.533Z] file_header: OK [2020-12-17T00:52:23.533Z] 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 [2020-12-17T00:52:23.533Z] Statistics: [2020-12-17T00:52:23.533Z] 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... [2020-12-17T00:52:23.533Z] File successfully converted to sysstat format version 12.2.1 [2020-12-17T00:52:23.533Z] + sadf -c /var/log/sa-host/sa23 [2020-12-17T00:52:23.533Z] file_magic: OK [2020-12-17T00:52:23.533Z] HZ: Using current value: 100 [2020-12-17T00:52:23.533Z] file_header: OK [2020-12-17T00:52:23.533Z] 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 [2020-12-17T00:52:23.533Z] Statistics: [2020-12-17T00:52:23.533Z] Hnuu...uuuununununu... [2020-12-17T00:52:23.533Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-17T00:52:23.754Z] provisioning config files... [2020-12-17T00:52:23.772Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config2616298248913902467tmp [Pipeline] { [Pipeline] echo [2020-12-17T00:52:23.845Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:52:24.147Z] ---> create-netrc.sh [Pipeline] } [2020-12-17T00:52:24.157Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-17T00:52:24.248Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:52:24.556Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-17T00:52:24.567Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:52:24.864Z] ---> sudo-logs.sh [2020-12-17T00:52:24.865Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-17T00:52:24.875Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:52:25.173Z] ---> job-cost.sh [2020-12-17T00:52:25.173Z] lf-activate-venv: SKIPPING [2020-12-17T00:52:25.173Z] INFO: No Stack... [2020-12-17T00:52:27.088Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-17T00:52:27.350Z] INFO: Archiving Costs [Pipeline] echo [2020-12-17T00:52:27.364Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T00:52:27.661Z] ---> logs-deploy.sh [2020-12-17T00:52:27.661Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/9 [2020-12-17T00:52:27.661Z] INFO: archiving workspace using pattern(s): [2020-12-17T00:52:29.584Z] Archives upload complete. [2020-12-17T00:52:29.584Z] INFO: archiving logs to Nexus