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

grafana: 5.1.2 -> 5.1.3 #40621

Merged
merged 1 commit into from May 17, 2018
Merged

grafana: 5.1.2 -> 5.1.3 #40621

merged 1 commit into from May 17, 2018

Conversation

WilliButz
Copy link
Member

Motivation for this change

Bugfix for Firefox in the latest release

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: grafana

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: grafana

Partial log (click to expand)

/nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3/share/go/src/github.com/grafana/grafana/scripts/import_many_dashboards.sh: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash"
/nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3/share/go/src/github.com/grafana/grafana/packaging/rpm/control/posttrans: interpreter directive changed from "/bin/sh" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/sh"
/nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3/share/go/src/github.com/grafana/grafana/packaging/rpm/control/postinst: interpreter directive changed from "/bin/sh" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/sh"
/nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3/share/go/src/github.com/grafana/grafana/packaging/rpm/init.d/grafana-server: interpreter directive changed from " /usr/bin/env bash" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash"
/nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3/share/go/src/github.com/grafana/grafana/packaging/publish/publish_testing.sh: interpreter directive changed from " /usr/bin/env bash" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash"
/nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3/share/go/src/github.com/grafana/grafana/packaging/publish/publish_both.sh: interpreter directive changed from " /usr/bin/env bash" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash"
/nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3/share/go/src/github.com/grafana/grafana/packaging/deb/control/postinst: interpreter directive changed from "/bin/sh" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/sh"
/nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3/share/go/src/github.com/grafana/grafana/packaging/deb/init.d/grafana-server: interpreter directive changed from " /usr/bin/env bash" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash"
/nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3/share/go/src/github.com/grafana/grafana/packaging/mac/bin/grafana: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash"
checking for references to /build in /nix/store/dg9rpx8n6q6sw5ahh18pi45mnnbj7bc8-grafana-5.1.3...

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: grafana

Partial log (click to expand)

