#metabrainz

/

      • zas
        https://docs.keydb.dev/docs/haproxy/ gives a sample haproxy conf with checks
      • 2019-10-08 28147, 2019

      • zas
        we'll prolly need to build our own docker images though, this is prolly the most annoying part
      • 2019-10-08 28139, 2019

      • CatQuest
        [10:54] <reosarevok> In Spain I think we always thought Halloween = creepy stuff, and generic dress up is for carnival time
      • 2019-10-08 28139, 2019

      • CatQuest
        same here
      • 2019-10-08 28139, 2019

      • CatQuest
        we only had halloween since recently
      • 2019-10-08 28150, 2019

      • zas
        bitmap: just a reminder, but we need to plan the downtime for bowie's removal, it would be good to finish this move soon. When you're around, ping me.
      • 2019-10-08 28153, 2019

      • CatQuest
        whne i was akid we had karnaval
      • 2019-10-08 28101, 2019

      • CatQuest
        and only that
      • 2019-10-08 28105, 2019

      • CatQuest
        it was fun though
      • 2019-10-08 28134, 2019

      • CatQuest
        Freso & reosarevok oh good those shark bupbubido songs are rotting my brain
      • 2019-10-08 28155, 2019

      • yvanzo
        zas, ruaok: is the test vm on azure still up? I cannot ssh to it
      • 2019-10-08 28119, 2019

      • ruaok
        it is, but I fatfingered a reboot of it, so IP might've changed. hang on.
      • 2019-10-08 28138, 2019

      • yvanzo
        thank you
      • 2019-10-08 28156, 2019

      • ruaok
        40.115.122.32
      • 2019-10-08 28150, 2019

      • yvanzo
        ECDSA key fingerprint is SHA256:6H6jGXyKy/uiG/m61J/yoT7vPriyJ6Nv5tLCEgLfTv8.
      • 2019-10-08 28133, 2019

      • CatQuest
        og goood not good
      • 2019-10-08 28138, 2019

      • CatQuest
        as it gawd
      • 2019-10-08 28139, 2019

      • CatQuest
        hm
      • 2019-10-08 28115, 2019

      • Cyna
        guys these from the perl dependecies are actually failling the tests
      • 2019-10-08 28116, 2019

      • Cyna
        ! Installing the dependencies failed: Module 'Unicode::ICU::Collator' is not installed, Module 'GnuPG' is not installed, Module 'Test::Aggregate' is not installed, Module 'Text::Unaccent' is not installed
      • 2019-10-08 28145, 2019

      • Cyna
        Running with --notest works, but is this a perl issue ?
      • 2019-10-08 28148, 2019

      • Cyna
        alastairp: here is the output of the command you told me to use
      • 2019-10-08 28153, 2019

      • Cyna
      • 2019-10-08 28107, 2019

      • Cyna
        there are a few libraries missing 🤔
      • 2019-10-08 28134, 2019

      • alastairp
        sure, but it compiled so it looks like icu-config found it but it's not configured in the system properly
      • 2019-10-08 28142, 2019

      • alastairp
        try `sudo ldconfig` and then the ldd command again
      • 2019-10-08 28111, 2019

      • Cyna
        now everything is working
      • 2019-10-08 28128, 2019

      • alastairp
        :)
      • 2019-10-08 28151, 2019

      • alastairp
        and yes, --notest when installing mbs packages is OK
      • 2019-10-08 28145, 2019

      • Cyna
        plackup also seems to work now. thanks alastairp :) Hope to get some work done finally
      • 2019-10-08 28145, 2019

      • Cyna
        however is `ldconfig` a temporary fix or it linked the libraries for good ?
      • 2019-10-08 28104, 2019

      • alastairp
        right, the error from plackup `libicui18n.so.60: cannot open shared object file` indicated to me that it was a shared library problem - using ldd to see it show "not found" is easier and faster than running plackup each time to test if it works
      • 2019-10-08 28149, 2019

      • alastairp
        yes, ldconfig has fixed it for good (it updates a cache file)
      • 2019-10-08 28151, 2019

      • thomasross_ joined the channel
      • 2019-10-08 28151, 2019

      • thomasross has quit
      • 2019-10-08 28151, 2019

      • thomasross_ is now known as thomasross
      • 2019-10-08 28158, 2019

      • pristine__
      • 2019-10-08 28120, 2019

      • pristine__
        alastairp: I believe the exit 0 here can also hide the actual error
      • 2019-10-08 28122, 2019

      • travis-ci joined the channel
      • 2019-10-08 28122, 2019

      • travis-ci
        metabrainz/picard#5064 (master - 416267f : Philipp Wolfer): The build passed.
      • 2019-10-08 28122, 2019

      • travis-ci
      • 2019-10-08 28122, 2019

      • travis-ci
      • 2019-10-08 28122, 2019

      • travis-ci has left the channel
      • 2019-10-08 28103, 2019

      • alastairp
        yes, you're right in some of those cases
      • 2019-10-08 28150, 2019

      • alastairp
        actually, there are some other things that we should look into for that - e.g. what should the behaviour be if a previous step fails? we shouldn't run the tests if setup fails, but I think that this script will try and do that
      • 2019-10-08 28126, 2019

      • pristine__
        Hmm... Nice catch.... After finishing develop.sh of server I will looks closer into test.sh
      • 2019-10-08 28153, 2019

      • pristine__
        alastairp: because I feel labs can draw inspiration from server.
      • 2019-10-08 28128, 2019

      • alastairp
        take a look into the `set -e` statement that you can put in a bash script, it'll cause the script to immediately stop if a command fails
      • 2019-10-08 28134, 2019

      • alastairp
        in some cases this might be useful
      • 2019-10-08 28106, 2019

      • pristine__
        For that we need to detect the failure of a command.
      • 2019-10-08 28130, 2019

      • pristine__
        I am not sure about try and catch in shell scripts. Let me look...
      • 2019-10-08 28130, 2019

      • alastairp
        well, that's what set -e does, it detects the failure of a command and quits the script...
      • 2019-10-08 28139, 2019

      • pristine__
        Oh... I see
      • 2019-10-08 28149, 2019

      • pristine__
        alastairp: so I tested the CF algo
      • 2019-10-08 28157, 2019

      • pristine__
        It is deterministic.
      • 2019-10-08 28106, 2019

      • pristine__
        Thanks.
      • 2019-10-08 28112, 2019

      • alastairp
        that's great!
      • 2019-10-08 28156, 2019

      • thomasross has quit
      • 2019-10-08 28137, 2019

      • ruaok
        ok, who wants to guess how much the summit cost?
      • 2019-10-08 28138, 2019

      • MusicbrainzB0T joined the channel
      • 2019-10-08 28101, 2019

      • amCap1712
        10000 EUR
      • 2019-10-08 28106, 2019

      • amCap1712
        I guess?
      • 2019-10-08 28111, 2019

      • MusicbrainzB0T1 has quit
      • 2019-10-08 28145, 2019

      • ruaok
        not bad. $14,948.01
      • 2019-10-08 28155, 2019

      • amCap1712
        Pac23: around?
      • 2019-10-08 28137, 2019

      • amCap1712
        the contrib was built sucessfully and i was able to run /bootstrap and ./configure in main vlc directory as well
      • 2019-10-08 28146, 2019

      • thomasross joined the channel
      • 2019-10-08 28111, 2019

      • amCap1712
        the make command results in following https://usercontent.irccloud-cdn.com/file/X5PI0BD…
      • 2019-10-08 28150, 2019

      • amCap1712
        i checked on stackoverflow and found this https://stackoverflow.com/questions/14060009/unde…
      • 2019-10-08 28151, 2019

      • pristine__
        ruaok: 🤑🤑
      • 2019-10-08 28128, 2019

      • amCap1712
        Pac23: but i don't know how to pass the library flags -l to gcc while running makefiles
      • 2019-10-08 28112, 2019

      • thomasross_ joined the channel
      • 2019-10-08 28112, 2019

      • thomasross has quit
      • 2019-10-08 28112, 2019

      • thomasross_ is now known as thomasross
      • 2019-10-08 28101, 2019

      • D4RK-PH0ENiX has quit
      • 2019-10-08 28154, 2019

      • D4RK-PH0ENiX joined the channel
      • 2019-10-08 28119, 2019

      • travis-ci joined the channel
      • 2019-10-08 28119, 2019

      • travis-ci
        Project bookbrainz-site build #2371: passed in 2 min 32 sec: https://travis-ci.org/bookbrainz/bookbrainz-site/…
      • 2019-10-08 28119, 2019

      • travis-ci has left the channel
      • 2019-10-08 28102, 2019

      • travis-ci joined the channel
      • 2019-10-08 28103, 2019

      • travis-ci
        metabrainz/picard#5067 (master - a5d9c5a : Laurent Monin): The build passed.
      • 2019-10-08 28103, 2019

      • travis-ci
      • 2019-10-08 28103, 2019

      • travis-ci
      • 2019-10-08 28103, 2019

      • travis-ci has left the channel
      • 2019-10-08 28110, 2019

      • travis-ci joined the channel
      • 2019-10-08 28110, 2019

      • travis-ci
        metabrainz/picard#5070 (embedded-cover-art-provider - 5204d2c : Philipp Wolfer): The build has errored.
      • 2019-10-08 28110, 2019

      • travis-ci
      • 2019-10-08 28110, 2019

      • travis-ci
      • 2019-10-08 28110, 2019

      • travis-ci has left the channel
      • 2019-10-08 28124, 2019

      • travis-ci joined the channel
      • 2019-10-08 28124, 2019

      • travis-ci has quit
      • 2019-10-08 28118, 2019

      • travis-ci joined the channel
      • 2019-10-08 28118, 2019

      • travis-ci
        metabrainz/picard#5072 (old-macos-build - 4b42ade : Philipp Wolfer): The build was canceled.
      • 2019-10-08 28118, 2019

      • travis-ci
      • 2019-10-08 28118, 2019

      • travis-ci
      • 2019-10-08 28118, 2019

      • travis-ci has left the channel
      • 2019-10-08 28105, 2019

      • alastairp
        amCap1712: Pac23: who's trying to install vlc? how did you follow the build process?
      • 2019-10-08 28100, 2019

      • outsidecontext
        zas: draft for the Picard release announcement https://blog.metabrainz.org/?p=7627 ?
      • 2019-10-08 28135, 2019

      • zas
        lgtm
      • 2019-10-08 28145, 2019

      • zas
        btw, those links never work for me
      • 2019-10-08 28110, 2019

      • zas
        but I can see the draft in admin UI
      • 2019-10-08 28134, 2019

      • amCap1712
        alastairp: i am trying to install vlc
      • 2019-10-08 28158, 2019

      • amCap1712
      • 2019-10-08 28115, 2019

      • amCap1712
        i faced quite a few errors in the build process and Pac23 helped me resolve a couple of them and others I resolved by asking in the vlc's irc channel
      • 2019-10-08 28157, 2019

      • amCap1712
        I was unable to get a positive response on this question in vlc irc channel so I asked here
      • 2019-10-08 28112, 2019

      • alastairp
        on what OS are you building it? are you building a release, or the git repository?
      • 2019-10-08 28142, 2019

      • amCap1712
        I am building the git repository on Ubuntu 18.04
      • 2019-10-08 28110, 2019

      • travis-ci joined the channel
      • 2019-10-08 28111, 2019

      • travis-ci
        metabrainz/picard#5068 (master - b12c1bb : Philipp Wolfer): The build passed.
      • 2019-10-08 28111, 2019

      • travis-ci
      • 2019-10-08 28111, 2019

      • travis-ci
      • 2019-10-08 28111, 2019

      • travis-ci has left the channel
      • 2019-10-08 28116, 2019

      • alastairp
        ah, I see. the git version has some significant chages compared to the latest 3.0.8 release
      • 2019-10-08 28104, 2019

      • alastairp
        although I'm a bit surprised at your linking issues - most of the time if ./configure runs correctly then make should complete well (unless there are current bugs in the git repo)
      • 2019-10-08 28102, 2019

      • alastairp
        how did you install the dependencies?
      • 2019-10-08 28144, 2019

      • amCap1712
        by building contrib dependencies manually alastairp
      • 2019-10-08 28147, 2019

      • alastairp
        ah, right. any reason why you were unable to install the dependencies with apt?
      • 2019-10-08 28124, 2019

      • c1e0 joined the channel
      • 2019-10-08 28137, 2019

      • treeshateorcs has quit
      • 2019-10-08 28125, 2019

      • travis-ci joined the channel
      • 2019-10-08 28126, 2019

      • travis-ci
        metabrainz/picard#5074 (release-2.2.2 - b12c1bb : Philipp Wolfer): The build passed.
      • 2019-10-08 28126, 2019

      • travis-ci
      • 2019-10-08 28126, 2019

      • travis-ci
      • 2019-10-08 28126, 2019

      • travis-ci has left the channel
      • 2019-10-08 28129, 2019

      • amCap1712
        alastairp: i was unable to run sudo apt-get build-dep vlc. later i came to know it was because of the fact that deb-src lines were commmented out in sources.list but by then i was halfway through the contrib method
      • 2019-10-08 28113, 2019

      • TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz | New GSoC students start here: https://goo.gl/7jsjG2 | Channel is logged; see https://musicbrainz.org/doc/IRC for details | Meeting agenda: Reviews(, post-summit stuff?), Telegram–IRC bridge (jwf/Freso), autodeploy containers (zas)
      • 2019-10-08 28148, 2019

      • amCap1712
        alastairp: i can try to clean and install dependencies again with apt method if it can help?
      • 2019-10-08 28114, 2019

      • alastairp
        I would recommend installing build dependencies with apt, since they're all available directly in the OS
      • 2019-10-08 28136, 2019

      • alastairp
        I've just tried to compile git in this way and it worked for me
      • 2019-10-08 28120, 2019

      • alastairp
        however, I needed some additional packages that weren't installed with build-dep, new dependencies that have been installed since the last release
      • 2019-10-08 28118, 2019

      • JoshDi
        yvanzo, for the replication token - I see that secret file is located in the mb shell /run/secrets/metabrainz_access_token but it does not get loaded by the DBDefs.pm
      • 2019-10-08 28121, 2019

      • amCap1712
        ok i'll try that alastairp
      • 2019-10-08 28140, 2019

      • yvanzo
        JoshDi: is it a directory or a regular file?
      • 2019-10-08 28155, 2019

      • yvanzo
        same question about /storage/musicbrainz-docker/local/secrets/metabrainz_access_token : is it a regular file or a directory?
      • 2019-10-08 28114, 2019

      • bitmap
        zas: ping. when do you think would be a good time for the bowie removal? some time this week?
      • 2019-10-08 28102, 2019

      • JoshDi
        its a file with the token in it
      • 2019-10-08 28132, 2019

      • zas
        bitmap: morning ;) what about thursday or friday?
      • 2019-10-08 28138, 2019

      • JoshDi
        but when I run replication, it says it says I need to put in a mb token....
      • 2019-10-08 28146, 2019

      • JoshDi
        so its not getting loaded by the DBDefs.pm file
      • 2019-10-08 28156, 2019

      • JoshDi
        still having the live replication issue too
      • 2019-10-08 28107, 2019

      • bitmap
        zas: thursday sounds good, do you have a preferred time? I can be around as early as 12 UTC
      • 2019-10-08 28132, 2019

      • yvanzo
        JoshDi: the exact log would help (use gist or pastebin if too long)
      • 2019-10-08 28146, 2019

      • zas
        bitmap: I have an appointment thursday at 13UTC, let's say 15UTC ?
      • 2019-10-08 28116, 2019

      • bitmap
        that works for me 👍
      • 2019-10-08 28102, 2019

      • bitmap
        it should take less than an hour (less if everything goes perfectly)
      • 2019-10-08 28131, 2019

      • bitmap
        including all the time to bring services down & back up
      • 2019-10-08 28145, 2019

      • bitmap
        I can write a blog post to announce the downtime
      • 2019-10-08 28118, 2019

      • Pac23
        alastairp i followed the process using screenshots amCap1712 posted
      • 2019-10-08 28145, 2019

      • Pac23
        helping him figure out the errors
      • 2019-10-08 28150, 2019

      • Pac23
        *them