nixbot

builds
1this derivation will be built:2 /nix/store/73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv3these 9 paths will be fetched (5.4 MiB download, 15.7 MiB unpacked):4 /nix/store/v518lnay5912qwhdq4f140cyv34m0hlz-nix-cmd-2.35.15 /nix/store/v733wvlsa5i929351sm0b0f2n48kaycn-nix-eval-jobs-2.35.16 /nix/store/yl3fd9mp93fb4yc4sk70snwp2s784wwi-nix-eval-jobs-2.35.1-dev7 /nix/store/2qragqvyf4fqzax2rk5y187rsd5wcm65-nix-expr-2.35.18 /nix/store/zpvm74i9hbr00y9w87la75wgp08nldip-nix-fetchers-2.35.19 /nix/store/glqy0bwrqrsry9nydb88w6xsndcfw1ak-nix-flake-2.35.110 /nix/store/xpgqk0l5l5yfycfk5cgz9a01j8mfjlyd-nix-main-2.35.111 /nix/store/1aw9d6972l4drd3nwrq5dc36mn73yzys-nix-store-2.35.112 /nix/store/l90k3z3zxvk3x7q32z5ijbn9zpqb1cr4-nix-util-2.35.113Failed to find a machine for remote build!14derivation: 73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv15required (system, features): (aarch64-linux, [])161 available machines:17(systems, maxjobs, supportedFeatures, mandatoryFeatures)18([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])19error: Cannot build '/nix/store/73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv'.20 Reason: builder failed with exit code 1.21 Output paths:22 /nix/store/b74r8v3xmp1h2z91z5hdy6syp0yy94jd-nix-eval-warnings-0.1.023 /nix/store/bxlfjlqsdqxax832pmnw4n2g5shc3cg2-nix-eval-warnings-0.1.0-dist24 Last 25 log lines:25 > rootdir: /build/nix-eval-warnings26 > configfile: pyproject.toml27 > collected 12 items28 >29 > tests/test_nix_eval_warnings.py ..F......... [100%]30 >31 > =================================== FAILURES ===================================32 > ____ TestNixEvalWarningsIntegration.test_source_location_has_file_and_line _____33 >34 > self = <tests.test_nix_eval_warnings.TestNixEvalWarningsIntegration testMethod=test_source_location_has_file_and_line>35 >36 > def test_source_location_has_file_and_line(self) -> None:37 > """Test that source file and line number are extracted."""38 > for w in self.warnings:39 > > assert "flake.nix:" in w.source, (40 > f"Expected 'flake.nix:' in source, got: {w.source}"41 > )42 > E AssertionError: Expected 'flake.nix:' in source, got:43 > E assert 'flake.nix:' in ''44 > E + where '' = EvalWarning(attr='x86_64-linux.uses-input', warning_type='warning from subflake', source='', option_path='').source45 >46 > tests/test_nix_eval_warnings.py:169: AssertionError47 > =========================== short test summary info ============================48 > FAILED tests/test_nix_eval_warnings.py::TestNixEvalWarningsIntegration::test_source_location_has_file_and_line49 > ========================= 1 failed, 11 passed in 0.34s =========================50 For full logs, run:51 nix log /nix/store/73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv