rusty-psn 0.3.0 -> 0.3.2 https://github.com/RainbowCookie32/rusty-psn/releases attrpath: rusty-psn Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-oJHFpJpnArpjQXZSmwmRmmDHV+TzyEWaid77p1MM05k= 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 rusty-psn nix build failed. test psn::tests::parse_tokyo_jungle ... FAILED test psn::tests::parse_infamous2 ... FAILED test psn::tests::parse_ac3 ... FAILED test psn::tests::parse_lpb ... FAILED failures: ---- psn::tests::parse_tokyo_jungle stdout ---- thread 'psn::tests::parse_tokyo_jungle' panicked at 'Failed to get info for NPUA80523: Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("a0.ww.np.dl.playstation.net")), port: None, path: "/tpl/np/NPUA80523/NPUA80523-ver.xml", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })', src/psn/mod.rs:200:23 ---- psn::tests::parse_infamous2 stdout ---- thread 'psn::tests::parse_infamous2' panicked at 'Failed to get info for NPUA80638: Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("a0.ww.np.dl.playstation.net")), port: None, path: "/tpl/np/NPUA80638/NPUA80638-ver.xml", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })', src/psn/mod.rs:192:23 ---- psn::tests::parse_ac3 stdout ---- thread 'psn::tests::parse_ac3' panicked at 'Failed to get info for NPUB30826: Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("a0.ww.np.dl.playstation.net")), port: None, path: "/tpl/np/NPUB30826/NPUB30826-ver.xml", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })', src/psn/mod.rs:176:23 ---- psn::tests::parse_lpb stdout ---- thread 'psn::tests::parse_lpb' panicked at 'Failed to get info for BCUS98148: Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("a0.ww.np.dl.playstation.net")), port: None, path: "/tpl/np/BCUS98148/BCUS98148-ver.xml", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })', src/psn/mod.rs:184:23 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: psn::tests::parse_ac3 psn::tests::parse_infamous2 psn::tests::parse_lpb psn::tests::parse_tokyo_jungle test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s error: test failed, to rerun pass `--bin rusty-psn`