git ubuntu fails to call ssh on Focal due to mismatched libcrypto.so.1.0.0

Bug #1867389 reported by Bryce Harrington
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
git-ubuntu
Fix Released
High
Robie Basak

Bug Description

I've never successfully gotten submit to work, but Christian says it works for him so guessing it's either a usage error or incorrect configuration. In any case, either it should figure out the right thing to do, or give a more user-friendly error message.

clamav-gu$ git ubuntu submit --reviewer canonical-server-packageset-reviewers --target-branch debian/sid
03/13/2020 13:28:32 - ERROR:Command exited 128: git push bryce refs/heads/merge-v0.102.2+dfsg-2-focal:refs/heads/merge-v0.102.2+dfsg-2-focal
03/13/2020 13:28:32 - ERROR:stdout:
03/13/2020 13:28:32 - ERROR:stderr: /snap/core/current/usr/bin/ssh: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
  fatal: Could not read from remote repository.

  Please make sure you have the correct access rights
  and the repository exists.

03/13/2020 13:28:32 - ERROR:Unable to push refs/heads/merge-v0.102.2+dfsg-2-focal to remote bryce

Yet:

stirling:~/ubuntu/Clamav/clamav-gu$ locate libcrypto.so.1.0.0
/snap/core/8592/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
/snap/core/8689/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
/snap/core18/1650/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
/snap/core18/1668/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
/snap/git-ubuntu/465/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
/snap/git-ubuntu/466/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
/snap/ustriage/88/lib/x86_64-linux-gnu/libcrypto.so.1.0.0

And the files do seem to exist:

stirling:~/ubuntu/Clamav/clamav-gu$ ls -l /snap/git-ubuntu/466/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
-rw-r--r-- 1 root root 2465976 Feb 26 11:39 /snap/git-ubuntu/466/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
stirling:~/ubuntu/Clamav/clamav-gu$ ls -l /snap/git-ubuntu/465/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
-rw-r--r-- 1 root root 2465976 Feb 18 10:37 /snap/git-ubuntu/465/lib/x86_64-linux-gnu/libcrypto.so.1.0.0

But the system has a different version:

$ find /usr/lib -name "libcrypto.so*"
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
/usr/lib/x86_64-linux-gnu/android/libcrypto.so.0
/usr/lib/x86_64-linux-gnu/libcrypto.so

Tags: snap submit

Related branches

Bryce Harrington (bryce)
summary: - submit returns error about libcrypto.so
+ command 'submit' returns error about libcrypto.so
Robie Basak (racb)
tags: added: snap submit
Robie Basak (racb)
summary: - command 'submit' returns error about libcrypto.so
+ git ubuntu fails to call ssh on Focal due to mismatched
+ libcrypto.so.1.0.0
Changed in usd-importer:
status: New → Triaged
importance: Undecided → High
Robie Basak (racb)
Changed in usd-importer:
status: Triaged → In Progress
assignee: nobody → Robie Basak (racb)
Revision history for this message
Robie Basak (racb) wrote :

Fixed in 69bf644.

Changed in usd-importer:
status: In Progress → Fix Committed
Revision history for this message
Robie Basak (racb) wrote : Fix released in git-ubuntu

Fix released in git-ubuntu version 1.0

Changed in usd-importer:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.