*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds) | 00:04 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto | 00:04 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 264 seconds) | 00:09 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 00:09 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds) | 00:13 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto | 00:14 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 265 seconds) | 00:19 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 00:19 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 265 seconds) | 00:53 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto | 00:53 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 265 seconds) | 00:59 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 00:59 | |
*** davidinux <davidinux!~davidinux@81.22.36.2> has quit IRC (Ping timeout: 264 seconds) | 01:04 | |
*** davidinux <davidinux!~davidinux@host-79-50-138-37.retail.telecomitalia.it> has joined #yocto | 01:06 | |
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has quit IRC (Quit: ZNC - http://znc.in) | 01:20 | |
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has joined #yocto | 01:21 | |
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Remote host closed the connection) | 01:23 | |
mischief | can sharing sstate dirs between different bitbake processes race? | 01:47 |
---|---|---|
*** starblue <starblue!~juergen@dslb-178-006-094-223.178.006.pools.vodafone-ip.de> has quit IRC (Ping timeout: 255 seconds) | 01:57 | |
*** starblue <starblue!~juergen@dslb-084-061-077-155.084.061.pools.vodafone-ip.de> has joined #yocto | 01:58 | |
*** dmoseley <dmoseley!~dmoseley@24.96.56.90> has quit IRC (Ping timeout: 264 seconds) | 02:52 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto | 03:08 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 03:16 | |
mischief | also for some reason do_bundle_initramfs is recompiling my whole kernel (single threaded because it doesnt pass PARALLEL_MAKE) .. | 03:32 |
*** paulg <paulg!~paulg@104-195-159-20.cpe.teksavvy.com> has quit IRC (Ping timeout: 265 seconds) | 04:07 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 265 seconds) | 04:19 | |
*** beneth <beneth!~beneth@xmpp.beneth.fr> has quit IRC (Remote host closed the connection) | 05:14 | |
*** AKN <AKN!~AKN@49.204.140.238> has joined #yocto | 06:03 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 06:05 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Client Quit) | 06:05 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 250 seconds) | 06:08 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto | 06:08 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds) | 06:13 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 06:13 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has joined #yocto | 06:26 | |
RP | Ch^W_: we can probably do that | 06:40 |
RP | mischief: sstate shouldn't race | 06:40 |
mischief | RP: hm. we see some build failures sometimes for do_package_write_deb_setscene | 07:08 |
mischief | er.. maybe red herring in the log. we also see do_package_qa_setscene: fetcher failure: unable to find file file:// .... | 07:10 |
mischief | which seems like an issue with sstate. perhaps sstate is just corrupt and should be wiped? | 07:10 |
RP | mischief: can you share an example log of the whole failure? | 07:13 |
RP | mischief: I can't comment based on that information | 07:13 |
mischief | is there anything in particular that would be helpful? there is quite a bit of internal code in our build. | 07:27 |
RP | mischief: for setscene to fail the "pre" task check due task init must have said it exists, then at setscene time it didn't. Are you cleaning things from sstate? | 08:00 |
RP | mischief: was both the siginfo and the sstate file missing or just one of them? | 08:01 |
RP | there was recently a race reported on the mailing list using SSTATE_DIR on some kind of kubernetes setup with a weirder filesystem that didn't support hardlinks | 08:01 |
mischief | RP: we don't prune sstate automatically.. probably should since i've had to clean it manually due to a full disk. | 08:17 |
RP | mischief: are builds running when you pruned it? | 08:19 |
mischief | no, haven't pruned it in months | 08:20 |
mischief | last time i pruned i just ran a find -delete command with an atime filter | 08:20 |
mischief | it looks like the do_package_qa_setscene error was on a package_qa.tgz.siginfo file, but the package_qa.tgz seems to be present | 08:22 |
mischief | maybe the result of my previous pruning gone wrong | 08:23 |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 265 seconds) | 08:24 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto | 08:24 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 265 seconds) | 08:29 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 08:29 | |
mischief | afaik its safe to delete the sstate so i might just wipe our sstate and sstate mirror and eat the rebuild cost, since our daily builds seems to hit this kind of thing often | 08:32 |
*** lexano <lexano!~lexano@174.119.69.134> has quit IRC (Ping timeout: 252 seconds) | 08:34 | |
*** lexano <lexano!~lexano@174.119.69.134> has joined #yocto | 08:48 | |
*** amitk <amitk!~amit@103.59.74.10> has quit IRC (Quit: leaving) | 08:54 | |
*** amitk <amitk!~amit@103.59.74.10> has joined #yocto | 08:56 | |
*** yudjinn[m] <yudjinn[m]!~yudjinnma@2001:470:69fc:105::1:fb00> has quit IRC (Quit: You have been kicked for being idle) | 09:00 | |
*** amitk_ <amitk_!~amit@103.59.74.10> has joined #yocto | 09:05 | |
*** amitk <amitk!~amit@103.59.74.10> has quit IRC (Ping timeout: 265 seconds) | 09:07 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds) | 09:49 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto | 09:49 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has joined #yocto | 09:50 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 265 seconds) | 09:53 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 09:54 | |
RP | mischief: none of the CI runs the cleansstate task? | 09:58 |
RP | mischief: removing it all and rebuilding should be safe | 09:59 |
*** beneth <beneth!~beneth@xmpp.beneth.fr> has joined #yocto | 10:01 | |
*** seninha <seninha!~seninha@user/seninha> has joined #yocto | 10:01 | |
*** _wmills <_wmills!~wmills@pool-96-241-133-205.washdc.fios.verizon.net> has joined #yocto | 10:24 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has quit IRC (Quit: ZNC 1.8.2 - https://znc.in) | 10:26 | |
*** wmills <wmills!~wmills@pool-96-241-133-205.washdc.fios.verizon.net> has quit IRC (Ping timeout: 252 seconds) | 10:26 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has joined #yocto | 10:27 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 268 seconds) | 11:19 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto | 11:19 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds) | 11:24 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 11:24 | |
*** otavio <otavio!~otavio@200-102-164-25.user3p.brasiltelecom.net.br> has joined #yocto | 11:32 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has quit IRC (Ping timeout: 268 seconds) | 11:51 | |
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving) | 12:01 | |
*** seninha <seninha!~seninha@user/seninha> has joined #yocto | 12:02 | |
*** AKN <AKN!~AKN@49.204.140.238> has quit IRC (Read error: Connection reset by peer) | 12:30 | |
*** paulg <paulg!~paulg@104-195-159-20.cpe.teksavvy.com> has joined #yocto | 13:13 | |
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving) | 13:24 | |
*** amitk <amitk!~amit@103.208.71.181> has joined #yocto | 13:30 | |
*** seninha <seninha!~seninha@user/seninha> has joined #yocto | 13:33 | |
*** amitk_ <amitk_!~amit@103.59.74.10> has quit IRC (Ping timeout: 268 seconds) | 13:33 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 265 seconds) | 14:03 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto | 14:23 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has joined #yocto | 14:32 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 244 seconds) | 15:05 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has joined #yocto | 15:58 | |
*** ahs3 <ahs3!~ahs3@user/ahs3> has quit IRC (Quit: Ex-Chat) | 15:59 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 244 seconds) | 16:13 | |
*** Estrella__ <Estrella__!~quassel@192-063-174-177.res.spectrum.com> has joined #yocto | 16:18 | |
*** Estrella_ <Estrella_!~quassel@192-063-174-177.res.spectrum.com> has quit IRC (Ping timeout: 265 seconds) | 16:21 | |
*** starblue <starblue!~juergen@dslb-084-061-077-155.084.061.pools.vodafone-ip.de> has quit IRC (Ping timeout: 265 seconds) | 16:25 | |
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Remote host closed the connection) | 16:25 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Remote host closed the connection) | 16:42 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto | 16:43 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has joined #yocto | 17:44 | |
*** starblue <starblue!~juergen@p200300c13f1d3600a1f0f6b400bdc378.dip0.t-ipconnect.de> has joined #yocto | 18:03 | |
*** seninha <seninha!~seninha@user/seninha> has joined #yocto | 18:20 | |
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Remote host closed the connection) | 18:21 | |
*** seninha <seninha!~seninha@user/seninha> has joined #yocto | 18:26 | |
*** Circuitsoft <Circuitsoft!uid393878@id-393878.lymington.irccloud.com> has joined #yocto | 18:56 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 268 seconds) | 19:10 | |
*** amitk <amitk!~amit@103.208.71.181> has quit IRC (Ping timeout: 265 seconds) | 19:34 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 19:36 | |
*** otavio <otavio!~otavio@200-102-164-25.user3p.brasiltelecom.net.br> has quit IRC (Remote host closed the connection) | 20:07 | |
*** starblue <starblue!~juergen@p200300c13f1d3600a1f0f6b400bdc378.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds) | 21:01 | |
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving) | 21:01 | |
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.) | 21:05 | |
*** seninha <seninha!~seninha@user/seninha> has joined #yocto | 21:08 | |
*** starblue <starblue!~juergen@dslb-084-061-077-155.084.061.pools.vodafone-ip.de> has joined #yocto | 21:30 | |
*** Estrella__ <Estrella__!~quassel@192-063-174-177.res.spectrum.com> has quit IRC (Ping timeout: 265 seconds) | 21:34 | |
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto | 21:39 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 265 seconds) | 21:59 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto | 21:59 | |
*** ente` <ente`!~daemon@inferno.barfooze.de> has quit IRC (Remote host closed the connection) | 22:02 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 265 seconds) | 22:04 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 22:04 | |
*** Circuitsoft <Circuitsoft!uid393878@id-393878.lymington.irccloud.com> has quit IRC (Quit: Connection closed for inactivity) | 22:10 | |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 22:12 | |
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has joined #yocto | 22:18 | |
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving) | 22:26 | |
*** Estrella_ <Estrella_!~quassel@192-063-174-177.res.spectrum.com> has joined #yocto | 22:29 | |
*** seninha <seninha!~seninha@user/seninha> has joined #yocto | 22:29 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 250 seconds) | 22:47 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has joined #yocto | 23:12 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-093-092.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 244 seconds) | 23:21 | |
*** dmoseley <dmoseley!~dmoseley@24.96.56.90> has joined #yocto | 23:29 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 244 seconds) | 23:39 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto | 23:39 | |
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds) | 23:43 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 23:44 | |
*** sotaoverride <sotaoverride!~sotaoverr@ool-4578fe22.dyn.optonline.net> has quit IRC (Quit: Lost terminal) | 23:56 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!