Skip to content

Instantly share code, notes, and snippets.

@lukego
Created November 2, 2020 12:36
Show Gist options
  • Save lukego/2fed44c6f64c20e1dfb00243932e93f1 to your computer and use it in GitHub Desktop.
Save lukego/2fed44c6f64c20e1dfb00243932e93f1 to your computer and use it in GitHub Desktop.
/nix/store/95qrfg65204l2jh7ng18d97011am36b2-python3.8-nmigen-unstable-2020-04-02/lib/python3.8/site-packages/nmigen/compat/fhdl/specials.py:31: UnusedElaboratable: <nmigen.compat.fhdl.specials.Tristate object at 0x7ffff57509a0> created but never used
return Tristate(io, self.o, self.oe, self.i)
UnusedElaboratable: Enable tracemalloc to get the object allocation traceback
/build/source/software/glasgow/gateware/pads.py:127: UnusedElaboratable: <glasgow.gateware.pads.Pads object at 0x7ffff414bca0> created but never used
pads = Pads(sig=tri)
UnusedElaboratable: Enable tracemalloc to get the object allocation traceback
/nix/store/346skv0d24rqnf4npknbp9h5bs14j8zy-python3-3.8.6/lib/python3.8/unittest/case.py:202: UnusedElaboratable: <glasgow.gateware.pads.Pads object at 0x7ffff414bf70> created but never used
callable_obj(*args, **kwargs)
UnusedElaboratable: Enable tracemalloc to get the object allocation traceback
..........................................ssssss.........................................
======================================================================
ERROR: test_build (glasgow.applet.memory.prom.MemoryPROMAppletTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/source/software/glasgow/applet/memory/prom/__init__.py", line 872, in test_build
self.assertBuilds()
File "/build/source/software/glasgow/applet/__init__.py", line 228, in assertBuilds
target.build_plan().execute()
File "/build/source/software/glasgow/target/hardware.py", line 118, in execute
products = self.lower.execute_local(build_dir)
File "/nix/store/95qrfg65204l2jh7ng18d97011am36b2-python3.8-nmigen-unstable-2020-04-02/lib/python3.8/site-packages/nmigen/build/run.py", line 98, in execute_local
subprocess.check_call(["sh", "{}.sh".format(self.script)])
File "/nix/store/346skv0d24rqnf4npknbp9h5bs14j8zy-python3-3.8.6/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sh', 'build_top.sh']' returned non-zero exit status 1.
----------------------------------------------------------------------
Ran 225 tests in 213.781s
FAILED (errors=1, skipped=7)
builder for '/nix/store/2rvizzvkclscbz32jdimj64ps350v0nc-python3.8-glasgow-unstable-2020-11-02.drv' failed with exit code 1
error: build of '/nix/store/2rvizzvkclscbz32jdimj64ps350v0nc-python3.8-glasgow-unstable-2020-11-02.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment