Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automation] docker bats fetch is failing #180

Closed
v1v opened this issue Aug 9, 2019 · 1 comment
Closed

[Automation] docker bats fetch is failing #180

v1v opened this issue Aug 9, 2019 · 1 comment
Labels
automation bug Something isn't working

Comments

@v1v
Copy link
Member

v1v commented Aug 9, 2019

 make -C .ci/docker test-codecov 
Cloning bats-core
Fetching origin
Reset branch 'v1.1.0'
Clonning bats-assert
Fetching origin
Fetching upstream
Fetching kuisathaverat
fatal: reference is not a tree: 9f88b4207da750093baabc4e3f41bf68f0dd3630
make: *** [bats-assert] Error 128

Not sure whether that's related to my current environment but if I'm able to fetch without errors:

git fetch --all
Fetching origin
Fetching upstream
Fetching kuisathaverat

Not sure if the makefile section regarding the prepare-environment could be simplified with the git submodules as used to be previously, even though there were genuine reasons to move away.

@v1v v1v added automation bug Something isn't working labels Aug 9, 2019
@v1v
Copy link
Member Author

v1v commented Jul 31, 2020

I don't think this is the case anymore

make -C .ci/docker test-codecov 
Cloning bats-core
Cloning into '/Users/vmartinez/work/src/github.com/elastic/apm-pipeline-library/.ci/docker/bats-core'...
remote: Enumerating objects: 28, done.
remote: Counting objects: 100% (28/28), done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 2526 (delta 11), reused 9 (delta 4), pack-reused 2498
Receiving objects: 100% (2526/2526), 747.94 KiB | 784.00 KiB/s, done.
Resolving deltas: 100% (1365/1365), done.
Fetching origin
Switched to a new branch 'v1.1.0'
Clonning bats-assert
Cloning into '/Users/vmartinez/work/src/github.com/elastic/apm-pipeline-library/.ci/docker/tests/test_helper/bats-assert'...
remote: Enumerating objects: 116, done.
remote: Total 116 (delta 0), reused 0 (delta 0), pack-reused 116
Receiving objects: 100% (116/116), 33.39 KiB | 1.28 MiB/s, done.
Resolving deltas: 100% (63/63), done.
Fetching origin
Switched to a new branch 'v0.3.0'
Clonning bats-support
Cloning into '/Users/vmartinez/work/src/github.com/elastic/apm-pipeline-library/.ci/docker/tests/test_helper/bats-support'...
remote: Enumerating objects: 88, done.
remote: Total 88 (delta 0), reused 0 (delta 0), pack-reused 88
Unpacking objects: 100% (88/88), done.
Fetching origin
Switched to a new branch 'v0.3.0'
Pulling Alpine image
12-alpine: Pulling from library/node
cbdbe7a5bc2a: Already exists 
091983d60f65: Pull complete 
7bacc183740f: Pull complete 
c4a5a5d270d4: Pull complete 
Digest: sha256:9623cd396644f9b2e595d833dc0188a880333674488d939338ab5fde10ef7c43
Status: Downloaded newer image for node:12-alpine
docker.io/library/node:12-alpine
1..5

Closing this issue now

@v1v v1v closed this as completed Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant