checking for ftime... yes checking for gettimeofday... yes checking whether byte ordering is bigendian... (cached) no checking whether /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ supports __attribute__((packed))... yes checking for systemdsystemunitdir... no checking for capng_clear in -lcap-ng... no checking whether to use libcap-ng... no checking whether os_linux.cpp uses new interface... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking whether make sets $(MAKE)... (cached) yes configure: ----------------------------------------------------------------------------- smartmontools-6.5 configuration: host operating system: aarch64-buildroot-linux-gnu C++ compiler: /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ C compiler: /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-gcc preprocessor flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 C++ compiler flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W C compiler flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os linker flags: OS specific modules: os_linux.o cciss.o dev_areca.o binary install path: /usr/sbin man page install path: /usr/share/man doc file install path: /usr/share/doc/smartmontools examples install path: /usr/share/doc/smartmontools/examplescripts drive database file: /usr/share/smartmontools/drivedb.h database update script: /usr/sbin/update-smart-drivedb download tools: curl wget lynx svn local drive database: /etc/smart_drivedb.h smartd config file: /etc/smartd.conf smartd warning script: /etc/smartd_warning.sh smartd plugin path: /etc/smartd_warning.d smartd initd script: [disabled] smartd save files: [disabled] smartd attribute logs: [disabled] libcap-ng support: no SELinux support: no NVMe DEVICESCAN: no ----------------------------------------------------------------------------- configure: WARNING: This version of smartmontools provides NVMe support which is still EXPERIMENTAL. NVMe devices are not yet included in smartd.conf 'DEVICESCAN' and 'smartctl --scan' unless '-d nvme' is specified. Use option '--with-nvme-devicescan' to include NVMe devices. Use option '--without-nvme-devicescan' to suppress this warning. >>> smartmontools 6.5 Building PATH="/home/test/autobuild/run/instance-2/output/host/bin:/home/test/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-2/output/build/smartmontools-6.5/ make[1]: Entering directory `/home/test/autobuild/run/instance-2/output/build/smartmontools-6.5' /usr/bin/make all-am make[2]: Entering directory `/home/test/autobuild/run/instance-2/output/build/smartmontools-6.5' /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o smartctl.o smartctl.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o atacmdnames.o atacmdnames.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o atacmds.o atacmds.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o ataidentify.o ataidentify.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o ataprint.o ataprint.cpp ataidentify.cpp: In function 'void ata_print_identify_data(const void*, bool, int)': ataidentify.cpp:629:46: warning: left shift of negative value [-Wshift-negative-value] b = (w >> bit2) & ~(~0 << (bit-bit2+1)); ^ /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o dev_ata_cmd_set.o dev_ata_cmd_set.cpp atacmds.cpp:2781:1: warning: '{anonymous}::parsed_ata_device::~parsed_ata_device()' defined but not used [-Wunused-function] parsed_ata_device::~parsed_ata_device() throw() ^~~~~~~~~~~~~~~~~ atacmds.cpp:2771:1: warning: '{anonymous}::parsed_ata_device::parsed_ata_device(smart_interface*, const char*)' defined but not used [-Wunused-function] parsed_ata_device::parsed_ata_device(smart_interface * intf, const char * dev_name) ^~~~~~~~~~~~~~~~~ /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o dev_interface.o dev_interface.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o knowndrives.o knowndrives.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o nvmecmds.o nvmecmds.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o nvmeprint.o nvmeprint.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o scsicmds.o scsicmds.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o scsiata.o scsiata.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o scsiprint.o scsiprint.cpp scsicmds.cpp: In function 'int scsiSetExceptionControlAndWarning(scsi_device*, int, const scsi_iec_mode_page*)': scsicmds.cpp:1453:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (iecp->gotChangeable && ^~ scsicmds.cpp:1456:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' rout[offset + 2] &= TEST_DISABLE;/* clear TEST bit for spec */ ^~~~ cat ChangeLog NEWS $(SOURCES) | $(VERSION_FROM_SVN_IDS) > svnversion.h /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o os_linux.o os_linux.cpp scsiata.cpp: In member function 'virtual bool sat::sat_device::ata_pass_through(const ata_cmd_in&, ata_cmd_out&)': scsiata.cpp:250:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!ata_cmd_is_supported(in, ^~ scsiata.cpp:259:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' struct scsi_cmnd_io io_hdr; ^~~~~~ os_linux.cpp:947:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . if(mknod(dev_name,S_IFCHR,makedev(mjr,aHost))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_linux.cpp:1223:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . n1=mknod("/dev/megaraid_sas_ioctl_node", S_IFCHR, makedev(mjr, 0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_linux.cpp:1230:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . n1=mknod("/dev/megadev0", S_IFCHR, makedev(mjr, 0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_linux.cpp:1581:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . if (mknod(nodestring, S_IFCHR|0600, makedev(tw_major, index))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_linux.cpp:1598:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . if ((tw_major != (int)(major(stat_buf.st_rdev))) || ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_linux.cpp:1599:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (index != (int)(minor(stat_buf.st_rdev))) || ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_linux.cpp:1612:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . if (mknod(nodestring, S_IFCHR|0600, makedev(tw_major, index))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os_linux.cpp:2874:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . n1=mknod("/dev/megaraid_sas_ioctl_node", S_IFCHR, makedev(mjr, 0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scsiprint.cpp: In function 'int scsiPrintMain(scsi_device*, const scsi_print_options&)': scsiprint.cpp:1943:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (scsiSmartEnable(device)) ^~ scsiprint.cpp:1945:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' any_output = true; ^~~~~~~~~~ scsiprint.cpp:1949:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (scsiSmartDisable(device)) ^~ scsiprint.cpp:1951:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' any_output = true; ^~~~~~~~~~ os_linux.cpp: In member function 'virtual bool os_linux::linux_aacraid_device::scsi_pass_through(scsi_cmnd_io*)': os_linux.cpp:973:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k = 0; k < (int)iop->cmnd_len; ++k) ^~~ os_linux.cpp:975:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' if ((report > 1) && ^~ /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o cciss.o cciss.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o dev_areca.o dev_areca.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o smartd.o smartd.cpp /bin/bash ./config.status --file=update-smart-drivedb config.status: creating update-smart-drivedb chmod +x update-smart-drivedb /bin/bash ./config.status --file=smartd_warning.sh config.status: creating smartd_warning.sh chmod +x smartd_warning.sh $(MAN_FILTER) < ./smartd.conf.5.in > smartd.conf.5 $(MAN_FILTER) < ./smartctl.8.in > smartctl.8 $(MAN_FILTER) < ./smartd.8.in > smartd.8 $(MAN_FILTER) < ./update-smart-drivedb.8.in > update-smart-drivedb.8 /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/share/smartmontools"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o utility.o utility.cpp /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -o smartctl smartctl.o atacmdnames.o atacmds.o ataidentify.o ataprint.o dev_ata_cmd_set.o dev_interface.o knowndrives.o nvmecmds.o nvmeprint.o scsicmds.o scsiata.o scsiprint.o utility.o os_linux.o cciss.o dev_areca.o /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -o smartd smartd.o atacmdnames.o atacmds.o dev_ata_cmd_set.o dev_interface.o knowndrives.o nvmecmds.o scsicmds.o scsiata.o utility.o os_linux.o cciss.o dev_areca.o make[2]: Leaving directory `/home/test/autobuild/run/instance-2/output/build/smartmontools-6.5' make[1]: Leaving directory `/home/test/autobuild/run/instance-2/output/build/smartmontools-6.5' >>> smartmontools 6.5 Installing to target PATH="/home/test/autobuild/run/instance-2/output/host/bin:/home/test/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/test/autobuild/run/instance-2/output/target install -C /home/test/autobuild/run/instance-2/output/build/smartmontools-6.5/ make[1]: Entering directory `/home/test/autobuild/run/instance-2/output/build/smartmontools-6.5' make[2]: Entering directory `/home/test/autobuild/run/instance-2/output/build/smartmontools-6.5' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/usr/sbin' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/etc' /usr/bin/install -c smartctl smartd '/home/test/autobuild/run/instance-2/output/target/usr/sbin' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/usr/sbin' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/etc/smartd_warning.d' /usr/bin/install -c update-smart-drivedb '/home/test/autobuild/run/instance-2/output/target/usr/sbin' /usr/bin/install -c -m 644 './smartd.conf' '/home/test/autobuild/run/instance-2/output/target/etc/smartd.conf' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/usr/share/doc/smartmontools' /usr/bin/install -c -m 644 AUTHORS ChangeLog ChangeLog-5.0-6.0 COPYING INSTALL NEWS README TODO smartd.conf '/home/test/autobuild/run/instance-2/output/target/usr/share/doc/smartmontools' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/usr/share/smartmontools' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/usr/share/doc/smartmontools/examplescripts' /usr/bin/install -c -m 644 drivedb.h '/home/test/autobuild/run/instance-2/output/target/usr/share/smartmontools' /usr/bin/install -c -m 644 examplescripts/README '/home/test/autobuild/run/instance-2/output/target/usr/share/doc/smartmontools/examplescripts' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/usr/share/doc/smartmontools/examplescripts' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/usr/share/man/man5' /usr/bin/install -c examplescripts/Example1 examplescripts/Example2 examplescripts/Example3 examplescripts/Example4 examplescripts/Example5 examplescripts/Example6 '/home/test/autobuild/run/instance-2/output/target/usr/share/doc/smartmontools/examplescripts' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/etc' /bin/mkdir -p '/home/test/autobuild/run/instance-2/output/target/usr/share/man/man8' /usr/bin/install -c -m 644 smartd.conf.5 '/home/test/autobuild/run/instance-2/output/target/usr/share/man/man5' /usr/bin/install -c smartd_warning.sh '/home/test/autobuild/run/instance-2/output/target/etc' /usr/bin/install -c -m 644 smartctl.8 smartd.8 update-smart-drivedb.8 '/home/test/autobuild/run/instance-2/output/target/usr/share/man/man8' make[2]: Leaving directory `/home/test/autobuild/run/instance-2/output/build/smartmontools-6.5' make[1]: Leaving directory `/home/test/autobuild/run/instance-2/output/build/smartmontools-6.5' tzcode2017b.tar.gz: OK (sha512: 9a73af4b868506d1f6287a8285dea489e68f6828da19509114f9144e2a2019c7fd28f4fb98ea907030d11d011ce3a87d99dbe43bca218beddafff151f0d61df1) >>> host-zic 2017b Extracting gzip -d -c /home/test/autobuild/run/instance-2/dl/tzcode2017b.tar.gz | tar --strip-components=0 -C /home/test/autobuild/run/instance-2/output/build/host-zic-2017b -xf - >>> host-zic 2017b Patching Applying 0001-remove-dependency-check-on-version-file.patch using patch: patching file Makefile Hunk #1 succeeded at 440 (offset 3 lines). >>> host-zic 2017b Configuring >>> host-zic 2017b Building PATH="/home/test/autobuild/run/instance-2/output/host/bin:/home/test/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/test/autobuild/run/instance-2/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/test/autobuild/run/instance-2/output/host/lib/pkgconfig:/home/test/autobuild/run/instance-2/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-2/output/build/host-zic-2017b zic make[1]: Entering directory `/home/test/autobuild/run/instance-2/output/build/host-zic-2017b' VERSION=`cat version` && printf '%s\n' \ 'static char const PKGVERSION[]="(tzcode) ";' \ "static char const TZVERSION[]=\"$VERSION\";" \ 'static char const REPORT_BUGS_TO[]="tz@iana.org";' \ >version.h.out mv version.h.out version.h cc -DTZDIR=\"/usr/local/etc/zoneinfo\" -c -o zic.o zic.c cc -DTZDIR=\"/usr/local/etc/zoneinfo\" -o zic zic.o make[1]: Leaving directory `/home/test/autobuild/run/instance-2/output/build/host-zic-2017b' >>> host-zic 2017b Installing to host directory /usr/bin/install -D -m 755 /home/test/autobuild/run/instance-2/output/build/host-zic-2017b/zic /home/test/autobuild/run/instance-2/output/host/sbin/zic /usr/bin/install -D -m 644 /home/test/autobuild/run/instance-2/output/build/host-zic-2017b/tzfile.h /home/test/autobuild/run/instance-2/output/host/include/tzfile.h >>> host-tzdata 2017b Downloading --2017-10-22 00:25:18-- http://www.iana.org/time-zones/repository/releases/tzdata2017b.tar.gz Resolving www.iana.org (www.iana.org)... 192.0.32.8, 2620:0:2d0:200::8 Connecting to www.iana.org (www.iana.org)|192.0.32.8|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 324317 (317K) [application/x-gzip] Saving to: `/home/test/autobuild/run/instance-2/output/build/.tzdata2017b.tar.gz.niV7du/output' 0K .......... .......... .......... .......... .......... 15% 354K 1s 50K .......... .......... .......... .......... .......... 31% 355K 1s 100K .......... .......... .......... .......... .......... 47% 82.0M 0s 150K .......... .......... .......... .......... .......... 63% 355K 0s 200K .......... .......... .......... .......... .......... 78% 355K 0s 250K .......... .......... .......... .......... .......... 94% 355K 0s 300K .......... ...... 100% 105M=0.7s 2017-10-22 00:25:19 (449 KB/s) - `/home/test/autobuild/run/instance-2/output/build/.tzdata2017b.tar.gz.niV7du/output' saved [324317/324317] tzdata2017b.tar.gz: OK (sha512: 3e090dba1f52e4c63b4930b28f4bf38b56aabd6728f23094cb5801d10f4e464f17231f17b75b8866714bf98199c166ea840de0787b75b2274aa419a4e14bbc4d) >>> host-tzdata 2017b Extracting gzip -d -c /home/test/autobuild/run/instance-2/dl/tzdata2017b.tar.gz | tar --strip-components=0 -C /home/test/autobuild/run/instance-2/output/build/host-tzdata-2017b -xf - >>> host-tzdata 2017b Patching >>> host-tzdata 2017b Configuring >>> host-tzdata 2017b Building (cd /home/test/autobuild/run/instance-2/output/build/host-tzdata-2017b; for zone in africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera backward systemv factory; do /home/test/autobuild/run/instance-2/output/host/sbin/zic -d _output/posix -y yearistype.sh $zone || exit 1; /home/test/autobuild/run/instance-2/output/host/sbin/zic -d _output/right -L leapseconds -y yearistype.sh $zone || exit 1; done; ) >>> host-tzdata 2017b Installing to host directory /usr/bin/install -d -m 0755 /home/test/autobuild/run/instance-2/output/host/share/zoneinfo cp -a /home/test/autobuild/run/instance-2/output/build/host-tzdata-2017b/_output/* /home/test/autobuild/run/instance-2/output/build/host-tzdata-2017b/*.tab /home/test/autobuild/run/instance-2/output/host/share/zoneinfo tzdata2017b.tar.gz: OK (sha512: 3e090dba1f52e4c63b4930b28f4bf38b56aabd6728f23094cb5801d10f4e464f17231f17b75b8866714bf98199c166ea840de0787b75b2274aa419a4e14bbc4d) >>> tzdata 2017b Extracting >>> tzdata 2017b Patching >>> tzdata 2017b Configuring >>> tzdata 2017b Building >>> tzdata 2017b Installing to target /usr/bin/install -d -m 0755 /home/test/autobuild/run/instance-2/output/target/usr/share/zoneinfo cp -a /home/test/autobuild/run/instance-2/output/host/share/zoneinfo/* /home/test/autobuild/run/instance-2/output/target/usr/share/zoneinfo cd /home/test/autobuild/run/instance-2/output/target/usr/share/zoneinfo; for zone in posix/*; do ln -sfn "${zone}" "${zone##*/}"; done if [ ! -f /home/test/autobuild/run/instance-2/output/target/usr/share/zoneinfo/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/Etc/UTC /home/test/autobuild/run/instance-2/output/target/etc/localtime echo "Etc/UTC" >/home/test/autobuild/run/instance-2/output/target/etc/timezone >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/test/autobuild/run/instance-2/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/test/autobuild/run/instance-2/output/target/etc/inittab mkdir -p /home/test/autobuild/run/instance-2/output/target/etc echo "buildroot" > /home/test/autobuild/run/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/run/instance-2/output/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-2/output/target/etc/shadow rm -f /home/test/autobuild/run/instance-2/output/target/bin/sh rm -f /home/test/autobuild/run/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-2/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-2/output/target/usr/include /home/test/autobuild/run/instance-2/output/target/usr/share/aclocal \ /home/test/autobuild/run/instance-2/output/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-2/output/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-2/output/target/usr/lib/cmake /home/test/autobuild/run/instance-2/output/target/usr/share/cmake find /home/test/autobuild/run/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-2/output/target/lib/ /home/test/autobuild/run/instance-2/output/target/usr/lib/ /home/test/autobuild/run/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/test/autobuild/run/instance-2/output/target/usr/libexec/': No such file or directory rm -rf /home/test/autobuild/run/instance-2/output/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-2/output/target/usr/share/zsh rm -rf /home/test/autobuild/run/instance-2/output/target/usr/man /home/test/autobuild/run/instance-2/output/target/usr/share/man rm -rf /home/test/autobuild/run/instance-2/output/target/usr/info /home/test/autobuild/run/instance-2/output/target/usr/share/info rm -rf /home/test/autobuild/run/instance-2/output/target/usr/doc /home/test/autobuild/run/instance-2/output/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-2/output/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-2/output/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/test/autobuild/run/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/test/autobuild/run/instance-2/output/host/bin/aarch64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/test/autobuild/run/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/test/autobuild/run/instance-2/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/test/autobuild/run/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-git-02385-gaa3ddf7"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-git\"" \ ) > /home/test/autobuild/run/instance-2/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/test/autobuild/run/instance-2/buildroot' make: Entering directory `/home/test/autobuild/run/instance-2/buildroot' >>> Buildroot 2017.11-git-02385-gaa3ddf7 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argus 3.0.8 Collecting legal info ERROR: No hash found for README >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-bison 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-m4 1.4.18 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info ERROR: No hash found for COPYING >>> host-automake 1.15.1 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> busybox 1.27.2 Collecting legal info ERROR: No hash found for LICENSE >>> linux-pam 1.3.0 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> dante 1.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> dhcpdump 1.8 Collecting legal info ERROR: No hash found for LICENSE >>> dnsmasq 2.78 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fis 2892 Collecting legal info WARNING: no hash file for fis.c >>> gdb 7.11.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnutls 3.5.14 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LESSER >>> libtasn1 4.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libunistring 0.9.7 Collecting legal info ERROR: No hash found for COPYING.LIB >>> nettle 3.3 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> pcre 8.41 Collecting legal info ERROR: No hash found for LICENCE >>> ijs 0.35 Collecting legal info ERROR: No hash found for README >>> initscripts Collecting legal info >>> jsoncpp 1.8.3 Collecting legal info ERROR: No hash found for LICENSE >>> libcdaudio 0.99.12p2 Collecting legal info ERROR: No hash found for COPYING >>> libcsv 3.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> libestr 0.1.10 Collecting legal info ERROR: No hash found for COPYING >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libical 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> libid3tag 0.15.1b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnftnl 1.0.7 Collecting legal info ERROR: No hash found for COPYING >>> libsamplerate 0.1.9 Collecting legal info ERROR: No hash found for COPYING >>> libscrypt v1.21 Collecting legal info ERROR: No hash found for LICENSE >>> libtool 2.4.6 Collecting legal info ERROR: No hash found for COPYING >>> liburcu 0.9.2 Collecting legal info ERROR: No hash found for lgpl-2.1.txt ERROR: No hash found for lgpl-relicensing.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> links 2.14 Collecting legal info ERROR: No hash found for COPYING >>> lttng-tools 2.9.5 Collecting legal info ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for lgpl-2.1.txt ERROR: No hash found for LICENSE >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> util-linux 2.30.2 Collecting legal info ERROR: No hash found for README.licensing ERROR: No hash found for Documentation/licenses/COPYING.GPLv2 ERROR: No hash found for Documentation/licenses/COPYING.UCB ERROR: No hash found for Documentation/licenses/COPYING.LGPLv2.1 ERROR: No hash found for Documentation/licenses/COPYING.BSD-3 >>> mdadm 4.0 Collecting legal info ERROR: No hash found for COPYING >>> mii-diag 2.11 Collecting legal info ERROR: No hash found for mii-diag.c >>> mpir 3.0.0 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-yasm 1.3.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for BSD.txt ERROR: No hash found for Artistic.txt ERROR: No hash found for GNU_GPL-2.0 ERROR: No hash found for GNU_LGPL-2.0 >>> ncftp 3.2.6 Collecting legal info ERROR: No hash found for doc/LICENSE.txt >>> netsnmp 5.7.3 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info ERROR: No hash found for COPYING >>> php 7.1.10 Collecting legal info LICENSE: OK (sha256: a44951f93b10c87c3f7cd9f311d95999c57c95ed950eec32b14c1c7ea6baf25e) >>> pure-ftpd 1.0.46 Collecting legal info ERROR: No hash found for COPYING >>> runc 9c2d8d184e5da67c95d601382adf14862e4f2228 Collecting legal info ERROR: No hash found for LICENSE >>> host-go 1.8.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-go-bootstrap 1.4.3 Collecting legal info ERROR: No hash found for LICENSE >>> smartmontools 6.5 Collecting legal info ERROR: No hash found for COPYING >>> tzdata 2017b Collecting legal info >>> host-tzdata 2017b Collecting legal info >>> host-zic 2017b Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: tzdata-2017b: cannot save license (TZDATA_LICENSE_FILES not defined) WARNING: tzdata-2017b: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2017b: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/run/instance-2/output/legal-info make: Leaving directory `/home/test/autobuild/run/instance-2/buildroot'