-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Android
Milestone
Description
https://storage.googleapis.com/go-build-log/d11befbe/android-arm64-corellium_c80dd207.log:
--- FAIL: TestLatest (0.01s)
git_test.go:69: git clone --mirror http://127.0.0.1:40864/git/gitrepo1 /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp/gitrepo-test-4244768098/gitrepo2 in : exit status 128:
Cloning into bare repository '/data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp/gitrepo-test-4244768098/gitrepo2'...
CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/libexec/git-core/git-remote-http": library "libssl.so.1.1" not found
--- FAIL: TestLatest/gitrepo1 (0.00s)
git_test.go:226: git ls-remote -q origin in /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp/gitrepo-test-4244768098/modcache/cache/vcs/8c0735055ea1b81d6712e25976d1c2026f3fc83f00c38628a1134f3cd92a54d2: exit status 128:
CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/libexec/git-core/git-remote-http": library "libssl.so.1.1" not found
FAIL
FAIL cmd/go/internal/modfetch/codehost 1.659s
(and many more like it!)
@changkun, I think this is a configuration problem in the builder. The fix is probably one of:
- install
libsslin thetermuxenvironment, or - set
LD_LIBRARY_PATHso that the dynamic linker can findlibssl.so.1.1, or - remove
gitfrom thetermuxenvironment or$PATH(so that we skip tests that would need it).bui
Metadata
Metadata
Assignees
Labels
Buildersx/build issues (builders, bots, dashboards)x/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Android