* bug#33248: python-minimal compilation is breaking [not found] ` <CAE4v=piyA1XhFm2XP0AtNDEJ_AE6KO9zSO6B5oyLzP8rwHs+uw@mail.gmail.com> @ 2018-11-03 6:11 ` znavko 2018-11-03 8:49 ` Gábor Boskovits 0 siblings, 1 reply; 9+ messages in thread From: znavko @ 2018-11-03 6:11 UTC (permalink / raw) To: 33248 [-- Attachment #1: Type: text/plain, Size: 946 bytes --] I am watching this bug on Lenovo G50-30 (CPU 2.1 GHz, 2Gb Ram): # guix pull --substitute-urls=https://berlin.guixsd.org <https://berlin.guixsd.org> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git' <https://git.savannah.gnu.org/git/guix.git'>... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git> 3995e85 Computing Guix derivation for 'x86_64-linux'... \ nothing to be done # guix package --substitute-urls=https://berlin.guixsd.org <https://berlin.guixsd.org> -u substitute: updating substitutes from 'https://berlin.guixsd.org <https://berlin.guixsd.org>'... 100.0% substitute: updating substitutes from 'https://berlin.guixsd.org <https://berlin.guixsd.org>'... 100.0% building /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv... /Killed # Python-minimal cannot compile. [-- Attachment #2: Type: text/html, Size: 1514 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#33248: python-minimal compilation is breaking 2018-11-03 6:11 ` bug#33248: python-minimal compilation is breaking znavko @ 2018-11-03 8:49 ` Gábor Boskovits 2018-11-03 9:03 ` znavko ` (2 more replies) 0 siblings, 3 replies; 9+ messages in thread From: Gábor Boskovits @ 2018-11-03 8:49 UTC (permalink / raw) To: znavko; +Cc: 33248 [-- Attachment #1: Type: text/plain, Size: 945 bytes --] <znavko@tutanota.com> ezt írta (időpont: 2018. nov. 3., Szo 7:13): > I am watching this bug on Lenovo G50-30 (CPU 2.1 GHz, 2Gb Ram): > > # guix pull --substitute-urls=https://berlin.guixsd.org > Updating channel 'guix' from Git repository at ' > https://git.savannah.gnu.org/git/guix.git'... > Building from this channel: > guix https://git.savannah.gnu.org/git/guix.git 3995e85 > Computing Guix derivation for 'x86_64-linux'... \ > nothing to be done > > # guix package --substitute-urls=https://berlin.guixsd.org -u > substitute: updating substitutes from 'https://berlin.guixsd.org'... > 100.0% > substitute: updating substitutes from 'https://berlin.guixsd.org'... > 100.0% > building > /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv... > /Killed > # > > Python-minimal cannot compile. > Most probably you are hitting a resource limit, I guess ram. Do you have any swap? > [-- Attachment #2: Type: text/html, Size: 2090 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#33248: python-minimal compilation is breaking 2018-11-03 8:49 ` Gábor Boskovits @ 2018-11-03 9:03 ` znavko 2018-11-03 9:08 ` Julien Lepiller 2018-11-03 9:09 ` Christopher Baines 2 siblings, 0 replies; 9+ messages in thread From: znavko @ 2018-11-03 9:03 UTC (permalink / raw) To: Gábor Boskovits; +Cc: 33248 [-- Attachment #1: Type: text/plain, Size: 2171 bytes --] I have 2GB Swap space $ swapon --summary Filename Type Size Used Priority /dev/sda2 partition 2220500 182784 -2 Will adding swap be enough? How much and how to add? # fdisk -l /dev/sda Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x4cc7fbcb Device Boot Start End Sectors Size Id Type /dev/sda1 2048 230000000 229997953 109.7G 83 Linux /dev/sda2 230000640 234441647 4441008 2.1G 82 Linux swap / Solaris 3. Nov 2018 11:49 by boskovits@gmail.com <mailto:boskovits@gmail.com>: > > > <> znavko@tutanota.com <mailto:znavko@tutanota.com>> > ezt írta (időpont: 2018. nov. 3., Szo 7:13): > >> >> I am watching this bug on Lenovo G50-30 (CPU 2.1 GHz, 2Gb Ram): >> >> # guix pull --substitute-urls=>> https://berlin.guixsd.org <https://berlin.guixsd.org> >> Updating channel 'guix' from Git repository at '>> https://git.savannah.gnu.org/git/guix.git' <https://git.savannah.gnu.org/git/guix.git'>>> ... >> Building from this channel: >> guix >> https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>>> 3995e85 >> Computing Guix derivation for 'x86_64-linux'... \ >> nothing to be done >> >> # guix package --substitute-urls=>> https://berlin.guixsd.org <https://berlin.guixsd.org>>> -u >> substitute: updating substitutes from '>> https://berlin.guixsd.org <https://berlin.guixsd.org>>> '... 100.0% >> substitute: updating substitutes from '>> https://berlin.guixsd.org <https://berlin.guixsd.org>>> '... 100.0% >> building /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv... >> /Killed >> # >> >> Python-minimal cannot compile. >> > > Most probably you are hitting a resource limit, I guess ram. Do you have any swap? >> [-- Attachment #2: Type: text/html, Size: 3814 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#33248: python-minimal compilation is breaking 2018-11-03 8:49 ` Gábor Boskovits 2018-11-03 9:03 ` znavko @ 2018-11-03 9:08 ` Julien Lepiller 2018-11-03 9:09 ` Christopher Baines 2 siblings, 0 replies; 9+ messages in thread From: Julien Lepiller @ 2018-11-03 9:08 UTC (permalink / raw) To: Gábor Boskovits, znavko; +Cc: 33248 It seems there is a bug in one test on recent kernels that exhaust memory. Python-minimal is available on berlin though, I wonder why it's not downloaded. Did you authorize berlin? Le 3 novembre 2018 09:49:04 GMT+01:00, "Gábor Boskovits" <boskovits@gmail.com> a écrit : ><znavko@tutanota.com> ezt írta (időpont: 2018. nov. 3., Szo 7:13): > >> I am watching this bug on Lenovo G50-30 (CPU 2.1 GHz, 2Gb Ram): >> >> # guix pull --substitute-urls=https://berlin.guixsd.org >> Updating channel 'guix' from Git repository at ' >> https://git.savannah.gnu.org/git/guix.git'... >> Building from this channel: >> guix https://git.savannah.gnu.org/git/guix.git 3995e85 >> Computing Guix derivation for 'x86_64-linux'... \ >> nothing to be done >> >> # guix package --substitute-urls=https://berlin.guixsd.org -u >> substitute: updating substitutes from 'https://berlin.guixsd.org'... >> 100.0% >> substitute: updating substitutes from 'https://berlin.guixsd.org'... >> 100.0% >> building >> >/gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv... >> /Killed >> # >> >> Python-minimal cannot compile. >> > >Most probably you are hitting a resource limit, I guess ram. Do you >have >any swap? > >> ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#33248: python-minimal compilation is breaking 2018-11-03 8:49 ` Gábor Boskovits 2018-11-03 9:03 ` znavko 2018-11-03 9:08 ` Julien Lepiller @ 2018-11-03 9:09 ` Christopher Baines 2018-11-03 9:50 ` znavko ` (2 more replies) 2 siblings, 3 replies; 9+ messages in thread From: Christopher Baines @ 2018-11-03 9:09 UTC (permalink / raw) To: Gábor Boskovits; +Cc: 33248 [-- Attachment #1: Type: text/plain, Size: 1290 bytes --] Gábor Boskovits <boskovits@gmail.com> writes: > <znavko@tutanota.com> ezt írta (időpont: 2018. nov. 3., Szo 7:13): > >> I am watching this bug on Lenovo G50-30 (CPU 2.1 GHz, 2Gb Ram): >> >> # guix pull --substitute-urls=https://berlin.guixsd.org >> Updating channel 'guix' from Git repository at ' >> https://git.savannah.gnu.org/git/guix.git'... >> Building from this channel: >> guix https://git.savannah.gnu.org/git/guix.git 3995e85 >> Computing Guix derivation for 'x86_64-linux'... \ >> nothing to be done >> >> # guix package --substitute-urls=https://berlin.guixsd.org -u >> substitute: updating substitutes from 'https://berlin.guixsd.org'... >> 100.0% >> substitute: updating substitutes from 'https://berlin.guixsd.org'... >> 100.0% >> building >> /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv... >> /Killed >> # >> >> Python-minimal cannot compile. >> > > Most probably you are hitting a resource limit, I guess ram. Do you have > any swap? I think I've hit the same problem, I tried with 32GB of RAM, along with 60GB of swap, and it still didn't work. There is a bug here describing it as a memory link [1], which is a better theory I think. 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33213 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 962 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#33248: python-minimal compilation is breaking 2018-11-03 9:09 ` Christopher Baines @ 2018-11-03 9:50 ` znavko 2018-11-03 13:49 ` Ludovic Courtès 2018-11-03 18:47 ` George Clemmer 2021-02-02 14:28 ` Maxim Cournoyer 2 siblings, 1 reply; 9+ messages in thread From: znavko @ 2018-11-03 9:50 UTC (permalink / raw) Cc: 33248 [-- Attachment #1: Type: text/plain, Size: 2234 bytes --] Sorry, I do not authorize in berlin, cause I have read only one line here http://mirror.hydra.gnu.org <http://mirror.hydra.gnu.org/> and just changed url in --substitute-urls option to berlin. How to prevent test_socket running? Can we use own scm ? Does guix put cache files somewhere and I can modify them? Need more graphical info about guix functions. This might be helpful for me to find solutions while server maintenance, guix daemons' week-end. 3. Nov 2018 12:09 by mail@cbaines.net <mailto:mail@cbaines.net>: > > Gábor Boskovits <> boskovits@gmail.com <mailto:boskovits@gmail.com>> > writes: > >> <>> znavko@tutanota.com <mailto:znavko@tutanota.com>>> > ezt írta (időpont: 2018. nov. 3., Szo 7:13): >> >>> I am watching this bug on Lenovo G50-30 (CPU 2.1 GHz, 2Gb Ram): >>> >>> # guix pull --substitute-urls=>>> https://berlin.guixsd.org <https://berlin.guixsd.org> >>> Updating channel 'guix' from Git repository at ' >>> https://git.savannah.gnu.org/git/guix.git' <https://git.savannah.gnu.org/git/guix.git'>>>> ... >>> Building from this channel: >>> guix >>> https://git.savannah.gnu.org/git/guix.git <https://git.savannah.gnu.org/git/guix.git>>>> 3995e85 >>> Computing Guix derivation for 'x86_64-linux'... \ >>> nothing to be done >>> >>> # guix package --substitute-urls=>>> https://berlin.guixsd.org <https://berlin.guixsd.org>>>> -u >>> substitute: updating substitutes from '>>> https://berlin.guixsd.org <https://berlin.guixsd.org>>>> '... >>> 100.0% >>> substitute: updating substitutes from '>>> https://berlin.guixsd.org <https://berlin.guixsd.org>>>> '... >>> 100.0% >>> building >>> /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv... >>> /Killed >>> # >>> >>> Python-minimal cannot compile. >>> >> >> Most probably you are hitting a resource limit, I guess ram. Do you have >> any swap? > > I think I've hit the same problem, I tried with 32GB of RAM, along with > 60GB of swap, and it still didn't work. > > There is a bug here describing it as a memory link [1], which is a > better theory I think. > > 1: > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33213 <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33213> [-- Attachment #2: Type: text/html, Size: 3156 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#33248: python-minimal compilation is breaking 2018-11-03 9:50 ` znavko @ 2018-11-03 13:49 ` Ludovic Courtès 0 siblings, 0 replies; 9+ messages in thread From: Ludovic Courtès @ 2018-11-03 13:49 UTC (permalink / raw) To: znavko; +Cc: 33248 Hello, <znavko@tutanota.com> skribis: > Sorry, I do not authorize in berlin, cause I have read only one line here http://mirror.hydra.gnu.org <http://mirror.hydra.gnu.org/> and just changed url in --substitute-urls option to berlin. Please see <https://www.gnu.org/software/guix/manual/en/html_node/Substitute-Server-Authorization.html> on how to authorize substitutes from berlin.guixsd.org. HTH, Ludo’. ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#33248: python-minimal compilation is breaking 2018-11-03 9:09 ` Christopher Baines 2018-11-03 9:50 ` znavko @ 2018-11-03 18:47 ` George Clemmer 2021-02-02 14:28 ` Maxim Cournoyer 2 siblings, 0 replies; 9+ messages in thread From: George Clemmer @ 2018-11-03 18:47 UTC (permalink / raw) To: Christopher Baines; +Cc: 33248 Hello, Christopher Baines <mail@cbaines.net> writes: >> Most probably you are hitting a resource limit, I guess ram. Do you have >> any swap? > > I think I've hit the same problem, I tried with 32GB of RAM, along with > 60GB of swap, and it still didn't work. > > There is a bug here describing it as a memory link [1], which is a > better theory I think. > > 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33213 Agreed. I had the same problem building ... /gnu/store/phy1nbsmlml06lkjixjw2dfb4k6wi5al-python-3.6.5.drv... ... where I normally don't and I could see the build leaking [1] - George [1] http://lists.gnu.org/archive/html/bug-guix/2018-11/msg00001.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#33248: python-minimal compilation is breaking 2018-11-03 9:09 ` Christopher Baines 2018-11-03 9:50 ` znavko 2018-11-03 18:47 ` George Clemmer @ 2021-02-02 14:28 ` Maxim Cournoyer 2 siblings, 0 replies; 9+ messages in thread From: Maxim Cournoyer @ 2021-02-02 14:28 UTC (permalink / raw) To: Christopher Baines; +Cc: 33248-done, znavko Hi, Christopher Baines <mail@cbaines.net> writes: > Gábor Boskovits <boskovits@gmail.com> writes: > >> <znavko@tutanota.com> ezt írta (időpont: 2018. nov. 3., Szo 7:13): >> >>> I am watching this bug on Lenovo G50-30 (CPU 2.1 GHz, 2Gb Ram): >>> >>> # guix pull --substitute-urls=https://berlin.guixsd.org >>> Updating channel 'guix' from Git repository at ' >>> https://git.savannah.gnu.org/git/guix.git'... >>> Building from this channel: >>> guix https://git.savannah.gnu.org/git/guix.git 3995e85 >>> Computing Guix derivation for 'x86_64-linux'... \ >>> nothing to be done >>> >>> # guix package --substitute-urls=https://berlin.guixsd.org -u >>> substitute: updating substitutes from 'https://berlin.guixsd.org'... >>> 100.0% >>> substitute: updating substitutes from 'https://berlin.guixsd.org'... >>> 100.0% >>> building >>> /gnu/store/6c4g38n9fhvnlk2vasn34mdd6nvpgx8m-python-minimal-3.6.5.drv... >>> /Killed >>> # >>> >>> Python-minimal cannot compile. >>> >> >> Most probably you are hitting a resource limit, I guess ram. Do you have >> any swap? > > I think I've hit the same problem, I tried with 32GB of RAM, along with > 60GB of swap, and it still didn't work. > > There is a bug here describing it as a memory link [1], which is a > better theory I think. > > 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33213 Yes, it probably was related to this bug. This test has been disabled for some time already. Closing. Thanks for the report! Maxim ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-02-02 14:41 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <LQCUVA1--F-1@tutanota.com> [not found] ` <<LQCUVA1--F-1@tutanota.com> [not found] ` <CAE4v=piyA1XhFm2XP0AtNDEJ_AE6KO9zSO6B5oyLzP8rwHs+uw@mail.gmail.com> 2018-11-03 6:11 ` bug#33248: python-minimal compilation is breaking znavko 2018-11-03 8:49 ` Gábor Boskovits 2018-11-03 9:03 ` znavko 2018-11-03 9:08 ` Julien Lepiller 2018-11-03 9:09 ` Christopher Baines 2018-11-03 9:50 ` znavko 2018-11-03 13:49 ` Ludovic Courtès 2018-11-03 18:47 ` George Clemmer 2021-02-02 14:28 ` Maxim Cournoyer
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/guix.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).