2022-11-07T23:14:46 jing 20181222 -> 20220510 https://github.com/relaxng/jing-trang/releases 2022-11-07T23:14:48 attrpath: jing 2022-11-07T23:14:48 Checking auto update branch... 2022-11-07T23:14:48 No auto update branch exists 2022-11-07T23:14:52 [version] 2022-11-07T23:14:57 [version] updated version and sha256 2022-11-07T23:14:57 [rustCrateVersion] 2022-11-07T23:14:57 [rustCrateVersion] No cargoSha256 found 2022-11-07T23:14:57 [golangModuleVersion] 2022-11-07T23:14:57 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T23:14:57 [updateScript] 2022-11-07T23:14:57 [updateScript] skipping because derivation has no updateScript 2022-11-07T23:14:57 2022-11-07T23:14:57 [quotedUrls] 2022-11-07T23:14:57 [quotedUrls] nothing found to replace 2022-11-07T23:14:57 Diff after rewrites: diff --git a/pkgs/tools/text/xml/jing-trang/default.nix b/pkgs/tools/text/xml/jing-trang/default.nix index c7866f8cba8..8858958c075 100644 --- a/pkgs/tools/text/xml/jing-trang/default.nix +++ b/pkgs/tools/text/xml/jing-trang/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "jing-trang"; - version = "20181222"; + version = "20220510"; src = fetchFromGitHub { owner = "relaxng"; repo = "jing-trang"; rev = "V${version}"; - sha256 = "sha256-Krupa3MGk5UaaQsaNpPMZuIUzHJytDiksz9ysCPkFS4="; + sha256 = "sha256-uGRMVsJSO+lOfSQsgITo5OIlEqZ7bRX1hb+d20a/2iE="; fetchSubmodules = true; }; 2022-11-07T23:15:07 jing-trang 20181222 -> 20220510 https://github.com/relaxng/jing-trang/releases 2022-11-07T23:15:08 Received ExitFailure 1 when running Raw command: nix-env -f /var/cache/nixpkgs-update/worker/outpath/outpaths.nix -qaP --no-name --out-path --arg path /var/cache/nixpkgs-update/worker/worktree/jing --arg checkMeta true --show-trace Standard output: error: getting status of '/var/cache/nixpkgs-update/worker/worktree/jing/pkgs/development/python-modules/jsonlines': No such file or directory … while evaluating 'functionArgs' at /var/cache/nixpkgs-update/worker/worktree/jing/lib/trivial.nix:440:18: 439| */ 440| functionArgs = f: | ^ 441| if f ? __functor … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/lib/customisation.nix:120:15: 119| f = if lib.isFunction fn then fn else import fn; 120| fargs = lib.functionArgs f; | ^ 121| … while evaluating 'filterAttrs' at /var/cache/nixpkgs-update/worker/worktree/jing/lib/attrsets.nix:224:23: 223| */ 224| filterAttrs = pred: set: | ^ 225| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/lib/customisation.nix:130:10: 129| # Filter out arguments that have a default value 130| (lib.filterAttrs (name: value: ! value) | ^ 131| # Filter out arguments that would be passed … while evaluating 'callPackageWith' at /var/cache/nixpkgs-update/worker/worktree/jing/lib/customisation.nix:117:35: 116| */ 117| callPackageWith = autoArgs: fn: args: | ^ 118| let … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/top-level/python-packages.nix:4775:15: 4774| 4775| jsonlines = callPackage ../development/python-modules/jsonlines { }; | ^ 4776| … while evaluating 'isDerivation' at /var/cache/nixpkgs-update/worker/worktree/jing/lib/attrsets.nix:427:18: 426| */ 427| isDerivation = x: x.type or null == "derivation"; | ^ 428| … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/stdenv/generic/make-derivation.nix:193:8: … while evaluating anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/stdenv/generic/make-derivation.nix:192:81: … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/lib/lists.nix:117:32: 116| */ 117| imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list); | ^ 118| … while evaluating anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/jing/lib/lists.nix:117:29: 116| */ 117| imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list); | ^ 118| … from call site … while evaluating anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/stdenv/generic/make-derivation.nix:235:13: … from call site … while evaluating 'getOutput' at /var/cache/nixpkgs-update/worker/worktree/jing/lib/attrsets.nix:598:23: 597| */ 598| getOutput = output: pkg: | ^ 599| if ! pkg ? outputSpecified || ! pkg.outputSpecified … from call site … while evaluating 'hasPythonModule' at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/development/interpreters/python/python-packages-base.nix:47:21: 46| # Check whether a derivation provides a Python module. 47| hasPythonModule = drv: drv?pythonModule && drv.pythonModule == python; | ^ 48| … from call site … while evaluating 'requiredPythonModules' at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/development/interpreters/python/python-packages-base.nix:50:27: 49| # Get list of required Python modules given a list of derivations. 50| requiredPythonModules = drvs: let | ^ 51| modules = lib.filter hasPythonModule drvs; … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/development/interpreters/python/python-packages-base.nix:67:33: 66| pythonPath = [ ]; # Deprecated, for compatibility. 67| requiredPythonModules = requiredPythonModules drv.propagatedBuildInputs; | ^ 68| }; … while evaluating 'requiredPythonModules' at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/development/interpreters/python/python-packages-base.nix:50:27: 49| # Get list of required Python modules given a list of derivations. 50| requiredPythonModules = drvs: let | ^ 51| modules = lib.filter hasPythonModule drvs; … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/development/interpreters/python/python-packages-base.nix:67:33: 66| pythonPath = [ ]; # Deprecated, for compatibility. 67| requiredPythonModules = requiredPythonModules drv.propagatedBuildInputs; | ^ 68| }; … while evaluating 'requiredPythonModules' at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/development/interpreters/python/python-packages-base.nix:50:27: 49| # Get list of required Python modules given a list of derivations. 50| requiredPythonModules = drvs: let | ^ 51| modules = lib.filter hasPythonModule drvs; … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/development/interpreters/python/wrapper.nix:20:13: 19| env = let 20| paths = requiredPythonModules (extraLibs ++ [ python ] ) ; | ^ 21| pythonPath = "${placeholder "out"}/${python.sitePackages}"; … while evaluating the attribute 'passAsFile' at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/build-support/buildenv/default.nix:77:5: 76| # XXX: The size is somewhat arbitrary 77| passAsFile = if builtins.stringLength pkgs >= 128*1024 then [ "pkgs" ] else [ ]; | ^ 78| } … while evaluating the attribute 'passAsFile' of the derivation 'python3-3.10.8-env' at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/stdenv/generic/make-derivation.nix:270:7: … while evaluating the attribute 'buildCommand' of the derivation 'certbot-with-plugins' at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/stdenv/generic/make-derivation.nix:270:7: … while evaluating the attribute 'outPath' at /var/cache/nixpkgs-update/worker/worktree/jing/lib/customisation.nix:204:13: 203| drvPath = assert condition; drv.${outputName}.drvPath; 204| outPath = assert condition; drv.${outputName}.outPath; | ^ 205| }; … while evaluating the attribute 'outPath' at /var/cache/nixpkgs-update/worker/worktree/jing/lib/customisation.nix:234:13: 233| value = commonAttrs // { 234| outPath = output.outPath; | ^ 235| drvPath = output.drvPath; … while evaluating 'hydraJob' at /var/cache/nixpkgs-update/worker/worktree/jing/lib/customisation.nix:218:14: 217| garbage collection. */ 218| hydraJob = drv: | ^ 219| let … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/top-level/release-lib.nix:123:14: 122| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 123| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 124| … while evaluating anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/jing/pkgs/top-level/release-lib.nix:123:6: 122| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 123| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 124| … from call site at /var/cache/nixpkgs-update/worker/worktree/jing/lib/attrsets.nix:414:43: 413| genAttrs = names: f: 414| listToAttrs (map (n: nameValuePair n (f n)) names); | ^ 415| … while evaluating anonymous lambda at /var/cache/nixpkgs-update/worker/outpath/outpaths.nix:40:12: 39| tweak = lib.mapAttrs 40| (name: val: | ^ 41| if name == "recurseForDerivations" then true … from call site 2022-11-07T23:15:11 attrpath: jing 2022-11-07T23:15:11 Checking auto update branch... 2022-11-07T23:15:11 No auto update branch exists 2022-11-07T23:15:15 [version] 2022-11-07T23:15:20 [version] updated version and sha256 2022-11-07T23:15:20 [rustCrateVersion] 2022-11-07T23:15:20 [rustCrateVersion] No cargoSha256 found 2022-11-07T23:15:20 [golangModuleVersion] 2022-11-07T23:15:20 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T23:15:20 [updateScript] 2022-11-07T23:15:20 [updateScript] skipping because derivation has no updateScript 2022-11-07T23:15:20 2022-11-07T23:15:20 [quotedUrls] 2022-11-07T23:15:20 [quotedUrls] nothing found to replace 2022-11-07T23:15:20 Diff after rewrites: diff --git a/pkgs/tools/text/xml/jing-trang/default.nix b/pkgs/tools/text/xml/jing-trang/default.nix index c7866f8cba8..8858958c075 100644 --- a/pkgs/tools/text/xml/jing-trang/default.nix +++ b/pkgs/tools/text/xml/jing-trang/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "jing-trang"; - version = "20181222"; + version = "20220510"; src = fetchFromGitHub { owner = "relaxng"; repo = "jing-trang"; rev = "V${version}"; - sha256 = "sha256-Krupa3MGk5UaaQsaNpPMZuIUzHJytDiksz9ysCPkFS4="; + sha256 = "sha256-uGRMVsJSO+lOfSQsgITo5OIlEqZ7bRX1hb+d20a/2iE="; fetchSubmodules = true; }; 2022-11-07T23:17:10 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 jing nix build failed. [copy] Copying 1 file to /build/source/build/mod/convert-from-dtd/classes/main mod.convert-to-dtd.compile-main: [mkdir] Created dir: /build/source/build/mod/convert-to-dtd/classes/main [javac] /build/source/modbuild.xml:201: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 11 source files to /build/source/build/mod/convert-to-dtd/classes/main [copy] Copying 1 file to /build/source/build/mod/convert-to-dtd/classes/main mod.trang.compile-main: [mkdir] Created dir: /build/source/build/mod/trang/classes/main [javac] /build/source/modbuild.xml:1964: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /build/source/build/mod/trang/classes/main [copy] Copying 1 file to /build/source/build/mod/trang/classes/main mod.trang.jar: [jar] Building jar: /build/source/build/trang.jar ant-jar: BUILD SUCCESSFUL Total time: 4 seconds no Makefile, doing nothing @nix { "action": "setPhase", "phase": "checkPhase" } running tests Buildfile: /build/source/build.xml BUILD FAILED Target "test" does not exist in the project "jing-trang". Total time: 0 seconds