setup
checks.x86_64-linux.treefmt
· build #249
· raw
1this derivation will be built:2 /nix/store/cqacgripk9fihi6lq6ag17x9yqjhp2cn-treefmt-check.drv3error: Cannot build '/nix/store/cqacgripk9fihi6lq6ag17x9yqjhp2cn-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/3wwwl2jgvbb6rnxqnqvr99zp2r3nqfnh-treefmt-check7 Last 25 log lines:8 > 9 > - with TemporaryDirectory(prefix="lldp-", dir=output_dir) as lldp_dir:10 > - with c.cd(lldp_dir):11 > - for host in inventory_hostnames(hosts):12 > - c.run(f"{shlex.quote(str(collect_script))} {shlex.quote(host)}")13 > - c.run(shlex.quote(str(graph_script)))14 > + with TemporaryDirectory(prefix="lldp-", dir=output_dir) as lldp_dir, c.cd(lldp_dir):15 > + for host in inventory_hostnames(hosts):16 > + c.run(f"{shlex.quote(str(collect_script))} {shlex.quote(host)}")17 > + c.run(shlex.quote(str(graph_script)))18 > 19 > 20 > @task21 > diff --git a/tests/test_generate_network_topology.py b/tests/test_generate_network_topology.py22 > index 67c98fa..5aee91a 10064423 > --- a/tests/test_generate_network_topology.py24 > +++ b/tests/test_generate_network_topology.py25 > @@ -2,7 +2,6 @@ import importlib.util26 > import unittest27 > from pathlib import Path28 > 29 > -30 > SCRIPT = Path(__file__).parents[1] / "docs" / "generate-network-topology.py"31 > 32 > 33 For full logs, run:34 nix log /nix/store/cqacgripk9fihi6lq6ag17x9yqjhp2cn-treefmt-check.drv