Skip to content

Instantly share code, notes, and snippets.

@conor-pwbot
Created November 6, 2022 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conor-pwbot/40f1dcedb1940e6d0fceabab603d39bb to your computer and use it in GitHub Desktop.
Save conor-pwbot/40f1dcedb1940e6d0fceabab603d39bb to your computer and use it in GitHub Desktop.
Errors and warnings before: 1 this patch: 1
W: Support for running offline not available (unshare: unshare failed: Operation not permitted)
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 9, in <module>
run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 6, in run
main()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/cli.py", line 170, in main
build.run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 662, in run
self.copy_artifacts(target)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 546, in copy_artifacts
shutil.copy(src, Path(self.output_dir / dest))
File "/usr/lib/python3.10/shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.10/shutil.py", line 267, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/usr/lib/python3.10/shutil.py", line 156, in _fastcopy_sendfile
raise err from None
File "/usr/lib/python3.10/shutil.py", line 142, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/.config' -> '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/config'
Warning: unable to close filehandle $debug_log properly: No space left on device at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/runtime/bin/tuxmake-logger line 32, <STDIN> line 60919.
fatal: sha1 file '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/linux/.git/worktrees/for-next/index.lock' write error. Out of diskspace
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 9, in <module>
run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 6, in run
main()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/cli.py", line 170, in main
build.run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 662, in run
self.copy_artifacts(target)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 546, in copy_artifacts
shutil.copy(src, Path(self.output_dir / dest))
File "/usr/lib/python3.10/shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.10/shutil.py", line 267, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/usr/lib/python3.10/shutil.py", line 156, in _fastcopy_sendfile
raise err from None
File "/usr/lib/python3.10/shutil.py", line 142, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/.config' -> '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/config'
fatal: sha1 file '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/linux/.git/worktrees/for-next/index.lock' write error. Out of diskspace
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 9, in <module>
run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 6, in run
main()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/cli.py", line 170, in main
build.run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 662, in run
self.copy_artifacts(target)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 546, in copy_artifacts
shutil.copy(src, Path(self.output_dir / dest))
File "/usr/lib/python3.10/shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.10/shutil.py", line 267, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/usr/lib/python3.10/shutil.py", line 156, in _fastcopy_sendfile
raise err from None
File "/usr/lib/python3.10/shutil.py", line 142, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/.config' -> '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/config'
==========
build_warn_rv64 - FAILED
W: Support for running offline not available (unshare: unshare failed: Operation not permitted)
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 9, in <module>
run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 6, in run
main()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/cli.py", line 170, in main
build.run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 662, in run
self.copy_artifacts(target)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 546, in copy_artifacts
shutil.copy(src, Path(self.output_dir / dest))
File "/usr/lib/python3.10/shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.10/shutil.py", line 267, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/usr/lib/python3.10/shutil.py", line 156, in _fastcopy_sendfile
raise err from None
File "/usr/lib/python3.10/shutil.py", line 142, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/.config' -> '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/config'
Warning: unable to close filehandle $debug_log properly: No space left on device at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/runtime/bin/tuxmake-logger line 32, <STDIN> line 60919.
fatal: sha1 file '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/linux/.git/worktrees/for-next/index.lock' write error. Out of diskspace
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 9, in <module>
run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 6, in run
main()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/cli.py", line 170, in main
build.run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 662, in run
self.copy_artifacts(target)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 546, in copy_artifacts
shutil.copy(src, Path(self.output_dir / dest))
File "/usr/lib/python3.10/shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.10/shutil.py", line 267, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/usr/lib/python3.10/shutil.py", line 156, in _fastcopy_sendfile
raise err from None
File "/usr/lib/python3.10/shutil.py", line 142, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/.config' -> '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/config'
fatal: sha1 file '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/linux/.git/worktrees/for-next/index.lock' write error. Out of diskspace
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 9, in <module>
run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/__main__.py", line 6, in run
main()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/cli.py", line 170, in main
build.run()
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 662, in run
self.copy_artifacts(target)
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/tuxmake/tuxmake/build.py", line 546, in copy_artifacts
shutil.copy(src, Path(self.output_dir / dest))
File "/usr/lib/python3.10/shutil.py", line 417, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.10/shutil.py", line 267, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/usr/lib/python3.10/shutil.py", line 156, in _fastcopy_sendfile
raise err from None
File "/usr/lib/python3.10/shutil.py", line 142, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/.config' -> '/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/config'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment