Skip to content

Moved files out of LFS

Esteve Fernandez requested to merge untrack-lfs-files into master

This removes the image files from LFS, it seems that it's causing Bloom to fail:

=> bloom-export-upstream /tmp/tmpcmC5Eo/upstream git --tag 0.0.1 --display-uri https://gitlab.com/AutowareAuto/AutowareAuto.git --name AutowareAuto --output-dir /tmp/tmpHYR9QP
Checking out repository at 'https://gitlab.com/AutowareAuto/AutowareAuto.git' to reference '0.0.1'.
Exporting to archive: '/tmp/tmpHYR9QP/AutowareAuto-0.0.1.tar.gz'
Cloning into '/tmp/tmppFtWBS'...
warning: --depth is ignored in local clones; use file:// instead.
done.

hint: The remote resolves to a file:// URL, which can only work with a
hint: standalone transfer agent.  See section "Using a Custom Transfer Type
hint: without the API server" in custom-transfers.md for details.
Downloading docs/images/aa_roadmap.png (62 KB)

hint: The remote resolves to a file:// URL, which can only work with a
hint: standalone transfer agent.  See section "Using a Custom Transfer Type
hint: without the API server" in custom-transfers.md for details.
Error downloading object: docs/images/aa_roadmap.png (bc45a99): Smudge error: Error downloading docs/images/aa_roadmap.png (bc45a993216c19af89ae37d556271338339d051631d0308660da269bd20f3f8b): batch request: missing protocol: "file:///tmp/tmpcmC5Eo/upstream/.git/info/lfs"

Errors logged to /tmp/tmppFtWBS/.git/lfs/logs/20190731T164233.847424376.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: docs/images/aa_roadmap.png: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

Failed to create archive of upstream repository at 'https://gitlab.com/AutowareAuto/AutowareAuto.git'
'0.0.1' is not a branch in the upstream repository...
Tarball was not created.
<== Error running command '['/usr/bin/bloom-export-upstream', '/tmp/tmpcmC5Eo/upstream', 'git', '--tag', '0.0.1', '--display-uri', 'https://gitlab.com/AutowareAuto/AutowareAuto.git', '--name', 'AutowareAuto', '--output-dir', '/tmp/tmpHYR9QP']'

And there's a ticket in git-lfs about that https://github.com/git-lfs/git-lfs/issues/3519

Since Bloom clones the repository locally and we have files in LFS, git-lfs fails and it seems to make Bloom fail as well.

Merge request reports