Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path '...' is not valid #769

Open
ilya-fedin opened this issue Oct 13, 2024 · 0 comments
Open

path '...' is not valid #769

ilya-fedin opened this issue Oct 13, 2024 · 0 comments

Comments

@ilya-fedin
Copy link
Contributor

NUR bot seem to have a weird error while trying to update my repo:

2024-10-13T09:51:46.1046475Z INFO:nur.eval:Evaluate repository ilya-fedin
2024-10-13T09:51:46.1231907Z warning: unknown setting 'always-allow-substitutes'
2024-10-13T09:51:46.7744484Z error:
2024-10-13T09:51:46.7745216Z        … while evaluating call site
2024-10-13T09:51:46.7745597Z 
2024-10-13T09:51:46.7746203Z        at /nix/store/dnak786iqp439kq4y9ly69sz8dmrl7wh-source/default.nix:107:40:
2024-10-13T09:51:46.7746822Z 
2024-10-13T09:51:46.7746954Z           106|
2024-10-13T09:51:46.7747827Z           107|   kotatogram-desktop-with-patched-qt = desktop-app.with-patched-qt kotatogram-desktop;
2024-10-13T09:51:46.7748726Z              |                                        ^
2024-10-13T09:51:46.7749217Z           108|
2024-10-13T09:51:46.7749417Z 
2024-10-13T09:51:46.7749678Z        … while calling 'with-patched-qt'
2024-10-13T09:51:46.7750032Z 
2024-10-13T09:51:46.7750557Z        at /nix/store/dnak786iqp439kq4y9ly69sz8dmrl7wh-source/default.nix:76:23:
2024-10-13T09:51:46.7751199Z 
2024-10-13T09:51:46.7751334Z            75|
2024-10-13T09:51:46.7752117Z            76|     with-patched-qt = drv: (lib.foldr ({ oldDependency, newDependency }: drv:
2024-10-13T09:51:46.7752898Z              |                       ^
2024-10-13T09:51:46.7753776Z            77|       replaceDependency { inherit oldDependency newDependency drv; }
2024-10-13T09:51:46.7754235Z 
2024-10-13T09:51:46.7754421Z        … while evaluating call site
2024-10-13T09:51:46.7754677Z 
2024-10-13T09:51:46.7755029Z        at /nix/store/dnak786iqp439kq4y9ly69sz8dmrl7wh-source/default.nix:76:29:
2024-10-13T09:51:46.7755431Z 
2024-10-13T09:51:46.7755520Z            75|
2024-10-13T09:51:46.7756000Z            76|     with-patched-qt = drv: (lib.foldr ({ oldDependency, newDependency }: drv:
2024-10-13T09:51:46.7756517Z              |                             ^
2024-10-13T09:51:46.7756983Z            77|       replaceDependency { inherit oldDependency newDependency drv; }
2024-10-13T09:51:46.7757345Z 
2024-10-13T09:51:46.7757485Z        … while calling 'foldr'
2024-10-13T09:51:46.7757683Z 
2024-10-13T09:51:46.7758365Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/lists.nix:121:20:
2024-10-13T09:51:46.7758787Z 
2024-10-13T09:51:46.7758874Z           120|   */
2024-10-13T09:51:46.7759136Z           121|   foldr = op: nul: list:
2024-10-13T09:51:46.7759453Z              |                    ^
2024-10-13T09:51:46.7759743Z           122|     let
2024-10-13T09:51:46.7759900Z 
2024-10-13T09:51:46.7760049Z        … while evaluating call site
2024-10-13T09:51:46.7760417Z 
2024-10-13T09:51:46.7760764Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/lists.nix:128:8:
2024-10-13T09:51:46.7761174Z 
2024-10-13T09:51:46.7761388Z           127|         else op (elemAt list n) (fold' (n + 1));
2024-10-13T09:51:46.7761796Z           128|     in fold' 0;
2024-10-13T09:51:46.7762064Z              |        ^
2024-10-13T09:51:46.7762305Z           129|
2024-10-13T09:51:46.7762447Z 
2024-10-13T09:51:46.7762578Z        … while calling 'fold''
2024-10-13T09:51:46.7762763Z 
2024-10-13T09:51:46.7763309Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/lists.nix:124:15:
2024-10-13T09:51:46.7763731Z 
2024-10-13T09:51:46.7763841Z           123|       len = length list;
2024-10-13T09:51:46.7764195Z           124|       fold' = n:
2024-10-13T09:51:46.7764472Z              |               ^
2024-10-13T09:51:46.7764743Z           125|         if n == len
2024-10-13T09:51:46.7764939Z 
2024-10-13T09:51:46.7765089Z        … while evaluating call site
2024-10-13T09:51:46.7765308Z 
2024-10-13T09:51:46.7765648Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/lists.nix:127:14:
2024-10-13T09:51:46.7766054Z 
2024-10-13T09:51:46.7766145Z           126|         then nul
2024-10-13T09:51:46.7766538Z           127|         else op (elemAt list n) (fold' (n + 1));
2024-10-13T09:51:46.7766908Z              |              ^
2024-10-13T09:51:46.7767205Z           128|     in fold' 0;
2024-10-13T09:51:46.7767394Z 
2024-10-13T09:51:46.7767544Z        … while calling anonymous lambda
2024-10-13T09:51:46.7767772Z 
2024-10-13T09:51:46.7768119Z        at /nix/store/dnak786iqp439kq4y9ly69sz8dmrl7wh-source/default.nix:76:74:
2024-10-13T09:51:46.7768515Z 
2024-10-13T09:51:46.7768601Z            75|
2024-10-13T09:51:46.7769079Z            76|     with-patched-qt = drv: (lib.foldr ({ oldDependency, newDependency }: drv:
2024-10-13T09:51:46.7769625Z              |                                                                          ^
2024-10-13T09:51:46.7770157Z            77|       replaceDependency { inherit oldDependency newDependency drv; }
2024-10-13T09:51:46.7770522Z 
2024-10-13T09:51:46.7770673Z        … while evaluating call site
2024-10-13T09:51:46.7770891Z 
2024-10-13T09:51:46.7771230Z        at /nix/store/dnak786iqp439kq4y9ly69sz8dmrl7wh-source/default.nix:77:7:
2024-10-13T09:51:46.7771637Z 
2024-10-13T09:51:46.7771977Z            76|     with-patched-qt = drv: (lib.foldr ({ oldDependency, newDependency }: drv:
2024-10-13T09:51:46.7772606Z            77|       replaceDependency { inherit oldDependency newDependency drv; }
2024-10-13T09:51:46.7773202Z              |       ^
2024-10-13T09:51:46.7773457Z            78|     ) drv ([
2024-10-13T09:51:46.7773643Z 
2024-10-13T09:51:46.7773820Z        … while calling 'replaceDependency'
2024-10-13T09:51:46.7774072Z 
2024-10-13T09:51:46.7774516Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/top-level/all-packages.nix:1295:23:
2024-10-13T09:51:46.7775013Z 
2024-10-13T09:51:46.7775100Z          1294|
2024-10-13T09:51:46.7775625Z          1295|   replaceDependency = { drv, oldDependency, newDependency, verbose ? true }: replaceDependencies {
2024-10-13T09:51:46.7776209Z              |                       ^
2024-10-13T09:51:46.7776523Z          1296|     inherit drv verbose;
2024-10-13T09:51:46.7776747Z 
2024-10-13T09:51:46.7776898Z        … while evaluating call site
2024-10-13T09:51:46.7777113Z 
2024-10-13T09:51:46.7777558Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/top-level/all-packages.nix:1295:78:
2024-10-13T09:51:46.7778039Z 
2024-10-13T09:51:46.7778121Z          1294|
2024-10-13T09:51:46.7778778Z          1295|   replaceDependency = { drv, oldDependency, newDependency, verbose ? true }: replaceDependencies {
2024-10-13T09:51:46.7779436Z              |                                                                              ^
2024-10-13T09:51:46.7779823Z          1296|     inherit drv verbose;
2024-10-13T09:51:46.7780167Z 
2024-10-13T09:51:46.7780334Z        … while calling anonymous lambda
2024-10-13T09:51:46.7780562Z 
2024-10-13T09:51:46.7781073Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:35:1:
2024-10-13T09:51:46.7781627Z 
2024-10-13T09:51:46.7782035Z            34| # The cutoffPackages argument can be used to exempt the problematic packages from the replacement process.
2024-10-13T09:51:46.7782641Z            35| {
2024-10-13T09:51:46.7782860Z              | ^
2024-10-13T09:51:46.7783245Z            36|   drv,
2024-10-13T09:51:46.7783409Z 
2024-10-13T09:51:46.7783559Z        … while evaluating call site
2024-10-13T09:51:46.7783789Z 
2024-10-13T09:51:46.7784307Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:136:24:
2024-10-13T09:51:46.7784860Z 
2024-10-13T09:51:46.7784949Z           135|   );
2024-10-13T09:51:46.7785341Z           136|   relevantReferences = mergeAttrsList (attrValues referencesMemo);
2024-10-13T09:51:46.7785811Z              |                        ^
2024-10-13T09:51:46.7786342Z           137|   # Make sure a derivation is returned even when no replacements are actually applied.
2024-10-13T09:51:46.7786775Z 
2024-10-13T09:51:46.7786933Z        … while calling 'mergeAttrsList'
2024-10-13T09:51:46.7787165Z 
2024-10-13T09:51:46.7787536Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/attrsets.nix:1488:20:
2024-10-13T09:51:46.7787959Z 
2024-10-13T09:51:46.7788043Z          1487|   */
2024-10-13T09:51:46.7788297Z          1488|   mergeAttrsList = list:
2024-10-13T09:51:46.7788609Z              |                    ^
2024-10-13T09:51:46.7788904Z          1489|     let
2024-10-13T09:51:46.7789060Z 
2024-10-13T09:51:46.7789201Z        … while evaluating call site
2024-10-13T09:51:46.7789420Z 
2024-10-13T09:51:46.7789587Z        at «none»:0: (source not available)
2024-10-13T09:51:46.7789838Z 
2024-10-13T09:51:46.7789995Z        … while calling anonymous lambda
2024-10-13T09:51:46.7790236Z 
2024-10-13T09:51:46.7790762Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:114:5:
2024-10-13T09:51:46.7791312Z 
2024-10-13T09:51:46.7791452Z           113|   relevantReplacements = filter (
2024-10-13T09:51:46.7791858Z           114|     { oldDependency, newDependency }:
2024-10-13T09:51:46.7792203Z              |     ^
2024-10-13T09:51:46.7792562Z           115|     if toString oldDependency == toString newDependency then
2024-10-13T09:51:46.7792896Z 
2024-10-13T09:51:46.7793191Z        … while evaluating call site
2024-10-13T09:51:46.7793421Z 
2024-10-13T09:51:46.7793951Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:112:20:
2024-10-13T09:51:46.7794505Z 
2024-10-13T09:51:46.7794591Z           111|       );
2024-10-13T09:51:46.7795078Z           112|   rootReferences = referencesOf drv;
2024-10-13T09:51:46.7795435Z              |                    ^
2024-10-13T09:51:46.7795764Z           113|   relevantReplacements = filter (
2024-10-13T09:51:46.7796032Z 
2024-10-13T09:51:46.7796194Z        … while calling 'referencesOf'
2024-10-13T09:51:46.7796420Z 
2024-10-13T09:51:46.7796939Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:60:5:
2024-10-13T09:51:46.7797492Z 
2024-10-13T09:51:46.7797598Z            59|   referencesOf =
2024-10-13T09:51:46.7797887Z            60|     drv:
2024-10-13T09:51:46.7798136Z              |     ^
2024-10-13T09:51:46.7798374Z            61|     import
2024-10-13T09:51:46.7798541Z 
2024-10-13T09:51:46.7798728Z        … while realising the context of a path
2024-10-13T09:51:46.7799159Z 
2024-10-13T09:51:46.7799664Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:61:5:
2024-10-13T09:51:46.7800213Z 
2024-10-13T09:51:46.7800300Z            60|     drv:
2024-10-13T09:51:46.7800548Z            61|     import
2024-10-13T09:51:46.7800812Z              |     ^
2024-10-13T09:51:46.7801215Z            62|       (runCommandLocal "references.nix"
2024-10-13T09:51:46.7801489Z 
2024-10-13T09:51:46.7801680Z        … while evaluating the attribute 'outPath'
2024-10-13T09:51:46.7801949Z 
2024-10-13T09:51:46.7802330Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/customisation.nix:366:7:
2024-10-13T09:51:46.7802767Z 
2024-10-13T09:51:46.7802936Z           365|       drvPath = assert condition; drv.drvPath;
2024-10-13T09:51:46.7803558Z           366|       outPath = assert condition; drv.outPath;
2024-10-13T09:51:46.7803924Z              |       ^
2024-10-13T09:51:46.7804166Z           367|     };
2024-10-13T09:51:46.7804325Z 
2024-10-13T09:51:46.7804747Z        … while evaluating the attribute 'exportReferencesGraph' of the derivation 'references.nix'
2024-10-13T09:51:46.7805206Z 
2024-10-13T09:51:46.7805693Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/stdenv/generic/make-derivation.nix:336:7:
2024-10-13T09:51:46.7806215Z 
2024-10-13T09:51:46.7806480Z           335|     // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
2024-10-13T09:51:46.7806951Z           336|       name =
2024-10-13T09:51:46.7807212Z              |       ^
2024-10-13T09:51:46.7807456Z           337|         let
2024-10-13T09:51:46.7807628Z 
2024-10-13T09:51:46.7807770Z        … while evaluating call site
2024-10-13T09:51:46.7807989Z 
2024-10-13T09:51:46.7808345Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/lists.nix:127:34:
2024-10-13T09:51:46.7808762Z 
2024-10-13T09:51:46.7808855Z           126|         then nul
2024-10-13T09:51:46.7809259Z           127|         else op (elemAt list n) (fold' (n + 1));
2024-10-13T09:51:46.7809646Z              |                                  ^
2024-10-13T09:51:46.7810005Z           128|     in fold' 0;
2024-10-13T09:51:46.7810196Z 
2024-10-13T09:51:46.7810325Z        … while calling 'fold''
2024-10-13T09:51:46.7810514Z 
2024-10-13T09:51:46.7810862Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/lists.nix:124:15:
2024-10-13T09:51:46.7811342Z 
2024-10-13T09:51:46.7811455Z           123|       len = length list;
2024-10-13T09:51:46.7811802Z           124|       fold' = n:
2024-10-13T09:51:46.7812079Z              |               ^
2024-10-13T09:51:46.7812350Z           125|         if n == len
2024-10-13T09:51:46.7812548Z 
2024-10-13T09:51:46.7812689Z        … while evaluating call site
2024-10-13T09:51:46.7812910Z 
2024-10-13T09:51:46.7813425Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/lists.nix:127:14:
2024-10-13T09:51:46.7813842Z 
2024-10-13T09:51:46.7813934Z           126|         then nul
2024-10-13T09:51:46.7814338Z           127|         else op (elemAt list n) (fold' (n + 1));
2024-10-13T09:51:46.7814706Z              |              ^
2024-10-13T09:51:46.7815004Z           128|     in fold' 0;
2024-10-13T09:51:46.7815192Z 
2024-10-13T09:51:46.7815359Z        … while calling anonymous lambda
2024-10-13T09:51:46.7815587Z 
2024-10-13T09:51:46.7815930Z        at /nix/store/dnak786iqp439kq4y9ly69sz8dmrl7wh-source/default.nix:76:74:
2024-10-13T09:51:46.7816333Z 
2024-10-13T09:51:46.7816415Z            75|
2024-10-13T09:51:46.7816892Z            76|     with-patched-qt = drv: (lib.foldr ({ oldDependency, newDependency }: drv:
2024-10-13T09:51:46.7817441Z              |                                                                          ^
2024-10-13T09:51:46.7817947Z            77|       replaceDependency { inherit oldDependency newDependency drv; }
2024-10-13T09:51:46.7818352Z 
2024-10-13T09:51:46.7818495Z        … while evaluating call site
2024-10-13T09:51:46.7818721Z 
2024-10-13T09:51:46.7819211Z        at /nix/store/dnak786iqp439kq4y9ly69sz8dmrl7wh-source/default.nix:77:7:
2024-10-13T09:51:46.7819612Z 
2024-10-13T09:51:46.7819957Z            76|     with-patched-qt = drv: (lib.foldr ({ oldDependency, newDependency }: drv:
2024-10-13T09:51:46.7820580Z            77|       replaceDependency { inherit oldDependency newDependency drv; }
2024-10-13T09:51:46.7821150Z              |       ^
2024-10-13T09:51:46.7821398Z            78|     ) drv ([
2024-10-13T09:51:46.7821573Z 
2024-10-13T09:51:46.7821748Z        … while calling 'replaceDependency'
2024-10-13T09:51:46.7821990Z 
2024-10-13T09:51:46.7822433Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/top-level/all-packages.nix:1295:23:
2024-10-13T09:51:46.7822918Z 
2024-10-13T09:51:46.7823180Z          1294|
2024-10-13T09:51:46.7823694Z          1295|   replaceDependency = { drv, oldDependency, newDependency, verbose ? true }: replaceDependencies {
2024-10-13T09:51:46.7824286Z              |                       ^
2024-10-13T09:51:46.7824609Z          1296|     inherit drv verbose;
2024-10-13T09:51:46.7824830Z 
2024-10-13T09:51:46.7824979Z        … while evaluating call site
2024-10-13T09:51:46.7825199Z 
2024-10-13T09:51:46.7825636Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/top-level/all-packages.nix:1295:78:
2024-10-13T09:51:46.7826127Z 
2024-10-13T09:51:46.7826223Z          1294|
2024-10-13T09:51:46.7826726Z          1295|   replaceDependency = { drv, oldDependency, newDependency, verbose ? true }: replaceDependencies {
2024-10-13T09:51:46.7827361Z              |                                                                              ^
2024-10-13T09:51:46.7827738Z          1296|     inherit drv verbose;
2024-10-13T09:51:46.7827965Z 
2024-10-13T09:51:46.7828115Z        … while calling anonymous lambda
2024-10-13T09:51:46.7828341Z 
2024-10-13T09:51:46.7828848Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:35:1:
2024-10-13T09:51:46.7829389Z 
2024-10-13T09:51:46.7829809Z            34| # The cutoffPackages argument can be used to exempt the problematic packages from the replacement process.
2024-10-13T09:51:46.7830407Z            35| {
2024-10-13T09:51:46.7830627Z              | ^
2024-10-13T09:51:46.7830850Z            36|   drv,
2024-10-13T09:51:46.7831003Z 
2024-10-13T09:51:46.7831147Z        … while evaluating call site
2024-10-13T09:51:46.7831365Z 
2024-10-13T09:51:46.7831875Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:136:24:
2024-10-13T09:51:46.7832433Z 
2024-10-13T09:51:46.7832516Z           135|   );
2024-10-13T09:51:46.7832907Z           136|   relevantReferences = mergeAttrsList (attrValues referencesMemo);
2024-10-13T09:51:46.7833531Z              |                        ^
2024-10-13T09:51:46.7834055Z           137|   # Make sure a derivation is returned even when no replacements are actually applied.
2024-10-13T09:51:46.7834496Z 
2024-10-13T09:51:46.7834652Z        … while calling 'mergeAttrsList'
2024-10-13T09:51:46.7834896Z 
2024-10-13T09:51:46.7835263Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/attrsets.nix:1488:20:
2024-10-13T09:51:46.7835705Z 
2024-10-13T09:51:46.7835790Z          1487|   */
2024-10-13T09:51:46.7836041Z          1488|   mergeAttrsList = list:
2024-10-13T09:51:46.7836348Z              |                    ^
2024-10-13T09:51:46.7836643Z          1489|     let
2024-10-13T09:51:46.7836800Z 
2024-10-13T09:51:46.7836946Z        … while evaluating call site
2024-10-13T09:51:46.7837153Z 
2024-10-13T09:51:46.7837319Z        at «none»:0: (source not available)
2024-10-13T09:51:46.7837558Z 
2024-10-13T09:51:46.7837707Z        … while calling anonymous lambda
2024-10-13T09:51:46.7837935Z 
2024-10-13T09:51:46.7838443Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:114:5:
2024-10-13T09:51:46.7838995Z 
2024-10-13T09:51:46.7839133Z           113|   relevantReplacements = filter (
2024-10-13T09:51:46.7839682Z           114|     { oldDependency, newDependency }:
2024-10-13T09:51:46.7840032Z              |     ^
2024-10-13T09:51:46.7840392Z           115|     if toString oldDependency == toString newDependency then
2024-10-13T09:51:46.7840731Z 
2024-10-13T09:51:46.7841145Z        … while evaluating the attribute 'propagatedBuildInputs' of the derivation 'qtwayland-6.7.2'
2024-10-13T09:51:46.7841726Z 
2024-10-13T09:51:46.7842210Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/stdenv/generic/make-derivation.nix:336:7:
2024-10-13T09:51:46.7842731Z 
2024-10-13T09:51:46.7843128Z           335|     // (optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
2024-10-13T09:51:46.7843616Z           336|       name =
2024-10-13T09:51:46.7843875Z              |       ^
2024-10-13T09:51:46.7844129Z           337|         let
2024-10-13T09:51:46.7844297Z 
2024-10-13T09:51:46.7844451Z        … while evaluating call site
2024-10-13T09:51:46.7844665Z 
2024-10-13T09:51:46.7844834Z        at «none»:0: (source not available)
2024-10-13T09:51:46.7845081Z 
2024-10-13T09:51:46.7845231Z        … while calling anonymous lambda
2024-10-13T09:51:46.7845463Z 
2024-10-13T09:51:46.7845952Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/stdenv/generic/make-derivation.nix:326:13:
2024-10-13T09:51:46.7846483Z 
2024-10-13T09:51:46.7846963Z           325|       (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHostPropagated" depsHostHostPropagated))
2024-10-13T09:51:46.7848020Z           326|       (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "propagatedBuildInputs" propagatedBuildInputs))
2024-10-13T09:51:46.7848685Z              |             ^
2024-10-13T09:51:46.7848944Z           327|     ]
2024-10-13T09:51:46.7849100Z 
2024-10-13T09:51:46.7849247Z        … while evaluating call site
2024-10-13T09:51:46.7849464Z 
2024-10-13T09:51:46.7849957Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/stdenv/generic/make-derivation.nix:326:18:
2024-10-13T09:51:46.7850481Z 
2024-10-13T09:51:46.7850939Z           325|       (map (drv: getDev drv.__spliced.hostHost or drv) (checkDependencyList "depsHostHostPropagated" depsHostHostPropagated))
2024-10-13T09:51:46.7851967Z           326|       (map (drv: getDev drv.__spliced.hostTarget or drv) (checkDependencyList "propagatedBuildInputs" propagatedBuildInputs))
2024-10-13T09:51:46.7852636Z              |                  ^
2024-10-13T09:51:46.7852917Z           327|     ]
2024-10-13T09:51:46.7853303Z 
2024-10-13T09:51:46.7853467Z        … while calling 'getOutput'
2024-10-13T09:51:46.7853683Z 
2024-10-13T09:51:46.7854052Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/attrsets.nix:1797:23:
2024-10-13T09:51:46.7854485Z 
2024-10-13T09:51:46.7854567Z          1796|   */
2024-10-13T09:51:46.7854830Z          1797|   getOutput = output: pkg:
2024-10-13T09:51:46.7855164Z              |                       ^
2024-10-13T09:51:46.7855574Z          1798|     if ! pkg ? outputSpecified || ! pkg.outputSpecified
2024-10-13T09:51:46.7855904Z 
2024-10-13T09:51:46.7856047Z        … while evaluating call site
2024-10-13T09:51:46.7856267Z 
2024-10-13T09:51:46.7856425Z        at «none»:0: (source not available)
2024-10-13T09:51:46.7856663Z 
2024-10-13T09:51:46.7856817Z        … while calling anonymous lambda
2024-10-13T09:51:46.7857045Z 
2024-10-13T09:51:46.7857400Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/lists.nix:334:29:
2024-10-13T09:51:46.7857817Z 
2024-10-13T09:51:46.7857900Z           333|   */
2024-10-13T09:51:46.7858290Z           334|   imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list);
2024-10-13T09:51:46.7858769Z              |                             ^
2024-10-13T09:51:46.7859074Z           335|
2024-10-13T09:51:46.7859210Z 
2024-10-13T09:51:46.7859350Z        … while evaluating call site
2024-10-13T09:51:46.7859566Z 
2024-10-13T09:51:46.7859912Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/lists.nix:334:32:
2024-10-13T09:51:46.7860474Z 
2024-10-13T09:51:46.7860565Z           333|   */
2024-10-13T09:51:46.7860951Z           334|   imap1 = f: list: genList (n: f (n + 1) (elemAt list n)) (length list);
2024-10-13T09:51:46.7861420Z              |                                ^
2024-10-13T09:51:46.7861731Z           335|
2024-10-13T09:51:46.7861861Z 
2024-10-13T09:51:46.7862128Z        … while calling anonymous lambda
2024-10-13T09:51:46.7862357Z 
2024-10-13T09:51:46.7862846Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/stdenv/generic/make-derivation.nix:281:15:
2024-10-13T09:51:46.7863566Z 
2024-10-13T09:51:46.7863658Z           280|     imap1
2024-10-13T09:51:46.7863920Z           281|       (index: dep:
2024-10-13T09:51:46.7864211Z              |               ^
2024-10-13T09:51:46.7864729Z           282|         if isDerivation dep || dep == null || builtins.isString dep || builtins.isPath dep then dep
2024-10-13T09:51:46.7865181Z 
2024-10-13T09:51:46.7865332Z        … while evaluating call site
2024-10-13T09:51:46.7865564Z 
2024-10-13T09:51:46.7866058Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/stdenv/generic/make-derivation.nix:282:12:
2024-10-13T09:51:46.7866592Z 
2024-10-13T09:51:46.7866688Z           281|       (index: dep:
2024-10-13T09:51:46.7867219Z           282|         if isDerivation dep || dep == null || builtins.isString dep || builtins.isPath dep then dep
2024-10-13T09:51:46.7867763Z              |            ^
2024-10-13T09:51:46.7868293Z           283|         else if isList dep then checkDependencyList' ([index] ++ positions) name dep
2024-10-13T09:51:46.7868715Z 
2024-10-13T09:51:46.7868865Z        … while calling 'isDerivation'
2024-10-13T09:51:46.7869093Z 
2024-10-13T09:51:46.7869453Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/attrsets.nix:1283:5:
2024-10-13T09:51:46.7869872Z 
2024-10-13T09:51:46.7869978Z          1282|   isDerivation =
2024-10-13T09:51:46.7870333Z          1283|     value: value.type or null == "derivation";
2024-10-13T09:51:46.7870701Z              |     ^
2024-10-13T09:51:46.7870935Z          1284|
2024-10-13T09:51:46.7871068Z 
2024-10-13T09:51:46.7871214Z        … while evaluating call site
2024-10-13T09:51:46.7871431Z 
2024-10-13T09:51:46.7871771Z        at /nix/store/dnak786iqp439kq4y9ly69sz8dmrl7wh-source/default.nix:59:23:
2024-10-13T09:51:46.7872172Z 
2024-10-13T09:51:46.7872276Z            58|       inherit qtbase;
2024-10-13T09:51:46.7872646Z            59|       qtdeclarative = replaceDependency {
2024-10-13T09:51:46.7873108Z              |                       ^
2024-10-13T09:51:46.7873446Z            60|         oldDependency = qt6.qtbase;
2024-10-13T09:51:46.7873704Z 
2024-10-13T09:51:46.7873876Z        … while calling 'replaceDependency'
2024-10-13T09:51:46.7874121Z 
2024-10-13T09:51:46.7874569Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/top-level/all-packages.nix:1295:23:
2024-10-13T09:51:46.7875073Z 
2024-10-13T09:51:46.7875162Z          1294|
2024-10-13T09:51:46.7875669Z          1295|   replaceDependency = { drv, oldDependency, newDependency, verbose ? true }: replaceDependencies {
2024-10-13T09:51:46.7876248Z              |                       ^
2024-10-13T09:51:46.7876560Z          1296|     inherit drv verbose;
2024-10-13T09:51:46.7876783Z 
2024-10-13T09:51:46.7876929Z        … while evaluating call site
2024-10-13T09:51:46.7877151Z 
2024-10-13T09:51:46.7877594Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/top-level/all-packages.nix:1295:78:
2024-10-13T09:51:46.7878074Z 
2024-10-13T09:51:46.7878156Z          1294|
2024-10-13T09:51:46.7878656Z          1295|   replaceDependency = { drv, oldDependency, newDependency, verbose ? true }: replaceDependencies {
2024-10-13T09:51:46.7879301Z              |                                                                              ^
2024-10-13T09:51:46.7879690Z          1296|     inherit drv verbose;
2024-10-13T09:51:46.7879912Z 
2024-10-13T09:51:46.7880061Z        … while calling anonymous lambda
2024-10-13T09:51:46.7880292Z 
2024-10-13T09:51:46.7880941Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:35:1:
2024-10-13T09:51:46.7881496Z 
2024-10-13T09:51:46.7881902Z            34| # The cutoffPackages argument can be used to exempt the problematic packages from the replacement process.
2024-10-13T09:51:46.7882509Z            35| {
2024-10-13T09:51:46.7882841Z              | ^
2024-10-13T09:51:46.7883243Z            36|   drv,
2024-10-13T09:51:46.7883411Z 
2024-10-13T09:51:46.7883570Z        … while evaluating call site
2024-10-13T09:51:46.7883787Z 
2024-10-13T09:51:46.7884306Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:136:24:
2024-10-13T09:51:46.7884861Z 
2024-10-13T09:51:46.7884959Z           135|   );
2024-10-13T09:51:46.7885347Z           136|   relevantReferences = mergeAttrsList (attrValues referencesMemo);
2024-10-13T09:51:46.7885811Z              |                        ^
2024-10-13T09:51:46.7886347Z           137|   # Make sure a derivation is returned even when no replacements are actually applied.
2024-10-13T09:51:46.7886783Z 
2024-10-13T09:51:46.7886940Z        … while calling 'mergeAttrsList'
2024-10-13T09:51:46.7887170Z 
2024-10-13T09:51:46.7887536Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/lib/attrsets.nix:1488:20:
2024-10-13T09:51:46.7887975Z 
2024-10-13T09:51:46.7888059Z          1487|   */
2024-10-13T09:51:46.7888312Z          1488|   mergeAttrsList = list:
2024-10-13T09:51:46.7888622Z              |                    ^
2024-10-13T09:51:46.7888903Z          1489|     let
2024-10-13T09:51:46.7889065Z 
2024-10-13T09:51:46.7889205Z        … while evaluating call site
2024-10-13T09:51:46.7889424Z 
2024-10-13T09:51:46.7889580Z        at «none»:0: (source not available)
2024-10-13T09:51:46.7889815Z 
2024-10-13T09:51:46.7889966Z        … while calling anonymous lambda
2024-10-13T09:51:46.7890193Z 
2024-10-13T09:51:46.7890715Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:114:5:
2024-10-13T09:51:46.7891270Z 
2024-10-13T09:51:46.7891409Z           113|   relevantReplacements = filter (
2024-10-13T09:51:46.7891811Z           114|     { oldDependency, newDependency }:
2024-10-13T09:51:46.7892156Z              |     ^
2024-10-13T09:51:46.7892513Z           115|     if toString oldDependency == toString newDependency then
2024-10-13T09:51:46.7892853Z 
2024-10-13T09:51:46.7893148Z        … while evaluating call site
2024-10-13T09:51:46.7893403Z 
2024-10-13T09:51:46.7893935Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:112:20:
2024-10-13T09:51:46.7894497Z 
2024-10-13T09:51:46.7894583Z           111|       );
2024-10-13T09:51:46.7894885Z           112|   rootReferences = referencesOf drv;
2024-10-13T09:51:46.7895233Z              |                    ^
2024-10-13T09:51:46.7895567Z           113|   relevantReplacements = filter (
2024-10-13T09:51:46.7895826Z 
2024-10-13T09:51:46.7895981Z        … while calling 'referencesOf'
2024-10-13T09:51:46.7896206Z 
2024-10-13T09:51:46.7896716Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:60:5:
2024-10-13T09:51:46.7897261Z 
2024-10-13T09:51:46.7897365Z            59|   referencesOf =
2024-10-13T09:51:46.7897642Z            60|     drv:
2024-10-13T09:51:46.7897890Z              |     ^
2024-10-13T09:51:46.7898132Z            61|     import
2024-10-13T09:51:46.7898302Z 
2024-10-13T09:51:46.7898774Z        … while realising the context of path '/nix/store/rafrh4fayv826ynkzi57l7hmkxw4ydhs-references.nix'
2024-10-13T09:51:46.7899288Z 
2024-10-13T09:51:46.7899796Z        at /nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source/pkgs/build-support/replace-dependencies.nix:61:5:
2024-10-13T09:51:46.7900342Z 
2024-10-13T09:51:46.7900427Z            60|     drv:
2024-10-13T09:51:46.7900674Z            61|     import
2024-10-13T09:51:46.7900920Z              |     ^
2024-10-13T09:51:46.7901373Z            62|       (runCommandLocal "references.nix"
2024-10-13T09:51:46.7901651Z 
2024-10-13T09:51:46.7902081Z        error: path '/nix/store/85jkr5b5djrr8g6vxync2n96mnm46c9p-references.nix.drv' is not valid
2024-10-13T09:51:46.8206448Z ERROR:nur.update:repository ilya-fedin failed to evaluate: ilya-fedin does not evaluate:
2024-10-13T09:51:46.8215497Z $ nix-env -f /home/runner/work/_temp/tmp8gv2mh8s/default.nix -qa * --meta --xml --allowed-uris https://static.rust-lang.org --option restrict-eval true --option allow-import-from-derivation true --drv-path --show-trace -I nixpkgs=/nix/store/r45mcm26jbyyqccx0sfz5906i12axykg-source -I /nix/store/dnak786iqp439kq4y9ly69sz8dmrl7wh-source -I /home/runner/work/_temp/tmp8gv2mh8s/default.nix -I /home/runner/work/NUR/NUR/lib/evalRepo.nix
2024-10-13T09:51:48.3660707Z warning: unknown setting 'always-allow-substitutes'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant