2022-11-27T00:03:11 osrm-backend 5.26.0 -> 5.27.1 https://github.com/Project-OSRM/osrm-backend/releases 2022-11-27T00:03:13 attrpath: osrm-backend 2022-11-27T00:03:13 Checking auto update branch... 2022-11-27T00:03:13 No auto update branch exists 2022-11-27T00:03:17 [version] 2022-11-27T00:03:22 [version] updated version and sha256 2022-11-27T00:03:22 [rustCrateVersion] 2022-11-27T00:03:22 [rustCrateVersion] No cargoSha256 found 2022-11-27T00:03:22 [golangModuleVersion] 2022-11-27T00:03:22 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-27T00:03:22 [updateScript] 2022-11-27T00:03:22 [updateScript] skipping because derivation has no updateScript 2022-11-27T00:03:22 2022-11-27T00:03:22 [quotedUrls] 2022-11-27T00:03:22 [quotedUrls] nothing found to replace 2022-11-27T00:03:22 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-27T00:05:48 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. In file included from include/boost/config/header_deprecated.hpp:18, from include/boost/spirit/include/phoenix.hpp:11, from /build/source/src/server/api/url_parser.cpp:5: include/boost/spirit/include/phoenix.hpp:12:1: note: '#pragma message: This header is deprecated. Use instead.' [ 56%] Built target UPDATER [ 60%] Building CXX object CMakeFiles/SERVER.dir/src/server/service/table_service.cpp.o [ 60%] Building CXX object CMakeFiles/SERVER.dir/src/server/service/tile_service.cpp.o [ 60%] Building CXX object CMakeFiles/SERVER.dir/src/server/service/trip_service.cpp.o [ 60%] Building CXX object CMakeFiles/SERVER.dir/src/server/service_handler.cpp.o 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/date_time/time_clock.hpp:17, from include/boost/date_time/posix_time/posix_time_types.hpp:10, from include/boost/asio/time_traits.hpp:23, from include/boost/asio/detail/timer_queue_ptime.hpp:22, from include/boost/asio/detail/deadline_timer_service.hpp:31, from include/boost/asio/basic_deadline_timer.hpp:25, from include/boost/asio.hpp:27, from /build/source/include/server/http/reply.hpp:6, from /build/source/include/server/connection.hpp:5, from /build/source/src/server/connection.cpp:1: include/boost/bind.hpp:36:1: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.' [ 60%] Built target ENGINE [ 60%] Built target SERVER make: *** [Makefile:156: all] Error 2