Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] 3.8.3 #54700

Closed
wants to merge 1 commit into from
Closed

Conversation

jnozsc
Copy link
Contributor

@jnozsc jnozsc commented May 14, 2020

Created with brew bump-formula-pr.

@bayandin
Copy link
Member

Failed on Catalina tests:

brew test --verbose alure
brew test --verbose dromeaudio
brew test --verbose game-music-emu
brew test --verbose glyr
brew linkage --test gst-plugins-bad
brew test --verbose h2o
brew test --verbose nanomsg
brew test --verbose nng
brew linkage --test nvc

@jnozsc
Copy link
Contributor Author

jnozsc commented May 15, 2020

it is quite weird that those failed testing are not depends on [email protected], I thought I could just bump those Formula when there is a dependence issue on [email protected], but now I am not sure which Formula I should continue work on it.

@alebcay alebcay closed this May 15, 2020
@alebcay alebcay reopened this May 15, 2020
@alebcay
Copy link
Member

alebcay commented May 15, 2020

Accidentally closed/reopened the PR, but cancelled the new CI run. Old CI results should still be present.

@Bo98
Copy link
Member

Bo98 commented May 15, 2020

Most/all of them seem unrelated from first glance. Audio-related formulae fail a lot on the CI. The couple of linkage failures are not due to Python.

@jnozsc
Copy link
Contributor Author

jnozsc commented May 15, 2020

for

alure
dromeaudio
game-music-emu
glyr
h2o
nanomsg
nng

these packages failed on testing with traceback as /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/timeout.rb:108:in `timeout'

I would like to consider them as a timeout issue on CI

For gst-plugins-bad, the deps tree looks like

gst-plugins-bad
├── gobject-introspection
│   ├── bison
│   ├── meson
│   │   ├── ninja
│   │   └── [email protected]
│   │       ├── pkg-config
│   │       ├── gdbm
│   │       ├── [email protected]
│   │       ├── readline
│   │       ├── sqlite
│   │       │   └── readline
│   │       └── xz
│   ├── ninja
│   ├── cairo
│   │   ├── pkg-config
│   │   ├── fontconfig
│   │   │   ├── pkg-config
│   │   │   └── freetype
│   │   │       └── libpng
│   │   ├── freetype
│   │   │   └── libpng
│   │   ├── glib
│   │   │   ├── meson
│   │   │   │   ├── ninja
│   │   │   │   └── [email protected]
│   │   │   │       ├── pkg-config
│   │   │   │       ├── gdbm
│   │   │   │       ├── [email protected]
│   │   │   │       ├── readline
│   │   │   │       ├── sqlite
│   │   │   │       │   └── readline
│   │   │   │       └── xz
│   │   │   ├── ninja
│   │   │   ├── pkg-config
│   │   │   ├── gettext
│   │   │   ├── libffi
│   │   │   ├── pcre
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   ├── libpng
│   │   ├── lzo
│   │   └── pixman
│   │       └── pkg-config
│   ├── glib
│   │   ├── meson
│   │   │   ├── ninja
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   ├── ninja
│   │   ├── pkg-config
│   │   ├── gettext
│   │   ├── libffi
│   │   ├── pcre
│   │   └── [email protected]
│   │       ├── pkg-config
│   │       ├── gdbm
│   │       ├── [email protected]
│   │       ├── readline
│   │       ├── sqlite
│   │       │   └── readline
│   │       └── xz
│   ├── libffi
│   ├── pkg-config
│   └── [email protected]
│       ├── pkg-config
│       ├── gdbm
│       ├── [email protected]
│       ├── readline
│       ├── sqlite
│       │   └── readline
│       └── xz
├── libtool
├── pkg-config
├── faac
├── faad2
├── gettext
├── gst-plugins-base
│   ├── gobject-introspection
│   │   ├── bison
│   │   ├── meson
│   │   │   ├── ninja
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   ├── ninja
│   │   ├── cairo
│   │   │   ├── pkg-config
│   │   │   ├── fontconfig
│   │   │   │   ├── pkg-config
│   │   │   │   └── freetype
│   │   │   │       └── libpng
│   │   │   ├── freetype
│   │   │   │   └── libpng
│   │   │   ├── glib
│   │   │   │   ├── meson
│   │   │   │   │   ├── ninja
│   │   │   │   │   └── [email protected]
│   │   │   │   │       ├── pkg-config
│   │   │   │   │       ├── gdbm
│   │   │   │   │       ├── [email protected]
│   │   │   │   │       ├── readline
│   │   │   │   │       ├── sqlite
│   │   │   │   │       │   └── readline
│   │   │   │   │       └── xz
│   │   │   │   ├── ninja
│   │   │   │   ├── pkg-config
│   │   │   │   ├── gettext
│   │   │   │   ├── libffi
│   │   │   │   ├── pcre
│   │   │   │   └── [email protected]
│   │   │   │       ├── pkg-config
│   │   │   │       ├── gdbm
│   │   │   │       ├── [email protected]
│   │   │   │       ├── readline
│   │   │   │       ├── sqlite
│   │   │   │       │   └── readline
│   │   │   │       └── xz
│   │   │   ├── libpng
│   │   │   ├── lzo
│   │   │   └── pixman
│   │   │       └── pkg-config
│   │   ├── glib
│   │   │   ├── meson
│   │   │   │   ├── ninja
│   │   │   │   └── [email protected]
│   │   │   │       ├── pkg-config
│   │   │   │       ├── gdbm
│   │   │   │       ├── [email protected]
│   │   │   │       ├── readline
│   │   │   │       ├── sqlite
│   │   │   │       │   └── readline
│   │   │   │       └── xz
│   │   │   ├── ninja
│   │   │   ├── pkg-config
│   │   │   ├── gettext
│   │   │   ├── libffi
│   │   │   ├── pcre
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   ├── libffi
│   │   ├── pkg-config
│   │   └── [email protected]
│   │       ├── pkg-config
│   │       ├── gdbm
│   │       ├── [email protected]
│   │       ├── readline
│   │       ├── sqlite
│   │       │   └── readline
│   │       └── xz
│   ├── pkg-config
│   ├── gettext
│   ├── gstreamer
│   │   ├── bison
│   │   ├── gobject-introspection
│   │   │   ├── bison
│   │   │   ├── meson
│   │   │   │   ├── ninja
│   │   │   │   └── [email protected]
│   │   │   │       ├── pkg-config
│   │   │   │       ├── gdbm
│   │   │   │       ├── [email protected]
│   │   │   │       ├── readline
│   │   │   │       ├── sqlite
│   │   │   │       │   └── readline
│   │   │   │       └── xz
│   │   │   ├── ninja
│   │   │   ├── cairo
│   │   │   │   ├── pkg-config
│   │   │   │   ├── fontconfig
│   │   │   │   │   ├── pkg-config
│   │   │   │   │   └── freetype
│   │   │   │   │       └── libpng
│   │   │   │   ├── freetype
│   │   │   │   │   └── libpng
│   │   │   │   ├── glib
│   │   │   │   │   ├── meson
│   │   │   │   │   │   ├── ninja
│   │   │   │   │   │   └── [email protected]
│   │   │   │   │   │       ├── pkg-config
│   │   │   │   │   │       ├── gdbm
│   │   │   │   │   │       ├── [email protected]
│   │   │   │   │   │       ├── readline
│   │   │   │   │   │       ├── sqlite
│   │   │   │   │   │       │   └── readline
│   │   │   │   │   │       └── xz
│   │   │   │   │   ├── ninja
│   │   │   │   │   ├── pkg-config
│   │   │   │   │   ├── gettext
│   │   │   │   │   ├── libffi
│   │   │   │   │   ├── pcre
│   │   │   │   │   └── [email protected]
│   │   │   │   │       ├── pkg-config
│   │   │   │   │       ├── gdbm
│   │   │   │   │       ├── [email protected]
│   │   │   │   │       ├── readline
│   │   │   │   │       ├── sqlite
│   │   │   │   │       │   └── readline
│   │   │   │   │       └── xz
│   │   │   │   ├── libpng
│   │   │   │   ├── lzo
│   │   │   │   └── pixman
│   │   │   │       └── pkg-config
│   │   │   ├── glib
│   │   │   │   ├── meson
│   │   │   │   │   ├── ninja
│   │   │   │   │   └── [email protected]
│   │   │   │   │       ├── pkg-config
│   │   │   │   │       ├── gdbm
│   │   │   │   │       ├── [email protected]
│   │   │   │   │       ├── readline
│   │   │   │   │       ├── sqlite
│   │   │   │   │       │   └── readline
│   │   │   │   │       └── xz
│   │   │   │   ├── ninja
│   │   │   │   ├── pkg-config
│   │   │   │   ├── gettext
│   │   │   │   ├── libffi
│   │   │   │   ├── pcre
│   │   │   │   └── [email protected]
│   │   │   │       ├── pkg-config
│   │   │   │       ├── gdbm
│   │   │   │       ├── [email protected]
│   │   │   │       ├── readline
│   │   │   │       ├── sqlite
│   │   │   │       │   └── readline
│   │   │   │       └── xz
│   │   │   ├── libffi
│   │   │   ├── pkg-config
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   ├── pkg-config
│   │   ├── gettext
│   │   └── glib
│   │       ├── meson
│   │       │   ├── ninja
│   │       │   └── [email protected]
│   │       │       ├── pkg-config
│   │       │       ├── gdbm
│   │       │       ├── [email protected]
│   │       │       ├── readline
│   │       │       ├── sqlite
│   │       │       │   └── readline
│   │       │       └── xz
│   │       ├── ninja
│   │       ├── pkg-config
│   │       ├── gettext
│   │       ├── libffi
│   │       ├── pcre
│   │       └── [email protected]
│   │           ├── pkg-config
│   │           ├── gdbm
│   │           ├── [email protected]
│   │           ├── readline
│   │           ├── sqlite
│   │           │   └── readline
│   │           └── xz
│   ├── libogg
│   ├── libvorbis
│   │   ├── pkg-config
│   │   └── libogg
│   ├── opus
│   ├── orc
│   │   ├── meson
│   │   │   ├── ninja
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   └── ninja
│   ├── pango
│   │   ├── gobject-introspection
│   │   │   ├── bison
│   │   │   ├── meson
│   │   │   │   ├── ninja
│   │   │   │   └── [email protected]
│   │   │   │       ├── pkg-config
│   │   │   │       ├── gdbm
│   │   │   │       ├── [email protected]
│   │   │   │       ├── readline
│   │   │   │       ├── sqlite
│   │   │   │       │   └── readline
│   │   │   │       └── xz
│   │   │   ├── ninja
│   │   │   ├── cairo
│   │   │   │   ├── pkg-config
│   │   │   │   ├── fontconfig
│   │   │   │   │   ├── pkg-config
│   │   │   │   │   └── freetype
│   │   │   │   │       └── libpng
│   │   │   │   ├── freetype
│   │   │   │   │   └── libpng
│   │   │   │   ├── glib
│   │   │   │   │   ├── meson
│   │   │   │   │   │   ├── ninja
│   │   │   │   │   │   └── [email protected]
│   │   │   │   │   │       ├── pkg-config
│   │   │   │   │   │       ├── gdbm
│   │   │   │   │   │       ├── [email protected]
│   │   │   │   │   │       ├── readline
│   │   │   │   │   │       ├── sqlite
│   │   │   │   │   │       │   └── readline
│   │   │   │   │   │       └── xz
│   │   │   │   │   ├── ninja
│   │   │   │   │   ├── pkg-config
│   │   │   │   │   ├── gettext
│   │   │   │   │   ├── libffi
│   │   │   │   │   ├── pcre
│   │   │   │   │   └── [email protected]
│   │   │   │   │       ├── pkg-config
│   │   │   │   │       ├── gdbm
│   │   │   │   │       ├── [email protected]
│   │   │   │   │       ├── readline
│   │   │   │   │       ├── sqlite
│   │   │   │   │       │   └── readline
│   │   │   │   │       └── xz
│   │   │   │   ├── libpng
│   │   │   │   ├── lzo
│   │   │   │   └── pixman
│   │   │   │       └── pkg-config
│   │   │   ├── glib
│   │   │   │   ├── meson
│   │   │   │   │   ├── ninja
│   │   │   │   │   └── [email protected]
│   │   │   │   │       ├── pkg-config
│   │   │   │   │       ├── gdbm
│   │   │   │   │       ├── [email protected]
│   │   │   │   │       ├── readline
│   │   │   │   │       ├── sqlite
│   │   │   │   │       │   └── readline
│   │   │   │   │       └── xz
│   │   │   │   ├── ninja
│   │   │   │   ├── pkg-config
│   │   │   │   ├── gettext
│   │   │   │   ├── libffi
│   │   │   │   ├── pcre
│   │   │   │   └── [email protected]
│   │   │   │       ├── pkg-config
│   │   │   │       ├── gdbm
│   │   │   │       ├── [email protected]
│   │   │   │       ├── readline
│   │   │   │       ├── sqlite
│   │   │   │       │   └── readline
│   │   │   │       └── xz
│   │   │   ├── libffi
│   │   │   ├── pkg-config
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   ├── meson
│   │   │   ├── ninja
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   ├── ninja
│   │   ├── pkg-config
│   │   ├── cairo
│   │   │   ├── pkg-config
│   │   │   ├── fontconfig
│   │   │   │   ├── pkg-config
│   │   │   │   └── freetype
│   │   │   │       └── libpng
│   │   │   ├── freetype
│   │   │   │   └── libpng
│   │   │   ├── glib
│   │   │   │   ├── meson
│   │   │   │   │   ├── ninja
│   │   │   │   │   └── [email protected]
│   │   │   │   │       ├── pkg-config
│   │   │   │   │       ├── gdbm
│   │   │   │   │       ├── [email protected]
│   │   │   │   │       ├── readline
│   │   │   │   │       ├── sqlite
│   │   │   │   │       │   └── readline
│   │   │   │   │       └── xz
│   │   │   │   ├── ninja
│   │   │   │   ├── pkg-config
│   │   │   │   ├── gettext
│   │   │   │   ├── libffi
│   │   │   │   ├── pcre
│   │   │   │   └── [email protected]
│   │   │   │       ├── pkg-config
│   │   │   │       ├── gdbm
│   │   │   │       ├── [email protected]
│   │   │   │       ├── readline
│   │   │   │       ├── sqlite
│   │   │   │       │   └── readline
│   │   │   │       └── xz
│   │   │   ├── libpng
│   │   │   ├── lzo
│   │   │   └── pixman
│   │   │       └── pkg-config
│   │   ├── fontconfig
│   │   │   ├── pkg-config
│   │   │   └── freetype
│   │   │       └── libpng
│   │   ├── fribidi
│   │   ├── glib
│   │   │   ├── meson
│   │   │   │   ├── ninja
│   │   │   │   └── [email protected]
│   │   │   │       ├── pkg-config
│   │   │   │       ├── gdbm
│   │   │   │       ├── [email protected]
│   │   │   │       ├── readline
│   │   │   │       ├── sqlite
│   │   │   │       │   └── readline
│   │   │   │       └── xz
│   │   │   ├── ninja
│   │   │   ├── pkg-config
│   │   │   ├── gettext
│   │   │   ├── libffi
│   │   │   ├── pcre
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   └── harfbuzz
│   │       ├── gobject-introspection
│   │       │   ├── bison
│   │       │   ├── meson
│   │       │   │   ├── ninja
│   │       │   │   └── [email protected]
│   │       │   │       ├── pkg-config
│   │       │   │       ├── gdbm
│   │       │   │       ├── [email protected]
│   │       │   │       ├── readline
│   │       │   │       ├── sqlite
│   │       │   │       │   └── readline
│   │       │   │       └── xz
│   │       │   ├── ninja
│   │       │   ├── cairo
│   │       │   │   ├── pkg-config
│   │       │   │   ├── fontconfig
│   │       │   │   │   ├── pkg-config
│   │       │   │   │   └── freetype
│   │       │   │   │       └── libpng
│   │       │   │   ├── freetype
│   │       │   │   │   └── libpng
│   │       │   │   ├── glib
│   │       │   │   │   ├── meson
│   │       │   │   │   │   ├── ninja
│   │       │   │   │   │   └── [email protected]
│   │       │   │   │   │       ├── pkg-config
│   │       │   │   │   │       ├── gdbm
│   │       │   │   │   │       ├── [email protected]
│   │       │   │   │   │       ├── readline
│   │       │   │   │   │       ├── sqlite
│   │       │   │   │   │       │   └── readline
│   │       │   │   │   │       └── xz
│   │       │   │   │   ├── ninja
│   │       │   │   │   ├── pkg-config
│   │       │   │   │   ├── gettext
│   │       │   │   │   ├── libffi
│   │       │   │   │   ├── pcre
│   │       │   │   │   └── [email protected]
│   │       │   │   │       ├── pkg-config
│   │       │   │   │       ├── gdbm
│   │       │   │   │       ├── [email protected]
│   │       │   │   │       ├── readline
│   │       │   │   │       ├── sqlite
│   │       │   │   │       │   └── readline
│   │       │   │   │       └── xz
│   │       │   │   ├── libpng
│   │       │   │   ├── lzo
│   │       │   │   └── pixman
│   │       │   │       └── pkg-config
│   │       │   ├── glib
│   │       │   │   ├── meson
│   │       │   │   │   ├── ninja
│   │       │   │   │   └── [email protected]
│   │       │   │   │       ├── pkg-config
│   │       │   │   │       ├── gdbm
│   │       │   │   │       ├── [email protected]
│   │       │   │   │       ├── readline
│   │       │   │   │       ├── sqlite
│   │       │   │   │       │   └── readline
│   │       │   │   │       └── xz
│   │       │   │   ├── ninja
│   │       │   │   ├── pkg-config
│   │       │   │   ├── gettext
│   │       │   │   ├── libffi
│   │       │   │   ├── pcre
│   │       │   │   └── [email protected]
│   │       │   │       ├── pkg-config
│   │       │   │       ├── gdbm
│   │       │   │       ├── [email protected]
│   │       │   │       ├── readline
│   │       │   │       ├── sqlite
│   │       │   │       │   └── readline
│   │       │   │       └── xz
│   │       │   ├── libffi
│   │       │   ├── pkg-config
│   │       │   └── [email protected]
│   │       │       ├── pkg-config
│   │       │       ├── gdbm
│   │       │       ├── [email protected]
│   │       │       ├── readline
│   │       │       ├── sqlite
│   │       │       │   └── readline
│   │       │       └── xz
│   │       ├── pkg-config
│   │       ├── cairo
│   │       │   ├── pkg-config
│   │       │   ├── fontconfig
│   │       │   │   ├── pkg-config
│   │       │   │   └── freetype
│   │       │   │       └── libpng
│   │       │   ├── freetype
│   │       │   │   └── libpng
│   │       │   ├── glib
│   │       │   │   ├── meson
│   │       │   │   │   ├── ninja
│   │       │   │   │   └── [email protected]
│   │       │   │   │       ├── pkg-config
│   │       │   │   │       ├── gdbm
│   │       │   │   │       ├── [email protected]
│   │       │   │   │       ├── readline
│   │       │   │   │       ├── sqlite
│   │       │   │   │       │   └── readline
│   │       │   │   │       └── xz
│   │       │   │   ├── ninja
│   │       │   │   ├── pkg-config
│   │       │   │   ├── gettext
│   │       │   │   ├── libffi
│   │       │   │   ├── pcre
│   │       │   │   └── [email protected]
│   │       │   │       ├── pkg-config
│   │       │   │       ├── gdbm
│   │       │   │       ├── [email protected]
│   │       │   │       ├── readline
│   │       │   │       ├── sqlite
│   │       │   │       │   └── readline
│   │       │   │       └── xz
│   │       │   ├── libpng
│   │       │   ├── lzo
│   │       │   └── pixman
│   │       │       └── pkg-config
│   │       ├── freetype
│   │       │   └── libpng
│   │       ├── glib
│   │       │   ├── meson
│   │       │   │   ├── ninja
│   │       │   │   └── [email protected]
│   │       │   │       ├── pkg-config
│   │       │   │       ├── gdbm
│   │       │   │       ├── [email protected]
│   │       │   │       ├── readline
│   │       │   │       ├── sqlite
│   │       │   │       │   └── readline
│   │       │   │       └── xz
│   │       │   ├── ninja
│   │       │   ├── pkg-config
│   │       │   ├── gettext
│   │       │   ├── libffi
│   │       │   ├── pcre
│   │       │   └── [email protected]
│   │       │       ├── pkg-config
│   │       │       ├── gdbm
│   │       │       ├── [email protected]
│   │       │       ├── readline
│   │       │       ├── sqlite
│   │       │       │   └── readline
│   │       │       └── xz
│   │       ├── graphite2
│   │       │   └── cmake
│   │       │       └── sphinx-doc
│   │       │           └── [email protected]
│   │       │               ├── pkg-config
│   │       │               ├── gdbm
│   │       │               ├── [email protected]
│   │       │               ├── readline
│   │       │               ├── sqlite
│   │       │               │   └── readline
│   │       │               └── xz
│   │       └── icu4c
│   └── theora
│       ├── libtool
│       ├── pkg-config
│       ├── libogg
│       └── libvorbis
│           ├── pkg-config
│           └── libogg
├── jpeg
├── libmms
│   ├── pkg-config
│   └── glib
│       ├── meson
│       │   ├── ninja
│       │   └── [email protected]
│       │       ├── pkg-config
│       │       ├── gdbm
│       │       ├── [email protected]
│       │       ├── readline
│       │       ├── sqlite
│       │       │   └── readline
│       │       └── xz
│       ├── ninja
│       ├── pkg-config
│       ├── gettext
│       ├── libffi
│       ├── pcre
│       └── [email protected]
│           ├── pkg-config
│           ├── gdbm
│           ├── [email protected]
│           ├── readline
│           ├── sqlite
│           │   └── readline
│           └── xz
├── libnice
│   ├── pkg-config
│   ├── glib
│   │   ├── meson
│   │   │   ├── ninja
│   │   │   └── [email protected]
│   │   │       ├── pkg-config
│   │   │       ├── gdbm
│   │   │       ├── [email protected]
│   │   │       ├── readline
│   │   │       ├── sqlite
│   │   │       │   └── readline
│   │   │       └── xz
│   │   ├── ninja
│   │   ├── pkg-config
│   │   ├── gettext
│   │   ├── libffi
│   │   ├── pcre
│   │   └── [email protected]
│   │       ├── pkg-config
│   │       ├── gdbm
│   │       ├── [email protected]
│   │       ├── readline
│   │       ├── sqlite
│   │       │   └── readline
│   │       └── xz
│   ├── gnutls
│   │   ├── autoconf
│   │   ├── automake
│   │   │   └── autoconf
│   │   ├── pkg-config
│   │   ├── gmp
│   │   ├── libidn2
│   │   │   ├── pkg-config
│   │   │   ├── gettext
│   │   │   └── libunistring
│   │   ├── libtasn1
│   │   ├── libunistring
│   │   ├── nettle
│   │   │   └── gmp
│   │   ├── p11-kit
│   │   │   ├── pkg-config
│   │   │   └── libffi
│   │   └── unbound
│   │       ├── libevent
│   │       │   ├── autoconf
│   │       │   ├── automake
│   │       │   │   └── autoconf
│   │       │   ├── doxygen
│   │       │   │   ├── bison
│   │       │   │   └── cmake
│   │       │   │       └── sphinx-doc
│   │       │   │           └── [email protected]
│   │       │   │               ├── pkg-config
│   │       │   │               ├── gdbm
│   │       │   │               ├── [email protected]
│   │       │   │               ├── readline
│   │       │   │               ├── sqlite
│   │       │   │               │   └── readline
│   │       │   │               └── xz
│   │       │   ├── libtool
│   │       │   ├── pkg-config
│   │       │   └── [email protected]
│   │       └── [email protected]
│   └── gstreamer
│       ├── bison
│       ├── gobject-introspection
│       │   ├── bison
│       │   ├── meson
│       │   │   ├── ninja
│       │   │   └── [email protected]
│       │   │       ├── pkg-config
│       │   │       ├── gdbm
│       │   │       ├── [email protected]
│       │   │       ├── readline
│       │   │       ├── sqlite
│       │   │       │   └── readline
│       │   │       └── xz
│       │   ├── ninja
│       │   ├── cairo
│       │   │   ├── pkg-config
│       │   │   ├── fontconfig
│       │   │   │   ├── pkg-config
│       │   │   │   └── freetype
│       │   │   │       └── libpng
│       │   │   ├── freetype
│       │   │   │   └── libpng
│       │   │   ├── glib
│       │   │   │   ├── meson
│       │   │   │   │   ├── ninja
│       │   │   │   │   └── [email protected]
│       │   │   │   │       ├── pkg-config
│       │   │   │   │       ├── gdbm
│       │   │   │   │       ├── [email protected]
│       │   │   │   │       ├── readline
│       │   │   │   │       ├── sqlite
│       │   │   │   │       │   └── readline
│       │   │   │   │       └── xz
│       │   │   │   ├── ninja
│       │   │   │   ├── pkg-config
│       │   │   │   ├── gettext
│       │   │   │   ├── libffi
│       │   │   │   ├── pcre
│       │   │   │   └── [email protected]
│       │   │   │       ├── pkg-config
│       │   │   │       ├── gdbm
│       │   │   │       ├── [email protected]
│       │   │   │       ├── readline
│       │   │   │       ├── sqlite
│       │   │   │       │   └── readline
│       │   │   │       └── xz
│       │   │   ├── libpng
│       │   │   ├── lzo
│       │   │   └── pixman
│       │   │       └── pkg-config
│       │   ├── glib
│       │   │   ├── meson
│       │   │   │   ├── ninja
│       │   │   │   └── [email protected]
│       │   │   │       ├── pkg-config
│       │   │   │       ├── gdbm
│       │   │   │       ├── [email protected]
│       │   │   │       ├── readline
│       │   │   │       ├── sqlite
│       │   │   │       │   └── readline
│       │   │   │       └── xz
│       │   │   ├── ninja
│       │   │   ├── pkg-config
│       │   │   ├── gettext
│       │   │   ├── libffi
│       │   │   ├── pcre
│       │   │   └── [email protected]
│       │   │       ├── pkg-config
│       │   │       ├── gdbm
│       │   │       ├── [email protected]
│       │   │       ├── readline
│       │   │       ├── sqlite
│       │   │       │   └── readline
│       │   │       └── xz
│       │   ├── libffi
│       │   ├── pkg-config
│       │   └── [email protected]
│       │       ├── pkg-config
│       │       ├── gdbm
│       │       ├── [email protected]
│       │       ├── readline
│       │       ├── sqlite
│       │       │   └── readline
│       │       └── xz
│       ├── pkg-config
│       ├── gettext
│       └── glib
│           ├── meson
│           │   ├── ninja
│           │   └── [email protected]
│           │       ├── pkg-config
│           │       ├── gdbm
│           │       ├── [email protected]
│           │       ├── readline
│           │       ├── sqlite
│           │       │   └── readline
│           │       └── xz
│           ├── ninja
│           ├── pkg-config
│           ├── gettext
│           ├── libffi
│           ├── pcre
│           └── [email protected]
│               ├── pkg-config
│               ├── gdbm
│               ├── [email protected]
│               ├── readline
│               ├── sqlite
│               │   └── readline
│               └── xz
├── [email protected]
├── opus
├── orc
│   ├── meson
│   │   ├── ninja
│   │   └── [email protected]
│   │       ├── pkg-config
│   │       ├── gdbm
│   │       ├── [email protected]
│   │       ├── readline
│   │       ├── sqlite
│   │       │   └── readline
│   │       └── xz
│   └── ninja
├── rtmpdump
│   └── [email protected]
└── srtp
    └── pkg-config

but its error message is 2020-05-14T22:49:35.3183540Z Broken dependencies: 2020-05-14T22:49:35.3183830Z /usr/local/opt/musepack/lib/libmpcdec.dylib (musepack)
I can not find the dependence relationship between gst-plugins-bad and musepack

For nvc, its deps tree looks like

nvc
├── check
├── llvm
│   ├── cmake
│   │   └── sphinx-doc
│   │       └── [email protected]
│   │           ├── pkg-config
│   │           ├── gdbm
│   │           ├── [email protected]
│   │           ├── readline
│   │           ├── sqlite
│   │           │   └── readline
│   │           └── xz
│   ├── [email protected]
│   │   ├── pkg-config
│   │   ├── gdbm
│   │   ├── [email protected]
│   │   ├── readline
│   │   ├── sqlite
│   │   │   └── readline
│   │   └── xz
│   └── libffi
└── pkg-config

and its error message is

2020-05-15T03:32:13.1447450Z Broken dependencies:
2020-05-15T03:32:13.1447580Z   /usr/local/opt/llvm/lib/libc++.1.dylib (llvm)

so I assume I should add revision to sphinx-doc,cmake and llvm

For percona-server, its deps tree is

percona-server
├── cmake
│   └── sphinx-doc
│       └── [email protected]
│           ├── pkg-config
│           ├── gdbm
│           ├── [email protected]
│           ├── readline
│           ├── sqlite
│           │   └── readline
│           └── xz
└── [email protected]

but its error message is

2020-05-15T04:40:43.7506080Z �[31mError:�[0m The `brew link` step did not complete successfully
2020-05-15T04:40:43.7506220Z The formula built, but is not symlinked into /usr/local
2020-05-15T04:40:43.7506790Z Could not symlink lib/libprotobuf-lite.dylib
2020-05-15T04:40:43.7507610Z Target /usr/local/lib/libprotobuf-lite.dylib
2020-05-15T04:40:43.7507770Z is a symlink belonging to protobuf. You can unlink it:
2020-05-15T04:40:43.7507860Z   brew unlink protobuf
2020-05-15T04:40:43.7507930Z 
2020-05-15T04:40:43.7508020Z To force the link and overwrite all conflicting files:
2020-05-15T04:40:43.7508510Z   brew link --overwrite percona-server
2020-05-15T04:40:43.7508610Z 
2020-05-15T04:40:43.7508710Z To list all files that would be deleted:
2020-05-15T04:40:43.7509660Z   brew link --overwrite --dry-run percona-server
2020-05-15T04:40:43.7509780Z 
2020-05-15T04:40:43.7509870Z Possible conflicting files are:
2020-05-15T04:40:43.7519220Z /usr/local/lib/libprotobuf-lite.dylib -> /usr/local/Cellar/protobuf/3.11.4_1/lib/libprotobuf-lite.dylib
2020-05-15T04:40:43.7520010Z /usr/local/lib/libprotobuf.dylib -> /usr/local/Cellar/protobuf/3.11.4_1/lib/libprotobuf.dylib
2020-05-15T04:40:43.7520550Z �[34m==>�[0m �[1mCaveats�[0m
2020-05-15T04:40:43.7521110Z We've installed your MySQL database without a root password. To secure it run:
2020-05-15T04:40:43.7521250Z     mysql_secure_installation
2020-05-15T04:40:43.7521360Z MySQL is configured to only allow connections from localhost by default
2020-05-15T04:40:43.7521470Z To connect run:
2020-05-15T04:40:43.7522090Z     mysql -uroot
2020-05-15T04:40:43.7522160Z 
2020-05-15T04:40:43.7522810Z To have launchd start percona-server now and restart at login:
2020-05-15T04:40:43.7523300Z   brew services start percona-server
2020-05-15T04:40:43.7524210Z Or, if you don't want/need a background service you can just run:
2020-05-15T04:40:43.7524330Z   mysql.server start

It looks more likely as an environment conflict issue than a python3.8 dependence issue.

so far I feel I could try to add revision to sphinx-doc,cmake and llvm, in order to fix the issue with nvc, but for the rest of failures, any suggestion is welcome

@Bo98
Copy link
Member

Bo98 commented May 15, 2020

The nvc issue is actually because it has LLVM as a build-only dependency. It seems like it should be a runtime dependency (or perhaps use system libc++ instead if possible). This can be handled in a separate PR.

gst-plugins-bad either needs a depends_on "musepack" or a flag to disable using musepack.

I think I know how to fix percona-server - I did something similar to MySQL a while back. It basically needs to use brew protobuf. I can handle this in a separate PR.

@jnozsc
Copy link
Contributor Author

jnozsc commented May 16, 2020

I have nvc and gst-plugins-bad fixing PRs accordingly.

@jnozsc
Copy link
Contributor Author

jnozsc commented May 27, 2020

Hi @Bo98 ,

Both vnc and gst-plugins-bad fixing PRs have been merged.
I rebase on master,
hopefully it will pass in next CI.

If percona-server still has any issue,
I may need your help on that.

update:
maybe percona-server has been fixed by #55286

@jnozsc
Copy link
Contributor Author

jnozsc commented May 28, 2020

@Bo98 it seems all of leftover are timeout/donwload issue with audio files for testing.

I am not sure whether there is anything else I can do for this PR

@SMillerDev
Copy link
Member

Timeout issues are usually a test having a kill statement at the end that isn't triggered. Those can be removed nowadays so that should fix those.

As for the audio downloads, maybe we can look for alternative files?

@jnozsc
Copy link
Contributor Author

jnozsc commented May 28, 2020

Thanks

for 10.13 and 10.14, CI fails on

2020-05-28T10:30:23.4058680Z Error: 4 failed steps!
2020-05-28T10:30:23.4061130Z brew test --verbose agda
2020-05-28T10:30:23.4062400Z brew test --verbose alure
2020-05-28T10:30:23.4063230Z brew test --verbose bnfc
2020-05-28T10:30:23.4100710Z brew test --verbose dromeaudio

for 10.15, CI fails on

2020-05-28T13:17:28.7597300Z brew test --verbose agda
2020-05-28T13:17:28.7597880Z brew test --verbose alure
2020-05-28T13:17:28.7598440Z brew test --verbose aom
2020-05-28T13:17:28.7599330Z brew test --verbose bnfc
2020-05-28T13:17:28.7630610Z brew test --verbose dromeaudio

When I read these formulas
https://github.com/Homebrew/homebrew-core/blob/master/Formula/agda.rb
https://github.com/Homebrew/homebrew-core/blob/master/Formula/alure.rb
https://github.com/Homebrew/homebrew-core/blob/master/Formula/aom.rb
https://github.com/Homebrew/homebrew-core/blob/master/Formula/bnfc.rb
https://github.com/Homebrew/homebrew-core/blob/master/Formula/dromeaudio.rb

I am confused that there is no kill statement?
cc @SMillerDev

@jnozsc
Copy link
Contributor Author

jnozsc commented May 28, 2020

I believe I met the same issue as #55191

@Bo98
Copy link
Member

Bo98 commented May 29, 2020

Bo98
Bo98 previously approved these changes May 29, 2020
@BrewTestBot
Copy link
Member

:shipit: @Bo98 has triggered a merge.

@BrewTestBot
Copy link
Member

⚠️ @Bo98 bottle publish failure.

@BrewTestBot BrewTestBot dismissed Bo98’s stale review May 29, 2020 00:32

bottle publish failed

@Bo98
Copy link
Member

Bo98 commented May 29, 2020

Never seen that happen before. GitHub is currently serving corrupt zips for CI artifacts.

https://github.com/Homebrew/homebrew-core/suites/725640962/artifacts/7283871

@Bo98 Bo98 closed this in 60ed762 May 29, 2020
@Bo98
Copy link
Member

Bo98 commented May 29, 2020

Despite the corruption, the bottles themselves were salvageable and only the log files were lost in the damage. I've merged this manually.

Thanks and sorry that the process wasn't smooth!

@jnozsc
Copy link
Contributor Author

jnozsc commented May 29, 2020

thank all for helping on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants