/srv/irclogs.ubuntu.com/2019/01/17/#ubuntu-devel.txt

=== blahdeblah_ is now known as blahdeblah
LocutusOfBorgxnox, both our claims were wrong...07:30
LocutusOfBorgnodejs still reproducible in debian, and the bootstrap I did failed badly07:30
Odd_Blokephilroche: o/ Could you take a look at cornfeedhobo's issue above. please?10:08
=== ricab is now known as ricab|lunch
rbasakTIL: less relies on file extensions instead of a magic. Read a text file that happens to end in ".deb" and it fails invisibly :-/13:24
=== ricab|lunch is now known as ricab
=== M_hc is now known as _hc
LocutusOfBorgxnox, upload with testsuite disabled? do you have any news?16:15
LocutusOfBorg:/ report upstream=16:16
LocutusOfBorg?16:16
LocutusOfBorgI'm out of ideas16:16
xnoxLocutusOfBorg, i did open a bug in debian.16:36
xnoxLocutusOfBorg, i cannot rebuild successfully nodejs, in debian sid/unstable, on ubuntu host.16:37
xnoxLocutusOfBorg, i wonder if it is an ubuntu kernel bug; or like new kernel issue.16:37
tewardxnox: what's your build host?  ANd are yo just doing a bog-standard rebuild of an existing package? I can test on my 18.04 (and 16.04 older builder) infra.16:37
teward(happy to loan cycles to test-build things)16:38
tewards/existing package/nodejs16:38
teward(in the off chance you need another kernel/testbed i have those cycles available)16:39
xnoxteward, this fails for me on disco host $ sbuild -A -d sid nodejs_10.15.0~dfsg-816:41
xnoxon amd64 & ppc64el16:42
xnoxteward, it would be nice if you can check if this works for you, or also fails - $ sbuild -A -d sid nodejs_10.15.0~dfsg-816:42
tewardxnox: i don't have a disco host but I do have an 18.04 host.  standby while I finish populating the sid chroot16:42
xnoxteward, yeah, 18.04 as a host is also interesting.16:43
tewardxnox: running now, standby16:43
teward(god I love having 32GB of RAM heh)16:44
LocutusOfBorgI'm building nodejs with pbuilder and sid environment on ubuntu amd64 18.0416:46
LocutusOfBorgxnox, ^^16:46
LocutusOfBorgand also a disco build on same host16:46
tewardi'm running a sid sbuild chroot on an amd64 18.04 host, but also spinning up a ppc64el qemu-static sbuild chroot as well.16:47
tewardxnox: looks like it's in the compilation steps now, will provide a copy of the logs once it's complete.16:47
tewardi am seeing warnings and such going by at blazing speeds though16:47
tewardbut so far I haven't hit any critical build failures yet as far as I can tell16:48
xnoxteward, it's in the test-suite where it fails... it builds 'ok'16:51
xnoxteward, can take like 2h =)16:51
tewardxnox: i'd expect it to.  you are aware Debian triggers a lot of autotest regressions as well right?16:51
tewardeven on their infra?16:51
tewardexcept on *every* arch16:51
xnoxteward, sure, but i'm not sure if they use e.g. stable kernel.16:52
tewardoops my bad, on multiple other node autopkgtests I mean on amd6416:52
tewardright16:52
tewardxnox: considering i'm stuck here until 17:00 at work (and it's 11:52 right now) 2 hours of a background task is nothing :P16:52
tewardthough in theory 12 threads of CPU are probably going to increase the performance lol16:54
tewardlooks like it's starting some of its tests now16:57
tewardand there's a few failures that i'm seeing in the parallel/* tests16:57
tewardxnox: i'm guessing the testsuites is what takes 2 hours :p16:58
tewardor do you want me to run the autopkgtests as well?16:58
teward(which won't happen probably if it fails like this heh)16:59
tewardxnox: do we have examples of the current failing tests?16:59
teward'cause i'm getting http2 test errors at the moment :|16:59
LocutusOfBorgtestsuite is fine17:07
LocutusOfBorgteward, grep for "not ok"17:08
LocutusOfBorghttps://launchpad.net/ubuntu/+source/nodejs/10.15.0~dfsg-8/+build/1627452817:08
LocutusOfBorg3 tests17:08
tewardLocutusOfBorg: still running but there's a lot of STREAM_CANCEL errors on my tests here17:08
tewardso i'm getting a lot more failures17:08
tewardmight be because of the env.17:08
LocutusOfBorgteward, or because of $parallel17:12
tewardpossibly.17:12
LocutusOfBorgxnox, the bug you opened in debian has test-assert that is good17:12
LocutusOfBorgso, something not kernel related since I assume the sbuild ran on the same machine=17:12
tewardLocutusOfBorg: let me rerun this with a higher parallel value.17:13
tewardwonder if that broke it.17:13
teward(it had parallel=2 which was a holdover from my older sbuildrc when I didn't have the power this system has)17:15
tewardLocutusOfBorg: E:NOREPRO on errors, but getting *other* errors than you are in test case.  parallel/test-assert passes OK here.  any tests that're pulling localhost are failing getaddrinfo in my sbuild though not sure why that's the case.  parallel/test-crypto-verify-failure also fails on my system.17:28
tewardit's still running tests, only up to test 400 right now17:28
tewardon some errors so far*17:29
tewardodd that i'm getting different failures.17:29
tewardgetaddrinfo EAI_AGAIN localhost  <-- these're the lookup failures, wonder if the sbuild chroots are being stupid.17:29
tewardxnox: ^ for your awareness as well, not sure why i'm getting those specific errors :|  but that throws a lot of failed test problems where it probably shouldn't be17:31
teward(on my env_17:31
tewardthough I think i know why those were erroring hang on17:34
LocutusOfBorgteward, but debian chroot or ubuntu?18:04
tewardLocutusOfBorg: sid chroot18:04
LocutusOfBorgexactly18:04
LocutusOfBorgthe same with disco chroot fails18:04
tewardLocutusOfBorg: on which, the localhost failures?18:04
tewardor the other ones?18:04
LocutusOfBorgno the three ones18:04
tewardLocutusOfBorg: oh.18:04
tewardso far NOREPRO on the first one18:04
tewardstill waiting for my system to catch up, and i wanted to fix the localhost failure problems which would've tainted the build18:05
teward(third run, this time to try and fix the localhost resolve problems in the chroot)18:05
tewardLocutusOfBorg: the first failure you linked to was parallel/test-assert - that succeeded on my end18:06
tewardno errors there.18:06
tewardin the amd chroot of sid18:06
tewardthe sid one is what xnox asked me to run :P18:06
tewardso :P18:06
tewardhaven't run the disco one yeht18:07
LocutusOfBorgsame with pbuilder-dist18:07
tewardit never got to the next ones, and the 'results' would have been dirtied with the localhost lookup failure ones.18:07
LocutusOfBorgpbuilder-dist sid amd64 build nodejs test-assert OK18:07
LocutusOfBorgpbuilder-dist disco amd64 build nodejs test-assert NOT OK18:07
LocutusOfBorgwith pbuilder I think I have exactly the same failures as the archive18:08
tewardinteresting.  i'm still letting the tests complete in sid right now to see if i can get the others18:08
tewardi'll run the disco one after this amd64 sid one runs18:08
LocutusOfBorgsure I'm still running the two builds18:08
LocutusOfBorgif you want to check it out18:08
LocutusOfBorgpbuilder-dist sid amd64 create && pbuilder-dist sid amd64 build nodejs*.dsc18:09
LocutusOfBorgs/sid/disco/g if you want the other one ^^18:09
tewardright.  i've already got the sid chroots built (I use sbuild)18:09
tewardi'm building the disco schroots now18:09
tewardyay my changes to the sid pristine tarball fixed the localhost crap18:09
teward*makes a note that he probably should add a chroot build step to populate /etc/hosts with '127.0.0.1 localhost' in the roots*18:10
LocutusOfBorgthis is what pbuilder-dist does automagically :D18:10
teward*shrugs*18:10
tewardoh that's odd, test 507 parallel/test-fs-error-messages fails here o.O18:11
tewardmissing expected exception (validateError) o.O18:11
tewardso far all the other tests are succeeding on a sid chroot18:12
tewardxnox: do you have sbuild logs for this yourself?  I'm getting some errors which don't match the disco logs that LocutusOfBorg shared18:15
joelkraehemannGive my tests more RAM, please.18:23
tewardLocutusOfBorg: xnox: should I be concerned these tests're still using Py2?18:48
tewardLocutusOfBorg: xnox: I have a 'failed' set of tests, but different issues it seems.  IPv6 related possibly.  But the tests that i was shown failing didn't match up with the ones failing on Disco, in the sid chroot.  my failures: https://paste.ubuntu.com/p/NVrbpNqvbj/   build logs: http://paste.ubuntu.com/p/tS7JZ6ByZg/18:52
tewardi'll run the disco chroot shortly18:53
tewardi'm wondering how much of the build failures are v6 related or other 'weird issues' because this system doesn't have v6 currently configured18:54
tewardLocutusOfBorg: xnox: oh and there is one 'crashed' test - a datagram v6 issue it seems.  Not sure why it died (maybe the system killed it?) but it did.18:55
tewardLocutusOfBorg: obvious stupid evil question, has this been tested targeting disco on Debomatic?  Just a thought, because that might provide yet another testbed. (And it seems they have 'disco' as an env on there018:58
tewardor do you not have a build account there?18:58
tewardLocutusOfBorg: xnox: confirmed my computer does something weird with regards to udp6 datagrams in the env, I'll look into it later with some test packages to see why it explodes that way and whether it's local to nodejs or something environment-related, my guess is env-related but eh.19:30
tewardother tests seem to be 'running' still though, almost done with the disco test and I"ll compare19:30
tewardLocutusOfBorg: xnox: not sure what you're seeing but I"m seeing a lot of repl failures too in mine as well as some net failures, I have to assume those're local to me, but as for the tests failing on the ubuntu builders' logs, I can confirm that the same tests that fail in your log data i've seen match some of the test failures I"m seeing.19:33
tewardbut i have a lot more so i'm wondering what about my sbuild the system doesn't like.19:33
tewardudp6 and IPv6 stuff aside.19:34
tewardLocutusOfBorg: xnox: disco failures: https://paste.ubuntu.com/p/qYcm8SFWyx/  full logs: http://paste.ubuntu.com/p/bP7cfcTbw4/19:36
tewardi obviously have some oddness in my envs, not sure what that's about19:37
tewardunless you guys have any ideas why i'm failing on repl stuff19:37
tewardLocutusOfBorg: xnox: from what I can tell the errors I"m getting with repl indicate something busted in my binary builds, wonder if something FTBFS but didn't cause a total failure.  Or if those warnings broke it.20:05
LocutusOfBorgteward, I'm administrator of that machine :)20:51
LocutusOfBorgstrange results yours20:52
LocutusOfBorgI still need to finish my pbuilder session20:52
LocutusOfBorgI had my laptop on suspend :)20:52
tewardLocutusOfBorg: oh you are.  then you need to check your emails :P20:56
tewardLocutusOfBorg: i traced it back to some really oddball behavior in the nodejs binary20:57
tewardI have to presume that something in my system hates the REPL parts of the binary but i didn't dig.20:57
tewardbut yes, strange results indeed.20:57
tewardLocutusOfBorg: fun fact you seem to be getting the same REPL errors on DebOMatic21:34

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!