2022-11-02T09:44:23 osrm-backend 5.26.0 -> 5.27.1 https://github.com/Project-OSRM/osrm-backend/releases 2022-11-02T09:44:26 attrpath: osrm-backend 2022-11-02T09:44:26 Checking auto update branch... 2022-11-02T09:44:26 No auto update branch exists 2022-11-02T09:44:30 [version] 2022-11-02T09:44:38 [version] updated version and sha256 2022-11-02T09:44:38 [rustCrateVersion] 2022-11-02T09:44:38 [rustCrateVersion] No cargoSha256 found 2022-11-02T09:44:38 [golangModuleVersion] 2022-11-02T09:44:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-02T09:44:38 [updateScript] 2022-11-02T09:44:38 [updateScript] skipping because derivation has no updateScript 2022-11-02T09:44:38 2022-11-02T09:44:38 [quotedUrls] 2022-11-02T09:44:38 [quotedUrls] nothing found to replace 2022-11-02T09:44:38 Diff after rewrites: diff --git a/pkgs/servers/osrm-backend/default.nix b/pkgs/servers/osrm-backend/default.nix index ed163f2547d..77ddab74568 100644 --- a/pkgs/servers/osrm-backend/default.nix +++ b/pkgs/servers/osrm-backend/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "osrm-backend"; - version = "5.26.0"; + version = "5.27.1"; src = fetchFromGitHub { owner = "Project-OSRM"; repo = "osrm-backend"; rev = "v${version}"; - sha256 = "sha256-kqRYE26aeq7nCen56TJo3BlyLFWn4NMltsq+re64/VQ="; + sha256 = "sha256-3oA/U5O4GLfwMF7x99JQuFK7ewDrLJLh6BBLYfnyNaM="; }; nativeBuildInputs = [ cmake pkg-config ]; 2022-11-02T09:47:09 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A osrm-backend nix build failed. from /build/source/include/engine/datafacade/algorithm_datafacade.hpp:5, from /build/source/include/engine/datafacade/contiguous_internalmem_datafacade.hpp:4, from /build/source/include/engine/datafacade.hpp:4, from /build/source/include/engine/routing_algorithms/routing_base_ch.hpp:5, from /build/source/src/engine/routing_algorithms/shortest_path.cpp:1: include/boost/function_output_iterator.hpp:14:1: note: '#pragma message: This header is deprecated. Use instead.' In file included from include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from include/boost/smart_ptr/detail/yield_k.hpp:23, from include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from include/boost/smart_ptr/detail/spinlock.hpp:42, from include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from include/boost/smart_ptr/shared_ptr.hpp:29, from include/boost/shared_ptr.hpp:17, from include/boost/format/alt_sstream.hpp:22, from include/boost/format/internals.hpp:24, from include/boost/format.hpp:38, from /build/source/include/util/exception.hpp:38, from /build/source/include/storage/io.hpp:6, from /build/source/include/partitioner/edge_based_graph.hpp:5, from /build/source/include/customizer/edge_based_graph.hpp:5, from /build/source/include/engine/datafacade/algorithm_datafacade.hpp:5, from /build/source/include/engine/datafacade/contiguous_internalmem_datafacade.hpp:4, from /build/source/include/engine/datafacade.hpp:4, from /build/source/include/engine/routing_algorithms/tile_turns.hpp:5, from /build/source/src/engine/routing_algorithms/tile_turns.cpp:1: include/boost/function_output_iterator.hpp:14:1: note: '#pragma message: This header is deprecated. Use instead.' [ 65%] Built target UTIL [ 65%] Built target ENGINE [ 65%] Built target SERVER make: *** [Makefile:156: all] Error 2