g++ -c -pipe -DNDEBUG -DQT_IMAGE_DECODERS -DRAPIDJSON_HAS_STDSTRING=1 -DMBGL_USE_GLES2 -D__QT__ -O3 -ftemplate-depth=1024 -fvisibility-inlines-hidden -fvisibility=hidden -DMBGL_VERSION_REV=\"qt-v1.2.0\" -O2 -fPIC -std=c++1z -w -D_REENTRANT -fvisibility=hidden -fvisibility-inlines-hidden -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -Ideps/boost/1.62.0 -Ideps/boost/1.62.0/include -Ideps/cheap-ruler/2.5.3 -Ideps/cheap-ruler/2.5.3/include -Ideps/earcut/0.12.4 -Ideps/earcut/0.12.4/include -Ideps/geojson/0.4.2 -Ideps/geojson/0.4.2/include -Ideps/geojsonvt/6.3.0 -Ideps/geojsonvt/6.3.0/include -Ideps/geometry/0.9.2 -Ideps/geometry/0.9.2/include -Ideps/kdbush/0.1.1-1 -Ideps/kdbush/0.1.1-1/include -Ideps/pixelmatch/0.10.0 -Ideps/pixelmatch/0.10.0/include -Ideps/polylabel/1.0.3 -Ideps/polylabel/1.0.3/include -Ideps/protozero/1.5.2 -Ideps/protozero/1.5.2/include -Ideps/rapidjson/1.1.0 -Ideps/rapidjson/1.1.0/include -Ideps/shelf-pack/2.1.1 -Ideps/shelf-pack/2.1.1/include -Ideps/supercluster/0.2.2 -Ideps/supercluster/0.2.2/include -Ideps/unique_resource/cba309e -Ideps/unique_resource/cba309e/include -Ideps/variant/1.1.4 -Ideps/variant/1.1.4/include -Ideps/vector-tile/1.0.0-rc7 -Ideps/vector-tile/1.0.0-rc7/include -Ideps/wagyu/0.4.3 -Ideps/wagyu/0.4.3/include -Iinclude -Iplatform/default -Iplatform/qt -Iplatform/qt/include -Isrc -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1/QtCore -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore -I.moc -I/nix/store/h2igjyjhrafblqd535najr2sfl933kgf-mesa-noglu-17.3.8-dev/include -I/nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/mkspecs/linux-g++ -o .obj/src/mbgl/map/transform_state.o src/mbgl/map/transform_state.cpp
g++ -c -pipe -DNDEBUG -DQT_IMAGE_DECODERS -DRAPIDJSON_HAS_STDSTRING=1 -DMBGL_USE_GLES2 -D__QT__ -O3 -ftemplate-depth=1024 -fvisibility-inlines-hidden -fvisibility=hidden -DMBGL_VERSION_REV=\"qt-v1.2.0\" -O2 -fPIC -std=c++1z -w -D_REENTRANT -fvisibility=hidden -fvisibility-inlines-hidden -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -Ideps/boost/1.62.0 -Ideps/boost/1.62.0/include -Ideps/cheap-ruler/2.5.3 -Ideps/cheap-ruler/2.5.3/include -Ideps/earcut/0.12.4 -Ideps/earcut/0.12.4/include -Ideps/geojson/0.4.2 -Ideps/geojson/0.4.2/include -Ideps/geojsonvt/6.3.0 -Ideps/geojsonvt/6.3.0/include -Ideps/geometry/0.9.2 -Ideps/geometry/0.9.2/include -Ideps/kdbush/0.1.1-1 -Ideps/kdbush/0.1.1-1/include -Ideps/pixelmatch/0.10.0 -Ideps/pixelmatch/0.10.0/include -Ideps/polylabel/1.0.3 -Ideps/polylabel/1.0.3/include -Ideps/protozero/1.5.2 -Ideps/protozero/1.5.2/include -Ideps/rapidjson/1.1.0 -Ideps/rapidjson/1.1.0/include -Ideps/shelf-pack/2.1.1 -Ideps/shelf-pack/2.1.1/include -Ideps/supercluster/0.2.2 -Ideps/supercluster/0.2.2/include -Ideps/unique_resource/cba309e -Ideps/unique_resource/cba309e/include -Ideps/variant/1.1.4 -Ideps/variant/1.1.4/include -Ideps/vector-tile/1.0.0-rc7 -Ideps/vector-tile/1.0.0-rc7/include -Ideps/wagyu/0.4.3 -Ideps/wagyu/0.4.3/include -Iinclude -Iplatform/default -Iplatform/qt -Iplatform/qt/include -Isrc -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1/QtCore -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore -I.moc -I/nix/store/h2igjyjhrafblqd535najr2sfl933kgf-mesa-noglu-17.3.8-dev/include -I/nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/mkspecs/linux-g++ -o .obj/src/mbgl/math/log2.o src/mbgl/math/log2.cpp
g++ -c -pipe -DNDEBUG -DQT_IMAGE_DECODERS -DRAPIDJSON_HAS_STDSTRING=1 -DMBGL_USE_GLES2 -D__QT__ -O3 -ftemplate-depth=1024 -fvisibility-inlines-hidden -fvisibility=hidden -DMBGL_VERSION_REV=\"qt-v1.2.0\" -O2 -fPIC -std=c++1z -w -D_REENTRANT -fvisibility=hidden -fvisibility-inlines-hidden -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -Ideps/boost/1.62.0 -Ideps/boost/1.62.0/include -Ideps/cheap-ruler/2.5.3 -Ideps/cheap-ruler/2.5.3/include -Ideps/earcut/0.12.4 -Ideps/earcut/0.12.4/include -Ideps/geojson/0.4.2 -Ideps/geojson/0.4.2/include -Ideps/geojsonvt/6.3.0 -Ideps/geojsonvt/6.3.0/include -Ideps/geometry/0.9.2 -Ideps/geometry/0.9.2/include -Ideps/kdbush/0.1.1-1 -Ideps/kdbush/0.1.1-1/include -Ideps/pixelmatch/0.10.0 -Ideps/pixelmatch/0.10.0/include -Ideps/polylabel/1.0.3 -Ideps/polylabel/1.0.3/include -Ideps/protozero/1.5.2 -Ideps/protozero/1.5.2/include -Ideps/rapidjson/1.1.0 -Ideps/rapidjson/1.1.0/include -Ideps/shelf-pack/2.1.1 -Ideps/shelf-pack/2.1.1/include -Ideps/supercluster/0.2.2 -Ideps/supercluster/0.2.2/include -Ideps/unique_resource/cba309e -Ideps/unique_resource/cba309e/include -Ideps/variant/1.1.4 -Ideps/variant/1.1.4/include -Ideps/vector-tile/1.0.0-rc7 -Ideps/vector-tile/1.0.0-rc7/include -Ideps/wagyu/0.4.3 -Ideps/wagyu/0.4.3/include -Iinclude -Iplatform/default -Iplatform/qt -Iplatform/qt/include -Isrc -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1/QtCore -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore -I.moc -I/nix/store/h2igjyjhrafblqd535najr2sfl933kgf-mesa-noglu-17.3.8-dev/include -I/nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/mkspecs/linux-g++ -o .obj/src/mbgl/programs/binary_program.o src/mbgl/programs/binary_program.cpp
g++ -c -pipe -DNDEBUG -DQT_IMAGE_DECODERS -DRAPIDJSON_HAS_STDSTRING=1 -DMBGL_USE_GLES2 -D__QT__ -O3 -ftemplate-depth=1024 -fvisibility-inlines-hidden -fvisibility=hidden -DMBGL_VERSION_REV=\"qt-v1.2.0\" -O2 -fPIC -std=c++1z -w -D_REENTRANT -fvisibility=hidden -fvisibility-inlines-hidden -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -Ideps/boost/1.62.0 -Ideps/boost/1.62.0/include -Ideps/cheap-ruler/2.5.3 -Ideps/cheap-ruler/2.5.3/include -Ideps/earcut/0.12.4 -Ideps/earcut/0.12.4/include -Ideps/geojson/0.4.2 -Ideps/geojson/0.4.2/include -Ideps/geojsonvt/6.3.0 -Ideps/geojsonvt/6.3.0/include -Ideps/geometry/0.9.2 -Ideps/geometry/0.9.2/include -Ideps/kdbush/0.1.1-1 -Ideps/kdbush/0.1.1-1/include -Ideps/pixelmatch/0.10.0 -Ideps/pixelmatch/0.10.0/include -Ideps/polylabel/1.0.3 -Ideps/polylabel/1.0.3/include -Ideps/protozero/1.5.2 -Ideps/protozero/1.5.2/include -Ideps/rapidjson/1.1.0 -Ideps/rapidjson/1.1.0/include -Ideps/shelf-pack/2.1.1 -Ideps/shelf-pack/2.1.1/include -Ideps/supercluster/0.2.2 -Ideps/supercluster/0.2.2/include -Ideps/unique_resource/cba309e -Ideps/unique_resource/cba309e/include -Ideps/variant/1.1.4 -Ideps/variant/1.1.4/include -Ideps/vector-tile/1.0.0-rc7 -Ideps/vector-tile/1.0.0-rc7/include -Ideps/wagyu/0.4.3 -Ideps/wagyu/0.4.3/include -Iinclude -Iplatform/default -Iplatform/qt -Iplatform/qt/include -Isrc -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1/QtCore -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore -I.moc -I/nix/store/h2igjyjhrafblqd535najr2sfl933kgf-mesa-noglu-17.3.8-dev/include -I/nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/mkspecs/linux-g++ -o .obj/src/mbgl/programs/circle_program.o src/mbgl/programs/circle_program.cpp
g++ -c -pipe -DNDEBUG -DQT_IMAGE_DECODERS -DRAPIDJSON_HAS_STDSTRING=1 -DMBGL_USE_GLES2 -D__QT__ -O3 -ftemplate-depth=1024 -fvisibility-inlines-hidden -fvisibility=hidden -DMBGL_VERSION_REV=\"qt-v1.2.0\" -O2 -fPIC -std=c++1z -w -D_REENTRANT -fvisibility=hidden -fvisibility-inlines-hidden -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -Ideps/boost/1.62.0 -Ideps/boost/1.62.0/include -Ideps/cheap-ruler/2.5.3 -Ideps/cheap-ruler/2.5.3/include -Ideps/earcut/0.12.4 -Ideps/earcut/0.12.4/include -Ideps/geojson/0.4.2 -Ideps/geojson/0.4.2/include -Ideps/geojsonvt/6.3.0 -Ideps/geojsonvt/6.3.0/include -Ideps/geometry/0.9.2 -Ideps/geometry/0.9.2/include -Ideps/kdbush/0.1.1-1 -Ideps/kdbush/0.1.1-1/include -Ideps/pixelmatch/0.10.0 -Ideps/pixelmatch/0.10.0/include -Ideps/polylabel/1.0.3 -Ideps/polylabel/1.0.3/include -Ideps/protozero/1.5.2 -Ideps/protozero/1.5.2/include -Ideps/rapidjson/1.1.0 -Ideps/rapidjson/1.1.0/include -Ideps/shelf-pack/2.1.1 -Ideps/shelf-pack/2.1.1/include -Ideps/supercluster/0.2.2 -Ideps/supercluster/0.2.2/include -Ideps/unique_resource/cba309e -Ideps/unique_resource/cba309e/include -Ideps/variant/1.1.4 -Ideps/variant/1.1.4/include -Ideps/vector-tile/1.0.0-rc7 -Ideps/vector-tile/1.0.0-rc7/include -Ideps/wagyu/0.4.3 -Ideps/wagyu/0.4.3/include -Iinclude -Iplatform/default -Iplatform/qt -Iplatform/qt/include -Isrc -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork/5.10.1/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui/5.10.1/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql/5.10.1/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1 -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore/5.10.1/QtCore -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtNetwork -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtGui -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtSql -isystem /nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/include/QtCore -I.moc -I/nix/store/h2igjyjhrafblqd535najr2sfl933kgf-mesa-noglu-17.3.8-dev/include -I/nix/store/sza0apqbg992ag07w0mv4448v0si1dax-qtbase-5.10.1-dev/mkspecs/linux-g++ -o .obj/src/mbgl/programs/collision_box_program.o src/mbgl/programs/collision_box_program.cpp
building of '/nix/store/4xbqw34af49ph08hkxylbm5k68zff3i6-qtlocation-5.10.1.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/irz4adkkyz4v35czw8hlbpanx4li26xd-qtwebkit-5.9.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/swzgcw5xz7x8ll1803hxf7fc58p9xwci-phantomjs-2.1.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/zs18gx7wn3kzi9n7wa2skn7lb8igwq8k-grafana-5.1.3.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/zs18gx7wn3kzi9n7wa2skn7lb8igwq8k-grafana-5.1.3.drv' failed

@xeji xeji merged commit ec9bb1b into NixOS:master May 17, 2018
@WilliButz WilliButz deleted the update-grafana branch May 17, 2018 12:34
globin pushed a commit to mayflower/nixpkgs that referenced this pull request May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants