Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-dronecan.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687322956.848803/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-dronecan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-dronecan-1.0.22-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-dronecan.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687322956.848803/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-dronecan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-dronecan-1.0.22-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-dronecan.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1687322956.848803/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-dronecan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JriBmD + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dronecan-1.0.22 + /usr/bin/gzip -dc /builddir/build/SOURCES/dronecan-1.0.22.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dronecan-1.0.22 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cffE5v + umask 022 + cd /builddir/build/BUILD + cd dronecan-1.0.22 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/dronecan copying dronecan/version.py -> build/lib/dronecan copying dronecan/transport.py -> build/lib/dronecan copying dronecan/node.py -> build/lib/dronecan copying dronecan/__init__.py -> build/lib/dronecan copying dronecan/introspect.py -> build/lib/dronecan creating build/lib/dronecan/dsdl copying dronecan/dsdl/__init__.py -> build/lib/dronecan/dsdl copying dronecan/dsdl/parser.py -> build/lib/dronecan/dsdl copying dronecan/dsdl/signature.py -> build/lib/dronecan/dsdl copying dronecan/dsdl/type_limits.py -> build/lib/dronecan/dsdl copying dronecan/dsdl/common.py -> build/lib/dronecan/dsdl creating build/lib/dronecan/driver copying dronecan/driver/__init__.py -> build/lib/dronecan/driver copying dronecan/driver/slcan.py -> build/lib/dronecan/driver copying dronecan/driver/timestamp_estimator.py -> build/lib/dronecan/driver copying dronecan/driver/mavcan.py -> build/lib/dronecan/driver copying dronecan/driver/socketcan.py -> build/lib/dronecan/driver copying dronecan/driver/python_can.py -> build/lib/dronecan/driver copying dronecan/driver/common.py -> build/lib/dronecan/driver creating build/lib/dronecan/app copying dronecan/app/node_monitor.py -> build/lib/dronecan/app copying dronecan/app/log_message_monitor.py -> build/lib/dronecan/app copying dronecan/app/__init__.py -> build/lib/dronecan/app copying dronecan/app/dynamic_node_id.py -> build/lib/dronecan/app copying dronecan/app/file_server.py -> build/lib/dronecan/app copying dronecan/app/message_collector.py -> build/lib/dronecan/app creating build/lib/dronecan/dsdl_specs creating build/lib/dronecan/dsdl_specs/com creating build/lib/dronecan/dsdl_specs/com/himark creating build/lib/dronecan/dsdl_specs/com/himark/servo copying dronecan/dsdl_specs/com/himark/servo/2018.ServoCmd.uavcan -> build/lib/dronecan/dsdl_specs/com/himark/servo copying dronecan/dsdl_specs/com/himark/servo/2019.ServoInfo.uavcan -> build/lib/dronecan/dsdl_specs/com/himark/servo creating build/lib/dronecan/dsdl_specs/com/volz creating build/lib/dronecan/dsdl_specs/com/volz/servo copying dronecan/dsdl_specs/com/volz/servo/20020.ActuatorStatus.uavcan -> build/lib/dronecan/dsdl_specs/com/volz/servo creating build/lib/dronecan/dsdl_specs/com/hobbywing creating build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/20052.StatusMsg3.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/216.SelfTest.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/217.SetAngle.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/20051.StatusMsg2.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/211.SetBaud.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/20100.RawCommand.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/212.SetLED.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/20013.GetEscID.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/213.SetDirection.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/215.SetThrottleSource.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/241.GetMaintenanceInformation.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/20050.StatusMsg1.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/214.SetReportingFrequency.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/242.GetMajorConfig.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc copying dronecan/dsdl_specs/com/hobbywing/esc/210.SetID.uavcan -> build/lib/dronecan/dsdl_specs/com/hobbywing/esc creating build/lib/dronecan/dsdl_specs/com/hex creating build/lib/dronecan/dsdl_specs/com/hex/equipment creating build/lib/dronecan/dsdl_specs/com/hex/equipment/flow copying dronecan/dsdl_specs/com/hex/equipment/flow/20200.Measurement.uavcan -> build/lib/dronecan/dsdl_specs/com/hex/equipment/flow creating build/lib/dronecan/dsdl_specs/mppt copying dronecan/dsdl_specs/mppt/240.OutputEnable.uavcan -> build/lib/dronecan/dsdl_specs/mppt copying dronecan/dsdl_specs/mppt/20009.Stream.uavcan -> build/lib/dronecan/dsdl_specs/mppt creating build/lib/dronecan/dsdl_specs/ardupilot creating build/lib/dronecan/dsdl_specs/ardupilot/equipment creating build/lib/dronecan/dsdl_specs/ardupilot/equipment/proximity_sensor copying dronecan/dsdl_specs/ardupilot/equipment/proximity_sensor/21910.Proximity.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/equipment/proximity_sensor creating build/lib/dronecan/dsdl_specs/ardupilot/equipment/trafficmonitor copying dronecan/dsdl_specs/ardupilot/equipment/trafficmonitor/20790.TrafficReport.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/equipment/trafficmonitor creating build/lib/dronecan/dsdl_specs/ardupilot/equipment/power copying dronecan/dsdl_specs/ardupilot/equipment/power/20012.BatteryCells.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/equipment/power copying dronecan/dsdl_specs/ardupilot/equipment/power/20004.BatteryInfoAux.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/equipment/power copying dronecan/dsdl_specs/ardupilot/equipment/power/20010.BatteryContinuous.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/equipment/power copying dronecan/dsdl_specs/ardupilot/equipment/power/20011.BatteryPeriodic.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/equipment/power creating build/lib/dronecan/dsdl_specs/ardupilot/indication copying dronecan/dsdl_specs/ardupilot/indication/20001.Button.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/indication copying dronecan/dsdl_specs/ardupilot/indication/20000.SafetyState.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/indication copying dronecan/dsdl_specs/ardupilot/indication/20007.NotifyState.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/indication creating build/lib/dronecan/dsdl_specs/ardupilot/gnss copying dronecan/dsdl_specs/ardupilot/gnss/20003.Status.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/gnss copying dronecan/dsdl_specs/ardupilot/gnss/20006.RelPosHeading.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/gnss copying dronecan/dsdl_specs/ardupilot/gnss/20002.Heading.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/gnss copying dronecan/dsdl_specs/ardupilot/gnss/20005.MovingBaselineData.uavcan -> build/lib/dronecan/dsdl_specs/ardupilot/gnss creating build/lib/dronecan/dsdl_specs/dronecan creating build/lib/dronecan/dsdl_specs/dronecan/remoteid copying dronecan/dsdl_specs/dronecan/remoteid/20030.BasicID.uavcan -> build/lib/dronecan/dsdl_specs/dronecan/remoteid copying dronecan/dsdl_specs/dronecan/remoteid/20035.ArmStatus.uavcan -> build/lib/dronecan/dsdl_specs/dronecan/remoteid copying dronecan/dsdl_specs/dronecan/remoteid/64.SecureCommand.uavcan -> build/lib/dronecan/dsdl_specs/dronecan/remoteid copying dronecan/dsdl_specs/dronecan/remoteid/20034.OperatorID.uavcan -> build/lib/dronecan/dsdl_specs/dronecan/remoteid copying dronecan/dsdl_specs/dronecan/remoteid/20032.SelfID.uavcan -> build/lib/dronecan/dsdl_specs/dronecan/remoteid copying dronecan/dsdl_specs/dronecan/remoteid/20033.System.uavcan -> build/lib/dronecan/dsdl_specs/dronecan/remoteid copying dronecan/dsdl_specs/dronecan/remoteid/20031.Location.uavcan -> build/lib/dronecan/dsdl_specs/dronecan/remoteid creating build/lib/dronecan/dsdl_specs/dronecan/sensors creating build/lib/dronecan/dsdl_specs/dronecan/sensors/hygrometer copying dronecan/dsdl_specs/dronecan/sensors/hygrometer/1032.Hygrometer.uavcan -> build/lib/dronecan/dsdl_specs/dronecan/sensors/hygrometer creating build/lib/dronecan/dsdl_specs/uavcan copying dronecan/dsdl_specs/uavcan/CoarseOrientation.uavcan -> build/lib/dronecan/dsdl_specs/uavcan copying dronecan/dsdl_specs/uavcan/Timestamp.uavcan -> build/lib/dronecan/dsdl_specs/uavcan creating build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/1.GetNodeInfo.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/CANIfaceStats.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/4.GlobalTimeSync.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/5.RestartNode.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/2.GetDataTypeInfo.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/341.NodeStatus.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/4.GetTransportStats.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/HardwareVersion.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/SoftwareVersion.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/5.Panic.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/6.AccessCommandShell.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol copying dronecan/dsdl_specs/uavcan/protocol/DataTypeKind.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol creating build/lib/dronecan/dsdl_specs/uavcan/protocol/file copying dronecan/dsdl_specs/uavcan/protocol/file/EntryType.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/file copying dronecan/dsdl_specs/uavcan/protocol/file/48.Read.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/file copying dronecan/dsdl_specs/uavcan/protocol/file/45.GetInfo.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/file copying dronecan/dsdl_specs/uavcan/protocol/file/49.Write.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/file copying dronecan/dsdl_specs/uavcan/protocol/file/Path.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/file copying dronecan/dsdl_specs/uavcan/protocol/file/40.BeginFirmwareUpdate.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/file copying dronecan/dsdl_specs/uavcan/protocol/file/Error.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/file copying dronecan/dsdl_specs/uavcan/protocol/file/47.Delete.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/file copying dronecan/dsdl_specs/uavcan/protocol/file/46.GetDirectoryEntryInfo.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/file creating build/lib/dronecan/dsdl_specs/uavcan/protocol/param copying dronecan/dsdl_specs/uavcan/protocol/param/Value.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/param copying dronecan/dsdl_specs/uavcan/protocol/param/NumericValue.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/param copying dronecan/dsdl_specs/uavcan/protocol/param/Empty.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/param copying dronecan/dsdl_specs/uavcan/protocol/param/11.GetSet.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/param copying dronecan/dsdl_specs/uavcan/protocol/param/10.ExecuteOpcode.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/param creating build/lib/dronecan/dsdl_specs/uavcan/protocol/debug copying dronecan/dsdl_specs/uavcan/protocol/debug/16383.LogMessage.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/debug copying dronecan/dsdl_specs/uavcan/protocol/debug/LogLevel.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/debug copying dronecan/dsdl_specs/uavcan/protocol/debug/16370.KeyValue.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/debug creating build/lib/dronecan/dsdl_specs/uavcan/protocol/enumeration copying dronecan/dsdl_specs/uavcan/protocol/enumeration/15.Begin.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/enumeration copying dronecan/dsdl_specs/uavcan/protocol/enumeration/380.Indication.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/enumeration creating build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id copying dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/1.Allocation.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id creating build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server copying dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server/390.Discovery.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server copying dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server/30.AppendEntries.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server copying dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server/31.RequestVote.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server copying dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server/Entry.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server creating build/lib/dronecan/dsdl_specs/uavcan/equipment creating build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data copying dronecan/dsdl_specs/uavcan/equipment/air_data/1020.TrueAirspeed.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data copying dronecan/dsdl_specs/uavcan/equipment/air_data/1027.RawAirData.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data copying dronecan/dsdl_specs/uavcan/equipment/air_data/1025.AngleOfAttack.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data copying dronecan/dsdl_specs/uavcan/equipment/air_data/1026.Sideslip.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data copying dronecan/dsdl_specs/uavcan/equipment/air_data/1028.StaticPressure.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data copying dronecan/dsdl_specs/uavcan/equipment/air_data/1029.StaticTemperature.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data copying dronecan/dsdl_specs/uavcan/equipment/air_data/1021.IndicatedAirspeed.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data creating build/lib/dronecan/dsdl_specs/uavcan/equipment/ahrs copying dronecan/dsdl_specs/uavcan/equipment/ahrs/1002.MagneticFieldStrength2.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/ahrs copying dronecan/dsdl_specs/uavcan/equipment/ahrs/1001.MagneticFieldStrength.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/ahrs copying dronecan/dsdl_specs/uavcan/equipment/ahrs/1003.RawIMU.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/ahrs copying dronecan/dsdl_specs/uavcan/equipment/ahrs/1000.Solution.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/ahrs creating build/lib/dronecan/dsdl_specs/uavcan/equipment/range_sensor copying dronecan/dsdl_specs/uavcan/equipment/range_sensor/1050.Measurement.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/range_sensor creating build/lib/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal copying dronecan/dsdl_specs/uavcan/equipment/camera_gimbal/1041.GEOPOICommand.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal copying dronecan/dsdl_specs/uavcan/equipment/camera_gimbal/1044.Status.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal copying dronecan/dsdl_specs/uavcan/equipment/camera_gimbal/Mode.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal copying dronecan/dsdl_specs/uavcan/equipment/camera_gimbal/1040.AngularCommand.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal creating build/lib/dronecan/dsdl_specs/uavcan/equipment/indication copying dronecan/dsdl_specs/uavcan/equipment/indication/SingleLightCommand.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/indication copying dronecan/dsdl_specs/uavcan/equipment/indication/RGB565.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/indication copying dronecan/dsdl_specs/uavcan/equipment/indication/1080.BeepCommand.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/indication copying dronecan/dsdl_specs/uavcan/equipment/indication/1081.LightsCommand.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/indication creating build/lib/dronecan/dsdl_specs/uavcan/equipment/hardpoint copying dronecan/dsdl_specs/uavcan/equipment/hardpoint/1070.Command.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/hardpoint copying dronecan/dsdl_specs/uavcan/equipment/hardpoint/1071.Status.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/hardpoint creating build/lib/dronecan/dsdl_specs/uavcan/equipment/actuator copying dronecan/dsdl_specs/uavcan/equipment/actuator/1010.ArrayCommand.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/actuator copying dronecan/dsdl_specs/uavcan/equipment/actuator/Command.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/actuator copying dronecan/dsdl_specs/uavcan/equipment/actuator/1011.Status.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/actuator creating build/lib/dronecan/dsdl_specs/uavcan/equipment/ice copying dronecan/dsdl_specs/uavcan/equipment/ice/1129.FuelTankStatus.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/ice creating build/lib/dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating copying dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating/1120.Status.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating copying dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating/CylinderStatus.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating creating build/lib/dronecan/dsdl_specs/uavcan/equipment/esc copying dronecan/dsdl_specs/uavcan/equipment/esc/1034.Status.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/esc copying dronecan/dsdl_specs/uavcan/equipment/esc/1031.RPMCommand.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/esc copying dronecan/dsdl_specs/uavcan/equipment/esc/1030.RawCommand.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/esc creating build/lib/dronecan/dsdl_specs/uavcan/equipment/power copying dronecan/dsdl_specs/uavcan/equipment/power/1092.BatteryInfo.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/power copying dronecan/dsdl_specs/uavcan/equipment/power/1091.CircuitStatus.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/power copying dronecan/dsdl_specs/uavcan/equipment/power/1090.PrimaryPowerSupplyStatus.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/power creating build/lib/dronecan/dsdl_specs/uavcan/equipment/safety copying dronecan/dsdl_specs/uavcan/equipment/safety/1100.ArmingStatus.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/safety creating build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss copying dronecan/dsdl_specs/uavcan/equipment/gnss/1061.Auxiliary.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss copying dronecan/dsdl_specs/uavcan/equipment/gnss/1060.Fix.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss copying dronecan/dsdl_specs/uavcan/equipment/gnss/1062.RTCMStream.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss copying dronecan/dsdl_specs/uavcan/equipment/gnss/1063.Fix2.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss copying dronecan/dsdl_specs/uavcan/equipment/gnss/ECEFPositionVelocity.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss creating build/lib/dronecan/dsdl_specs/uavcan/equipment/device copying dronecan/dsdl_specs/uavcan/equipment/device/1110.Temperature.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/equipment/device creating build/lib/dronecan/dsdl_specs/uavcan/tunnel copying dronecan/dsdl_specs/uavcan/tunnel/63.Call.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/tunnel copying dronecan/dsdl_specs/uavcan/tunnel/Protocol.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/tunnel copying dronecan/dsdl_specs/uavcan/tunnel/2010.Broadcast.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/tunnel copying dronecan/dsdl_specs/uavcan/tunnel/2011.SerialConfig.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/tunnel creating build/lib/dronecan/dsdl_specs/uavcan/navigation copying dronecan/dsdl_specs/uavcan/navigation/2000.GlobalNavigationSolution.uavcan -> build/lib/dronecan/dsdl_specs/uavcan/navigation creating build/lib/dronecan/dsdl_specs/cuav creating build/lib/dronecan/dsdl_specs/cuav/equipment creating build/lib/dronecan/dsdl_specs/cuav/equipment/power copying dronecan/dsdl_specs/cuav/equipment/power/20300.CBAT.uavcan -> build/lib/dronecan/dsdl_specs/cuav/equipment/power running build_scripts creating build/scripts-3.9 copying and adjusting tools/dronecan_bridge.py -> build/scripts-3.9 changing mode of build/scripts-3.9/dronecan_bridge.py from 644 to 755 + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7PG5sV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64 + cd dronecan-1.0.22 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan copying build/lib/dronecan/version.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan copying build/lib/dronecan/transport.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver copying build/lib/dronecan/driver/__init__.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver copying build/lib/dronecan/driver/slcan.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver copying build/lib/dronecan/driver/timestamp_estimator.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver copying build/lib/dronecan/driver/mavcan.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver copying build/lib/dronecan/driver/socketcan.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver copying build/lib/dronecan/driver/python_can.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver copying build/lib/dronecan/driver/common.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver copying build/lib/dronecan/node.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan copying build/lib/dronecan/__init__.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app copying build/lib/dronecan/app/node_monitor.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app copying build/lib/dronecan/app/log_message_monitor.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app copying build/lib/dronecan/app/__init__.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app copying build/lib/dronecan/app/dynamic_node_id.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app copying build/lib/dronecan/app/file_server.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app copying build/lib/dronecan/app/message_collector.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app copying build/lib/dronecan/introspect.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/himark creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/himark/servo copying build/lib/dronecan/dsdl_specs/com/himark/servo/2018.ServoCmd.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/himark/servo copying build/lib/dronecan/dsdl_specs/com/himark/servo/2019.ServoInfo.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/himark/servo creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/volz creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/volz/servo copying build/lib/dronecan/dsdl_specs/com/volz/servo/20020.ActuatorStatus.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/volz/servo creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/20052.StatusMsg3.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/216.SelfTest.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/217.SetAngle.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/20051.StatusMsg2.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/211.SetBaud.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/20100.RawCommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/212.SetLED.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/20013.GetEscID.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/213.SetDirection.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/215.SetThrottleSource.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/241.GetMaintenanceInformation.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/20050.StatusMsg1.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/214.SetReportingFrequency.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/242.GetMajorConfig.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc copying build/lib/dronecan/dsdl_specs/com/hobbywing/esc/210.SetID.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hobbywing/esc creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hex creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hex/equipment creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hex/equipment/flow copying build/lib/dronecan/dsdl_specs/com/hex/equipment/flow/20200.Measurement.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/com/hex/equipment/flow creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/mppt copying build/lib/dronecan/dsdl_specs/mppt/240.OutputEnable.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/mppt copying build/lib/dronecan/dsdl_specs/mppt/20009.Stream.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/mppt creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment/proximity_sensor copying build/lib/dronecan/dsdl_specs/ardupilot/equipment/proximity_sensor/21910.Proximity.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment/proximity_sensor creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment/trafficmonitor copying build/lib/dronecan/dsdl_specs/ardupilot/equipment/trafficmonitor/20790.TrafficReport.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment/trafficmonitor creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment/power copying build/lib/dronecan/dsdl_specs/ardupilot/equipment/power/20012.BatteryCells.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment/power copying build/lib/dronecan/dsdl_specs/ardupilot/equipment/power/20004.BatteryInfoAux.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment/power copying build/lib/dronecan/dsdl_specs/ardupilot/equipment/power/20010.BatteryContinuous.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment/power copying build/lib/dronecan/dsdl_specs/ardupilot/equipment/power/20011.BatteryPeriodic.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/equipment/power creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/indication copying build/lib/dronecan/dsdl_specs/ardupilot/indication/20001.Button.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/indication copying build/lib/dronecan/dsdl_specs/ardupilot/indication/20000.SafetyState.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/indication copying build/lib/dronecan/dsdl_specs/ardupilot/indication/20007.NotifyState.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/indication creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/gnss copying build/lib/dronecan/dsdl_specs/ardupilot/gnss/20003.Status.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/gnss copying build/lib/dronecan/dsdl_specs/ardupilot/gnss/20006.RelPosHeading.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/gnss copying build/lib/dronecan/dsdl_specs/ardupilot/gnss/20002.Heading.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/gnss copying build/lib/dronecan/dsdl_specs/ardupilot/gnss/20005.MovingBaselineData.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/ardupilot/gnss creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/remoteid copying build/lib/dronecan/dsdl_specs/dronecan/remoteid/20030.BasicID.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/remoteid copying build/lib/dronecan/dsdl_specs/dronecan/remoteid/20035.ArmStatus.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/remoteid copying build/lib/dronecan/dsdl_specs/dronecan/remoteid/64.SecureCommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/remoteid copying build/lib/dronecan/dsdl_specs/dronecan/remoteid/20034.OperatorID.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/remoteid copying build/lib/dronecan/dsdl_specs/dronecan/remoteid/20032.SelfID.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/remoteid copying build/lib/dronecan/dsdl_specs/dronecan/remoteid/20033.System.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/remoteid copying build/lib/dronecan/dsdl_specs/dronecan/remoteid/20031.Location.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/remoteid creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/sensors creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/sensors/hygrometer copying build/lib/dronecan/dsdl_specs/dronecan/sensors/hygrometer/1032.Hygrometer.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/dronecan/sensors/hygrometer creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/file/EntryType.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/file/48.Read.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/file/45.GetInfo.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/file/49.Write.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/file/Path.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/file/40.BeginFirmwareUpdate.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/file/Error.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/file/47.Delete.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/file/46.GetDirectoryEntryInfo.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/file copying build/lib/dronecan/dsdl_specs/uavcan/protocol/1.GetNodeInfo.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol copying build/lib/dronecan/dsdl_specs/uavcan/protocol/CANIfaceStats.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/param copying build/lib/dronecan/dsdl_specs/uavcan/protocol/param/Value.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/param copying build/lib/dronecan/dsdl_specs/uavcan/protocol/param/NumericValue.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/param copying build/lib/dronecan/dsdl_specs/uavcan/protocol/param/Empty.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/param copying build/lib/dronecan/dsdl_specs/uavcan/protocol/param/11.GetSet.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/param copying build/lib/dronecan/dsdl_specs/uavcan/protocol/param/10.ExecuteOpcode.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/param copying build/lib/dronecan/dsdl_specs/uavcan/protocol/4.GlobalTimeSync.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol copying build/lib/dronecan/dsdl_specs/uavcan/protocol/5.RestartNode.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/debug copying build/lib/dronecan/dsdl_specs/uavcan/protocol/debug/16383.LogMessage.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/debug copying build/lib/dronecan/dsdl_specs/uavcan/protocol/debug/LogLevel.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/debug copying build/lib/dronecan/dsdl_specs/uavcan/protocol/debug/16370.KeyValue.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/debug copying build/lib/dronecan/dsdl_specs/uavcan/protocol/2.GetDataTypeInfo.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/enumeration copying build/lib/dronecan/dsdl_specs/uavcan/protocol/enumeration/15.Begin.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/enumeration copying build/lib/dronecan/dsdl_specs/uavcan/protocol/enumeration/380.Indication.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/enumeration copying build/lib/dronecan/dsdl_specs/uavcan/protocol/341.NodeStatus.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol copying build/lib/dronecan/dsdl_specs/uavcan/protocol/4.GetTransportStats.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol copying build/lib/dronecan/dsdl_specs/uavcan/protocol/HardwareVersion.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id copying build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/1.Allocation.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server copying build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server/390.Discovery.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server copying build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server/30.AppendEntries.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server copying build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server/31.RequestVote.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server copying build/lib/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server/Entry.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol/dynamic_node_id/server copying build/lib/dronecan/dsdl_specs/uavcan/protocol/SoftwareVersion.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol copying build/lib/dronecan/dsdl_specs/uavcan/protocol/5.Panic.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol copying build/lib/dronecan/dsdl_specs/uavcan/protocol/6.AccessCommandShell.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol copying build/lib/dronecan/dsdl_specs/uavcan/protocol/DataTypeKind.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/protocol copying build/lib/dronecan/dsdl_specs/uavcan/CoarseOrientation.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/air_data copying build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data/1020.TrueAirspeed.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/air_data copying build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data/1027.RawAirData.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/air_data copying build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data/1025.AngleOfAttack.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/air_data copying build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data/1026.Sideslip.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/air_data copying build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data/1028.StaticPressure.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/air_data copying build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data/1029.StaticTemperature.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/air_data copying build/lib/dronecan/dsdl_specs/uavcan/equipment/air_data/1021.IndicatedAirspeed.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/air_data creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ahrs copying build/lib/dronecan/dsdl_specs/uavcan/equipment/ahrs/1002.MagneticFieldStrength2.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ahrs copying build/lib/dronecan/dsdl_specs/uavcan/equipment/ahrs/1001.MagneticFieldStrength.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ahrs copying build/lib/dronecan/dsdl_specs/uavcan/equipment/ahrs/1003.RawIMU.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ahrs copying build/lib/dronecan/dsdl_specs/uavcan/equipment/ahrs/1000.Solution.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ahrs creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/range_sensor copying build/lib/dronecan/dsdl_specs/uavcan/equipment/range_sensor/1050.Measurement.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/range_sensor creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal copying build/lib/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal/1041.GEOPOICommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal copying build/lib/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal/1044.Status.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal copying build/lib/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal/Mode.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal copying build/lib/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal/1040.AngularCommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/camera_gimbal creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/indication copying build/lib/dronecan/dsdl_specs/uavcan/equipment/indication/SingleLightCommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/indication copying build/lib/dronecan/dsdl_specs/uavcan/equipment/indication/RGB565.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/indication copying build/lib/dronecan/dsdl_specs/uavcan/equipment/indication/1080.BeepCommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/indication copying build/lib/dronecan/dsdl_specs/uavcan/equipment/indication/1081.LightsCommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/indication creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/hardpoint copying build/lib/dronecan/dsdl_specs/uavcan/equipment/hardpoint/1070.Command.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/hardpoint copying build/lib/dronecan/dsdl_specs/uavcan/equipment/hardpoint/1071.Status.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/hardpoint creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/actuator copying build/lib/dronecan/dsdl_specs/uavcan/equipment/actuator/1010.ArrayCommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/actuator copying build/lib/dronecan/dsdl_specs/uavcan/equipment/actuator/Command.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/actuator copying build/lib/dronecan/dsdl_specs/uavcan/equipment/actuator/1011.Status.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/actuator creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ice creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating copying build/lib/dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating/1120.Status.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating copying build/lib/dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating/CylinderStatus.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ice/reciprocating copying build/lib/dronecan/dsdl_specs/uavcan/equipment/ice/1129.FuelTankStatus.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/ice creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/esc copying build/lib/dronecan/dsdl_specs/uavcan/equipment/esc/1034.Status.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/esc copying build/lib/dronecan/dsdl_specs/uavcan/equipment/esc/1031.RPMCommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/esc copying build/lib/dronecan/dsdl_specs/uavcan/equipment/esc/1030.RawCommand.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/esc creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/power copying build/lib/dronecan/dsdl_specs/uavcan/equipment/power/1092.BatteryInfo.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/power copying build/lib/dronecan/dsdl_specs/uavcan/equipment/power/1091.CircuitStatus.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/power copying build/lib/dronecan/dsdl_specs/uavcan/equipment/power/1090.PrimaryPowerSupplyStatus.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/power creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/safety copying build/lib/dronecan/dsdl_specs/uavcan/equipment/safety/1100.ArmingStatus.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/safety creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/gnss copying build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss/1061.Auxiliary.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/gnss copying build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss/1060.Fix.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/gnss copying build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss/1062.RTCMStream.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/gnss copying build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss/1063.Fix2.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/gnss copying build/lib/dronecan/dsdl_specs/uavcan/equipment/gnss/ECEFPositionVelocity.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/gnss creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/device copying build/lib/dronecan/dsdl_specs/uavcan/equipment/device/1110.Temperature.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/equipment/device creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/tunnel copying build/lib/dronecan/dsdl_specs/uavcan/tunnel/63.Call.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/tunnel copying build/lib/dronecan/dsdl_specs/uavcan/tunnel/Protocol.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/tunnel copying build/lib/dronecan/dsdl_specs/uavcan/tunnel/2010.Broadcast.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/tunnel copying build/lib/dronecan/dsdl_specs/uavcan/tunnel/2011.SerialConfig.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/tunnel creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/navigation copying build/lib/dronecan/dsdl_specs/uavcan/navigation/2000.GlobalNavigationSolution.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan/navigation copying build/lib/dronecan/dsdl_specs/uavcan/Timestamp.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/uavcan creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/cuav creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/cuav/equipment creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/cuav/equipment/power copying build/lib/dronecan/dsdl_specs/cuav/equipment/power/20300.CBAT.uavcan -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl_specs/cuav/equipment/power creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl copying build/lib/dronecan/dsdl/__init__.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl copying build/lib/dronecan/dsdl/parser.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl copying build/lib/dronecan/dsdl/signature.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl copying build/lib/dronecan/dsdl/type_limits.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl copying build/lib/dronecan/dsdl/common.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/transport.py to transport.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver/slcan.py to slcan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver/timestamp_estimator.py to timestamp_estimator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver/mavcan.py to mavcan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver/socketcan.py to socketcan.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver/python_can.py to python_can.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/driver/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/node.py to node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app/node_monitor.py to node_monitor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app/log_message_monitor.py to log_message_monitor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app/dynamic_node_id.py to dynamic_node_id.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app/file_server.py to file_server.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/app/message_collector.py to message_collector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/introspect.py to introspect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl/parser.py to parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl/signature.py to signature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl/type_limits.py to type_limits.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan/dsdl/common.py to common.cpython-39.pyc writing byte-compilation script '/tmp/tmpn6hvs84d.py' /usr/bin/python3 /tmp/tmpn6hvs84d.py removing /tmp/tmpn6hvs84d.py running install_egg_info running egg_info writing dronecan.egg-info/PKG-INFO writing dependency_links to dronecan.egg-info/dependency_links.txt writing top-level names to dronecan.egg-info/top_level.txt reading manifest file 'dronecan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.uavcan' under directory '../DSDL/' adding license file 'LICENSE' writing manifest file 'dronecan.egg-info/SOURCES.txt' Copying dronecan.egg-info to /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9/site-packages/dronecan-1.0.22-py3.9.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/bin copying build/scripts-3.9/dronecan_bridge.py -> /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/bin/dronecan_bridge.py to 755 + install -d -m755 /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64//usr/share/doc/python-dronecan + '[' -d doc ']' ~/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64 ~/build/BUILD/dronecan-1.0.22 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '"/%h/%f"\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/dronecan-1.0.22 + mv /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.0.22-1 --unique-debug-suffix -1.0.22-1.x86_64 --unique-debug-src-base python-dronecan-1.0.22-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/dronecan-1.0.22 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-dronecan-1.0.22-1.noarch Provides: python-dronecan python3-dronecan = 1.0.22-1 python3.9dist(dronecan) = 1.0.22 python3dist(dronecan) = 1.0.22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 Processing files: python-dronecan-help-1.0.22-1.noarch warning: Empty %files file /builddir/build/BUILD/dronecan-1.0.22/doclist.lst Provides: python-dronecan-help = 1.0.22-1 python3-dronecan-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64 Wrote: /builddir/build/RPMS/python-dronecan-help-1.0.22-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-dronecan-1.0.22-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jXKXmW + umask 022 + cd /builddir/build/BUILD + cd dronecan-1.0.22 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-dronecan-1.0.22-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0