kube-router 2.0.0 -> 2.0.1 https://github.com/cloudnativelabs/kube-router/releases attrpath: kube-router Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-qJA6gnb+VIkJD24iq6yyn8r4zYY19ZywcyalwfaTtbo=" [golangModuleVersion] Replaced vendorHash with sha256-VjPesQ27GcwnFQrNI+VYzJ4/aahcjASbfMi//Zs/KLM= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kube-router nix build failed. time="2023-10-29T03:19:06Z" level=info msg="Add a peer configuration" Key=10.16.0.2 Topic=Peer I1029 03:19:07.007342 20095 bgp_policies.go:772] Did not match any existing policies, starting import policy with default name: kube_router_export0 I1029 03:19:07.007368 20095 bgp_policies.go:781] Current policy does not appear to match new policy: kube_router_export - creating new policy I1029 03:19:07.007383 20095 bgp_policies.go:787] Ensuring that policy kube_router_export1 is assigned I1029 03:19:07.007470 20095 bgp_policies.go:929] Did not match any existing policies, starting import policy with default name: kube_router_import0 I1029 03:19:07.007477 20095 bgp_policies.go:938] Current policy does not appear to match new policy: kube_router_import - creating new policy I1029 03:19:07.007487 20095 bgp_policies.go:944] Ensuring that policy kube_router_import1 is assigned time="2023-10-29T03:19:07Z" level=info msg="Delete a peer configuration" Key=10.16.0.1 Topic=Peer time="2023-10-29T03:19:07Z" level=info msg="Delete a peer configuration" Key=10.16.0.2 Topic=Peer --- FAIL: Test_advertiseClusterIPs (0.10s) --- FAIL: Test_advertiseClusterIPs/add_bgp_path_for_service_with_ClusterIP (0.10s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x19c5d6e] goroutine 309 [running]: testing.tRunner.func1.2({0x1bf9a60, 0x34327e0}) /nix/store/dwmb0qcai52d0zkgpm6f5ifx2a8yvsdg-go-1.21.3/share/go/src/testing/testing.go:1545 +0x238 testing.tRunner.func1() /nix/store/dwmb0qcai52d0zkgpm6f5ifx2a8yvsdg-go-1.21.3/share/go/src/testing/testing.go:1548 +0x397 panic({0x1bf9a60?, 0x34327e0?}) /nix/store/dwmb0qcai52d0zkgpm6f5ifx2a8yvsdg-go-1.21.3/share/go/src/runtime/panic.go:914 +0x21f github.com/cloudnativelabs/kube-router/v2/pkg/controllers/routing.Test_advertiseClusterIPs.func1(0xc00092dd40) /build/source/pkg/controllers/routing/network_routes_controller_test.go:238 +0x6ae testing.tRunner(0xc00092dd40, 0xc000915a40) /nix/store/dwmb0qcai52d0zkgpm6f5ifx2a8yvsdg-go-1.21.3/share/go/src/testing/testing.go:1595 +0xff created by testing.(*T).Run in goroutine 308 /nix/store/dwmb0qcai52d0zkgpm6f5ifx2a8yvsdg-go-1.21.3/share/go/src/testing/testing.go:1648 +0x3ad FAIL github.com/cloudnativelabs/kube-router/v2/pkg/controllers/routing 0.851s FAIL