Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928909 - net-misc/spice-gtk-9999 fatal: unable to access 'https://gitlab.com/keycodemap/keycodemapdb.git/': Failed to connect to gitlab.com
Summary: net-misc/spice-gtk-9999 fatal: unable to access 'https://gitlab.com/keycodema...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-08 03:09 UTC by email200202
Modified: 2024-04-08 07:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,6.79 KB, text/x-log)
2024-04-08 03:10 UTC, email200202
Details
emerge -pqv '=net-misc/spice-gtk-9999::gentoo' (file_928909.txt,208 bytes, text/plain)
2024-04-08 03:12 UTC, email200202
Details
emerge --info '=net-misc/spice-gtk-9999::gentoo' (file_928909.txt,7.89 KB, text/plain)
2024-04-08 03:13 UTC, email200202
Details

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2024-04-08 03:09:42 UTC
* Fetching https://github.com/c3d/recorder.git ...
git fetch https://github.com/c3d/recorder.git --prune +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/* +refs/notes/*:refs/notes/* +refs/pull/*/head:refs/pull/* +HEAD:refs/git-r3/HEAD d5cbf6caba60d580401c72d0cd18c316cf1be211
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Total 3 (delta 2), reused 3 (delta 2), pack-reused 0
Unpacking objects: 100% (3/3), 460 bytes | 57.00 KiB/s, done.
From https://github.com/c3d/recorder
   9b1b214..8b0b079  master     -> master
   9b1b214..8b0b079  HEAD       -> refs/git-r3/HEAD
 * branch            d5cbf6caba60d580401c72d0cd18c316cf1be211 -> FETCH_HEAD
git update-ref --no-deref refs/git-r3/net-misc/spice-gtk/0/spice-common/common_recorder/__main__ d5cbf6caba60d580401c72d0cd18c316cf1be211
 * Repository id: c3d_make-it-quick.git
 * To override fetched repository properties, use:
 *   EGIT_OVERRIDE_REPO_C3D_MAKE_IT_QUICK
 *   EGIT_OVERRIDE_BRANCH_C3D_MAKE_IT_QUICK
 *   EGIT_OVERRIDE_COMMIT_C3D_MAKE_IT_QUICK
 *   EGIT_OVERRIDE_COMMIT_DATE_C3D_MAKE_IT_QUICK
 * 
 * Fetching https://github.com/c3d/make-it-quick ...
git fetch https://github.com/c3d/make-it-quick --prune +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/* +refs/notes/*:refs/notes/* +refs/pull/*/head:refs/pull/* +HEAD:refs/git-r3/HEAD 7a3a86be7c3fa184bcda6882173bd8ab776ad662
From https://github.com/c3d/make-it-quick
 * branch            7a3a86be7c3fa184bcda6882173bd8ab776ad662 -> FETCH_HEAD
git update-ref --no-deref refs/git-r3/net-misc/spice-gtk/0/spice-common/common_recorder/make-it-quick/__main__ 7a3a86be7c3fa184bcda6882173bd8ab776ad662
 * Repository id: keycodemap_keycodemapdb.git
 * To override fetched repository properties, use:
 *   EGIT_OVERRIDE_REPO_KEYCODEMAP_KEYCODEMAPDB
 *   EGIT_OVERRIDE_BRANCH_KEYCODEMAP_KEYCODEMAPDB
 *   EGIT_OVERRIDE_COMMIT_KEYCODEMAP_KEYCODEMAPDB
 *   EGIT_OVERRIDE_COMMIT_DATE_KEYCODEMAP_KEYCODEMAPDB
 * 
 * Fetching https://gitlab.com/keycodemap/keycodemapdb.git ...
git fetch https://gitlab.com/keycodemap/keycodemapdb.git --prune +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/* +refs/notes/*:refs/notes/* +refs/pull/*/head:refs/pull/* +HEAD:refs/git-r3/HEAD 14cdba29ecd7448310fe4ff890e67830b1a40f64
fatal: unable to access 'https://gitlab.com/keycodemap/keycodemapdb.git/': Failed to connect to gitlab.com port 443 after 2009 ms: Couldn't connect to server
 * ERROR: net-misc/spice-gtk-9999::gentoo failed (unpack phase):
 *   Unable to fetch from any of EGIT_REPO_URI
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_unpack
 *   environment, line 3980:  Called git-r3_src_unpack
 *   environment, line 2642:  Called git-r3_src_fetch
 *   environment, line 2636:  Called git-r3_fetch
 *   environment, line 2574:  Called git-r3_fetch 'https://gitlab.com/keycodemap/keycodemapdb.git' '14cdba29ecd7448310fe4ff890e67830b1a40f64' 'net-misc/spice-gtk/0/keycodemapdb' ''
 *   environment, line 2558:  Called die
 * The specific snippet of code:
 *       [[ -n ${success} ]] || die "Unable to fetch from any of EGIT_REPO_URI";
 * 
 * If you need support, post the output of `emerge --info '=net-misc/spice-gtk-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-misc/spice-gtk-9999::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-misc/spice-gtk-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-misc/spice-gtk-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/net-misc/spice-gtk-9999/work'
 * S: '/var/tmp/portage/net-misc/spice-gtk-9999/work/spice-gtk-9999'


Reproducible: Always

Steps to Reproduce:
1. emerge -av1 =net-misc/spice-gtk-9999

Actual Results:  
failed

Expected Results:  
not to fail
Comment 1 email200202 2024-04-08 03:10:47 UTC
Created attachment 889786 [details]
build.log
Comment 2 email200202 2024-04-08 03:12:09 UTC
Created attachment 889787 [details]
emerge -pqv '=net-misc/spice-gtk-9999::gentoo'
Comment 3 email200202 2024-04-08 03:13:25 UTC
Created attachment 889788 [details]
emerge --info '=net-misc/spice-gtk-9999::gentoo'
Comment 4 Greg Kubaryk 2024-04-08 04:05:56 UTC
It seems unlikely that Gitlab has permanently disappeared and I was unable to reproduce locally; was this just a transient network issue?
Comment 5 email200202 2024-04-08 06:36:37 UTC
I tried it again and it worked. I don't know what happened. I repeated it multiple times before submitting the report.

You can close this report. Thanks
Comment 6 Greg Kubaryk 2024-04-08 07:38:23 UTC
Thanks for following up.