@tobias.henkel:matrix.org | fungi: fyi, I've managed to get a core file and got this back trace: | 12:07 |
---|---|---|
``` | ||
#0 0x00007f410b487d2d in elf_machine_rela (skip_ifunc=0, reloc_addr_arg=0x7f4107cfafb8, version=0x48, sym=0x7f4107ced5a8, reloc=0x7f4107ceec30, map=0x7f40f8001820) at ../sysdeps/x86_64/dl-machine.h:308 | ||
#1 elf_dynamic_do_Rela (skip_ifunc=0, lazy=<optimized out>, nrelative=<optimized out>, relsize=<optimized out>, reladdr=<optimized out>, map=0x7f40f8001820) at do-rel.h:137 | ||
#2 _dl_relocate_object (scope=<optimized out>, reloc_mode=reloc_mode@entry=0, consider_profiling=<optimized out>, consider_profiling@entry=0) at dl-reloc.c:258 | ||
#3 0x00007f410b48f19e in dl_open_worker (a=a@entry=0x7f4106ce4bb0) at dl-open.c:377 | ||
#4 0x00007f410ae6957f in __GI__dl_catch_exception (exception=exception@entry=0x7f4106ce4b90, operate=operate@entry=0x7f410b48ef60 <dl_open_worker>, args=args@entry=0x7f4106ce4bb0) at dl-error-skeleton.c:196 | ||
#5 0x00007f410b48ebba in _dl_open (file=0x7f410b099a0f "libgcc_s.so.1", mode=-2147483646, caller_dlopen=0x7f410b096c7b <pthread_cancel_init+43>, nsid=<optimized out>, argc=17, argv=0x7ffdde60f828, env=0x7ffdde60f8b8) at dl-open.c:599 | ||
#6 0x00007f410ae68abd in do_dlopen (ptr=ptr@entry=0x7f4106ce4df0) at dl-libc.c:96 | ||
#7 0x00007f410ae6957f in __GI__dl_catch_exception (exception=exception@entry=0x7f4106ce4d70, operate=operate@entry=0x7f410ae68a80 <do_dlopen>, args=args@entry=0x7f4106ce4df0) at dl-error-skeleton.c:196 | ||
#8 0x00007f410ae6960f in __GI__dl_catch_error (objname=objname@entry=0x7f4106ce4dc8, errstring=errstring@entry=0x7f4106ce4dd0, mallocedp=mallocedp@entry=0x7f4106ce4dc7, operate=operate@entry=0x7f410ae68a80 <do_dlopen>, args=args@entry=0x7f4106ce4df0) at dl-error-skeleton.c:215 | ||
#9 0x00007f410ae68b97 in dlerror_run (operate=operate@entry=0x7f410ae68a80 <do_dlopen>, args=args@entry=0x7f4106ce4df0) at dl-libc.c:46 | ||
#10 0x00007f410ae68c26 in __GI___libc_dlopen_mode (name=name@entry=0x7f410b099a0f "libgcc_s.so.1", mode=mode@entry=-2147483646) at dl-libc.c:195 | ||
#11 0x00007f410b096c7b in pthread_cancel_init () at ../sysdeps/nptl/unwind-forcedunwind.c:53 | ||
#12 0x00007f410b096e94 in _Unwind_ForcedUnwind (exc=0x7f4106ce5d70, stop=0x7f410b094f30 <unwind_stop>, stop_argument=0x7f4106ce4f10) at ../sysdeps/nptl/unwind-forcedunwind.c:127 | ||
#13 0x00007f410b0950a0 in __GI___pthread_unwind (buf=<optimized out>) at unwind.c:121 | ||
#14 0x00007f410b08d1f5 in __do_cancel () at pthreadP.h:305 | ||
#15 __pthread_exit (value=<optimized out>) at pthread_exit.c:28 | ||
#16 0x00007f410b30dac5 in PyThread_exit_thread () from /usr/local/lib/libpython3.8.so.1.0 | ||
#17 0x00007f410b324be7 in ?? () from /usr/local/lib/libpython3.8.so.1.0 | ||
#18 0x00007f410b30daa4 in ?? () from /usr/local/lib/libpython3.8.so.1.0 | ||
#19 0x00007f410b08bfa3 in start_thread (arg=<optimized out>) at pthread_create.c:486 | ||
#20 0x00007f410ae2deff in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 | ||
``` | ||
@tobias.henkel:matrix.org | I found pretty much the same trace in https://github.com/opencv/opencv-python/issues/381#issuecomment-683984576 where they later in the thread thracked their issue down to https://sourceware.org/bugzilla/show_bug.cgi?id=20839 which is fixed in glibc 2.31 (we're on 2.28 atm) | 12:08 |
@tobias.henkel:matrix.org | so our plan is to update our base image | 12:09 |
-@gerrit:opendev.org- Alfredo Moralejo proposed: [zuul/zuul-jobs] 852176: Use RDO wallaby repo to install openvswitch in CS9 https://review.opendev.org/c/zuul/zuul-jobs/+/852176 | 14:36 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 852191: Web: disable scroll wheel zoom in job graph https://review.opendev.org/c/zuul/zuul/+/852191 | 16:29 | |
@jim:acmegating.com | Clark: ^ I figured how to do that | 16:29 |
@clarkb:matrix.org | oh neat | 16:46 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: | 18:00 | |
- [zuul/zuul] 852191: Web: disable scroll wheel zoom in job graph https://review.opendev.org/c/zuul/zuul/+/852191 | ||
- [zuul/zuul] 852202: Web: fix tabs on project page https://review.opendev.org/c/zuul/zuul/+/852202 | ||
@clarkb:matrix.org | corvus: looking at my notes I'm reminded that a zuul and/or nodepool release this week (or soon) might be a good idea | 18:46 |
@jim:acmegating.com | Clark: yes, i think this is a good spot; i'll prep a tag after lunch | 18:55 |
-@gerrit:opendev.org- Zuul merged on behalf of Ian Wienand: [zuul/nodepool] 851940: Bump dib to 3.23.0 https://review.opendev.org/c/zuul/nodepool/+/851940 | 19:35 | |
@jim:acmegating.com | zuul-maint: how does this look for a zuul release? commit 68684d519e9f906afd899a37f9e3da92b61f914d (HEAD -> master, tag: 6.2.0, origin/master, gerrit/master) | 19:57 |
@jim:acmegating.com | zuul-maint: and how about this for nodepool: commit f5a37d9cccb995209d8db1b247f7f5589dc60834 (HEAD -> master, tag: 6.2.0, origin/master, gerrit/master) | 20:00 |
@clarkb:matrix.org | > <@jim:acmegating.com> zuul-maint: how does this look for a zuul release? commit 68684d519e9f906afd899a37f9e3da92b61f914d (HEAD -> master, tag: 6.2.0, origin/master, gerrit/master) | 20:14 |
The only substantive change in that that isn't already running on opendev is the smtpreporter change to the format string available vars | ||
@clarkb:matrix.org | I think you want to tag 0d6f70eac2554135d0d3eb464feb68e6c0c9e2b6 if concerned about that. The tag version of 6.2.0 lgtm | 20:14 |
@jim:acmegating.com | jpew: are you running that change in production? | 20:31 |
@jpew:matrix.org | > <@jim:acmegating.com> jpew: are you running that change in production? | 20:40 |
No, was waiting for the release | ||
@jim:acmegating.com | zuul-maint: here's a revised proposed tag for zuul: commit 0d6f70eac2554135d0d3eb464feb68e6c0c9e2b6 (tag: 6.2.0) | 20:48 |
@jim:acmegating.com | jpew: ^ it should be in the next release after 6.2.0 | 20:49 |
@jpew:matrix.org | OK | 20:49 |
@jim:acmegating.com | jpew: or you could run the :latest image | 20:50 |
@jpew:matrix.org | I can wait. It's not very fun to diverge from released upstream when you're using K8s | 20:51 |
@jpew:matrix.org | I did it when we had some show stopper issues, but for convience things like that I can just wait :) | 20:51 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/nodepool] 851941: AWS: Use snapshot instead of image import https://review.opendev.org/c/zuul/nodepool/+/851941 | 21:04 | |
@jim:acmegating.com | 6.2.0 (both) pushed | 21:05 |
@iwienand:matrix.org | oh we got a warning about not using a token for uploading ^ | 21:58 |
@jim:acmegating.com | both released and emails sent | 22:04 |
@jim:acmegating.com | > <@iwienand:matrix.org> oh we got a warning about not using a token for uploading ^ | 22:05 |
what's the status on that in opendev? | ||
@iwienand:matrix.org | corvus: i'll generate a new api key and update it to use token | 22:05 |
@jim:acmegating.com | ianw: thx; lemme know if you need reviews :) | 22:05 |
@iwienand:matrix.org | https://review.opendev.org/c/opendev/base-jobs/+/852222 is the switch | 22:11 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!