m2-farzan / ros2-foxy-PKGBUILD

AUR Package for ROS 2 Foxy
1 stars 1 forks source link

zsh: command not found: ros2 #4

Closed ghost closed 3 years ago

ghost commented 3 years ago

I just follow the steps of archlinux wiki f093c126add86ef98ae39b2477dfb55c07ec55ba_2_1035x582

and it told "zsh: command not found: ros2"

d9adeb603042ac0cc8ac5e911d78b352d9f689be_2_1035x582

this is my /opt/ros2/foxy/, where I build it.

Questions:

  1. Why “ros2 not found”?
  2. In “/opt/ros2/foxy”, why there is no file like “setup.zsh”, “setup.bash”, instead of “setup.sh”? Thanks a lot!
m2-farzan commented 3 years ago

As I see, you're not using the ros2-foxy AUR package. This GitHub repo belongs to the AUR package, so the issue is out of scope.

Anyway, normally colcon build should have printed out a few hundred lines. I think you forgot to "fetch the sources" (look it up in the ROS archwiki page).

I'd suggest to use the AUR package or at least study the PKGBUILD since there are some tricks needed to make it work. Good luck.

ghost commented 3 years ago

As I see, you're not using the ros2-foxy AUR package. This GitHub repo belongs to the AUR package, so the issue is out of scope.

Anyway, normally colcon build should have printed out a few hundred lines. I think you forgot to "fetch the sources" (look it up in the ROS archwiki page).

I'd suggest to use the AUR package or at least study the PKGBUILD since there are some tricks needed to make it work. Good luck.

Thanks for your reply. I tried yay -S ros2-foxy, it was seemly installed successfully: 2021-06-08_20-33

and I add ROS_DOMAIN_ID=42 and source /opt/ros2/foxy/setup.sh to my ~/.zshrc, but it doesn't works. 2021-06-08_20-35

This is so painful!! :( Help me QAQ.

m2-farzan commented 3 years ago

Okay let's see.

Can you start by running these commands and posting full log in plain text, preferably in English:

sudo pacman -Rsc ros2-foxy
cd ~
mkdir ros_package
cd ros_package
git clone https://aur.archlinux.org/ros2-foxy.git
cd ros2-foxy
makepkg -i
ls src/ros2/src/
ghost commented 3 years ago

Thanks for your patience!

Firstly, I executed yay -S ros2-arch-deps. And create a conda virtual env by conda create -n R python=3.9 and conda activate R. Then I executed

sudo pacman -Rsc ros2-foxy
cd ~
mkdir ros_package
cd ros_package
git clone https://aur.archlinux.org/ros2-foxy.git
cd ros2-foxy

everything is ok.

Next I exec makepkg -i, It told ModuleNotFoundError: No module named 'yaml', So I install it by pip install pyyaml It told

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
rospkg 1.3.0 requires distro, which is not installed.

I install distro by pip, then makepkg -i again.

=== /tmp/makepkg/ros2-foxy/src/ros2/src/ros2/realtime_support (git) ===
Cloning into '.'...
Note: switching to '0.9.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 9346212 0.9.0
=== /tmp/makepkg/ros2-foxy/src/ros2/src/ros2/rmw (git) ===
Cloning into '.'...
Note: switching to '1.0.2'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 9d7f2b3 1.0.2

There are lots of === /tmp/makepkg/ros2-foxy/src/ros2/src/ros2/xxx (git) === like this, so I don't show them here. It's not successful

Auto-merging CMakeLists.txt
[detached HEAD 7823d45] Don't overwrite -Wno-dev CMake argument (#18)
 Author: Scott K Logan <logans@cottsay.net>
 Date: Mon Feb 1 15:20:00 2021 -0800
 1 file changed, 1 insertion(+), 1 deletion(-)
patching file /tmp/makepkg/ros2-foxy/src/ros2/src/ros2/mimick_vendor/CMakeLists.txt
patching file /tmp/makepkg/ros2-foxy/src/ros2/src/ros2/yaml_cpp_vendor/CMakeLists.txt
[detached HEAD 18774b0] Remove references of __xstat (#330)
 Author: Homalozoa X <21300069+paeunt@users.noreply.github.com>
 Date: Thu Mar 11 22:05:22 2021 +0800
 1 file changed, 24 insertions(+), 17 deletions(-)
[detached HEAD 10e977d] Revert "fix bug with sizeof when type of the arrays differ (#298)"
 Date: Wed Jun 9 07:04:03 2021 +0800
 1 file changed, 2 insertions(+), 2 deletions(-)
Previous HEAD position was 5f7ea67 0.0.3
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
==> Starting build()...
Traceback (most recent call last):
  File "/home/fraunhofer/Software/miniconda3/envs/R/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/home/fraunhofer/Software/miniconda3/envs/R/bin/colcon", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/importlib/metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 855, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/colcon_core/command.py", line 52, in <module>
    from colcon_core.argument_parser import decorate_argument_parser  # noqa: E402 E501 I100 I202
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/colcon_core/argument_parser/__init__.py", line 9, in <module>
    from colcon_core.plugin_system import instantiate_extensions
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/colcon_core/plugin_system.py", line 7, in <module>
    from colcon_core.entry_point import load_entry_points
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/colcon_core/entry_point.py", line 12, in <module>
    from pkg_resources import iter_entry_points
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3243, in <module>
    def _initialize_master_working_set():
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3226, in _call_aside
    f(*args, **kwargs)
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3255, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/pkg_resources/__init__.py", line 568, in _build_master
    ws.require(__requires__)
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/pkg_resources/__init__.py", line 886, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/home/fraunhofer/Software/miniconda3/envs/R/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pytest-rerunfailures' distribution was not found and is required by colcon-core
==> ERROR: A failure occurred in build().
    Aborting...

So I install pytest-rerunfailures by pip It told

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
colcon-core 0.6.1 requires distlib, which is not installed.
colcon-core 0.6.1 requires EmPy, which is not installed.
colcon-core 0.6.1 requires pytest-cov, which is not installed.
colcon-core 0.6.1 requires pytest-repeat, which is not installed.
catkin-pkg 0.4.23 requires docutils, which is not installed.

So I install them by pip again, and makepkg -i

Auto-merging CMakeLists.txt
[detached HEAD 4fb8b08] Don't overwrite -Wno-dev CMake argument (#18)
 Author: Scott K Logan <logans@cottsay.net>
 Date: Mon Feb 1 15:20:00 2021 -0800
 1 file changed, 1 insertion(+), 1 deletion(-)
patching file /tmp/makepkg/ros2-foxy/src/ros2/src/ros2/mimick_vendor/CMakeLists.txt
patching file /tmp/makepkg/ros2-foxy/src/ros2/src/ros2/yaml_cpp_vendor/CMakeLists.txt
[detached HEAD 2344de8] Remove references of __xstat (#330)
 Author: Homalozoa X <21300069+paeunt@users.noreply.github.com>
 Date: Thu Mar 11 22:05:22 2021 +0800
 1 file changed, 24 insertions(+), 17 deletions(-)
[detached HEAD ae3ecb2] Revert "fix bug with sizeof when type of the arrays differ (#298)"
 Date: Wed Jun 9 07:10:09 2021 +0800
 1 file changed, 2 insertions(+), 2 deletions(-)
Previous HEAD position was 5f7ea67 0.0.3
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
==> Removing existing $pkgdir/ directory...
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
opt/ros2/foxy/setup.sh
opt/ros2/foxy/local_setup.sh
==> Creating package "ros2-foxy"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ros2-foxy 2020.12.11-3 (Wed 09 Jun 2021 07:10:10 AM CST)
==> Installing package ros2-foxy with pacman -U...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) ros2-foxy-2020.12.11-3

Total Installed Size:  0.02 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                          [##################################################] 100%
(1/1) checking package integrity                                                        [##################################################] 100%
(1/1) loading package files                                                             [##################################################] 100%
(1/1) checking for file conflicts                                                       [##################################################] 100%
(1/1) checking available disk space                                                     [##################################################] 100%
:: Processing package changes...
(1/1) installing ros2-foxy                                                              [##################################################] 100%

    IMPORTANT NOTE:
    You should add something like this to your ~/.bashrc file:

      export ROS_DOMAIN_ID=42
      source /opt/ros2/foxy/setup.bash

    This quick command will do it for you:

      printf "\nexport ROS_DOMAIN_ID=42\nsource /opt/ros2/foxy/setup.bash\n" >> ~/.bashrc

    Note 1: If you use zsh, replace '.bash' in the above lines with
    '.zsh' and add the lines to ~/.zshrc .

    Note 2: This will slow down terminal startup for a few seconds on
    cold start, and a fraction of a second for terminals that open later.
    If you know a better transparent solution, you are welcome to edit
    this.
    END OF IMPORTANT NOTE.

It seems was successful. Then I printf "\nexport ROS_DOMAIN_ID=42\nsource /opt/ros2/foxy/setup.sh\n" >> ~/.zshrc And restart the terminal and exec ros2 -h, still zsh: command not found: ros2

This is ~/ros_package/ros2-foxy

(R)  fraunhofer@Gauss  ~/ros_package/ros2-foxy   master  ll
total 36K
-rw-r--r-- 1 fraunhofer fraunhofer  131 Jun  9 07:14 mimick_vendor.patch
-rw-r--r-- 1 fraunhofer fraunhofer 2.2K Jun  9 07:14 PKGBUILD
drwxr-xr-x 7 fraunhofer fraunhofer 4.0K Jun  9 07:14 ros2
-rw-r--r-- 1 fraunhofer fraunhofer  15K Jun  9 07:15 ros2-foxy-2020.12.11-3-any.pkg.tar.zst
-rw-r--r-- 1 fraunhofer fraunhofer  827 Jun  9 07:14 ros2-foxy.install
-rw-r--r-- 1 fraunhofer fraunhofer  208 Jun  9 07:14 yaml_cpp_vendor.patch

I exec ls src/ros2/src/ in ~/ros_package/ros2-foxy, It told ls: cannot access 'src/ros2/src/': No such file or directory

Sad:(

m2-farzan commented 3 years ago

Clearly the package was not built successfully as it can be seen in this line Total Installed Size: 0.02 MiB. Total size should be ~500 MB.

The pip installs should not have been needed, as I test the ros2-foxy package in clean Arch installations and it works without any manual pip-installs.

I'm mostly suspect to the Conda stuff. Can you try everything without making a Conda environment? (I haven't ever worked with Conda so this is just a guess...)

m2-farzan commented 3 years ago

See, the very first error you got was ModuleNotFoundError: No module named 'yaml' but you said you had installed ros2-arch-deps and if you checkout the package page you'll see python-yaml in dependencies. So there shouldn't have been such error, and the only thing that has happend is the Conda command... So the problem probably stems there. You can just avoid conda ... commands and everything should be fine.

m2-farzan commented 3 years ago

Again, I don't know much about conda, but eyeballing its docs, I found that conda create command creates a clean, minimal python environment isolated from the system python. Well, this is not what you want to do, because all the python packages installed by ros2-arch-deps AUR package will be blocked in the new environment. Even if you ran ros2-arch-deps after conda create it wouldn't work because the dependencies are installed by pacman, not pip.

ghost commented 3 years ago

Thanks a lot!!!!! I removed conda enviroment and use the python on linux, it works, and started to (build? 2021-06-09_11-36

but it seems that my network get something wrong when building 62/309:(

Starting >>> zstd_vendor
--- stderr: shared_queues_vendor
CMake Error at ext-concurrentqueue-stamp/download-ext-concurrentqueue.cmake:170 (message):
  Each download failed!

    error: downloading 'https://github.com/cameron314/concurrentqueue/archive/8f65a8734d77c3cc00d74c0532efca872931d3ce.zip' failed
          status_code: 28
          status_string: "Timeout was reached"
          log:
          --- LOG BEGIN ---
            Trying 140.82.113.4:443...

  Connection timed out after 60001 milliseconds

  Closing connection 0

          --- LOG END ---

make[2]: *** [CMakeFiles/ext-concurrentqueue.dir/build.make:98: concurrentqueue/src/ext-concurrentqueue-stamp/ext-concurrentqueue-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/ext-concurrentqueue.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
CMake Error at ext-singleproducerconsumer-stamp/download-ext-singleproducerconsumer.cmake:170 (message):
  Each download failed!

    error: downloading 'https://github.com/cameron314/readerwriterqueue/archive/ef7dfbf553288064347d51b8ac335f1ca489032a.zip' failed
          status_code: 28
          status_string: "Timeout was reached"
          log:
          --- LOG BEGIN ---
            Trying 140.82.113.4:443...

  Connection timed out after 60000 milliseconds

  Closing connection 0

          --- LOG END ---

make[2]: *** [CMakeFiles/ext-singleproducerconsumer.dir/build.make:98: singleproducerconsumer/src/ext-singleproducerconsumer-stamp/ext-singleproducerconsumer-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:113: CMakeFiles/ext-singleproducerconsumer.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
---
Failed   <<< shared_queues_vendor [1min 3s, exited with code 2]
Aborted  <<< ament_cmake_google_benchmark [25.6s]
Aborted  <<< zstd_vendor [0.10s]
Aborted  <<< uncrustify_vendor [2min 4s]
Aborted  <<< yaml_cpp_vendor [2min 13s]
Aborted  <<< rviz_assimp_vendor [2min 15s]
Aborted  <<< rviz_ogre_vendor [2min 38s]
[5min 7.4s] [62/309 complete] [1 failed] [foonathan_memory_vendor:build 62% - 4min 34.8s]

I wait for minutes,

[14min 21.5s] [62/309 complete] [1 failed] [foonathan_memory_vendor:build 62% - 13min 48.9s]

Ahhhhhhh.... Do you know how to solve it? I'm in China and I have added a sock5 proxy in both shell(export http_proxy "xxx") and git (git config --global http.proxy xxx)

ghost commented 3 years ago

results

---
Failed   <<< shared_queues_vendor [1min 2s, exited with code 2]
Aborted  <<< ament_cmake_google_benchmark [32.2s]
Aborted  <<< uncrustify_vendor [1min 11s]
Aborted  <<< zstd_vendor [1min 1s]
Aborted  <<< yaml_cpp_vendor [2min 3s]
Aborted  <<< rviz_assimp_vendor [2min 11s]
Aborted  <<< rviz_ogre_vendor [2min 11s]
Aborted  <<< foonathan_memory_vendor [26min 56s]

Summary: 56 packages finished [27min 27s]
  1 package failed: shared_queues_vendor
  7 packages aborted: ament_cmake_google_benchmark foonathan_memory_vendor rviz_assimp_vendor rviz_ogre_vendor uncrustify_vendor yaml_cpp_vendor zstd_vendor
  12 packages had stderr output: cyclonedds fastcdr foonathan_memory_vendor google_benchmark_vendor orocos_kdl osrf_testing_tools_cpp rviz_assimp_vendor rviz_ogre_vendor shared_queues_vendor urdfdom_headers yaml_cpp_vendor zstd_vendor
  245 packages not processed
==> ERROR: A failure occurred in build().
    Aborting...
error making: ros2-foxy
m2-farzan commented 3 years ago

Good to see it started working. The error here is, as you figured out, due to proxy not being used.

The file download commands are generated by CMake which in turn uses curl command. According to curl docs it seems that http_proxy should stay there, and you should also set https_proxy environment variable for https connections.

I hope this works!

ghost commented 3 years ago

makepkg -i again It runs for a while, about (190/309)? I thought it may had successed, but:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.938s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.938s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.939s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.939s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.939s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.940s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.940s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.941s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.941s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.942s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.943s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.943s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.944s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.944s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.945s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.945s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.945s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.946s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.946s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.946s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()
[1420.947s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 50, in __call__
    self._file_handle.flush()
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_output/event_handler/event_log.py", line 55, in __call__
    raise RuntimeError(
RuntimeError: [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 87, in _notify_observers
    logger.error(msg)
Message: "Exception in event handler extension 'event_log': [Errno 28] No space left on device [log/build_2021-06-10_13-37-54/events.log]"
Arguments: ()

Summary: 186 packages finished [23min 41s]
  1 package failed: rviz_ogre_vendor
  2 packages aborted: rclcpp rclpy
  53 packages had stderr output: ament_index_cpp class_loader cyclonedds fastcdr fastrtps foonathan_memory_vendor google_benchmark_vendor libstatistics_collector mimick_vendor orocos_kdl osrf_testing_tools_cpp pluginlib qt_gui_cpp rcl rcl_action rcl_lifecycle rcl_logging_spdlog rcl_yaml_param_parser rclcpp rclpy rcpputils rcutils resource_retriever rmw rmw_connext_cpp rmw_connext_shared_cpp rmw_dds_common rmw_fastrtps_cpp rmw_fastrtps_dynamic_cpp rmw_fastrtps_shared_cpp rosidl_generator_cpp rosidl_runtime_c rosidl_runtime_cpp rosidl_typesupport_c rosidl_typesupport_connext_c rosidl_typesupport_connext_cpp rosidl_typesupport_cpp rosidl_typesupport_fastrtps_c rosidl_typesupport_fastrtps_cpp rosidl_typesupport_interface rttest rviz_ogre_vendor sensor_msgs test_launch_testing test_msgs test_osrf_testing_tools_cpp test_rmw_implementation tf2 tf2_eigen_kdl tracetools_read tracetools_trace urdfdom_headers zstd_vendor
  120 packages not processed
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/plugin_system.py", line 60, in _instantiate_extension
    extension_instance = extension_class()
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/terminal_notifier.py", line 29, in __init__
    raise SkipExtensionException('Not used on non-Darwin systems')
colcon_core.plugin_system.SkipExtensionException: Not used on non-Darwin systems

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_notification/event_handler/desktop_notification/__init__.py", line 67, in __call__
    notify(
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/__init__.py", line 100, in notify
    desktop_notification_extensions = get_desktop_notification_extensions()
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/__init__.py", line 82, in get_desktop_notification_extensions
    extensions = instantiate_extensions(__name__)
  File "/usr/lib/python3.9/site-packages/colcon_core/plugin_system.py", line 40, in instantiate_extensions
    extension_instance = _instantiate_extension(
  File "/usr/lib/python3.9/site-packages/colcon_core/plugin_system.py", line 64, in _instantiate_extension
    logger.info(
Message: "Skipping extension 'colcon_notification.desktop_notification.terminal_notifier': Not used on non-Darwin systems"
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/plugin_system.py", line 60, in _instantiate_extension
    extension_instance = extension_class()
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/win32.py", line 25, in __init__
    raise SkipExtensionException('Not used on non-Windows systems')
colcon_core.plugin_system.SkipExtensionException: Not used on non-Windows systems

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_notification/event_handler/desktop_notification/__init__.py", line 67, in __call__
    notify(
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/__init__.py", line 100, in notify
    desktop_notification_extensions = get_desktop_notification_extensions()
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/__init__.py", line 82, in get_desktop_notification_extensions
    extensions = instantiate_extensions(__name__)
  File "/usr/lib/python3.9/site-packages/colcon_core/plugin_system.py", line 40, in instantiate_extensions
    extension_instance = _instantiate_extension(
  File "/usr/lib/python3.9/site-packages/colcon_core/plugin_system.py", line 64, in _instantiate_extension
    logger.info(
Message: "Skipping extension 'colcon_notification.desktop_notification.win32': Not used on non-Windows systems"
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_notification/event_handler/desktop_notification/__init__.py", line 67, in __call__
    notify(
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/__init__.py", line 102, in notify
    logger.info(
Message: "Sending desktop notification using 'notify2'"
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/dbus/bus.py", line 177, in activate_name_owner
    return self.get_name_owner(bus_name)
  File "/usr/lib/python3.9/site-packages/dbus/bus.py", line 361, in get_name_owner
    return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/usr/lib/python3.9/site-packages/dbus/connection.py", line 652, in call_blocking
    reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.Notifications': no such name

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/notify2.py", line 37, in notify
    notify2.init('colcon')
  File "/usr/lib/python3.9/site-packages/notify2.py", line 102, in init
    dbus_obj = bus.get_object('org.freedesktop.Notifications',
  File "/usr/lib/python3.9/site-packages/dbus/bus.py", line 241, in get_object
    return self.ProxyObjectClass(self, bus_name, object_path,
  File "/usr/lib/python3.9/site-packages/dbus/proxies.py", line 250, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python3.9/site-packages/dbus/bus.py", line 182, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python3.9/site-packages/dbus/bus.py", line 277, in start_service_by_name
    return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/usr/lib/python3.9/site-packages/dbus/connection.py", line 652, in call_blocking
    reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.9/threading.py", line 892, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 68, in _run
    self._notify_observers(event)
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
    retval = observer(event)
  File "/usr/lib/python3.9/site-packages/colcon_notification/event_handler/desktop_notification/__init__.py", line 67, in __call__
    notify(
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/__init__.py", line 106, in notify
    retval = extension.notify(
  File "/usr/lib/python3.9/site-packages/colcon_notification/desktop_notification/notify2.py", line 39, in notify
    logger.debug(
Message: 'Failed to initialize notify2: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 118, in main
    return _main(command_name=command_name, argv=argv)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 209, in _main
    return verb_main(context, colcon_logger)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 528, in verb_main
    rc = context.args.main(context=context)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 146, in main
    rc = execute_jobs(
  File "/usr/lib/python3.9/site-packages/colcon_core/executor/__init__.py", line 347, in execute_jobs
    event_controller.get_queue().put(
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 124, in __exit__
    self.stop()
  File "/usr/lib/python3.9/site-packages/colcon_core/event_reactor.py", line 111, in stop
    logger.debug('joined thread')
Message: 'joined thread'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 118, in main
    return _main(command_name=command_name, argv=argv)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 209, in _main
    return verb_main(context, colcon_logger)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 528, in verb_main
    rc = context.args.main(context=context)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 150, in main
    self._create_prefix_scripts(install_base, context.args.merge_install)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_powershell/shell/powershell.py", line 76, in create_prefix_script
    logger.info(
Message: "Creating prefix script '/tmp/makepkg/ros2-foxy/src/install/local_setup.ps1'"
Arguments: ()
[1421.007s] ERROR:colcon.colcon_core.verb:Exception in shell extension 'powershell': [Errno 28] No space left on device
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_powershell/shell/powershell.py", line 78, in create_prefix_script
    expand_template(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template
    h.write(output)
OSError: [Errno 28] No space left on device

--- Logging error ---
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_powershell/shell/powershell.py", line 78, in create_prefix_script
    expand_template(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template
    h.write(output)
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 118, in main
    return _main(command_name=command_name, argv=argv)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 209, in _main
    return verb_main(context, colcon_logger)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 528, in verb_main
    rc = context.args.main(context=context)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 150, in main
    self._create_prefix_scripts(install_base, context.args.merge_install)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 226, in _create_prefix_scripts
    logger.error(
Message: 'Exception in shell extension \'powershell\': [Errno 28] No space left on device\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts\n    retval = extension.create_prefix_script(\n  File "/usr/lib/python3.9/site-packages/colcon_powershell/shell/powershell.py", line 78, in create_prefix_script\n    expand_template(\n  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template\n    h.write(output)\nOSError: [Errno 28] No space left on device\n'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 118, in main
    return _main(command_name=command_name, argv=argv)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 209, in _main
    return verb_main(context, colcon_logger)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 528, in verb_main
    rc = context.args.main(context=context)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 150, in main
    self._create_prefix_scripts(install_base, context.args.merge_install)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/sh.py", line 40, in create_prefix_script
    logger.info("Creating prefix script '%s'" % prefix_env_path)
Message: "Creating prefix script '/tmp/makepkg/ros2-foxy/src/install/local_setup.sh'"
Arguments: ()
[1421.009s] ERROR:colcon.colcon_core.verb:Exception in shell extension 'sh': [Errno 28] No space left on device
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/sh.py", line 41, in create_prefix_script
    expand_template(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template
    h.write(output)
OSError: [Errno 28] No space left on device

--- Logging error ---
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/sh.py", line 41, in create_prefix_script
    expand_template(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template
    h.write(output)
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 118, in main
    return _main(command_name=command_name, argv=argv)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 209, in _main
    return verb_main(context, colcon_logger)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 528, in verb_main
    rc = context.args.main(context=context)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 150, in main
    self._create_prefix_scripts(install_base, context.args.merge_install)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 226, in _create_prefix_scripts
    logger.error(
Message: 'Exception in shell extension \'sh\': [Errno 28] No space left on device\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts\n    retval = extension.create_prefix_script(\n  File "/usr/lib/python3.9/site-packages/colcon_core/shell/sh.py", line 41, in create_prefix_script\n    expand_template(\n  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template\n    h.write(output)\nOSError: [Errno 28] No space left on device\n'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 118, in main
    return _main(command_name=command_name, argv=argv)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 209, in _main
    return verb_main(context, colcon_logger)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 528, in verb_main
    rc = context.args.main(context=context)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 150, in main
    self._create_prefix_scripts(install_base, context.args.merge_install)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_bash/shell/bash.py", line 27, in create_prefix_script
    logger.info(
Message: "Creating prefix script '/tmp/makepkg/ros2-foxy/src/install/local_setup.bash'"
Arguments: ()
[1421.011s] ERROR:colcon.colcon_core.verb:Exception in shell extension 'bash': [Errno 28] No space left on device
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_bash/shell/bash.py", line 29, in create_prefix_script
    expand_template(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template
    h.write(output)
OSError: [Errno 28] No space left on device

--- Logging error ---
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_bash/shell/bash.py", line 29, in create_prefix_script
    expand_template(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template
    h.write(output)
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 118, in main
    return _main(command_name=command_name, argv=argv)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 209, in _main
    return verb_main(context, colcon_logger)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 528, in verb_main
    rc = context.args.main(context=context)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 150, in main
    self._create_prefix_scripts(install_base, context.args.merge_install)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 226, in _create_prefix_scripts
    logger.error(
Message: 'Exception in shell extension \'bash\': [Errno 28] No space left on device\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts\n    retval = extension.create_prefix_script(\n  File "/usr/lib/python3.9/site-packages/colcon_bash/shell/bash.py", line 29, in create_prefix_script\n    expand_template(\n  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template\n    h.write(output)\nOSError: [Errno 28] No space left on device\n'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 118, in main
    return _main(command_name=command_name, argv=argv)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 209, in _main
    return verb_main(context, colcon_logger)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 528, in verb_main
    rc = context.args.main(context=context)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 150, in main
    self._create_prefix_scripts(install_base, context.args.merge_install)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_zsh/shell/zsh.py", line 27, in create_prefix_script
    logger.info(
Message: "Creating prefix script '/tmp/makepkg/ros2-foxy/src/install/local_setup.zsh'"
Arguments: ()
[1421.013s] ERROR:colcon.colcon_core.verb:Exception in shell extension 'zsh': [Errno 28] No space left on device
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_zsh/shell/zsh.py", line 29, in create_prefix_script
    expand_template(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template
    h.write(output)
OSError: [Errno 28] No space left on device

--- Logging error ---
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts
    retval = extension.create_prefix_script(
  File "/usr/lib/python3.9/site-packages/colcon_zsh/shell/zsh.py", line 29, in create_prefix_script
    expand_template(
  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template
    h.write(output)
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/logging/__init__.py", line 1087, in emit
    self.flush()
  File "/usr/lib/python3.9/logging/__init__.py", line 1067, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/bin/colcon", line 33, in <module>
    sys.exit(load_entry_point('colcon-core==0.6.1', 'console_scripts', 'colcon')())
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 118, in main
    return _main(command_name=command_name, argv=argv)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 209, in _main
    return verb_main(context, colcon_logger)
  File "/usr/lib/python3.9/site-packages/colcon_core/command.py", line 528, in verb_main
    rc = context.args.main(context=context)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 150, in main
    self._create_prefix_scripts(install_base, context.args.merge_install)
  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 226, in _create_prefix_scripts
    logger.error(
Message: 'Exception in shell extension \'zsh\': [Errno 28] No space left on device\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File "/usr/lib/python3.9/site-packages/colcon_core/verb/build.py", line 219, in _create_prefix_scripts\n    retval = extension.create_prefix_script(\n  File "/usr/lib/python3.9/site-packages/colcon_zsh/shell/zsh.py", line 29, in create_prefix_script\n    expand_template(\n  File "/usr/lib/python3.9/site-packages/colcon_core/shell/template/__init__.py", line 56, in expand_template\n    h.write(output)\nOSError: [Errno 28] No space left on device\n'
Arguments: ()
[Errno 28] No space left on device
==> ERROR: A failure occurred in build().
    Aborting...
ghost commented 3 years ago

Aha! I successed! There is no problems any more!! And I can run ros2 xxx in terminal ! Thanks you sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo much!

m2-farzan commented 3 years ago

You're welcome :)